/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

#mini-cart-wrapper{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.25);
    -webkit-transition: background-color .4s,-webkit-transform 0s;
    transition: background-color .4s,-webkit-transform 0s;
    -o-transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s;
    transition: background-color .4s,transform 0s,-webkit-transform 0s;
}
#mini-cart-wrapper:not(.show) {
    background-color: transparent;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background-color .4s,-webkit-transform 0s .4s;
    transition: background-color .4s,-webkit-transform 0s .4s;
    -o-transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s;
    transition: background-color .4s,transform 0s .4s,-webkit-transform 0s .4s;
  }

span#mini-cart-close{
	color: #000;
	font-size: 20px;
 	position: fixed;
    z-index: 999999;
    top: 6px;
    right: -100%;
	 -webkit-transition: right .4s,-webkit-transform 0s .4s;
    transition: right .4s,-webkit-transform 0s .4s;
    -o-transition: right .4s,transform 0s .4s;
    transition: right .4s,transform 0s .4s;
    transition: right .4s,transform 0s .4s,-webkit-transform 0s .4s;
	cursor:pointer;
}
span#mini-cart-close.show{
	right: 15px;
}
div#mini-cart{
    position: fixed;
    background-color: #fff;
    right: -100%;
    top: 0;
    height: 100vh;
    z-index: 99999;
    width: 320px;
    padding: 40px 20px 20px;
    -webkit-transition: right .4s,-webkit-transform 0s .4s;
    transition: right .4s,-webkit-transform 0s .4s;
    -o-transition: right .4s,transform 0s .4s;
    transition: right .4s,transform 0s .4s;
    transition: right .4s,transform 0s .4s,-webkit-transform 0s .4s;
}
div#mini-cart.show{
    right: 0;
}
div#menu {
    position: relative;
    text-align: right;
    cursor: pointer;
  }
button.cart-contents {
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    background-color: #8BB3D9;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 0;
  }
div#menu i.eicon:before {
    content: "\e8eb";
    color: #1767B3;
    font-size: 25px;
}

#trp-floater-ls{
	z-index: 999 !important;
}
.elementor-location-header .elementor-section-wrap {
    position: fixed;
    width: 100%;
    left: 0;
	  z-index: 9999;
}
.elementor-location-single,
.elementor-location-archive.product{
    min-height: calc(100vh - 148px);
}
.error404 .elementor-location-single {
  min-height: calc(100vh - 530px);
}
.banner-video{
    min-height: 650px; 
	    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.banner-video video {
    position: absolute!important;
    top: -100%!important;
    bottom: -100%!important;
    left: -100%!important;
    right: -100%!important;
    margin: auto!important;
    width: 178vh!important;
    min-height: 100vh!important;
    min-width: 100vw!important;
    height: 56.25vw!important;
}
ul.m-0{margin:0;}
ul.p-0{padding:0;}
.list-unstyled,.list-unstyled-inline{
	list-style-type:none;
}
.list-unstyled-inline li{
	display:inline-block;
}
.font-gray {
    color: rgba(0,0,0,.66);
    text-decoration: none!important;
    transition: all .2s ease;
}
.ml-25{
	    margin-left: 25px;
}
.header-top {
    background-color: hsla(0,0%,96%,.99);
    border-bottom: 1px solid rgba(215,238,238,.99);
    width: 100%;
    z-index: 99;
    top: 0;
}
.header-top a,.header-top li b{padding:0 5px;}
.header-top ul li:not(:first-child) {
    margin-left: 25px;
  }
.trp-language-switcher {
    margin: 0 !important;
    background-color: #f5f5f5;
  }
.trp-language-switcher > div {
  background-color: #f5f5f5;
  text-align: left;
}
section.main-menu-header {
    width: 100%;
    background-color: hsla(0,0%,100%,.9);
    z-index: 98;
    height: 88px;
    transition: height .4s ease,background-color .4s ease-in-out;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
}
section.main-menu-header.woo {
    height: auto;
}
.site-logo img{
    transition: width .4s ease,background-color .4s ease-in-out;
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
}
.nav-fixed .site-logo img {
    width: 80px !important;
    height: auto;
}
.nav-fixed section.main-menu-header{
	height: 65px;
}
.navbar-nav>li>a {
     transition: padding .4s ease,background-color .4s ease-in-out;
    -webkit-transition: padding .4s ease;
    -moz-transition: padding .4s ease;
}
.nav-fixed .navbar-nav>li>a {
    padding-top: 25px !important;
    padding-bottom: 15px !important;
}
div#page {
    margin-top: 139px;
	 transition:  .4s ease,
		 background-color .4s ease-in-out;
    -webkit-transition:  .4s ease;
    -moz-transition:  .4s ease;
}
.woocommerce-page div#page {
    margin-top: 106px;
}
.nav-fixed .elementor-element.elementor-element-042152b > .elementor-widget-container {
    padding: 17px 0px 17px 0px;
}
div#page.container {
    padding: 0 !important;
}
.hvr-bdr-transparent .elementor-button:hover {
    border-color: transparent !important;
	background-color: #0000000D !important;
}


