
@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futurebold/futura_bold_font-webfont.woff2') format('woff2'),
         url('../fonts/futurebold/futura_bold_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Futura Lt BT';
    src: url('../fonts/futurebold/FuturaBT-Light.eot');
    src: url('../fonts/futurebold/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/futurebold/FuturaBT-Light.woff2') format('woff2'),
        url('../fonts/futurebold/FuturaBT-Light.woff') format('woff'),
        url('../fonts/futurebold/FuturaBT-Light.ttf') format('truetype'),
        url('../fonts/futurebold/FuturaBT-Light.svg#FuturaBT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/futurebold/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/futurebold/FuturaBT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/futurebold/Futura-Bold.woff2') format('woff2'),
        url('../fonts/futurebold/Futura-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


body{
  font-family: 'Futura Lt BT';
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Futura';

}


.btn.btn-primary{
    border-radius: 40px !important;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 15px !important;
}


.btn.btn-outline-primary{
    border-radius: 40px !important;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 15px !important;
}

.container {
    position: relative;
    max-width: 1200px !important;
    }
.navbar-brand img {
    width: auto;
    height: 100px;
}

.cart_icon {
    width: max-content;
    float: right;
}

.cart_icon {
    text-decoration: none;
}
.cart_qnty {
    font-weight: bold;
    font-size: 13px;
    padding: 1px 5px;
}
.social-contact a {
    padding: 0px 5px;
}

.cart-wrap {
    padding: 9px 25px;
}
.cart-mobile .cart-wrap {
    padding: 9px 9px;
}

.cart-wrap .fa {
    font-size: 12px;
}
.top-header-wrap .row {
    align-items: center;
}

.menu-dropdown > a{
 border-bottom: 0px !important;
}
.site-footer {
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
}

.search_form {
    width: 270px;
}
.more-details-about .nav-tabs .active:after{
    background: none;
}

/* Firefox < 19 */
input:-moz-placeholder {
    color: #999;
}
input:focus:-moz-placeholder {
     color: #73c1f5 !important;
}

/* Firefox > 19 */
input::-moz-placeholder {
    color: #999;
}
input:focus::-moz-placeholder {
    color: #73c1f5 !important;
}

/* Internet Explorer 10 */
input:-ms-input-placeholder {
    color: #999;
}
input:focus:-ms-input-placeholder {
     color: #73c1f5 !important;
}


.site-footer hr
{
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6 {
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
}

.site-footer a:hover
{
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li {
    display: block;
    margin-bottom: 10px;
}
.footer-links a,.footer_content a {
    font-size: 13px;
    text-decoration: none;
    transition: 0.5s ease all;

}
.copyright-text a {
    text-decoration: none;
    transition: 0.5s ease all;

}
.social-icons a:hover,.social-icons a:active,.footer-links a:active, .footer-links a:hover,.footer_content a:active,.footer_content a:hover,.copyright-text a:active,.copyright-text a:hover {
    text-decoration:none;
    transition: 0.5s ease all;
}

.footer_content p {
    line-height: 20px;
    font-size: 13px;
}
.footer_content strong {
    font-size: 15px;
}
.footer-links.inline li
{
  display:inline-block
}
.footer-socails-contact a {
    margin-right: 10px !important;
}
.footer-payment-icons {
    text-align: right;
}
.copyright-text
{
  margin:0
}
.footer-logo img {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
	object-fit: contain;
}
.footer-reviews {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 0px 20px 0px;
}
.footer-logo {
    width: 200px;
}
/******AB-Dev Css*****/
.m_search_form button,
.search_form button {
    right: 8px;
    top:5px;
}
.m_search_form input:focus,.m_search_form button:focus,
.search_form input:focus, .search_form button:focus{
  outline: none;
  box-shadow: none;
}
.cart_icon .cart-wrap{
right: 0;
}
.sub-menu {
    list-style: none;
    padding: 8px;
    width: 230px;
    margin-top: 10px;
}
.sub-menu li a, .site-header .nav-item a {
    font-size: 15px;
    text-decoration: none;
    font-family: Futura,sans-serif;
    padding: 5px 10px;
    display: block;
    letter-spacing: 1px;
}

ul.navbar-nav li {
    position: relative;
}
/* .menu-dropdown .menu-dropdown .menu_parent:after {
    transform: rotate(
-90deg
);
    top: 10px;
} */
.nav-item.menu-dropdown .sub-menu {
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
}
.nav-item.menu-dropdown:hover .sub-menu {
    opacity: 1;
    transition: .5s ease;
    z-index: 99;
    visibility: visible;
}

.nav-item.menu-dropdown .sub-menu .sub-menu{
    transition: .5s ease;
    opacity: 0;
    visibility: hidden;
    left: 103%;
    top: 0px;
    margin: 0;
}

li.nav-item.menu-dropdown .menu-dropdown:hover .sub-menu {
    opacity: 1;
    transition: .5s ease;
    z-index: 99;
    visibility: visible;
}

/* .menu_parent:after {
    font-size: 14px;
    content: "";
    top: 17px;
    right: 0;
    position: absolute;
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
} */
/* .menu_parent_active:after {
     font-size: 14px;
    content: "";
    top: 17px;
    right: 0;
    position: absolute;
    content: "\f286";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
} */

.m_search_form input,
.search_form input {
   height: 45px;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: Futura,sans-serif;
}

.intro-banner-wrap img{
    height: 100%;
    width: 100%;
    object-fit: unset !important;
}
.carousel-item video, .carousel-item img {
    width: 100%;
}
.carousel-control-next-icon{
    background: none !important;
}
.carousel-control-next-icon::before{
    content: "\f27b";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    font-size: 25px;
}
.carousel-control-prev-icon{
    background: none !important;
}
.carousel-control-prev-icon::before{
    content: "\f27a";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    z-index: 1;
    font-size: 25px;
}
.carousel-indicators [data-bs-target]{
  height: 4px !important;
  margin: 0 !important;

}
.category-wrap .category-img img{
  max-height: 550px;
  object-fit: cover;
}
.category-detail {
    left: 0;
    top: 0;
    bottom: 0;
}

.category-detail h3:after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 7px;
    transition: .6s ease;
}
.category-detail:hover {
  background: rgba(45,45,45,.5);
  transition: .4s ease;
}
.category-detail:hover h3::after{
  width: 50%;
  transition: .6s ease;
}
.featured-img-with-link a:hover{
  opacity: 0.9;
    transition: opacity .2s linear;
}
.cat_slug,.cat_slug:hover {
    display: block;
    font-size: 25px !important;
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
}
.btn_shop_now:hover {
    transition: .4s ease;
}
.pro-title a{
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    text-decoration: none;
}

.slug_review {
    text-decoration: none;
    display: block;
}
.collection_title {
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 25px;
    letter-spacing: 1px;
}
.collection-detail p {
    font-size: 15px;
}
.collection-detail a{
  transition: .4s ease;
}

.product-img .hover-img {
    left: 0;
    top: 0;
    display: none;
    transition: .3s ease;
}
.product-img a:hover .hover-img{
  display: block;
    transition: .3s ease;
}
.product-detail h4 {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 800 !important;
    line-height: 1.4;
}
#rating-stars {
    list-style: none;
}
#rating-stars li i{
  font-size: 15px;
  color: #004C99;
}
#rating-stars li .rating-count{
  font-size: 15px;
  color: #73c1f5;
}
.product-price .sale-price{
  font-size: 14px;
}
.product-price .regular-price {
    font-size: 14px;
    text-decoration: line-through;
}
.product-img img{
 /* height: 280px;*/
  object-fit: cover;
}
.form-footer .title-top h3 {
    font-family: Futura,sans-serif ;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 0.1px;

}
.form-footer .title-top p {
    font-size: 16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
.form-footer input {
    border-radius: 2px;
    padding: 0px 0px 0px 16px;
    height: 40px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 2px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(180, 187, 195);
}
.form-footer button.btn {
    background: #31d16d;
    color: #fff;
    height: 40px;
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1px;
}
.carousel-indicators .active {
    position: relative;
    top: 0px !important;
}
/*.site-header .navbar-toggler-icon, .site-header .navbar-toggler:focus  {
    border: 1px solid #000;
    padding: 25px !important;
    border-radius: 5px;
}*/
.site-header .navbar-toggler:focus {
    box-shadow: none !important;
    padding: 0 !important;
}
.shop-by {
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 1px;
}
.cat-name{
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 33px;
}
span.shop_now {
    padding: 10px 10px !important;
    font-family: Futura,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
}

.filter-sidebar {
    border-right: 1px solid #d6caca;
    height: max-content;
}
.products_orders {
    text-align: right;
    margin-bottom: 35px;
    margin-top: 60px;
}
select.sort_by {
    border: none;
    font-size: 15px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    font-family: Futura,sans-serif;
}
select.sort_by:focus,select#sort-by:visited,select#sort-by:focus-visible {
    border: none;
    outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
    padding: 13px 0px !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.cart-with-search {
    display: flex;
    align-items: center;
}
.logo_mobile{
    padding: 10px;
}
.logo_mobile img {
    width: 120px;
    max-height: 60px;
    object-fit: contain;
}

button.navbar-toggler {
    display: flex;
    align-items: center;
}
.menu-text {
    font-size: 13px;
    margin-left: 4px;
    font-family: Futura,sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2d2d2d;
    font-weight: bold;
}
.search-mobile {
    position: relative;
    right: 20px;
}
.logo_mobile {
    display: none;
}

.mobile-search-container{
    display: none;
    opacity: 0;
    transition: all 0.3s;
}
.filter-sidebar-toggler,
.cart-with-search {
    display: none;
}

.mobile-search-container.show{
    opacity: 1;
    display: block;
}
.filter-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.non-active > ul {
    display: none;
}
.sub-menu-item input[type="checkbox"] {
    display: none;
}
.filter-sidebar .accordion-item.border-0 {
    margin: 25px 0px;
}
.accordion-button::after {
    width: 15px !important;
    height: 15px !important;
    background-size: 15px !important;

}
ul.filter-list-item {
    margin: 0px !important;
    list-style: none;
}

ul.filter-list-item li {
    margin: 15px 0px;
    cursor: pointer;
}
li.sub-menu-item label {
    cursor: pointer;
}

.accordion-button:not(.collapsed) {
     color: #000;
     background-color: #fff ; 
     box-shadow: none; 
}
.accordion-button:focus {
    box-shadow: none !important;
}

option {
    font-family: 'Futura Lt BT' !important;
}
.cart-page {
    padding: 70px 0px;
}
.cart-title {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.cart-item-image img {
    width: 100%;
}
.product-price-cart {
    font-size: 20px;
    font-weight: bold;
}

.regular-price-cart {
    text-decoration: line-through;
    color: #8c8b8b;
}
.cart-item-detail h3 a {
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
.product_meta {
    margin-top: 20px;
    font-size: 14px;
}
.cart_subtotal {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart_savings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d41313;
    font-weight: 400;
}
.guranted p {
    font-size: 15px;
    font-family: 'Futura';
}
.cart_subtotal {
    font-size: 18px;
    font-family: 'Futura';
}

.add_to_cart {
    width: 100%;
}

.add_to_cart i {
    margin-right: 8px;
}
.add_to_cart {
    border-radius: 40px !important;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 15px !important;
}

.secondary_button,.secondary_button:hover {
    display: block;
    padding: 15px 0;
    text-align: center;
    margin: 20px 0;
    font-family: Futura,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -font-smoothing: antialiased;
    text-decoration: none;
}
.subtotal-wrap {
    border-left: 1px solid ;
    padding-left: 40px;
}
.related_slider .slick-slide {

    margin: 15px;
}
.releted_products {
    padding: 20px 0px;
}
.btn-number-input {
    width: 105px;
    margin-top: 30px;
}

.quantity-left-minus {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}
.quantity-right-plus{
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 20px !important;
}
.btn-number i {
    font-size: 30px;
}
.btn-number {
    justify-content: center;
    padding: 0px !important;
    height: 30px;
    text-align: center;
    align-items: center;
    display: flex !important;
}
.btn-number:focus,.btn-number:hover{
    box-shadow: none !important;
}

input.quantity {
    height: 30px;
    padding: 0px;
    text-align: center;
    border-left: none;
    border-right: none;
}

.btn-nmbr-input input.quantity {
    height: 40px;
}
.btn-nmbr-input  .btn-number {
    height: 40px;
    width: 45px;

}
.row-products-lists {
   margin: 0px !important;
}

.row-products-lists > div {
    padding: 5px !important;
}
.social-for-mobile {
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.social-for-mobile {
    display: none;
}

.related_slider .slick-prev:before, .related_slider .slick-next:before,.product-agllery-images .slick-prev:before, .product-agllery-images .slick-next:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        color: #000;
        font-size: 40px;
}

.related_slider .slick-next::before,.product-agllery-images .slick-next:before {
    content: "\f285";
}
.related_slider .slick-prev::before,.product-agllery-images .slick-prev:before {
    content: "\f284";
}
.product-agllery-images .slick-next {
    right: 45px;
}

.related_slider .slick-prev {
    left: 7px;
    z-index: 9;
}

.filter-sidebar .accordion-button:not(.collapsed) {
    color: #000 !important;
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

.filter-sidebar .accordion-button:after {
    background-image: unset !important;
    font-size: 14px;
    top: 0px;
    right: 0;
    position: absolute;
    content: "\f286" !important;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    color: #000 !important;
}
.filter-sidebar .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: "\f282" !important;
    color: #000 !important;
}

.accordion-item {
    border: none !important;
}
.current-item-filter {
    border-left: solid 9px;
    padding-left: 10px;
}


.animation-list > div{
  position: relative;
  animation: product-animations 1s;
  animation-delay: 0s;

}
.animation-list > div:nth-child(1){
     animation-delay: 0.1s;
}
.animation-list > div:nth-child(2){
     animation-delay: 0.2s;
}
.animation-list > div:nth-child(3){
     animation-delay: 0.3s;
}
.animation-list > div:nth-child(4){
     animation-delay: 0.4s;
}
.animation-list > div:nth-child(5){
     animation-delay: 0.5s;
}
.animation-list > div:nth-child(6){
     animation-delay: 0.6s;
}
@keyframes product-animations {
  from {
    top: -40px;
    opacity: 0;
    
}
  to {
    top: 0px;
    opacity: 1;
    
}
}

.gallery-image-item img{
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.slider-thumbnails-item img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
}
.slider-thumbnails-item {
    margin: 30px 5px 30px 5px;
    opacity: 0.5;
}
.slider-thumbnails-item.slick-slide.slick-current.slick-active {
    opacity: 1;
}

.detail_main_heading{
    font-family: Futura,sans-serif;
    /* font-weight: 700; */
    font-style: normal;
    font-size: 25px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 2px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto 15px;
    clear: both;
    font-weight: 700;
    padding-top: 0px;
}
.feature-wrap h4 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 2px;
}
.feature-wrap img,.all-details-with-image-wrap img {
    width: 100%;
}
.sale.savings {
    font-size: 15px;
}

.saing-money-wrap {
    margin: 10px 0px;
}
.btn-nmbr-input {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-nmbr-input > div {
    width: 47%;
}
.qty-title,.qty-size {
    display: block;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.size-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
}
.tab-item-size {
    font-family: 'Futura';
    border: #e2e2e2 1px solid;
    min-width: 40px;
    width: max-content;
    min-height: 40px;
    border-radius: 3px;
    font-size: 13px;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 10px;
    margin: 7px 7px 0px 0px;
}
.product-detail-col-wrap .product-price-cart {
    color: #d41313;
}

.feature-usa img {
    width: 100%;
}

.feature-usa {
    margin-top: 50px;
}
.happy-wrap img {
    width: 100%;
}
.tabs-wrap_details {
    padding-top: 70px;
}
.nav-descrption {
    margin-top: 25px;
}

.nav-tabs .active{
color: #000;
}
.nav-tabs button,.nav-tabs button:hover{
    margin-right: 60px;
    text-transform: uppercase;
    font-size: 13px;
   font-family: 'Futura';
   position: relative;
}
.nav-tabs .active:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.few-remaining{
    font-family: 'Futura';
}
.tab-item-size.current-active-size {
    border-color: black;
}

.terms-condition-section {
    padding: 30px 0px;
}

.terms-condition h1 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

a.sub-menu-item.menu_parent {
    position: relative;
}

@media (min-width: 1200px){
 .gallery-col {
    flex: 0 0 auto;
    width: 55.333333% !important;
}   
}

@media(max-width: 1520px){
    .search_form {
    width: 215px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
.sub-menu li a, .site-header .nav-item a {
    font-size: 15px;
}
}
@media(max-width: 1340px){
    .search_form {
    width: 170px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}
}
@media (max-width:991px)
{

.nav-item.menu-dropdown .sub-menu .sub-menu {
    left: 0;
    margin-left: 15px !important;
}
.menu-dropdown .menu-dropdown .menu_parent:after {
    transform: rotate( 
0deg
 );
    top: 12px;
}
.navbar-toggler{
    margin-left: 10px;
}
.navbar-toggler i{
    font-size: 36px;
}
.navbar-collapse {
    position: absolute;
    background: white;
    top: 80px;
    width: 100%;
    z-index: 999999;
    height: 100vh;
}
.navbar-collapse .navbar-nav{
    height: 85vh;
    overflow-y: auto;
}

.sub-menu li a, .site-header .nav-item a {
    font-size: 12px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 17px !important;
    font-size: 14px;
    font-weight: bold;
}
.menu-dropdown > a:after {
    right: 60px;
}
    .logo_mobile {
    display: block;
}
.filter-sidebar-toggler{
    display: block;
    font-size: 25px;
}
.filter-sidebar{
    display: none;
}
.cart-with-search {
   display: flex;
}
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl
    {
        overflow: hidden;
    }
    .navbar {
    padding: 0px !important;
}
.navbar > div {
    padding: 0px;
}
    a.navbar-brand.destop-logo {
    display: none;
}
.top-header-wrap {
    display: none;
}
form.d-flex.search_form.position-relative.ms-2{
    display: none !important;
}
  .site-footer [class^=col-]
  {
    margin-bottom:5px
  }
  .site-header .navbar-collapse {
    padding: 10px 0;
}
.nav-item.menu-dropdown .sub-menu{
width: 100%;
}

.menu-dropdown{
  padding: 0 !important;
}
.menu-dropdown:after {
    width: 30px;
    height: 30px;
    top: -3px;
    z-index: 999;
}
.reverse-row{
  flex-direction: row-reverse;
}
.sub-menu {
  display: none !important;
  transition: 0.5s !important;
}
.sub_menu_active {

    display: block !important;
    transition: 0.5s !important;
    padding: 0px;
    margin: 0px;
}
.sub-menu li a {
    padding: 10px 40px !important;
}
.nav-item.menu-dropdown .sub-menu {
  position: relative !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.sub-menu{
    display: block;
}
}
@media (max-width:767px)
{
    .terms-condition h1 {
    font-size: 16.5px;
}
.cart-page .row,.happy-customer .row,.more-details-about .row,.main-features,.main-features .row,.all-details-with-image .row,.important_products .row{
    margin: 0px !important;
}
.cart-page .row > div,.happy-customer .row > div,.more-details-about .row > div,.main-features .row > div,.all-details-with-image .row > div,.important_products .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.cart-page {
    padding: 35px 0px;
}
.btn-nmbr-input > div {
    width: 100%;
    margin: 6px 0px;
}
.btn-nmbr-input {
    flex-wrap: wrap;
    width: 100%;

}
.size-wrap {
    width: 100%;
}
.detail_main_heading {
    font-size: 16.5px;
    }
    .related_slider .slick-prev:before, .related_slider .slick-next:before, .product-agllery-images .slick-prev:before, .product-agllery-images .slick-next:before {
    font-size: 25px;
}
.slick-prev {
    left: 0px !important;
    z-index: 9;
}
.product-agllery-images .slick-next {
    right: 5px !important;
}
.nav-tabs button, .nav-tabs button:hover {
    margin-right: 13px;
    font-size: 12px;

}
.filter-list-item {
    padding-left: 15px;
}
    .filter-sidebar {
    border-right: 0px solid #d6caca;
    height: max-content;
}
.filter-title {
    font-size: 12px;
}


.row.shop-by-row {
    margin: 0px;
}

.row.shop-by-row > div {
    padding: 10px;
}

    .cart-page {
    padding: 60px 0px;
}
.cart-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.cart-item-detail h3 a {
    font-size: 16px;

}
.product-price-cart {
    font-size: 16px;
    font-weight: bold;
}
.row.cart-row > div,.shop-by-row > div {
    padding-left: 15px;
    padding-right: 15px;
}
 .subtotal-wrap {
    border-left: 0px solid ;
    padding-left: 0px;
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid ;
}
.cart-item-detail {
    margin-top: 10px;
}
    .products_list_popular {
    margin: 0px !important;
}

.products_list_popular > div {
    padding: 10px;
}
    footer.site-footer hr {
    display: none !important;
}
.social-for-mobile .social-icons i {
    font-size: 20px;
}
.footer-logo {
    width: 250px;
}
    .social-for-desktop{
    display: none;
    }
    .col-desktop-ver {
    display: none;
}

.collection-detail.px-md-5.px-2.py-3.mx-md-5.my-4,.collection-detail.px-lg-5.px-md-5.py-md-4.py-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
    .p-xs-screen-0{
     padding-right:0 !important;
     padding-left:0 !important;
    }
    .products_orders {
    display: none;
}


    .reverse-xs-col {
    flex-direction: column-reverse;
}
button.carousel-control-prev {
    display: none;
}

button.carousel-control-next {
    display: none;
}
.cat-name {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 20px;
}
span.shop_now {
    font-size: 12px;
}
.category-detail {
    background: rgba(45,45,45,.2);
    transition: .4s ease;
}
.form-footer .col_1 {
    margin-bottom: 0 !important;
}
.form-footer > .row .col-md-12 {
    margin-bottom: 0;
}
  .reverse-col{
    flex-direction: column-reverse;
  }
  .site-footer
  {
    padding-bottom:50px;
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{

  margin-right:8px;

}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#000;

}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}

 .social-for-mobile {
    display: block;
}
.footer-row {
    text-align: center;
}
.footer-logo {
    margin: 0 auto;
    padding-top: 30px;
}
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }

@media (max-width:575px){

 .reverse-item {
    flex-direction: column-reverse;
} 
.footer-payment-icons {
    text-align: center;
} 
.cat_slug, .cat_slug:hover {

    font-size: 16px !important;
 
}
.collection_title {
    font-size: 16px;
   
}
.footer-logo img {
    width: 100%;
    max-height: 120px;
    object-fit: contain;
}
.footer-reviews {
    display: none;
}
.carousel-indicators {

    margin-bottom: -2rem;

}
.shop-by {
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 0px;

}
.product-detail.text-center.p-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
section.img-text-sec.pt-4.pb-5 {
    padding-bottom: 0px !important;
}
section.celebrities-sec.pt-4.pb-5 {
    padding-top: 0px !important;
}
section.video-sec.pt-4 {
    padding: 0px !important;
}
.related_slider .slick-slide {
    margin: 10px;
}
}

.error{
    color: tomato !important;
}

.or-separator{
    position: relative;
    font-size: 15px;
    font-weight: 700;
}
.or-separator::after{
    content: '';
    height: 2px;
    width: 45%;
    right: 0;
    position: absolute;
    top: 10px;
}
.or-separator::before{
    content: '';
    height: 2px;
    width: 45%;
    left: 0;
    position: absolute;
    top: 10px;
}

.btn-google {
    background-color:  #4285F4 !important;
    color: #fff !important; 
    position: relative;
    font-size: 14px;
    border-radius: 2px;
    width: 100%;
}
.btn-google img {
    position: absolute;
    left: -2px;
    top: -2px;
    height: 39px;
    width: 40px;
}

.btn-block{
    width: 100%;
}
.input-wrap{
    margin: 5px 0;
}

.payment-img{
    height: 40px;
    width: auto;
}

.spinner-container{
	text-align: center;
	display: none;
}

.spinner {
  width: 100%;
  height: 25px;
  text-align: center;
  font-size: 9px;
}

.spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}



@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }  
  20% { transform: scaleY(1.0); }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }
  20% { transform: scaleY(1.0); }
}

  

