@font-face {
  font-family: 'CFAstyStd-Book';
  src: url(../fonts/AstyCFStdBook.otf);
}
@font-face {
  font-family: 'CFAstyStd-Light';
  src: url(../fonts/AstyCFStdLight.otf);
}
@font-face {
  font-family: 'CFAstyStd-Medium';
  src: url(../fonts/AstyCFStdMedium.otf);
}
body{
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
}
select{
  outline: none;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent!important;
}
.cart-icon{
  width: 6%;
  right: 15px;
  position: relative;
}
.products-in-cart {
  color: white;
  top: 0;
  position: absolute;
  right: 13px;
  border-radius: 50%;
  width: 16px;
  font-size: 12px;
  height: 16px;
  text-align: center;
  background: #C2A18A;
}
#shipping_address_1::-webkit-input-placeholder::before {
  color:#666;
  content:"Line 1\A Line 2\A Line 3\A";
}

.checkout .col-2 {
  display: none;
}
.woocommerce .col2-set .col-1 {
  width: 100%!important;
}
.btn-black{
    background-color: black;
    color: white;
    margin-top: 50px;
    border-radius: 0px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.btn-black:hover{
  color: white!important;
}
.btn-back {
  font-size: 18px!important;
  background: black;
  color: white!important;
  width: unset;
  float: right;
}
p {
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
}
#billing_country_field {
  display: none;
}
 abbr.required {
  border: none !important;
  text-decoration: none !important;
}
.cart-collaterals {
  display: flex;
  width: 33%!important;
  border-collapse: collapse;
  border-spacing: 0;
  margin: -72px 0px 0px 0px !important;
  padding: 0px 0px 0px 50px !important;
}

.woocommerce-cart-form {
  font-family: 'CFAstyStd-Book';
}
.woocommerce{
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
}
h1{
  font-family: 'CFAstyStd-Light'!important;
}
.cart_totals h2{
  font-family: 'CFAstyStd-Light';
}
.size-guide{
  text-align: left;
}
.order-total{
  top: 5px;
  position: relative;
}
.woocommerce-Price-amount{
  padding-left:10px;
}
.wc-proceed-to-checkout{
  padding-top: 70px;
  text-transform: uppercase;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 10px;
  width:150px;
}
.woocommerce a{
  color:#000;
}
.woocommerce h3{
  font-family: 'CFAstyStd-Light'!important;
}
.wc_payment_methods{
  padding-left: 0px;
  padding-top: 20px;
}
.product-name{
 line-height:30px;
 font-size: 18px;
}
.filter{
  padding: 7px;
  font-family: 'CFAstyStd-Book';
  font-size: 14px;
  border: 0px;
  width: fit-content;
}
.sort-by{
  padding: 7px;
  font-family: 'CFAstyStd-Book';
  font-size: 14px;
  border: 0px;
  width: fit-content;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
  padding-top: 10px;
  padding-bottom: 10px;
  text-indent: 10px;
}
.select2-container .select2-search__field, .select2-container .select2-selection{
  height:4.5rem;
  padding: 0.9rem 0.3rem;
  font-size: 16px!important;
}
.select2-container .select2-selection .select2-selection__arrow{
  top: 6px;
}
.woocommerce-info{
  font-size: 14px!important;
}
.woocommerce a.button, .woocommerce button.single_add_to_cart_button, .woocommerce button[name=add-to-cart], .woocommerce button[type=submit]:not(.wp-block-search__button), .woocommerce input[name=submit]{
  background-color: #000;
}

a:hover{
  text-decoration: none!important;
}
a:focus{
  text-decoration: none!important;
}
.nav-item{
  margin-left:20px;
  margin-right:20px;
}
.logo-menu{
  padding-left: 0px;
  width: 30%;
  z-index: 1000;
}
.shop_table .product-price{
    font-family: 'CFAstyStd-Book';
    font-size: 16px;
}
.cart-subtotal{
  line-height: 30px;
}