body{
    font-family: 'Gotham SSm' !important;
    background-color: #fff;
    transition: height .4s ease;
    -webkit-transition: height .4s ease;
    -moz-transition: height .4s ease;
}
html{
    scroll-behavior: smooth;
}

.navbar-nav>li>a {
    text-transform: capitalize;
    margin-left: 1vw;
    padding-right: .2vw;
    padding-top: 25px;
    letter-spacing: .05em;
    border-bottom: 5px solid transparent!important;
    font-size: 1.125em;
    font-weight: 300;
    padding-bottom: 27px!important;
    padding-top: 35px;
    display: block;
    color: rgba(0,0,0,.6);
    font-family: 'Raleway';
}
.navbar-nav>li{
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    line-height: 1em;
}
.menu-wrapper #retail-login.open a.nav-menu-header, 
.navbar-nav>li.show>a {
    color: rgba(0,0,0,.99)!important;
    border-bottom: 5px solid rgba(64,180,229,.4)!important;
    transition: all .2s ease 0s;
}
button.navbar-toggler{display:none !important;}
.navbar .dropdown-menu {
  border:1px solid #000;
  background-color:#fff !important;
}
.mega-menu-column, 
.mega-menu-column .elementor-widget, 
.mega-menu-column .elementor-widget-wrap,
.mega-menu-column nav.navbar{
	position:static !important;
}
.dropdown-menu {
    overflow: hidden;
    padding: 10px 10px 5px;
}
ul.sub-menu2.product-menu {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
ul.sub-menu2 li.menu-item {
    width: 20%;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    line-height: 1em;
    padding-top: 3vh;
    margin-bottom: 20px !important;
}
ul.sub-menu2.woo-menu li.menu-item{
    width: 122px;
    padding: 8px 0;
    margin: 0 16px 10px 0 !important;
}
ul.navbar-nav.primary-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
	margin:0;
	float:right;
}
ul.navbar-nav.mr-auto.list-unstyled-inline.ul-woo-menu {
    display: flex;
    margin: 0;
    justify-content: flex-end;
	float:right;
}
ul.sub-menu2.woo-menu li.menu-item a img{
    width: 122px;height: 122px;
}
.navbar-nav.ul-woo-menu>li {
    padding-left: 10px;
}
.navbar-nav.ul-woo-menu>li:first-child>a {
    margin-left: 0;
}
.navbar-nav.ul-woo-menu>li>a {
    padding: 23px 0 18px !important;
    font-size: 14px;
}
ul.sub-menu2 li.menu-item.small-link {
    width: inherit!important;
    padding: 0 0.5vw;
    margin-bottom: 15px !important;
}
ul.sub-menu2 li a.link_fixed {
    height: auto;
    background-attachment: inherit;
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center 4%;
    min-height: 125px;
    transition: background-size .4s ease;
	display: block;
    padding: 6px 20px;
    position: relative;
}
ul.sub-menu2.about-menu li a.link_fixed {
    height: 160px;
    max-height: 13vh;
    background-size: auto 95%;
    background-position: 50%;
    min-height: 100px;
    padding: 6px 2px;
    transition: background-size .1s ease;
}
ul.sub-menu2.about-menu li.menu-item {
    width: 16%;
}
span.bg-color-mm-item {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;top: 0;
    opacity: 0;
    transition: .4s ease;
}
ul.sub-menu2 li a.link_fixed:hover{
    background-size: auto 70%;
}
ul.sub-menu2.about-menu li a.link_fixed:hover{
    background-size: auto 100%;
}
ul.sub-menu2.about-menu li a.link_fixed:hover .product-branding.about-branding{
    background-color: rgba(64,180,229,.2);
}
ul.sub-menu2 li a.link_fixed:hover span.bg-color-mm-item{
    opacity: 0.15;
}
ul.sub-menu2 li.small-link.bottom-links a {
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .05em;
    color: #000;
    transition: all .4s ease 0s;
	padding: 6px 20px;
    display: block;
    font-family: 'Raleway';
}