/* Checkout Section */

section.checkout {
    padding: 50px 0;
}

section.checkout .have-account {
    padding: 20px;
    margin: 0;
    font-size: 14px;
    color: var(--secondary-color);
}

section.checkout .have-account i {
    margin-right: 15px;
    font-size: 16px;
}

section.checkout .have-account a {
    color:var(--first-nav-active-item-bg);
    text-decoration: none;
}

section.checkout .cuppon {
    margin-bottom: 30px;
}

section.checkout .cuppon .head {
    background-color: var(--secondary-bg);
    border-radius: 2px;
    font-size: 17px;
    line-height: 26px !important;
    letter-spacing: 1px;
    padding: 20px 20px 20px 55px;
}

section.checkout .cuppon .head a {
    color: var(--secondary-color);
    display: inline-block;
    text-decoration: none
}

section.checkout .cuppon .body {
    background-color: rgba(0, 0, 0, .02);
    padding: 20px 30px 30px;
    display: none;
}

section.checkout .cuppon .body p {
    font-size: 14px;
    color: var(--secondary-bg);
    margin-bottom: 20px;
}

section.checkout .cuppon .body input {
    padding: 10px 18px;
    border: none;
    margin: 1px 0;
    font-size: 14px;
    line-height: 21px;
    height: 44px;
}

