@font-face {
  font-family: futura;
  src: url(../fonts/futura-lt-cufonfonts/FuturaLT-Book.ttf);
}

@font-face {
  font-family: futura-regular;
  src: url(../fonts/futura-lt-cufonfonts/FuturaLT.ttf);
}

@font-face {
  font-family: wilkista;
  src: url(../fonts/wilkista-font-1684842326-0/wilkysta.ttf);
}

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
}.variations tr {
    display: flex;
    column-gap: 30px;
}
.variations tr:first-child {
  display: inherit !important;
}

.variations label {
  width: 30px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    position: relative;
    left: -17px;
    margin: -6px;
    font-size: 8px;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    padding: 0 0 30px;
    border-bottom: 1px solid black;
    margin: 0 0 70px;
    width: 570px;
}

.prod-div ul.woocommerce-widget-layered-nav-list {
    display: inline-flex;
    column-gap: 15px;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px;
}
.prod-div ul.woocommerce-widget-layered-nav-list li:hover {
    background: black;
    color: white !important;
}
.prod-div ul.woocommerce-widget-layered-nav-list li:hover a {
    color: white !important;
}
.prod-div ul.woocommerce-widget-layered-nav-list li {
    border: 1px solid black;
    color: black;
    transition:.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin: 10px 0 0;
}

.prod-div ul.woocommerce-widget-layered-nav-list li a {
     color: black;
}

.woocommerce div.product form.cart .variations select {
    max-width: 185px;
    display: inline-block;
    margin-right: 1em;
    width: 185px;
    margin: 0 0 10px;
    font-size: 14px;
    padding: 2px 0;
}
.summary.entry-summary a.button.alt {
    text-align: center !important;
    display: flex !important;
     height: 50px;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}
button.single_add_to_cart_button.button.alt.wp-element-button {
    width: 100% !important;
    height: 50px !important;
    background: transparent !important;
    border: 1px solid black !important;
    text-transform: uppercase !important;
    font-weight: 400;
    color: #090808 !important;
    opacity: 1 !important;
}
section.related.products h2 {
    font-size: 50px;
    text-align: center;
    font-family: 'wilkista';
    margin: 0 0 30px;
    font-weight: 300;
}
.postid-103  .section2 {
    padding-bottom: 10px;
}
.woocommerce-Tabs-panel h2 {
    font-size: 35px;
        font-family: 'wilkista';

    margin: 0 0 15px;
}
td.woocommerce-product-attributes-item__value p a {
    color: black;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 2em !important;
}
section.related.products {
    padding-top: 80px;
    border-top: 1px solid #7f7f7e;
    margin-top: 90px !important;
}
h6.reg {
    display: inline-block !important; 
    color: black !important;
}
.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 550px !important;
    object-fit: cover;
    object-position: top;
}
.woocommerce div.product form.cart {
    margin-bottom: 20px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: 1;
}
.woocommerce div.product div.summary {
    margin-bottom: 2em;
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 71vh;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 15px;
    margin: 0 0 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html,body {
    overflow-x:hidden;
}

body {
  font-family: "futura-regular", sans-serif;
  overflow-x: hidden;
}
ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0px 0.2% -0.008em 0;
    padding: 0;
    position: relative;
    width: 31.99% !important;
    margin-left: 0;
}
button {
  border: 0;
  outline: 0;
}

button:hover {
  cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
  border: 0;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

/* a, p{
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.no-pad {
  padding: 0;
}

header .header-top {
  height: 40px;
  background-color: #000;
}

header .header-top p {
  color: #fff;
  letter-spacing: 2px;
  font-size: 15px;
}

header .header-main {
  height: 160px;
  background-image: url(../images/header-top.jpg);
  padding: 10px 0;
}

header .header-main .nav-links ul {
  display: inline-flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 0;
  width: 60%;
  margin-left: auto;
}

header .header-main .nav-links ul.icon-div {
  justify-content: flex-end;
}

header .header-main .nav-links ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section1 {
  min-height: 736px;
  /*background-image: url(../images/banner.jpg);*/
  display: flex!important;
  align-items: center;
  justify-content: center;
  background-position: top center;
  background-size: cover;
}