ul.sub-menu2 li.small-link.bottom-links.Shop a {
    color: #1767b3;
    font-weight: 700;
    text-transform: uppercase;
}
ul.sub-menu2 li .product-branding {
    display: block;
    margin-top: 5.5em;
	text-align:center;
}
ul.sub-menu2 li .product-branding.about-branding {
    position: absolute;
    bottom: 0px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin: 0 auto;
    left: 0;    right: 0;
    transition: all .4s ease 0s;
}
ul.sub-menu2 li .product-branding .product-title {
    font-size: 13px;
    line-height: 1.25em!important;
    color: rgba(0,0,0,.99);
    font-weight: 400;
}

ul.sub-menu2 li .product-branding .product-tagline {
    font-weight: 300;
    text-transform: lowercase;
    font-size: .875em;
    text-indent: 0;
    line-height: 1.25em!important;
    word-wrap: normal;
    color: rgba(0,0,0,.99);
}
ul.sub-menu2.about-menu li .product-branding .product-tagline,
ul.sub-menu2.about-menu li .product-branding .product-title{
    color: #fff !important;
    text-shadow: 1px 1px 5px black;
}
hr.custom-bar {
    width: 100%;
    border: 0;
    height: 3px;
    background-image: linear-gradient(
90deg,rgba(64,180,229,0),#40b4e5,#0033a0,rgba(0,51,160,0)); 
    margin-bottom: 20px !important;
}
nav li ul.sub-menu2 .small-link.bottom-links a:hover {
    background-color: rgba(0,0,0,.03);
    color: #000;
}
nav li ul.sub-menu2 .mega-menu-heading, 
nav li ul.sub-menu2 .live-young, 
nav li ul.sub-menu2 .look-young {
    max-width: calc(100% - 1vh)!important;
    width: calc(100% - 1vh)!important;
    margin-top: 1vh;
    display: inline-grid!important;
}
nav li ul.sub-menu2 .mega-menu-heading a, 
nav li ul.sub-menu2 .live-young a, 
nav li ul.sub-menu2 .look-young a {
    color: rgba(0,0,0,.99);
    text-indent: 0;
    height: auto;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5em;
    background: #fff!important;
    z-index: 5;
    margin: auto;
    width: auto!important;
    margin: auto;
    width: auto!important;
    display: inline-block;
    font-size: 1.125em;
    padding: 0 2em 0 2.5em!important;
    cursor: default;
}

.p-0 {
    padding: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.p_s_thumb img {
    padding: 0;
    margin: auto;
    height: 225px !important;
    width: auto;
}
.p_s_heading {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-family: 'Raleway';
    font-weight: 400;
    margin-top: 20px;
}
form.woocommerce-product-search {
    background: transparent;
    height: 42px;
    border: 1px solid #e9e9e9;
    width: 100%;
    max-width: 360px;
    border-radius: 6px;
    padding: 8px;
    font-size: 16px;
        display: flex;
            flex-flow: row-reverse;
        justify-content: flex-end;
}
input#woocommerce-product-search-field-0 {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.87);
    font-family: 'Gotham SSm';
    font-weight: 400;
        width: 100%;
    padding-left: 5px;
}
.woocommerce-notices-wrapper {
    max-width: 1170px;
    margin: 20px auto 0;
  }
.woocommerce-message,.woocommerce-info {
    background-color: #1767b3 !important;
    color: #fff !important;
    padding: 10px 12px !important;
    font-size: 16px !important;
  }
.display-on-mbl{
		display:none !important;
	}
  /* cart-page */
a#Back_btn{
    cursor: pointer;
}
p.points {
  margin-right: 15px;
}
span.wc-points-rewards-product-message {
  margin-bottom: 15px;
}
form.cart {
  flex-wrap: wrap !important;
}
  .woocommerce a.remove{
      line-height: 14px !important;
  }
