/* ==========================================================================
   Base styles
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Heebo', sans-serif;
    overflow-x: hidden;
    direction: rtl;
}

.clear {
    clear: both;
    float: none;
}

img {
    max-width: 100%;
    height: auto;
}

::-webkit-input-placeholder {

    /* WebKit browsers */
    color: #676767;
}

:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #676767;
    opacity: 1;
}

::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #676767;
    opacity: 1;
}

:-ms-input-placeholder {

    /* Internet Explorer 10+ */
    color: #676767;
}

a,
button {

    /* Safari */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

* {
    outline: none !important;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

/* ==========================================================================
  Header
  ========================================================================== */

/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after {
    content: '';
    display: table;
    clear: both;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item a.mega-menu-link:before {
    margin: 0 0 0 6px;
}

.top-main-navigation {
    text-align: center;
    display: none;
    position: relative;
}

.toggle-menu {
    padding: 10px 15px;
    overflow: hidden;
    width: 60px;
    height: auto;
    right: 0;
    cursor: pointer;
    display: block;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    float: right;
    position: absolute;
    top: -61px;
}

.toggle-menu span {
    display: block;
    width: 50px;
    border: 2px solid #fff;
    margin: 0 auto 8px;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}

.toggle-menu span:last-child {
    margin-bottom: 0;
}

.toggle-menu.active span:nth-child(2) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.toggle-menu.active span:first-child {
    transform: rotate(40deg) translate(5px, 9px);
    -ms-transform: rotate(40deg) translate(5px, 9px);
    -webkit-transform: rotate(40deg) translate(5px, 9px);
}

.toggle-menu.active span:last-child {
    transform: rotate(-40deg) translate(7px, -11px);
    -ms-transform: rotate(-40deg) translate(7px, -13px);
    -webkit-transform: rotate(-40deg) translate(7px, -13px);
}

.main-navigation .primary-mobile {
    display: none;
}

.left-header {
    width: 75%;
    float: right;
}

.right-header {
    width: 25%;
    float: left;
    text-align: left;
}

.right-header .profile-icon {
    display: inline-block
}

.right-header .profile-icon .btn-user {
    background: url(../images/icon02.png) no-repeat center;
    display: inline-block;
    width: 25px;
    height: 30px;
    background-size: 100% 100%;
}

.right-header .profile-icon .btn-cart {
    background: url(../images/icon04.png) no-repeat center;
    display: inline-block;
    width: 28px;
    height: 31px;
    background-size: 100% 100%;
    position: relative;
}

.right-header .profile-icon .btn-cart span {
    position: absolute;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.right-header .profile-icon .btn-cart:hover span,
.right-header .profile-icon .btn-cart.active span {
    color: #a7c864
}

.right-header .profile-icon a,
.right-header .profile-icon .a {
    margin: 0 9px;
}

.right-header .profile-icon a.btn-wishlist {
    background: url(../images/icon06.png) no-repeat center;
    display: inline-block;
    width: 32px;
    height: 30px;
    background-size: 100% 100%;
}

.right-header .profile-icon a,
.right-header .profile-icon .a {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.right-header .profile-icon .a:hover,
.right-header .profile-icon .a.active,
.right-header .profile-icon a:hover,
.right-header .profile-icon a.active {
    -webkit-filter: initial;
    filter: initial;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item:first-child>a.mega-menu-link {
    padding-right: 5px;
}

.logo {
    display: inline-block;
    margin-left: 10px;
}

.main-navigation {
    display: inline-block;
    vertical-align: top;
}

.main-navigation ul li {
    display: inline-block;
}

.main-header {
    background: #000000;
    padding: 5px 0;
    /* top: -10px; */
}

body.admin-bar .main-header {

    /* top: 0; */
}

.main-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

body.admin-bar .main-header.fixed {
    top: 32px;
}

@media screen and (max-width:782px) {
    body.admin-bar .main-header.fixed {
        top: 46px;
    }

}

@media screen and (max-width:600px) {
    body.admin-bar .main-header.fixed {
        top: 0;
    }

}

.main-header .container {
    position: relative;
}

.main-navigation ul {
    margin: 0;
    padding: 5px 0 0px 25px;
}

.right-header ul {
    margin: 0;
}

.right-header ul li {
    display: inline-block;
}

.main-navigation ul li a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -.4px;
}

.term-92 .banner-all-page .box h1,
.term-93 .banner-all-page .box {
    text-align: center;
}

.term-93 .banner-all-page .box img {
    margin-top: 20px;
    max-width: 93%;
}

.term-93 .banner-all-page .box h1 {
    font-size: 56px;
    font-weight: 500;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
    padding: 0 7px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -.4px;
    position: relative;
}

body #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #c5ca5f !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.widget_media_image {
    padding-top: 65px !important;
    text-align: right;
}

@media screen and (min-width:769px) {
    .page-template-template-hair-design .design-col4 a {
        height: 176px;
    }

    bo
}

@media screen and (min-width:992px) {
    .page-template-template-hair-design .design-col4 a {
        height: 315px;
    }

    body #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:after,
    .main-navigation a.amazon-shop-link:after {
        content: '';
        height: 17px;
        width: 1px;
        background: #fff;
        position: absolute;
        display: inline-block !important;
        top: 12px;
        left: 0px;
        margin-right: 0;
    }

    .main-navigation a.amazon-shop-link:after {
        right: auto;
        left: -12px;
        top: 5px;
    }

    body #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item:last-child>a.mega-menu-link:after {
        display: none !important
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {

        /* min-height: 300px; */
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu {

        /* border-right: 1px solid rgb(37, 37, 37); */
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li a {
        padding-left: 10px;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-column:last-child li.mega-menu-item>ul.mega-sub-menu {
        border-right: none
    }

}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li a:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 4px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    color: #c5ca5f !important
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    font-size: 18px !important;
    letter-spacing: -.4px;
    font-weight: normal;
    text-transform: capitalize;
    padding-bottom: 15px;
    z-index: 2;
    position: relative;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    color: #fff !important;
    font-weight: normal
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
    font-size: 14px !important;
    line-height: 26px;
    color: #fff !important;
    letter-spacing: -.4px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: right;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column {
    float: right;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link:hover {
    color: #92c153 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu {
    padding-left: 0px;
}

.main-navigation ul.primary-menu li a {
    color: #c5ca5f;
    font-size: 15px;
    padding: 0 4px;
    letter-spacing: -.4px;
}

.right-header .socials ul li a {
    font-size: 32px;
    color: #ffffff;
    padding: 0 7px;
    font-weight: normal;
    text-decoration: none;
}

.right-header .socials ul li:first-child img {
    position: relative;
    top: 1.5px
}

.right-header .socials a img {
    /* -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter:brightness(0) invert(1);
    -ms-filter:brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
}

.right-header .socials a img.mobile-social {
    display: none;
}

.right-header .socials a.select img.mobile-social {
    display: inline-block;
}

.right-header .socials a.select img.destop-social {
    display: none;
}

.right-header .socials a:hover img {
    /* -webkit-filter:initial;
    -moz-filter: initial;
    -o-filter:initial;
    -ms-filter:initial;
    filter: initial;*/
}

.right-header .socials {
    display: inline-block;
    position: relative;
    margin-right: 39px;
    direction: ltr;
}

.right-header .language {
    display: inline-block;
    position: relative;
    width: 137px;
    padding: 0 10px;
    top: -7px;
}

.right-header .language ul {
    position: absolute;
    background-color: #fff;
    width: 137px;
    padding: 0 0 0 0;
    z-index: 9;
    text-align: left;
    top: calc(100% + 16px);
    left: 0;
    display: none;
}

.right-header .language ul a {
    text-decoration: none;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #676767;
    letter-spacing: -.4px;
    display: block
}

.right-header .language ul img {
    width: 27px;
    float: right;
    position: relative;
    top: 1px
}

.right-header .language p.btn-toggle {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.4px;
    display: block;
    text-align: left;
    position: relative;
    cursor: pointer
}

.right-header .language p.btn-toggle img {
    width: 27px;
    position: relative;
    top: 2.5px;
    left: 7px;
}

.right-header .language p.btn-toggle:after {
    content: '\f0d7';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
    top: 12px;
    font-size: 18px;
    color: #fff
}

.right-header .language p.btn-toggle.active:after {
    content: '\f0d8';
}

.right-header .language ul li {
    display: block;
    border-bottom: 1px solid rgb(103, 103, 103);
    padding: 8px 10px;
}

.right-header .language ul li:last-child {
    border-bottom: 0;
}

.right-header .socials:after {
    content: '';
    background-color: #fff;
    height: 40px;
    width: 1px;
    position: absolute;
    top: 14px;
    right: -25px;
}

.right-header .socials ul {
    padding-top: 18px;
    padding-left: 0;
}

.header-signin {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgb(160, 205, 69);
    right: 128px;
    width: 212px;
    max-height: 430px;
    z-index: 999;
    top: 65px;
    padding: 8px 15px 13px 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-signin p.status {
    font-size: 13px;
    color: #676767
}

.header-signin .wellcome {
    text-align: center;
}

.header-signin .wellcome p {
    font-size: 18px;
    color: #676767
}

.header-signin .wellcome a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background-color: #676767;
    font-size: 18px;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -.4px;
}

.header-signin .wellcome a:hover {
    background-color: #82a638;
}

.header-signin h3 {
    color: #676767;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    letter-spacing: -.4px;
    margin: 0;
    text-align: center
}

.header-signin .form-control input {
    border-radius: 4px;
    background-color: #e1e1e1;
    border: none;
    color: #676767;
    letter-spacing: -.6px;
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 5px;
}

.header-signin a.forgot-pass {
    color: #a0cd45;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    letter-spacing: -.6px;
    text-decoration: none;
    display: inline-block;
    margin: 6px 0 0 0;
}

.header-signin .btn-signin {
    color: #fff;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    letter-spacing: -.6px;
    text-transform: capitalize;
    background-color: #a0cd45;
    border-radius: 4px;
    border: none;
    padding: 3px 15px;
}

.header-signin a.create-account {
    color: #fff;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    letter-spacing: -.6px;
    text-transform: capitalize;
    background-color: #676767;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-decoration: none;
    text-align: center;
    margin-top: 9px;
    padding: 3px 0;
}

.header-cart {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgb(160, 205, 69);
    right: 77px;
    width: 264px;
    max-height: 430px;
    z-index: 999;
    top: 65px;
    padding: 0px 15px 0px 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@-moz-document url-prefix() {
    .header-cart {
        height: 430px;
    }

    .header-cart .box-bottom {
        position: unset !important;
    }

}

.header-cart.active,
.header-signin.active {
    opacity: 1;
    top: 58px;
    visibility: initial;
}

.scrollable .scroll-bar.vertical {
    width: 8px;
    z-index: 9;
    border-left: 0;
    background: #f2f2f2;
}

.scrollable .scroll-bar.vertical .thumb {
    background-color: #000;
    border-radius: 4px;
}

.scrollable .viewport {
    overflow: initial;
}

.scrollable .viewport .overview {
    width: 100%;
}

.header-cart .thumbnail {
    float: left;
    width: 50%;
    position: relative;
}

.header-cart .thumbnail img {
    height: 119px;
    -o-object-fit: contain;
    object-fit: contain
}

.header-cart .thumbnail:after {
    content: '';
    width: 1px;
    background-color: rgb(160, 205, 69);
    height: 131px;
    top: -8px;
    position: absolute;
    right: 0;
}

.header-cart h3 {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -.4px;
    color: #000;
    margin: 11px 0 9px 0;
    line-height: 24px;
}

.header-cart .woocommerce-Price-amount {
    color: #000;
    font-size: 24px;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
}

.header-cart .quantity input {
    width: 20px;
    height: 23px;
    background-color: rgb(235, 235, 235);
    font-size: 20px;
    color: #000;
    border: none;
    text-align: center;
}

.header-cart .quantity input,
.header-cart .quantity span {
    float: left;
}

.header-cart .quantity {
    text-align: center;
    margin: auto;
    width: 60px;
    margin-top: 14px;
}

.header-cart .quantity span {
    cursor: pointer;
    display: inline-block;
    background: rgb(194, 194, 194);
    width: 20px;
    line-height: 23px;
    height: 23px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.header-cart .quantity span:hover {
    background: #a3a3a3;
}

.header-cart .box-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: #e1e1e1;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
}

.header-cart .box-bottom p,
.header-cart .box-bottom p span {
    color: #676767;
    font-size: 26px;
    letter-spacing: -.4px;
    margin: 5px 0 10px 0;
}

.header-cart .box-bottom p span {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.header-cart .box-bottom a.to-cart,
a.btn-backward {
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    text-transform: capitalize;
    border-radius: 4px;
    background-color: rgb(160, 205, 69);
    width: calc(100% - 51px);
    display: block;
    margin: auto;
    padding: 2px;
}

.header-cart .box-bottom a.to-cart:hover,
a.btn-backward:hover {
    background-color: #82a638;
}

a.btn-backward {
    font-size: 18px;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
    float: right;
    margin-bottom: 15px;
}

.header-cart p.empty-text {
    text-align: right;
    font-size: 16px;
}

.header-cart .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.header-cart .item {
    border: 1px solid rgb(160, 205, 69);
    border-radius: 4px;
    padding: 16px 0 10px 0;
    text-align: center;
    margin-top: 15px;
}

.header-cart .item:last-child {
    margin-bottom: 15px;
}

.header-cart .content {
    float: left;
    width: 60%;
}

.cart-list-items .product-thumbnail {
    float: right;
    width: 40%;
    position: relative;
}

.cart-list-items .product-thumbnail:after {
    content: '';
    width: 1px;
    height: 171px;
    background-color: rgb(160, 205, 69);
    left: 0;
    position: absolute;
    top: -10px;
}

.cart-list-item-review .product-thumbnail:after {
    display: none;
}

.cart-list-items .product-content {
    float: left;
    width: 50%;
}

.cart-list-items .product-name a {
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    color: #000;
    display: inline-block;
    letter-spacing: -.4px;
    margin: 2px 0;
    line-height: 21px;
}

.cart-list-items .woocommerce-Price-amount,
.cart-content-right li .woocommerce-Price-amount {
    font-size: 24px;
    letter-spacing: -.4px;
    color: #000;
}

.cart-list-items .quantity span,
.cart-list-items .quantity input {
    height: 23px;
    width: 20px;
    text-align: center;
    line-height: 23px;
    background-color: #c2c2c2;
    display: inline-block;
    float: left;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cart-list-items .quantity span:hover {
    background-color: #a3a3a3;
}

.single_add_to_cart_button {
    position: relative;
}

.single_add_to_cart_button.loadding:after {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    color: rgba(0, 0, 0, .5);
    font-size: 20px;
    position: absolute;
    right: 5px;
    top: 11px;
    opacity: .8;
}

.ajax_loading {
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    left: -15px;
    background: rebeccapurple;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: calc(100% + 5px);
    display: none;
}

.ajax_loading .loader::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.cart-list-items .quantity span {
    cursor: pointer
}

.cart-list-items .quantity {
    width: 60px;
    margin: auto;
    margin-top: 14px;
}

.cart-list-items .quantity input {
    font-size: 20px;
    color: #000;
    background-color: #ebebeb;
}

.cart-list-items .woocommerce-Price-amount .woocommerce-Price-currencySymbol,
.cart-content-right li .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

input#coupon_code {
    font-size: 18px;
    color: #676767;
    border: 1px solid rgb(149, 149, 149);
    height: 33px;
    padding-left: 11px;
    float: right;
    padding-right: 16px;
}

.coupon button[type=submit] {
    font-size: 18px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    background-color: #89cd00;
    border: none;
    font-weight: normal;
    float: left;
    height: 33px;
    border-radius: 0;
    padding: 0;
    width: 115px;
}

.coupon button[type=submit]:hover {
    background-color: #82a638;
}

.coupon {
    margin-top: 6px;
}

.cart-list-items .cart_item {
    float: left;
    width: 50%;
    padding: 0 20px;
    text-align: center;
    height: 200px;
    margin-bottom: 20px;
    position: relative
}

.cart-list-item-review .cart_item {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 30px;
}

.cart-list-item-review {
    border-left: 1px solid rgb(137, 205, 0)
}

.checkout-content {
    padding: 10px 0 0 0;
}

.inner-cart-content .cart-list-items {
    margin: 0 -20px;
}

.woocommerce .inner-cart-content {
    padding: 18px 0 170px 0
}

.cart-list-items .product-thumbnail img {
    height: 148px;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart-list-items .cart_item .wrapper {
    border: 1px solid rgb(160, 205, 69);
    border-radius: 6px;
    height: 100%;
    padding-top: 24px;
}

.cart-list-items .cart_item .product-remove {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 0;
    width: 25px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
    background-color: #f4f4f4;
    padding: 0 20px;
    padding-bottom: 15px;
}

.cart-collaterals.cart-content-right ul {
    margin: 0;
    padding: 0;
}

.cart-collaterals.cart-content-right li {
    list-style: none;
    font-size: 26px;
    color: #000;
    border-bottom: 1px solid #000;
    line-height: 12px;
}

.cart-collaterals.cart-content-right ul.shop_table li {
    border: none
}

.cart-collaterals.cart-content-right ul.shop_table p {
    line-height: 30px;
}

.cart-collaterals.cart-content-right ul.shop_table a {
    color: #000;
    font-size: 18px;
}

.cart-collaterals.cart-content-right ul.shop_table {
    padding-top: 20px;
}

.cart-collaterals.cart-content-right li.order-total .woocommerce-Price-amount {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 34px;
    color: #000000
}

.cart-collaterals.cart-content-right li.order-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-size: 28px;
}

.cart-collaterals.cart-content-right li p.title,
.cart-collaterals.cart-content-right li p.value {
    width: 50%;
    float: right;
}

.cart-collaterals.cart-content-right li p.title {
    font-size: 18px;
    color: #000;
    line-height: 20px;
}

.cart-collaterals.cart-content-right li p.value {
    text-align: left;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: #fff;
    color: #cea952;
    font-size: 30px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    border-radius: 6px;
    border: 2px solid rgb(206, 169, 82);
    text-transform: uppercase;
    margin: 0 0 0 0;
    padding: 8px;
    margin-top: -15px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #cea952;
    color: #fff;
}

.cart-collaterals.cart-content-right h2 {
    font-weight: normal;
    font-size: 30px;
    color: #000;
    background-color: #ccc;
    margin: 0 -20px;
    padding: 17px 24px;
    margin-bottom: 8px;
    border-radius: 6px 6px 0 0;
}

form.woocommerce-cart-form {
    width: 65%;
    float: right;
    padding-left: 40px;
}

.inner-cart-content .cart-collaterals.cart-content-right {
    width: 35%;
    float: left;
    padding: 0 10px;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
  Main slider
  ========================================================================== */
.main-slider .item {
    height: calc(100vh - 80px);
    position: relative;
    /* background-position: center !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-filter: sepia(30%);
    filter: sepia(30%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.main-slider.mobile {
    display: none;
}

.main-slider .item:hover {
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
}

.main-slider .item a.btn-detail {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.4px;
    background-color: rgba(0, 0, 0, 0.38);
    border: 2px solid rgb(218, 170, 43);
    border-radius: 50px;
    padding: 10px 35px;
    -webkit-filter: sepia(0%);
    filter: sepia(0%);
    display: inline-block;
    margin-top: 45px;
}

.main-slider .item .container {
    position: relative;
    height: 100%;
}

.main-slider .item .box {
    position: absolute;
    right: 15px;
    text-align: right;
    top: 150px;
}

.main-slider .item img.mobile {
    display: none;
}

.main-slider .item a.btn-detail:hover {
    background: #daaa2b;
    color: #000
}

.main-slider .item .arrow-down {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.main-slider .item .arrow-down i {
    color: #fff;
    font-size: 65px;
    cursor: pointer;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

}

.arrow-down i,
span.dropdown img {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.page-template-template-queens .slick-slide img {
    opacity: 1;
}

.slick-dots {
    padding-left: 2px;
    bottom: 88px;
}

.main-slider ul.slick-dots {
    text-align: left;
    bottom: 50px;
    padding-left: 15px;
}

.product-slider .slick-dots {
    bottom: 5px;
    left: 0;
    text-align: left;
    padding-left: 14px;
}

.product-slider.gallery0 .slick-dots {
    display: none;
}

.product-slider .slick-list {
    overflow: unset;
}

.product-slider .fancybox-icon {
    position: absolute;
    z-index: 9;
    right: 65px;
    cursor: pointer;
    top: 5px;
}

.product-slider .fancybox-icon a {
    color: rgb(206, 169, 82);
    font-size: 18px;
}

.slick-dots li {
    margin: 0 2px;
}

.product-slider .slick-dots li {
    margin: 0 1px;
}

.slick-dots li button::before {
    content: '';
}

.slick-dots li button {
    border-radius: 50%;
    border: 2px solid rgb(193, 215, 46);
    width: 14px;
    height: 14px;
    background: transparent;
    /*! transition: all .3s; */
}

.product-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: .5px solid rgb(206, 169, 82);
    padding: 0;
}

.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
}

.product-slider .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    padding: 0;
    background: #cea952;
}

.slick-dots li.slick-active button:before {
    content: '';
    width: 8.5px;
    height: 8.5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 5px;
    right: 0;
    margin: auto;
}

.product-slider .slick-dots li.slick-active button:before {

    display: none;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/* ==========================================================================
  Full page
  ========================================================================== */
.home-service {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.home-service .btn-video-play {
    position: absolute;
    z-index: 999;
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    background: transparent;
    visibility: hidden;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.home-service .btn-video-play.active {
    visibility: initial;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.home-service.mobile {
    display: none;
}

.home-service .container {
    position: relative;
    height: 100%;
}

.home-service .container.container-vimeo {
    max-width: 100%;
    cursor: pointer
}

.home-service .container.container-vimeo .box {
    max-width: 1250px;
    margin: auto;
}

.home-service .box.right {
    right: 15px;
    text-align: right;
}

.home-service .box.left {
    left: 15px;
    text-align: left;
}

.home-service .box.center {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.home-service .icon {
    display: inline-block;
    width: 62px;
    height: 62px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    /*! margin-top: 10px; */
}

.home-service .icon:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 38px;
    position: absolute;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3px;
    right: 0;
}

.home-service .box.left .icon:before,
.home-service .box.center .icon:before {
    content: '\f105';
    left: 3px;
}

.home-service .box.right .icon:before {
    content: '\f104'
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-image:
        /* our video */
    ;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}

.home-service .box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: 4;
    left: 15px;
}

.home-service h1 {
    font-size: 60px;
    color: #fff;
    line-height: 65px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.home-service h1 a {
    color: #fff;
    text-decoration: none;
}

.home-service h1 p {
    margin: 0;
}

.home-service h2 {
    font-size: 60px;
    color: #fff;
    line-height: 65px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.home-service h2 a {
    color: #fff;
    text-decoration: none;
}

.home-service h2 p {
    margin: 0;
}

.home-service {
    position: relative;
}

.home-service iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 300%;
    /* opacity: 0; */

    /* visibility: hidden; */

    /* transition: all .3s; */
}

.home-service iframe.active {
    opacity: 1;
    visibility: initial
}

#video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    /* in case the video doesn't fit the whole page*/
    background-image:
        /* our video */
    ;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    /*cover video background */
    z-index: 3;
}

video::-webkit-media-controls {
    display: none !important;
}

/* ==========================================================================
  Instagram
  ========================================================================== */
.instagram {
    position: relative;
    text-align: center;
}

.instagram:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.instagram .box {
    position: absolute;
    z-index: 99;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

.instagram .box h3 {
    font-family: 'calibri';
    color: #fff;
    font-weight: bold;
    font-size: 65px;
    margin: 10px;
}

.instagram .thumbnail {
    width: 70%;
    float: left;
}

.instagram .thumbnail img {
    width: 25%;
    float: left;
    height: 312px;
    -o-object-fit: cover;
    object-fit: cover;
}

.instagram .large {
    width: 30%;
    float: left;
    height: 624px;
}

.instagram .large img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

/* ==========================================================================
  Banner page
  ========================================================================== */
.main-banner {
    background-image: url('../images/contact-banner.jpg');
    height: 183px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-banner .box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
}

.main-banner h2 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 60px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 60px;
}

.main-banner h1 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
    font-size: 60px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 60px;
}

/* ==========================================================================
  Breadcrumb
  ========================================================================== */
.breadcrumb {
    padding: 30px 0 0 0;
}

#breadcrumbs p,
#breadcrumbs a {
    color: #1b1b1b;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -.4px
}

#breadcrumbs span {
    color: #c5ca5f;
}

#breadcrumbs span.breadcrumb_last {
    color: #1b1b1b;
}

.breadcrumb p,
.breadcrumb a,
.breadcrumb span {
    color: #1b1b1b;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -.4px
}

.breadcrumb p span {
    margin: 0 5px;
}

/* ==========================================================================
  Contact form
  ========================================================================== */
.contact-form {
    padding-bottom: 290px;
}

.contact-form .form {
    width: 65%;
    float: right;
    padding-left: 52px;
}

.contact-form .information {
    width: 24%;
    float: right;
    padding-right: 30px;
    border-right: 2px solid rgb(160, 205, 69);
}

.contact-form p {
    color: #1b1b1b;
    font-size: 20px;
    letter-spacing: -.4px;
    margin: 7px 0 0 0;
    padding-left: 5px;
}

.contact-form .form-control input {
    border: 1px solid rgb(160, 205, 69);
    border-radius: 6px;
    color: #676767;
    font-size: 20px;
    letter-spacing: -.4px;
    height: 49px;
    padding-right: 23px;
    float: left;
    width: 100%;
    font-weight: 300;
    direction: rtl;
}

.contact-form .btn-submit {
    position: relative;
    display: block
}

.contact-form .btn-submit:after {
    content: "";
    background: url(../images/btn.png) no-repeat center top;
    position: absolute;
    left: 20px;
    font-size: 15px;
    color: #000;
    top: 14px;
    width: 10px;
    height: 10px;
}

.contact-form .btn-submit input {
    color: #000000;
    font-size: 24px;
    background: transparent;
    border: 1px solid rgb(160, 205, 69);
    letter-spacing: -.4px;
    border-radius: 30px;
    padding: 8px 22px 8px 87px;
    margin-top: -9px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    float: left;
}

.contact-form .btn-submit input:hover {
    background: #a0cd45;
}

.contact-form .information h4 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    letter-spacing: -.4px;
    margin: 0px 0 3px 0;
}

.contact-form .information .item {
    margin-bottom: 55px;
}

.contact-form .information .item:last-child {
    margin-top: 55px
}

.contact-form .information p,
.contact-form .information a {
    text-decoration: none;
    color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
    margin: 5px 0;
    font-weight: 300;
    line-height: 30px;
}

.contact-form .information a.mailto {
    border-bottom: 1px solid;
    font-weight: 400;
}

.contact-form .information p.map img {
    vertical-align: middle;
    margin-left: 5px;
}

.contact-form .information .lasts p,
.contact-form .information .lasts a {
    font-weight: 400;
}

.contact-form .information .lasts p.map {
    font-size: 16px;
}

.contact-form .col-3 {
    width: 33.33%;
    float: right;
    padding: 0 7px;
}

.contact-form .form label {
    display: none;
}

.contact-form .col-3:first-child {
    padding-left: 0;
}

.contact-form .col-3:last-child {
    padding-right: 0;
}

.contact-form .form-control {
    margin-bottom: 38px;
}

.contact-form form {
    padding: 48px 0 0 0;
    direction: rtl;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    border: 1px solid rgb(160, 205, 69);
    border-radius: 6px;
    color: #676767;
    font-size: 20px;
    letter-spacing: -.4px;
    height: 115px;
    padding: 14px 23px 0 0;
    font-weight: 300;
}

/* ==========================================================================
  About page
  ========================================================================== */
h1.title-style {
    font-size: 74px;
    color: #fff;
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 65px;
}

.about-content {
    background: url('../images/about-bg.jpg') no-repeat center center;
    padding: 50px 0 80px 0;
    background-size: cover;
}

.about-content .breadcrumbs p,
.about-content .breadcrumbs a,
.about-content .breadcrumbs span {
    color: #fff;
}

טיפים | עיצובי שיער | מוצרים .about-content .breadcrumb {
    padding: 5px 0 20px 0;
}

.about-content .breadcrumb .container {
    padding-left: 0;
}

.about-content .text-box {
    float: right;
    width: 55%;
    background: #fff;
    border: 1px solid rgb(160, 205, 69);
    padding: 30px 20px;
}

.about-content .text-box p a {
    color: #b8bd59;
}

.about-content .image {
    width: 45%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-content p,
.about-content li {
    color: #1b1b1b;
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 30px;
    margin: 5px 0;
}

.about-content li {
    list-style-position: inside;
}

.about-content ul {
    margin: 0;
    padding-left: 0px
}

.about-content h4 {
    color: #1b1b1b;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -.4px;
    margin: 20px 0 0 0;
    line-height: 27px;
}

/* ==========================================================================
  Category
  ========================================================================== */
.category-85 .main-banner .box {
    left: 60%;
}

.list-category .category h3 {
    margin: 0 0 0 0;
    color: #000;
    font-size: 54px;
    font-weight: normal
}

.list-category .category p {
    font-size: 25px;
    color: #000000;
    line-height: 28px;
    letter-spacing: -.4px;
    margin: 4px 0 0 0;
}

.list-category .category .text {
    min-height: 70px;
}

.list-category .category {
    width: 50%;
    float: left;
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 56px 50px 0 50px;
    -webkit-filter: grayscale(100%);

    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list-category .category:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.category .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin: 4px 0 0 7px;
    cursor: pointer;
}

.category .icon:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.category .icon.active:before {
    content: '\f107';
}

.list-category .category:nth-child(1) .icon,
.list-category .category:nth-child(4) .icon {
    border-color: #000;
}

.list-category .category:nth-child(1) .icon:before,
.list-category .category:nth-child(4) .icon:before {
    color: #000;
}

.list-category .category .box {
    max-width: 325px;
}

.list-category .category:nth-child(2n) .box {
    float: left;
}

.list-category .category:nth-child(2) p,
.list-category .category:nth-child(2) h3,
.list-category .category:nth-child(3) p,
.list-category .category:nth-child(3) h3 {
    color: #fff
}

.list-category .category .term_list {
    display: none;
}

.list-category .category ul {
    margin: 15px 0 0 0;
    background: #d7d7d7;
    padding: 12px 30px 20px 0;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.list-category .category li {
    max-width: 50%;
    position: relative;
    list-style: none;
}

.list-category .category li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 9px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list-category .category a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    letter-spacing: -.4px;
    line-height: 23px;
    cursor: pointer;
}

.list-category .category li:hover a {
    color: #7c8200;
}

.list-category .category li:hover:before {
    background: #7c8200;
}

/* ==========================================================================
  Products page
  ========================================================================== */
.products-menu {
    padding: 10px 0 50px 0;
}

.products-menu .menu {
    float: right;
    width: 23%;
    padding-left: 21px;
}

.products-menu .menu li {
    list-style: none;
    line-height: 40px;
    padding-right: 23px;
}

.products-menu .menu li:first-child {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.26);
}

.products-menu .menu li.active {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.26);
}

.products-menu .menu ul {
    margin: 0;
    padding: 0 0 10px 0px;
    display: none
}

.products-menu .menu a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    letter-spacing: -.4px;
    text-transform: capitalize;
}

.products-menu .menu a:hover {
    color: #6a9e00;
}

.products-menu .sort-by {
    border-radius: 2px;
    border: 1px solid rgb(160, 205, 69);
    line-height: 54px;
    font-size: 20px;
    color: #000000;
    position: relative;
    display: none;
    padding-right: 25px;
    cursor: pointer;
}

.products-menu .sort-by:after {
    content: '\f107';
    font-family: 'FontAwesome';
    width: 19px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #a3ca70;
    color: #a3ca70;
    position: absolute;
    text-align: center;
    left: 15px;
    font-size: 16px;
    top: 15px;
}

.products-menu .menu-item .title {
    background: #c2df5b;
    -webkit-box-shadow: 0px 2px 1.98px 0.02px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 1.98px 0.02px rgba(0, 0, 0, 0.18);
    font-size: 20px;
    color: #000;
    font-weight: normal;
    padding: 15px 25px;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.products-menu .menu-item .title:after {
    content: '';
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    -webkit-box-shadow: 0px 2px 1.98px 0.02px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 1.98px 0.02px rgba(0, 0, 0, 0.18);
    z-index: 999
}

.products-menu .menu-item .title:before {
    content: '\f107';
    font-family: 'FontAwesome';
    width: 19px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    color: #000;
    position: absolute;
    text-align: center;
    left: 15px;
    font-size: 16px;
}

.products-menu .menu-item .title.active:before,
.products-menu .sort-by.active:after {
    content: '\f106';
}

.products-menu .products {
    float: right;
    width: 77%;
    padding-right: 20px;
    margin-top: 60px;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.additional-products {
    padding: 4px 0 25px 0;
}

.additional-products .additional {
    font-size: 26px;
    font-weight: normal;
    color: #676767;
    letter-spacing: -.4px;
    margin: 35px 0 15px;
}

.additional-slider {
    margin: 0 -30px
}

.additional-products .product {
    text-align: center;
    padding: 0px 30px;
}

.additional-slider img {
    display: inline-block;
}

.woocommerce ul.products .wrapper,
.additional-products div.product .wrapper {
    border: 1px solid rgb(206, 169, 82);
    border-radius: 10px 10px 0px 0px;
    position: relative;
    padding: 31px 0 6px 0;
    border-bottom: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.additional-products div.product .posttitle {
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: -.4px;
    margin: 12px 5px 0 5px;
    padding: 0;
    font-weight: normal;
    height: 55px;
    line-height: 19px;
    display: block;
}

.woocommerce ul.products li.product a .quantity {
    display: none;
}

.type-product .cart.wishlist-cart-form {
    position: absolute;
    top: 0;
    right: 0;
}

.article-page .additional-products div.product h3 {
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    line-height: 20px;
}

.woocommerce ul.products li.product .price,
.additional-products div.product .woocommerce-Price-amount {
    font-size: 24px;
    color: #000;
    letter-spacing: -.4px;
    margin: 3px 0 0 0;
}

.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol,
.additional-products div.product .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin-left: 6px;
}

.products-menu .product a.wishlist-icon,
.additional-products .product a.wishlist-icon {
    position: absolute;
    right: 9px;
    top: 9px;
}

.woocommerce ul.products li.product .button,
.additional-products div.product form.cart .button,
.additional-products .product .btn-details a,
.product a.btn-details-link {
    text-decoration: none;
    color: #fff;
    font-size: 14.5px;
    background: #89cd00;
    letter-spacing: -.4px;
    display: block;
    text-align: center;
    padding: 0;
    line-height: 23px;
    border-radius: 0;
    margin: 0 0px 0 0px;
    font-weight: 400;
    height: 23px;
}

.product a.btn-details-link {
    padding: 0;
    text-align: center;
}

.product a.btn-details-link2 {
    margin-top: 0;
    background-color: rgba(137, 205, 0, .549);
    color: #000;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    font-size: 17px;
}

#wrapper.amazon_option ul.products li.product .quantity,
#wrapper.amazon_option .additional-products .product .quantity {
    display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 38px;
}

.woocommerce a.added_to_cart,
.additional-products a.added_to_cart,
.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
    display: none !important
}

.woocommerce a.button.loading:after {
    top: 0;
    margin-right: 52px;
}

.woocommerce a.button.loading {
    opacity: .5
}

.woocommerce ul.products li.product .button:hover,
.additional-products div.product form.cart .button:hover,
.additional-products .product .btn-details a:hover {
    background: #6a9e00;
}

.additional-products .product .btn-details a {
    padding-left: 0;
    text-align: center;
}

.woocommerce ul.products .quantity span,
.additional-products div.product .quantity span {
    cursor: pointer;
    display: inline-block;
    background: rgb(194, 194, 194);
    width: 20px;
    line-height: 23px;
    height: 23px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.additional-products div.product .cart.wishlist-cart-form .quantity span {
    background: none;
}

.woocommerce ul.products .quantity span:hover,
.additional-products div.product .quantity span:hover {
    background: #a3a3a3;
}

.woocommerce .quantity .qty,
.additional-products div.product .qty {
    color: #000000;
    font-size: 20px;
    width: 20px;
    height: 23px;
    background-color: rgb(235, 235, 235);
    border: none;
    text-align: center;
}

.woocommerce ul.products .quantity,
.additional-products div.product .quantity {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.woocommerce ul.products .quantity span,
.woocommerce ul.products .quantity input[type=number],
.additional-products div.product .quantity span,
.additional-products div.product .quantity input[type=number] {
    float: left;
}

.product-gallery .big-img {
    float: left;
    width: 49%;
    padding-right: 15px;
    height: 445px;
}

.product-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-gallery .wrap-img {
    position: relative;
}

.product-gallery .zoom-icon {
    /*display: none;*/
    position: absolute;
    right: 10px;
    bottom: 10px;
    cursor: pointer
}

.product-gallery .zoom-icon img {
    width: auto;
    height: auto
}

.product-gallery .imgs {
    width: 51%;
    float: left;
    padding-left: 0;
}

.product-gallery .row {
    margin: 0 -7.5px;
}

.product-gallery .img {
    width: 50%;
    float: left;
    height: 215px;
    margin-bottom: 15px;
    padding: 0 7.5px;
}

.product-page .text-bottom h2 {
    color: #1b1b1b;
    font-size: 42px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    margin: 15px 0 4px 0px;
}

.product-page .text-bottom h3 {
    color: #1b1b1b;
    font-size: 42px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    margin: 15px 0 4px 0px;
}

.product-page .text-bottom p.text-style {
    font-size: 30px;
    color: #1b1b1b;
    letter-spacing: -.4px;
    line-height: 39px;
}

.product-page {
    padding: 0 0 57px 0;
}

.product-page .text-bottom p,
.product-page .text-bottom ul li {
    color: #1b1b1b;
    font-size: 18px;
    letter-spacing: -.4px;
    line-height: 25px;
    margin: 0;
}

.product-page .text-bottom p {
    margin-top: 9px;
}

.product-page .text-bottom ul {
    margin: 0;
    padding-left: 15px;
}

.product-page .breadcrumb p,
.product-page .breadcrumb a {
    font-size: 14px;
}

.banner-only,
.banner-only-mobile {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-only-mobile {
    display: none;
}

.product-single .breadcrumb p,
.product-single .breadcrumb a {
    font-size: 14px;
}

.product-single .content {
    padding: 16px 0 0 0;
}

.product-single .content-left {
    float: right;
    width: 45%;
    padding-left: 29px;
    position: relative;
}

.product-single .content-right {
    float: right;
    width: 55%;
}

.product-single .product-slider {
    text-align: center;
    border: .5px solid rgb(206, 169, 82);
    border-radius: 6px;
    padding: 13px 0 30px 0;
    margin-bottom: 20px;
}

.product-single .product-slider img {
    display: inline-block;
}

.product-single .btns {
    padding: 19px 0 0 0;
}

.woocommerce .product-single .content-left p.price,
.woocommerce .product-single .content-left span.price {
    color: #000;
    font-size: 42px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0 0 0 0;
    /*! display: inline-block; */
    float: left;
    width: 30%;
}

.woocommerce .product-single .content-left p.price .woocommerce-Price-currencySymbol {
    font-size: 26px;
}

.product-single .btns sup,
.product-single .btns span {
    font-size: 26px;
}

.product-single .content-left .quantity input[type=number] {
    width: 20px;
    font-size: 34px;
    color: #000;
    float: left;
    height: 44px;
    border: none;
    background: #ebebeb;
    width: 40px;
    text-align: center;
}

.product-single .content-left .quantity {
    position: relative;
    left: 22px;
}

.product-single .counter {
    text-align: right;
    display: inline-block;
    float: right;
    margin-right: 22px;
}

.product-single .content-left .quantity span {
    width: 30px;
    float: left;
    height: 44px;
    display: inline-block;
    background-color: #c2c2c2;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-single .content-left .quantity span:hover {
    background-color: #a3a3a3;
}

.product-single .btns .right {
    float: right;
    width: 70%;
    text-align: right;
}

.woocommerce .product-single .content-left form.cart .button,
.woocommerce .product-single .content-left a.single-shop-link {
    color: #676767;
    font-size: 25px;
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid rgb(160, 205, 69);
    border-radius: 4px;
    display: inline-block;
    line-height: 42px;
    float: right;
    /*! width: 33.33%; */
    text-align: center;
    padding: 0px 38px;
    background: transparent;
    font-weight: normal
}

.woocommerce .product-single .content-left form.cart .button:hover,
.woocommerce .product-single .content-left a.single-shop-link:hover {
    color: #fff;
    background: #a0cd45
}

.product-single .btns span {}

.product-single .content-right h3 {
    font-size: 32px;
    color: #cea952;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    margin: -6px 0 0 0;
}

.product-single .content-right h1 {
    font-size: 32px;
    color: #cea952;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    margin: -6px 0 0 0;
}

.product-single .short-desc p {
    font-size: 16px;
    color: #1b1b1b;
    letter-spacing: -.4px;
    line-height: 22px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 4px 0 0 0;
}

.product-single .short-desc {
    border-bottom: 1px solid #cea952;
    padding-bottom: 4px;
}

.product-single strong {
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.product-single .full-desc {
    padding-bottom: 28px;
}

.product-single .full-desc h2 {
    font-size: 16px;
}

.product-single .gallery-slider {
    margin: 0 20px;
}

.product-single .gallery-slider .item {
    padding: 0 8px;
}

.product-single .gallery-slider .item img {
    height: 125px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.related.products>h2 {
    display: none;
}

.product-single .full-desc p {
    font-size: 16px;
    color: #676767;
    line-height: 20px;
    letter-spacing: -.4px;
    margin: 5px 0 0 0;
}

.slick-next:before,
.slick-prev:before {
    content: '';
}

.slick-next,
.slick-prev {
    top: 50%;
    width: 24px;
    height: 23px;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.slick-next:hover,
.slick-prev:hover {
    -webkit-filter: initial;
    filter: initial;
}

.slick-next.slick-arrow {
    background-image: url('../images/arrow-left.png');
}

.slick-prev.slick-arrow {
    background-image: url('../images/arrow-right.png');
}

.content-step .slick-next.slick-arrow {
    background-image: url('../images/arrow-left2.png');
    left: 5px;
}

.content-step .slick-prev.slick-arrow {
    background-image: url(../images/arrow-right2.png);
    right: 5px;
}

.content-step>img.mobile {
    display: none;
}

.content-step .slick-next,
.content-step .slick-prev {
    width: 22px;
    height: 42px;
}

.additional-slider .slick-next.slick-arrow {
    left: -10px;
}

.additional-slider .slick-prev.slick-arrow {
    right: -10px;
}

.slick-next {
    left: 0;
}

.zoomWindow {
    width: 283px !important;
    height: 261px !important;
    border: 1px solid rgb(149, 149, 149) !important;
}

.zoomLens {
    display: none !important;
}

.curls-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 530px;
}

.curls-page .breadcrumb p,
.curls-page .breadcrumb a,
.curls-page .breadcrumb span {
    color: #ffffff;
}

.curls-page .breadcrumb {
    padding-top: 25px
}

.curls-page .headline {
    text-align: center;
    padding: 0 0 0 0;
}

.curls-page .headline img {
    margin: -32px 0 0 0;
}

#content-ltr.container {
    direction: ltr;
}

.curls-page .wrapper {
    max-width: 930px;
}

.curls-page .headline ul {
    padding: 0;
}

.curls-page .headline li {
    list-style: none;
    display: inline-block;
}

.curls-page .headline a {
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    letter-spacing: -.2px;
    border-right: 2px solid #a0cd45;
    padding: 0 12px;
    line-height: 29px;
    display: block;
    vertical-align: bottom;
}

.curls-page .headline a:hover {
    color: #c4d931;
}

.curls-page .headline li:last-child a {
    border-right: 0;
}

.curls-page .headline h1 {
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0 0 0 0;
}

.curls-page .headline h3 {
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 0 0 0 0;
}

.curls-page .gallery {
    padding: 15px 0 0 0;
}

.curls-page .gallery a.text {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #a0cd45;
    letter-spacing: -.4px;
    background: #000;
    padding: 10px 0;
    direction: rtl;
}

.curls-page .gallery img {
    display: block;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.curls-page .gallery .item {
    float: right;
    width: 50%;
}

.curls-page .gallery .curl-guide:hover img,
.curls-page .gallery .item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.curls-page .gallery .curl-guide:hover a.text,
.curls-page .gallery .item:hover a.text {
    background: #252525;
    color: #fff;
}

.curls-page .gallery .item:first-child a.text {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

/* ==========================================================================
  Article
  ========================================================================== */
.fancybox-bg {
    background: rgba(255, 255, 255, .902);
}

.fancybox-button {
    display: none !important;
}

.fancybox-content .fancybox-button.fancybox-button--close {
    display: inline-block !important;
    background: url('../images/funcybox-close.png');
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: 99;
}

.fancybox-content .fancybox-image {
    -webkit-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, .2)
}

.fancybox-content {
    position: relative;
}

.fancybox-button svg {
    display: none;
}

.main-banner.custom {
    /*height: 455px;*/
    height: 407px;
}

.main-banner.custom-mobile {
    /*height: 380px;*/
    display: none;
}

.main-banner.custom h1 {
    font-size: 50px;
}

.main-banner.custom h2 {
    font-size: 50px;
}

.main-banner.custom h1 p,
.main-banner.custom-mobile h1 p {
    margin: 0;
}

.main-banner.custom h2 p,
.main-banner.custom-mobile h2 p {
    margin: 0;
}

.article-lists .article {
    float: right;
    width: 50%;
    margin-bottom: 80px;
}

.article-lists .article .thumbnail {
    float: right;
    width: 50%;
}

.article-lists .article .content {
    width: 50%;
    float: right;
    padding: 0 10px 0 25px;
}

.article-lists .article .title {
    border-bottom: 1px solid rgb(161, 206, 69);
    padding-bottom: 17px;
    margin-bottom: 16px;
}

.article-lists .article img {
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, .2);
}

.article-lists .article .mobile,
.article-lists .article .desktop {
    font-size: 20px;
    color: #1b1b1b;
    line-height: 26px;
    letter-spacing: -.4px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: -5px 0 0 0;
}

.article-lists .article .mobile {
    display: none;
}

.article-lists .article p,
.article-lists .article a.read-more {
    font-size: 16px;
    color: #676767;
    line-height: 22px;
    letter-spacing: -.4px;
    margin: 0;
}

.article-lists .article a.read-more {
    font-family: 'GothamBold';
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
}

.article-lists .article a {
    text-decoration: none
}

.main-article .breadcrumb {
    padding: 25px 0 35px 0;
}

.article-page .content-text p img {
    float: right;
    margin-left: 15px;
    position: relative;
}

.article-page h3 {
    font-size: 34px;
    color: #000;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 40px;
    margin: 0;
}

.article-page h1 {
    font-size: 34px;
    color: #000;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    line-height: 40px;
    margin: 0;
}

.article-page .title p {
    color: #676767;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -.4px;
    margin: 0;
}

.article-page .title {
    border-bottom: 1px solid rgb(206, 169, 82);
    padding-bottom: 18px;
    margin-bottom: 15px;
}

.article-page .breadcrumb {
    padding: 25px 0;
}

.article-page p,
.article-page h4 {
    font-size: 20px;
    color: #676767;
    line-height: 28px;
    letter-spacing: -.4px;
    /*! margin: 0; */
}

.article-page li {
    font-size: 20px;
    color: #676767;
    line-height: 28px;
}

.article-page .content-text p {
    margin: 0
}

.article-page h4 {
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 27px 0 0 0;
}

.article-page .additional-products .product .btn-detail a {
    padding-left: 0;
    text-align: center;
}

.article-page .gallery .item {
    width: 50%;
    float: right;
    padding: 0 10px;
}

.article-page .gallery .row {
    margin: 0 -10px;
}

.article-page .gallery {
    margin: 30px 0 10px 0
}

.article-page {
    padding-bottom: 30px;
}

.articles-hairstyles .item {
    margin-bottom: 40px;
}

.articles-hairstyles .item a {
    text-decoration: none;
}

.articles-hairstyles .thumbnail,
.articles-hairstyles .text {
    float: right;
    width: 50%;
    height: 380px;
    padding-left: 14px;
}

.articles-hairstyles .thumbnail .left,
.articles-hairstyles .thumbnail .right {
    width: 50%;
    float: right;
}

.articles-hairstyles .thumbnail .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 380px;
}

.articles-hairstyles .thumbnail .right {
    border: 1px solid rgb(188, 212, 47);
    height: 100%;
    padding: 0 30px;
}

.articles-hairstyles .right p {
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    letter-spacing: -.4px;
    margin: 20px 0 0 0;
}

.articles-hairstyles .right .image1 {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 5px;
}

.articles-hairstyles .right .image2 {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 5px;
}

.articles-hairstyles .text {
    padding-right: 22px;
    text-align: left;
}

.articles-hairstyles h3 {
    font-size: 31px;
    letter-spacing: -1px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin: 9px 0 13px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(161, 206, 69);
}

.articles-hairstyles .text p {
    font-size: 22px;
    color: #000;
    letter-spacing: -1px;
    line-height: 30px;
    margin: 0;
}

.articles-hairstyles .text p span,
.articles-hairstyles .text p strong {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal
}

.articles-hairstyles .wrap-img {
    height: 271px;
    position: relative;
}

.articles-hairstyles .wrap-img img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.articles-hairstyles {
    padding: 29px 0 0 0;
}

.queens-page-content .headline h3 {
    font-size: 40px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    margin: 0;
    line-height: 40px;
}

.queens-page-content .headline p {
    font-size: 28px;
    letter-spacing: -.4px;
    margin: 0;
}

.page-template-template-queens .queens-page-content .headline img {
    padding-top: 10px;
}

.queens-page-content .headline img {
    float: right;
    margin-left: 15px;
}

.queens-page-content .outer {
    max-width: 1050px;
    padding: 0 0 70px 0;
    margin: auto;
}

.queens-page-content .gallery {
    padding: 35px 0 0 0;
    position: relative;
}

.queens-page-content .gallery .dropdown {
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    text-align: center;
    bottom: 160px;
    cursor: pointer
}

.queens-page-content .gallery .item {
    float: right;
    width: 25%;
    height: 261px;
    position: relative;
    border: .5px solid #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.queens-page-content .gallery .item:hover,
.queens-page-content .gallery .item.active {
    opacity: .5;
}

.queens-page-content .gallery img {
    /*height: 100%;*/
    /*width: 100%;*/
    -o-object-fit: cover;
    /*object-fit: cover;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 278px;
    height: 261px;
    object-fit: cover;
}

.queens-page-content .gallery h3 {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: rgb(253, 253, 253);
    -moz-transform: matrix(1.36082508763401, 0, 0, 1.36120237379474, 0, 0);
    -webkit-transform: matrix(1.36082508763401, 0, 0, 1.36120237379474, 0, 0);
    -ms-transform: matrix(1.36082508763401, 0, 0, 1.36120237379474, 0, 0);
    text-shadow: 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000, 2px 2px 10px #000;
    left: 30px;
    right: 30px;
    text-align: center;
}

.queens-page-content .content-step {
    padding: 0;
}

.queens-page-content .content-step h2 {
    font-size: 50px;
    color: #000;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.queens-page-content .content-step h1 {
    font-size: 50px;
    color: #000000;
    font-weight: normal;
    letter-spacing: -1px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.queens-page-content .content-step .slider {
    padding: 27px 68px 0 68px;
}

.queens-page-content .content-step .step {
    height: 540px;
}

.queens-page-content .content-step .step-left {
    width: 45%;
    float: right;
    height: calc(100% - 30px);
    padding-left: 25px;
    padding-left: 1px
}

.queens-page-content .content-step .step-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgb(190, 214, 47);
    display: block;
    position: relative;
    z-index: 9;
}

.queens-page-content .content-step .step-right {
    width: 55%;
    float: left;
    height: calc(100% - 60px);
    position: relative;
    padding-right: 20px;
}

.queens-page-content .content-step p {
    font-size: 18px;
    color: #000;
    letter-spacing: -1px;
    line-height: 22px;
    margin: 6px 0;
}

.queens-page-content .content-step .step-right h3 {
    font-size: 26px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    color: #bcd42f;
    letter-spacing: -1px;
    margin: 8px 0 20px 0;
}

.queens-page-content .content-step .imgs {
    position: absolute;
    bottom: -12px;
    right: 0;
}

.queens-page-content .content-step .imgs .img {
    display: inline-block;
    height: 240px;
    position: relative;
    width: 105px;
    text-align: center;
    margin-right: 30px;
}

.queens-page-content .content-step .imgs .img:after {
    content: '';
    border: 2px solid rgb(190, 214, 47);
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    background-color: #fff;
}

.queens-page-content .content-step .imgs .img:before {
    content: '';
    width: 70px;
    background-color: rgb(0, 0, 0);
    height: 2px;
    position: absolute;
    right: -55px;
    bottom: 30px;
}

.content-step .desktop {
    display: block;
    margin: 0 auto;
}

.queens-page-content .content-step .imgs img,
.queens-page-content .content-step .imgs .span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    max-height: 197px;
}

.queens-page-content .content-step .imgs img {
    bottom: 10px;
    -o-object-fit: contain;
    object-fit: contain
}

.queens-page-content .content-step .imgs .span {
    top: 100%;
}

.queens-page-content .content-step .imgs .span,
.queens-page-content .content-step .imgs .span p {
    font-size: 16px;
    color: #fff;
    letter-spacing: -.4px;
}

/* ==========================================================================
  megamenu
  ========================================================================== */
span.megamenu-header-bg {
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    height: 35px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding-top: 5px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu {

    /* visibility: initial; */

    /* opacity: 1 !important; */
    left: 0;
    right: 0;
    width: 1250px;
    margin: auto;
    margin-top: 5px !important;
    background: #363636;
    border: 1px solid rgb(160, 205, 69);
}

#mega-menu-wrap-main-menu {
    background: transparent !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:focus {
    background: transparent !important;
    color: #fff;
    border-color: transparent;
    border: none;
}

#mega-menu-wrap-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu ul.mega-sub-menu,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-row,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-column,
#mega-menu-wrap-main-menu #mega-menu-main-menu a.mega-menu-link {
    position: unset
}

span.wpcf7-not-valid-tip {
    display: inline-block;
}

/* ==========================================================================
EasyZoom core styles
========================================================================== */
.easyzoom {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
    /*width: 100%;*/
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    -webkit-box-shadow: 0 0 10px #888;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 50px;
    left: 0;
    width: 280px;
    height: 260px;
    margin-left: 20px;
    background: #FFF;
    border: 1px solid rgb(149, 149, 149);
}

.easyzoom-flyout img {
    max-width: unset;
}

.main-content.content-default {
    padding-bottom: 50px;
}

/* ==========================================================================
  Woocommerce custom css
  ========================================================================== */
.woocommerce ul.products li.product a img,
.additional-products div.product a img {
    width: auto;
    max-height: 97px;
    -o-object-fit: cover;
    object-fit: cover;
    display: inline-block;
    margin: 0;
}

.additional-products div.product a {
    text-decoration: none;
}

.products-menu ul.products {
    width: 100%;
    text-align: center
}

.woocommerce ul.products #wl-wrapper .wl-add-to,
.additional-products div.product form.cart .wl-button-wrap .wl-add-to,
.additional-products .product form.cart #wl-wrapper .wl-add-to {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: rgb(206, 169, 82);
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 12px;
    z-index: 9;
}

.woocommerce ul.products #wl-wrapper.wl-button-wrap,
.additional-products .product #wl-wrapper.wl-button-wrap,
.additional-products .product .wl-button-wrap {
    padding: 0;
}

.woocommerce ul.products #wl-wrapper .wl-already-in,
.product-single .content-left #wl-wrapper .wl-already-in,
.additional-products .product #wl-wrapper .wl-already-in,
.additional-products .product .wl-already-in {
    display: none !important;
}

.woocommerce ul.products #wl-wrapper .wl-add-to:before,
.product-single .content-left #wl-wrapper .wl-add-to:before,
.additional-products .product #wl-wrapper .wl-add-to:before,
.additional-products .product .wl-button-wrap .wl-add-to:before {
    content: '\f08a';
    font-family: 'FontAwesome';
}

.woocommerce ul.products #wl-wrapper .wl-add-to:hover:before,
.product-single .content-left #wl-wrapper .wl-add-to:hover:before,
.additional-products .product #wl-wrapper .wl-add-to:hover:before,
.additional-products .product .wl-button-wrap .wl-add-to:hover:before {
    content: '\f004';
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    content: '';
}

.product-single .content-left #wl-wrapper .wl-add-to {
    background: transparent;
    border: none;
    display: inline-block;
    padding: 0;
    background: transparent;
    color: rgb(206, 169, 82);
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 50px;
    top: 10px;
    font-weight: 400;
    z-index: 9;
    font-size: 35px;
}

.product-single .content-left #wl-wrapper.wl-button-wrap,
.additional-products .product #wl-wrapper.wl-button-wrap {
    position: unset;
}

.woocommerce div.product form.cart {
    margin: 0;
}

#wrapper.amazon_option .product-single .content-left form.cart {
    display: none;
}

.woocommerce div.product form.cart .button {
    float: none
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0;
}

.woocommerce-form-coupon-toggle {
    display: none
}

.checkout-content #order_review {
    width: 35%;
    float: right;
    padding-left: 55px;
}

.checkout-content #customer_details {
    width: 65%;
    float: left;
}

#payment {
    display: none;
}

.content-total-review {
    font-size: 24px;
    color: #000000
}

.content-total-review a {
    font-size: 16px;
    color: #000;
}

.content-total-review .woocommerce-Price-amount {
    font-size: 24px;
    letter-spacing: -.4px;
    color: #000;
}

.content-total-review .woocommerce-Price-currencySymbol {
    font-size: 16px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.content-total-review p.title,
.content-total-review p.value {
    display: inline-block;
    margin: 0;
    line-height: 30px;
}

.content-total-review>div {
    margin-top: 10px;
}

.content-total-review div.order-total {
    border-top: 1px solid rgb(103, 103, 103);
    padding-top: 8px;
}

.content-total-review div.order-total p.value {
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal
}

.content-total-review div.cart-subtotal .woocommerce-Price-amount {
    font-size: 34px;
    color: #000;
    font-family: 'GothamBold';
}

.content-total-review div.cart-subtotal .woocommerce-Price-currencySymbol {
    font-size: 28px;
    font-family: 'GothamBold';
}

.content-total-review div.order-total strong {
    font-weight: normal
}

.content-total-review div.order-total .woocommerce-Price-currencySymbol {
    font-size: 18px;
}

#customer_details .form-row label {
    display: none
}

#customer_details .form-row input {
    border: 1px solid rgb(204, 204, 204);
    height: 52px;
    color: #000;
    font-size: 22px;
    width: 100%;
    background-color: transparent;
    padding-left: 16px;
}

#customer_details .form-row input[type=checkbox] {
    width: auto;
    height: auto;
}