section.checkout .cuppon .body button {
    padding: 11px 22px;
    font-size: 14px;
    height: 44px;
    margin-left: 12px;
    font-weight: 500;
}

section.checkout .wrapper .billing-details {
    padding: 0 32px 0 15px;
}


section.checkout .wrapper .billing-details h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

section.checkout .wrapper .billing-details .billing-details-title {
    padding: 0 5px;
}
.checkout .billing-details .input-wrap{
    padding-left: 10px;
    padding-right: 10px;
}
section.checkout .wrapper .billing-details label {
    line-height: 24px;
    font-weight: 400;
    font-size: 12px;
    margin: 0;
}

section.checkout .wrapper .billing-details label span {
    font-weight: bold;
}

section.checkout .wrapper .billing-details .form-control {
    border: none;
    padding: 12px 17px;
    font-size: 14px;
    font-weight: 400;
    height: 44px;
    border-radius: 0;
    border-bottom: 0;
    transition: .2s;
}

section.checkout .wrapper .billing-details .form-control:focus {
    outline: 0;
    box-shadow: none !important;
    border-bottom: 2px solidvar(--first-nav-active-item-bg);
}

section.checkout .wrapper .billing-details select.form-control:focus {
    outline: 0;
    box-shadow: none !important;
    border-bottom: 0;
}