.section1 .slick-dots {
  display: inline-flex !important;
  left: 50% !important;
  bottom: -190px !important;
  transform: translate(-50%, 0);
  height: max-content;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.section1 .heading {
  font-family: wilkista;
  font-size: 85px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.heading-2 {
  font-family: wilkista;
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -1px;
}

.heading-3 {
  font-family: wilkista;
  font-size: 55px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.heading-4 {
  font-family: wilkista;
  font-size: 25px;
}

.section1 .text-1 {
  font-size: 18px;
  font-family: futura-regular;
  letter-spacing: 3px;
}

.btn-1 {
  background-color: #000;
  border: 2px solid #f0c415;
  height: 55px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .3s;
}

.btn-1:hover {
  background-color: #f0c415;
  border: 2px solid #000;
  color: #fff;
}

.btn-2 {
  background-color: #fff;
  border: 2px solid #000;
  height: 55px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .3s;
}

.btn-2:hover {
  background-color: #000;
  color: #fff;
}

.btn-3 {
  background-color: #ffffffa6;
  border: none;
  height: 58px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .3s;
}

/* 
.btn-3:hover{
  background-color: #ffffffa6;
} */

.btn-4 {
  background-color: transparent;
  border: 2px solid #f0c415;
  height: 55px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  transition: .3s;
}

.btn-4:hover {
  background-color: #f0c415;
  color: #000 !important;

}

.section2 {
  padding: 90px 0;
  padding-bottom: 60px;
}

.prod-img {
  position: relative;
}

.prod-img .heart-div {
  position: absolute;
  right: 18px;
  top: 18px;
}

.prod-img .heart-div i {
  font-size: 24px;
}

.prod-img .heart-div i.fa-heart {
  color: #ff2323;
}

.prod-div {
  padding: 25px 0;
  padding-bottom: 0;
}

.prod-div .prod {
  margin-bottom: 50px;
}

.prod-text-1 {
  font-family: "futura-regular";
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 15px;
  color: black;
}

.prod-text-2 {
  font-family: "futura-regular";
  font-size: 12px;
  font-weight: 600;
  color: black;
}

.section3 {
  position: relative;
}

.section3 .cmng {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #ffffff91;
}

.section3 .head {
  height: 115px;
  background-image: url(../images/header-top.jpg);
  display: flex;
  align-items: center;
}

.section3 .pre-div {
  position: relative;
  padding: 0;
}

.section3 .pre-div .btn-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section3 .btn-2 {
  margin-top: 50px;
}

.section4 {
  padding: 50px 0;
}

.section4 .btn-div .btn-2 {
  margin: 0;
  margin-left: auto;
}

.section5 {
  min-height: 400px;
  /*background-image: url(../images/44.jpg);*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

footer {
  min-height: 480px;
  background-image: url(../images/footer-bg.jpg);
  background-position: center;
  background-size: cover;
  padding-top: 115px;
}

footer .footer-main {
  padding-bottom: 75px;
}

footer .footer-bootom {
  border-top: 2px solid #7d7d7b;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-bootom p a {
  color: #000;
}

footer .footer-bootom p {
  letter-spacing: 1px;
}

footer .text-1 {
  letter-spacing: 1px;
  width: 90%;
}

footer ul {
  margin-top: 10px;
  margin-bottom: 0;
}

footer ul li {
  margin-top: 15px;
}

footer ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

footer ul li .icon-div {
  height: 40px;
  width: 40px;
  border: 1px solid black;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: 0.3s;
  cursor: pointer;
}

footer ul li .icon-div i {
  font-size: 20px;
}

footer ul li .icon-div:hover {
  background-color: #000;
}

footer ul li .icon-div:hover i {
  color: white;
}

footer ul li .input-group {
  position: relative;
}

ul li .input-group i {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  color: #a2a2a0;
  cursor: pointer;
}

ul li .input-group input {
  border: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  width: 100%;
  margin: 0px 0;
}

.slick-slider .element {
  height: 100px;
  width: 100px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  margin: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.slick-slider .slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.prod-div .col-md-3,
.prod-div .col-md-4 {
  padding-left: 5px;
}

.section3 .pre-div img {
  width: 100%;
}

.prod-div .prod-img img {
  width: 100%;
}

.section5 .heading-3 {
  margin-top: 15px;
}

.slick-dots li button:before {
  background-image: url(../images/dot.png) !important;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-color: #ff000000;
}

.slick-dots li.slick-active button:before {
  background-image: url(../images/dot-active.png) !important;
}

.slick-dots li.slick-active {
  transform: scale(1.40);
  margin-top: 7px;
}

.section1 .slick-dots {
  column-gap: 12px;
  bottom: -170px !important;
}


header .header-main .nav-links ul.icon-div a {
  font-size: 19px;
}


.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  width: 14px;
  height: 14px;
}


.prod-img-after .prod-img::after {
  position: absolute;
 background-image: url(../images/cmng.png) !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  
  background-color: rgba(255, 255, 255, 0.452);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}











/* /////*/

.banner-title {
  min-height: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title .text h2 {
  font-family: wilkista;
  font-size: 85px;
  color: white;
  text-align: center;
  font-weight: 500;
}

.contact-sec-1 {
  padding: 110px 0;
}

.text h2 {
  font-size: 50px;
  font-weight: 500;
  font-family: wilkista;
  margin-bottom: 10px;
  color: black;
}

.contact-sec-1 p {
  max-width: 73%;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.contact-sec-1 form input,
.contact-sec-1 form textarea {
  width: 100%;
  border: 1px solid #7f7f7e;
  height: 70px;
  margin: 0 0 30px;
  text-transform: uppercase;
  padding: 0 22px;
}

.contact-sec-1 form textarea {
  min-height: 220px;
  padding-top: 25px !important;
}

.contact-sec-1 .btn-2 {
  text-transform: uppercase;
}

.contact-sec-1 .text {
  max-width: 930px;
  margin: 0 auto;
}

.about-sec-1 {
  padding: 100px 0;
}

.about-sec-1 .text p {
  font-size: 16px;
  text-transform: uppercase;
  max-width: 82%;
  line-height: 1.9;
  margin: 0 auto;
  letter-spacing: 0.9px;
}

.about-sec-1 hr {
  border: 0;
  border-top: 1px solid #000000;
  margin: 90px 0 0;
}

.about-sec-2 {
  padding-bottom: 100px;
}

.about-sec-2 .text p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2;
  max-width: 99%;
  letter-spacing: 0.6px;
}

.about-sec-2 .text img {
  margin: 0 0 -5px;
}

.variations tbody  tr:nth-child(2){
    position:relative;
}


.variations tbody  tr:nth-child(2)::before {
    content: "Customized Size";
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 0px;
    position: absolute;
    top: -45px;
}


button#place_order {
    background: black !important;
    transition: .5s;
}
button#place_order:hover {
    background: #d1d1d1 !important;
    color: black;
}

.woocommerce-product-details__short-description p {
    border-bottom: 1px solid black !important;
    padding: 0 0 30px;
    margin: 0 0 30px;
}
.woocommerce-message {
    border-top-color: #000000;
}

.woocommerce-message::before {
    content: "\e015";
    color: #000000 !important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
    background: black !important;
    border: 2px solid black;
    transition: .5s;
}

a.checkout-button.button.alt.wc-forward.wp-element-button:hover {
    background: #00000000 !important;
    border: 2px solid black;
    color: black;
}
.woocommerce-info {
    border-top-color: #000000 !important;
}
.section5 .btn-1:hover {
    background-color: #ffffff;
    border: 2px solid #000;
    color: black !important;
}

.section2 .woocommerce li a {
    color: black;
    line-height: 1.9;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 50px;
    padding: 0 15px;
}
.woocommerce form .form-row {
    display: block;
}

.modal .modal-body input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid black;
    border-radius: 8px;
}

.modal-header {
    border-bottom: none;
}ul.products li {
    width: 24% !important;
    margin-left: 1% !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    max-width: 550px;
    margin: 0 auto 40px;
}

.page-id-86 .woocommerce h2 {
    text-align: center;
    margin: 0 0 20px;
}


.u-column1.col-1.woocommerce-Address {
    max-width: 100%;
}

p.stars a {
    color: #f0c415 !important;
}
.nav-links ul#menu-header-menu-2 {
    display: flex;
    column-gap: 41px !important;
}

.mob-inh {
    display: none;
}
footer ul li .input-group {
    position: relative;
    display: inherit;
}
.gjs-cell input[type="submit"] {
    position: absolute;
    top: 10px;
    width: 20px !IMPORTANT;
    right: 0;
    opacity: 0;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin: 15px 0 0;
}
.first-slide-text a {
    margin: 0;
}ul.products li {
    width: 32% ;
    /*margin-left: 1% !important;*/
}

.tax-product_cat ul.products li {
    width: 32% !important;
    margin-left: 1% !important;
}

.section3 .slick-arrow {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent;
}

.section3 .slide-arrow.next-arrow {
    left: 70px;
    position: absolute;
}

.woocommerce nav.woocommerce-pagination ul {
    border:none !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
    transition:.5s;

}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000000;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: black;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
        transition:.5s;

    font-size: 16px;
    border: 1px solid #00000061;
    margin-right: 10px;
}

