/*
Theme Name: storefront-child
Theme URI:  https://woocommerce.com/storefront/
Author: Automattic
Author URI: http://themeforest.net/user/webinane
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version: 2.5.6
Template: storefront
*/

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

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

@import "style-new.css";

.site-main {
    margin-bottom: 0 !important;
}

.content-area,
.widget-area {
    margin-bottom: 0 !important;
}

header {
    padding           : 0 !important;
    border            : 0 !important;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.11) !important;
    -moz-box-shadow   : 0px 5px 7px 0px rgba(0, 0, 0, 0.11) !important;
    box-shadow        : 0px 5px 7px 0px rgba(0, 0, 0, 0.11) !important;
    margin-bottom     : 0 !important;
    
}
/* body.menu-open .site-header {
    z-index: unset !important;
} */
/* body.menu-open .site-header.sticky {
    z-index: 0 !important;
} */
body.menu-open div#rebel_wc_mini_cart {
    z-index: 1000000;
}
.menu-open:before {
    background: #00000094;
    content: "" !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/* .menu-open .right_menu_sec ul li .cart-contents span.count{
    opacity: 0.7 !important;
    background-color: #00000094 !important;
} */

/* .menu-open header .col-full .right_menu_sec #site-header-cart .cart-contents .count{
    z-index: -1;
} */

/* Sub Menu Start */

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul,
.secondary-navigation ul li:hover>ul,
.secondary-navigation ul li.focus>ul {
    left: -100%;
}

.main-navigation ul.sub-menu,
header .site-header-cart .widget_shopping_cart,
form.woocommerce-form-login {
    position          : fixed;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition   : all 1.0s ease-in-out;
    -o-transition     : all 1.0s ease-in-out;
    transition        : all 1.0s ease-in-out;
    /* width             : 50% !important; */
    background-color  : #fff !important;
    height            : 100vh;
    overflow          : hidden;
    padding-top       : 60px;
    overflow-y        : auto;
    z-index           : 99999;
    display           : flex !important;
    flex-wrap         : wrap;
    align-content     : flex-start;
}

.main-navigation ul.sub-menu {
    max-width: 35%;
}

.main-navigation ul.sub-menu {
    left: -100%;
    top : 0;
}

.main-navigation li.active ul.sub-menu {
    left: 0 !important;
}

header .site-header-cart .widget_shopping_cart,
form.woocommerce-form-login {
    right  : -100%;
    top    : 0;
    left   : unset !important;
    display: block !important;
}

header .site-header-cart.active .widget_shopping_cart,
.log_in.active .woocommerce-form-login {
    right     : 0 !important;
    box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.11);
}

/* header ul.nav-menu li ul.sub-menu a {
    font-family   : 'Futura';
    font-size     : 45px !important;
    color         : #000000;
    border-bottom : 5px solid #fff;
    display       : inline-block;
    padding       : 0;
    text-transform: capitalize;
    margin        : 10px 0;
    line-height   : 60px;
    width         : auto !important;
} */

.main-navigation ul li a:hover,
.main-navigation ul li:hover>a,
.site-title a:hover,
.site-header ul.menu li.current-menu-item>a {
    color: #000000;
}

header ul.nav-menu li ul.sub-menu a:hover {
    border-bottom: 5px solid #000;
    background   : #fff !important;
}

.main-navigation li ul.sub-menu li {
    max-width  : 100%;
    margin-left: auto;
    padding    : 0 50px 0 70px;
    display    : inline-block;
    position   : relative;
    width      : 100%;
}

.main-navigation li ul.sub-menu li:hover a {
    background: #fff !important;
}

.main-navigation li ul.sub-menu li:before {
    content   : "";
    background: url(img/cross-menu-icon.png);
    width     : 27px;
    height    : 25px;
    position  : absolute;
    left      : 30px;
    top       : 50%;
    z-index   : 9;
    transform : translateY(-50%);
}

header .site-header-cart {
    position: initial;
}

.site-header-cart .widget_shopping_cart .product_list_widget {
    height    : auto !important;
    height    : auto !important;
    max-height: calc(100vh - 280px) !important;
    overflow  : auto;
}

/* header.site-header .site-header-cart.menu li:last-child a.remove.remove_from_cart_button {
    position : absolute;
    left     : auto;
    padding  : 0 !important;
    top      : 20px;
    width    : 20px;
    right    : 20px;
    z-index  : 999999;
    font-size: 20px;
} */

/* .site-header-cart .widget_shopping_cart .product_list_widget li a.remove::before {
    right: 30px !important;
    left : auto;
} */

header.site-header .product_list_widget li img {
    max-width: 150px;
    float    : left;
}

p.woocommerce-mini-cart__total.total {
    max-width : 444px;
    margin    : auto;
    background: none !important;
}

p.woocommerce-mini-cart__buttons.buttons {
    padding: 0 !important;
}

p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    display: none !important;
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    display      : block !important;
    width        : 100%;
    position     : absolute;
    bottom       : 0;
    background   : #000000 !important;
    border       : 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward:hover {
    background: transparent !important;
    color     : #000 !important;
}

.widget_shopping_cart_content h2 {
    font-size: 20px;
}

body.menu-open {
    position: relative;
    overflow: hidden;
}


/*body.menu-open:before {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background-color: rgb(238, 226, 215);
    opacity: 0.88;
    z-index: 998;
    transition: opacity 600ms cubic-bezier(0.33, 0, 0, 1) 0s;
    content: "";
}

body.menu-open header.site-header .site-branding img {
   margin-left: 55%; 
}

body.menu-open.right header.site-header .site-branding img {
    margin-right: 55%;
    margin-left: 0; 
}
*/

body.menu-open header.site-header {
    /*background: none;
    box-shadow: none !important;*/
}

span.icon-close {
    position          : absolute;
    top               : 8px;
    z-index           : 1001;
    width             : 45px;
    height            : 45px;
    -webkit-transition: all 1.0s ease-in-out;
    -moz-transition   : all 1.0s ease-in-out;
    -o-transition     : all 1.0s ease-in-out;
    transition        : all 1.0s ease-in-out;
    cursor            : pointer;
}


.log_in span.icon-close,
.site-header-cart span.icon-close {
    right: unset;
    left: 30px;
}

/* .woocommerce-active .site-header .right_menu_sec {
    display                : -webkit-flex;
    display                : -moz-flex;
    display                : -ms-flex;
    display                : -o-flex;
    display                : flex;
    -webkit-justify-content: flex-end;
    justify-content        : flex-end;
} */

.login-inner {
    text-align: center;
}

.login-inner .login-input {
    max-width : 451px;
    margin    : auto;
    margin-top: 10%;
}

.login-inner .login-input {
    width     : 100% !important;
    text-align: left;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: none;
}

.main-login a {
    color: #000;
}

.form-row input,
.form-row textarea,
.form-row select {
    width        : 100%;
    background   : no-repeat;
    border-bottom: 1px solid;
    border-top   : 0 !important;
    box-shadow   : none;
}

p.form-row {
    width: 100%;
}

.main-login h2 {
    margin-top: 0;
    font-size : 20px;
}

.main-login .woocommerce-button {
    background-color: #000 !important;
    color           : #fff !important;
    padding         : 10px 20px;
    width           : 100%;
    text-align      : center;
    font-size       : 23px;
    font-family     : 'Futura Bk';
    font-weight     : normal;
    border          : none !important;
    /*position      : absolute;
    bottom          : 0;
    left            : 0;*/
    border          : 2px solid #000 !important;
    border-bottom   : 2px solid #000 !important;
}

.main-login .woocommerce-button:hover {
    background-color: #000 !important;
    color           : #fff !important;
}

.woocommerce-error {
    background-color: #f00;
    padding         : 8px 10px 11px;
    background-color: transparent !important;
    color           : #000000 !important;
}


/*
body.menu-open header .col-full {
    position: relative;
    z-index: 9;
} */


/* Sub Menu End */

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart a {
    font-size: 14px !important;
}

/* header.site-header .site-header-cart.menu li:last-child a {
    display    : flex;
    align-items: center;
} */

/* .woocommerce-active .site-header .site-branding {
    margin: 9px 0 0;
} */
/* 
header .site-header-cart .widget_shopping_cart {
    width: 240px;
} */