.product-quantity .quantity.buttons-added {
    display: flex;
}
.woocommerce-cart #respond input#submit, .woocommerce-cart a.button, .woocommerce-cart button.button, .woocommerce-cart input.button {
    border: 2px solid #000 !important;
    color: #000 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 600 !important;
    font-family: 'Gotham SSm';
    transition: 0.4s all;
  }
  .woocommerce-cart #respond input#submit:hover, .woocommerce-cart a.button:hover, .woocommerce-cart button.button:hover, .woocommerce-cart input.button:hover,.woocommerce-cart .wc-proceed-to-checkout a.button:hover,button#place_order:hover {
    border-color: transparent !important;
    background-color: #0000000D !important;
  }
.woocommerce  .wc-proceed-to-checkout a.button,
button#place_order{
    border: 2px solid #3155a4 !important;
    color: #3155a4 !important;
    background-color: #fff !important;
    line-height: 23px !important;
    transition: 0.4s all;
}
/* cart-page-end */
/* account-page */
.woocommerce-MyAccount-navigation li a {
  padding: 12px 0;
  font-weight: 500;
}

/* account-page-end */
/* checkout-page */
.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
  }
.row .col-sm-6 {
    width: 50%;
    padding: 0 15px;
  }
.row .col-sm-12{
width: 100%;
padding: 0 15px;
}
.form-row.place-order {
  margin: 20px 0 0 !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right !important;
  width: 300px !important;
  font-size: 130% !important;
}
#customer_details+#wc_checkout_add_ons, #order_review, #order_review_heading {
  width: 100% !important;
  float: inherit !important;
}
h3#order_review_heading {
  margin-top: 30px;
}
h3#ship-to-different-address {
  padding-left: 25px !important;
  font-size: 20px;
  font-weight: 500 !important;
}
h3#ship-to-different-address label {
  font-weight: 500 !important;
}
h3#ship-to-different-address input#ship-to-different-address-checkbox {
  height: 18px;
  width: 18px;
  margin-top: 2px;
  margin-left: -22px;
}
.woocommerce form .form-row label {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 500;
  }
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], select,.select2-container--default .select2-selection--single {
    height: 45px;
    border-color: #ddd;
    background-color: #eee;
    font-size: 16px;
    font-family: 'Raleway';
  }
  .select2-container--default .select2-selection--single {
    padding: 9px 8px !important;
    font-size: 14px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 8px !important;
  }
/* checkout-page-end */
  
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
    float: left !important;
}
.woocommerce .woocommerce-ordering select {
    font-family: 'Gotham SSm';
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid #e9e9e9;
    width: 184px;
    border-radius: 6px;
    padding: 8px;
}
.woocommerce-ordering:after{
    font-family: FontAwesome !important;
    content: "\f0d7" !important;
    color: rgba(0,0,0,.54) !important;
    top: 8px !important;
}
form.woocommerce-product-search button {
    width: 22px;
    background-color: transparent;
    padding: 0;
    display: block;
    margin: 0;
    font-size: 0;
}  
form.woocommerce-product-search button:before{
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 17px;
    line-height: 1;
    color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #f2f2f2;
    padding-left: 16px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after {
    content: '';
    display: block;
    background: #d5d5d5;
    position: absolute;    left: 0;
    bottom: -1px;    width: 100%;
    height: 2px;
}
.woocommerce-tabs ul.wc-tabs li {
    border-width: 0 !important;
}
.woocommerce-tabs ul.wc-tabs li a{
    padding: 10px 24px !important;
}
.woocommerce-tabs ul.wc-tabs li.active {
    border-width: 2px 0 0 0 !important;
    position: relative;
    
}
.woocommerce-tabs ul.wc-tabs li.active::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 0;
    bottom: -1px;
    left: 0;
    z-index: 17;
    height: 1px;
    width: 100%;
    background-color: #000;
}
.woocommerce-Tabs-panel {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    line-height: 18px;
}
 ul.products li.product .button{
    width: 100% !important;
}
a.button.add_to_cart_button i,.single_add_to_cart_button i {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: text-bottom;
}
.elementor-4802 .elementor-element.elementor-element-431a758.elementor-wc-products ul.products li.product span.onsale {
    background-color: #1767b3;
    font-weight: 500;
  }
.woocommerce-variation.single_variation {
  margin-bottom: 1em;
}
ul#menu-woocommerce-menu,ul.product-categories{margin: 0;padding: 0;list-style-type: none;}
ul.product-categories li,.woo_cetegories_list>ul> li,ul#menu-woocommerce-menu >li{
    margin-bottom: 9px;
}
ul.product-categories li a,.woo_cetegories_list li a,ul#menu-woocommerce-menu li a{
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 18px;
}

