*{
    margin:0px;
    padding:0px;
}

a:hover, a:active {
    text-decoration: none!important;
}


ul, li{
    margin: 0;
    padding: 0;
}

.fa, .fa {
    font-weight: 400!important;
    font-family: "FontAwesome"!important;
}

p:empty,a:empty{
    display: none;
}


:focus{
    outline: none!important;
}


@font-face{
    font-family: 'Anke';
    src:url('../fonts/Anke.ttf');
    font-weight: 400;
}

@font-face{
    font-family: 'PoiretOne';
    src:url('../fonts/PoiretOne-Regular.ttf');
    font-weight: 400;
}

@font-face{
    font-family: 'Aliquam';
    src:url('../fonts/aliquamr.ttf');
    font-weight: 400;
}


:root{
  --pri-color:#4a8588;
}

:root{
  --sec-color:#3f221a;
}



body{
    font-family: 'Poppins'!important;
    background: #f2f2f2;
}


/*=========================================HEADER CSS=================================*/



.uppr-head {
    background: var(--sec-color);
}

.hdr-address ul li a:hover {
    color: #9c9c9c;
}
.hdr-address ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Poppins';
    transition: ease 0.4s all;
}
header.main-header .container-fluid {
    padding: 0 50px;
}

.hdr-address ul li {
    list-style: none;
    display: inline-block;
    padding: 0 24px;
    border-right: 2px solid #fff;
    line-height: 11px;
}
.hdr-address ul li:first-child{
    padding-left: 0px;
}

.hdr-address ul li:last-child{
    padding-right: 0px;
    border:0;
}

.hdr-address ul li a span{
    margin-right: 5px;
}

.hdr-deal p {
    text-align: right;
    margin-bottom: 0;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
}
.hdr-deal p i{
    margin-right:5px;
}
.uppr-head {
    background: var(--sec-color);
    padding: 15px 0;
}

.logo-area {
    max-width: 385px;
    padding: 30px 0;
}

.logo-area img {
width: 100%;
height: auto;
}

.user-area{
    text-align: right;
}

.user-area ul li {
    list-style: none;
    display: inline-block;
    padding-left: 25px;
}
.user-area ul li a {
    color: #3e3e3e;
    font-size: 22.28px;
}

.lwr-head {
    background: #c29436;
}

.categry-area h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-weight: 500;
    width: 100%;
    color: #fff;
    float: left;
    padding-right: 10px;
        display: flex;
    align-items: center;
}

.categry-area ul {
    display: none;
}

span.lnr.lnr-chevron-up {
    display: none;
}

.categ-btn-active span.lnr.lnr-chevron-up{
    display: block;
}

.categ-btn-active span.lnr.lnr-chevron-down{
    display: none;
}

.user-area ul li a sup {
    background: var(--pri-color);
    color: #fff;
    padding: 0 4px;
    font-size: 10px;
    top: -14px;
    border-radius: 50%;
}

.menu-area ul li {
    list-style: none;
    display: inline-block;
    padding: 0 25px;
    border-left: 1px solid #545454;
    line-height: 12px;
}

.menu-area ul li:first-child{
    padding-left: 0;
    border:0;
}

.menu-area ul li:last-child{
    padding-right: 0;
    border:0;
}


.social-area-right ul li {
    list-style: none;
    display: inline-block;
    padding: 0 4px;
}
.social-area-right {
    display: flex;
}

.categry-area {
    background: #17576b;
    padding: 12px;
    position: absolute;
    top: 15px;
    z-index: 999;
    width: 300px;
}

.container-fluid {
    padding: 0 60px!important;
}

section.banner-sec .container-fluid {
    padding: 0 15px!important;
}

div#menu li {
    display: inline-block;
    width: 100%;
    line-height: 40px;
}

div#menu li a {
    color: #fff;
    text-transform: capitalize;
}

.categry-area h3 span {
    margin-right: 10px;
}

.categry-area a span {
    color: #fff;
    font-size: 16px;
}

ul.categ-dropdown li {
    list-style: none;
}
ul.categ-dropdown {
    position: absolute;
    z-index: 9999;
    background: var(--sec-color);
    width: 100%;
    left: 0;
    top: 60px;
}