h1.woocommerce-products-header__title.page-title {
    margin: 0 0 20px;
}


h2.woocommerce-loop-category__title {
    color: black;
}


 .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 0;
}

.section2 .prod-div .sidepro {
    margin-top: 15%;
}

/*.section2 div#primary ul.products ul.products li.product, .woocommerce-page ul.products li.product {*/
/*    float: left;*/
/*    margin: 0px 2.2% -0.008em 0;*/
/*    padding: 0;*/
/*    position: relative;*/
/*    width: 35.99% !important;*/
/*    margin-left: 0;*/
/*}*/
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 100%;
    height: 50px;
    background: transparent !important;
    opacity: 1;
    border: 1px solid black;
    color: black;
    text-transform: uppercase;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: transparent;
    color: black;
}
button.single_add_to_cart_button.button.alt {
       width: 100%;
       height: 50px;
       transition: .5s;
       background: transparent !important;
       opacity: 1;
       border: 1px solid black;
       color: black !important;
       text-transform: uppercase;
}
a.checkout-button.button.alt.wc-forward {
    background: black;
        border: 1px solid black;
                        transition: .5s;


}

button.button.alt {
    background: black !important;
}
button.single_add_to_cart_button.button.alt:hover {
        background: black;
                transition: .5s;


}

.slick-track:before, .slick-track:after{
    
    display:none !important;
} 

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


@media only screen and (max-width: 1400px) {
    .nav-links ul#menu-header-menu-2 {
    display: flex;
    column-gap: 25px !important;
}
header .header-main .nav-links ul {

    width: 50%;
}
    
    
    .contact-sec-1 form input, .contact-sec-1 form textarea {
    height: 60px;
    padding: 0 20px;
    font-size: 14px;
}
    .contact-sec-1 p {
    max-width: 80%;
    font-size: 14px;
    margin: 0 auto 40px;
}
    
    .contact-sec-1 {
    padding: 80px 0 20px;
}
    
    .text h2 {
    font-size: 45px;
}
    .about-sec-1 .text p {
    font-size: 14px;
}