section.checkout .wrapper .billing-details .form-control::placeholder {
    font-size: 12px;
}

section.checkout .wrapper .billing-details .form-control:focus::placeholder {
    opacity: 0;
}

section.checkout .wrapper .billing-details textarea.form-control {
    height: 80px;
}

section.checkout .wrapper .billing-details textarea.form-control::placeholder {
    font-size: 14px;
}

section.checkout .wrapper .billing-details .ch-box {
    margin-bottom: 80px !important;
}

section.checkout .wrapper .billing-details .ch-box input {
    display: inline-block;
    position: relative;
    top: 2px;
}

section.checkout .wrapper .billing-details .ch-box label {
    margin-left: 10px;
}

section.checkout .wrapper .billing-details .input-wrap {
    margin-bottom: 25px;
}

section.checkout .wrapper .billing-details .inputs-wrap {
    justify-content: space-between
}

section.checkout .wrapper .billing-details .inputs-wrap .input-wrap {
    width: calc(50% - 16px)
}

section.checkout .wrapper .total h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
}

section.checkout .wrapper .total .table-wrap {
    background-color: var(--checkout-total-bg);
    width: 100%;
    padding: 20px 18px 15px;

}

section.checkout .wrapper .total table {
    width: 100%;
}

section.checkout .wrapper .total table thead th {
    font-weight: 500;
    font-size: 16px;
    padding: 20px 0px;
}