#customer_details p#order_comments_field {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 30px;
}

#customer_details .bottom-btn .form-row.terms {
    width: 100%;
    display: block;
    padding: 0;
}

#customer_details textarea {
    font-size: 22px;
    color: #000;
    border: none;
    background-color: #f4f4f4;
    resize: none;
    width: 100%;
    padding: 13px 10px 0 32px;
    height: 88px;
}

#customer_details .bottom-btn .terms {
    float: left;
    width: 60%;
}

#customer_details .bottom-btn .btn-proceed {
    text-align: right;
    width: 40%;
    float: right;
}

#customer_details .bottom-btn .btn-proceed span {
    font-size: 22px;
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    background-color: rgb(160, 205, 69);
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    width: 235px;
    margin-top: 8px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#customer_details .bottom-btn .btn-proceed span:hover {
    background-color: #82a638;
}

.woocommerce form #customer_details .form-row {
    display: inline-block;
    width: 50%;
    padding: 0 12px;
    margin: 0 0 18px 0;
}

.woocommerce form #customer_details .form-row.validate-required {
    position: relative;
}

.woocommerce form #customer_details .form-row.validate-required span.error {
    color: #f00;
    font-size: 13px;
    left: 15px;
    bottom: 10px;
    position: absolute;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

p.wc-terms-and-conditions span.error {
    color: #f00;
    font-size: 13px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.woocommerce form #customer_details .form-row-last,
.woocommerce form #customer_details .form-row-first {
    float: none;
}

