:root {
	--primary: #0071BD;
	--secondary: #014B96;
	--black: #000000;
	--white:  #FFFFFF;
}

body{ font-family: "Poppins", sans-serif; padding: 0; margin: 0;}
h1,h2,h3,h4,h5,h6,div,span,ul,li,ol,input,button,textarea,a,p{ font-family: "Poppins", sans-serif; padding: 0; margin: 0; text-decoration: none;}


/* Global css */
.container{box-sizing: border-box;margin-left: auto;margin-right: auto;max-width: 1340px;padding-left: 20px;padding-right: 20px;width: auto;}
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.page-main {
width: 100%;
max-width: 1340px !important;
}
.page-main .container {
padding: 0;
}
.page-main [data-content-type="row"][data-appearance="contained"] {
max-width: 100%;
}
*{  box-sizing: border-box;}


body .action.primary, body .action-primary {
border: 1px solid var(--primary);
color: var(--white);
font-family: "Poppins", sans-serif;
font-weight:700;
padding: 13px 30px !important;
font-size: 17px !important;
border-radius: 6px !important;
transition: all ease-in-out 0.3s 0s;
}
body .action.primary:hover, body .action-primary:hover {
background: var(--white);
border: 1px solid var(--primary);
color: var(--primary);
}


/* Header start */
.page-header .header.content { padding: 0; max-width: 100%; background: var(--primary);  }
.header.content .header-top-section {display: flex;justify-content: space-between;box-sizing: border-box;margin-left: auto;margin-right: auto;max-width: 1340px;padding: 11px 20px;width: 100%;align-items: center;}
.page-header{ margin-bottom: 0; border-bottom:1px solid #A1A1924D !important; }
.header.content .header-top-section .header-top-right .phone {margin: 0;padding: 0;color: var(--white);font-size: 12px; letter-spacing: 3%;}
.header.content .header-top-section .header-top-right .phone .callonphone {font-weight: bold;color: var(--white);}
.header.content .header-top-section .header-top-right .phone .callonphone:before { content: ''; }

.header.content .header-top-section .header-top-left { display: flex; align-items: center; justify-content: space-between; }
.header.content .header-top-section .header-top-left .links { margin: 0; padding: 0;margin: 0; position: relative; }
.header.content .header-top-section .header-top-left .links li {display: inline-block;margin: 0;}
.header.content .header-top-section .header-top-left .links li a {color: var(--white); font-size: 12px;}
.header.content .header-top-section .header-top-left .links li::after {content: "|";color: var(--white);margin:0 10px;font-weight:400;font-size:12px;}

.header.content .header-top-section .header-top-left .links li.authorization-link a{color: var(--white);}
/* .header.content .header-top-section .header-top-left .links li.authorization-link a::before{content: '';background: url(../images/lockIcon.svg) no-repeat 0 center;width: 14px;height: 19px;display: inline-block;float: left;margin-right: 6px;} */
.header.content .header-top-section .header-top-left .links li.compare { display: none; }
.header.content .header-top-section .header-top-left .links li.welcome { display: none; }

.header.content .header-top-section .header-top-left .minicart-wrapper .action.showcart:before{ width: 20px;background-size: 14px; height: 20px;background: url(../images/basketIcon.svg) no-repeat center center; content: "";}
.header a:focus{box-shadow: inherit;}
.header.content .header-top-section .header-top-left .minicart-wrapper{ margin: 0;}

.header-bottom-section .logo {margin: 0;margin-right: 20px;}
.header-bottom-section .logo img {width: 250px;}
.header-bottom-section .block-search {float: none;width: 100%;padding: 0;max-width: 350px;}
.header-bottom-section .block-search .control {margin: 0;padding: 0;}
.header-bottom-section .block-search input {height: 48px;border-radius: 6px; border-color: #DEDEDE;}
.header-bottom-section .block-search .action.search::before{background: url(../images/magnifire.svg) no-repeat center center;width: 36px;height: 38px; content: "";}

.header-bottom-section  .nav-sections {display: inline-block;background: transparent; margin: 0;}
.header-bottom-section .nav-sections .navigation {width: auto;max-width: initial;display: inline-block;background: transparent;}
.header-bottom-section .nav-sections .nav-sections-item-content {display: inline-block;}
.page-header .header.content .header-bottom-section {display: flex;justify-content: space-between;box-sizing: border-box;margin-left: auto;margin-right: auto;max-width: 1340px;padding:10px 20px;width: auto;align-items: center;background: var(--white);position: relative;}
.navigation .level0 .submenu .active > a { border-color:var(--white);}
.header-bottom-section .ves-megamenu .nav-item.active > a { background: #fff !important; color: var(--primary) !important;}



.header-bottom-wrapper{ background: var(--white);}
.header-bottom-section .nav-sections .navigation .ui-menu {display: flex; padding: 0; }
.header-bottom-section .nav-sections .navigation .ui-menu li {margin: 0 11px;min-height: initial;}
.header-bottom-section .nav-sections .navigation .ui-menu li a {line-height: normal;padding: 0;color: #323232;font-size: 14px;font-weight: 400;
text-transform: uppercase; border-color: var(--primary);}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top { border-color: var(--primary);}
.header-bottom-section .nav-sections .navigation .ui-menu .submenu{flex-direction: column;}
.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active){ border: none !important;}

.header-bottom-section .nav-sections .navigation .ui-menu.submenu {
padding: 10px 0;
border-radius: 6px;
}
.header-bottom-section .nav-sections .navigation .ui-menu li .submenu li {
margin: 0;
padding: 0;
}
.header-bottom-section .nav-sections .navigation .ui-menu li .submenu li a {
padding:10px 15px;
text-transform: capitalize; border: none;
}
.header-bottom-section .nav-sections .navigation .ui-menu li .submenu li a:hover {
  background: var(--primary);
  color: var(--white);
}
.header-top-left .minicart-wrapper .action.showcart .counter.qty.empty,#minicart-content-wrapper .paypal.checkout.after.paypal-logo {display:none;}
.header-top-left .minicart-wrapper .action.showcart .counter.qty {
height: 18px;
border-radius: 20px;
position: absolute;
top: -1px;
right: -8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
}
.customer-menu {  position: absolute;  background: #fff;  z-index: 99;  width: 210px;  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.2);
	border-radius: 6px 6px 0 0;  top: 42px; right:0; display:none;
}
.active .customer-menu{ display:block}
.header.content .header-top-section .header-top-left ul .customer-menu li {width: 100%; display: block;}
.header.content .header-top-section .header-top-left .links .customer-menu li::after {display:none;}
.header.content .header-top-section .header-top-left .links ul li a { color: #000 !important; display: block;width: 100%; padding: 8px 20px;   font-size: 14px;
}
.header.content .header-top-section .header-top-left .links ul li.authorization-link :before {  display: none;}
.customer-menu:before { content: ""; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 15px solid #fff;
	width: 0; height: 0; position: absolute; top: -20px; right: 30px;
}

.header-bottom-section .nav-sections .navigation .ui-menu li .subgroup a {line-height: normal !important; padding: 0 5px;text-transform: capitalize; word-wrap: break-word; background: none !important;}
.header-bottom-section .nav-sections .ves-megamenu .navigation .level0 .submenu .nav-item.current > a { border-color: var(--primary) !important;}
.header-bottom-section .nav-sections .ves-megamenu .navigation .nav-item.subgroup > .submenu{margin-bottom: 0px !important;}
.subgroup{ padding: 5px 0;}

.customer-welcome button { border: none; background: none; color: #fff; font-weight: 400;}
.cms-home .sparsh_banner { margin-bottom: 20px;}
.sparsh_banner_slider .slidercontent {background: rgba(1, 113, 189, 0.79); max-width: 650px;padding: 16px;float: right;}
.sparsh_banner_slider .caption h2 {font-size: 51px;color: var(--white);font-weight: 900;text-transform: uppercase;margin-top: 0;  line-height: 60px;}
.sparsh_banner_slider .caption p {font-size: 16px;color:  var(--white);font-weight: 400;line-height: 24px;max-width: 600px;margin-bottom: 3rem;text-transform: uppercase;}
 
.topsellproductsection .sparsh-featured-products-slider {text-align: left; margin: 10px 0;}
h3.topsellingtitle {text-align: center; color: #050404; font-size: 50px; font-weight: 400;margin-bottom:40px;}  
.sparsh_banner_slider .slick-arrow{height: 97px; width: 48px;}
.sparsh_banner_slider .slick-arrow.slick-prev { left: 0;}
.sparsh_banner_slider .slick-arrow.slick-prev::after { background: #004A7D url('../images/leftSlider.svg') center center!important;
margin-top: -49px; width: 49px; height: 97px;}
.sparsh_banner_slider .slick-arrow.slick-next::after {background: #004A7D url('../images/rightSlider.svg') no-repeat center center!important;
margin-top: -49px;width: 49px; height: 97px;}
.sparsh_banner_slider .slick-arrow{width: 49px;}
.sparsh_banner_slider .caption{max-width: 1340px;opacity: 0.7;}
.sparsh-featured-products-slider .products-grid .product-items .product-item .product-item-info {width: auto; margin: 0 8px;}



.products-grid .product-items .product-item .product-item-info { border: solid 1px #E3E2E2; border-radius: 20px; text-align: center;width: 100%;transition: all ease-in-out 0.3s 0s;}
.products-grid .product-items .product-item .product-item-info .product-item-details { padding: 15px; height: 100%; border-top: solid 1px #E3E2E2; }
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name{ padding-bottom:4px;}
.products-grid .product-items .product-item .product-item-info .product-item-details .product-item-name a { color: var(--primary); font-size: 17px;
font-weight: 500;}
.products-grid .product-items .product-item .product-item-info .product-item-details .productshortdes{padding: 0 0 6px 0; font-size: 14px;color:#000;
line-height: 21px;/* min-height: 100px;*/}

.product-reviews-summary { display: flex;min-height: 28px; width: 100%; align-items: center; justify-content: center; margin-top: 0;}
.rating-summary .rating-result::before{color: #8B8B8B;}
.rating-summary .rating-result > span::before{color: #E8A700;}

.topsellproductsection .slick-prev::before, .topsellproductsection .slick-next::before { display: block;}
.topsellproductsection .slick-prev {left: -13px;}
.topsellproductsection .slick-next {right: -13px;}
.topsellproductsection .slick-next::before {content: "";padding-left: 0; background: url(../images/nextSliderPro.svg) no-repeat center center;
width: 42px; height: 42px;filter: brightness(0) invert(0);
}
.topsellproductsection .slick-prev::before { content: ""; padding-right: 0; background: url(../images/rightSlderPro.svg) no-repeat center center;
width: 42px; height: 42px; 
}
.topsellproductsection .slick-prev, .topsellproductsection .slick-next { background: var(--white) !important; border-radius: 50px; height: 42px;
width: 42px;box-shadow: 0 0 8px rgba(0,0,0,0.2); transition: all ease-in-out 0.3s 0s;}
.topsellproductsection .slick-next:hover, .topsellproductsection .slick-prev:hover{background: var(--primary) !important;} 
.topsellproductsection .slick-next:hover:before,
.topsellproductsection .slick-prev:hover:before{filter: brightness(0) invert(1);} 
.cms-home .sparsh-featured-products-slider .sparsh-featured-products-slider-container { max-width: 1300px;}   
.topsellproductsection .products-grid .product-items .product-item { margin-bottom: 0;} 


.shipingBlock { display: flex; justify-content: space-between; align-items: center; }
.shipingBlock .blockBolx { display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.shipingBlock .blockBolx .icons { border: solid 2px #151616; width: 58px; height: 58px; display: flex; justify-content: center; align-items: center; border-radius: 100px; }
.shipingBlock .blockBolx .content { width: 100%;flex: 1;}
.shipingBlock .blockBolx .icons img { max-width: 25px; }
.shipingBlock .blockBolx .content h5 { color: #161616; font-size: 20px; margin: 0 0 6px 0; font-weight: 500;}
.shipingBlock .blockBolx .content p {font-size: 13px;color: #4E4E4E;}   


.product-item .price-box {margin: 10px 0;}	
.product-item .price-box .price {font-size: 18px;font-weight: 600;}

.container.promotionbanner {margin-top: 25px;}
.brands { display: flex; justify-content: space-between; gap: 20px; margin-top:25px;}
.brands .blockLeft { display: flex; justify-content: space-between; gap: 20px; }
.brands .blockLeft .boxLogo {display: flex; gap: 20px;flex-direction: column;}
.brands .blockLeft .boxLogo img { max-height: 100%; max-width: 100%; }
.brands .blockCenter { border: solid 1px #E3E2E2; display: flex; align-items: center; justify-content: center; }
.brands .blockLeft .boxLogo .logoblock { border: solid 1px #E3E2E2; height: 100px; display: flex; justify-content: center; align-items: center; padding: 20px; width: 240px; }
	
.Commitment{display: flex;justify-content: space-between;gap: 22px;margin: 80px 0 0 0;align-items: center;}
.Commitment .blockBolx{background:  var(--white);border-radius: 20px;box-shadow: 0 0 35px #ddd;width: 27%;padding: 25px;}
.Commitment .blockBolx .content{min-height: 115px;}
.Commitment .blockBolx .content h5{font-size: 29px;margin: 0 0 20px 0;font-weight: 400;}
.Commitment .blockBolx .content p {color: #000;font-size: 14px; line-height: 24px; min-height: 90px;}


.newsletterBg {background: var(--primary); }
.newsletterBg .newsletter { padding:20px 0; border-radius: 20px; display: flex; justify-content: space-between; align-items: center; width: 100%;}
.newsletterBg .newsletter .conetent h3 { color:  var(--white); font-size: 33px; font-weight: 400; }
.newsletterBg .newsletter .conetent p { color:  var(--white); margin-top: 15px; font-size: 24px; }
.primaryBtn {background: #000;color: var(--white);padding: 16px 35px;border-radius: 20px; margin-top: 20px; display: inline-block;
font-size: 15px; letter-spacing: 27%; font-weight: 700; position: relative; transition: all ease-in-out 0.3s 0s;}
.primaryBtn:hover { background: #333; color: #fff; text-decoration: none;}
.primaryBtn::after {content: "";width: 13px;height: 9px;margin-left: 11px; background: url(../images/signUpArrow.svg) no-repeat center center;display: inline-block;}
.block-search .nested a.action.advanced {display: none;}


.searchsuite-autocomplete {
   background-color: #fff;
   border: 1px solid #c2c2c2;
   box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
   left: -85px;
   margin-top: 4px;
   width: 100%;
   position: absolute;
   z-index: 9999999;
   min-width: 690px;
}
#searchsuite-autocomplete .product ul#product {
   display: flex;
   flex-wrap: wrap;
}
#searchsuite-autocomplete .product ul#product li {
   width: 33.33%;
}

.footerInner { display: flex; justify-content: space-between; margin-top: 50px; }
.footerInner .blockbox .footerLogo { max-width: 250px; width: 100%; display: inline-block; }
.footerInner .blockbox p b { display: block; }
.footerInner .blockbox h5 { font-size: 18px; color: var(--primary); margin-bottom: 15px; text-transform: uppercase; font-weight: 600; }
.footerInner .blockbox a { display: block; color: var(--black); font-size: 15px; margin-bottom: 9px; }
.page-footer { background: #E3F4FF; }
.page-footer .footer.content { border: none; padding: 0 20px; max-width: 1340px; }
.socialLinks { display: flex; gap: 10px; margin-top: 40px; }
.footerInner .socialLinks .fb { background: #2855A8; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.footerInner .socialLinks .twitter { background: #02BAFA; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.footerInner .socialLinks .insta { background: #C138AC; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.footerInner .socialLinks .linkdin { background: #2779C3; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 100px; }
.footerInner .blockbox p { font-size: 15px; color: #4B4B4B; }
.footerInner .blockbox .footerLogo+p+p {margin-top: 20px;}
.footer-bottom-section {background: var(--primary); color: var(--white);text-align: center;padding: 10px;}
.footer-bottom-section small.copyright {margin: 0;}



/* Shop Page */
.catalog-category-view .breadcrumbs {display: none;}
.catalog-category-view .page-title-wrapper { text-align: center; height: 197px; display: flex; align-items: center; justify-content: center; background: #252525; margin-bottom: 80px;}
.catalog-category-view .page-title-wrapper h1.page-title {font-weight: 600;font-size: 32px;color: #fff;position: absolute;margin: 0;z-index: 1; padding: 0 15px;}
.catalog-category-view .child-categories-grid { display: flex; flex-wrap: wrap; width: 100%;}
.catalog-category-view .child-category-item {margin-left: 0; margin-right: 30px; width: calc((100% - 90px) / 4); padding: 0; margin-bottom: 30px; position: relative;  border: 1px solid #f3f3f3;  border-radius: 15px;
    overflow: hidden; text-align:center; padding-bottom: 20px; transition: all ease-in-out 0.3s 0s;
}
.catalog-category-view .child-category-item:hover{ border-color:var(--primary);}
.catalog-category-view .child-category-item:nth-child(4n) { margin-right: 0;}
.catalog-category-view .child-category-item img { width: 100%; vertical-align:top; transition: all ease-in-out 0.3s 0s;border-radius: 15px;}
.catalog-category-view .child-category-item h4 { color: #000000; font-size: 16px;  padding: 20px; font-weight: 500;}
.catalog-category-view .cat-thumbimage {background: #000;border-radius: 15px;}
.catalog-category-view .child-category-item:hover .cat-thumbimage img { opacity: .4;}
.catalog-category-view .page-title-wrapper .category-image { width: 100%; margin: 0;}
.catalog-category-view .page-title-wrapper .category-image img.image {width: 100%;object-fit: cover; opacity: .3;height: 197px;}



.child-category-item span {position:absolute;display:flex; align-items:center; justify-content:center; left:-100%; top:40%; transition:all ease-in-out 0.3s 0s;width:100%;color:#fff; font-size: 16px;}
.child-category-item span:after { background: var(--primary) url('../images/shopRightArrow.svg') no-repeat center 7px;width:36px; height:36px; content:""; display: inline-block;  border-radius: 30px; margin-left:10px;background-size: 20px;}
.child-category-item:hover span{left:0;}
.child-category-item:hover h4{color:var(--primary);}
.child-category-item:hover a{ text-decoration:none;}


/* Listing page */
.products-grid .product-items .product-item {
    margin-bottom: 2%;
}
/* .page-products .products-grid .product-item { margin-left: 30px; width: calc((100% - 60px) / 3); } */
.products-grid .product-items .product-item .product-item-info:hover{border-color:var(--primary)}
.products-grid .product-items .product-item .product-item-info .product-image-wrapper img {
  transition: all ease-in-out 0.3s 0s;
}
.products-grid .product-items .product-item .product-item-info:hover .product-image-wrapper img { scale: 0.9;}
.category-view { margin-bottom: 40px;}
.category-view .category-description {margin: 0 auto; max-width: 1340px; padding-left: 20px; padding-right: 20px;}
.productreview { min-height: 33px;}
.product-item .product-reviews-summary .reviews-actions{ display:none;}
.toolbar-products .modes {display: none;}
.catalog-category-view .page-title-wrapper{ margin-bottom: 34px; }	
.block-subtitle, .sidebar-additional .block-title { display: inline-block; margin-bottom: 15px; width: 100%; border-bottom: 1px solid #DDE9F2;
  padding-bottom: 10px; font-size: 16px; font-weight: 600; position: relative;
}
.block-subtitle::after, .sidebar-additional .block-title::after {
  content: ""; width: 90px; height: 1px; background: #0171BD; position: absolute; left: 0; bottom: -1px;
}
.filter-options .filter-options-content ol li.item {display: flex;justify-content: space-between;width: 100%;margin-bottom: 12px;}
.filter-options .filter-options-content ol li.item a {display: flex; justify-content: space-between; color: #323232;width: 100%;}
.filter-options .filter-options-content ol li.item .count { flex: 1; text-align: right;}
.sidebar-additional .items li.item {display: block; margin-bottom: 12px;}
.sidebar-additional .items li.item.active {font-weight: bold;}
.sidebar-additional .items li.item a { color: #323232;display: flex; justify-content: space-between; width: 100%;}
.filter-options .filter-options-content ol li.item:last-child, .sidebar-additional .items li.item:last-child { margin-bottom: 0;}
.sidebar-additional .items li.item strong {display: flex; justify-content: space-between;}
.sidebar-additional .items li.item span.productcounts { width: 40px;text-align: right;}
.block-reorder .block-title > strong { font-size: 16px;font-weight: 600;}
.toolbar-amount { padding: 0; font-size: 16px; color: #000;}
.toolbar-sorter { padding: 0;}
.toolbar-sorter .sorter-label {display: none;}
.toolbar-sorter .sorter-options { margin: 0; border: none;font-size: 16px; color: #000;padding: 0;box-shadow: inherit !important;
  background: url(../images/selectArrow.svg) no-repeat right center;appearance: inherit; -webkit-appearance: inherit; width:146px;}
.toolbar-products { margin-bottom: 20px;}
.product-item-description { margin: 0;}
.tocart span {
  background: url(../images/cartIconBtn.svg) no-repeat right center;
  padding-right: 25px;filter: brightness(0) invert(1);
}
.tocart:hover span{filter: inherit;}


/* PDP */
.catalog-product-view header.page-header { margin-bottom: 42px;}
.product-info-main .page-title-wrapper.product { height: auto; text-align: left; margin: 0; background: none; display: block;}
.product-info-main .page-title-wrapper.product .page-title {position: static; color: #000; margin: 0;}
.product-info-main .product-reviews-summary {
  justify-content: flex-start;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 15px;
  margin-top: 10px; margin-bottom: 22px;
}
.product-info-main .product-reviews-summary a {
  color: #000;
}
.product-info-main .product.attribute.sku > .value{text-transform: uppercase; font-size: 14px;}
.product-info-main .price-box .weee{ line-height: normal;}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {font-size: 32px; font-weight: 600;
  color: var(--primary);
}
body .product-info-main .box-tocart .qty .label { display: none;}
.product-info-main form#product_addtocart_form .box-tocart .qty .control {border: 1px solid #EBEBEB; width: 182px; display: flex;align-items: center;
  justify-content: center;
}
.box-tocart .qty .control button { width: 60px; height: 60px; background: none; border: none; position: relative; font-size: 0;}
.box-tocart .qty .control .input-text.qty {width: 60px;height: 60px;border-top: 0; border-bottom: 0; border-color: #EBEBEB; font-size: 16px;
  color: #000; border-radius: 0;
}
.box-tocart .qty .control button.qty-decrease::after {
  content: "";
  background: url(../images/qty-minus.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
}
.box-tocart .qty .control button.qty-increase::after {
  content: "";
  background: url(../images/qty-plus.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;top: 0;
}

.discount-percent {
    display: inline-block;
    background: linear-gradient(to right, #f1592a);
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 20px 3px 15px;
    border-radius: 2px;
    text-transform: uppercase;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    float: left;
    position: absolute;
    left: 0;
    margin-top: 0px;
    border-radius: 19px 0 0 0;
}
.product-item-info {
    position: relative;
}
.price-box span.old-price .price {
    font-size: 14px;
}
.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 17px;
}
.price-box .special-price{display: inline-block;}
.price-box .price-label, .customer-account-create .field.choice.newsletter {
    display: none;
}
.control.qty,
.details-qty.qty {
  border: 1px solid #EBEBEB;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control.qty button,
.details-qty.qty span.minus,
.details-qty.qty span.plus {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  position: relative;
  font-size: 0;
  margin: auto 0 auto auto;
}
.control.qty button.decreasing-qty::after,
.details-qty.qty span.minus::after {
  content: "";
  background: url(../images/qty-minus.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 10px;
}
.control.qty button.increasing-qty::after,
.details-qty.qty span.plus::after {
  content: "";
  background: url(../images/qty-plus.svg) no-repeat center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 10px;
}
.control.qty input[type="number"],
.details-qty.qty input[type="number"] {
  width: 35px !important;
  height: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  border-color: #EBEBEB;
  border-top: none;
  border-bottom: none;
  color: #333;
}

.details-qty.qty .label {
  display: none;
}


body .product-info-main .box-tocart .actions{padding-top: 0;}
.product-info-main .box-tocart .action.tocart {padding: 18px 30px !important;}
.product-info-main .box-tocart{margin-bottom: 0;}
.bottomsection .button, .actions-primary .action.submit {
  color: var(--white);
  background: var(--primary);
  margin-right: 20px;
  height: 40px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  display: inline-block;
  padding: 0 20px;
  border: 1px solid var(--primary); transition: all ease-in-out .3s 0s;
}
.bottomsection .button:hover, .actions-primary .action.submit:hover {color: var(--primary);background: var(--white); text-decoration: none;}
.product-info-main .product.attribute.overview { margin: 10px 0;}
.product.attribute.overview .value {font-size: 16px; color: #323232; line-height: 27px;}
.bottomsection { margin-top: 30px;}
.product-info-main .box-tocart .field.qty{ padding-right: 20px;}

.fotorama__wrap--slide .fotorama__stage__frame { border: 1px solid #EBEBEB; border-radius: 20px;}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap { margin-top: 20px;}
.fotorama__nav.fotorama__nav--thumbs {
  height: 136px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame {margin-right: 20px;border-radius: 20px; overflow: hidden;}
.fotorama__thumb-border { display: none;}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active::after {
  width: 100%; height: 100%; content: ""; position: absolute; background: rgba(0,0,0,0.5); top: 0; left: 0;
}
.product.info.detailed { padding-top: 50px;}
.product.data.items > .item.content { border: 1px solid #EBEBEB !important; border-radius: 0 20px 20px 20px; padding: 35px 40px !important;
  margin: -1px 0 0 0 !important;
}
.description .value { font-size: 16px; color: #323232; line-height: 27px; }
.product.data.items > .item.title.active .switch {height: auto; background: #0171BD !important;font-size: 16px;color: #fff !important;
  border-radius: 20px 20px 0 0; padding: 19px 30px !important; min-width: 200px; text-align: center;
}
.block.review-add { border: 1px solid #EBEBEB; border-radius: 20px; padding: 30px 45px; margin-top: 55px; background: #F9FCFE;}
.review-form { max-width: 100% !important;}
.review-form .review-fieldset { width: 100%; margin: 0;}
.fieldset .review-legend.legend {margin-bottom: 30px; display: flex; flex-wrap: wrap; font-size: 25px; font-weight: 600;}
.fieldset .review-legend.legend strong { display: none;}
.review-form .fieldset > .field:not(.choice) > .label { display: block;width: 100%; text-align: left; padding: 0 0 10px 0; font-size: 16px; font-weight: 400;
}
.review-form input[type="text"] { max-width: 615px; border: 1px solid #D9E3E9; height: 49px;font-size: 16px;}
.review-form textarea { min-height: 120px;border: 1px solid #D9E3E9; width: 100%; resize: none;}
.review-form .fieldset > .field:not(.choice) > .control { width: 100%;}
.actions-primary .action.submit{ border-radius: 20px;}

.review-form .action.submit.primary { background: var(--primary);border: 1px solid var(--primary); color: var(--white);border-radius: 20px !important;padding: 0 24px !important;}
.review-form .action.submit.primary:hover {background: var(--white); color:var(--primary);}

.column:not(.sidebar-main) form.review-form .actions-toolbar, .column:not(.sidebar-additional) form.review-form .actions-toolbar{ margin-left: 0;}

.minicart-items .action.edit::before, .minicart-items .action.delete::before{ color: var(--primary); }

/* Checkout */
.checkout-index-index .header.content {
  /* background: var(--white);
  max-width: 1340px;
  padding: 20px; */
}
.checkout-index-index .header.content .logo {
  margin: 0;
}
.checkout-index-index .page-wrapper {
  background: #EDF0F7;
}
.checkout-index-index .am-checkout:not(.-modern) {
  background: #EDF0F7;
}
.checkout-index-index .page-header {
  background: var(--white);
}
.checkout-index-index .checkout-header {
  margin: 12px 0 30px;
  padding: 0 9px;
  width: 70%;
}
.checkout-index-index .checkout-header .title {
  margin: 0 auto 10px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.checkout-index-index .checkout-header .description {
  font-size: 16px;
  color: #323232;
}
.checkout-index-index .checkout-block {
  box-shadow: inherit;
  margin: 7px 9px 32px;
  padding: 30px;
  border-radius: 20px;
}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary > .title, .checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 25px;
  color: #0171BD;
  font-weight: 600;
  font-size: 22px;
  border: none;
}
.opc-wrapper .shipping-address-item.selected-item::after {
  background: var(--primary) url(../images/tick-checkout.svg) no-repeat center center;color: #fff;content: '';height: 35px;width: 35px;border-radius: 0 14px 0 0px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .control .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .control .shipping-address-item{width:100%;}
.opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid var(--primary);
  border-radius: 15px;
}
.opc-wrapper .shipping-address-item {
  border: 1px solid transparent;
  font-size: 16px;
  color: #000;
  background: #F8F9FD;
}
.opc-wrapper .shipping-address-item a {
  color: #000;
  font-weight: 500;
}
button.action.action-select-shipping-item, .action.-new-address {
  background: var(--primary);
  color: #fff;
  border-radius: 10px;
  padding: 8px 18px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  width:165px;
}
body .checkout-suggested-addresses .suggested-address.selected-address {
  background: #F8F9FD;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  color: #000;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  font-size: 16px;
  color: #000;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #D9D9D9;
}
.checkout-payment-method .payment-method-title {
  margin: 0;
  font-size: 16px;
  color: #000;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  font-size: 16px;
  color: #000;
}
.checkout-index-index .opc-block-summary {
  background: #fff;
  padding: 24px 12px 12px 12px;
}
.opc-block-summary .items-in-cart > .title {
  cursor: pointer;
  color: #8B8B8B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
}
.column.main .block .title strong {
  font-size: 16px;
  font-weight: 600;
}
.opc-block-summary .product-item .price {
  font-size: 16px;
  font-weight: 600;
}
.minicart-items .product-item-name {
  font-weight: 500;
  color: var(--primary);
  font-size: 17px;
}
.opc-block-summary .items-in-cart > .title::after{ font-size: 40px;}
.checkout-block .data.table.table-totals th, .checkout-block .data.table.table-totals td {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  color: #5C5C5C;
}
.checkout-block .data.table.table-totals .sub th {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
}
.checkout-block .data.table.table-totals .grand.totals th, .checkout-block .data.table.table-totals .grand.totals td, .checkout-block .data.table.table-totals .grand.totals th strong, .checkout-block .data.table.table-totals .grand.totals td strong {
  color: #000;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td{ font-size: 15px;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
  padding: 0;
  font-size: 16px;
  color: #111;
  margin-bottom: 10px;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title span {
  color: #111;
}
.checkout-block .data.table.table-totals {
  background: #F8F9FD;
  border-radius: 15px;
}
.checkout-payment-method .payment-option-title .action-toggle::after{ display: none;}
.checkout-payment-method .payment-option._collapsible.discount-code .payment-option-content {
  display: block !important;
  padding: 0;
}
.opc-wrapper .form-discount {
  position: relative;
}
.form-discount input[type="text"] {
  border: 1px solid #EDF0F5;
  border-radius: 10px;
  font-size: 16px;
  padding: 0 18px;
  color: #8B8B8B;
  height: 45px;
  width: auto;
}
.form-discount .action.action-apply {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  background: var(--primary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  border: none;
  padding: 0 10px;
}

.checkout-payment-method .payment-methods .actions-toolbar .action.primary {
  background: var(--primary);
  border: 1px solid var(--primary);
  width: 100%;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600;
}
.checkout-payment-method .payment-methods .actions-toolbar .action.primary:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.field-select-billing .select, .select {
  border: 1px solid #EDF0F5;
  border-radius: 10px;
  height: 53px;
  font-size: 16px;
  color: #8B8B8B;
}
.checkout-payment-method .checkout-billing-address .primary .action-update {
  margin-right: 0;
  border: none;
  background: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.42857143;
  text-decoration: underline;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  text-decoration: underline;
}
.checkout-index-index .opc-block-summary .minicart-items .delete{background: url(../images/deleteIcon.svg) no-repeat center center;border: none;
 height: 24px; padding: 0; width: 24px;}

.opc-wrapper .step-title::before {
  content: "1";
  background: var(--primary);
  color: var(--white);
  width: 34px;
  display: inline-flex;
  height: 34px;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  counter-reset: section;
}
.opc-wrapper #address-validation .step-title::before {
  content: "2";
}
.opc-wrapper #opc-shipping_method .step-title::before {
  content: "3";
}
.opc-wrapper #checkout-payment-method-load .step-title::before {
  content: "4";
}
.opc-wrapper .amcheckout-summary-container .step-title::before {
  content: "5";
}
.checkout-index-index .checkout-payment-method .payment-method-content .fieldset > .field.type .control {margin-left: 0;}
#ccgateway-cc-form-fieldset-wrapper .fieldset > .field:not(.choice) > .label, #ccgateway-cc-form-fieldset-wrapper .fieldset > .field:not(.choice) > .control {width: 100%;text-align: left;}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action, .checkout-cart-index .cart-container .form-cart .action,
.actions-toolbar .action.apply.primary {
  background: var(--primary);
  border: 1px solid var(--primary);
  width: auto;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  line-height: 2.2rem;
  padding: 13px 30px !important;
  transition: all ease-in-out 0.3s 0s;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar > .action:hover, .checkout-cart-index .cart-container .form-cart .action:hover,
.actions-toolbar .action.apply.primary:hover, .modal-footer .action.primary:hover, .modal-footer .action.secondary:hover {
  background: var(--white);
  border: 1px solid var(--primary);
  color: var(--primary);
}
.cart-container .form-cart .action.continue::before,
.cart-container .form-cart .action.update::before{ display: none;}
.checkout-cart-index .cart-summary .block > .title{
  padding: 15px 30px 7px 5px;
}
.checkout-cart-index .cart-summary .block > .title strong {
  font-size: 16px !important;
}
.checkout-cart-index .cart-summary .block > .title::after{ top:0}
.modal-popup .modal-title{ font-weight: 600;}
.checkout-index-index .form-shipping-address .field .label { width: 100% !important; text-align: left !important; margin-bottom: 5px;}
.checkout-index-index .form-shipping-address .field .control { width: 100% !important;}

.checkout-index-index .form-shipping-address .fieldset > .field{margin: 0 0 15px 0;}
.modal-footer .action.primary, .modal-footer .action.secondary {
  background: var(--primary);
  border: 1px solid var(--primary);
  width: auto;
  border-radius: 10px !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #fff;
  line-height: 2.2rem;
  padding: 13px 30px !important;
  transition: all ease-in-out 0.3s 0s;
}



/* Login form */
form .input-text {
  border: 1px solid #EDF0F5;
  height: 46px;
  color: #8B8B8B;
  border-radius: 10px;
}
.cms-page-view .page-title-wrapper {
    text-align: center;
}
.cms-page-view .page-title-wrapper h1.page-title {
    margin: 0;
}
.catalogsearch-result-index .page-title-wrapper,.checkout-onepage-success .page-title-wrapper,.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.checkout-cart-index .page-title-wrapper,.customer-account-logoutsuccess .page-title-wrapper {
  height: auto;
  background: none;
  margin: 10px;
  text-align: center;
}
.customer-account-logoutsuccess h1.page-title {margin: 10px 0 10px 0px;}
.customer-account-login .page-title-wrapper h1.page-title,
.customer-account-create .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-title-wrapper h1.page-title,
.checkout-cart-index .page-title-wrapper h1.page-title  {
  position: static;
  color: #000;
}
.customer-account-login .page-main,
.customer-account-create .page-main,
.customer-account-forgotpassword .page-main {
  border: 1px solid #ccc;
  margin: 50px auto;
  border-radius: 30px;
  max-width: 94% !important;
  background: #F8F9FD;
}
.customer-account-login .fieldset .field label.label,
.customer-account-create .fieldset .field label.label,
.customer-account-forgotpassword .fieldset .field label.label {
  width: 100%;
  padding: 0 0 10px 0;
  text-align: left;
}
.customer-account-login .fieldset .field .control,
.customer-account-create .fieldset .field .control,
.customer-account-forgotpassword .fieldset .field .control{
  width: 100% !important;
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search{
  width: 100% !important;
}
.customer-account-login .fieldset > .field.choice::before,
.customer-account-create .fieldset > .field.choice::before{ display: none;}
.customer-account-login form .actions-toolbar, .customer-account-create form .actions-toolbar, 
.customer-account-forgotpassword form .actions-toolbar{ margin-left: 0 !important;}

.customer-account-create .fieldset .legend { margin: 0; font-weight: 600; margin-bottom: 20px;}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong { border-color: var(--primary);}

.account .page-title-wrapper { background: none; height: auto; margin: 20px 0 20px 0; display: block; text-align: left;}
.account .page-title-wrapper .page-title {color: #000; position: static; margin: 0; font-size: 26px;}
.block-collapsible-nav .content { background: #F8F9FD; border-radius: 15px;}
.account .columns { padding: 25px 0;}
.block-order-details-view .block-title strong { margin-top: 15px !important; font-weight: 700 !important; display: block;}
.account .fieldset .legend { font-weight: 600;}
.account select { border: 1px solid #EDF0F5; height: 46px; color: #8B8B8B; border-radius: 10px;}

.modal-footer .action-dismiss {border: 1px solid #999; color: #333;font-weight: 700;padding: 13px 30px !important; font-size: 17px !important;
  border-radius: 6px !important; transition: all ease-in-out 0.3s 0s; margin-right: 15px;
}

.amcheckout-comment .label { display: none;}
.amcheckout-comment input[type="text"].input-text { border: 1px solid #EDF0F5; border-radius: 10px; font-size: 14px;padding: 0 20px;
  color: #8B8B8B; height: 45px;
}
.amcheckout-additional-options.additional-options { margin: 0;}

.fotorama__stage {
    height: auto!important;
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
    height: 350px!important;
    width: auto!important;
}

.section-title.section-title-normal, .cms-terms-of-use h3, .cms-privacy-and-security h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 20px 0 10px 0 !important;
}
.cms-terms-of-use #maincontent {
  margin-top: 20px;
}
h3.topsellingtitle {
  text-align: center;
  color: #050404;
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 40px;
}
.breadcrumbs {
  max-width: 1340px !important;
  margin-top: 20px;
}

.gallery-placeholder .fotorama__arr {
  height: 80px;
  margin: auto;
}
.action.action-delete::before, .action.action-edit::before {
  content: '\e604';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 28px;
  color: var(--primary);
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .cart.table-wrapper .action.action-delete, .checkout-cart-index .cart.table-wrapper .action.action-edit {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.checkout-cart-index .cart.table-wrapper .action.action-delete span, .checkout-cart-index .cart.table-wrapper .action.action-edit span {
  display: none;
}
.action.action-edit::before, .minicart-items .action.edit::before {
  content: '\e606';
  background: url(../images/edit.svg) no-repeat center center;
  font-size: 0;
  width: 28px;
  height: 28px;
  background-size: 18px;
}
.cms-page-view .columns p, .cms-page-view .columns ul li {
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 15px;
}
.fieldset.address{ position: relative;}
.cms-sale #maincontent {
  margin-top: 30px;
}

/* @ media Css */

@media (min-width: 768px) {
.page-layout-1column .product.media {
    width: 40%!important;
}
.page-layout-1column .product-info-main{width: 57%!important;}
  body.page-layout-2columns-left .column.main {
    width: 79.333%;
  }
  body.page-layout-2columns-left .sidebar-main, body.page-layout-2columns-left .sidebar-additional {
    width: 20.667%;
    padding: 10px;
}


}

@media (min-width: 991px) {
  body.page-layout-2columns-left .sidebar-main, body.page-layout-2columns-left .sidebar-additional {padding: 20px;}
  .customer-account-login .page-main,
  .customer-account-create .page-main,
  .customer-account-forgotpassword .page-main {
    max-width: 800px !important;
  }
}

@media screen and (max-width: 1250px) {
  .checkout-payment-method .actions-toolbar .primary {
    margin: 0 0 20px 0 !important;
    width: 100%;
  }
.form-discount .action.action-apply{width: 100% !important; position: static;}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 10px;
}
.form-discount input[type="text"]{ width: 100%;}
}


@media screen and (max-width: 1100px) {
.child-category-item { margin-right: 30px; width: calc((100% - 60px) / 3);}    
.child-category-item:nth-child(3n) { margin-right: 0;}
.child-category-item:nth-child(4n) { margin-right:30px;}

}

@media screen and (max-width: 991px) {
/* body .action.primary, body .action-primary{padding: 8px 20px; font-size: 15px;} */
.logo img {max-height: 45px;}
.header-bottom-section .block-search{ max-width: 250px;}
.header-bottom-section .nav-sections .navigation .ui-menu li {margin: 0 8px;}
.cms-home .sparsh_banner_slider .caption h2 {font-size: 30px;line-height: 36px; font-weight: 700;}
.cms-home .sparsh_banner_slider .caption p {font-size: 14px; line-height: 18px; margin-bottom: 1rem;}
.sparsh_banner_slider .slick-arrow { width: 30px; height: 50px;}
.sparsh_banner_slider .slick-arrow.slick-prev::after,
.sparsh_banner_slider .slick-arrow.slick-next::after {width: 30px; height: 50px;background-size: 20px;  }
.sparsh_banner_slider .slick-arrow.slick-next {  right: 0;  }
.topsellproductsection .sparsh-featured-products-slider h3{ font-size: 36px;}
.shipingBlock .blockBolx{ gap:15px; width: 25%;}
.shipingBlock .blockBolx .icons img { max-width: 18px; }
.shipingBlock .blockBolx .icons {border: solid 1px #151616;width: 40px;height: 40px;}
.shipingBlock .blockBolx .content h5 {font-size: 15px;}
.shipingBlock .blockBolx .content p {font-size: 12px;word-break: break-all;}
.Commitment {gap: 15px; align-items: inherit;  }
.Commitment .blockBolx{ padding: 15px;}
.Commitment .blockBolx .content h5 {font-size: 18px;margin: 0 0 10px 0;font-weight: 500;}
.Commitment .blockBolx .content p{ font-size: 12px;}
.brands { flex-wrap: wrap; }
.brands .blockLeft, .blockCenter, .brands .blockLeft .boxLogo .logoblock{ width: 100%;}
.brands .blockLeft .boxLogo{ width: 50%;}

.page-products .products-grid .product-item { width: calc((100% - 2%) / 2 )!important;}

.page-products .products-grid .product-item:nth-child(3n+1) { margin-left: 2% !important;}
.page-products .products-grid .product-item:nth-child(2n+1) { margin-left: 0 !important;}
.page-layout-2columns-left .column.main {width: 77.333% !important;}
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional { width: 22.667% !important;}

.bottomsection .button{ margin-bottom: 20px;}
body .product-info-main .box-tocart .actions{ display: inline-block; text-align: left; margin-top: 20px;}

}

@media screen and (max-width: 767px) {
.block.widget .products-grid .topsell_products_product_sliders li.product-item {width: 50%;margin: 0 auto;}
h3.topsellingtitle {font-size: 20px;}
.header-bottom-section .logo img{width: auto;}
.header-bottom-section .logo {margin-right: 0;}
.header.content .header-top-section .header-top-right .phone{ font-size: 0;} 
.header.content .header-top-section .header-top-right .phone .callonphone{ font-size: 12px;}
.page-header .header.content .header-bottom-section { flex-wrap: wrap; justify-content: center;}
.header-bottom-section .block-search { max-width: 100%; margin-top: 0;}
.block-search .label { position: absolute;right: 15px;top: 17px; cursor: pointer;}
.header-bottom-section .block-search .control{ border-top:none;}
.header-bottom-section .block-search .active .control{ border-top: 1px solid #d1d1d1; margin-top: 10px;}
.header-bottom-section .block-search .label::before {background: url(../images/magnifire.svg) no-repeat center center; width: 36px; height: 33px; content: "";}
.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0 !important; border: none !important;
  }
.header-bottom-section .nav-sections .navigation .ui-menu .submenu {
  width:100% !important;
  max-width: 100% !important;
}

.header-bottom-section .nav-sections {display: inline-block;background: #fff;}
.header-bottom-section .nav-sections .navigation .ui-menu li { margin: 0 15px; width: 100%;}
.header-bottom-section .nav-sections .navigation .ui-menu li a {padding: 10px 0;}
.header-bottom-section .nav-sections .navigation .ui-menu {flex-wrap: wrap;}
.header-bottom-section .navigation .level0 { border-top: none;}
.nav-sections-item-title{ display: none;}
.header-bottom-section .nav-sections .nav-sections-item-content{ margin: 0;}


.cms-home .sparsh_banner { margin-bottom: 20px;}
.sparsh_banner_slider .caption h2 { font-size: 18px; line-height: 26px; margin: 0;}
.sparsh_banner_slider .slidercontent{padding:20px;}
.topsellproductsection .sparsh-featured-products-slider h3 {font-size: 24px;margin-bottom: 10px;font-weight: 500;}

.shipingBlock { flex-wrap: wrap; gap: 15px;}
.shipingBlock .blockBolx { width:calc(50% - 15px);gap: 15px; border: 1px solid #ddd; padding: 15px; border-radius: 15px; box-shadow: 0 0 9px rgba(0,0,0,.1);}
.Commitment { gap: 25px;align-items: inherit; flex-wrap: wrap;}
.Commitment .blockBolx, .blockBolxFlag { width: calc(50% - 15px);}
.newsletterBg .newsletter .conetent h3 {font-size: 24px; font-weight: 600;}
.newsletterBg .newsletter .conetent p {font-size: 14px;}
.primaryBtn {padding: 14px 25px;border-radius: 15px;font-size: 14px;letter-spacing: 20%;}

.footerInner { flex-wrap: wrap; gap: 25px;}
    
.child-category-item { width: calc((100% - 30px) / 2); }    
.child-category-item:nth-child(3n) { margin-right:30px;}
.child-category-item:nth-child(2n) { margin-right: 0;}
.child-category-item h4{padding:10px;font-size: 14px;}  
.child-category-item span{ font-size:14px}
 

.product.data.items > .item.content{ padding: 25px !important;}
.product.data.items > .item.title { margin: 0; }
.product.data.items > .item.title.active .switch{ padding: 15px 20px !important;}
.block.review-add{ padding: 20px;}
.product-info-main .box-tocart .action.tocart { padding: 14px 20px !important;}
body .action.primary, body .action-primary{ font-size: 15px !important; }
.bottomsection .button, .actions-primary .action.submit { height: 52px; font-size: 15px; line-height: 52px;padding: 0 20px;}
.checkout-index-index .am-checkout {margin: 0;padding: 20px 0;}
.checkout-index-index .checkout-block{margin: 7px 0px 32px 0; padding: 15px;}
.form-discount .action.action-apply { position: static;}
.checkout-index-index .opc-block-summary {margin: 0; padding: 0;}
.checkout-payment-method .payment-option {  margin: 0; }
.block-collapsible-nav{ top:0}

#searchsuite-autocomplete .product ul#product li { width: 50%;}
 .searchsuite-autocomplete { width: calc(100% - 30px); min-width: inherit;  }

}



@media screen and (max-width: 575px) {
  .block.widget .products-grid .topsell_products_product_sliders li.product-item {width: 100%;}
  .shipingBlock .blockBolx { width: 100%;}
  .child-category-item { width: calc((100% - 15px) / 2); margin-right:15px; } 
  .child-category-item:nth-child(3n) { margin-right:15px;} 
  .child-category-item:nth-child(2n) { margin-right: 0;}
  .page-products .products-grid .product-item { width: 100% !important; margin-left: 0 !important;}
  .products-grid .product-items .product-item { margin-bottom: 20px;}
    
}

body.newslettersubscribe-index-index .page-title-wrapper {
   height: auto !important;
    text-align: left;
    display: block;
    padding: 15px;
    background: transparent;
    margin: 0 auto !important;
    max-width: 600px;
}
body.newslettersubscribe-index-index .page-title-wrapper h1.page-title {
   display: block !important;
   position: relative;
}
body.newslettersubscribe-index-index .page-title-wrapper h1.page-title span.base {
   color: #252525;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field label.label {
   float: none;
   width: 100%;
   text-align: left;
   margin-bottom: 15px;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field .control {
   width: 100%;
   float: none;
}
body.newslettersubscribe-index-index #newsletter-validate-detail {
   background: #ffffff;
   box-shadow: 0 6px 12px 0 #0d12161f;
   padding: 20px;
   border-radius: 10px;
   max-width: 600px;
   margin: 0 auto;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field label.label {
   float: none;
   width: 100%;
   text-align: left;
   margin-bottom: 15px;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field .control {
   width: 100%;
   float: none;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field .control .input-text {
   height: 40px;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field {
   margin: 0 0 20px !important;
}
body.newslettersubscribe-index-index #newsletter-validate-detail .field .control input[type="text"]{
   border: 1px solid #EDF0F5;
   height: 40px;
   color: #8B8B8B;
   border-radius: 10px;
}
body.newslettersubscribe-index-index .fieldset {
   margin: 0 !important;
}
body.newslettersubscribe-index-index .actions-toolbar {
   margin-left: 0 !important;
}
body.newslettersubscribe-index-index .title {
   display: none;
}