.wpcf7 input[type="email"]{
  background-color: transparent;
  border: 1px solid white;
  width: 70%;
  padding-top: 10px;
  color: white;
  padding-bottom: 10px;
  text-indent: 20px;
  outline: none;
  float: left;
}
.wpcf7 input[type="submit"]{
  background-color: transparent;
    border: 1px solid white;
    padding-top: 13px;
    padding-bottom: 13px;
    font-family: 'CFAstyStd-Medium';
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
a {
  color: #FFFFFF;
}
.navbar{
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
}
.navbar-light .navbar-nav .nav-link{
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  padding-top: 0;
}

.masthead {
  height: 100vh;
  padding: 0;  
  background-repeat: no-repeat;
  background-size: cover;
}
.masthead p {
  color: #FFFFFF;
}

.masthead-heading{
  font-family: 'CFAstyStd-Light';
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  padding-bottom:15px;
  font-weight: bold;
}

.masthead-subheading{
font-family: 'CFAstyStd-Book';
font-size: 24px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
}
.btn-primary{
  border: 2px solid #FFFFFF!important;
  background-color: transparent!important;
  font-family: 'CFAstyStd-Medium';
  font-size: 18px!important;
  color: #FFFFFF!important;
  letter-spacing: 0;
  text-align: center!important;
  border-radius: 0px!important;
  padding-top: 13px!important;
  padding-bottom: 13px!important;
  padding-left: 27px!important;
  padding-right: 27px!important;
  margin-top: 30px!important;
  border-color:#fff!important;
}
.btn-primary:hover {
  color: black;
  background-color: white;
  border-color: white;
}
section{
  padding-top: 70px;
  padding-bottom: 70px;
}
.new-collection h1{
font-family: 'CFAstyStd-Light';
font-size: 40px;
color: #000000;
letter-spacing: 0;
text-align: center;
}

.follow-section h1{
  font-family: 'CFAstyStd-Light';
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  }
.owl-nav {
  display: none;
}
.owl-dots {
  display: none;
}
footer {
  background-color: #000000;
  padding-bottom: 20px;
}
footer p{
  font-family: 'CFAstyStd-Book';
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  background-color: #000000;
  margin-bottom: 0px;
  }
footer h2{
font-family: 'CFAstyStd-Medium';
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
text-transform: uppercase;
  }
.uppercase {
  text-transform: uppercase;
}

.end img {
  margin-bottom: 0px!important;
  text-align: left;
}
.copyright{
font-size: 10px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;
font-family: 'CFAstyStd-Book';
text-transform: uppercase;
}
.copyright a{
  color:white;
  text-decoration: none;
}
.about-title {
  font-family: 'CFAstyStd-Light';
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
}
.about-img {
  width: 100%;
}
.end {
  font-family: 'CFAstyStd-Light';
}
.end a{
  color: #FFFFFF;
  text-decoration: none;
}
.terms-text{
 text-align: left;
}
.contact-section p {
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
}
.contact-bold {
  font-weight: 800;
  font-family: 'CFAstyStd-Medium';
}
.appointment {
  font-family: 'CFAstyStd-Light';
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  border: 1px solid #000000;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20%;
  margin-left: 20%;
}
.contact-insta {
  font-family: 'CFAstyStd-Light';
  font-size: 40px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}
.woocommerce-page .site-header, .woocommerce-page .main-navigation {
  display: none !important;
}
.wp-block-template-part {
  display: none!important;
}
.wp-container-5 {
  display: none!important;
}
.wp-block-group {
  display: none!important;
}
.contact-position1 {
  /* position: absolute; */
  /* right: 25%; */
}
.contact a {
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
}
.wp-block-template-part {
  display: none!important;
}
.menu-item {
  display: none!important;
}
.current-menu-item {
  display: none!important;
}
.menu-item-home {
  display: none!important;
}
.shop-title {
  text-align: center;
  margin-left: 35%;
  font-family: 'CFAstyStd-Light';
  font-size: 40px;
  letter-spacing: 0;
}
.inline {
  display: inline;
}
.by-price {
  float: right;
  margin-right: 10%;
}
.sort-by {
  float: right;
}
.filters {
  margin-left: 5%;
  float: left;
}
.margin-ul {
  margin-left: 5%;
  padding-bottom: 100px;
}

.navbar {
  position: relative;
  min-height: auto!important;
  margin-bottom: 0px!important;
  border: 1px solid transparent;
}

.navbar-brand {
  height: auto!important;
  width:40%;
}
.product-thumbnail .woocommerce img {
  max-width: 100%!important;
}
.woocommerce img {
  height: 100%!important;
  max-width: 80%!important;
}
.button{
  text-transform: uppercase;
}
.add_to_cart_button{
  display: none!important;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-family: 'CFAstyStd-Light';
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
}
.prod-thumb {
  width: 100%;
}
.prod-img {
  width: 100%;
  /*max-height: 380px;*/
}
.product-title {
  text-align: left;
  font-family: 'CFAstyStd-Light';
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0;
  line-height: 8px;
  padding-top:20px;
}
.woocommerce-cart-form .shop_table {
  float: left;
}
.woocommerce-cart-form h4{
    font-family: 'CFAstyStd-Book';
    font-size: 16px;
    text-transform: uppercase;
}
.cart_item td{
  padding-bottom: 20px;
}
.prod-page1{
  margin-bottom: 50px;
}
.third-color {
  color: #C2A18A!important;
}
.contact a:hover {
  color: #C2A18A!important;
}
.product-category {
  text-align: left;
  font-family: 'CFAstyStd-Medium';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-transform: uppercase;
}

.summary .woocommerce-Price-amount{
  display: none!important;
}
.product-price{
font-family: 'CFAstyStd-Light';
font-size: 16px;
color: #C2A18A;
letter-spacing: 0;
font-weight: bold;
}
.products-single h3{
font-family: 'CFAstyStd-Light';
font-size: 16px;
color: #000000;
letter-spacing: 0;
/* margin-top: 30px; */
}
.variations .label{
  padding: 0em 2em 0em 0rem!important;
  font-family: 'CFAstyStd-Light';
font-size: 16px;
}
.variations select{
  padding: 10px;
  margin-bottom: 10px;
}
.variations label{
  margin-bottom: 10px!important;
  font-weight: 400;
  margin-top: 10px!important;
}
.variations{
  font-size: 14px;
  margin-bottom: 20px;
  display: none;
}
.variation{
  font-size: 14px;
}
.page-item.active .page-link{
  background-color: transparent;
  border-color: #000;
  color: #000!important;
}
.tabs .wc-tabs{
  display: none!important;
}
.shop-page a {
  color: #000000;
}
.summary h1{
  display: none;
}
.display-page {
  display: none;
}
.single-image {
  width: 70%;
  float: right;
}
.single-prod-title {
  font-family: 'CFAstyStd-Light';
  font-size: 32px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 600;
}
.single-prod-price {
  font-family: 'CFAstyStd-Book';
  font-size: 26px;
  color: #C2A18A!important;
  letter-spacing: 0;
}
.woocommerce-product-attributes {
  display: none!important;
}
.entry-summary {
  padding-top:30px;
}
.label {
  color: black!important;
}
.woocommerce-tabs {
  display: none;
}
.entry-summary{
  padding-top:0px;
}
.posted_in {
  display: none;
}
.end a:focus {
  color: white;
  font-weight: bold;
}
.end a:hover {
  color: white;
  font-weight: bold!important;
}
.added_to_cart {
  display:block;
}
.new-collection-title {
  font-family: 'CFAstyStd-Light';
  font-size: 40px;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  .shop-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sort-by {
    float: unset;
  } 
}
.product-thumbnail {
  width: 20%;
}

@media only screen and (max-width: 992px) {
  .products-in-cart {    
    width: 12px;
    height: 12px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .products-in-cart {
    width: 18px;
    font-size: 13px;
    height: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .container-cart {
    padding-left: 100px!important;
    padding-right: 100px!important;
  }
  .mobile-gallery {
    display:inline; 
    margin-top: 10px; 
    padding-right: 15px; 
    padding-left: 10px; 
  }
}

/* MOBILE */
@media only screen and (max-width: 768px) {
  /* .mobile_zoom {
    width: 125%!important;
    height: 95%!important;
    top: -80px!important;
    left: -40px!important;
  } */
  .mobile_zoom {
    width: 280%!important;
    height: 200%!important;
    top: -200px!important;
    left: -350px!important;
  }
  #submit_epdq_payment_form {
    width: 100%!important;
    float: unset!important;
  }
  .cancel {
    margin-top: 20px!important;
    width: 100%;
}
  #accordionEx1{
    text-align: center;
  }
  .btn-back {
    width: inherit;
    float: unset;
  }
  .products-in-cart {
    width: 20px;
    font-size: 13px;
    height: 20px;
    top: 19px;
    right: 28px;
  }
  .mobile-gallery {
    display:inline; 
    margin-top: 10px; 
    padding-right: 15px; 
    padding-left: 10px; 
    float: left;
    width: 50%;
  }
  
  .quantity {
    left: 15px!important;
    position: unset;
  }
  .form-row{
    margin-bottom: 20px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
  }
  .woocommerce-cart-form__cart-item .product-price{
    display: none!important;
  }
  section{
    padding-top: 40px;
  }
  .cart_totals{
    padding-top: 100px;
    margin: 0 auto;
  }
  .cart-collaterals {
    display: flex;
    width: 100%!important;
    border-collapse: collapse;
    border-spacing: 0;
    margin: -72px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  .cart_back-on-shop {
    width: 100%!important;
    border-collapse: collapse;
    border-spacing: 0;
    margin: -72px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
  }
  .new-collection-title{
    font-size: 30px;
  }
  .terms-page{
    padding-top: 0px;
  }
  .masthead {
  background-image: url(../images/home-2023.jpg);
  background-position: unset;
  background-repeat: no-repeat;
  background-size: cover;
  height: unset;
  padding: 30px;
  }
  #menuToggle {
    position: fixed!important;
    top: 60px!important;
  }
  #menu {
    position: relative!important;
    top: -31!important;
    padding-top: 120px!important;
  }
  h1{
    font-size: 30px!important;
  }
  .about-title{
    text-align: center;
  }
  .about-bg{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .new-collection{
    padding-bottom: 0px!important;
  }
  .mobile-prod-index{
    text-align: center;
    margin-bottom: 30px;
  }
  .prod-thumb{
    width: 100%;
  }
  .cart-mobile {
    width: 7%;
  }
  .cart-icon{
    width: 80%;
    position: relative;
    top: 3px;
  }
  .mobile-margin-bottom{
    margin-bottom: 20px;
  }
  .shop-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sort-by {
    float: unset;
  }
  .end, .product-title, .product-category, .product-price {
    text-align: center;
  }
  .single-image {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .single-prod-title, .single-prod-price, .summary, .entry-summary, .for-mobile {
    text-align: center;
    font-size:22px!important;
  }
  .navbar-toggler {
    float: right;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: center!important;
  }
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block!important;
  }
  .woocommerce img {
    max-width: 100%!important;
  }
  .woocommerce table.shop_table_responsive tr td::before {
    display: none;
  } 
  .contact-section p{
    text-align: center!important;
  }
  .product-thumbnail {
    text-align: left!important;
    width: 100%;
    padding-left: 30px;
  }
  .woocommerce .quantity input[type=number] {
    width: 12%!important;
    text-align: center;
  }
  .woocommerce-Price-amount {
    padding-left: 0px;
  }
  .coupon {
    display:none!important;
  }
  #coupon_code {
    margin-top: 10px;
  }
  .nav-item {
    text-align: center;
  }
  .justify-content-center {
    justify-content: unset !important;
  }
  .navbar-brand {
    width: 80%;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 1);
    border: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .product-name {
    font-size: 25px;
  }
  .shop_table_responsive.product-name {
    float: right;
  }
  .contact-position1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .appointment {
    margin-right: 5%;
    margin-left: 5%;
  }
  .background-mobile {
    background-color: #FFFFFF;
  }
  .product-center {
    text-align: center;
  }
  .cart_item .product-thumbnail {
    padding-right: 9%!important;
  }
  .cart_item {
    padding-top: 20px;
  }
  .cart_item .product-remove {
    padding-bottom: 10px;
  }
  .product-remove {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-remove .remove{
    border: none;
    text-align: left;
    /* float: left; */
    width: 25px;
    height: 20px;
    padding-left: 0px;
    font-size: 15px;
    margin-bottom: 20px;
    text-decoration: underline 1px;
  }
  .single_add_to_cart_button {
    font-size: 17px;
    margin-top: 20px!important;
    border: none;
    width: 50%;
    height: 50px;
  }
  .hr_mobile{
    margin-top: 0px;
  }
  .shopping-title {
    text-align: center;
    margin-top: 17px;
  }
  .variations select{
    width: 100%;
  }
  .woocommerce table.cart img {
    width: 100%;
  }
  .for-mobile{
    text-align: center;
  }

  .quantity .input-text {
    text-align: center;
 
  }
}
.coupon {
  display:none!important;
}
.for-mobile {
  margin-bottom: 20px;
}
.single_add_to_cart_button {
  background-color: white;
  color: black;
  border: solid 1px;
  padding-top: 3px;
  margin-bottom: 20px;
  
  width: 160px;
  border-radius: 0px;
  height: 40px;
  -webkit-transition: color 0.5s;
  -moz-transition:    color 0.5s;
  -ms-transition:     color 0.5s;
  -o-transition:      color 0.5s;
  transition:         color 0.5s;
}
.single_add_to_cart_button:hover {
  background-color: #C2A18A;
  color: #FFFFFF;
  /* border: solid 1px black!important; */
}
#messageTarget {
  border: 1px solid #C2A18A;
  width: fit-content;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
}
li {
  display:inline-block;
  margin-right: 15px;
  transition:all 0.3s ease-in-out;
}
li:hover {

}
a::before {
  visibility: visible;
  transform: scale(1, 1);
}
.submenu {
  overflow:hidden;
  position:absolute;
  left: 0;
  width: 100%!important;
  background-color: #FFFFFF;
  height: 0;
  text-align: center;
  box-sizing:border-box;
  transition:height 0.5s ease-in-out;
  transition-delay: 0.3s;
  margin-top: 20px!important;
  z-index: 100;
}
.open-submenu { 
  height: 200px!important;
  border: none;
  text-align: center;
  margin-top: 20px!important;
  z-index: 100;
  width: 100%;
}
.navbar a {
  color: #000000!important;
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
}
.hide-extra-image {
  display: none;
}
.submenu li {
  display: block;
  line-height: 26px;
}
.open-submenu li {
  display: block;
}
.navbar a:hover {
  color: #000000!important;
}