#customer_details .woocommerce-billing-fields h3 {
    font-size: 30px;
    font-weight: normal;
    background-color: #ccc;
    border-radius: 6px 6px 0 0;
    margin: 0 0 0 0;
    padding: 18px 32px;
}

#customer_details .woocommerce-billing-fields__field-wrapper {
    padding: 24px 25px 0 25px;
}

#customer_details .woocommerce-shipping-fields {
    padding: 24px 25px 15px 25px;
    border-radius: 0 0 4px 4px
}

#customer_details .woocommerce-billing-fields,
#customer_details .woocommerce-shipping-fields {
    background-color: #f4f4f4;
}

h3#ship-to-different-address {
    font-size: 22px;
    color: #000;
    font-weight: normal;
    margin: -20px 0 20px 12px;
}

#customer_details::-webkit-input-placeholder {

    /* WebKit browsers */
    color: #000;
}

#customer_details:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #000;
    opacity: 1;
}

#customer_details::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #000;
    opacity: 1;
}

#customer_details:-ms-input-placeholder {

    /* Internet Explorer 10+ */
    color: #000;
}

label.pet-wrap-checkbox {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 22px;
    color: #000
}

label.pet-wrap-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

label.pet-wrap-checkbox .checkmark {
    position: absolute;
    top: 5px;
    right: 0;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 4px;
}