.about-sec-1 {
    padding: 80px 0;
}
.about-sec-2 .text p {
    font-size: 14px;
    max-width: 100%;
}

.about-sec-2 {
    padding-bottom: 80px;
}

.about-sec-1 hr {
    margin: 70px 0 0;
}
    
    .term-dress .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 0px;
}

    .banner-title {
    min-height: 310px;
}

.banner-title .text h2 {
    font-size: 55px;
}
    
    .section1 {
    min-height: 540px;
}

.section1 .slick-dots {
    column-gap: 12px;
    bottom: -40% !important;
}

header .header-main .nav-links ul li a {
    font-size: 14px;
}

.section1 .heading {
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.section1 .slick-dots {
    column-gap: 12px;
    bottom: -70% !important;
}

.section1 .text-1 {
    font-size: 16px;
}

header .header-top p {
    letter-spacing: 1px;
    font-size: 14px;
}

.prod-text-1 {
    font-size: 18px;
}

.heading-2 {
    font-size: 40px;
}
    
}



@media only screen and (max-width: 1199px) {
    
    nav.woocommerce-pagination {
    margin: 0 0 40px;
}
    
    .summary.entry-summary a.button.alt {

    padding: 25px 0;
}

.prod-text-1 {
    font-size: 15px;
}
ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    margin: 0 0 0px;
    width: 447px;
}

h1.product_title.entry-title {
    font-size: 30px;
}
    .woocommerce-product-gallery__image.flex-active-slide a img {
    height: 450px !important;
    object-fit: cover;
    object-position: top;
}

.woocommerce-product-details__short-description p {

    font-size: 14px;
}

section.related.products h2 {
    font-size: 40px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    font-size: 14px;
}

a.button.alt {
    font-size: 14px;
}


section.related.products {
    padding-top: 60px;
    margin-top: 60px !important;
}
    
    header .header-main .nav-links ul li a {
    font-size: 13px;
}
    
    .term-dress .section2 {
    padding: 50px 0;
    padding-bottom: 0;
}
    
    .section5 {
    min-height: 310px;
}
    .section2 {
    padding: 50px 0;
    padding-bottom: 50px;
}
.heading-3 {
    font-size: 45px;
}

}


@media only screen and (max-width: 991px) {
    
    
    .btn-3 {
    height: 55px;
    width: 200px;
    font-size: 12px;
    padding: 0 10px;
}
    
    section.section3 .prev-arrow img {
    width: 80px;
}
  section.section3 .next-arrow img {
    width: 20px;
}
    .section3 .slick-slide img {
    width: 100% !important;
}

.section3 .slide-arrow.next-arrow {
    left: 80px;
    position: absolute;
}
    
    .section4 h2.heading-2.text-left.text-capitalize {
    text-align: left !important;
}
.section4 button.btn-2.text-uppercase {
    float: right;
}
    ol.flex-control-nav.flex-control-thumbs li img {
    height: auto !IMPORTANT;
}
    
    .section2 {
    padding: 50px 0;
    padding-bottom: 10px;
}

    .woocommerce div.product div.images img {
    height: 470px;
    object-fit: cover;
}
    .summary.entry-summary a.button.alt {
    padding: 21px 0;
    height: 40px !IMPORTANT;
    font-size: 12px !important;
}
    button.single_add_to_cart_button.button.alt.wp-element-button {
    height: 40px !important;

    font-size: 12px !important;
}
    .woocommerce div.product form.cart .variations tbody {
    display: flex;
    justify-content: flex-start;
}
  

.variations tr {
    column-gap: 5px;

    height: 34px;
}

    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    margin: 0 0 0px !important;
    width: auto !important;
    border: none;
}
    ul.variable-items-wrapper.button-variable-items-wrapper.wvs-style-squared {
    margin: 0 0 0px;
    width: 333px;
}
    .first-slide-text {
    text-align: left !important;
    padding-left: 60px !important;
}

.first-slide-text .btn-1 {
    margin: 0;
}
    .first-slide-text {
    text-align: left;
}
    .section1 .heading br {
    display: none !important;
}
    
    .first-slide-text {
    text-align: center;
}

.slide-1 .col-lg-6 a {
    float: none !important;
}
       .mob-menu-header-holder.mobmenu {
    height: 63px !important;
}
#mobmenuright li a, #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
    color: #fff !important;
}
.mobmenu-content #mobmenuright li:hover {
    background-color: #f0c415 !important;
}
.mobmenu-right-alignment.mobmenu-panel.mobmenu-right-panel.show-panel {
    background: black !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: #f0c415 !important;
}
.mob-menu-logo-holder .mob-retina-logo {
    display: inline-block;
    width: 57px !important;
    height: 57px !important;
}
.mobmenur-container i {
    padding-top: 6px !important;
}
 h1.product_title.entry-title {
    font-size: 25px;
}

.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 400px !important;
    object-fit: cover;
    object-position: top;
}

.woocommerce div.product div.summary {

    height: 55vh;
}
    
    
    .postid-105 .section2 {
    padding: 50px 0;
    padding-bottom: 10px;
}