section.checkout .wrapper .total table thead th:last-child {
    padding: 20px 20px;
    max-width: 90px
}

section.checkout .wrapper .total table tr td {
    font-size: 14px;
    padding: 10px 0;
}

section.checkout .wrapper .total table tr td:last-child {
    padding-left: 5px;
    text-align: center;
}

section.checkout .wrapper .total table .product {
    border-top: 1px solid ;
}

section.checkout .wrapper .total table .vat td,
section.checkout .wrapper .total table .cart-subtotal td {
    padding: 20px 0px 20px;
}

section.checkout .wrapper .total table .order-total td {
    padding: 12px;
    font-size: 16px;
    color: var(--checkout-total-bottom-color) !important;
}

section.checkout .wrapper .total table .order-total td:last-child {
    padding: 0;
    font-weight: 600;
}

section.checkout .wrapper .total .payment {
    padding-top: 30px;
}

section.checkout .wrapper .total .payment .collapsepayments label {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
    margin-left: 10px;
    margin-bottom: 0;
    max-width: calc(100% - 30px);
}

section.checkout .wrapper .total .payment .collapsepayments input {
    position: relative;
    top: 2px;
}


section.checkout .wrapper .total .payment .collapsepayments .input-wrap:first-child p {
    display: block;
}

section.checkout .wrapper .total .payment .collapsepayments img {
    max-width: calc(100% - 40px);
    display: inline;
}