.site-header-cart .cart-contents .amount {
    display: none;
}

.site-header-cart .cart-contents:after {
    display: none;
}

.site-header-cart .cart-contents:before {
    content    : 'Cart';
    font-family: 'Futura Bk';
    font-weight: normal;
    font-style : normal;
    position   : relative;
    font-size  : 15.5px;
    display    : none;
}

/* header.site-header .site-branding img {
    height    : auto;
    max-width : 121px;
    max-height: none;
    margin    : auto;
} */

header.site-header ul.nav-menu {
    font-size     : 18px;
    text-transform: uppercase;
}

/* header.site-header ul.nav-menu a {
    padding       : 25px 30px;
    font-size     : 23px !important;
    font-weight   : normal;
    text-transform: none;
    font-style    : normal;
    position      : relative;
    z-index       : 1000;
    cursor        : pointer;
    color: #000;
    font-weight: 600;
} */

.site-header-cart:hover .widget_shopping_cart,
.site-header-cart.focus .widget_shopping_cart a {
    font-size: 16px;
}

.woocommerce-active .site-header .site-header-cart li {
    display   : inline-block;
    width     : 100%;
    display   : inline-block;
    width     : 100%;
    max-width : 445px;
    margin    : auto;
    text-align: center;
    position  : relative;
    top: 0;
}

.woocommerce-active .site-header .site-header-cart {
    display: grid;
    width  : auto;
}

.woocommerce-active .site-header .site-header-cart li.woocommerce-mini-cart-item.mini_cart_item {
    background : #f9f9f9;
    display    : flex;
    padding    : 0 !important;
    align-items: center;
}

/* header.site-header .site-header-cart.menu li:last-child a {
    padding: 15.5px 0 !important;
} */

/* .site-header-cart .widget_shopping_cart,
.site-header .product_list_widget li .quantity {
    margin-left: 10px;
} */

.woocommerce-active .site-header .site-header-cart .product_list_widget li img {
    max-width   : 146px;
    float       : left;
    margin-right: 20px;
}

.site-header-cart .cart-contents::after {
    font-weight: normal;
    font-family: 'Futura Bk';
    font-weight: normal;
    font-style : normal;
    font-size  : 15.5px !important;
}

header.site-header ul.nav-menu a::after {
    display: none !important;
    content: "" !important;
}

header.site-header .site-header-cart.menu li:last-child a {
    /* padding: 30.5px 30px; */
    /* display: inherit; */
}