#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 4px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000000;
  border-radius: 3px;
  z-index: 1000;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #36383F;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
  position: absolute;
  width: 70%;
  height: 100vh;
  box-shadow: 0 0 10px #000000;
  margin: -50px 0 0 -50px;
  padding-right: 90%;
  padding-left: 0;
  padding-top: 90px;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  z-index: 100;
}
#menu li {
  padding: 0px 0;
  transition-delay: 2s;
}
#menuToggle input:checked ~ ul {
  transform: none;
}
.inline {
  display: inline;
}
.navigation {
  height: 0px;
  padding-top: 15px;
}
.products-single{
  padding-top: 20px;
}

.logo-mobile {
  z-index: 1000;
  margin-left: 33%;
  width: 20%;
  position: relative;
  top: -5px;
  z-index: -1;
}
.container-mobile {
  padding-top: 70px;
}
.row-mobile {
  margin-top: -70px!important;
}
.cart-mobile {
  float: right;
  right: 8px;
  position: relative;
  width: 9%;
}
#menu a {
  line-height: 40px;
}




.owl-carousel .owl-stage-outer {
  z-index: 10;
}



#menu a{
  padding: 0px 0px 0px 54px;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 100px;
  box-shadow: 0 0 10px #000000;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #000000;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #000000;
}
.sidenav .closebtn {
  position: absolute!important;
  top: 30;
  right: 25px;
  font-size: 36px!important;
  margin-left: 50px;
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 30px;
  margin-top: -37%;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.shop-title-mobile {
  font-family: 'CFAstyStd-Book';
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  padding-left: 31px;
  margin-top: 0px;
}
.navigation a {
  color: #000000;
}
.width_mobile {
  width: 50%;
}
#guide_size {
  display: none;
}
.size-guide {
  width: 80%;
}
#guide {
  color: black;
  margin-top: 10px;
  font-family: 'CFAstyStd-Light';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 30px;
  cursor: pointer;
}
#close_size {
  color: black;
  margin-top: 10px;
  font-family: 'CFAstyStd-Light';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  margin-top: 30px;
}
.size-box {
  border: 1px solid;
  font-size: 13px;
  border: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 9px 11px 9px 11px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}