label.pet-wrap-checkbox input~.checkmark {

    /* background-color: #ccc; */
}

/* When the checkbox is checked, add a blue background */
label.pet-wrap-checkbox input:checked~.checkmark {

    /* background-color: #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
label.pet-wrap-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
label.pet-wrap-checkbox input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
label.pet-wrap-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#customer_details .form-row.terms label {
    display: block;
    line-height: initial;
    margin-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
}

.myaccount-tab {}

.myaccount-tab .tab-menu {}

.myaccount-tab .tab-menu ul {
    margin: 0;
    padding: 0;
}

.myaccount-tab .tab-menu li {
    list-style: none;
    float: right;
    width: 262px;
    text-align: center;
    height: 88px;
}

.myaccount-tab .tab-menu p {
    font-size: 20px;
    color: #676767;
    text-transform: capitalize;
    font-weight: 400;
}

.myaccount-tab .tab-menu a {
    text-decoration: none;
    display: block;
    border: 1px solid rgb(160, 205, 69);
    border-radius: 4px 4px 0 0;
    height: 100%;
    border-bottom: 0
}

.myaccount-tab .tab-menu li.menu-address a,
.myaccount-tab .tab-menu li.menu-order a {
    border-left: 0;
}

.myaccount-tab li.menu-address span.icon {
    display: inline-block;
    background: url('../images/icon02.png') no-repeat center;
    width: 32px;
    height: 38px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.myaccount-tab .tab-menu li a:hover span.icon,
.myaccount-tab .tab-menu li a.active span.icon {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.myaccount-tab .tab-menu li .wrap-icon {
    height: 25px;
    margin: 10px 0 0 0;
}

.myaccount-tab li.menu-order span.icon {
    display: inline-block;
    background: url('../images/icon04.png') no-repeat center;
    width: 38px;
    height: 43px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.myaccount-tab li.menu-wishlist span.icon {
    display: inline-block;
    background: url('../images/icon06.png') no-repeat center;
    width: 39px;
    height: 33px;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s
}

.myaccount-tab .tab-menu a:hover,
.myaccount-tab .tab-menu a.active {
    background-color: #a0cd45;
}

body.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.myaccount-tab .tab-content {
    border: 1px solid rgb(160, 205, 69);
    border-radius: 0 0 4px 4px;
    padding: 10px 28px;
    min-height: 480px;
}

.myaccount-tab .tab-content .tab {
    display: none;
}

.myaccount-tab .tab-content .tab.active {
    display: block;
}

.myaccount-tab p.wellcome-text {
    font-size: 24px;
    color: #626262;
    letter-spacing: -.4px;
    margin: 28px 0 13px 0;
}

.myaccount-tab p.wellcome-text a {
    color: #676767;
    font-size: 20px;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    border: 2px solid rgb(160, 205, 69);
    border-radius: 10px;
    display: inline-block;
    margin-left: 10px;
    padding: 1px 14px;
}

.myaccount-tab p.wellcome-text a:hover {
    background-color: #a0cd45;
    color: #fff;
}

.myaccount-tab h3 {
    font-size: 28px;
    color: #626262;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    margin: 0;
}

.myaccount-tab {
    font-size: 18px;
    color: #626262;
    padding: 8px 0 0 0;
}

.wishlist-custom-btn-save {
    display: none;
}

.woocommerce-Address-title {
    background-color: #676767;
    padding: 9px 20px;
}

.woocommerce-Address-title h3 {
    color: #fff;
}

.woocommerce-Address address {
    padding: 8px 20px;
    font-size: 25px;
    font-style: normal;
    text-transform: uppercase;
    color: #676767;
    letter-spacing: -.4px;
    line-height: 53px;
}

.woocommerce-Address address p.address-yet {
    font-size: 24px;
    text-transform: initial;
    margin: 0;
}

.woocommerce-Address {
    width: 48.5%;
}

.woocommerce .col2-set .woocommerce-Address.col-1,
.woocommerce .col2-set .woocommerce-Address.col-2 {
    width: 48.5%;
}

.woocommerce-Address-title a {
    font-size: 24px;
    color: #fff;
    letter-spacing: -.4px;
    text-transform: capitalize;
    text-decoration: none;
}

.woocommerce-Address-title a:hover {
    color: #a0cd45
}

.myaccount-tab .tab.tab-order h3 {
    margin: 26px 0;
}

.woocommerce-info {
    border-top-color: rgb(160, 205, 69);
}

.woocommerce-info::before {
    color: rgb(160, 205, 69)
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#wl-wrapper .button {
    font-size: 24px;
    color: #fff;
    background-color: #676767;
    font-weight: normal;
    padding: 5px 30px;
    border-radius: 4px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#wl-wrapper .button:hover {
    background-color: #a0cd45;
    color: #fff;
}

.wl-meta-share {
    display: none;
}

#wl-wrapper .wl-small {
    font-size: 12px;
}

#wl-wrapper .wl-search-form input.find-input {
    padding: 6px 10px;
}

#wl-wrapper a {
    color: #676767;
    font-size: 18px;
}

#wl-wrapper .move-list-sel,
#wl-wrapper .wl-actions-table select {
    height: 33px;
    border: 1px solid #676767;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

.woocommerce table.my_account_orders th,
.woocommerce table.shop_table th {
    background-color: #676767;
    font-size: 28px;
    color: #fff;
    letter-spacing: -.4px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    font-weight: normal;
    padding: 2px 20px 2px 0;
}

.woocommerce table.shop_table.order_details th,
.woocommerce table.shop_table.order_details td {
    background-color: transparent;
    color: #676767;
    border: 1px solid rgb(103, 103, 103);
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
}

.woocommerce table.shop_table.order_details td.product-name a {
    text-decoration: none;
    color: #676767;
    font-size: 20px;
}

table.wl-rad-table td {
    padding: 5px 0;
}

#wl-wrapper hr {
    display: none
}

.woocommerce .woocommerce-customer-details address {
    border: 1px solid rgb(103, 103, 103);
    font-size: 18px;
    color: #676767
}

.woocommerce table.my_account_orders td,
.woocommerce table.shop_table td,
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-number a {
    font-size: 28px;
    color: #676767;
    letter-spacing: -.4px;
    text-decoration: none;
}

.woocommerce table.my_account_orders td,
.woocommerce table.shop_table td {
    border: 1px solid rgb(103, 103, 103);
    text-align: center;
    padding: 12px 0;
}

.myaccount-tab .tab.tab-wishlist h3 {
    margin: 26px 0 20px 0;
}

#wl-wrapper .wl-privacy-col {
    width: auto;
    text-align: right !important;
}

#wl-wrapper .wl-row a.button.alt {
    color: #676767;
    font-size: 24px;
    letter-spacing: -.4px;
    border: 1px solid rgb(160, 205, 69);
    border-radius: 4px;
    background-color: transparent;
    padding: 7px 16px;
    margin-left: 10px;
}

#wl-wrapper .wl-row a.button.alt:hover {
    color: #fff;
    background-color: #a0cd45;
}

#wl-wrapper .wl-table .product-name {
    text-align: right;
}

#wl-wrapper .wl-table .product-name a {
    font-size: 28px;
    color: #676767;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    letter-spacing: -.4px;
    text-decoration: none;
    font-weight: normal;
    margin: 0px 0 0px 20px;
    display: inline-block;
}

#wl-wrapper .wl-manage .row-actions a {
    color: #676767;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -.4px;
    font-family: 'GothamLight';
    margin: 0 10px;
}

#wl-wrapper .wl-manage .row-actions {
    padding-right: 45px;
}

#wl-wrapper .wl-priv-sel {
    border: 1px solid rgb(103, 103, 103);
    border-radius: 4px;
    height: 58px;
    padding: 0 0 0 18px;
    margin: 5px 0 0 10px;
    width: 55%;
}

#wl-wrapper .wl-table td {
    padding: 18px 20px 10px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    border: 1px solid rgb(204, 204, 204);
    padding: 8px 10px
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgb(204, 204, 204);
}

.woocommerce form .woocommerce-address-fields__field-wrapper .form-row {
    display: inline-block;
    width: 50%;
}

.woocommerce-LostPassword a {
    color: #000;
    font-size: 16px;
}

mark {
    background-color: transparent;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
}

.wl-list-pop a,
.wl-list-pop span {
    color: #676767;
    margin-bottom: 8px;
    display: inline-block;
}

.wl-list-pop .wl-add-to-single,
.wl-list-pop .wl-add-to-single:hover,
.wl-list-pop a.wl-add-to-single,
.wl-list-pop a.wl-add-to-single:hover {
    font-size: 17px;
    display: block
}

.woocommerce-message a {
    color: #676767;
}

li.megamenu-slider .gallery-item {
    max-width: 100% !important;
    text-align: center;
}

li.megamenu-slider {
    padding-top: 50px !important;
}

li.megamenu-slider .slick-prev {
    left: 0;
    top: 43%
}

li.megamenu-slider .slick-next {
    right: 0;
    top: 43%;
}

li.megamenu-slider .gallery-item img {
    display: inline-block;
    /*max-height: 215px;*/
}