section.checkout .wrapper .total .payment .collapsepayments p {
    font-size: 13px;
    color: #8a8a8a;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

input[type='radio']:checked:before {
    content: '';
    display: block;
    width: 45%;
    height: 45%;
    border-radius: 50%;
    transform: translate(50%, 50%);
}

section.checkout .wrapper .total .recive-email-wrap {
    margin-top: 5px;
}

section.checkout .wrapper .total .recive-email-wrap label {
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 12px;
    display: inline;
    margin-left: 10px;
}

section.checkout .wrapper .total .recive-email-wrap input {
    position: relative;
    top: 2px;
}

section.checkout .wrapper .total .plaicy {
    padding: 30px 25px 5px;
    margin-bottom: 0;
    font-size: 13px;
    color: #8a8a8a;
    line-height: 24px
}

section.checkout .wrapper .total .plaicy a {
    color:var(--first-nav-active-item-bg);
    text-decoration: none;
}

section.checkout .wrapper .total .place-order {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    padding: 17px 10px;
}

.img-sm {
    width: 80px;
    height: 80px;
}

.tracking-wrap .step.active:before{
    background-color: var(--btn-bg);
}
  
.tracking-wrap .step.active .icon{
    color: var(--btn-color) !important;
    background-color: var(--btn-bg);
}

.tracking-wrap {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px; }
.tracking-wrap .step {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative; }
.tracking-wrap .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px; }
.tracking-wrap .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd; }
.tracking-wrap .text {
    display: block;
    margin-top: 7px; }
.tracking-wrap .step.active .icon {
    background: var(--btn-bg);
    color: var(--btn-color) }