.woocommerce-Tabs-panel h2 {
    font-size: 30px;
    margin: 0 0 15px;
}
.woocommerce-product-details__short-description p {
    padding: 0 0 20px;
    margin: 0 0 30px;
}

    
section.related.products {
    padding-top: 10px;
    margin-top: 0px !important;
    border: none;
}
section.related.products h2 {
    font-size: 35px;
    margin: 0 0 20px;
}
    
    .contact-sec-1 p {
    max-width: 90%;
    font-size: 14px;
    margin: 0 auto 20px;
}

.contact-sec-1 {
    padding: 50px 0 20px;
}
    
    .about-sec-1 .text p {
    font-size: 13px;
    max-width: 100%;
}

.about-sec-2 .img-box img {
    width: 70%;
    margin: 0 0 20px;
}

.about-sec-2 .text {
    text-align: center;
}


.text h2 {
    font-size: 40px;
}

.about-sec-2 .text p {
    font-size: 13px;
    max-width: 100%;
}

.about-sec-2 {
    padding-bottom: 50px;
}

.about-sec-1 hr {
    margin: 40px 0 0;
}
.about-sec-1 {
    padding: 60px 0;
}

.about-sec-2 .img-box {
    text-align: center;
}
    .footer-main {
    text-align: left;
}
    
    .term-dress .section2 {
    padding: 40px 0;
    padding-bottom: 10px;
}
    
    
    .banner-title {
    min-height: 250px;
}


.banner-title .text h2 {
    font-size: 45px;
}
    
    
    .section3 {
    display: inherit;
}

    footer ul li .icon-div i {
    font-size: 14px;
}
    
    .prod {
    max-width: 350px;
    margin: 0 auto;
}
    
    .section1 .slick-dots {
    column-gap: 12px;
    bottom: -49% !important;
}
    
    .section1 {
    min-height: 400px;
}

.section1 .heading {
    font-size: 36px;
}
.section1 .text-1 {
    font-size: 13px;
}

.btn-1 {
    height: 50px;
    width: 140px;
    font-size: 14px;
}

.prod-div .prod {
    margin-bottom: 30px;
}


.prod-text-1 {
    font-size: 14px;
}
.btn-2 {
    height: 45px;
    width: 115px;
    font-size: 13px;
}
.section5 {
    min-height: 330px;
}

footer {
    padding-top: 55px;
}
footer ul li a {
    font-size: 14px;
}

footer {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 15px;
    text-align: center;
}

footer .text-1 {
    letter-spacing: 1px;
    width: 100%;
}
footer .footer-bootom p {
    font-size: 14px;
}

footer ul li .icon-div {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    margin-right: 6px;
}

.section3 .pre-div img {
    width: 50%;
    margin: 0 auto;
    display: table;
}

.heading-3 {
    font-size: 35px;
    margin-bottom: 20px;
}

.section5 {
    min-height: 280px;
}
.section4 {
    padding: 50px 0 20px;
}

.section4 .btn-div {
    text-align: center !IMPORTANT;
}

.section4 .btn-div .btn-2 {
    margin: 0 auto;
}

.heading-2 {
    font-size: 35px;
    text-align: center !important;
    margin: 0 0 10px;
}

footer ul li {
    margin-top: 5px;
}

.heading-4 {
    font-size: 20px;
    margin: 10px 0 0;
}

.pl-5, .px-5 {
    padding-left: 1rem!important;
}

footer .d-flex {
    justify-content: center;
}

footer .footer-main {
    padding-bottom: 25px;
}
footer .footer-bootom p {
    font-size: 12px;
}

footer .footer-bootom {
    padding: 10px 0px;
    height: auto;
}

.section3 .head {
    height: auto;
    display: inherit;
    align-items: center;
}
section.section3 img {
    margin: 0 auto 20px;
    display: table;
}
.contact-sec-1 form textarea {
    min-height: 140px;
    padding-top: 15px !important;
}

.contact-sec-1 form input, .contact-sec-1 form textarea {

    margin: 0 0 20px;
}

}