body.menu-open header.site-header .right_menu_sec::before{
    content: '';
    background: #00000094;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}


/* .site-header-cart .cart-contents .count {
    color: #fff;
    font-family: 'Futura Bk';
    font-weight: normal;
    font-style: normal;
    opacity: 1;
    font-size: 12px !important;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    position: absolute;
    right: -4px;
    bottom: 13px;
} */

/* .top-sec {
    background    : #000000;
    color         : #fff;
    text-align    : center;
    padding       : 10px 15px;
    text-transform: uppercase;
    font-family   : 'Futura Bk';
    font-weight   : normal;
    font-style    : normal;
    font-size     : 13px;
    position      : relative;
} */

.top-sec a {
    color          : #fff;
    text-decoration: underline;
}

/* footer.site-footer {
    background: #333333;
    color     : #fff;
    border    : 0;
    padding   : 0;
} */

/* ul.social-icon {
    display        : flex;
    justify-content: space-between;
} */

/* ul.social-icon li a img {
    width  : 80px;
    padding: 0 6px;
} */

footer.site-footer .menu li:before {
    content: "";
}

/* footer.site-footer .menu li {
    padding-left: 0;
} */

/* footer.site-footer .menu li a,
footer.site-footer ul li a {
    color          : #fff !important;
    font-size      : 24px;
    text-decoration: none;
    line-height    : 40px;
    font-family    : 'Futura Bk' !important;
    font-weight    : normal !important;
    font-style     : normal !important;
    line-height    : normal;
    line-height    : 25px;
} */
/* 
#custom_html-3 ul li {
    margin-bottom: 20px;
} */

/* #custom_html-3 p {
    font-size: 25px;
    font-size: 19px;
}

footer.site-footer #custom_html-4 {
    position: relative;
}

footer.site-footer #custom_html-4 .follow-img {
    position: absolute;
    left    : -150px;
    bottom  : 50px;
    height  : 73px;
}

footer.site-footer h4 {
    color        : #fff;
    border-bottom: 1px solid;
    margin-top   : 0;
    display      : inline-block;
    margin-bottom: 20px;
} */

/* footer.site-footer .gamma.widget-title {
    color          : #fff !important;
    display        : inline-block;
    border-bottom  : 1px solid #fff !important;
    padding-bottom : 0;
    text-decoration: none;
    font-family    : 'Futura Bk' !important;
    font-weight    : normal !important;
    font-style     : normal !important;
    line-height    : normal;
    font-size      : 20px;
} */

/* .ftr-btm {
    background: #000;
    padding   : 12px 0px;
} */

/* 
.ftr-btm ul li {
    list-style  : none;
    margin-right: 30px;
} */
/* 
.ftr-btm ul li a {
   
} */

/* .ftr-btm .col-full {
   
} */
/* 
.ftr-btm .col-full .menu-footer-bottom-menu-container,
.ftr-btm .col-full>div {
    margin-right: auto;
} */

.site-header-cart li.focus:hover .widget_shopping_cart {
    display: block;
}

.right_menu_sec .log_in {
    float: right;
}

.right_menu_sec .log_in ul {
    margin : 0;
    padding: 0;
}

.right_menu_sec .log_in ul li {
    list-style: none;
}

.right_menu_sec .log_in ul li a {
    padding       : 30.5px 30px;
    text-transform: uppercase;
    display       : inherit;
    font-size     : 15.5px;
    color         : #000;
    font-family   : 'Futura Bk';
    font-weight   : normal;
    font-style    : normal;
}

a:focus {
    outline: none;
}

.row_flex {
    display  : flex;
    flex-wrap: wrap;
}

.wid-100 {
    width: 100%;
}

.wid-50 {
    width: 50%;
}

.wid-60 {
    width: 60%;
}

.wid-40 {
    width: 40%;
}

.wid-55 {
    width: 55%;
}

.wid-45 {
    width: 45%;
}

.pos-r {
    position: relative;
}

h2 {
    font-family: 'Futura';
    font-size  : 26px;
}

h3,
h4,
h5,
h6 {
    font-family: 'Futura Bk';
    font-weight: normal;
    font-style : normal;
}

p {
    font-family: 'Futura Bk';
    font-weight: normal;

    line-height: normal;
}

img {
    border-radius: 0;
}

.light-theme-color {
    background: #FFFBF8;
}

.container_wid .vc_column_container .vc_column-inner {
    max-width: 1170px;
    margin   : auto;
    padding  : 0 30px;
    float    : none;
}

h3 {
    color    : #eb7437;
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h2 {
    color: #000;
}

h2,
h1 {
    font-family: 'Futura';
    color      : #000;
}
/* 
h2 {
    font-size: 42px;
} */

.font_28 {
    font-size: 28px;
}

.clr-font {
    color: #000;
}

.last-sec {
    padding-bottom: 150px;
}

.storefront-breadcrumb {
    display: none;
}

.page header.entry-header h1.entry-title {
    display: none;
}

.btn-defult a,
.vc_btn3-container button.vc_btn3 {
    background-color: #000 !important;
    color           : #fff !important;
    padding         : 8px 20px !important;
    width           : 100%;
    display         : initial !important;
    text-align      : center;
    font-size       : 23px !important;
    font-family     : 'Futura Bk';
    font-weight     : normal;
    border-radius   : 0 !important;
    border          : none !important;
    border          : 2px solid #000 !important;
    border-bottom   : 2px solid #000 !important;
    text-decoration : none !important;
}

.btn-defult a:hover,
.vc_btn3-container button.vc_btn3:hover {
    background-color: #fff !important;
    color           : #000 !important;
}

.vc_btn3-container.btn-defult.vc_btn3-inline {
    width     : auto;
    margin-top: 20px;
}

.vc_btn3-container.vc_btn3-inline {
    background: none;
    padding   : 0;
}

.btn-line a.vc_btn3.vc_btn3-color-grey {
    background: none;
}

.btn-defult button.vc_general {
    background-color: #000 !important;
    color           : #fff !important;
    padding         : 8px 20px;
    width           : 100%;
    display         : initial;
    text-align      : center;
    font-size       : 23px;
    font-family     : 'Futura Bk';
    font-weight     : normal;
    border-radius   : 0;
    border          : none !important;
    border          : 2px solid #000 !important;
    border-bottom   : 2px solid #000 !important;
}

.btn-defult button.vc_general:hover {
    background: none !important;
    color     : #000000 !important;
}

.btn-line {
    text-transform: uppercase;
    border-bottom : 2px solid #000;
    font-size     : 25px;
    color         : #000;
}

.din-container {
    max-width: 1170px;
    margin   : auto;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background : none !important;
    border     : none !important;
    font-family: 'Futura' !important;
    font-size  : 26px;
    color      : #000 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color    : #000 !important;
    font-size: 23px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding: 0 60px 0 0 !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
    background: none !important;
    border    : none !important;
    padding   : 0 !important;
}

.vc_tta-panel-body .wpb_wrapper p {
    color     : #000;
    font-size : 23px;
    margin-top: 50px;
}

.vc_tta-panel {
    border-bottom: 5px solid #000;
    padding      : 70px 50px;
}

.top-banner {
    background : #d5db83;
    padding-top: 80px;
    display    : flex;
    overflow   : visible !important;
}

.top-banner .left_block {
    position : relative;
    display  : flex;
    flex-wrap: wrap;
}

.top-banner .left_block img {
    position: absolute;
    bottom  : -20px;
    z-index : 99;
}

.top-banner .wpb_single_image .vc_single_image-wrapper {
    position: static;
}

.top-banner h2 {
    font-family  : 'Futura';
    font-size    : 55px;
    color        : #000000;
    margin-bottom: 35px;
}

.top-banner p {
    font-weight  : 400;
    font-size    : 23px;
    color        : #000;
    margin-bottom: 0;
}

.top-banner h3 {
    margin-top    : 20px;
    text-transform: lowercase;
}

.top-banner .right_content_block {
    max-width: 580px;
    margin   : auto;
    padding  : 0 15px;
}

.top-banner .right_content_block ul {
    padding  : 0;
    max-width: 500px;
    display  : flex;
    flex-wrap: wrap;
    margin   : 0 -10px;
    position : relative;
    z-index  : 99;
}

.top-banner .right_content_block ul li {
    list-style: none;
    padding   : 10px;
    width     : 50%;
}

.top-banner .right_content_block ul li a {
    background-color: #000;
    color           : #fff;
    padding         : 8px 20px;
    width           : 100%;
    display         : inline-block;
    text-align      : center;
    font-size       : 23px;
    font-family     : 'Futura Bk';
    text-decoration : none;
    border          : 2px solid #000 !important;
    border-bottom   : 2px solid #000 !important;
}

.top-banner .right_content_block ul li a:hover {
    background-color: #fff;
    color           : #000000;
}

/* .the_crux {
    background : #eee1d8;
    text-align : center;
    padding-top: 90px;
    margin-top : -40px;
    position   : relative;
} */

.hover-spritestyle__HoverSpriteStyle-iv8odz-0 {
    animation-duration       : 1s;
    animation-iteration-count: infinite;
    animation-name           : bBNmWf;
    animation-play-state     : paused;
    animation-timing-function: steps(3);
    background-image         : url(https://res.cloudinary.com/forhims/image/upload/q_auto,f_auto,fl_lossy/hims-home-hoversprite-d-2x);
    background-size          : cover;
    height                   : 66.7vw;
    width                    : 100%;
    background-position      : 0px 0%;
    background-repeat        : no-repeat;
}

.the_crux .pb_single_image {
    margin-bottom: 0;
}

.the_crux .wpb_content_element .wpb_wrapper {
    width : 60% ;
    margin: auto;
}



.the_crux h3 {
    color     : #eb7437;
    margin-top: 0;
}

.trusted {
    background: #f8f7e3;
    padding   : 130px 0 20px;
    text-align: center;
}

.trusted h3 {
    margin-top: 0;
}

.trusted h2 {
    font-weight: bold;
    font-size  : 45px;
    border-top : 0 !important;
    padding-top: 0 !important;
    color      : #000;
}

.product_section .right_block,
.product_section .left_block {
    display    : flex;
    align-items: center;
    padding    : 80px 0;
}

.product_section {
    border-top   : 54px solid #f8f7e3;
    border-bottom: 54px solid #f8f7e3;
    display      : flex;
}

.product_section .cont-box {
    max-width: 515px;
    margin   : auto;
    z-index  : 99;
    position : relative;
    padding  : 0 15px;
}

.product_section .row_flex .left_block,
.product_section .row_flex .right_block {
    padding : 80px 0;
    position: relative;
}

.product_section h2 {
    color    : #000;
    font-size: 45px;
}

.product_section p {
    color       : #000;
    font-size   : 23px;
    padding-left: 28px;
    position    : relative;
}

.product_section p:before {
    content   : "";
    background: url(img/x-icon.svg);
    width     : 18px;
    height    : 18px;
    position  : absolute;
    left      : 0;
    top       : 7px;
    z-index   : 9;
}

.how-it-work p:last-child:before {
    display: none;
}

.product_section .row_flex .left_block::before {
    content          : "";
    background       : url(img/big-arrow.svg);
    width            : 728px;
    height           : 818px;
    position         : absolute;
    left             : -50%;
    top              : 50%;
    z-index          : 9;
    margin-left      : 170px;
    background-repeat: no-repeat;
    bottom           : auto;
    margin-top       : -360px;
}

.product_section .btn-defult {
    padding-left: 28px;
}

.product_section .left_block.vc_column_container>.vc_column-inner {
    padding: 0;
}

.product_section .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    z-index : 99;
}

.product_section .row_flex:nth-child(even) .left_block,
.product_section .row_flex:nth-child(even) .right_block {
    display: flex;
    order  : 1;
}

.product_section .row_flex:nth-child(even) .left_block::after {
    right: auto;
    left : 0;
}

.product_section .row_flex:nth-child(even) .left_block::before {
    width            : 728px;
    height           : 818px;
    position         : absolute;
    left             : 50%;
    z-index          : 9;
    margin-left      : 0;
    background-repeat: no-repeat;
    top              : 50%;
    margin-top       : -340px;
}

.product_section .row_flex {
    align-items: center;
}

.product_section .vc_gitem-zone-mini .vc_gitem_row.vc_row {
    display    : -webkit-flex;
    display    : -moz-flex;
    display    : -ms-flex;
    display    : -o-flex;
    display    : flex;
    align-items: center;
}

.product_section .right_block .wpb_wrapper {
    position : relative;
    z-index  : 99;
    max-width: 430px;
    margin   : auto;
}

.product_section.blog .right_block {
    width    : 40%;
    max-width: 480px;
    margin   : auto;
    padding  : 0 15px;
    display  : block;
    position : relative;
    z-index  : 99;
}

.product_section .left_block {
    width: 60%;
}

.product_section.blog .right_block .wpb_wrapper {
    max-width: 470px;
    margin   : auto;
    padding  : 0 15px;
    position : relative;
    z-index  : 99;
}

.product_section .left_block::after {
    background-color: #f8f7e3;
    content         : "";
    width           : 35%;
    height          : 100%;
    position        : absolute;
    top             : 0;
    right           : 0;
}

.product_section.left-sec .left_block::before {
    content          : "";
    background       : url(img/big-arrow.svg);
    width            : 818px;
    height           : 1088px;
    position         : absolute;
    right            : 0;
    left             : 50%;
    z-index          : 9;
    margin-left      : 16px;
    background-repeat: no-repeat;
    bottom           : auto;
    margin-top       : -410px;
    top              : 50%;
}

.product_section .left_block::before {
    content          : "";
    background       : url(img/big-arrow.svg);
    width            : 728px;
    height           : 818px;
    position         : absolute;
    left             : -50%;
    top              : 50%;
    z-index          : 9;
    margin-left      : 170px;
    background-repeat: no-repeat;
    bottom           : auto;
    margin-top       : -360px;
}

.product_section.left-sec .left_block::after {
    right: auto;
}

body .product_section .row_flex:nth-child(even) .right_block {
    order: 2 !important;
}

.man-image {
    background : #f8f7e3;
    text-align : center;
    padding-top: 60px;
}

.man-image img {
    margin: auto;
}

.Brofessor-main {
    border-bottom: 54px solid #f8f7e3;
}

.Brofessor-main h2 {
    font-size: 45px;
}

.Brofessor-main {
    padding   : 70px 0 30px;
    text-align: center;
    margin    : auto;
    color     : #000;
}

.Brofessor-main .wpb_wrapper {
    max-width: 800px;
    margin   : auto;
    display  : inline-block;
    width    : 100%;
}

.Brofessor-main p {
    font-size : 23px;
    text-align: left;
}

.Brofessor-main .btn-defult button.vc_general {
    margin-top: 30px;
    font-size : 23px;
}

.product_section.blog .left_block {
    display: inline;
}

.product_section.blog .vc_gitem-animated-block {
    width   : 60%;
    display : flex;
    order   : 2;
    padding : 80px 0;
    position: relative;
    display : none;
}

.product_section.blog .vc_gitem-animated-block:before {
    content          : "";
    background       : url(img/big-arrow.svg);
    width            : 728px;
    height           : 818px;
    position         : absolute;
    left             : -50%;
    top              : 50%;
    z-index          : 9;
    margin-left      : 170px;
    background-repeat: no-repeat;
    bottom           : auto;
    margin-top       : -360px;
}

.product_section.blog .vc_gitem-animated-block::after {
    background-color: #f8f7e3;
    content         : "";
    width           : 35%;
    height          : 100%;
    position        : absolute;
    top             : 0;
    right           : 0;
}

.product_section.blog .vc_gitem-animated-block .vc_gitem-zone {
    background-size: cover;
    width          : 100%;
    height         : 500px;
    padding        : 80px 0;
    position       : relative;
    z-index        : 9;
    order          : 2;
    padding        : 80px 0;
}

.vc_btn3-container.vc_btn3-left .vc_general.vc_btn3.vc_btn3-size-md {
    background-color: #fff !important;
    color           : #000 !important;
    padding         : 5px 0;
    width           : 100%;
    display         : initial;
    text-align      : center;
    font-size       : 20px;
    font-family     : 'Futura Bk';
    font-weight     : normal;
    border-radius   : 0;
    border-bottom   : 2px solid;
    text-decoration : none;
    margin-left     : 27px;
    text-transform  : uppercase;
}

.product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    width      : 40%;
    display    : flex;
    order      : 0;
    background : none !important;
    align-items: center;
}

.product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
    max-width: 470px;
    margin   : auto;
    z-index  : 99;
}