ul.categ-dropdown li a {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #909090;
    color: #fff;
    text-transform: capitalize;
    padding: 14px 10px;
    font-weight: 400;
    transition: ease 0.4s all;
}

ul.categ-dropdown li a:hover{
    background: #fff;
    color: var(--sec-color);
}

.menu-area ul li a {
    font-size: 17px;
    color: #20263a;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-family: 'Poppins';
    transition: ease 0.5s all;
    position: relative;
}

.menu-area ul li a:before {
    position: absolute;
    content: "";
    background: #000;
    height: 1px;
    width: 0%;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    transition: ease 0.4s all;
}

.menu-area ul li a:hover:before{
    width: 120%;
}

.menu-area ul li:last-child a:before{
    display: none;
} 

.menu-area ul li:last-child a {
    border: 1px solid #20263a;
    padding: 8px 14px;
}

.menu-area ul li:last-child a:hover{
    background: #20263a;
    color: #fff;
}

.social-area-right ul li a {
    color: #20263a;
    font-size: 15px;
    transition: ease 0.4s all;
}

.social-area-right ul li a:hover{
    color: #6b6b6b;
}


.latest_blog_img {
    background: #eee;
    padding: 15px;
}

.blog_img_panel img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog_txt_panel {
    padding-top: 20px;
}

ul.social-links {
    padding: 0 25px;
    border-left: 1px solid #6b6b6b;
    border-right: 1px solid #6b6b6b;
}

.login-signup a {
    color: #20263a;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: capitalize;
    transition: ease 0.4s all;
}

.login-signup a:hover{
   color: #6b6b6b; 
}

.blog_txt_panel h3 {
    color: var(--pri-color);
    font-size: 35px;
}

.login-signup {
    padding-left: 35px;
}
section.banner-sec .col-md-12 {
    padding: 0;
}

.banner-area img {
    width: 100%;
    height: auto;
}

section.banner-sec {
    position: relative;
}

.banner-caption {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 115px;
}

.metaslider .caption-wrap {
    top: 0;
    opacity: 1!important;
    background: none!important;
    padding-top: 100px;
}

ul.flex-direction-nav {
    display: none;
}

.banner-caption-left h3 {
    color: #fff;
    font-family: 'PoiretOne';
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-top: 35px;
    margin-bottom: 25px;
}
.banner-caption-left h3:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 4px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    transform: translate(10px,-50%);
}

.banner-caption-left h2 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    font-family: 'PoiretOne';
    text-transform: uppercase;
    max-width: 375px;
    color: #fff;
    margin-bottom: 30px;
}

.banner-shop-btn a {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--pri-color);
    font-weight: 700;
    border: 3px solid var(--pri-color);
    display: inline-block;
    padding: 6px 31px;
    transition: ease 0.4s all;
}

.banner-shop-btn a:hover{
    background: var(--pri-color);
    color: #fff;
}


section.choose-gender-sec .container-fluid {
    padding: 0 130px;
}