.tracking-wrap .step.active .text {
    font-weight: 400;
    color: #000; }
.tracking-wrap .step.active:before {
    background: var(--btn-bg) }

.img-xs, .img-sm, .img-md, .img-lg {
-o-object-fit: cover;
    object-fit: cover;
-ms-flex-negative: 0;
    flex-shrink: 0;
-webkit-box-flex: 0;
    -ms-flex-positive: 0;
        flex-grow: 0; }
    
.img-xs {
width: 40px;
height: 40px; }


@media (min-width: 991px){
    .guest-msg{
      min-height: 90px;
    }  
}

.filter-sidbar{
	position: fixed;
	display: block;
    width: 300px;
    z-index: 999999;
    height: 100vh;
    top: 0;
    background-color: #fff;
    right: -300px;
    margin: 0;
	transition: .5s ease;
	color: #000;
	overflow-y: auto;
	overflow-x: hidden;
}


.filter-sidbar.show {
	right: 0;
}
.filter-sidbar .sidbar-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    height: 66px;
    padding: 20px 15px;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
	font-weight: bold;
}	


.filter-sidbar .menu .sidbar-header .close-btn {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.filter-sidbar .menu .sidbar-header .close-btn::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    background-color: var(--shop-mobile-filter-header-color) !important;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
    transform: rotate(45deg);
}

.filter-sidbar .menu .sidbar-header .close-btn::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 2px;
    background-color:  var(--shop-mobile-filter-header-color);
    transform: rotate(45deg);
    left: calc(50% - 8px);
    top: calc(50% - 1px);
}
.text-truncate{
    overflow: hidden;
    text-overflow: ellipsis;
}

/* image style */
.product-image-wrapper,
.product-image-wrapper a{
    height: 350px;
    overflow: hidden;
    text-align: center;
}
.product-image-wrapper.full-h a img{
    height: 100%;
    width: auto;
    object-fit: unset !important;
}
.product-image-wrapper.full-w a img{
    width: 100%;
    height: auto;
    object-fit: unset !important;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(50%);
}

.product-image-wrapper.cover a img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.category-image-wrapper{
    height: 500px;
    overflow: hidden;
}
.category-image-wrapper img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.more-details-about .product-video {
    width: 100%;
    height: 400px;
}

.hidden{
    display: none;
}

.gallery-image-item img {
    height: 300px;
}
.mobile-lang{
    display: none;
}
@media (max-width:991px)
{
    .category-image-wrapper{
        height: 300px;
        overflow: hidden;
    }
    .product-image-wrapper,
    .product-image-wrapper a{
        height: 250px;
    }

    .more-details-about .product-video {
        width: 100%;
        height: 200px;
    }
    .mobile-lang{
        display: block;
    }
    #progressbar li {
        font-size: 12px !important;
        margin: 0 5px !important ;
        width: 100px !important;
    }
    #progressbar li:not(:last-child)::before{
        top: 7px !important;
        height: 2px !important;
        right: -26px !important;
        width: 42px !important;
    }

    .pro-title a{
        font-size: 12px;
    }

    .lightgallery-open{
        display: inline-block !important;
        z-index: 2;
    }
}


#progressbar {
    margin-bottom: 30px;
    color: lightgrey;
    padding: 0;
    display: flex;
    justify-content: center;
}
  
#progressbar .active {
    color: var(--main-color);
}
#progressbar .active::before{
    background-color: var(--main-color) !important;
}
#progressbar li {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    margin: 0 10px ;
    position: relative;
    width: 250px;
}
#progressbar li:not(:last-child)::before{
    content: '';
    position: absolute;
    top: 7px;   
    height: 2px;
    background-color: lightgrey;
    right: -72px;
    width: 117px;  
}

section.checkout .wrapper .total table .vat td, section.checkout .wrapper .total table .cart-subtotal td{
    font-weight: bold;
}

.btn-danger-custom{
    border-radius: 40px !important;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 15px !important;
    padding: .5rem  1.5rem !important;
}

.shop-by-row .product-image-wrapper, .product-image-wrapper a{
    height: 300px !important;
}
@media (max-width:991px){
    .shop-by-row .product-image-wrapper, .product-image-wrapper a{
        height: 220px !important;
    }
}

.row-img-wrap{
    height: 300px;
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}

.row-img{
    max-height: 300px;
    max-width: 260px;
}

.row-img.full-h{
    object-fit: cover;
    height: 100%;
    width: auto !important;
}
.row-img.full-w{
    object-fit: cover;
    height: auto;
    width: 100% !important;
}

@media screen and (max-width: 600px){
    .row-img-wrap{
        height: 240px;
        width: 100%;
        display: grid;
        justify-content: center;
        align-items: center;
    }
    
    .row-img{
        max-height: 240px;
        max-width: 150px;
    }
}

@media screen and (max-width: 768px){
	.hidein-mobile-screen{
		display: none !important;
	}
	
}

@media screen and (min-width: 768px){
	 .hidein-desktop-screen{
		display: none !important;
	}
}

.pointer{
	cursor: pointer;
}

/*Booking*/
.service-image-wrapper,
.service-image-wrapper a {
	height: 200px;
	overflow: hidden;
	text-align: center;
}
@media screen and (max-width: 768px){
	.service-image-wrapper,
	.service-image-wrapper a {
		height: 150px;
		overflow: hidden;
		text-align: center;
	}
}
.product-img.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*Zoom*/
.zoom {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}


.zoom-ex1 img {
display: none;
}

.zoom-ex2 {
display: block !important;
}
.zoom-ex2 img {
display: block;
width: 100%;
height: 100%;
}