/* ==========================================================================
  Main Footer
  ========================================================================== */
/*.main-footer .footer-logo {
    display: none;
}
*/
.main-footer {
    background: #171717;
    padding-bottom: 10px;
}

body.home.admin-bar .main-footer {
    padding-bottom: 42px;
}

.left-footer {
    width: 78%;
    float: right;
}

.right-footer {
    width: 20%;
    padding-top: 30px;
    float: left;
    text-align: left;
}

.left-footer .socials {
    display: inline-block;
    margin: 20px 0 0;
    padding-left: 0;
}

.left-footer .socials li {
    display: inline-block;
}

/*.left-footer .socials li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.left-footer .socials li a:hover img {
    -webkit-filter: initial;
    filter: initial;
}*/

.left-footer .socials li a {
    font-size: 32px;
    color: #ffffff;
    padding: 0 10px;
}

.left-footer .socials li a img.mobile-social {
    display: none;
}

.left-footer .socials li a.select img.mobile-social {
    display: inline-block;
}

.left-footer .socials li a.select img.destop-social {
    display: none;
}

.left-footer ul {
    margin: 0;
    padding-left: 0;
    padding: 0;
}

.left-footer ul li {
    display: inline-block;
    line-height: 20px;
}

.left-footer .more-menu li a {
    font-size: 14px;
}