.women-box{
    background:url('../images/women.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 435px;
    display: flex;
    align-items: center;
    position: relative;

}

.men-box{
    background:url('../images/men.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 435px;
    display: flex;
    align-items: center;
    position: relative;
   
}

.men-box:before, .women-box:before {
    background: rgb(0 0 0 / 40%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
     outline: 1px solid #fff;
    outline-offset: -30px;
}

.gender-box {
    position: relative;
    z-index: 4;
    padding-left: 75px;
    max-width: 400px;
}

section.choose-gender-sec .col-md-6 {
    padding: 0 0;
}

.gender-box h3 {
    font-family: 'PoiretOne';
    color: #fff;
    text-transform: capitalize;
    font-size: 33px;
    position: relative;
    font-weight: 400;
    padding-bottom: 15px;
}

.gender-box h3:after{
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 30px;
    left: 0;
    bottom: 0;
    

}

.gender-box p {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-family: 'PoiretOne';
    font-weight: 400;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
}

p:empty {
    display: none;
}

.gender-box .shop-now-btn a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 2px solid var(--pri-color);
    display: inline-block;
    padding: 5px 15px;
    background: var(--pri-color);
    transition: ease 0.4s all;
}
.gender-box .shop-now-btn a:hover{
    background: unset;
    color: #fff;
}

section.choose-gender-sec {
    margin-top: -150px;
}

.sec-head {
    text-align: center;
}

section.product-sec {
    padding-top: 100px;
}

.sec-head h3 {
    font-size: 22px;
    font-family: 'PoiretOne';
    text-transform: uppercase;
    color: #20263a;
    font-weight: 600;
    letter-spacing: 17px;
    margin-bottom: 15px;
}

.sec-head h2 {
    font-size: 44px;
    font-family: 'PoiretOne';
    text-transform: uppercase;
    color: #20263a;
    font-weight: 600;
    letter-spacing: 14px;
    margin-bottom: 40px;
}

section.product-sec .container-fluid,section.discount .container-fluid {
    padding: 0 100px;
}

.product-img{
    position: relative;
}

.product-img img {
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.cart-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: ease 0.4s all;
}

.product-box:hover .cart-btn{
    opacity: 1;
    visibility: visible;
}

.cart-btn a{
    font-size: 23px;
    color: #fff;
    background: var(--pri-color);
    height: 85px;
    width: 85px;
    display: inline-block;
    line-height: 85px;
    text-align: center;
    border-radius: 50%;
    transition: ease 0.5s all;
}

.cart-btn a:hover{
    background: var(--sec-color);
}

.product-contet h4 {
    font-family: 'PoiretOne';
    color: #20263a;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-contet h5 {
    font-family: 'PoiretOne';
    color: #20263a;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-contet {
    padding-top: 25px;
    padding-bottom: 70px;
}

section.discount{
 background: url('../images/dis.jpg');
 background-size: cover;
 background-repeat: no-repeat;
min-height: 520px;
padding-top: 70px;
}

.discpunt-sec h3 {
    font-family: 'PoiretOne';
    font-size: 53px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

.discpunt-sec h3 span {
    font-family: 'PoiretOne';
    font-size: 68px;
    display: block;
    padding-top: 10px;
}


.dis-now-btn a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    border: 2px solid var(--pri-color);
    display: inline-block;
    padding: 16px 40px;
    background: var(--pri-color);
    transition: ease 0.4s all;
}
.dis-now-btn a:hover{
    background: unset;
    color: #fff;
}


section.blog-sec-home .container-fluid,footer.main-footer .container-fluid {
    padding: 0 75px;
}

.blog-img img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
.blog-box {
    text-align: center;
}

.blog-content p.date {
    font-size: 18.5px;
    font-family: 'Aliquam';
    text-transform: capitalize;
    color: #20263a;
    font-weight: 400;
        margin-bottom: 10px;
}

.blog-content p i{
    margin-right: 5px;
}

.blog-content h4 {
    font-size: 19px;
    font-family: 'Aliquam';
    text-transform: uppercase;
    line-height: 28px;
    color: #20263a;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 400;
}

.blog-content {
    padding-top: 25px;
}

section.blog-sec-home {
    margin-top: -100px;
}

.faculty-box {
    display: flex;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    min-height: 85px;
}

.faculty-cont h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Aliquam';
    color: var(--pri-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;s
}

.faculty-cont p {
    font-size: 13px;
    color: #2d2d2d;
    font-weight: 500;
    margin: 0;
}
.faculty-img {
    padding-right: 15px;
}
section.faculty-sec .col-md-3 {
    padding: 0 7px;
}

section.faculty-sec .container-fluid {
    padding: 0 30px;
}

section.faculty-sec {
    padding-top: 70px;
    padding-bottom: 60px;
}

footer.main-footer {
    background: var(--sec-color);
    padding-top: 95px;
    position: relative;
    padding-bottom: 50px;
        overflow: hidden;
}
.footer-heading h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Poppins';
    margin-bottom: 23px;
}

.join {
    text-align: center;
}

.join h2 {
    font-family: 'Poppins';
    font-weight: 700;
    color: #fff;
    font-size: 34px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.footer-heading ul li {
    list-style: none;
    padding-bottom: 15px;
}

.footer-heading ul li:last-child{
    padding-bottom: 0;
}


.footer-heading ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    font-family: 'Poppins';
    transition: ease 0.4s all;

}

.footer-heading ul li a:hover {
    color: #949494;
}

.footer-heading.quick-link ul li a{
    position: relative;
    padding-left: 15px;
}

.footer-heading.quick-link ul li a:after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f105";
    font-size: 15px;
    color: #fff;
    font-family: 'FontAwesome';
    transform: translateY(-50%);
}