@media only screen and (max-width: 767px) {
    .section2 .prod-div h4 {
    font-size: 20px;
    margin: 10px 0 0;
}



    h6.reg {
    font-size: 13px !important;
}
    .section3 .btn-2 {
    margin-top: 30px;
}
    
    .section3 .btn-div {
    display: inherit;
}
    section.section3 .next-arrow img {
    width: 15px;
}

.btn-3 {
    height: 50px;
    width: 160px;
    font-size: 11px;
    padding: 0 6px;
}
    .section3 .slick-slide .btn-div {
    display: inherit !important;
}
    .section3 .slide-arrow.next-arrow {
    left: 280px;
    position: absolute;
}

.section3 .slick-arrow {
    top: -20px;
}
    ul.products li.product, .woocommerce-page ul.products li.product {

    width: 46.99% !important;
}
      .woocommerce div.product form.cart .variations tbody {
    display: flex;
    justify-content: center;
}
    .section4 button.btn-2.text-uppercase {
    float: none;
}
    .section4 h2.heading-2.text-left.text-capitalize {
    text-align: center !important;
}
    
    .section2 select.orderby {
    padding: 7px !important;
    font-size: 13px !important;
}

    .tax-product_cat ul.products li {
    width: 48% !important;
    margin-left: 1% !important;
}
    .sidepro {
    margin-top: 0 !important;
    text-align: center !important;
}
    .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol li img {
    height: auto !important;
}


       ol.flex-control-nav.flex-control-thumbs li img {
    height: auto !IMPORTANT;
}
    .woocommerce div.product div.images img {
    height: 470px !IMPORTANT;
    object-fit: cover;
    object-position: top;
}

ul.products li {
    width: 48% !important;
    margin-left: 1% !important;
}
    
    .first-slide-text {
    text-align: left !important;
    padding-left: 53px !important;
}
    .slick-dots li button:hover:before, .slick-dots li button:focus:before {
    width: 16px;
    height: 16px;
}
.slick-dots li button:before {
      width: 16px;
    height: 16px;
}
.section1 .heading {
    font-size: 26px;
}
.btn-1 {
    height: 40px;
    width: 120px;
    font-size: 13px;
}
.section1 {
    min-height: 340px;
}
.section1 .text-1 {
    font-size: 12px;
    letter-spacing: .9px;
}
.slick-dots li button:before {
    background-image: url(../images/dot.png) !important;
    height: 11px;
    width: 11px;

}

.slick-dots {
    column-gap: 5px !important;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {

    width: 11px;
    height: 11px;
}
    .es-form-field-container {
    padding: 0 !important;
}
    .mob-inh {
    margin: 0 0 23px;
}
    .btn-div {
    display: none ;
}
.mob-inh {
    display: inherit;
}
    .banner-title {
    min-height: 210px;
}
    
    .page-id-84 .section2 {
    padding: 30px 0 !important;
    padding-bottom: 15px !important;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
    font-size: 13px;
    padding: 15px 0;
}
    
    .cart_totals h2 {
    font-size: 25px !important;
    margin: 0 0 10px !important;
}
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 14px !important;
}
    
    .woocommerce div.product div.summary {
    height: auto;
    text-align: center;
}


    .contact-sec-1 p {
    max-width: 100%;
    font-size: 12px;
    margin: 0 auto 10px;
    letter-spacing: 0px;
}
    
    .contact-sec-1 form input, .contact-sec-1 form textarea {
    height: 50px;
    padding: 0 15px;
    font-size: 13px;
}
    
    .text h2 {
    font-size: 30px;
}
    
        .footer-main {
    text-align: center;
}

ul.products li {
    width: 47% !important;
    margin-left: 1% !important;
    margin-bottom: 0px !important;
}
.banner-title .text h2 {
    font-size: 35px;
}

}

@media only screen and (max-width: 575px) {
    
    
    .woocommerce .woocommerce-breadcrumb {
    margin: 15px 0 17px !important;
}

    .section2 .sidepro {
    margin-top: 10px !important;
}
    h2.woocommerce-loop-category__title {
    margin: 10px 0 15px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 0;
    font-size: 14px;
}
   
/*ul.products li.product, .woocommerce-page ul.products li.product {*/
/*    float: left;*/
/*    margin: 0px 2.2% -0.008em 0 !important;*/
/*}*/

    .section3 .slide-arrow.next-arrow {
    left: 45%;
    position: absolute;
}.heading-2 {
    font-size: 30px;
    text-align: center !important;
    margin: 0 0 20px;
}

.btn-3 {
    height: 45px;
    width: 120px;
    font-size: 11px;
    padding: 28px 6px;
}
    
    .section3 .slick-arrow {
    right: 30px;
}
    
    .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    width: 30px;
    height: 30px;
 
    transition: .5s;
    font-size: 12px;
    margin-right: 7px;
}
.tax-product_cat ul.products li {
    width: 290px !important;
    margin-left: 1% !important;
}

.tax-product_cat .section2 {
    padding: 45px 0 0 !important;
    padding-bottom: 10px;
}
    nav.woocommerce-pagination {
    margin: 0 0 20px;
}
.woocommerce .woocommerce-ordering select {
    padding: 6px;
    font-size: 12px !important;
}
.sidepro {
    margin-top: -15px !important;
}
.sidepro h4 {
    font-size: 18px;
    margin: 0 0 0px;
}
.prod-div ul.woocommerce-widget-layered-nav-list li {

    width: 26px;
    height: 26px;
    margin: 10px 0 0;
    font-size: 13px;
}

    .woocommerce div.product div.images img {
    height: 300px !IMPORTANT;
}
    h1.product_title.entry-title {
    font-size: 18px !important;
}
    .prod-div .prod {
    width: 90%;
}
    
   .section1 .btn-1 {
    height: 30px;
    width: 75px;
    font-size: 9px;
    border: 1px solid #f0c415;
}
    .slick-dots {

    bottom: 10px!important;
}

.section1 .btn-1 {

    margin-bottom: 10px;
}
    
