@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.catalog-product-view .product.info.detailed .key-feature {
  margin: 0px;
}
.catalog-product-view .product.info.detailed .key-feature > p {
  margin-bottom: 15px;
}
.catalog-product-view .product.info.detailed .key-feature ul {
  margin: 0px;
}
.catalog-product-view .product.info.detailed .key-feature ul li {
  color: #1d1d1b;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  position: relative;
}
.catalog-product-view .product.info.detailed .key-feature ul li:last-child {
  margin-bottom: 0;
}
.catalog-product-view .product.info.detailed .key-feature ul li:before {
  font-family: "Fontawesome";
  content: "\f00c";
  font-size: 10px;
  color: #f08217;
  top: -1px;
  margin-right: 8px;
  position: relative;
}
.catalog-product-view .product.info.detailed .key-feature a {
  padding-left: 0;
  color: #f08217;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.catalog-product-view .product.info.detailed .key-feature a:hover {
  color: #002C5B;
  text-decoration: none;
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons {
  margin-bottom: 20px;
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span {
  display: inline-block;
  margin: 0 15px 10px 0;
  font-size: 16px;
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span:before {
  font-family: 'stv-icons';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 10px;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.core-product:before {
  content: "\e901";
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.clipstrip:before {
  content: "\e905";
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.stack-a-pack:before {
  content: "\e900";
  font-size: 22px;
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.hotspot-display:before {
  content: "\e902";
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.double-sided-display:before {
  content: "\e904";
}
.catalog-product-view .product.info.detailed .product-benefits .product-icons span.floor-display:before {
  content: "\e903";
}
.catalog-product-view .product.info.detailed .key-feature .mgz-element-column > .mgz-element-inner{
  padding: 0px;
}


body.catalog-product-view .product.info .product .content{
  margin-top: 50px;
}
body footer .footer .footer-bottom .stv-text-social ul.social-icons {
  display: flex;
  gap: 10px;
  margin-top: 6px;
  margin-bottom: 0px;
}

body footer .footer .footer-bottom .stv-text-social ul.social-icons a {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}
body footer .footer .footer-bottom .stv .stv-logo .stv-text h3{
  font-size: 16px;
  margin-bottom: 5px;
}
body footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text > div{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
body footer .footer .footer-bottom .stv .stv-menu ul li a{
  font-size: 14px;
  font-weight: 500;
}
body footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text{
  gap: 20px;
}
body footer .footer .footer-bottom .stv-text-social h3{
  font-size: 16px;
  margin-bottom: 5px;
  color: #fff;

}
body footer .footer .copyright{
  max-width: 100%;
  font-size: 14px;
  margin-top: 0px;
  padding: 15px 0px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
body footer .footer .copyright br{
  display: none;
}
body footer .footer .footer-bottom{
  padding-bottom: 50px;
}
body footer .footer .footer-bottom .stv .stv-logo img{
  margin-right: auto;
}
body footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text .r-in{
  display: flex;
  gap: 10px; 
  flex-wrap: wrap;
}
body footer .footer .footer-bottom:not(.footer-checkout) > div .stv .stv-logo .stv-text .stv-in-text span{
  display: inline-block;
  white-space: nowrap;
}
body.catalog-product-view .product-info-main .category-title{
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
}
body.catalog-product-view .product-info-main .page-title-wrapper h1{
  text-align: left;
}
body.catalog-product-view .product-info-main{
  width: 48%;
}
body.catalog-product-view .product-info-main .product-info-price .product-info-box{
  font-size: 16px;
  font-weight: 500;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  text-align: left;
}
body.catalog-product-view .product-reviews-summary{
  display: none !important;
}
body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{
  padding: 0px;
}
body.catalog-product-view .product-reviews-summary .reviews-actions a{
  margin-right: 0px;
}
body.catalog-product-view .product-reviews-summary .reviews-actions{
  display: block;
  text-align: center;
}

body.catalog-product-view .product-info-main .product-add-form form .pack-size{
  font-size: 16px;
  text-align: left;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box:before{
  display: none;
}
body.catalog-product-view .product-info-main .product-add-form form .trade-price{
  float: none;
  margin-bottom: 0px;
  text-align: left;
}
body.catalog-product-view .product-info-main .product-add-form form .trade-price span{
  margin-left: 5px !important;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart{
  padding-left: 0px;
  width: 100%;
  margin-top: 14px;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset{
  flex-direction: column;
  max-width: 350px;
  width: 100%;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions button{
  width: 100%;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control{
  width: 100%;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .qty .control input{
  height: 45px;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions{
  margin-top: 10px;
  padding-left: 0px !important;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions .towishlist{
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .actions .towishlist span:before{
  font-size: 16px;

}

body.catalog-product-view .product-info-main .product-add-form form .addto-block .rsp-price {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .rsp-price span {
  font-weight: bold;
  font-size: 24px;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .trade-login-button {
  margin-top: 14px;
  width: 100%;
  max-width: 350px;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .trade-login-button .trade-login-btn {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: none;
  background-color: #002c5b;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  line-height: normal;
  min-width: 220px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
body.catalog-product-view .product-info-main .product-add-form form .addto-block .trade-login-button .trade-login-btn:hover {
  background-color: #f08217;
  color: #fff;
  text-decoration: none;
}

.accordion-group{
  margin-bottom: 0px;
}
body.catalog-product-view .accordion-group .data.item.title{
  margin-right: 0px;
  margin-bottom: 0px !important;
}
.accordion-group .data.item.title .data.switch{
  background-color: white;
  color: #002C5B;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  border: 1px solid #002C5B;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
}
.accordion-group .data.item.title.active .data.switch{
  background-color: #002C5B;
  color: #fff;
}
.accordion-group .data.item.title .data.switch:after{
  content: '+';
  font-size: 30px;
  font-weight: 500;
  color: currentColor;
  line-height: 0;
}
.accordion-group .data.item.title.active .data.switch::after{
  content: '-';
}

.accordion-group .data.item.title button:hover{
  background-color: #f08217;
  color: #fff;
}

body.catalog-product-view .accordion-group .data.item.content{
  padding: 25px 35px !important;
  margin-top: 0px !important;
  border: 1px solid #002C5B;
  display: none;
  
} 
.accordion-group .data.item.title.active ~ .data.item.content{
  display: block !important;
  overflow-y: auto;
  overflow-x: visible;
}

.accordion-group .data.item.content p{
  margin-bottom: 0px;
}

.accordion-group .data.item.content ul{
  margin-bottom: 0px;
}
.accordion-group .data.item.title:before{
  display: none;
}
body.catalog-product-view .product.info:after{
  display: none;
}
body.catalog-product-view .product.info{
  padding: 0px;
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
body.catalog-product-view .product.info{
  margin-top: 35px;
}
body.catalog-product-view .product.info .product .content .description .value{
  display: block;
}


.mgz-carousel .owl-item a{
  display: block;
  width: 100%;
}
.mgz-carousel.owl-carousel .owl-nav button.owl-next, 
.mgz-carousel.owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  background-color: #fff ;
  color: #002C5B;
  border: none;
  border-radius: 50%;
}
.mgz-carousel.owl-carousel .owl-nav button.owl-prev{
  left: 20px;
}
.mgz-carousel.owl-carousel .owl-nav button.owl-next{
  right: 20px;
}
.lastest-product-slider .product-item .product-item-details .product-item-name{
  font-size: 16px;
  font-weight: 700;
}
.lastest-product-slider .product-item .product-item-details .product-item-name a{
  color: #002C5B;
}
.lastest-product-slider .product-item .price-box .price{

}
.lastest-product-slider .product-item .tocart{
  background-color: #f08217;
  border-color: #f08217;
  color: #fff;
  font-size: 14px;
}
.lastest-product-slider .product-item .tocart:hover{
  background-color: #002C5B;
  border-color: #002C5B;
  color: #fff;
  text-decoration: none;
}

.modal-popup._inner-scroll .modal-inner-wrap{
  max-height: calc(90vh - 100px);
}
.modal-popup.callback-popup-modal .modal-inner-wrap .modal-header .action-close{
  background-color: transparent;
  color: #002c5b;
}
.modal-popup.callback-popup-modal .modal-inner-wrap .modal-header .action-close:before{
  color: currentColor;
}
.bestsellers-hero .content .heading-section{
  margin-bottom: 16px;
}
.product-add-form .rsp-price{
  letter-spacing: -0.5px;
  font-size: 28px;
  font-weight: 700;
  white-space: nowrap;
  color: #212529;
  text-align: left;
margin:0 0 10px;
}
body .key-feature .magezon-builder .mgz-container{
  width: 100%;
  max-width: 1390px;
}
body .addto-block .product-info-price{
  width: 100%;
}
body .popup-authentication .block-new-customer .actions-toolbar{
  margin-top: 25px;
  text-align: center;
}
body .block-authentication .block-new-customer .actions-toolbar .primary{
  float: none !important;
  text-align: center;
  display: inline-block !important;
}
.bannerbtn-col {
  width: 220px;
  max-width: 100%;
}
.banner-body-text p {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    color: #fff;
}
/* Responsive CSS */
@media (min-width: 768px) and (max-width: 1023px){
  body footer .footer .footer-bottom:not(.footer-checkout) > div .stv .stv-logo .stv-text .stv-in-text > div{
    flex: 1 0;
    width: auto;
  }
}
@media (max-width: 1440px) {
  body.catalog-product-view .product-info-main .product-reviews-summary .reviews-actions{
    padding: 0px;
  }
  body.catalog-product-view .product-info-main .product-info-price .additional-price-block{
    padding: 0px !important;
  }
}
@media (max-width: 1024px){
  body footer .footer .footer-bottom .stv .stv-menu{
    padding-left: 0px;
  }
}
@media (max-width: 992px){
  body footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text{
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  body footer .footer .footer-bottom .stv .stv-logo .stv-text h3{
    text-align: center;
  }
  body footer .footer .footer-bottom .stv .stv-logo{
    width: 100%;
  }
  body footer .footer .footer-bottom .stv .stv-logo img{
    padding: 0px;
    margin: 0 auto 10px;
    border: none;
  }
  body footer .footer .footer-bottom:not(.footer-checkout) .stv{
    justify-content: center;
  }
  body footer .footer .footer-bottom .stv-text-social h3{
    text-align: center;
  }
  body footer .footer .footer-bottom .stv-text-social ul.social-icons{
    justify-content: center;
  }
}
@media (max-width: 768px) {
	body .column .banner-heading h1.mgz-element-heading-text{
	  color:#fff;
	}
	.banner-images .mgz-element-inner .mgz-parallax .mgz-parallax-inner::before {
    display: none !important;
}
	.banner-body-text p {
    font-size: 18px;
    line-height: 28px;
}
  body.catalog-product-view .product.info .product .content{
    margin-top: 0px;
  }
  body footer .footer .footer-bottom .stv-text-social{
    text-align: center;
    margin-top: 16px;
  }
  body footer .footer .footer-bottom .stv-text-social .social-icons{
    justify-content: center;
  }
  body footer .footer .footer-bottom{
    padding-bottom: 35px;
  }
  body footer .footer .footer-bottom .stv .stv-logo .stv-text .stv-in-text > div{
    justify-content: center;
  }
  body.catalog-product-view .product-info-main{
    width: 100%;
  }
  footer .footer .footer-bottom > div.row{
    max-width: unset;
    flex: unset;
  }
  body footer .footer .footer-bottom .stv .stv-logo img{
    margin-bottom: 25px;
  }
  footer .footer .footer-bottom .stv .stv-menu{
    margin-top: 25px;
  }
  body.catalog-product-view .product-info-main .page-title-wrapper h1{
    line-height: 30px;
  }
  .catalog-product-view .product-info-main .product-add-form form .addto-block .box-tocart .fieldset .field.qty{
    text-align: center;
  }
  body.catalog-product-view .product-info-main .product-add-form form .trade-price{
    font-size: 14px !important;
  }
  .accordion-group .data.item.title.active ~ .data.item.content{
    padding: 15px !important ;
  }
  body .column .banner-heading  h1.mgz-element-heading-text{
    font-size: 26px !important;
    line-height: 34px !important;
  }
  body .column .banner-body-text  p.mgz-element-inner{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  body .column .banner-button .mgz-button .mgz-btn{
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
  body .column .banner-images .mgz-container .mgz-col-md-6{
    width: 50% !important;
  }
  .banner-image-section.mgz-element .mgz-parallax .mgz-parallax-inner::before{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgb(0 0 0 / 33%);
  }
  .banner-image-section.mgz-element .mgz-parallax .mgz-parallax-inner{
    background-position: 83% top;
  }
  body .column .banner-images .mgz-container .mgz-col-md-6 .magezon-builder img{
    max-width: 90% !important;
  }
}
@media(max-width:767px){
.mgz-element.mgz-element-column.bannerbtn-col .bannerbtn-inner {
  padding-right: 0px !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.banner-images .inner-content {
  display: flex;
}
.mgz-element.mgz-element-row.banner-images {
  width: 200px;
  margin-right: 0;
}
}

/* // New CSS */
/* Hide Saved Products section and make Preferences full width */
.same-setion-div.in-account .advice-section .row > div:nth-child(2),
.same-setion-div.in-account .advice-section .row > div:nth-of-type(2) {
  display: none !important;
}

.same-setion-div.in-account .advice-section .row > div:first-child,
.same-setion-div.in-account .advice-section .row > div:nth-of-type(1) {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Home page sliders: make Best Sellers and New Products cards full width inside each slide */
.cms-index-index .owl-slider .product-item.best-seller-card,
.cms-index-index .owl-slider .product-item.new-product-card {
  width: 100% !important;
  max-width: 100% !important;
}

/* Product detail page related products slider: make product cards full width inside each slide */
.catalog-product-view .owl-slider .product-item,
.catalog-product-view .custom-product-items .product-item {
  width: 100% !important;
  max-width: 100% !important;
}

/* Product detail page related products slider: hide arrows and dots */
.catalog-product-view .owl-slider .owl-nav,
.catalog-product-view .owl-slider .owl-dots,
.catalog-product-view .related-block .owl-nav,
.catalog-product-view .related-block .owl-dots {
  display: none !important;
}

/* Home page sliders: hide arrows and dots */
.cms-index-index .owl-slider .owl-nav,
.cms-index-index .owl-slider .owl-dots,
.cms-index-index .home-slider-section .owl-nav,
.cms-index-index .home-slider-section .owl-dots {
  display: none !important;
}
.heading-section-btn.see-all-btn{
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .product-add-form form .addto-block .price-box.price-final_price {
  margin: 10px 0 20px!important;
}
body.catalog-product-view .product-info-main .page-title-wrapper.product, body.catalog-product-view .product-info-main .page-title-wrapper + .product-info-price, body.catalog-product-view .product-info-main .category-title,
body.catalog-product-view .sku-info{
  padding-left: 15px;
}
body.catalog-product-view .sku-info{
  margin-bottom:10px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 20px 15px 0 0px !important;
  margin-left: 15px !important;
}
.catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart,
.catalog-product-view .product-info-main .product-add-form .addto-block .box-tocart .fieldset .actions,
body.catalog-product-view .product-info-main .page-title-wrapper + .product-info-price .product-info-box, body.catalog-product-view .product-info-main .page-title-wrapper + .product-info-price .additional-price-block {
  padding: 0px !important;
}
.catalog-product-view .fotorama-item .fotorama__stage {
  padding-left: 15px;
}
.product-info-price .key-feature .mgz-element-inner {
  padding: 0;
}
.custom-product-items .product-item.best-seller-card,.custom-product-items .product-item.new-product-card {
    padding: 0 !important;
}
.cms-trade-home-page .products .custom-product-items,
.catalog-product-view .product-info-main .product-info-price .product-info-box{
    margin: 0 !important;
}
.popup-authentication .block-authentication {
    gap: 20px;
}
.popup-authentication .block.block-customer-login {
    padding-right: 20px;
}
.popup-authentication .block-content,.popup-authentication  .customer-block {
    background: #fafafa;
    padding: 15px;
    border-radius: 8px;
}
.popup-authentication .customer-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popup-authentication .block-authentication .block-customer-login {
    padding-right: 20px !important;
}

.popup-authentication .block-authentication .block-new-customer {
    padding-left: 40px !important;
}
.popup-authentication .authentication-modal .block-authentication .block-new-customer {
    border-left: 2px solid #f08217 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.popup-authentication .modal-inner-wrap .modal-content .block.block-customer-login {
    padding-top: 15px;
    padding-bottom: 15px;
}
.popup-authentication .modal-inner-wrap .modal-header {
    padding: 0 !important;
}
.popup-authentication .block-authentication .block-content .want-an-account {
    padding-top: 10px !important;
}
.popup-authentication .authentication-modal .block-authentication .block-new-customer::before {
    min-width: 62px;
    line-height: 51px;
    margin: -19px 0 0 -33px;
    height: 62px;
    background: #f08217;
    border: 6px solid #fff;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.popup-authentication .authentication-modal .block-authentication .want-an-account h3 {
    font-size: 22px;
	text-align: left;
}
.popup-authentication .modal-inner-wrap .modal-header + .modal-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.popup-authentication .modal-header .action-close {
    z-index: 1;
}
.popup-authentication .authentication-modal .block-authentication h3 {
    margin-bottom: 10px;
	line-height: 23px;
}
.custom-product-items .product-item{
  max-width: 100% !important;
}
.banner-heading h1 {
    font-family: "Barlow Condensed", sans-serif;
}
.popup-authentication .block-authentication .block-customer-login.block > h3, .popup-authentication .block-authentication  .block.block-new-customer > h3 {
    font-weight: 700;
    font-size: 35px;
    line-height: normal;
}
.page-wrapper .top-bar:not(.top-bar-sfd),
.catalog-product-view .page-wrapper .top-bar:not(.top-bar-sfd),
.catalog-category-view .page-wrapper .top-bar:not(.top-bar-sfd){
    background-color: #002c5b;
}
.catalog-category-view .page-wrapper .top-bar.top-bar-sfd{
	background:#f6f6f6;
}
.top-bar .free-shipping-information .secure-free-delivery {
    color: #002c5b;
}
.page-wrapper .top-bar .top-bar-icon img {
    filter: brightness(0) invert(1);
}
.page-wrapper .top-bar .top-bar-icon {
    color: #fff;
}
.catalog-product-view .product-info-main .product-add-form .product-info-price .key-feature ul li {
    display: flex;
    align-items: flex-start;
}
.catalog-product-view .product-info-main .product-add-form .product-info-price .key-feature ul li:before {
    top: 4px;
}
.info-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 44, 91,0.7);
    z-index: 0;
}
.info-banner{
    position:relative
}
.info-banner .inner-content {
    position: relative;
    z-index: 1;
}
.catalog-product-view .owl-slider .product-item {
    padding: 0 !important;
}
.catalog-product-view  .custom-product-items {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.popup-authentication .customer-block p {
    max-width: 400px;
    margin: 0 auto;
	font-size: 16px;
    font-weight: 500;
}
.cta-custom .mgz-cta-content .mgz-cta-content-inner .mgz-btn.mgz-link {
    width: 230px;
    font-weight: 500;
    text-transform: uppercase;
}
.catalog-category-view .columns .column.main .big-cheese .heading-section h2 {
    background-color: transparent;
    color: #002c5b!important;
    padding: 0;
}
.popup-authentication.modal-popup .modal-inner-wrap {
    width: 94%;
    max-width: 1152px;
}
.sidebar .filter .filter-content .items .item {
    display: flex;
    flex-wrap: wrap;
}

@media(min-width:768px) and (max-width:1280px){
.modal-popup._inner-scroll .modal-inner-wrap {
    max-height: calc(100vh - 20px);
    margin-top: 20px;
    margin-bottom: 20px;
}
}
@media(max-width:800px){
.popup-authentication .modal-inner-wrap {
    min-width: auto !important;
    max-width: 100%;
    width: 96% !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
}
@media(max-width:768px){
  body.catalog-product-view .product-info-main .page-title-wrapper.product, body.catalog-product-view .product-info-main .page-title-wrapper + .product-info-price, body.catalog-product-view .product-info-main .category-title,body.catalog-product-view .sku-info{
    padding-left: 0;
}
.catalog-product-view .product.media {
  width: 100% !important;
  order: -1;
  margin-bottom: 20px !important;
}
.catalog-product-view .column.main {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .fotorama-item .fotorama__stage {
  padding-left: 0px;
}
.catalog-product-view .product-info-main .product-add-form {
  padding: 20px 0px 0 0px !important;
  margin-left: 0px !important;
}
}
@media(max-width:767px){
	.popup-authentication .block-authentication .block-customer-login {
    padding-right: 0px !important;
   }
	.popup-authentication .block-authentication .block-customer-login.block > h3, .popup-authentication .block-authentication  .block.block-new-customer > h3 {
    font-size: 25px;
}
.cta-custom .mgz-cta-bg-wrapper .mgz-cta-bg.mgz-bg {
    background-repeat: no-repeat;
    background-size: contain;
}
.cta-custom .mgz-cta-content .mgz-cta-content-inner .mgz-btn.mgz-link {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    height: auto;
}
.cta-custom.cta-custom-two .mgz-cta-bg-wrapper .mgz-cta-bg.mgz-bg{
  background-position: top;
}
   .popup-authentication .block-authentication .block-new-customer {
    padding-left: 0px !important;
  }
  .modal-popup.popup-authentication {
    left: 0 !important;
 }
.popup-authentication .authentication-modal .block-authentication .block-new-customer::before {
    margin: -30px 0 0 -33px;
}
 .popup-authentication .authentication-modal .block-authentication .block-new-customer{
	border-top:2px solid #f08217 !important;
	border-left:none !important;
	padding-top: 43px !important;
 }
}
@media(max-width:640px){
  .catalog-product-view .product-info-main .product-add-form form .addto-block .price-box.price-final_price {
    margin: 20px 0 20px!important;
  } 
}