.color-box {
  border: 1px solid;
  font-size: 13px;
  border: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
  display: inline-block;
  padding: 9px 11px 9px 11px;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
}
/* .color-box {
  border: 1px solid;
  max-width: 10%;
  display: inline;
  padding: 5px;
} */
.selected-size {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #1b1b1b;
  margin-bottom: 11px;
  font-size: 13px;
}
.selected-color {
  border-bottom: none;
  box-shadow: inset 0 -2px 0 #1b1b1b;
  margin-bottom: 11px;
  font-size: 13px;
}
#pa_size {
  display: none;
}
#pa_color {
  display: none;
}
.reset_variations {
  display: none!important;
}
#mySidenav2 a {
  position: relative;
}
.navigation a {
  font-family: 'CFAstyStd-Book';
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
}
.cart_totals {
  width: unset!important;
  float: none!important;
}
.rest-images {            
  display: inline;
  max-width: 200px;
  float: left;
}
.right {
  transform: rotate(354deg);
  -webkit-transform: rotate(0deg)!important;
}
.carousel-inner2 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item {
  width: 100%;
}
#myCarousel2.item{
  width: 100%;
}
.first-single {
  width: 70%;
  float: right;
}
.quantity input{
  text-align: center;
}
/*  */


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: auto;
  margin: auto;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent!important;
  margin: auto;
  padding: 0;
  height: 100%;
  /* width: 90%;
  max-width: 1200px; */
}