li.have_child_items .dropdown
 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.sub-menu{
    list-style-type: none;
}
li.menu-item-has-children{
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
li.menu-item-has-children i.fa {
    position: absolute;
    right: 0;
    top: 5px;
  }
li.have_child_items .dropdown i,li.menu-item-has-children i{
    color: rgba(0,0,0,.54) !important;
}
li.have_child_items .child-categories-menu,li.menu-item-has-children ul.sub-menu{
    display: none;
}
ul.child-categories-menu li{
    padding: 3px 0 0 16px;
}
div#contact_detail_handle_dd{
    cursor: pointer;
}

div#contact_detail_handle_dd > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  div#contact_detail_handle_dd i.fa {
    color: #0033a0;
    font-size: 20px;
    margin-left: 0.3em;
  }
  .min-w-200 a.elementor-button {
    min-width: 250px;
  }
  .min-w-250 a.elementor-button {
    min-width: 250px;
  }
  .min-w-400 a.elementor-button {
    min-width: 400px;
  }
  .elementor-widget-wrap>.elementor-element .quantity.buttons-added a {
    display: none;
  }
  .elementor-widget-wc-add-to-cart .quantity.buttons-added input.qty{
    height: 45px;
    width: 75px;
    padding-left: 25px;
    margin-right: 15px;
  }
  .cart-icon-none i.fa-cart-plus{display: none !important;}
  /* accordion */
  .page-id-4892 .elementor-accordion-item > div {
    margin: 20px 0 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .page-id-4892 .elementor-accordion-item > .elementor-tab-title.elementor-active{
      border-bottom: 1px solid #ddd !important;
  }
  .page-id-4892 .elementor-tab-content p {
    margin-bottom: 10px;
  }
  .page-id-4892 .fa-phone-alt {
    color: #3155a4;
    font-size: 18px;
    margin-right: 5px;
  }
  a,a:hover{
      color: rgb(7, 105, 173);
  }
  /* product-accordion */
  .p-accordion .elementor-accordion .elementor-accordion-item:not(:last-child){margin-bottom: 10px;}
  .p-accordion .elementor-accordion .elementor-accordion-item{border-radius: 3px !important;  overflow: hidden;}
  .p-accordion .elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px   solid #000;
  }

.ob-p-top img{
    object-position: top !important; 
    padding-bottom: 30px;
}
.ob-p-left img{
    object-position: left !important; 
}
.ob-p-right img{
    object-position: right !important; 
}
.m-pb-0 p{
    margin-bottom: 0 !important;
}

/* out-team */
.team-member-detail-box,.travel-list,.events-list {
    position: relative;
  }
  .team-img > div {
    overflow: hidden;
    max-width: 300px;
    margin: 0 auto 30px !important;
  }
  .team-member-detail-box::after,
  .events-list::before {
    content: '';
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-image: linear-gradient(
  90deg,rgba(64,180,229,0),#40b4e5,#0033a0,rgba(0,51,160,0));
  }
  .travel-list::before{
    content: '';
    position: absolute;
    width: 85%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background-image: linear-gradient(
    90deg,rgba(64,180,229,0),#40b4e5,#0033a0,rgba(0,51,160,0));
  }

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 768px) {


/* makes the dropdown full width  */

.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
	position: absolute;
  left:0;
  right:0;
  top:100%;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
    background: #fff;
    border: none;
    border-top: 3px solid;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    z-index: 999;
    opacity: 0;
    max-height: 85vh;
    -webkit-transition: visibility .1s,opacity .25s linear;
    -moz-transition: visibility .1s,opacity .25s linear;
    -o-transition: visibility .1s,opacity .25s linear;
    transition: visibility .1s,opacity .25s linear;
}   
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}

}
@media screen and (max-width: 1170px) and (min-width: 1025px) {
.wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, 
.woocommerce .wc-columns-container.wc-columns-4 .products {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
  }
}
@media screen and (max-width: 880px) and (min-width: 768px) {
    .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, 
    .woocommerce .wc-columns-container.wc-columns-4 .products {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
      }
    }
@media screen and (max-width: 767px) and (min-width: 575px) {
    .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, 
    .woocommerce .wc-columns-container.wc-columns-4 .products {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
      }
    }