.zoom img::selection { background-color: transparent; }

.ex1 img:hover { cursor:zoom-in; }

.whats-app-icon-container{
	position: fixed;
    width: 50px;
    height: 50px;
    bottom: 25px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 1px #999;
    right: 15px;
    z-index: 100;
}
.whats-app-icon-container img{
	width: 100%;
	height: 100%;
}
/*** product modal */
.modal_cover-image:before {
    background: linear-gradient(180deg,rgba(0,0,0,.3),transparent);
    border-radius: 2px 2px 0 0;
    height: 80px;
    top: 0;
}
.modal_cover-image:after, .modal_cover-image:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
}
.modal_cover-image img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
.modal-banner-popup .modal-body{
	padding: 0px 5px !important;
	margin-top: 5px;
}
.modal-banner-popup{
	max-height: 550px !important;
}
.modal-banner-popup .modal-content{
	max-height: 550px !important;
	border: 0px;
}
.modal-banner-popup .item-img{
	max-height: 450px !important;
}

.modal-banner-popup .modal-sm-customize{
	height: auto !important;
	max-width: 450px;
}


.modal-banner-popup .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 1;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

.modal-banner-popup p.close {
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 1;
	color: #fff;
	z-index:55;
	text-shadow: 0px 0px 2px #404040;
	padding: 15px;

}
.modal-banner-popup p.close:hover {
	color: #fff;
}

.top-bar-currancy{
    background: var(--top-bar-cart-bg) !important;
    font-size: 1rem;
    font-weight: 400;
    border: none !important;
    border-radius: 0 !important;
}
.top-bar-currancy .current{
    color: var(--top-bar-cart-color);
    line-height: 45px;
    font-weight: bold;
}
.top-bar-currancy .option {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: var(--top-bar-cart-color);
}

.top-bar-currancy.nice-select:after{
    border-color: var(--top-bar-cart-color) !important;
}

.top-bar-currancy.nice-select .option:hover, 
.top-bar-currancy.nice-select .option.focus, 
.top-bar-currancy.nice-select .option.selected.focus {
    background-color: var(--top-bar-cart-bg) !important;
}

.nav-bar-currancy.nice-select{
    border: none !important;
    border-radius: 0 !important;
    color: var(--nav-bar-anchor-color);
    padding-left: 25px !important;
}

.nav-bar-currancy.nice-select .list{
    top: unset;
    bottom: 100%;
    left: 20px !important;
}
.lightgallery-open{
    display: none;
}
.lightgallery-open{
    position: absolute;
    right: 0;
			   
    bottom: 0;
    color: var(--prod-title-color);
			   
}
.contact_us_btn {
	width: 100%;
    border-radius: 40px !important;
    font-family: 'Futura';
    text-transform: uppercase;
    font-size: 15px !important;
	max-width: 200px;
}

.contact_us_btn i {
    margin-right: 8px;
}

.size-guide-img-container{
	width: 365px;
	height: 544px;
    
	opacity: 0.8;
    transition: opacity 0.2s;
    border: 1px solid #ced4da;
    position: relative;
	
	background-image: url(/client_side/0/img/fashion/sizeguide.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;  
}
.size-guide-img-container .sizeguide-img {
	width: 365px;
	height: 544px;
}


.input-size-img-wrapper{
	position: absolute;
	width: 100px;
	height: 30px;
	border:3px solid green;
	
	font-size:12px;
	font-weight: bold;
	font-style: italic;
	
	cursor: pointer;
}

.input-size-img-wrapper.error{
	border:3px solid red;
}

.input-size-img-wrapper .input-size-container {
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-label{
	position: absolute;
	top: -15px;
	left: 0px;
}

.input-size-img-wrapper .input-size-container .size-input{
	display: none;
	width:100%;
	height:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-input{
	display: block;
}

.size-label div{
	display: inline-block;
}

.size-label.filled-label div{
	background-color: white;
}

.input-size-img-wrapper.edit-mode .input-size-container .size-label div{
	background-color: white;
}


.size-guide-img-container .arrow.arrow-hor{
	top: 10px;
	left: 10px;
    width: 30px;
    height: 3px;
    background-color:#000;
    margin-left:7px;
    margin-top:3px;
    position: absolute;
}

.size-guide-img-container .arrow.arrow-hor:after{
	left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #000;
    border-width: 7px;
    margin-top: -7px;
}

.size-guide-img-container .arrow.arrow-hor:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: -7px;
}

.size-guide-img-container .arrow.arrow-ver{
	top: 30px;
	left: 30px;
    width: 3px;
    height: 30px;
    background-color:#000;
    margin-top:3px;
	margin-left:3px;
    position: absolute;
}

.size-guide-img-container .arrow.arrow-ver:after{
	right: 50%;
    top: 0px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: -7px;
    border-bottom: 9px solid #000;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-right: -7px;
}

.size-guide-img-container .arrow.arrow-ver:before {
    right: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #000;
    border-width: 7px;
    margin-top: 0px;
    border-top: 9px solid #000;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-right: -7px;
}

.product-fashion-sg-modal{
	max-width: 395px;

}

.product-image-wrapper{
    position: relative;
}

.sale.tag{
    position: absolute;
    right: 0;
    padding: 5px 10px;
    z-index: 9;
}					   
					   
 

		  
					   
			 
					  
			   
 