.left-footer ul li a {
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.left-footer ul li:first-child a {
    padding-right: 0;
}

.main-navigation ul li a:hover,
.left-footer ul li a:hover {
    color: #c5ca5f;
}

.main-navigation {
    position: relative;
}

.main-navigation a.amazon-shop-link {
    position: absolute;
    left: -46px;
    text-decoration: none;
    color: #ddd;
    font-size: 20px;
    margin: -34px 0 0 0;
    border: 1px solid;
    display: inline-block;
    padding: 1px 3px;
}

.left-footer ul.more-menu {
    width: 50%;
}

.left-footer ul.more-menu a {
    color: grey;
}

.left-footer ul.more-menu li {
    margin-bottom: 10px;
}

.left-footer ul.primary-menu {
    max-width: 570px;
    position: relative;
    padding: 3px 0 8px 0;
    margin-bottom: 6px;
    border-bottom: 1px solid #2d2d2d;
}

.main-footer .credit {
    margin: 15px 0 10px 0;
}

.main-footer .credit a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.main-footer .credit a span {
    color: #00bad6
}

.main-footer .footer-menu {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.main-footer .footer-menu .item {
    display: inline-block;
    vertical-align: top;
}

.main-footer .footer-menu .item>div {
    padding-left: 25px;
}

.main-footer .footer-menu .widget-title:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 1px;
    background: #000;
    content: "";
}

.main-footer .footer-menu .widget-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    padding-left: 25px;
    margin: 15px 0 10px 0;
    border-bottom: 1px solid #2d2d2d;
    position: relative;
}