@media screen and (max-width: 575px) and (min-width: 440px) {
    .wc-related-upsell-columns-4 .related ul.products, .wc-related-upsell-columns-4 .up-sells ul.products, 
    .woocommerce .wc-columns-container.wc-columns-4 .products {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
      }
    }
@media screen and (max-width: 1170px){
	.banner-video{
		min-height: initial; 
		height: auto;
	}
}
@media screen and (max-width: 1080px) {
    .navbar-nav>li{
        padding-left: 10px;
    }
    form.woocommerce-product-search button:before{
        font-size: 14px;
    }
    input#woocommerce-product-search-field-0 {
        font-size: 14px;
        padding-left: 3px;
    }
}

@media screen and (max-width: 767px) {
	.hide-on-mbl{
		display:none !important;
	}
	.elementor-location-header .elementor-section-wrap {
	  top: 0;
	}
	.display-on-mbl{
		display:block !important;
	}
    .row .col-sm-6 {
        width: 100%;
        padding: 0 15px;
      }
	h3#ship-to-different-address {
        margin-top: 20px;
    }
	section.main-menu-header{
		background-color: #fff;
	}
	div#woocommerce-mbl-menu.elementor-widget {
	  position: fixed !important;
	  height: calc( 100vh - 106px );
	  top: 106px;
	  right: -100%;
	  background-color: #fff;
	  box-shadow: 0px 5px 10px #e3d4d4;
	  padding: 10px 15px;
	  width: 300px;
		transition: 0.4s all;
	}
	div#woocommerce-mbl-menu.elementor-widget.show{
		 right: 0;
	}
	.woocommerce-message, .woocommerce-info {
  background-color: #1767b3 !important;
  color: #fff !important;
  padding: 6px 8px !important;
  font-size: 14px !important;
}
    .elementor-4395.elementor-location-header .elementor-section-wrap {
        position: inherit;
      }
    button.navbar-toggler {
        display: block !important;
        float: right;
        padding: 0;
        color: #545454;
        background-color: transparent;
        margin-top: 20px;
        font-size: 20px;
      }
      button.navbar-toggler i.d-none{display: none;}
      div#page{margin-top: 0;}
      section.main-menu-header{
          height: 70px;
      }
      button.navbar-toggler.woo {
        margin-top: 14px;
        color: #1767b3;
      }
      div#navbarSupportedContent{
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 70px;
      }
      div#mobile-category-menu {
        display: none;
        top: 0;width: 100%;
        position: absolute;
        background-color: #fff;
        z-index: 99;left: 0;
      }
      ul.navbar-nav.primary-menu {
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
      }
      .navbar-nav>li {
        padding: 0;
        width: 100%;
      }
      .navbar-nav>li>a {
        text-align: center;
        font-size: 20px;
        color: #40b4e5;
        font-weight: 400;
        padding: 10px 0 !important;
        margin: 20px 0 5px;
      }
      nav li ul.sub-menu2 .mega-menu-heading a, nav li ul.sub-menu2 .live-young a, nav li ul.sub-menu2 .look-young a {
        letter-spacing: 3px;
        font-size: 1em;
        font-weight: 400;
        line-height: 20px;
        padding: 0 !important;
      }
      ul.navbar-nav.primary-menu li:first-child > a {
        margin-top: 0;
        padding-top: 0 !important;
      }
      /* .navbar .dropdown-menu {
        border: none;
        padding: 0;
      }
      .dropdown-menu:after {
        content: '';
        display: block;
        width: 100%;
        height: 3px;
        background-image: linear-gradient( 
      90deg,rgba(64,180,229,0),#40b4e5,#0033a0,rgba(0,51,160,0));
      } */
      /* hr.custom-bar {
        background: none;
        margin: 0 !important;
        height: 0;
      } */
      ul.sub-menu2 li.menu-item {
        width: 33%;
        padding: 10px;
        margin: 0 !important;
      }
    .header-top ul li:not(:first-child) {
        margin-left: 0;
      }
      ul.navbar-nav.mr-auto.list-unstyled-inline.ul-woo-menu,div.woo-navbar {
        display: none !important;
      }
      .woocommerce .woocommerce-ordering{margin-bottom: 20px;}
}

@media screen and (max-width: 480px) {
    ul.sub-menu2 li.menu-item {
        width: 50%;
    }
			.woocommerce-message, .woocommerce-info {
		font-size: 12px !important;
	}
}
@media screen and (max-width: 375px) {
    ul.sub-menu2 li.menu-item {
        width: 100%;
    }
}