.section1 .heading {
    font-size: 25px !important;
    margin: 10px 0 10px;
}
 
  tr.woocommerce-cart-form__cart-item.cart_item td {
    font-size: 12px !important;
}
    button.button.wp-element-button {
    font-size: 12px !important;
}
    table.shop_table.shop_table_responsive {
    font-size: 12px !important;
}
    .page-id-84 .section2 {
    padding: 20px 0 10px !important;
    padding-bottom: 50px;
}
.cart_totals h2 {
    font-size: 20px !important;
    margin: 0 0 11px !important;
}
    
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
    font-size: 13px !important;
    text-align: left !IMPORTANT;
}
    
    section.related.products {
    padding-top: 0px !important;
    margin-top: 0px  !important;
    border-top: 0px !important;
}
    .woocommerce-Tabs-panel h2 {
    font-size: 21px;
    margin: 0 0 8px;
}

.postid-105 .section2 {
    padding: 10px 0;
    padding-bottom: 0px;
}

.woocommerce .woocommerce-breadcrumb a {
    font-size: 12px !important;
}

.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 300px !important;
    object-fit: cover;
    object-position: top;
}
.summary.entry-summary a.button.alt {
    height: 40px !important;
    font-size: 12px !important;
    padding: 0 0;
}
section.related.products h2 {
    font-size: 22px !important;
    margin: 0 0 20px;
}

button.single_add_to_cart_button.button.alt.wp-element-button {
    font-size: 12px;
    height: 40px !important;
}

div#respond {
    font-size: 13px;
}
    p.woocommerce-noreviews {
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {

    padding: 0 0 0 0em !important;
        margin: 0 0 20px !important;

}

.woocommerce-product-details__short-description p {
    padding: 0 0 3px;
    margin: 0 0 15px;
    border-bottom: 0px !important;
}

h1.product_title.entry-title {
    font-size: 25px;
}

.woocommerce div.product div.images {
    margin-bottom: 25px !important;
}
    .related.products {
    padding-top: 0px;
    margin-top: 10px !important;
    border-top: none;
}
    .related.products h2 {
    font-size: 25px;
    margin: 0 0 20px;
}
    
  .banner-title .text h2 {
    font-size: 30px;
}  
    .text h2 {
    font-size: 25px;
}


.about-sec-2 .img-box img {
    width: 270px;
    margin: 0 0 20px;
}

.about-sec-2 .text img {
    margin: 0 0 -5px;
    width: 120px;
}
.about-sec-2 {
    padding-bottom: 30px;
}


.about-sec-2 .text p {
    font-size: 12px;
    max-width: 100%;
    letter-spacing: 0px;
}



.about-sec-1 .text p {
    font-size: 12px;
    max-width: 100%;
    letter-spacing: 0px;
}

.about-sec-1 {
    padding: 40px 0 20px;
}

.about-sec-1 hr {
    display:none;
}
    
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    float: none !important;
}
ul.products li {
    width: 300px !important;
    margin: 0 auto !important;
    display: table;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    float: none !important;
     margin: 0 auto !important; 
    width: 300px !important;
}
.woocommerce table.shop_attributes {

    margin-bottom: 0;
}
.banner-title {
    min-height: 160px;
    background-position: center;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: absolute;
    top: 50%;
    left: 260% !important; 
    margin-right: 0;
}
    
    
.section2 {
    padding: 40px 0;
    padding-bottom: 0;
}


.page-id-20 .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {

    left: 0px !important;
}
.section4 {
    padding: 30px 0 10px;
}

p.text-white.text-1 {
    font-size: 11px;
    letter-spacing: 0px;
}
.first-slide-text {
    padding-left: 33px !important;
}
.heading-3 {
    font-size: 25px;
    margin-bottom: 16px;
}
    
    .prod-div .prod-img img {
    width: 90%;
    margin: 0 auto;
    display: table;
}

.prod-div .col-md-3, .prod-div .col-md-4 {
    padding-left: 13px;
}

.prod-div .prod {
    margin-bottom: 20px;
}

.btn-2 {
    height: 40px;
    width: 115px;
    font-size: 12px;
}
    .section1 .text-1 {
    font-size: 12px;
    letter-spacing: 1px;
}

.section1 .heading {
    font-size: 30px;
    margin: 10px 0 10px;
}

.section1 {
    min-height: 280px;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    width: 12px;
    height: 12px;
}

.section1 .col-lg-6.pl-0.col-md-12 {
    padding: 0 !important;
}

footer {
    padding-top: 20px;
    padding-bottom: 10px;
}

footer ul li {
    margin-top: 2px;
}

footer .text-1 {
    letter-spacing: 0px;
    width: 100%;
    font-size: 13px;
}

footer ul li .icon-div {
    height: 30px;
    width: 30px;
    border-radius: 40px;
    margin-right: 5px;
}

footer ul li .icon-div i {
    font-size: 14px;
}

footer .footer-main {
    padding-bottom: 15px;
}


.btn-1 {
    height: 40px;
    width: 115px;
    font-size: 12px;
}

.slick-dots li button:before {
    height: 12px;
    width: 12px;
}
 .slick-dots {
    column-gap: 3px !important;
        bottom: 10px!important;

}

.section1 .slick-dots {
    column-gap: 7px;
    bottom: -49% !important;
}