.product_section.blog .right_block .vc_custom_heading div {
    font-family: 'Futura' !important;
    font-size  : 55px;
    line-height: normal;
    color      : #000000;
}

.product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 p:last-child {
    display: none;
}

.our_deodorants a {
    text-transform: uppercase;
    border-bottom : 2px solid #000;
    font-size     : 25px;
    color         : #000;
}

.light-gry {
    background: #f8f7e3;
}

.about {
    padding: 150px 0;
    display: flex;
}

.about .wid-40,
.about .wid-60 {
    display    : flex;
    align-items: center;
}

.about .wid-60 {
    padding-left : 70px;
    padding-right: 70px;
    width        : 63%;
    display      : flex;
    align-items  : center;
}

.about .wid-60 .vc_single_image-wrapper.vc_box_border_grey {
    max-width: 820px;
    margin   : auto;
}

.about .wid-40 {
    padding         : 80px 31px 80px;
    background-color: #fff;
    width           : calc(37% - 70px);
    text-align      : center;
    max-width       : 470px;
}

.about img {
    margin: auto;
}

.about .right_block img {
    width: 85px;
}

.about h3 {
    color : #eb7437;
    margin: 25px 0 40px;
}

.about .wid-40 p {
    margin-bottom: 55px;
    color        : #000;
    font-size    : 26px;
    margin-bottom: 50px !important;
}

.bottom-about-us {
    background: #d5dade;
    padding   : 50px 0 25px;
    display   : flex;
}

.bottom-about-us .wid-40,
.bottom-about-us .wid-60 {
    display    : flex;
    align-items: center;
}

.bottom-about-us p {
    color    : #000;
    font-size: 23px;
}

/* .classic .img-box {
    margin-left: auto;
} */

.bottom-about-us .wid-60 .vc_column-inner>.wpb_wrapper {
    max-width: 950px;
    margin   : auto;
    padding  : 0 90px 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

.btn-line a.vc_btn3.vc_btn3-color-grey:hover {
    background: none !important;
    border    : none;
}

.btn-line a.vc_btn3.vc_btn3-color-grey {
    color          : #000 !important;
    padding        : 5px 0;
    width          : 100%;
    display        : initial;
    text-align     : center;
    font-size      : 20px;
    font-family    : 'Futura Bk';
    font-weight    : normal;
    border-radius  : 0;
    border-bottom  : 2px solid;
    text-decoration: none;
    margin-left    : 0;
    text-transform : uppercase;
    border         : none;
}

.btn-line button.vc_btn3.vc_btn3-color-grey {
    background-color: #fff !important;
    color           : #000 !important;
    padding         : 5px 0;
    width           : 100%;
    display         : initial;
    text-align      : center;
    font-size       : 19px;
    font-family     : 'Futura Bk';
    font-weight     : normal;
    border-radius   : 0;
    border-bottom   : 2px solid;
    text-decoration : none;
    margin-left     : 0;
    text-transform  : uppercase;
    border          : none;
}

.faq {
    padding: 80px 0;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    right: 20px;
    left : auto !important;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    background-image : url(img/arw-faq.svg);
    width            : 20px;
    height           : 12px;
    border           : none !important;
    transform        : rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform   : rotate(180deg) !important;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    display: none !important;
}

.vc_tta-panel.vc_active .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    transform        : rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    -moz-transform   : rotate(0deg) !important;
}

.cont-list {
    padding-top: 20px;
}

.locations #listdata .linkage {
    cursor : pointer;
    width  : 33.333%;
    float  : left;
    padding: 0 15px;
}

.locations #listdata .linkage h5:before {
    width         : 10px;
    height        : 10px;
    content       : "";
    display       : inline-block;
    background    : #000;
    border-radius : 25px;
    vertical-align: middle;
    margin-right  : 8px;
    margin-top    : -3px;
}

.locations #listdata .linkage h5 {
    font-family  : 'Futura' !important;
    font-size    : 23px;
    line-height  : 55px;
    color        : #000;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
}

.locations #listdata {
    margin: 0;
}

.locations {
    padding-top: 80px;
}

.locations #listdata .linkage {
    cursor: pointer;
    width : 33.333%;
    float : left;
}

.product_section.blog .vc_gitem-animated-block {
    display: none;
}

.the_crux.about-con {
    margin-top: 0;
}

.site-header {
    transition: all 0.4s ease;
}

.site-header.sticky {
    position  : fixed;
    width     : 100%;
    top       : 0;
    transition: all 0.4s ease;
    z-index   : 9999;
}

.blog-top-sec .right-sec img {
    padding-top: 30px;
    position   : relative;
    z-index    : 99;
}

.edit-link {
    display: none;
}

header.site-header ul.nav-menu li.mobile-login-link {
    display: none;
}

.cont_row {
    max-width: 900px;
    margin   : auto;
    color    : #000;
    padding  : 80px 0;
}

.cont_row p,
.cont_row strong {
    color        : #000;
    line-height  : 1.6;
    margin-bottom: 12px;
    font-size    : 18px;
}
.cont_row ul li, .cont_row ol li {
    color        : #000;
    line-height  : 1.6;
    font-size    : 18px;
    font-family: 'Futura Bk';
}
.cont_row h1 {
    font-size: 24px !important;
}

.cont_row strong,
.cont_row b {
    color      : #000;
    line-height: 1.6;
    font-family: 'Futura' !important;
    font-size  : 18px;
}

.woocommerce-active .site-header .site-header-cart li a img {
    width: 38px;
}