.main-footer .footer-menu li {
    display: block;
    line-height: 27px;
}

.main-footer .footer-menu li a {
    color: grey;
    font-size: 15px;
    text-transform: capitalize;
}

/* ==========================================================================
  Helper classes
  ========================================================================== */
.hidden {
    display: none !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.additional-products div.product a.btn-h {
    text-decoration: none;
    color: #fff;
    font-size: 14.5px;
    background: #89cd00;
    text-align: center;
    padding: 0;
    line-height: 23px;
    border-radius: 0;
    margin: 0 0 0 0;
    font-weight: 400;
    margin-top: 7px;
    display: block;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link:after,
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link span.mega-indicator:after {
    margin: 0;
}

.main-navigation a.amazon-shop-link:after {
    right: auto;
    right: -12px;
    top: 5px;
}

.banner-page {
    position: relative;
}

li.megamenu-slider #gallery-1 .slick-slide {
    float: right;
}

.about-content #breadcrumbs span,
.about-content #breadcrumbs a {
    color: #fff;
}

.about-content #breadcrumbs span.breadcrumb_last {
    color: #b8bd59;
}

.queens-page-content #breadcrumbs span,
.queens-page-content #breadcrumbs a {
    color: #fff;
}

.queens-page-content #breadcrumbs span.breadcrumb_last {
    color: #b8bd59;
}

.image img {
    display: block;
    height: 100%;
}

.text-box p sup {
    top: 40px;
    font-size: 14px;
}

.products-menu h3 {
    margin: 0 0 10px;
    color: #4c4c4c;
    font-size: 35px;
    font-weight: 300;
}

.page-template-template-queens #wrapper {
    background: #fff;
    color: #000;
}

.about-content .breadcrumb p {
    margin: 0 0 20px;
}

.main-footer .left-footer .image img {
    display: none;
}

.curls-page #breadcrumbs {
    margin: 0;
    color: #fff;
    padding: 10px 0;
}

.curls-page #breadcrumbs p,
.curls-page #breadcrumbs a,
.curls-page #breadcrumbs span {
    color: #fff;
}

.single-page-add.additional-products div.product .wrapper {
    border: 0px solid rgb(206, 169, 82);
}

.single-page-add.additional-products div.product h3 {
    font-size: 18px;
    height: 60px;
}

.single-page-add.additional-products div.product .btn-adds {
    font-size: 16px;
    color: #000;
    border: 1px solid rgb(206, 169, 82);
    display: inline-block;
    padding: 2px 12px;
    border-radius: 16px;
}

.content-default .content {
    border: 1px solid #c5ca5f;
    border-radius: 5px;
    min-height: 500px;
    padding: 15px 30px;
    margin: 30px 0 50px;
}

.woocommerce-cart .content-default .content,
.woocommerce-account .content-default .content,
.woocommerce-checkout .content-default .content {
    border: 0 solid #c5ca5f;
    border-radius: 0px;
    min-height: 500px;
    padding: 0;
    margin: 0px;
}

.content-default .content p,
.content-default .content li {
    color: #1b1b1b;
    font-size: 20px;
    letter-spacing: -.4px;
    line-height: 30px;
    margin: 15px 0;
}

.content-default .content p a {
    color: #b8bd59;
}

.design-col4:nth-child(3n) {
    margin-left: 0;
}

.design-col4 {
    float: right;
    width: 31%;
    margin-left: 3%;
    margin-bottom: 60px;
}

.design-col4 a {
    display: block;
    text-decoration: none;
}

.design-col4 img {
    display: block;
}

.design-col4 h3 {
    color: #1b1b1b;
    margin: 5px 0 0;
    font-size: 20px;
    font-weight: 400;
}

.box-img {
    position: relative;
    transition: all 0.3s;
}

.box-img:hover .img-thumb {
    opacity: 0.8;
}

.box-img .img-thumb {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.box-img .btn-vidio {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
}

.fancybox-content {
    max-width: 800px;
}

.hair-design {
    padding-bottom: 100px;
}

.content-default .content .myaccount-tab p,
.content-default .content .myaccount-tab li {
    margin: 15px 0 0;
}

.woocommerce-account .woocommerce .col2-set,
.woocommerce-account .woocommerce-page .col2-set {
    width: 100%;
    margin: 30px 0;
}

.slider-video {
    margin-top: 60px;
}

.slider-popup {
    padding-top: 20px;
    position: relative;
}

.slider-popup .number-video {
    position: absolute;
    top: 25px;
    left: 21px;
    z-index: 1;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    padding: 1px 12px;
    color: #fff;
}

.full-slider {
    margin: 0 15px 20px;
}

.item-slider .thumb {
    margin: 0 10px;
}

.full-slider .slick-prev.slick-arrow {
    background: url(../images/next11.png) no-repeat center center rgba(255, 255, 255, 0.55);
    right: 0;
}

.full-slider .slick-next.slick-arrow {
    background: url(../images/prev11.png) no-repeat center center rgba(255, 255, 255, 0.55);
    left: 0;
}

.full-slider .slick-next,
.full-slider .slick-prev {
    -webkit-filter: inherit;
    background-image: none;
    filter: inherit;
    width: 42px;
    height: 150px;
}

.full-slider .img-full {
    position: relative;
}

.full-slider .btn-vidio {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/btn1.png) no-repeat center center rgba(190, 214, 47, 0.6);
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

.thumb .btn-vidio {
    position: relative;
}

.item-slider .thumb {
    position: relative;
}

.thumb .btn-vidio {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/btn1.png) no-repeat center center rgba(190, 214, 47, 0.6);
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}

#login .form-control label {
    display: none;
}

.mega-sub-menu:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 300px;
    width: 1px;
    background: #1b1919;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    /*min-height: 250px;*/
    border-left: 1px solid #2d2d2d;
    border-right: 0 solid #fff;
}

/* #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu .last-menu ul.mega-sub-menu {
    border-left: 0 solid #2d2d2d;
} */
.curls-page .gallery .mobile-item {
    display: none;
}

.single-post .additional-products div.product .wrapper {
    padding: 31px 0 0 0;
}

.banner-all-page {
    position: relative;
}

.banner-all-page .container {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
}

.term-65 .banner-all-page .container {}

.banner-all-page .box {
    text-align: right;
    max-width: 580px;
    float: left;
    /*margin-left: 15%;*/
}

.banner-all-page .box img {
    margin-top: 20px;
    max-width: 385px;
}

.banner-all-page .box h1 {
    margin: 0;
    text-transform: capitalize;
    color: #d4b263;
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    margin-bottom: 5px;
}

.banner-all-page .box h2 {
    margin: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 37px;
}

.banner-all-page .box h2 p {
    margin: 0;
}

.banner-all-page .box h2 b {
    font-weight: 700;
    font-family: 'GothamBold';
}