.section5 {
    min-height: 230px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    font-size: 14px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
}
.prod-div {
    text-align: center;
}

.contact-sec-1 {
    padding: 40px 0 0px;
}




.contact-sec-1 form input, .contact-sec-1 form textarea {
    height: 45px;
    padding: 0 12px;
    font-size: 12px;
    margin: 10px 0 10px;
}

.contact-sec-1 form textarea {
    min-height: 100px;
    padding-top: 15px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.btnn-2 {
    height: 45px !important;
    width: 120px !important;
    margin-top: 10px !important;
}
.contact-sec-1 .text {
    max-width: 290px;
    margin: 0 auto;
}


.prod-text-1 {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}
.crossed-price .reg {
    text-decoration: line-through;
    font-size: 11px;
}

.prod-text-2 {
    font-size: 11px;
}
li.product.type-product.post-103.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.sale.shipping-taxable.purchasable.product-type-simple {
    margin-left: 0px !important;
    margin: 0 auto !important;
    display: table;
    width: 100% !important;
}
.term-dress .section2 {
    padding: 20px 0 0;
    padding-bottom: 10px;
}

.woocommerce ul.products li.product a img {
    width: 85%;
    height: auto;
    display: block;
    margin: 0 auto 1em;
    box-shadow: none;
}
.woocommerce .woocommerce-ordering select {
    font-size: 14px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: 290px !important;
    margin: 0 auto 22px !important;
}

.page-id-85 .section2 {
    padding: 25px 0;
    padding-bottom: 30px;
}

.woocommerce-privacy-policy-text {
    font-size: 13px;
    margin: 0 0 16px;
}

label.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 12px !important;
    line-height: 1 !important;
}

button#place_order {
    padding: 14px 1px !important;
}
.woocommerce table.shop_table th {
    font-size: 13px !important;
}
td.product-name {
    font-size: 13px !important;
}
span.woocommerce-Price-amount.amount {
    font-size: 13px !important;
}

.woocommerce form .form-row label {
    line-height: 1 !important;
    text-align: left !important;
    margin: 10px 0 10px !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 45px !important;
    padding: 0 15px;
    font-size: 13px !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    height: 50px !important;
    padding: 7px 20px 0;
}
h3#order_review_heading {
    font-size: 25px !important;
    margin: 10px 0 15px !important;
}.woocommerce-additional-fields h3 {
    font-size: 25px;
    margin: 13px 0 3px;
}

.woocommerce-billing-fields h3 {
    font-size: 25px;
    margin: 0 0 10px;
}

.select2-container--default .select2-selection--single {

    height: 45px !important;
    padding-top: 5px !important;
}

h2.woocommerce-column__title {
    font-size: 25px !important;
    margin: 0 0 10px;
}

address {
    font-size: 12px !important;
    line-height: 1.7 !IMPORTANT;
}

h2.woocommerce-order-details__title {
    font-size: 25px !important;
    margin: 0 0 13px !important;
}

.woocommerce ul.order_details li {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 2px 0 8px;
    font-size: 10px;
}

.woocommerce ul.order_details {
    margin: 0 0 1em !important;
    list-style: none;
}
.page-id-86 .section2 {
    padding: 10px 0 40px !important;
}

.section2 .woocommerce li a {
    color: black;
    line-height: 1.6;
    font-size: 14px;
}
.slick-dots li.slick-active button:before {
    width: 12px !important;
    height: 12px !important;
}
.prod-div {
    padding: 5px 0;
}

.prod-img .heart-div {
    position: absolute;
    right: 26px;
    top: 12px;
}

.prod-img .heart-div i {
    font-size: 20px;
}
.woocommerce table.shop_attributes td p {
    font-size: 12px !important;
    font-family: 'wilkista';
    font-style: initial;
}
.woocommerce table.shop_attributes th {
    font-size: 14px;
}
.woocommerce-product-details__short-description p {
    font-size: 13px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 13px;
}
footer .footer-bootom p {
    font-size: 8px;
}
section.about-sec-1.mission p {
    padding-bottom: 12px;
}
}

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

      .section3 .slide-arrow.next-arrow {
    left: 24%;
    position: absolute;
}.section3 .slick-arrow {
    top: -10px;
}  
    
}





.modal-header {
    padding: 10px;
}


p.comment-form-author {
    display: flex;
    column-gap: 10px;
}
p.comment-form-email {
       display: flex;
    column-gap: 10px;
}


.gjs-cell input[type="submit"]{
   background-image: url(https://hanyanurcollections.com/wp-content/uploads/2023/05/mail.png)!important;
    z-index: 9999;
    width: 26px!important;
    height: 24px;
    display: block;
    background-size: contain;
    opacity: 1;
    font-size: 0;
    border-bottom: 0;
    margin-top: 8px;
    cursor:pointer;
    
}


.slide-1 .text{
    text-align:left;
}

.slide-1 .col-lg-6 a{

float: left;

}

.slick-dots{
    display: flex!important;
    justify-content: center;
    column-gap: 10px;
  left: 0px;
    bottom: 20px!important;
}

.first-slide-text{
    padding-left:90px;
}




























/* ///// */