@media screen and (max-width: 1500px) and (min-width: 1366px){
    .home div#n2-ss-2 .n-uc-mG2k8HLSPV4a{
        max-width: 630px;
        margin-top: -70px;
    }
    .home #slider-content .n2-ss-layer-content .n2-ss-layer-row .n2-ss-item-content P{
        font-size: 26px;
    }
}

@media only screen and (max-width:1199px) {

    /* .product_section.blog .right_block .vc_custom_heading div,
    h2,
    h1,
    .Brofessor h2,
    .top-banner h2,
    .product_section h2,
    .Brofessor-main h2,
    .product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 .vc_custom_heading h4 {
        font-size: 50px !important;
    } */

    header.site-header ul.nav-menu li ul.sub-menu a {
        font-size: 36px !important;
    }

    div#thumbs {
        width: 148px;
    }
}

@media only screen and (max-width:1024px) {
    /* .ftr-btm {
        padding: 12px 15px;
    } */

    .home .top-banner .left_block img {
        margin-left: -20px;
    }

    .ftr-btm .rebelcare-widget-container.widget_text p br {
        display: none;
    }

    /* .ftr-btm .rebelcare-widget-container.widget_text {
        margin: 0 30px 0 0;
    } */

    /* .ftr-btm .rebelcare-widget-container.widget_text p {
        font-size: 18px !important;
    } */

    .ftr-btm .col-full {
        flex-wrap      : wrap;
        justify-content: flex-start;
    }

    .top-banner {
        background : #d5db83;
        padding-top: 80px;
    }

    .product_section.blog .right_block .vc_custom_heading div,
    h2,
    h1,
    .Brofessor h2,
    .top-banner h2,
    .product_section h2,
    .Brofessor-main h2,
    .product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 .vc_custom_heading h4 {
        font-size: 22px;
        line-height: 1;
    }

    /* .top-banner p,
    p,
    .single-product div.product .summary {
        font-size: 20px !important;
    } */

    .top-banner .right_content_block ul li a,
    .btn-defult {
        font-size: 24px;
    }

    .trusted h2 {
        font-size: 50px;
    }

    .product_section .row_flex .cont-box h2 {
        font-size: 36px;
    }

    .trusted {
        padding: 80px 0 10px;
    }

    .product_section .row_flex .left_block,
    .product_section .row_flex .right_block {
        padding: 50px 0;
    }

    .product_section .row_flex {
        border-top   : 34px solid #f8f7e3;
        border-bottom: 34px solid #f8f7e3;
    }

    .product_section .left_block::before {
        content          : "";
        background       : url(img/big-arrow.svg);
        width            : 728px;
        height           : 100%;
        position         : absolute;
        left             : -50%;
        top              : 50%;
        z-index          : 9;
        margin-left      : 170px;
        background-repeat: no-repeat;
        bottom           : auto;
        margin-top       : -242px;
        background-repeat: no-repeat;
    }

    .product_section .row_flex:nth-child(even) .left_block::before {
        width            : 538px;
        height           : 688px;
        position         : absolute;
        left             : 50%;
        z-index          : 9;
        margin-left      : 0;
        background-repeat: no-repeat;
        top              : 50%;
        margin-top       : -250px;
    }

    .about .wid-40,
    .about .wid-60 {
        width  : 100%;
        padding: 50px 70px;
    }

    .about {
        padding: 0px 0 90px;
    }

    .about .wid-40 .cont-box {
        margin: auto;
    }

    .classic {
        padding: 40px 0 20px;
    }

    .Brofessor {
        padding: 40px 0;
    }

    .the_crux .content {
        width: 100%;
    }

    header.site-header ul.nav-menu li ul.sub-menu a {
        line-height: 55px;
        font-size  : 36px !important;
    }
}

@media only screen and (max-width: 982px) {
    .product_section .right_block h2 br {
        display: none;
    }

    .product_section .left_block img {
        width: 100%;
    }

    .product_section .wpb_single_image .vc_single_image-wrapper,
    .product_section .wpb_single_image {
        width: 100%;
    }

    .classic .wid-60 .vc_column-inner>.wpb_wrapper {
        padding: 0 20px 0;
    }

    .product_section .right_block,
    .product_section .left_block {
        flex-wrap: wrap;
    }

    .top-banner .right_content_block,
    .top-banner .left_block {
        width: 100%;
    }

    .product_section,
    .about {
        flex-wrap: wrap;
    }

    .vc_row.wpb_row.vc_row-fluid.product_section.left-sec {
        display  : flex;
        flex-wrap: wrap-reverse;
    }

    .top-banner {
        display    : flex;
        overflow   : visible !important;
        flex-wrap  : wrap;
        padding-top: 0;
    }

    .top-banner .left_block img {
        position: static;
    }

    .wid-60,
    .wid-40 {
        width: 100%;
    }

    .about .wid-60,
    .about .wid-40,
    .product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480,
    .product_section.blog .vc_gitem-animated-block {
        width: 100%;
    }

    .about .wid-40,
    .product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480,
    .product_section .right_block .wpb_wrapper {
        max-width: 100%;
    }

    .product_section.blog .vc_gitem-zone.vc_gitem-zone-c.vc_custom_1419240516480 {
        padding: 0 20px;
        margin : 30px 0 20px;
    }

    .the_crux .wpb_content_element .wpb_wrapper {
        width: 100% !important;
    }

    .faq {
        padding: 50px 0;
    }

    .vc_tta-panel {
        padding: 25px 0;
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
        font-size: 20px;
    }

    .vc_tta-panel-body .wpb_wrapper p {
        margin-top: 20px;
    }

    .last-sec {
        padding-bottom: 80px;
    }

    .cont-list {
        padding-top: 0;
    }

    .product_section .left_block,
    .product_section .right_block {
        width: 100%;
    }

    .product_section.blog .right_block {
        width    : 100%;
        max-width: 100%;
        padding  : 80px 30px;
    }

    .blog-posts {
        display: flex;
        padding: 40px 0;
    }

    /* .the_crux {
        padding: 90px 20px 0 !important;
    } */

    .locations #listdata .linkage {
        width  : 50%;
        padding: 0;
    }

    .product-type-two-top-right,
    .vc_section.product-usp-section {
        background: #fefbf6;
        padding   : 20px 20px;
    }

    .product-usp-section h2,
    .product-skincare-section h2,
    .rebel-team-belive-section h2,
    .super-cool-product-section h2,
    .test-result-section h2,
    .price-breakdown-section h2 {
        line-height  : normal;
        margin-bottom: auto;
    }

    .vc_section.product-skincare-section {
        padding: 40px 5% 0;
    }

    .vc_section.product-skincare-section {
        padding: 40px 5% 0;
    }

    .rebel-team-belive-section ul li {
        font-family: 'Futura Bk' !important;
        font-size  : 22px;
        line-height: 25px;
        color      : #000;
        margin-top : 20px;
    }

    .rebel-team-belive-section h2 {
        margin-bottom: 30px;
    }

    .vc_section.super-cool-product-section {
        background: #fefbf6;
        padding   : 30px 5% 25px;
    }

    .super-product-image {
        margin-top: 10px;
    }

    .vc_section.test-result-section {
        padding: 40px 5% 100px;
    }

    .test-result-right ul li {
        font-size  : 20px;
        line-height: 23px;
        color      : #000;
        margin-top : 20px;
    }

    .price-breakdown-bottom {
        padding: 25px 0 50px;
    }

    .usp-image.wpb_single_image img {
        margin-top: 20px;
    }

    .resion-main-section {
        padding-top: 30px;
    }

    .main-navigation li ul.sub-menu li {
        padding: 0 40px 0 63px;
    }

    header.site-header ul.nav-menu li ul.sub-menu a {
        font-size: 25px !important;
    }

    .about-us-banner {
        padding-top      : 30px;
        -webkit-flex-wrap: wrap-reverse;
        -moz-flex-wrap   : wrap-reverse;
        -ms-flex-wrap    : wrap-reverse;
        -o-flex-wrap     : wrap-reverse;
        flex-wrap        : wrap-reverse;
    }

    .about-us-banner .right-sec {
        padding-top: 15px;
    }
}