/* The Close Button */
.close {
  color: white!important;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1!important;
  z-index: 1100;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 70px!important;
  font-weight: bold;
  color: #f2f2f2;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  width: 50px!important;
}
img.demo {
  opacity: 0.6;
}
.demo {
  float: left;
}
.active,
.demo:hover {
  opacity: 1;
}
.dashicons-search {
  display: none!important;
}
.woo-variation-gallery-wrapper .woo-variation-gallery-trigger {
  background: transparent!important;
}
img.hover-shadow {
  transition: 0.3s;
}
#submit_epdq_payment_form {
  float: right;
  width: 30%;
  height: 45px;
  background: black;
  border: none;
}
.woo-variation-gallery-slider-wrapper img.zoomed {
  transform: scale(1.5);
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#gallery {
  display: none;
}
.order_details {
  text-align: center;
  margin-top: 50px;
}
.thank_message p{
  text-align: center;
  text-align: center;
  margin-bottom: 100px;
}
.cancel {
  margin-top: 0px;
  background-color: white!important;
  color: black!important;
}
.wvg-gallery-thumbnail-image img{
  border: solid 1px #C2A18A;
}
.sumOfImages {
  top: 0px;
  position: absolute;
  left: 10px;
  color: white;
  font-size: 12px;
  padding: 8px 12px;
}
.containerWidth {
  width: 85%!important;
}
.product-remove .remove{
  text-decoration: underline 1px;
}
.qib-button-wrapper {
/*   display: contents; */
/* display:none; */
}
form.variations_form.cart td.label {
	display: none !important;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
form.variations_form.cart .single_variation_wrap {
	margin-left: 0 !important; 
}
.color-white {
  color:white!important;
}
.center-button{
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-notice {
  width: 50%;
  background: transparent;
  border-radius: 50%;
}
.product-quantity {
  display: none!important;
}
.product-subtotal {
  display: none!important;
}
.tooltip-notice {
  background-color: rgb(150, 150, 150);
  color: white;
  font-size: 15px!important;
  outline: none!important;
  outline-offset: none!important;
  border-radius: 50%!important;
  padding: 2px 9px!important;
  margin-left: 10px;
}
.tooltip-notice:hover {
  background-color: transparent;
  border-radius: 15px;
  background-color: #333;
  color: white!important;
  outline:none!important;
  outline-offset:none!important;
  border-color:transparent!important;
}
.tooltip-notice:hover {
  border-color:transparent!important;
}


.wc-proceed-to-checkout {
  text-align: center;
}

.shipping-calculator-button {
  display: none;
}

.woocommerce-shipping-totals {
  font-size:  13px;
}

.shipping_method {
  margin-right: 5px!important;
}