.queens-page-content .content-step .imgs img,
.queens-page-content .content-step .imgs span {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    max-height: 197px;
}

.queens-page-content .content-step .imgs span {
    top: 100%;
}

#mega-menu-wrap-main-menu .textwidget.custom-html-widget {
    color: #fff !important;
    font-size: 16px !important;
    position: relative !important;
    z-index: 9;
    text-align: right;
}

#mega-menu-wrap-main-menu .mega-menu-item-type-widget.widget_custom_html {
    padding-bottom: 0px !important;
}

.alm-load-more-btn.done {
    display: none;
}

.alm-load-more-btn {
    position: relative;
    font-size: 0;
    border: none;
    background: none;
    text-align: center;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.alm-load-more-btn:before {
    position: absolute;
    content: "\f110";
    display: block;
    font-family: 'FontAwesome';
    font-size: 42px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.slider-video>img {
    display: block;
    margin: 0 auto;
}

.banner-page-mobile {
    display: none;
}

.banner-page-img img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .banner-page-destop {
        display: none;
    }

    .banner-page-mobile {
        display: block;
    }
}

body .userway.userway-the-big.userway_p3 {
    bottom: 25px !important;
    right: 10px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    display: none;
}

.page-template-template-product-cattegory .category:last-child .box {
    display: none;
}

.main-banner-shampoo img {
    width: 100%;
    display: block;
}

.main-banner-shampoo .img-banner-mobile {
    display: none;
}

.main-banner-shampoo {
    position: relative;
    margin-bottom: -1px;
    z-index: 2;
}

.main-banner-shampoo .logo-banner {
    max-width: 1257px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 0;
    left: 17%;
    right: 17%;
}

.main-banner-shampoo .logo-banner img {
    width: auto;
    float: left;
}

.main-banner-shampoo .container {
    position: absolute;
    top: 50%;
    left: 14%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 1284px;
    margin: 0 auto;
    right: 14%;
    text-align: left;
}

.main-banner-shampoo .box {
    max-width: 200px;
    float: left;
    text-align: center;
}

.main-banner-shampoo .box h1 {
    margin: 0;
    text-transform: capitalize;
    color: #aea7aa;
    font-size: 42px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(#a1999c, #cdc9cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-banner-shampoo .box h1 span {
    letter-spacing: 11px;
    margin-left: 6px;
}

.main-banner-shampoo .box span.sub-span {
    color: #aea7aa;
    font-size: 32px;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    line-height: 36px;
    display: block;
    background: -webkit-linear-gradient(#a1999c, #cdc9cb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-shamp-all {
    color: #fff;
    position: relative;
    background-color: #040300;
}

.content-shamp-all .container {
    position: relative;
    z-index: 1;
}

.page-template-template-shampoo .main-content.queens-page-content {
    position: relative;
    background-color: #040300;
    overflow: hidden;
}

.page-template-template-shampoo .main-content.queens-page-content:after {
    background: url(../images/bg-img2.jpg) repeat-y right top;
    color: #fff;
    position: relative;
    width: 250px;
    height: 100%;
    content: "";
    position: absolute;
    left: -105px;
    top: 0;
    bottom: 0;
}

.page-template-template-shampoo .main-content.queens-page-content:before {
    background: url(../images/bg-img1.jpg) repeat-y left top;
    color: #fff;
    position: relative;
    width: 250px;
    height: 100%;
    content: "";
    position: absolute;
    right: -105px;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.content-shamp-all .breadcrumb {
    padding: 10px 0;
}

.content-shamp-all .breadcrumb p,
.content-shamp-all .breadcrumb a,
.content-shamp-all .breadcrumb span {
    font-size: 18px;
    color: #a0cd45;
    text-decoration: none;
}

.content-shamp-all .breadcrumb .breadcrumb_last,
.content-shamp-all .breadcrumb a {
    color: #fff;
}

.right-top-shamp {
    float: right;
    width: 52%;
    max-width: 558px;
}

.right-top-shamp h2 {
    margin: 0 0 55px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
    max-width: 474px;
}

.right-top-shamp p {
    margin: 0;
    line-height: 30px;
    font-size: 23px;
    font-weight: 300;
}

.left-top-shamp {
    float: left;
    width: 46%;
    text-align: center;
}

.top-content-shamp {
    padding: 50px 0;
}

.right-ltshamp {
    display: inline-block;
    vertical-align: middle;
    font-size: 55px;
    font-family: 'GothamLight';
    line-height: 60px;
}

.left-ltshamp {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

.left-ltshamp span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 17px;
    position: relative;
}

.left-ltshamp span:first-child {
    padding-right: 0;
}

.left-ltshamp span:first-child:before {
    display: none;
}

.left-ltshamp span:before {
    position: absolute;
    content: "";
    right: -4px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
}

.left-ltshamp p {
    margin: 0;
    font-size: 18px;
}

.img-video .inner-img-video {
    margin: 100px 80px;
}

.img-video.slick-center {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.img-video.slick-center .inner-img-video {

    color: #e67e22;
    opacity: 1;
    margin: 60px 20px;
}

.img-video .inner-img-video {
    opacity: 0.6;
}

.img-video .btn-vidio {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/btn-vvd.png) no-repeat center center;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: none;
    background-size: contain;
}

.img-video.slick-center .btn-vidio {
    display: block;
}

.top-slider-gallery {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.list-slider {
    margin: 50px 0 0;
    padding-bottom: 50px;
}

.list-slider>h2 {
    margin: 0 0 25px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
}

.list-slider>h2 span {
    padding: 0 15px;
    background: #000;
    position: relative;
    z-index: 2;
}

.list-slider>h2:before {
    background: url(../images/li2.png) no-repeat right;
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1;
    width: 100%;
    height: 3px;
}

.list-slider>h2:after {
    background: url(../images/li1.png) no-repeat left;
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 3px;
}

.name-item {
    text-align: center;
    margin: 25px 0 70px;
}

.btn-item.active {
    border: 2px solid #fff;
    line-height: 38px;
}

.btn-item {
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    line-height: 42px;
    width: 115px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    margin: 0 5px;
}

.color-hair>h2 {
    margin: 0 0 25px;
    text-align: center;
    color: #fff;
    font-size: 38px;
    font-weight: 400;
}

.item-color-hair {
    display: inline-block;
    vertical-align: top;
}

.color-hair {
    max-width: 900px;
    margin: 100px auto 0;
    text-align: center;
}

.item-color-hair {
    display: inline-block;
    vertical-align: top;
    max-width: 110px;
    margin: 0 4px;
}

.btn-img {
    margin-bottom: 10px;
    color: #fff;
    padding: 5px 10px;
    text-align: left;
    border: 1px solid transparent;
    width: 110px;
    cursor: pointer;
    font-weight: 500;
}

.list-color {
    direction: ltr;
}

.bor7 .btn-img {
    border: 1px solid #fff;
}

.btn-img .btn-color {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.btn-img .btn-color1 {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
}

.btn-img .btn-color2 {
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    line-height: 18px;
}

.btn-img img {
    display: block;
    width: 100%;
}

.list-hair img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.btn-link-shamp {
    padding: 120px 0 50px;
}

.btn-link-shamp .link-more-shamp {
    /*   color: #fff;*/
    /*   border: 2px solid #fff;*/
    /*   height: 62px;*/
    /*   line-height: 62px;*/
    /*   text-align: center;*/
    /*   margin: 0 10px;*/
    /*   display: inline-block;*/
    /*   vertical-align: middle;*/
    /*   border-radius: 40px;*/
    /*   width: 370px;*/
    /*   font-size: 33px;*/
    /*   font-weight: 500;*/
    /*   text-decoration: none;*/
    /*background:#000;*/
    /*   -webkit-transition: all .3s;*/
    /*   -o-transition: all .3s;*/
    /*   transition: all .3s;*/
    color: #fff;
    border: 2px solid #fff;
    height: 48px;
    line-height: 46px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 40px;
    width: 300px;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    background: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-link-shamp .link-more-shamp:hover {
    background: #c2df5b;
    /*background: #65cb23;*/
    /*   border: 2px solid #65cb23;*/
    border: 2px solid #c2df5b;
}

.before-after,
.before-after img,
.imageReveal-overlay {
    width: 100%;
    height: 460px;
}

.cocoen>div:first-child img {
    position: absolute;
    left: 0;
}

.top-slider-video .slick-next.slick-arrow {
    background-image: url(../images/prev-sh.png);
}

.top-slider-video .slick-prev.slick-arrow {
    background-image: url(../images/next-sh.png);
}

.top-slider-video .slick-next,
.top-slider-video .slick-prev {
    -webkit-filter: initial;
    filter: initial;
    width: 25px;
    height: 45px;
}

.list-hair {
    display: none;
}

.item-color-hair.active .list-hair {
    display: block;
}

.top-slider-gallery .slick-list {
    overflow: inherit;
    overflow-x: hidden;
}

.cocoen {
    overflow: inherit;
    padding-bottom: 100px;
    z-index: 3;
}

.cocoen::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 55px;
    right: 0;
    width: 100%;
    height: 45px;
    /*     background: #000; */
}

.cocoen::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 28px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}

.cocoen-drag::before {
    content: '';
    height: 55px;
    left: 50%;
    margin-left: -28px;
    margin-top: -55px;
    position: absolute;
    top: 100%;
    width: 55px;
    background: #fff;
    border-radius: 50%;
    border: none;
    z-index: 2;
}

.top-slider-gallery img {
    display: block;
    box-shadow: 0px -2px 15px 9px #95938f;
}

.top-slider-gallery .cocoen>div>img {
    box-shadow: none;
}

.box-gallery-1 {
    opacity: 0;
}

.box-gallery-2,
.box-gallery-3,
.box-gallery-4,
.box-gallery-5 {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}

.top-slider-gallery {
    position: relative;
}

.box-gallery-1.active,
.box-gallery-2.active,
.box-gallery-3.active,
.box-gallery-4.active,
.box-gallery-5.active {
    opacity: 1;
    visibility: visible;
}

.cocoen-drag::after {
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 3px;
    z-index: 1;
    background: url(https://naturalformula.co.il/wp-content/uploads/2020/03/sh.png) no-repeat top center #000;
}

/**************************************/
.twentytwenty-container {
    padding-bottom: 100px;
}

.inner-twenty {
    display: block;
    height: 100%;
    box-shadow: 0px -2px 15px 9px #95938f;
    margin: 20px 20px 20px;
    position: relative;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {}

.twentytwenty-horizontal .twentytwenty-handle:before {
    content: '';
    height: 50px;
    left: 50%;
    margin-left: -25px;
    margin-top: -69px;
    position: absolute;
    top: 100%;
    width: 50px;
    background: #fff;
    border-radius: 50%;
    border: none;
    z-index: 2;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    display: none;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    content: '';
    height: 99px;
    left: 0px;
    position: absolute;
    bottom: 0;
    width: 3px;
    z-index: 1;
    background: url(https://naturalformula.co.il/wp-content/uploads/2020/03/sh.png) no-repeat top center;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: white;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    display: none;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    z-index: 25;
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 100%;
    width: 3px;
    position: absolute;
    left: 50%;
    top: 19px;
    margin-left: 19px;
    margin-top: 0;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
    background: #fff;
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
}

.twentytwenty-left-arrow {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
}

.twentytwenty-right-arrow {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid white;
    top: 50%;
    margin-top: -17px;
}

.twentytwenty-down-arrow {
    border-top: 6px solid white;
    bottom: 50%;
    margin-bottom: -17px;
}

.twentytwenty-wrapper {
    position: relative;
}

.twentytwenty-wrapper::before {
    content: '';
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: 2px;
    background: #fff;
}