
*{ margin: 0; padding: 0;  box-sizing: border-box; }

body{ font-size: 16px; background-color: #ffffff; color: #000;}
a{ transition: all 300ms ease-in-out; color: #000; }
a:hover{color: #333;}

.container {
max-width: 1422px;
}
.inner-container {max-width: 965px; margin: 0 auto;}
body:not(.cms-home) #content { padding:20px 0 45px; }
.fa {font-family: 'Font Awesome 5 Pro';}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 25px;}
p { margin-bottom: 25px;}
h1, .h1 {font-size: 30px; font-weight: bold;}
h2, .h2 {font-size: 28px; font-weight: bold;}
h3, .h3 {font-size: 26px; }
h4, .h4 {font-size: 24px; }
h5, .h5 {font-size: 21px; }
h6, .h6 {font-size: 18px; }
.block-title, .card-title h1 { font-weight: bold;}
#header-search input::-webkit-input-placeholder { opacity: 1; color: #797979;}
#header-search input::-moz-placeholder { opacity: 1; color: #797979;}
#header-search input:-ms-input-placeholder { opacity: 1; color: #797979;}
#header-search input:-moz-placeholder { opacity: 1; color: #797979;}

.btn:not(.btn-sm) {border-radius: 2px; padding: 0.7rem 0.75rem; font-weight: bold; font-size: 14px;}
.btn-primary, .minicart-btns .btn-group .btn.btn-success {background-color: #59B320; border-color: #59B320; color: #fff;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .minicart-btns .btn-group .btn.btn-success:hover {background-color: #448A18; border-color: #448A18; color: #fff; }
.btn-secondary {background-color: #000; border-color: #000; color: #fff;}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {background-color: #333; border-color: #333; color: #fff; }

input.form-control {height: 46px; border-radius: 0;}
.form-control, .form-group select {height: 46px; border-color: #D8D8D8; box-shadow: none; font-size: 14px; color: #000; border-radius: 0;}
input, button, select, optgroup, textarea {font-family: 'Montserrat', sans-serif !important; }
.custom-control-input:checked ~ .custom-control-label::before {border-color: #000000; background-color: #000000;}
.card {border-radius: 0; border-color: #D0D0D0;}
.row-2 {margin-left: -12px; margin-right: -12px;}
.row-2 > div {padding-left: 12px; padding-right: 12px;}
.owl-carousel .item {height: 100%;}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {width: 42px; height: 42px; border: 0; background: transparent; color: #000000; font-size: 20px; margin-top: -21px; top: 50%;}
.owl-carousel .owl-nav button.owl-prev{ left: 0px; }
.owl-carousel .owl-nav button.owl-next{ right: 0px; }
.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{ background-color: transparent; color: #000000; }
.owl-carousel .owl-nav .owl-prev>span, 
.owl-carousel .owl-nav .owl-next>span{ display: none; }
.owl-carousel .owl-nav .owl-prev:after {font-weight:500;  content: "\f053"; font-family: 'Font Awesome 5 pro'; font-weight: 300;}
.owl-carousel .owl-nav .owl-next:after {font-weight:500; content: "\f054";font-family: 'Font Awesome 5 pro'; font-weight: 300;}
.owl-carousel .owl-dots button.owl-dot {background: #F0F0F0; border: 0; height: 5px; width: 42px; border-radius: 0;}
.owl-carousel .owl-dots button.owl-dot:hover, .owl-carousel .owl-dots button.owl-dot.active { background-color: #CD798F;}

.catalogsearch-advanced-index .form-inline .input-group {display: flex; align-items: center;}
.catalogsearch-advanced-index .form-inline .input-group input { margin: 0 10px;}	

.google-map {margin: 0 0 30px;}
.minicart-btns > .btn-group {column-gap: 10px;}

/*Header*/

.usp-block { background: #F0F0F0;}
.usp-box { font-size: 14px; color: #797979; font-weight: 500; padding: 6px 0; justify-content: space-around;}
.usp-box .usp-item em { color: #AF1F1F;}

.main-header {padding: 28px 0;}
.logo-col { justify-content: center;}
.col-12.col-xl-4.left-head {display: flex; align-items: center;}
.skip-links.right-links {display: flex; justify-content: flex-end; align-items: center; height: 100%; }
.head-link > span strong{font-weight: normal;}
.head-link .img-out {margin: 0 !important; padding: 0 !important; display: flex; width: 52px; height: 52px; justify-content: center; align-items: center; background: #F0F0F0; border-radius: 50%;}

.head-link .head-link:hover {text-decoration: none;}
.header-minicart.cart-link > a {position: relative;}
.head-link {text-align: center; display: flex; justify-content: center; align-items: center; margin-left: 10px; transition:padding 300ms ease-in-out; flex-direction: column;}
.head-link.login-link {margin-left: 0;}
.head-link > span {color: #000000; font-size: 11px; text-align: center; font-weight: 500;}
.cart-item-body .item-price .price {color: #080332; }
.cart-item-body .item-name a:hover, .cart-item-body .remove:hover {color: #000000;}
.minicart-btns .btn-group .btn { font-size: 14px !important;}
.head-link i {font-size: 25px !important; color: #000;}
.head-link:hover, .head-link:focus {text-decoration: none;}
.main-header .container {position: relative;}
.head-link span.badge-count {position: absolute; right: 7px; top: 10px; color: #fff; height: 12px; width: 12px; background-color: #000; border-radius: 50%; line-height: 11px; text-align: center; font-size: 9px;}
.badge-out {font-weight: normal; position: relative;}
.page-header{ position: relative; z-index: 6; transition: all 200ms ease-in;  }
.logo {display: flex; justify-content: center; align-items: center; }
.logo > img{  transition: max-width 350ms ease-in-out; display: inline-block; vertical-align: top; }
.search-col {width: 100%; max-width: 625px; margin: 0 auto;}
.search-autocomplete {background: #fff; z-index: 10; top: calc(100% + 10px) !important; width: calc(100% - 60px) !important; left: 30px !important; padding: 5px 15px; font-size: 16px;}
#search_mini_form .input-group { height: 52px; background-color: transparent; padding: 0 0; border-radius: 0; border: 1px solid #F0F0F0; margin: 0; max-width: 345px;}
#search_mini_form button.btn {border: 0; background: transparent; width: 40px; padding: 0; cursor: auto !important; text-align: center; font-size: 25px; color: #000;}
#search_mini_form input#search {height: 100%; border: 0; background: transparent; font-size: 16px; color: #797979; font-weight: 500;}
#search_mini_form button.btn:focus, #search_mini_form input#search:focus {border: 0; box-shadow: none; outline: none;}
.search-autocomplete {padding: 0;}
.search-autocomplete ul { padding: 10px; border: 1px solid #dddddd;}

.header-minicart > a > span.badge-cart {background: transparent; color: #080332; font-size: 16px; padding: 0; vertical-align: middle;}
.mainMenu {background: #fff; border-top: 1px solid #F0F0F0; border-bottom: 1px solid #F0F0F0;}
.main-header .main-menu {display: flex; align-items: center; padding: 0 30px;}
.salecto-topmenu .salecto-label {font-size: 14px; color: #000; padding: 12px 0; font-weight: 600; text-align: center; text-transform: none; width: 100%; border-bottom: 4px solid transparent; display: flex; justify-content: center; align-items: center;}
.salecto-topmenu a:not([href]):not([tabindex]){color: #000;}
.salecto-topmenu .salecto-level0.active .salecto-label, .salecto-topmenu .salecto-level0:hover .salecto-label, .salecto-topmenu .salecto-level0:active .salecto-label, .salecto-topmenu .salecto-level0:focus .salecto-label {background-color: transparent !important; font-weight: 600 !important; color:  #000 !important; border-color: #CD798F;}
.main-menu .salecto-menumanager .desktop-nav-menu > a.active:hover { color: #000 !important; border-color: #CD798F;}
.salecto-topmenu a:not([href]):not([tabindex]) {color: #000;}
.salecto-menumanager .salecto-topmenu {justify-content: space-around; flex-wrap: nowrap; z-index: 0; column-gap: 50px;}
.salecto-category-dynamic {width: 100%;}
.salecto-menumanager .salecto-submenu .col-category a.level2::before {content: "\f105"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 16px;  line-height: 24px; margin-right: 5px; color: #CD798F;}
.salecto-menumanager .salecto-submenu {padding: 25px 30px;}
.salecto-topmenu .salecto-submenu a {color: #000; line-height: 37px;}
.col-category .level1, .salecto-topmenu .salecto-submenu a.maincategory { font-weight: 600; display: block; font-size: 20px; margin: 0 0 15px;}
.salecto-topmenu .salecto-label .salecto-iconmega { height: auto; width: 28px; position: static; margin-right: 10px;}
.salecto-topmenu .salecto-label:not(.anchor_text)::after { content: "\f107"; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 14px; margin-left: 4px; line-height: 18px; padding-top: 2px; color: #CD798F;}

/*brand slider*/
.home-brand-slider .item .image {width: 100%; height: 110px; display: flex; align-items: center; justify-content: center; border: 1px solid #F0F0F0; padding: 10px;}
.home-brand-slider .item .image img {width: auto;}


/*home product*/
.secondary-title {font-size: 31px; margin: 0 0 25px; color: #363636; font-weight: bold; text-transform: uppercase; font-style: italic;}
.card-body.product-info {display: flex; flex-wrap: wrap; padding: 10px 10px 15px; position: relative;}
.product-info .card-title {font-size: 12px; width: 100%; text-align: center; margin-bottom: 0; font-weight: 600; display: flex; justify-content: center; align-items: flex-start; line-height: 14px;}
.product-info .card-title a {color: #484848; }
.product-info .price-box {margin-top: auto !important; display: flex; align-items: center; width: 100%; justify-content: center; flex-wrap: wrap; font-weight: bold;}
.price-box .price-label {display: none;}
.price-box .old-price .price, .price-box .old-price .price:hover {color: #AAAAAA !important;}
.price-box .old-price {order: 1; text-decoration-color: #AAA; color: #AAA; font-weight: 500; font-size: 12px; width: 100%; line-height: 12px; padding-top: 5px;}
.price-box .special-price {font-size: 16px; font-weight: bold; order: 2;}
.price-box .regular-price {font-size: 16px; font-weight: bold;}


.product-item {border: 0; width: 100%; background: transparent; box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);}
.product-item .card-footer {background: transparent; border: 0; text-align: center; padding: 0 10px 15px; display: flex;}
.product-item .card-footer .btn {width: 122px; margin: 0 auto; padding: 5px 0;}
.color-link {font-size: 10px; color: #323232; text-decoration: underline; margin-bottom: 12px; display: none;}
.product-info .availability {margin: 0; text-align: center; width: 100%; display: block;}
.product-info .availability .label { color: #8B8B8B;}

.pro-label-out { position: relative; }
.pro-label-out .badge { position: absolute; left: 15px; top: 15px; height: 57px; width: 57px; line-height: 57px; padding: 0; background: #000 !important; font-weight: 500; font-size: 15px; text-transform: capitalize; margin: 0; z-index: 1; color: #fff;}
.pro-label-out .badge.label-sale {left: auto; right: 0; width: 61px; height: 40px; border-radius: 0 !important; background: transparent !important; font-size: 11px; font-weight: 600; display: flex; justify-content: center; align-items: center; transform: rotate(-35deg); color: #000; padding: 0 15px 0 0; top: 10px;}
.pro-label-out .badge.label-sale::after {content: ""; display: block; width: 61px; height: 45px; position: absolute; left: -3px; top: -1px; z-index: -1; background-size: 100%; background: url(../images/badge2.svg) no-repeat center center; transform: rotate(27deg);}
.pro-label-out .badge.label-new { left: 7px; right: auto; width: 50px; height: 73px; border-radius: 0 !important; background: transparent !important; font-size: 11px; font-weight: 600; display: flex; justify-content: center; align-items: center; color: #fff; padding: 0 0 25px 0; top: 7px;}
.pro-label-out .badge.label-new::after {content: ""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background-size: 100%; background: url("../images/badge1.svg") no-repeat center center;}

.home-product-slider {margin: 0 -15px; width: auto;}
.home-product-slider.owl-carousel .owl-dots { position: static; margin: 0;}
.home-product-slider .owl-item {padding: 15px;}
.tab-title {display: inline-block; margin: 0 0 35px; font-size: 27px; font-weight: 600; line-height: 28px; color: #000;}
.tab-section {margin-top: 50px; padding-bottom: 70px;}
.product-item a.product-image {height: 190px; max-height: 190px; background: transparent; display: flex; justify-content: center; align-items: center; border: 0; padding: 0;}
.product-item a.product-image > img {height: auto !important; max-height: 100% !important; padding: 0px !important;}

.price-out { display: flex; flex-direction: column; align-items: center; width: 100%; text-align: center; justify-content: space-between; margin-top: auto;}
.product-brand { font-size: 12px; color: #959595; font-weight: normal; margin-top: auto;}
.add-to-links .link-wishlist { position: absolute; top: 15px; right: 15px; display: flex; height: 30px; width: 30px; justify-content: center; align-items: center; border-radius: 50%; background: #fff; color: #999; font-size: 16px; border: 0;}
.add-to-links .link-wishlist:hover {background-color: #f5f5f5; text-decoration: none;}
.add-to-links .link-wishlist.active {color: #FA4444;}

/*Category*/
.home-categories-block { padding-top: 28px; padding-bottom: 30px;}
.home-categories-block .cat-box {display: block;  width: 100%; height: 100%; position: relative;}
.home-categories-block .cat-box .cat-content {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; padding: 10px;}
.home-categories-block .cat-box .cat-name {text-align: center; display: block; font-size: 20px; color: #fff; margin-bottom: 5px; line-height: 24px; font-weight: bold;}
.home-categories-block .cat-box img { width: 100%; height: 100%;}
.home-categories-block .cat-name-box { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 260px; height: 112px; background: rgba(205,121,143,0.86); max-width: 100%; transition: all 300ms ease-in-out; }
.home-categories-block .cat-box:hover .cat-name-box {background-color: rgba(205,121,143,1);}
.cat-link {font-weight: 500; font-size: 16px; color: #fff; text-decoration: underline;}

/*Services*/
.services-box {display: flex; justify-content: center; align-items: center; column-gap: 40px; margin-bottom: 70px;}
.ser-item {border: 1px solid #F0F0F0; height: 125px; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center; width: 33.33%;}
.ser-img { font-size: 30px; color: #CD798F;}
.ser-name { font-size: 18px; color: #797979; font-weight: 600; margin-top: 10px;}
.services-box.ser-box2 {column-gap: 23px;}

/*Footer*/

#footer{padding: 0; margin: 0;}
.footer-top {padding: 65px 0 20px; background: #F0F0F0;}
.social-media a {color: #fff !important; text-align: center; font-size: 18px !important; display: flex; height: 55px; margin: 0 0 10px; justify-content: center; align-items: center; background: #CD798F; border-radius: 2px; width: 175px; border: 0; font-weight: bold;}
.social-media a .footer-social-icon { font-size: 18px; font-weight: 300; margin-right: 8px;}
.social-media a:hover {background-color: #A4556A !important; border-color: #A4556A; color: #fff !important; text-decoration: none !important;}
.social-media a i {font-size: 18px; font-weight: 300; margin-right: 14px;}
.social-media { display: flex; flex-wrap: wrap; justify-content: flex-start; flex-direction: column; margin-bottom: 25px;}
.footer-title {font-size: 20px; font-weight: 600; color: #292929; padding-bottom: 0; margin-bottom: 25px;}
.footer-botom { padding: 0 0 30px; margin: 0;}
.footer-col {margin: 0 0 50px !important; color: #ffffff;}
.footer-col p {line-height: 35px; margin: 0 0 25px;}
.footer-col li {line-height: 35px;}
.footer-col li > span { padding-right: 10px; min-width: 100px; display: inline-block;}
.footer-col li, .footer-col a, .footer-col p {color: #292929; font-size: 16px; font-weight: normal;}
.scrollToTop {font-size: 13px; color: #000; background: #f2f2f2; position: relative; width: auto; border-radius: 0; left: auto; right: auto; bottom: auto; z-index: 0;}
.footer-map .google-map { margin: 0; height: 400px;}
.footer-map .google-map iframe { height: 100% !important; width: 100% !important;}
.map-cnt-box {display: flex; flex-direction: column; justify-content: center; align-items: center; background: #CD798F; width: 100%; height: 100%; text-align: center; color: #fff;}
.map-cnt-box .tab-title {margin: 0 0 15px;color: #fff;}
.map-cnt-box p {font-size: 20px; font-weight: 500; margin: 0 0 20px; font-style: italic;}
.map-cnt-box ul {width: 100%; max-width: 240px;}
.map-cnt-box ul li { display: flex; justify-content: space-between; font-size: 18px; font-weight: 500; line-height: 35px;}
.footer-map::before {content: ""; height: 50%; width: 100%; display: block; background: #F0F0F0; position: absolute; bottom: -1px; left: 0;}
.footer-map { position: relative;}


/*subscribe newsletter*/
.footer-newsletter-bg { padding-bottom: 70px;}
.footer-newsletter {background: url("../images/newa-bg.jpg") no-repeat center center; background-size: cover; padding: 15px; height: 265px; display: flex; justify-content: center; align-items: center;}
.block-subscribe .input-box {display: flex; position: relative; justify-content: center;}
.block-subscribe .input-box .input-out {width: calc(100% - 190px); height: 54px; position: relative; margin-right: 15px;}
.block-subscribe .input-box input {width: 100%; padding: 10px 25px; height: 100%; color: #ACACAC; border: 0; background: #fff; font-size: 18px; border-radius: 2px;}
.block-subscribe .btn-subscribe {min-width: 175px; background-color: #CD798F; color: #fff; font-size: 18px; line-height: 52px; padding: 0 20px;}
.block-subscribe .btn-subscribe:hover{color: #ffffff; background-color: #A4556A;}
.block-subscribe .input-box input::-webkit-input-placeholder { opacity: 1; color: #ACACAC;}
.block-subscribe .input-box input::-moz-placeholder { opacity: 1; color: #ACACAC;}
.block-subscribe .input-box input:-ms-input-placeholder { opacity: 1; color: #ACACAC;}
.block-subscribe .input-box input:-moz-placeholder { opacity: 1; color: #ACACAC;}
.block-subscribe .block-title h4 {margin: 0 0 10px; font-size: 34px; text-transform: uppercase; color: #ffffff;}
.block-subscribe {max-width: 810px; margin: 0 auto; background: rgba(0,0,0,0.6); padding: 30px 45px;}
.block-subscribe .tab-title {color: #fff; margin: 0 0 30px;}
.news-title {height: 100%; display: flex; justify-content: center; align-items: center;}

.validation-advice::before {border-bottom: 8px solid #CD798F;}
.validation-advice {background: #CD798F;}

/*sitemap*/
.salectoseo-sitemap .sitempan {float: none; display: inline-block; margin-top: 15px;}
.salectoseo-sitemap .sitempan h2 { font-size: 28px; line-height: 40px; margin: 0 0 15px; padding: 0;}
.salectoseo-sitemap .siteul {margin: 0 0 15px;}
.salectoseo-sitemap .strongsm {font-size: 18px;}

/*category listing*/
.category-description { border-top: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; padding: 15px 0; margin-bottom: 20px !important;}
.category-description .more-link, .category-description .less-link { font-weight: 600; text-decoration: underline;}
.sort-by-container {margin: 0px !important;}
.bottom-toolbar .sort-by-container { margin: 0 !important;}
.bottom-toolbar { margin: 30px 0 35px;}
.top-toolbar { margin: 0 0 20px; border-top: 1px solid #F0F0F0; padding-top: 20px;}
.sidebar .block-title {font-size: 27px; font-weight: bold; color: #000; padding: 8px 20px; background: #F0F0F0;}
.sidebar .block-content .filter-title { padding: 0; background: transparent; font-size: 25px; text-transform: uppercase; font-weight: normal; color: #000;}
.sidebar .card {border: 0 !important; background: transparent;}
.sidebar .card-body {padding: 0 !important;}
.sidebar .block-layered-nav .block-title.d-lg-block { display: none !important;}
#sidebar-nav-menu > li {background: no-repeat; font-size: 16px; font-weight: 500; position: relative; padding: 3px 0 3px 25px;}
div#layered-navigation-container { padding-top: 25px; }
#narrow-by-list .filter-title.filter-title-collapsed, 
#narrow-by-list .filter-title.filter-title-expanded, div.filter-title {padding: 10px 0; border: 0; font-size: 18px; text-transform: none; font-weight: 600;}
#narrow-by-list .filter-content, .filter-content {border: 0; margin-bottom: 25px;}
#narrow-by-list .filter-title:first-child { border-top: 0;}
#narrow-by-list .filter-title.filter-title-collapsed, #horizontal-layered-navigation-container .filter-title {color: #000; background: url("../images/plus.png") no-repeat; background-position: 5px center; padding-left: 30px;}
#narrow-by-list .filter-title.filter-title-expanded, #horizontal-layered-navigation-container .filter-title.horizontal-filter-title-expanded {color: #000; background: url("../images/minus.png") no-repeat; background-position: 5px center; padding-left: 30px;}
#narrow-by-list .filter-title.filter-title-collapsed:hover, #narrow-by-list .filter-title.filter-title-expanded:hover { background-color: transparent;}
.sidebar .currently .card-header { display: none;}
.sidebar .block-layered-nav .currently #status-filter .filter-titles {margin-top: 15px; display: inline-block; line-height: 16px; font-weight: 500;}
.sidebar ol.layered-links li > a, .sidebar ol#category-filters li > a { padding: 0 0 0 30px; color: #232323; font-size: 14px; line-height: 33px;}
.sidebar ol.layered-links li > a::before, .sidebar ol#category-filters li > a::before {content: "\f111"; left: 5px; top: 2px; color: #CD798F; font-size: 13px;}
.sidebar ol.layered-links li.active-filter-option > a::before, .sidebar ol#category-filters li.active-filter-option > a::before {content: "\f111"; left: 5px; top: 1px; font-weight: bold;}

#sidebar-nav-menu > li ul {margin-top: 10px; margin-bottom: 20px; margin-left: 0px !important; padding-left: 0 !important;}
#sidebar-nav-menu > li ul li a {font-size: 13px; font-weight: normal; color: #000;}
#sidebar-nav-menu .plus-left, #sidebar-nav-menu .plus-right {float: none; position: absolute; left: 0; top: 6px;}
.currentactive > a {color: #CD798F !important; font-weight: bold;}

.sub-category {display: flex; flex-wrap: wrap; column-gap: 40px; row-gap: 20px; border-bottom: 1px solid #F0F0F0; padding-bottom: 20px;}
.sub-category .sub-cat-item { width: calc(17% - 37px);}
.sub-category .sub-cat {box-shadow: 0 0 15px 0 rgba(0,0,0,0.3); background: #fff; height: 100%;}
.sub-category .sub-cat a {display: flex; flex-direction: column; text-align: center;}
.sub-category .sub-cat .sub-cat-image {width: 100%; height: 127px; display: block; object-fit: cover;}
.sub-category .sub-cat span { display: block; font-size: 14px; font-weight: 500; min-height: 50px; padding: 5px; line-height: 18px;}


.toolbar .card-body {padding: 0;}
.card.toolbar {border: 0;}
.toolbar .sort-by, .toolbar .limiter {display: flex; align-items: center; flex: inherit !important; width: auto; max-width: inherit; font-size: 14px;}
.toolbar .sort-by label, .toolbar .limiter label {margin: 0 10px 0 0; white-space: nowrap; font-size: 14px; font-weight: 500; }
.toolbar .sorter select {box-shadow: none; color: #000;  font-size: 14px; height: 34px; padding: 0 25px 0 5px; background: url("../images/down-aro.png") no-repeat right center; border-radius: 0; border: 1px solid #F0F0F0; font-weight: 500;}
.toolbar .sort-by .input-group-append .btn {color: #000; padding: 0; height: 34px; width: 34px; display: flex; justify-content: center; align-items: center; font-size: 14px; background: #DFDFDF; border-color: #DFDFDF; display: none;}
/*.toolbar .sort-by .input-group-append .btn .fa.fa-arrow-up::before {content: "\f161";}
.toolbar .sort-by .input-group-append .btn .fa.fa-arrow-down::before {content: "\f160";}*/
.toolbar .sorter select option { width: auto; display: contents;}
.toolbar .sorter { align-items: center; display: flex; flex-wrap: wrap;}
.toolbar .count-container .amount { font-weight: 600; font-size: 14px;}
.pages.Page.navigation { margin-top: 0 !important;}
.navigation .pagination { margin-top: 0;}
.pagination .page-link {width: 34px; height: 34px; display: flex; justify-content: center; align-items: center; padding: 3px; border: 1px solid #F2F2F2; color: #9E9E9E; font-size: 12px; margin: 0 2px; border-radius: 2px !important; font-weight: normal;}
.pagination .page-link:focus{box-shadow: none; }
.pagination .page-link i {font-size: 14px;}
.page-item.active .page-link {background-color: #CD798F !important; color: #fff !important; border-color: #CD798F !important; font-weight: 500;}
.card.toolbar .view {display: none !important;}
.page-title.category-title {margin: 20px 0;}
.page-title h1 { font-size: 27px; color: #000000; text-align: left; margin-bottom: 0;}
.category-second-description {margin-top: 0 !important; margin-bottom: 50px; text-align: left; font-size: 14px;}
.bottom-toolbar .sorter .row { display: none;}
.bottom-toolbar .toolbar .card-body .count-container .amount {display: none;}
.top-toolbar .navigation {display: none;}

.sidebar .free-shipping-amout {padding: 10px 15px; font-size: 14px; line-height: 18px;}
.sidebar .block-account {margin: 0 0 25px;}

.col-main div.horizontal-filter ol.layered-links li > a .swatch-label {display: none;}
.row-3 {margin-left: -4px; margin-right: -4px;}
.row-3 > div {padding-left: 4px; padding-right: 4px; margin-bottom: 8px;}


/*Product View*/
.product-view .product-media {padding-right: 45px;}
.product-view .product-details {padding-left: 45px; margin-bottom: 35px;}
.product-view { margin-bottom: 20px; padding-bottom: 0;}
.product-media .product-image {width: 100%; margin-bottom: 15px;}
.product-media .more-views { width: auto; margin: 0 -8px;}
.product-media .product-image .product-image-gallery {height: 100%; background: #ffffff; border:0 !important; width: 100%; overflow: hidden; display: flex; align-items: center;}
.product-image-gallery .gallery-image.visible {height: auto; max-height: 100% !important;}
.product-media .more-views li.list-inline-item {height: 130px; border: 0 !important; margin-bottom: 15px; padding: 0px 8px; background-color: #fff; margin-right: 0 !important;}
.product-media .more-views li.list-inline-item:hover { border-color: #222 !important;}
.product-media .more-views li .img-thumbnail {display: flex; height: 100%; padding: 0; width: 100%; justify-content: center;  align-items: center; background-color: #fff; border-radius: 0; }
.product-media .more-views li.list-inline-item img { width: 100%; height: 100%; object-fit: cover;}
.product-view .product-details .card {border: 0; margin-bottom: 5px;}
.product-view .product-details .card-title h1 {font-size: 25px; font-weight: 500; text-align: left; color: #000; line-height: 30px; margin: 40px 0 25px;}
.product-image-gallery .pro-label-out {top: 0; position: absolute; width: 100%;}
.add-to-cart-wrapper {margin-top: 25px;}
.atc-col {display: flex;justify-content: space-between;}
.atc-col .qty-wrapper {width: 185px;}
.atc-col .add-to-cart-buttons {width: calc(100% - 215px);}
.add-to-cart-panel .price-box {display: flex; flex-wrap: wrap; font-size: 36px;}
.add-to-cart-panel .price-box .price-label {display: none;}

.add-to-cart-panel .price-box .old-price {font-size: 28px; line-height: 26px; padding-top: 0;}
.add-to-cart-panel .price-box .special-price {font-size: 36px;}
.add-to-cart-panel .price-box .regular-price {font-size: 36px;}


.add-to-cart-buttons .btn { height: 55px;  font-size: 18px;  padding: 0 0.75rem; font-weight: 500;}
.input-group.qty-wrapper > div .input-group-text {width: 55px; justify-content: center; border-radius: 2px; background-color: #fff; border: 1px solid #F0F0F0; color: #000; font-size: 14px;}
.input-group.qty-wrapper input#qty {width: 55px; margin: 0 10px; height: 55px; border:1px solid #F0F0F0; background-color: #fff; border-radius: 2px !important;}
.input-group.qty-wrapper > div {width: 55px;}

.add-to-cart-panel .option {width: 100%;}
.add-to-cart-panel .radio-checkbox-label { width: 100%; border: 1px solid #F0F0F0; margin-bottom: 12px;}
.add-to-cart-panel .radio-checkbox-label > label {width: 100% !important; display: flex; align-items: center; justify-content: space-between; margin: 0; padding: 9px !important; position: relative;}
.add-to-cart-panel .radio-checkbox-label > label a {height: 37px; max-width: 80px; margin-left: 55px; position: relative;}
.radio-checkbox-label > label input[type="radio"] {position: absolute; width: 31px; height: 31px; margin: 0 !important; opacity: 0; left: 15px; z-index: 1;}
.radio-checkbox-label > label input[type="radio"] + a::before{content: ""; position: absolute; left: -50px; top: 3px; width: 31px; height: 31px; border: 1px solid #F0F0F0; border-radius: 50%;}
.radio-checkbox-label > label input[type="radio"]:checked + a::before {background-color: #F0F0F0;}

 

.add-to-cart-panel .radio-checkbox-label > label a img {padding: 0; max-height: 100%;}
.add-to-cart-panel .radio-checkbox-label > label .radio-checkbox-text {margin: 0; width: calc(100% - 150px); font-size: 14px; font-weight: 500; display: flex; justify-content: space-between; align-items: center;}
.add-to-cart-panel .radio-checkbox-label > label .price-notice {font-weight: bold;}

.product-usp-block {font-size: 16px; color: #797979; font-weight: 500; margin-bottom: 30px;}
.product-usp-block .item { margin-bottom: 5px;}
.product-usp-block .item em {color: #CD798F;}

.slick-slider .slick-prev:after {content: "\f104"; position: absolute; left: 0%; width: 100%; top: 50%; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 24px; line-height: 0; margin-top: -6px; color: #000;}
.slick-slider .slick-next:after {content: "\f105"; position: absolute; left: 0%; width: 100%; top: 50%; font-family: 'Font Awesome 5 Pro'; font-weight: 300; font-size: 24px; line-height: 0; margin-top: -6px; color: #000;}
.slick-slider .slick-arrow:hover:after{color: #222;}
.slick-slider .slick-prev {top: 0;}
.slick-slider .slick-next {right: 8px; left: auto !important; top: 0;}
.slick-slider .slick-arrow {position: absolute; width: 20px; height: 100%; left: 8px; z-index: 1; border: 0; background: none; font-size: 0;}

#breadcrumbs {display: none;}
.breadcrumb {background: transparent; padding: 0; margin: 20px 0 30px;}
.breadcrumb li, .breadcrumb li a { font-size: 14px;}
.breadcrumb li:last-child a, .breadcrumb li:last-child { color: #000000; font-weight: 500;}
.breadcrumb-item + .breadcrumb-item::before {color: #000000; content: "//"; color: #484848; padding-right: 2px;}

.product-view .product-details .card .card-title {padding: 0 !important; margin: 0;}
.product-view .product-details .card.add-to-cart-panel .card-body {padding: 0; margin: 0 0 25px;}
.in-stock .label { color: #28a745;}
.out-of-stock .label { color: #ff0000;}
.availability .label {font-size: 11px; font-weight: normal; color: #797979;}
.availability.in-stock .label::before {background-color: #72A750 !important;}
.swatch-attr .input-box {position: relative;}
.product-options .form-group {width: 100%;}
.product-options .configurable-swatch-list li a { height: 55px; min-width: 55px; padding: 0 10px; border: 1px solid #F0F0F0 !important; line-height: 50px; color: #797979; font-weight: 500; background: transparent; border-radius: 2px;}
.product-options .configurable-swatch-list li.selected a {border-color: #e8e8e8;}
.product-options .configurable-swatch-list li a.has-image {padding: 0; border: 0 !important;}
.product-options .configurable-swatch-list li a .swatch-label {display: block; width: 100%; height: 100%;}
.product-options .configurable-swatch-list li a .swatch-label img {width: 100%; height: 100%; object-fit: cover;}
.product-options #configurable_swatch_color.configurable-swatch-list li a { height: 70px; min-width: 70px; line-height: 70px;}
.configurable-swatch-list li.not-available { pointer-events: none; opacity: 0.4; }

.volume-description {font-size: 16px; font-weight: 600; margin: 0 0 15px;}
.product-details .product-options > dl { width: 100%;}
.color-option {display: flex; align-items: center; margin-bottom: 30px;}
.color-option #color_label {margin: 0 10px 0 0;}
.color-option #color_label .select-label { display: none;}
.product-details .short-product-description {font-size: 14px; color: #797979; line-height: 17px;}
.block-related .page-title { margin: 0 0 40px !important;}
.product-view .product-details .product-options > .label.label-danger { display: none;}
.product-view .product-details .product-options .color-option { flex-direction: column; align-items: flex-start; padding-top: 15px; border-top: 1px solid #F4F4F4;}
.product-details .product-options { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;}
.product-options .option-out {width: calc(50% - 8px); margin: 0 0 10px;}
.wishlist-btn { position: absolute; right: 0; top: 0;}
.productlabel { background: transparent;}
.card.add-to-cart-panel .product-brand { text-align: center; font-size: 48px; font-weight: bold; color: #959595;}
 .product-details .collateral-tabs .tab-content > h2 { display: none;}
.product-collateral #product-attribute-specs-table .label {min-width: 150px;}
.product-view-accordion .card-body {padding: 25px; color: #232323; }
.product-view-accordion .card-body > h2 { display: none;}
#product-attribute-specs-table th.label { min-width: 180px !important;}
.accordion .card .card-header { border: 0; background: transparent; padding: 0; margin: 0;}
.accordion .card .card-header .card-link.collapsed {background-color: transparent;}
.accordion .card .card-header .card-link {width: 100% !important; display: flex; justify-content: space-between; align-items: center; border: 1px solid #D8D8D8; padding: 9px 15px; font-size: 14px; font-weight: 500; color: #484848; background-color: #F5F5F5;}
.accordion .card .card-header .card-link:not(.collapsed) .fal.fa-plus, .accordion .card .card-header .card-link.collapsed .fal.fa-minus{ display: none;}


/*Shopping cart*/
.product-cart-remove .btn-remove {padding: 5px 10px;}
.product-cart-actions .input-group-append .btn {font-weight: normal; text-transform: capitalize; }
.customer-account-login .new-users .buttons-set {margin-top: 15px;}
.custom-control-label {line-height: 24px;}
.opc-wrapper-opc .card-header h5 {margin: 0;}
.shipping-block .button { border: 0; padding: 2px 10px;}
.pacsoft-modal input {width: 100%; padding: 0 10px;}
label .required {display: inline-block;	}
.configurable-price-from-label{ display: none; }
.opc-data-table tr td.last {text-align: right;}
.discount-form .input-text { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important;}
.cart-table .btn-update { border-radius: 0 !important; margin-left: 10px;}

.cart-table .product-cart-actions .qty { min-width: 80px;}

.page-content .categories_block .container { padding: 0; max-width: 100%;}
.page-content .category-banner {margin: -20px 0 35px;}

/* ================ Responsive Media Queries =========================== */
@media (min-width: 1200px) {
.product-list .item {-ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%;}
}
@media (max-width: 1365px) {
.ser-name {font-size: 16px;}
.services-box.ser-box2 {column-gap: 15px;}
.sub-category {column-gap: 20px;}
.sub-category .sub-cat-item {width: calc(17% - 20px);}

}

@media (max-width: 1199px) {
.usp-item {display: none;}	
.header-usp-block > div { justify-content: center !important; height: 20px;}
.logo-col {justify-content: flex-start; padding-top: 0;}
.header-nav, .header-search, .header-minicart {border: 0 !important;}
.head-link > span { margin-left: 0;}
.head-link .img-out {width: 40px; height: 40px;}
.head-link i {font-size: 20px !important;}
.main-header {padding: 0 0; box-shadow: 0 1px 5px rgba(0,0,0,0.2);}
.mainMenu { margin: 0;}
.main-header .main-menu {display: none;}
.main-header .header-nav {margin-right: 15px; align-items: center; padding-top: 15px; padding-bottom: 15px; min-width: 55px; border-right: 1px solid #f4f4f4 !important; margin-left: 0; padding-right: 15px;}
a.head-link:hover, a.head-link:focus {color: #000000; text-decoration: none;}
.head-link {display: flex !important;}
.logo {max-width: 260px !important; height: 100%;  margin: 0; display: flex !important;}
.cart-col .skip-links .header-minicart > a {height: auto; line-height: inherit;}
.header-minicart .link-label { position: absolute; right: -6px; top: 0; height: 18px; line-height: 18px; width: 18px; text-align: center; background: #000; color: #fff; border-radius: 50%; font-size: 13px;}
.ser-img {font-size: 23px;}
.ser-name { font-size: 15px; min-height: 50px;}
.ser-item {padding-top: 25px;}
#header-search.skip-content.search-col.skip-active {display: block;}
#header-search.skip-content.search-col { display: none;}
.search_mini_form-container {padding: 15px; border: 0; background-color: #fff;}
#search_mini_form .input-group {margin: 0 auto; height: 48px; max-width: 550px; background: #fff;}
.search_mini_form {height: 48px;}
.search-col-out {top: 100%; position: absolute; z-index: 9; background: #fff; width: 100%; left: 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8;}
#header-search { position: static !important;}
.search-col { max-width: 100%;}
.salecto-topmenu .salecto-level0 {float: none;}
.cart-col .skip-links .skip-link span, .logo-col .skip-link span { line-height: inherit;}
.mm-menu .mm-navbar {padding: 0 15px; text-align: left; background: #eeeff0; height: 60px}
.mm-menu .mm-navbar a {color: #000; font-weight: 900; font-size: 17px; padding: 20px 0; text-align: center;}
.mm-menu .mm-navbar a.mm-btn.mm-btn_prev { padding: 0; height: 60px;}
.mm-menu .mm-panels>.mm-panel>.mm-listview:first-child,
.mm-menu .mm-panels>.mm-panel>.mm-navbar+.mm-listview { margin-top: 0}
.mm-menu .mm-listitem>a, .mm-listitem>span { padding: 15px;  font-weight: 600}
.mm-menu .mm-listitem .mm-btn_next:before { display: none}
.mm-menu .mm-listitem_vertical>.mm-btn_next { height: 50px}
.mm-menu .mm-listview .mm-btn_next:after { border-color: #39414b}
.mm-menu { background: #fff}
.mm-panels, .mm-panels>.mm-panel { position: fixed; width: calc(100% - 20%); max-width: 440px;}
.salecto-menumanager .salecto-iconmega {display: none;}
.salecto-topmenu .salecto-level0 {width: 100%; border-right: 0;}
.footer-top {padding: 55px 0 0;}
.footer-col {margin: 0 0 40px !important;}
.sub-category .sub-cat-item { width: calc(20% - 16px);}

.product-view .product-media {padding-right: 15px;}
.product-view .product-details {padding-left: 15px;}

.product-collateral .tab-container { padding: 10px 15px 15px; background-color: transparent;}
.collateral-desc .desc-container:first-child {padding-right: 50px;}



}	

@media (max-width: 991px) {
.main-header .header-nav {padding-top: 10px; padding-bottom: 10px;}
.home-categories-block .row > div { margin-bottom: 24px;}
.home-categories-block {padding-bottom: 0;}
.home-categories-block .cat-box img {height: 300px; object-fit: cover;}
.tab-section {margin-top: 35px; padding-bottom: 55px;}
.tab-title {margin: 0 0 25px; font-size: 26px;}
.block-subscribe {padding: 30px 30px;}
.footer-newsletter-bg { padding-bottom: 55px;}
.services-box {margin-bottom: 55px;}
.services-box.ser-box2 { flex-wrap: wrap; row-gap: 15px;}
.services-box.ser-box2 .ser-item { width: 31%;}
.map-cnt-box p {font-size: 18px;}
.footer-map .google-map { height: 320px;}
.map-cnt-box { padding-bottom: 0;}
.footer-top {padding: 50px 0 0;}
.footer-col {margin: 0 0 40px !important;}
div#layered-navigation-container { padding-top: 15; }
.opc-col-center .comment-block .card-title {font-size: 18px;}
.category-page-buttons { column-gap: 15px;}
h1, .h1 {font-size: 28px;}
h2, .h2 {font-size: 24px;}
h3, .h3 {font-size: 22px;}
h4, .h4 {font-size: 20px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 17px;}
.sidebar .block-content .filter-title {font-size: 18px;}
#narrow-by-list div:first-of-type {padding-top: 0;}
.page-title h1 {font-size: 28px;}

.block-title, .card-title h1 { font-size: 28px;}
.sidebar { background: transparent; padding: 0;}
.sidebar .block-title { border: 0; padding: 10px 10px; font-size: 18px;}
#sidebar-nav { border-bottom: 0; margin: 0;}
.input-group.qty-wrapper input#qty {height: 45px; width: 45px;}
.input-group.qty-wrapper > div {width: 45px;}
.add-to-cart-buttons .btn { height: 45px; padding: 0;}
.product-view .product-details .card-title h1 {font-size: 26px;}
.product-media .more-views li.list-inline-item {height: 100px;}
.atc-col .qty-wrapper {width: 155px;}
.atc-col .add-to-cart-buttons {width: calc(100% - 170px);}
.add-to-cart-panel .price-box { font-size: 26px;}
.add-to-cart-panel .price-box .old-price {font-size: 21px; line-height: 22px;}
.add-to-cart-panel .price-box .special-price {font-size: 26px;}
.add-to-cart-panel .price-box .regular-price {font-size: 26px;}
.product-view .product-details .card-title h1 {margin: 25px 0 20px;}

.product-options #configurable_swatch_color.configurable-swatch-list li a { height: 55px; min-width: 55px; line-height: 50px;}

}


@media (max-width: 767px) {
#header.sticky .bg-usp-top {display: none;}
#header.sticky .page-header {padding: 0 0 !important;}
.skip-links.right-links {justify-content: flex-end;}
#header .logo-col .logo { margin: 0; display: flex;}
#header { position: sticky; top: 0; z-index: 9; width: 100%; background: #fff;}
.search_mini_form-container {padding: 10px 0;}
#search_mini_form .input-group {height: 38px;}
#search_mini_form button.btn { width: 38px; padding: 10px; height: 37px; font-size: 20px;}
#search_mini_form input#search { font-size: 14px;}
.header-nav {padding-top: 10px; padding-bottom: 10px;}
.head-link span.badge-count {right: 0; top: 0;}
.ser-img {font-size: 20px;}
.services-box { column-gap: 15px;}
.footer-map::before {display: none;}
.footer-map { margin-bottom: 25px;}
.map-cnt-box { padding: 30px 15px;}
.footer-title {font-size: 21px; margin-bottom: 25px;}
.sub-category .sub-cat .sub-cat-image {height: 95px;}
.sub-category .sub-cat span {font-size: 13px; min-height: 45px; line-height: 16px;}

/*product view*/
.product-view .product-details .card-title {padding: 0 !important;}
.product-view .product-details .card-body {padding-left: 0; padding-right: 0;}
.block.block-related {margin-top: 0;}

.product-view .product-media {margin-bottom: 25px;}
.product-view .product-details {margin-bottom: 15px;}
.product-view {margin-bottom: 40px;}
.card.add-to-cart-panel .product-brand { font-size: 38px;}

.page-title.category-title h1 { font-size: 24px;}
.opc-col-center .comment-block .card-title {font-size: 17px;}

body:not(.cms-home) #content {padding: 20px 0 0;}
h1, .h1 {font-size: 24px;}
h2, .h2 {font-size: 22px;}
h3, .h3 {font-size: 20px;}
h4, .h4 {font-size: 18px;}
h5, .h5 {font-size: 17px;}
h6, .h6 {font-size: 16px;}
.block-title, .card-title h1 { font-size: 24px;}
.breadcrumb {display: none;}
#horizontal-layered-navigation-container div.horizontal-filter {width: 50% !important;}

}

@media only screen and (max-width: 576px){
.product-view .product-media { flex-wrap: wrap;}
.tab-title {margin-bottom: 25px; font-size: 25px;}
.product-media .more-views li.list-inline-item { margin: 0 5px;}


}
@media only screen and (max-width: 575px){
.head-link .img-out {width: 25px; height: 25px;}
.head-link i {font-size: 14px !important;}
.head-link > span {font-size: 10px;}
.page-title h1 {font-size: 24px;}
#horizontal-layered-navigation-container div.horizontal-filter {width: 100% !important; position: relative;}
.main-header .header-nav {padding-top: 5px; padding-bottom: 5px;}
.block-subscribe .input-box { flex-direction: column; align-items: center;}
.block-subscribe .input-box .input-out { width: 100%; height: 40px; margin: 0;}
.block-subscribe .btn-subscribe {min-width: 145px; line-height: 38px; padding: 0 15px; margin-top: 15px;}
.block-subscribe .input-box input {text-align: center;}
.home-categories-block .cat-box .cat-name {font-size: 18px;}
.home-categories-block .cat-box img {height: 250px;}
.home-categories-block .cat-name-box {height: 90px;}
.home-brand-slider .item .image { height: 80px;}
.services-box {flex-wrap: wrap; row-gap: 15px;}
.ser-item {width: calc(50% - 8px);}
.services-box.ser-box2 .ser-item { width: calc(50% - 8px);}
.social-media a {font-size: 14px !important; height: 40px; width: 150px;}
.social-media a .footer-social-icon { font-size: 15px;}
.footer-map .google-map { height: 250px;}
.footer-col li, .footer-col a, .footer-col p {color: #292929; font-size: 15px; font-weight: normal;}
.footer-col p { line-height: 31px;}
.footer-col li { line-height: 31px;}
.map-cnt-box ul li { font-size: 16px; line-height: 31px;}
.map-cnt-box p {font-size: 16px;}
.block-subscribe .tab-title { margin: 0 0 20px; text-align: center;}
.tab-title {font-size: 23px;}
.social-block {padding: 45px 0 25px;}
.product-item a.product-image {height: 200px; max-height: 200px;}
.sub-category .sub-cat-item { width: calc(25% - 15px);}
.add-to-cart-panel .radio-checkbox-label > label a { max-width: 37px; margin-left: 55px;}
.add-to-cart-panel .radio-checkbox-label > label .radio-checkbox-text {width: calc(100% - 100px);}

}	

@media only screen and (max-width: 480px){
.header-usp-block {font-size: 8px;}
.main-header .header-nav {padding-right: 10px !important; min-width: 40px; margin-right: 10px;}
.head-link { margin-left: 5px;}
.img-out img { height: 18px;}
.head-link > span {font-size: 9px;}
.logo-col { padding-right: 0;}	
.home-categories-block .cat-box .cat-name {font-size: 14px; line-height: 16px; min-height: 32px;}
.cat-link {font-size: 12px;}
.home-categories-block .cat-box img {height: 180px;}
.social-media a {font-size: 11px !important; height: 34px; margin: 0 5px; width: 125px;}
.social-media a .footer-social-icon {font-size: 14px; margin-right: 3px;}
.block-subscribe {padding: 15px;}
.ser-item { width: 100%; padding: 10px; height: auto;}
.ser-name {font-size: 14px; min-height: inherit; margin-top: 3px;}
.services-box.ser-box2 .ser-item { width: 100%;}
.tab-title { font-size: 21px;}
.main-footer > div { flex: 0 0 100%; max-width: 100%;}
.footer-title { font-size: 21px; margin-bottom: 15px;}
.footer-col li, .footer-col a, .footer-col p { font-size: 14px;}
.footer-col li {line-height: 28px;}
.footer-col {margin: 0 0 25px !important;}
.map-cnt-box p {font-size: 15px;}
.sub-category .sub-cat-item { width: calc(33% - 13px);}
.sub-category .sub-cat span { font-size: 12px;}
.page-title.category-title h1 { font-size: 21px;}
.card-body.product-info { width: 100%;}
.product-info .price-box {flex-wrap: wrap;}
.btn.btn-primary.link-facebook, a.btn.btn-primary.link-facebook:focus, .btn.btn-info.link-twitter, a.btn.btn-info.link-twitter:focus {font-size: 0.775rem; }
.product-options .option-out { width: 100%;}
.product-item {box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);}
.home-product-slider .owl-item { padding: 5px;}
.home-product-slider {margin: 0 -5px;}
.product-item .card-footer .btn {width: 110px;}
.product-item a.product-image { height: 150px; max-height: 150px;}


}