.footer-heading.let-be-freind ul li a i {
    margin-right: 15px;
}

.join p {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 25px;
}

.join form {
    display: flex;
    border: 1px solid#bd8175;
    max-width: 450px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.join input[type="email"] {
    background: unset;
    border: 0;
    width: 100%;
    height: 45px;
    padding-left: 15px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
}

.join input[type="email"]::placeholder{
    text-transform: capitalize;
    color: #fff;
}

.join input[type="submit"] {
    font-family: 'Montserrat';
    font-weight: 600;
    color: #fff;
    background: #bd8175;
    border: 0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 16px 40px;
    transition: ease 0.4s all;
    position: absolute;
    top: 0;
    right: 0;
}

.news_form {
    width: 100%;
    position: relative;
}

.mc4wp-form-fields {
    width: 100%;
}

.join input[type="submit"]:hover{
    background: var(--pri-color);
}

.copyright-main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 0;
}

ul.privacy-po li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
}
ul.privacy-po li a {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    transition: ease 0.4s all;
}



ul.privacy-po li a:hover {
    color: #949494;
}

.footer-heading.let-be-freind {
    padding-left: 135px;
}

footer.main-footer:before {
    position: absolute;
    width: 425px;
    height: 425px;
    background: hsl(0deg 0% 100% / 9%);
    content: "";
    border-radius: 50%;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

section.about-banner {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bread-cum {
    background: var(--pri-color);
    padding: 15px 0;
}

.bread-cum ul li, .bread-cum ul li a {
    color: #fff;
    text-transform: capitalize;
}

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

.bread-cum ul li i {
    color: #fff!important;
    padding: 0 5px;
}

.bread-cum ul li {
    display: inline-block;
}

.all-spacing {
    padding: 60px 0;
    display: flow-root;
}

.all-spacing header {
    display: none;
}

.nav-links {
    display: none;
}

.cont_t_one textarea {
    height: 100px;
    padding-top: 10px;
}

.cont_t_one input, .cont_t_one textarea {
    width: 100%;
    height: 45px;
    border: 1px solid var(--pri-color);
    padding-left: 15px;
    margin-bottom: 15px;
}

.cont_t_one .col-md-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.cont_t_one input.wpcf7-form-control.wpcf7-submit {
    background: var(--pri-color);
    padding: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.addr p a {
    color: var(--pri-color);
}

.addr h4 {
    padding-bottom: 10px!important;
    font-size: 22px!important;
}

.addr p {
    padding-bottom: 0;
}

div#comments {
    display: none;
}

img.cmsimg.xyz, img.xyz {
    width: 100%;
    max-width: 35%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
    background: var(--pri-color);
    padding: 10px;
}

.all-spacing h2, .all-spacing h1, .all-spacing h3, .all-spacing h4, .all-spacing h4, .all-spacing h5, .all-spacing h6 {
    font-size: 44px;
    font-family: 'PoiretOne';
    padding-bottom: 20px;
}

.all-spacing h3{
    font-size: 40px;
}

.all-spacing h4{
    font-size: 30px;
}

.all-spacing h5{
    font-size: 25px;
}

.all-spacing h6{
    font-size: 20px;
}

.all-spacing p, .all-spacing ul li{
    font-size: 17px;
    line-height: 32px;
    color: #000;
    font-weight: 400;
}

.all-spacing ul, .all-spacing p{
    padding-bottom: 20px;
}

.all-spacing ul li{
    list-style: disc;
    list-style-position: inside;
}

aside#sidebar {
    display: none;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: var(--pri-color)!important;
    font-size: 1.25em;
}

#ajaxsearchlite1 .probox, div.asl_w .probox{
    background-color: unset!important;
}

div.asl_w .probox .promagnifier {
    box-shadow: none!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--pri-color)!important;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    color: var(--pri-color)!important;
}