@media only screen and (min-width: 768px) {
    header.site-header .site-branding {
        width: 20% !important;
    }

    .woocommerce-active .site-header .right_menu_sec {
        width     : 40%;
        text-align: right;
        align-items: center;
    }

    .woocommerce-active .site-header .main-navigation {
        width       : 40%;
        margin-right: 0;
    }

    /* header .col-full {
        display  : flex;
        max-width: 100% !important;
    } */

    .top-banner .vc_column_container>.vc_column-inner {
        padding: 0;
    }

    .wpb_button,
    .wpb_content_element,
    ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0;
    }

    .page-template-template-fullwidth-php .site-main ul.products.columns-2 li.product,
    .page-template-template-fullwidth-php .header-widget-region ul.products.columns-2 li.product,
    .page-template-template-homepage-php .site-main ul.products.columns-2 li.product,
    .page-template-template-homepage-php .header-widget-region ul.products.columns-2 li.product,
    .storefront-full-width-content .site-main ul.products.columns-2 li.product,
    .storefront-full-width-content .header-widget-region ul.products.columns-2 li.product {
        width       : 43.826087%;
        margin-right: 12.347826%;
    }

    /*ul.products li.product,*/
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        margin-bottom: 11.235801em;
    }

    .woocommerce-active .site-header .site-header-cart li a {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .Brofessor-main .wpb_wrapper {
        float: left;
    }
    /* .woocommerce-active .site-header .site-header-cart li{
        top: 17px;
    } */
    .cont_row table {
        overflow-x: scroll;
        display   : inline-block;
    }

    .cont_row {
        padding: 35px 0;
    }

    .blog-posts {
        flex-wrap: wrap;
        padding  : 30px 0;
    }

    .top-banner {
        padding-top: 50px;
    }

    .site-footer .storefront-handheld-footer-bar a {
        color: #333 !important;
    }

    footer.site-footer #custom_html-4 .follow-img {
        position: relative;
        left    : 0;
        bottom  : 30px;
    }

    footer.site-footer {
        padding-top: 40px;
    }

    footer.site-footer p {
        font-size: 18px;
    }

    /* .ftr-btm {
        margin-bottom: 55px;
    } */
/* 
    .ftr-btm {
        background: #000;
        padding   : 10px 20px;
    } */

    .main-navigation .menu-toggle {
        position  : relative;
        right     : 0;
        top       : 3px;
        transition: all 1.0s ease-in-out;
    }

    .main-navigation .handheld-navigation {
        position  : fixed;
        display   : inherit;
        width     : 260px;
        box-shadow: 0px 0px 8px 5px rgba(0, 0, 0, 0.11);
        transition: all 1.0s ease-in-out;
        background: #fff;
        top       : 0;
        padding   : 80px 0 20px 20px;
        bottom    : 0;
        left     : -100%;
        z-index   : 99;
    }

    .main-navigation.toggled .handheld-navigation,
    .main-navigation.toggled .menu1 {
        /*margin-top: 70px;*/
        margin-top: 0;
        display   : block;
        left     : 0;
    }

    header.site-header .site-branding img {
        margin: inherit;
    }

    header.site-header ul#site-header-cart {
        display : -webkit-flex;
        display : -moz-flex;
        display : -ms-flex;
        display : -o-flex;
        display : flex;
        position: relative;
        right   : 0;
        width   : 100%;
        display : grid;
    }

    .woocommerce-active .site-header .site-branding {
        /* margin : 0 0 0; */
        /* padding: 10px 0; */
    }

    header.site-header .col-full {
        margin-left : 20px;
        margin-right: 20px;
    }

    header.site-header .site-branding img {
        margin   : inherit;
        max-width: 86px;
    }

    /* header.site-header .site-header-cart.menu li:last-child a {
        padding: 20.5px 30px;
        display: inherit;
    } */

    /* .ftr-btm #menu-footer-bottom-menu {
        flex-wrap: wrap;
    } */

  
    .wid-50,
    .wid-60,
    .wid-55,
    .wid-45,
    .wid-40 {
        width: 100%;
    }

    .product_section .cont-box {
        max-width: 100%;
    }

    .product_section .row_flex .left_block::before {
        display: none !important;
    }

    .top-banner {
        background : #d5db83;
        padding-top: 80px;
        position   : relative;
    }

    .top-banner p,
    p,
    .single-product div.product .summary {
        font-size  : 18px !important;
        line-height: normal;
    }

    .top-banner .right_content_block ul li a,
    .btn-defult {
        font-size: 20px;
    }

    .trusted {
        padding: 50px 0 1px;
    }

    .trusted h2 {
        font-size: 36px;
    }

    .product_section .row_flex .cont-box h2 {
        font-size: 24px;
    }

    .trusted {
        padding: 80px 0 10px;
    }

    .product_section .row_flex .left_block,
    .product_section .row_flex .right_block {
        padding: 25px 0;
    }

    .product_section .row_flex {
        border-top   : 25px solid #f8f7e3;
        border-bottom: 25px solid #f8f7e3;
    }

    /* .classic {
        background: #d5dade;
        padding   : 50px 0 60px;
        display   : flex;
        flex-wrap : wrap;
    } */

    .top-banner .right_content_block {
        max-width: 100%;
    }

    .Brofessor {
        padding: 40px 0;
    }

    .about .wid-40,
    .about .wid-60 {
        width  : 100%;
        padding: 20px 10px;
    }

    .about {
        padding: 0px 0 40px;
    }

    body .product_section .row_flex:nth-child(even) .right_block {
        order: 1 !important;
    }

    .classic .cont {
        max-width: 100%;
        margin   : auto;
        padding  : 0 15px 0
    }

    .classic {
        background: #d5dade;
        padding   : 40px 0 0px;
    }

    /* .col-full {
        margin-left : 1em;
        margin-right: 1em;
    } */

    .top-banner {
        background : #d5db83;
        padding-top: 10px;
    }

    .btn-line {
        font-size: 18px;
    }

    .about .wid-40 .cont-box p {
        margin-bottom: 25px;
    }

    .about .wid-40 .cont-box h3 {
        color : #eb7437;
        margin: 15px 0 20px;
    }

    .man-image {
        padding-top: 10px;
    }

    .Brofessor-main {
        border-bottom: 24px solid #f8f7e3;
    }

    .top-banner .left_block img {
        position : static;
        width    : 100%;
        /* bottom: -20px; */
    }

    .right_menu_sec .log_in ul li a {
        /*display: none;*/
        padding-left : 11px;
        padding-right: 11px;
    }

    /* .the_crux {
        background : #eee1d8;
        text-align : center;
        padding-top: 50px;
    } */

    .about .wid-40 p {
        margin-bottom: 20px !important;
    }

    .about h3 {
        color : #eb7437;
        margin: 20px 0 10px;
    }

    .ftr-btm .rebelcare-widget-container.widget_text p {
        text-align: center;
    }
    .single_variation_wrap .woocommerce-variation-availability {
        display: none;
    }

    /* .menu-footer-bottom-men,
    footer.site-footer .menu li a,
    footer.site-footer ul li a {
        font-size: 20px;
    } */
/* 
    footer.site-footer .gamma.widget-title {
        font-size: 18px;
    } */

    .ftr-btm #menu-footer-bottom-menu li a {
        margin-top: 10px;
    }

    /* .ftr-btm .col-full {
        display        : flex;
        justify-content: center;
        align-items    : center;
        flex-wrap      : wrap;
        padding        : 20px 0;
        margin         : 0;
    } */

    .trusted {
        padding: 30px 0 0px;
    }

    .product_section.blog .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
        display : block !important;
        position: static;
        top     : 0;
    }

    .product_section.blog .vc_gitem-animated-block .vc_gitem-zone {
        background-image: none;
    }

    .product_section.blog .vc-gitem-zone-height-mode-auto:before {
        display: none;
    }

    .product_section.blog .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
        display: block !important;
    }

    .product_section.blog .vc_gitem-animated-block {
        width   : 60%;
        display : flex;
        order   : 2;
        padding : 31px 0;
        position: relative;
    }

    .product_section.blog .vc_gitem-animated-block:before {
        display: none;
    }

    .trusted {
        padding: 30px 0 0 !important;
    }

    .product_section.blog .vc_gitem-animated-block {
        width  : 100% !important;
        padding: 31px 0;
    }

    .product_section.blog .vc_gitem-animated-block .vc_gitem-zone {
        padding: 30px 0 !important;
    }

    .product_section.blog .vc_gitem-animated-block {
        padding: 0 !important;
    }

    .Brofessor-main {
        padding: 40px 0 30px;
    }

    .product_section {
        border-top   : 14px solid #f8f7e3;
        border-bottom: 24px solid #f8f7e3;
        display      : flex;
    }

    .product_section .right_block,
    .product_section .left_block {
        display    : flex;
        align-items: center;
        padding    : 30px 0;
    }

    .product_section.blog .right_block {
        width    : 100%;
        max-width: 100%;
        padding  : 30px 30px;
    }

    .faq {
        padding: 30px 0;
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
        font-size  : 16px;
        line-height: normal;
    }

    .vc_tta-panel {
        border-bottom: 2px solid #000;
    }

    .last-sec {
        padding-bottom: 40px;
    }

    .locations {
        padding-top: 30px;
    }

    .cont-list p {
        padding-left: 15px;
    }

    .storefront-handheld-footer-bar ul.columns-3 li.search {
        display: none !important;
    }

    .storefront-handheld-footer-bar ul.columns-3 li {
        width: 50%;
    }

    .product_section .left_block::before {
        bottom: 0;
        top   : auto;
    }

    .product_section.left-sec .left_block::before {
        width      : 781px;
        height     : 290px;
        position   : absolute;
        left       : 0;
        z-index    : 9;
        margin-left: -74px;
        margin-top : 0;
        top        : 0;
        bottom     : 0;
        right      : 0;
    }

    .blog-posts .cont-block,
    .blog-posts .img-block,
    .blog-top-sec .left-sec,
    .blog-top-sec .right-sec {
        width: 100%;
    }

    .blog-top-sec .vc_column-inner .vc_inner.vc_row-fluid {
        display: block;
    }

    .blog-top-sec .right-sec img {
        padding-top: 30px;
    }

    .blog-posts .cont-block {
        padding: 30px;
    }

    .loadmore {
        margin: 30px 0;
    }

    .storefront-handheld-footer-bar ul li>a {
        height: 55px;
    }

    .storefront-handheld-footer-bar ul li>a::before {
        font-size: 22px;
    }

    .storefront-handheld-footer-bar ul li.cart .count {
        width      : 22px;
        height     : 22px;
        line-height: 21px;
    }

    li.cart a:after {
        content   : "";
        position  : absolute;
        left      : 0;
        width     : 1px;
        height    : 100%;
        left      : 0;
        background: #000;
        top       : -1px;
    }

    .top-banner h2 {
        margin-bottom: 20px;
    }

    ul.social-icon li a img {
        width  : 50px;
        padding: 6px 0;
    }

    .top-banner .right_content_block .vc_column-inner {
        padding: 0;
    }

    .top-banner .right_content_block ul li a,
    .btn-defult {
        font-size: 18px;
    }

    .locations #listdata .linkage {
        width: 100%;
    }

    .locations #listdata .linkage h5 {
        font-family: 'Futura' !important;
        font-size  : 20px;
        line-height: 45px;
    }

    .resion-section .wpb_text_column {
        position    : relative;
        padding-left: 38px;
    }

    .resion-section .wpb_text_column:before {
        top   : -5px;
        width : 24px;
        height: 44px;
    }

    .resion-section {
        margin-bottom: 20px;
    }

    .want-know-more-btn {
        margin-top: 20px;
    }

    .want-know-more-dropdown ul li {
        font-family: 'Futura' !important;
        font-size  : 20px;
        line-height: 28px;
    }

    .want-know-more-dropdown ul {
        margin-left  : 20px;
        margin-bottom: 10px !important;
    }

    .vc_section.test-result-section {
        padding: 40px 5% 40px;
    }

    .test-result-right h2 {
        margin-bottom: 20px;
    }

    .test-result-right h2 br {
        display: none;
    }

    .vc_column_container.test-result-image {
        padding: 0;
    }

    .test-result-right h5 {
        margin-top: 30px;
    }

    .home .top-banner .right_content_block {
        padding-left : 30px;
        padding-right: 30px;
    }

    .home .product_section .right_block {
        padding-left : 15px;
        padding-right: 15px;
    }

    .handheld-navigation ul.menu .sub-menu {
        opacity   : 0;
        visibility: hidden;
        max-height: 100%;
        position  : static;
        max-width : 100%;
        width     : 100% !important;
        /*padding : 9px 0 0 10px;*/
        padding   : 0;
        margin    : 0;
        height    : 0;
    }

    .handheld-navigation ul.menu .sub-menu li,
    .handheld-navigation ul.menu .sub-menu li a {
        padding: 0;
    }

    /* .handheld-navigation ul.menu li a {
        padding  : 0;
        font-size: 18px;
    } */

    .handheld-navigation ul.menu .sub-menu li:before {
        display: none;
    }

    .handheld-navigation ul.menu li.mobile-menu-toggle .sub-menu {
        opacity   : 1;
        visibility: visible;
        padding   : 9px 0 0 0;
        height    : auto;
    }

    .handheld-navigation ul.menu li.mobile-menu-toggle .sub-menu li {
        position    : relative;
        padding-left: 23px;
    }

    .handheld-navigation ul.menu li.mobile-menu-toggle .sub-menu li:before {
        content            : "";
        background         : url(img/cross-menu-icon.png);
        width              : 15px;
        height             : 15px;
        position           : absolute;
        left               : 0;
        top                : 50%;
        z-index            : 9;
        transform          : translateY(-50%);
        display            : block;
        background-size    : contain;
        background-repeat  : no-repeat;
        background-position: center center;
    }

    .handheld-navigation ul.menu>li.menu-item-has-children>a:after {
        font-family: 'Font Awesome 5 Free';
        content    : "\f107";
        position   : absolute;
        right      : 18px;
        top        : 0;
    }

    .handheld-navigation ul.menu>li.mobile-menu-toggle>a:after {
        content: "\f106";
    }

    .handheld-navigation ul.menu>li.mobile-login-link>a:after {
        display: none;
    }

    .handheld-navigation ul.menu li {
        margin-top: 10px;
    }

    .handheld-navigation ul.menu li:first-child {
        margin-top: 0;
    }

    header.site-header .col-full {
        display        : -webkit-flex;
        display        : -moz-flex;
        display        : -ms-flex;
        display        : -o-flex;
        display        : flex;
        -ms-align-items: center;
        align-items    : center;
    }

    .site-header .right_menu_sec .cart-contents {
        display: block;
    }

    header .site-branding {
        -webkit-order: 1;
        -moz-order   : 1;
        -ms-order    : 1;
        -o-order     : 1;
        order        : 1;
        width        : calc(100% - 152px);
    }

    .right_menu_sec {
        -webkit-order: 3;
        -moz-order   : 3;
        -ms-order    : 3;
        -o-order     : 3;
        order        : 3;
    }

    .main-navigation {
        /* -webkit-order: 2;
        -moz-order   : 2;
        -ms-order    : 2;
        -o-order     : 2;
        order        : 2; */
        padding-right: 10px;
       
    }

    /* header .site-header-cart .widget_shopping_cart {
        width: 300px !important;
    } */

    header.site-header .site-header-cart.menu li:last-child a {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .woocommerce-active .site-header .site-header-cart li.woocommerce-mini-cart-item.mini_cart_item,
    header.site-header .site-header-cart.menu li:last-child a {
        -webkit-flex-direction: column;
        -moz-flex-direction   : column;
        -ms-flex-direction    : column;
        -o-flex-direction     : column;
        flex-direction        : column;
    }

    .site-header .product_list_widget li .quantity {
        margin: 0 0 10px;
    }

    button.menu-toggle {
        padding: 0 13px;
    }

    .menu-toggle span {
        font-size: 0;
    }

    button.menu-toggle:before,
    button.menu-toggle:after,
    button.menu-toggle span:before {
        left  : 0;
        right : 0;
        margin: -1px auto 0;
    }

    .right_menu_sec .log_in ul li a {
        font-size: 12px;
    }

    /* .woocommerce-active .site-header .site-header-cart li a,
    .site-header-cart .cart-contents:before,
    .site-header-cart .cart-contents .count {
        font-size: 12px !important;
    } */

    h3 {
        font-size: 23px;
    }

    .main-navigation span.icon-close {
        /*  display: none;*/
        left : 20px;
        right: auto;
    }

    .after_login .login_img {
        padding-left : 11px;
        padding-right: 11px;
        max-width    : 49px;
    }

    .after_login ul.log_in_menu:before {
        right: 15px;
    }

    .product_section .vc_gitem-zone-mini .vc_gitem_row.vc_row {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap   : wrap;
        -ms-flex-wrap    : wrap;
        -o-flex-wrap     : wrap;
        flex-wrap        : wrap;
    }

    /* .site-footer ul.social-icon {
        max-width: 210px;
        margin   : 0 auto;
    }

    .menu-footer-bottom-menu-dutch-container {
        margin: 0 auto;
        width : 100%;
    } */

    /* .ftr-btm ul li {
        margin-right: 0;
        padding-left: 10px;
    } */

    /* .ftr-btm ul li:first-child {
        padding-left: 0;
    } */

    /* .ftr-btm ul {
        justify-content: center;
    } */

    /* .custom-rebelcare-footer-widget p {
        font-size: 16px !important;
    } */

    .join-conv-section .wpb_wrapper img {
        margin: 0;
    }

    .site-header .custom-logo-link {
        display: inline-block;
    }

    button.menu-toggle:after {
        -webkit-transform: translateY(5px);
        -ms-transform    : translateY(5px);
        transform        : translateY(5px);
    }

    button.menu-toggle:before {
        -webkit-transform: translateY(-5px);
        -ms-transform    : translateY(-5px);
        transform        : translateY(-5px);
    }

    .toggled button.menu-toggle:before {
        -webkit-transform: translateY(-5px) rotate(0);
        -ms-transform    : translateY(-5px) rotate(0);
        transform        : translateY(-5px) rotate(0);
    }

    .toggled button.menu-toggle:after {
        -webkit-transform: translateY(5px) rotate(0);
        -ms-transform    : translateY(5px) rotate(0);
        transform        : translateY(5px) rotate(0);
    }

    .toggled button.menu-toggle span::before {
        opacity: 1;
    }

    button.menu-toggle::before,
    button.menu-toggle::after,
    button.menu-toggle span::before {
        width: 16px;
    }

    .ftr-btm .col-full .menu-footer-bottom-menu-container,
    .ftr-btm .col-full>div {
        margin: 0;
    }

    .ftr-btm .col-full .custom-rebelcare-footer-widget {
        width          : 100%;
        text-align     : center;
        flex-wrap      : wrap;
        justify-content: center;
    }

    footer.site-footer .footer-widgets.row-1.col-3.fix {
        display          : -webkit-flex;
        display          : -moz-flex;
        display          : -ms-flex;
        display          : -o-flex;
        display          : flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap   : wrap;
        -ms-flex-wrap    : wrap;
        -o-flex-wrap     : wrap;
        flex-wrap        : wrap;
        position         : relative;
        padding-bottom   : 200px;
    }

    .footer-widget-1 {
        width: 100%;
    }

    .footer-widget-2,
    .footer-widget-3 {
        width: 50%;
    }

    footer.site-footer #custom_html-4 {
        position: absolute;
        left    : 0;
        right   : 0;
        bottom  : 0;
    }
    .site-header-cart .cart-contents .count{
        right: -6px;
        bottom: -6px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}