#toggle {
    width: 30px;
    height: 30px;
    margin: 0;
    margin-right: 20px;
}

#toggle div {
  width: 100%;
  height: 5px;
  background: white;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on .two {
  opacity: 0;
}

#toggle.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

#menu{
    display: none;
}

.menu-area {
    padding: 20px;
}

.woocommerce ul.products li.product h2, .woocommerce-page ul.products li.product h2 {
    font-family: 'PoiretOne';
    color: #20263a;
    font-size: 24px!important;
    min-height: 90px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    padding: 20px!important;
    background: #eee!important;
    border: 1px solid var(--pri-color)!important;
    text-align: center!important;
    transition: all 0.5s ease;
}

.woocommerce ul.products li.product .price {
    color: var(--pri-color)!important;
    display: block;
    font-weight: 400;
    margin-bottom: 0!important;
    font-size: .857em;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    color: #000!important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: var(--pri-color)!important;
    border: 0!important;
    border-radius: 0!important;
    color: #fff!important;
    font-size: 18px!important;
    padding: 0 28px!important;
    height: 40px!important;
    line-height: 40px!important;
    transition: all 0.5s ease;
    font-weight: 400!important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background: #000!important;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    height: 40px!important;
    border: 1px solid #ccc!important;
    margin-right: 10px!important;
}

.woocommerce ul.products li.product a img {
    height: 230px!important;
    object-fit: cover!important;
    margin-bottom: 0!important;
}

.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
    background: #fff!important;
    transform: translateY(-10px)!important;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    width: 300px;
    height: 45px;
    background: none;
    padding-left: 15px;
    border: 1px solid #ccc;
}

.woocommerce div.product div.images img.wp-post-image {
    height: auto;
    object-fit: contain;
    background: var(--pri-color);
    border: 10px solid var(--pri-color);
}

.woocommerce div.product .product_title {
    padding-bottom: 30px!important;
}

.yith-wcwl-add-button {
    margin-bottom: 15px;
}

.yith-wcwl-add-button a, span.posted_in a{
    color: var(--pri-color);
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    padding: 40px;
    background: #eee;
    margin-bottom: 40px;
}

span#reply-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.woocommerce p.stars a {

    color: var(--pri-color);
}

input#coupon_code {
    width: 140px!important;
    height: 40px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 0;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

span.woocommerce-input-wrapper {
    width: 100%!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 45px!important;
    border: 1px solid #ccc!important;
    padding-left: 15px!important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc!important;
    border-radius: 0!important;
    height: 45px!important;
    margin: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px!important;
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a{
    color: var(--pri-color);
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p a {
    color: var(--pri-color);
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    background: var(--pri-color);
    color: #fff;
    line-height: 45px;
    margin-bottom: 10px;
    padding-left: 15px;
}
nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}

.woocommerce-MyAccount-content a {
    color: var(--pri-color);
}

.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}

legend {
    display: inline-block;
    margin: 10px 3px;
    padding-top: 11px;
    font-size: 22px;
}

p.woocommerce-LostPassword.lost_password a {
    color: var(--pri-color);
}

.login-signup li {
    list-style: none;
}

.login-signup li span {
    padding-right: 10px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img.zoomImg {
    height: auto !important;
}
.all-spacing ol.flex-control-nav.flex-control-thumbs li img {
    height: auto!important;
}

ol.flex-control-nav.flex-control-thumbs {
    margin-top: 10px!important;
}


.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none; !important
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20% !important;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 400px !important;
    object-fit: contain !important;
    background: transparent !important;
    border: 10px solid #4a8588;
    padding: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20% !important;
    float: left !important;
    margin: 0;
    list-style: none;
    clear: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 110px !important;
    object-fit: contain;
    border: 4px solid #4a8588;
    padding: 5px;
}

#wprmenu_bar .menu_title a {
    top: 50%!important;
    color: #fff!important;
}

.page-id-32 section.about-banner {
    background-position: right;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 100%;
    display: inline-block;
    margin-right: 1em;
    height: 40px;
    border: 1px solid #ccc;
}
.woocommerce form .form-row textarea {
    height: 100px!important;
}