@media only screen and (max-width:480px) {
    .ftr-btm ul li a {
        font-size: 18px;
    }
}

/* #mc4wp-form-1 {
    display: none;
} */

#yikes-mailchimp-container-1 {
    display: none;
}
/* added on 15/4/2021 */
.find_location_form #address{
    width: 100%;
    height:40px;
    line-height: 40px;
    border: 1px solid #ccc !important;
    padding: 10px;
    background-color: #fff;
    color: #000;
}
 
.find_location_form .radius_field{
    max-width: 100%;
}

.find_location_form .radius_label{
    padding-bottom: 5px;
    display: block;
    padding-right: 2px;
    color: #000;
    font-size: 20px;
}

.find_location_form .radius_select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc !important;
    width:100%;
    background-color: #fff;
    outline: 0;
    color: #000;
    padding-left: 8px;
}

.find_location_form .get_address_btn {
    margin: 0 auto;
}

.find_location_form .get_address_btn input{
    width: 128px;
    height: 40px;
    line-height: 35px;
    padding: 0px;
    border: 2px solid #000 !important;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.find_location_form .get_address_btn input:hover{
    background-color: #fff;
    color: #000;
}

.find_location_form{
    max-width: 390px;
    margin: 0 auto;
}

.find_location_form .select2-container .select2-selection--single{
    height: 40px;
}

.find_location_form .select2-container .select2-selection--single:focus{
    outline: none;
}

.find_location_form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px;
    color:#666;
}

.find_location_form .select2-container--default .select2-selection--single .select2-selection__rendered:focus{
    outline: none;
}

.find_location_form .select2-container--default .select2-selection--single{
    border: 1px solid #ccc;
}

.find_location_form .select2-container--open .select2-search__field{
    display: none !important;
}

.find_location_form .radius_field .select2-selection__arrow b{
    display: none;
}

.find_location_form .radius_field .select2-selection__arrow{
    box-sizing: border-box;
    height: 8px;
    width: 8px;
    border-style: solid;
    border-color: #666;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
    right: 10px;
    top: 15px;
}

.select2-search--dropdown{
    display: none;
}

.select2-container--default .select2-results__option--highlighted{
    background-color: #000 !important;
    color: #fff !important;
}

.locations_right_section{
    display: block !important;
    padding-top: 90px;
}

/*register form eye icon*/
.woocommerce-form-register p.form-row {
    position: relative;
}
.woocommerce-form-register .show-password-input {
    top: 1.3em;
}
.woocommerce-form-register .password-input {
    position: static;
}

.woocommerce-error::before {
    color: #000;
    left: 0.5em;
    top: 0.5em;
}
.woocommerce-error li {
   padding-left: 1em;
}

@media only screen and (max-width:991px){
    .find_location_form .radius_select{
        width: 90%;
    }
    .find_location_form #address{
        width: 90%;
    }
    .locations_right_section h2{
        text-align: left !important;
        font-size: 36px !important;
    }
    .find_location_form{
        max-width: 100%;
    }
}

@media only screen and (max-width:768px) {
    .locations_right_section{
        padding-top: 40px;
    }
} 



@media only screen and (max-width:768px) {
    /* .select2-container{
        width:110px !important;
    } */

    .locations .vc_column-inner{
        padding: 40px 0px;
    }
    .find_location_form{
        max-width: 90%;
    }
    .find_location_form .radius_field{
        max-width: 100%;
    }
}

@media only screen and (max-width:767px){
    .locations_right_section h2{
        padding-left: 40px;
        margin-bottom: 0;
    }
    .find_location_form #address{
        width: 97%;
    }
    .find_location_form .radius_select{
        width: 97%;
    }
    .find_location_form .get_address_btn input{
        width: 140px;
    }
}

@media only screen and (max-width:480px){
    .locations_right_section h2{
        font-size: 32px !important;
        padding-left: 25px;
    }
    .find_location_form #address{
        width: 95%;
    }
    .find_location_form .radius_select{
        width: 95%;
    }
}

@media only screen and (max-width:375px){
    .locations_right_section h2{
        padding-left: 22px;
    }
}


.black_bg{
    background:#000;
}
.vc_custom_add_to_cart p{
    display:none;
}

.vc_custom_add_to_cart .added_to_cart{
    display:none;
} 

body.woocommerce-active .products .product .product-category-image-inner .main-thumbnail-product {
    position: relative!important;
    bottom: 0;
}
body.woocommerce-active .products .product .product-category-image-inner .hover-main-product{position: relative!important;display: none;}
body.woocommerce-active .products .product .product-category-image-inner.active .hover-main-product {display: block;height: 100%;}
body.woocommerce-active .products .product .product-category-image-inner.active .main-thumbnail-product {display: none;}

.product-hover1 img, .product-hover2 img {display: block!important;}

