/* ------------- font ------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

input,
textarea {
    outline: none;
    border-radius: 0;
}

img {
    max-width: 100%;
    height: auto;
}

body,
p,
li,
a,
select,
input,
textarea {
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    transition: all .3s ease-in-out;
    outline: none !important;
    font-weight: 300;
}

h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

.container {
    max-width: 1400px;
    width: 90%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 10px 17px 10px !important;
    box-shadow: 0 0 10px #2c2a5f45;
    position: absolute;
    top: 42%;
    left: -20px;
    border-radius: 50px;
    font-size: 20px;
    color: #2c2a5f;
    background: #fff;
    outline: none;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -20px;
}



/*=============== header ===============*/

.navigation ul {
    list-style: none;
    padding: 0;
    text-align: right;
    margin: 0;
    font-size: 0;
    width: 400px;
}

.navigation ul li.number a {
    font-size: 13px;
    text-decoration: none !important;
}

.navigation ul li {
    display: inline-block;
    padding-left: 12px;
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

.navigation ul li.mobile-nav-toggle {
    display: none;
}

.navigation ul li:first-child {
    padding: 0;
}

.navigation ul a {
    font-size: 14px;
    color: #000000;
    text-transform: capitalize;
    /* text-decoration: underline !important; */
    display: inline-block;
    border-radius: 5px;
    position: relative;
    font-weight: 400;
}

span.badge {
    position: absolute;
    left: 11px;
    top: -8px;
}

.menu {
    background: #000;
    padding: 20px 0 10px;
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
}

.menu a {
    color: #fff;
    padding-bottom: 8px;
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu ul li.menu-item-has-children span.arrow {
    position: relative;
    height: 6px;
    width: 6px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    top: -3px;
    margin-left: 3px;
    display: inline-block;
}

.menu ul li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.menu ul.sub-menu {
    position: absolute;
    background: #fff;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    height: auto;
    min-width: 230px;
    justify-content: flex-start;
    padding: 30px;
    align-items: flex-start;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 73px rgb(0 0 0 / 10%);
}

.menu ul li.menu-item-has-children:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.menu .leftmenu {
    width: 100%;
    position: relative;
}

.menu .catImg {
    width: 30%;
}

.menu .rightmenu {
    width: 53%;
    border-left: 1px solid #2c2a63;
    padding-left: 20px;
}

.menu .leftmenu li {
    display: block;
    padding-right: 0;
}

.menu .sub-menu a {
    font-weight: 400;
    padding: 0;
    position: relative;
    color: #000;
}

.menu .leftmenu a {
    padding: 8px 8px 8px 0;
}

.menu .rightmenu ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.menu .rightmenu li {
    width: 49%;
    padding: 0 0 5px;
}

.menu .rightmenu li a {
    padding-left: 10px;
    position: relative;
    display: inline-block;
}

.menu .leftmenu li a::before {
    right: 0;
    content: '';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    width: 4px;
    height: 100%;
    background: #2b295f;
    top: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.menu .leftmenu li.active a::before,
.menu .leftmenu li a:hover::before {
    opacity: 1;
}

.menu .rightmenu li a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 15px;
    position: absolute;
    left: 0;
}

.menu .rightmenu h2 {
    color: #2b2960;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 4px;
}

.menu .rightmenu p {
    color: #000;
    font-size: 12px;
    line-height: 17px;
    max-width: 600px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.rightmenuwp {
    display: none;
}

.rightmenuwp.active {
    display: block;
}

.rightmenubtn a.button {
    max-width: max-content;
    padding: 8px 30px;
    margin-top: 10px;
    color: #fff;
    font-weight: 300;
}

.rightmenubtn a.button:hover {
    color: #2c2a63;
}

header#header .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1px 0;
}

header#header .container .navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 200px);
}

header#header .container .logo {
    width: 200px;
}

.headerSearch input {
    width: 100%;
    height: 40px;
    background: #F5F3F3;
    border: none;
    /* font-size: 14px; */
    padding: 0 10px;
}

.menu .container {
    display: block !important;
    padding: 0 !important;
}

.headerSearch form {
    width: 100%;
    display: flex;
}

header#header {
    /* background: #ffd19a; */
}

.navigation ul a i {
    margin-right: 6px;
    color: #201c1c;
    font-size: 16px;
}

.headerSearch form button {
    background: #f5f5f5;
    height: 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0px 15px;
    color: #000;
    font-size: 15px;
    border: none;
    cursor: pointer;
    outline: none !important;
}

.headerSearch {
    display: flex;
    padding: 0 10px 0 40px;
    width: calc(100% - 400px);
    justify-content: flex-end;
}

header#header .container .navigation .menu a {
    padding: 0 !important;
}

.headerSearch a::placeholder {
    color: #212121;
}

.sec-menu {
    width: 100%;
    text-align: right;
    border-top: 1px solid #212121;
    padding-top: 15px;
    margin-top: 10px;
}

.sec-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-menu ul li {
    padding-right: 20px;
    display: inline-block;
}

.sec-menu ul li:last-child {
    padding: 0;
}

.sec-menu ul li a {
    font-size: 15px;
    color: #2c2a61 !important;
    position: relative;
    transition: all .3s ease-in-out
}

.sec-menu ul li.current-menu-item a {
    /* width: 100%; */
    font-weight: bold;
}


/*=============== HomeSlider ===============*/

.homeSlider button.owl-next {
    right: 10px !important;
}

.homeSlider button.owl-prev {
    left: 10px !important;
}

.homeSlider .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.homeSlider button {
    top: 45% !important;
    background: #fff !important;
}

.itemContent h2 {
    margin: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}

.homeSlider .item a {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    position: relative;
}

.contentRight img {
    /* max-height: 420px !important; */
    display: block !important;
}

.itemContent {
    background-size: cover !important;
}

.homeSlider .item a>div {
    width: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.home-product-slider .item {
    height: 200px;
}

.home-product-slider .item img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.itemContent {
    background: #2c2a5f;
    /* padding: 20px 50px 20px 70px; */
    position: relative;
}

.itemContent::before {
    /* content: ''; */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.itemContent .contentLeft {
    color: #fff;
}

.itemContent .contentLeft p {
    color: #fff;
    position: relative;
    text-align: right;
    font-size: 20px;
    margin: 40px 0 0;
    font-weight: 300;
}

.homeSlider .item::before,
.homeSlider .item::after {
    /* content: ''; */
    position: absolute;
    background: transparent;
    border: 100px solid transparent;
    border-left-color: #4EDEB3;
    border-bottom-color: #4EDEB3;
    bottom: 0;
    left: 0;
}

.homeSlider .item::after {
    left: auto;
    right: 0;
    border-left-color: transparent;
    border-bottom-color: #FF7373;
    border-right-color: #FF7373;
    border-top-color: transparent;
}

.itemContent h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.itemContent .contentLeft p small {
    display: block;
    font-size: 12px;
    color: #BDBDBD;
    padding-top: 10px;
    font-weight: 300;
    font-family: 'Roboto';
}

.homeSlider .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 60px;
}

.homeSlider .owl-dots button {
    height: 8px;
    width: 8px;
    background: rgb(255 255 255 / 40%);
    border-radius: 50%;
    margin-right: 7px;
    outline: none;
    transition: all ease .7s;
}

.homeSlider .owl-dots button.active {
    width: 16px;
    border-radius: 25px;
    background: #f6941d;
}

/* testimonials */

.clientreviews {
    padding-top: 50px;
}

.clientreviews h2 {
    text-align: center;
    padding-bottom: 0;
}

.clientreviews img {
    height: 100px;
    width: 100px !important;
    margin: 0 auto 15px;
    border-radius: 60px 60px 0px 60px;
    border: 3px solid #fde9d3;
    object-fit: cover;
}

.clientreviews {
    text-align: center;
}

.clientreviews .item:hover {
    /* box-shadow: 0 0 10px #f6941d; */
}

.clientreviews .item {
    background: #fde9d4;
    padding: 20px 15px;
    margin: 10px 0;
    height: 100%;
    transition: all .3s ease-in-out;
}

.testimonial .owl-stage {
    display: flex;
    flex-flow: row wrap;
}

.clientreviews .item p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
}

.clientreviews .item h3 {
    font-weight: bold;
    color: #000;
    margin-bottom: 3px;
}


/* brandslider */

.brandscategory button {
    top: 30% !important;
}

.brandscategory {
    padding: 55px 0 45px;
}

.brandlist .item:hover {
    /* box-shadow: 0 0 10px #0000001c; */
}

.brandlist .item {

    text-align: center;

    box-shadow: none;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}

.brandlist {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.brandlist img {
    border-radius: 100px;

    width: 180px !important;
    margin: 16px auto 15px;
    border: none;

    object-position: center;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    height: 180px;
}

.brandlist .item h3 {
    /* position: absolute; */
    /* bottom: 30px; */
    /* background: #12a0c9; */
    color: #000;
    font-size: 18px;
    /* left: 6px; */
    /* padding: 2px 20px; */
    font-weight: 300;
}

.brandlist .item a {
    position: relative;
    display: block;
}



/*================ Productbanner ================*/

.Productbanner {
    padding-top: 9px;
}

.Productbanner .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/*================ trending products ================*/


.listtrend {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.listtrend .item {
    width: calc(100% / 5 - 20px);
    margin: 0 10px 20px !important;
    height: auto !important;
}

.products-alike {
    padding: 55px 0;
}

.featurednext.products-alike,
.best {
    /* background: #f6941d36; */
    padding: 0;
}

.products-alike .item:hover {
    /* box-shadow: 0 0 10px #0000001c; */
    /* border: 1px solid #E2E2E2; */
}

.listtrend .item a.button {
    margin-top: 10px;
}

.products-alike .owl-item {
    padding: 20px 10px 20px;
}

.products-alike .heading {
    padding: 0 10px;
}

span.price del {
    font-size: 12px;
    font-weight: 500;
}

span.price ins,
span.price {
    font-size: 13px;
    font-weight: 500;
}

.products-alike .item ._loader {
    bottom: 0;
    position: relative;
    top: 10px;
}

.products-alike .item a.added_to_cart.wc-forward {
    background: #1d2327;
    border-radius: 25px;
    border: 2px solid #1d2327;
    color: #fff;
    font-size: 14px;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none !important;
    max-width: 170px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

/*=============== featured alike ===============*/

.products-alike .item {
    overflow: hidden;
    background: #fff;
    padding: 0px;
    position: relative;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    transition: all .3s ease-in-out;
    align-items: center;
    text-align: center;
    padding-bottom: 10px;
    box-shadow: 0 0 10px #0000001c;
}

.products-alike .item>a {
    height: 250px;
    overflow: hidden;
}

.products-alike .item .topbox {
    padding: 4px 11px;
    display: inline-block;
    background: #f69400;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.products-alike .item:hover img {
    transform: scale(1.2);
}

.products-alike .item img {
    margin: 0 auto;
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all ease .7s;
}

.products-alike .item h4 {
    padding: 15px 0;
    margin: 0;
    line-height: 15px;
}

.products-alike .item h4 a {
    font-weight: 500;
    line-height: unset;
}

.proWrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
    /* font-size: 15px; */
    text-decoration: underline !important;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    padding: 10px 0;
}

.proWrap p.price {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
    text-align: center;
}

.proWrap p.price a.fav-icon {
    display: inline-block;
    vertical-align: middle;
}

.products-alike .item h4 a:hover {
    color: #f6941d;
}

a.fav-icon {
    font-size: 23px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    color: #f6941d;
}

.products-alike .owl-stage {
    display: flex;
    flex-flow: row wrap;
}

.products-alike .item p {
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
}

.products-alike .item p.price strong {
    font-size: 20px;
}

a.fav-icon:hover {
    color: #fbbdbf;
}

.pro-bottom {
    padding-top: 8px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: auto;
}

.pro-bottom p.outofstock {
    background: #BDBDBD;
    text-align: center;
    padding: 9px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.pro-bottom .qty input {
    width: 30px;
    height: 33px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    border: none;
    background: #fff;
    border-right: 1px solid #E2E2E2;
    padding: 2px;
    outline: none;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.addtocart a {
    padding: 8px 20px;
    background: #2c2a5e;
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 3px;
}

.addtocart a:hover {
    background: #e58928;
}

.addtocart a i {
    padding-right: 8px;
    font-size: 16px;
}

.pro-bottom .qty span {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    color: #757575;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.pro-bottom .qty input::placeholder {
    color: #212121;
}

.pro-bottom .qty {
    border: 1px solid #E2E2E2;
    font-size: 0;
}

.pro-bottom .qty span.minus {
    border-right: 1px solid #E2E2E2;
    background: #F5F5F5;
}

.pro-bottom .qty span:hover {
    background: #F5F5F5;
}

.pro-bottom .addtocart {
    width: 100%;
}

.proWrap a {
    color: #f6941d;
}

/*================ heading ================*/

.heading h3 {
    margin: 0;
    padding-right: 45px;
    font-weight: 500;
}

.heading {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding-bottom: 10px;
}

.heading p {
    margin: 0;
    padding-left: 40px;
}

.heading>div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.heading .heading-right {
    justify-content: flex-end;
    width: 105px;
}

.heading-left {
    width: calc(100% - 105px);
}

a.see-all {
    border: 2px solid #2c2a5e;
    background: transparent;
    padding: 4px 20px;
    background: #2c2a5e;
    color: #fff;
    display: inline-block;
    transition: all .3s ease-in-out;
    z-index: 1;
}

a.see-all:hover {
    background: #2c2a5e;
    color: #fff;
}



/*=============== homeblurbs ===============*/

.homeblurbs {
    position: relative;
    padding: 55px 0;
    background: #f5f5f5;
}

.homeblurbs::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
}

.homeblurbs::after {
    /*  transform: rotate(180deg);
    left: auto;
    right: 0; */
}

.homeblurbs_wrap {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -20px;
}

.homeblurbs_wrap .homeblurb {
    width: 33.333%;
    text-align: left;
    padding: 0 20px;
    z-index: 2;
}

.homeblurb img {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.homeblurb .blurb_content {
    display: block;
    vertical-align: middle;
    padding: 10px 0 0 10px;
    overflow: hidden;
}

.homeblurb .blurb_content p {
    margin: 0;
    color: #000;
}

.homeblurb .blurb_content h3 {
    margin-bottom: 5px;
    color: #000;
}

.homeblurbs_wrap .homeblurb i {
    float: left;
    font-size: 30px;
    background: #fff;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    color: #2c2a5e;

    transition: all .3s ease-in-out;
}

.homeblurbs_wrap .homeblurb:hover i {
    transform: rotateY(180deg);
}




/*=============== footer ===============*/

footer {
    padding: 50px 0 40px;
    background: #f5f5f5;
    color: #fff;
    position: relative;
}

footer a {
    color: #000;
    line-height: 16px;
    text-decoration: none !important;
}

footer p {
    color: #000000;
    /* font-size: 14px; */
    line-height: 25px;
}

.footer_widgets {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}

footer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}

.footer_widget:first-child {
    width: 35%;
    padding-right: 30px;
}

.footer_widget:last-child {
    width: 65%;
    display: flex;
    flex-flow: row wrap;
}

.footer_widget:last-child .foo {
    width: 33.333%;
    padding: 0 10px;
}

.footer_widget:last-child .foo.last {
    width: 100%;
    padding: 5px 0 0;
}

.foo.last p {
    color: rgb(0 0 0);
    margin: 15px 0 0;
    position: relative;
    top: 0px;
}

.footer_widget:last-child .foo.last img {
    max-width: 300px;
    margin-right: 10px;
}

.footer_widget h6 {
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.footer-newsletter h6 {
    margin-bottom: 10px;
}

.footer_widget ul li {
    margin-bottom: 13px;
}

footer .footer_widget a:hover {
    color: #f6941d;
}

.footer_bg {
    position: relative;
}

.footer_widget:first-child img {
    margin-bottom: 15px;
    max-width: 200px;
}

.footer-newsletter {
    padding-top: 10px;
}

ul.social_icons li {
    display: inline-block;
    margin: 0 5px 0 0;
    height: 33px;
    width: 33px;
    background: rgb(29 35 39);
    border-radius: 100%;
    line-height: 33px;
    text-align: center;
}

ul.social_icons li a {
    font-size: 13px;
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 33px;
}

.footer-form {
    padding-bottom: 20px;
    font-size: 0;
}

.footer-form a {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    line-height: 40px;
    width: 50px;
    background: #1d2327;
    text-align: center;
}

.footer-form input {
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    /* font-size: 14px; */
    padding: 10px;
    width: calc(100% - 50px);
}

.footer-form a img {
    margin: 0 !important;
}

.footer_wrap {
    max-width: 350px;
}

ul.contact li {
    /* font-weight: 500; */
    /* font-size: 14px; */
    color: #000;
}

.foo ul {
    padding: 0;
    list-style: none;
}

.bottom-content {
    padding: 50px 0;
}

.bottom-content p:last-child {
    margin: 0;
}

.bottom-content p {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
}

ul.social_icons {
    padding: 0;
}

.bottom-content h5 button {
    color: #000 !important;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px 10px 0px;
    /* background: #2c2a5f38 !important; */
    border-bottom: 1px solid #2c2a5f38 !important;
    border-radius: 0;
}

.bottom-content .card-header {
    padding: 0;
    border-radius: 0 !important;
    border: none;
    background: transparent;
    /* border-bottom: 1px solid #707070; */
}

.bottom-content .card {
    border: none;
    margin-bottom: 20px;
    border-radius: 0 !important;
}

.bottom-content .card-body {
    padding: 20px 0 20px 10px;
}

button.btn.btn-link {
    position: relative;
}

button.btn.btn-link::before {
    content: '-';
    background: transparent;
    position: absolute;
    right: 0px;
    font-size: 16px;
    top: 6px;
    background: #000000;
    width: 24px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

button.btn.btn-link.collapsed::before {
    content: '+';
}




/* Shop starts here */

.shopwrapper {
    display: flex;
    flex-flow: row wrap;
}

.shopsidebar {
    width: 320px;
    position: relative;
    margin-top: 0px;
    background: #fff;
    border-radius: 5px;
}

.shop-sidebar-wrapper {
    box-shadow: 0 0 10px #00000026;
    padding: 20px;
}

.shoplist {
    width: calc(100% - 320px);
    padding-left: 20px;
}

.shopwp {
    padding: 50px 0;
}

.shopwp .listtrend {
    margin: 0;
}

.shoplist .item {
    width: calc(100% / 4 - 20px);
}

.shoplist .products-alike {
    padding: 0;
}

.shop-banner {
    padding: 100px 0;
    position: relative;
    background-size: cover !important;
}

.shop-banner::before {
    content: '';
    position: absolute;
    background: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.shoptext {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

.shoptext * {
    color: #fff;
    text-align: center;
}

.shoptext p {
    font-weight: 300;
    line-height: 27px;
}

.shoptext ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.shoptext li {
    padding: 0 10px;
}

.shoptext li a {
    background: #fed39a;
    border: 1px solid #fed39a;
    display: inline-block;
    color: #000;
    padding: 6px 30px;
    border-radius: 25px;
    transition: all .3s ease-in-out;
}

.shoptext li:nth-child(odd) a {
    background: transparent;
    color: #fed39a;
}

.textcnt {
    padding: 10px 0;
}

.shoplist .heading {
    padding-left: 10px;
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.shoptext li a:hover {
    background: transparent;
    color: #fed39a;
}

.shoptext li:nth-child(odd) a:hover {
    background: #fed39a;
    color: #000;
}

.shoplist h1 {
    font-size: 20px;
    margin: 0;
}

.filter-options select {
    outline: none !important;
    color: #2c2a61;
    padding: 8px 10px;
    border-radius: 25px;
    cursor: pointer;
}

.filter-options .woof_products_top_panel {
    display: none !important;
}


/* filter css */

.shopsidebar button.button.woof_reset_search_form {
    background: #f9f9f9;
    color: #2c2a63;
    border: 1px solid #e4bda1 !important;
    border: none;
    padding: 0;
    max-width: unset;
    width: auto;
    margin-bottom: 8px;
}

.shopsidebar button.button.woof_submit_search_form {
    max-width: 100%;
}

ul.woof_list.woof_list_checkbox {
    padding: 0;
}

ul.woof_list.woof_list_checkbox li {
    margin: 0 0 5px !important;
}

ul.woof_list.woof_list_checkbox .icheckbox_flat-blue {
    margin-top: 0 !important;
}

ul.woof_list.woof_list_checkbox label.woof_checkbox_label {
    margin-bottom: 0;
}

ul.woof_list.woof_list_checkbox ul.woof_childs_list {
    padding: 0;
}

nav.woocommerce-pagination ul.page-numbers {
    padding: 0 !important;
    margin: 0;
    list-style: none;
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    border: 1px solid #2c2a63;
}

nav.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    border-right: 1px solid #2c2a63;
}

nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers li span {
    display: inline-block;
    padding: 10px;
    height: 35px;
    width: 35px;
    color: #2c2a63;
}

nav.woocommerce-pagination ul.page-numbers li span,
nav.woocommerce-pagination ul.page-numbers li a:hover {
    background: #2c2a63;
    color: #fff;
}

nav.woocommerce-pagination {
    text-align: center;
    padding-top: 10px;
}

nav.woocommerce-pagination ul.page-numbers li:last-child {
    border: none;
}


/* breadcrumbs */

.page .breadcrumb ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
}

.page .breadcrumb ul a {
    /* font-size: 15px; */
    color: #212121 !important;
}

.page .breadcrumb ul li {
    padding-right: 12px;
    position: relative;
    margin-right: 12px;
}

.page .breadcrumb ul li::before {
    content: '';
    position: absolute;
    background: transparent;
    height: 6px;
    width: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    right: 0;
    top: 7px;
}

.page .breadcrumb ul li:last-child {
    margin: 0;
    padding: 0;
}

.page .breadcrumb ul li:last-child::before {
    opacity: 0;
}

.pagewp {
    padding: 50px 0;
}

section#page .breadcrumb {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.pagewp h2 {
    font-size: 13px;
    color: #fff;
    background: #f5f5f5;
    padding: 10px;
    font-weight: 400;
    margin-top: 30px;
}

.pagewp strong {
    color: #2c2a61;
}

.pagewp h1 {
    color: #000000;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 25px;
}

.pagewp ul {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}

.pagewp ul li {
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}

.pagewp ul li::before {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    left: 0;
}

div#about-template {
    padding: 40px 0 30px;
}

div#about-template p {
    line-height: 17px;
}

div#about-template h2 {
    font-size: 15px;
    margin-top: 30px;
}

div#about-template .container .spacing {
    margin-top: 0;
}




/* contact starts here */

.contactwp {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.wpinfo {}

.contactwp>div {
    width: 50%;
}

.wpform input,
.wpform textarea {
    width: calc(100% - 100px);
    outline: none;
    border: none;
    /* box-shadow: 0 0 5px #00000030; */
    border-radius: 5px;
    background: #fff;
    padding: 12px;
    /* font-size: 15px; */
}

.contactwp .formfill {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 12px;
}

.wpform label {
    width: 100px;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    margin: 0;
    color: #2c2a61;
}

.breadcrumb {
    margin: 0;
}

div#contact-template {
    padding: 60px 0;
}

.wpform input[type="submit"] {
    width: 120px;
    background: #2c2a61;
    color: #fff;
    cursor: pointer;
}

.wpform form p {
    text-align: right;
}

.wpform textarea {
    height: 160px;
}

.pginfo p {
    margin-bottom: 3px;
    color: #fff;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.pginfo p i {
    font-size: 20px;
    width: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.pginfo label {
    margin: 0;
    float: left;
    width: 33px;
}

.wpinfo {
    background: #2c2a62;
    padding: 50px;
}

.wpinfo h2 {
    color: #fff;
}

.pginfo span {
    display: block;
    overflow: hidden;
}

.wpform {
    background: #feeace;
    padding: 50px;
}

.wpinfo .wpcnt p {
    color: #fff;
}

.wpcnt {
    padding: 10px 0;
}

.wpcnt p {}

.wpcf7-response-output {
    margin: 0 !important;
    text-align: center;
    border: none !important;
    background: #2c2a63;
    color: #fff;
    padding: 20px !important;
}


/* my account starts here */

.pagewp .woocommerce {
    display: flex;
    flex-flow: row wrap;
}

nav.woocommerce-MyAccount-navigation {
    width: 270px;
    /* background: #2c2a61; */
    margin-right: 30px;
}

.woocommerce-MyAccount-content {
    width: calc(100% - 300px);
    /* padding: 40px; */
    /* box-shadow: 0 0 10px #00000024; */
}

nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    box-shadow: 0 0 10px #00000026;
    background: #f5f5f5;
}

nav.woocommerce-MyAccount-navigation li a {
    color: #000;
    font-size: 15px;
    display: block;
    padding: 13px;
    transition: all .3s ease-in-out;
    /* border-bottom: 1px solid #ffffff14; */
}

.pagewp .container h1 {}

.pagewp .woocommerce li::before {
    color: #fff;
    top: 0px;
    font-size: 14px;
    left: 4px;
    transition: all .3s ease-in-out;
    display: none;
}

.pagewp .woocommerce li:last-child {
    margin: 0;
}

.pagewp .woocommerce li {
    padding: 0 0 0;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
}

nav.woocommerce-MyAccount-navigation li:hover a,
nav.woocommerce-MyAccount-navigation li.is-active a {
    background: #fff;
    color: #2c2a62;
}

.woocommerce-MyAccount-content p {
    /* font-size: 15px; */
}

._loader {
    opacity: 0;
    visibility: invisible;
}

ul.woocommerce-error li strong {
    color: #fff;
}

.woocommerce-info {
    background: #f5f5f5 !important;
    color: #000;
    padding: 20px;
    font-size: 14px;
}

.woocommerce-info a.woocommerce-Button.button {
    background: #fff;
    color: #2c2a61;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    max-width: max-content;
    /* font-size: 15px; */
    border-radius: 25px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.u-columns.woocommerce-Addresses.col2-set.addresses>div {
    width: 49%;
    max-width: 100%;
    flex: unset;
    padding: 20px;
    background: #e4bda1;
    color: #000;
}

.u-columns.woocommerce-Addresses.col2-set.addresses>div address {
    font-size: 14px;
}

header.woocommerce-Address-title.title a {
    background: #fff;
    font-size: 14px;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 25px;
    color: #2c2a63;
}

header.woocommerce-Address-title.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.woocommerce-address-fields p {
    width: 49%;
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper label {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    color: #1d2327;
    font-weight: 500;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper input,
span.select2-selection.select2-selection--single {
    width: 100%;
    padding: 10px;
    border: 1px solid #2c2a63;
    /* font-size: 14px; */
    color: #000;
    border-radius: 0;
}

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

span.select2-selection.select2-selection--single .select2-selection__rendered {
    line-height: unset;
    padding-left: 0;
}

span.select2-selection.select2-selection--single {
    height: 42px;
}

span.select2-selection.select2-selection--single span.select2-selection__placeholder,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper input::placeholder {
    color: #212121;
}

.button i {
    font-size: 13px;
    position: relative;
    top: -1px;
    padding-right: 3px;
}

span.select2-selection__arrow {
    height: 42px !important;
}

.button,
div#reviews input#submit {
    background: #f5f5f5;
    border-radius: 25px;
    border: 0;
    color: #1d2327;
    font-size: 16px;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    outline: none !important;
    max-width: 170px;
    display: inline-block;
    width: 100%;
    min-height: 32px;
}

.button:hover {
    background: transparent;
    color: #000000;
    border: 1px solid;
}

ul.woocommerce-error {
    background: #ff0000bf;
    padding: 15px;
    width: 100%;
}

ul.woocommerce-error li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px !important;
    display: block;
}

form.woocommerce-EditAccountForm.edit-account {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    display: flex;
    flex-flow: column;
    padding: 0 10px;
}

form.woocommerce-EditAccountForm.edit-account label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
    color: #000000;
}

form.woocommerce-EditAccountForm.edit-account input {
    width: 100%;
    border: 1px solid #000000;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

form.woocommerce-EditAccountForm.edit-account input::placeholder {
    color: #212121;
}

form.woocommerce-EditAccountForm.edit-account fieldset p {
    padding: 0 !important;
    width: 100% !important;
}

form.woocommerce-EditAccountForm.edit-account fieldset legend {
    margin-bottom: 20px;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button {
    margin-left: 10px;
}

.woocommerce-cart p.cart-empty.woocommerce-info {
    width: 100%;
    background: #eaecef !important;
    color: #212121;
    margin-bottom: 20px;
}




/* wishlist */

.pagewp .wishlist-title-container {
    display: none;
}

td.wishlist-empty {
    text-align: left !important;
}

form#yith-wcwl-form {
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
    width: 100%;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead {
    background: #e4bda1;
    color: #000;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive thead th {
    font-size: 13px;
    font-weight: 400;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive td {
    text-align: left;
    font-size: 13px;
    font-weight: 400;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive td.product-price del {
    font-size: 13px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive td.product-price ins {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive .product-add-to-cart a {
    font-size: 12px;
    background: #e4bda1;
    color: #000;
    display: inline-block !important;
    padding: 8px 20px !important;
    max-width: max-content;
    margin: 0 !important;
    border-radius: 50px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive a.product_type_simple i {
    margin-right: 3px;
}

tbody.wishlist-items-wrapper tr {
    border-bottom: 1px solid #2c2a6214;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
    max-width: max-content;
    text-decoration: none !important;
    background: #fff;
    border: none;
    color: #0d834e;
    margin-right: 5px;
    padding: 8px 20px;
}



/* cart */

.woocommerce-cart form.woocommerce-cart-form {
    width: calc(100% - 350px);
    display: flex;
    flex-flow: column;
}

.cart-collaterals {
    width: 350px;
    display: flex;
    flex-flow: column;
    background: transparent;
}

.cart_totals {
    /* box-shadow: 0 0 10px #00000030; */
    padding: 30px;
    background: #000000;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    margin: 0 10px 0px 0;
    box-shadow: 0 0 10px #00000030;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    padding: 15px 10px;
    background: #f5f5f5;
    color: #000;
    font-weight: 400;
    /* font-size: 15px; */
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    /* background: #2c2a6217; */
    padding: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents img {
    max-height: 100px;
    max-width: 100px;
    object-fit: cover;
}

.cart-collaterals h2 {
    background: transparent;
    color: #2c2a61;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a.remove {
    background: #dc3545;
    padding: 4px 8px;
    color: #fff;
    border-radius: 50px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
    /* font-size: 15px; */
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr {
    border-bottom: 1px solid #2c2a6317;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-name a {
    color: #212121;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents input {
    height: auto;
    padding: 8px 10px;
    border: 1px solid #2c2a63;
    color: #2c2a63;
    max-width: 60px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    padding: 20px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline !important;
}

.cart_totals h2 {
    padding-bottom: 10px;
    color: #fff;
}

.cart_totals table.shop_table.shop_table_responsive {
    width: 100%;
}

.cart_totals table.shop_table.shop_table_responsive tr {
    color: #fff !important;
    font-weight: 300;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cart_totals a.checkout-button.button.alt.wc-forward {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 13px;
    border-radius: 50px;
    font-size: 13px;
    background: #fff;
    color: #2c2a63;
    font-weight: 400;
}

.cart_totals table.shop_table.shop_table_responsive td strong {
    color: #fff;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions {
    text-align: right;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon {
    margin: 10px 0px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon button.button {
    background: #000000;
    border-color: #000000;
    color: #fff;
    padding: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon label {
    margin: 0 !important;
    font-weight: 400;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon input#coupon_code {
    width: 100%;
    max-width: 170px;
    border-radius: 50px;
    color: #212121;
    padding: 10px;
    margin-right: 10px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon input#coupon_code::placeholder {
    color: #212121;
}




/* login register */

.pagewp .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

div#customer_login {
    display: flex;
    flex-flow: row wrap;
}

div#customer_login>div {
    width: 50%;
    max-width: 100%;
    display: flex;
    flex-flow: column;
    flex: unset;
    padding: 30px;
}

div#customer_login .u-column1.col-1 {
    background: black;
    color: white !important;
}

div#customer_login p {
    margin: 0;
}

div#customer_login .u-column2.col-2 {
    background: #f5f5f5;
}

div#customer_login>div h2 {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 25px;
    color: white;
}

div#customer_login .u-column1.col-1 p {
    color: #16120f;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

div#customer_login label {
    display: block;
    width: 100%;
    margin-bottom: 8px;
    color: white;
    margin-top: 20px;
}

div#customer_login input {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    background: #fff !important;
    border: none;
}

span.password-input {
    width: 100%;
}

ul.woocommerce-error li:last-child {
    margin: 0 !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: auto !important;
    display: inline-block !important;
    /* font-size: 14px; */
    cursor: pointer;
    /* margin: 0 !important; */
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
    width: auto !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #fff;
    margin-top: 20px;
    width: auto;
    padding: 13px 60px;
    border: none;
    height: auto;
    border-radius: 28px;
    color: #2c2a62;
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-top: 30px !important;
}

div#customer_login p.woocommerce-LostPassword.lost_password {
    margin-top: 30px;
    display: block;
}

div#customer_login p.woocommerce-LostPassword.lost_password a {
    color: #ffffff;
    text-decoration: underline !important;
    font-size: 16px;
}

div#customer_login .u-column2.col-2 input {
    /* margin-bottom: 20px; */
}

div#customer_login .u-column2.col-2 p {
    color: #16120f;
    margin-bottom: 20px;
}

div#customer_login .u-column2.col-2 p:last-child {
    margin: 0;
}

.woocommerce-privacy-policy-text p {
    padding-bottom: 20px;
}

.woocommerce-privacy-policy-text p a {
    text-decoration: underline !important;
    color: #16120f;
}

div#customer_login .u-column2.col-2 p .button {
    padding: 12px;
    background: #16120f;
    color: #fff;
}



/* checkout */

.logged-in .woocommerce-form-coupon-toggle {
    margin-top: 0px;
}

.woocommerce-form-coupon-toggle {
    width: 100%;
    font-size: 15px;
    margin-top: 10px;
}

.woocommerce-form-coupon-toggle a {
    color: #1c1919;
    text-decoration: underline !important;
    /* font-size: 15px; */
}

form.checkout_coupon.woocommerce-form-coupon p {
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

form.checkout_coupon.woocommerce-form-coupon {
    width: 100%;
    padding: 30px 20px;
    background: #00000094;
}

form.checkout_coupon.woocommerce-form-coupon input {
    width: 100%;
    height: auto;
    border: none;
    padding: 12px;
    color: #000;
    /* font-size: 15px; */
}

form.checkout_coupon.woocommerce-form-coupon .button {
    background: #fff;
    border-color: #fff;
    color: #2c2a62;
    font-weight: 500;
    padding: 10px;
}

form.checkout_coupon.woocommerce-form-coupon input::placeholder {
    color: #000;
}

form.checkout.woocommerce-checkout div#customer_details {
    background: #eaecef;
    padding: 40px 30px;
    margin-bottom: 40px;
}

form.checkout.woocommerce-checkout div#customer_details>div {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

form.checkout.woocommerce-checkout div#customer_details p {
    margin-left: 0;
    margin-right: 0;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper .form-row {
    width: 49% !important;
}

.woocommerce-billing-fields__field-wrapper label {
    width: 100%;
    margin: 0;
    font-weight: 500;
    color: #000000;
}

.woocommerce-billing-fields__field-wrapper input {
    border: 1px solid #000000;
    padding: 10px;
    /* font-size: 15px; */
    width: 100%;
}

form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields {
    padding-top: 20px;
}

form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields textarea {
    width: 100%;
    height: 130px;
    padding: 10px;
    /* font-size: 15px; */
}

form.checkout.woocommerce-checkout div#customer_details .woocommerce-additional-fields textarea::placeholder {
    color: #212121;
}

.woocommerce-additional-fields__field-wrapper p {
    margin-bottom: 0;
}

table.shop_table.woocommerce-checkout-review-order-table {
    width: 100%;
    margin: 20px 0 40px;
    background: #e9ecef;
}

table.shop_table.woocommerce-checkout-review-order-table thead th {
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table tbody td {
    padding: 13px 10px;
    background: #eaecef;
    color: #212121;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid #2c2a631f;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child {
    border: none;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    background: #eaecef;
    width: 100%;
    border-bottom: 1px solid #2c2a631f;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot th {
    padding: 15px;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot {
    border-top: 2px solid #2c2a62;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child {
    border: none;
}

div#payment li {
    background: transparent !important;
    color: #212121;
}

body {
    overflow-x: hidden;
}

div#payment .woocommerce-privacy-policy-text a {
    color: #212121;
}

div#payment .form-row.place-order .button {
    max-width: 100%;
    background: #000000;
    color: #fff;
    padding: 12px;
}

div#payment .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%;
}






/** single product page css **/
.single_product__section {
    display: block;
    overflow: hidden;
}

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

.single_product_wrapper .single_product_gallery {
    flex: 0 0 50%;
    max-width: 50%;
}

.single_product_wrapper .single_product_gallery .single_gallery_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.single_product_wrapper .single_product_gallery .children_gallery_img {
    flex: 0 0 17%;
    max-width: 17%;
}

.single_product_wrapper .single_product_gallery .main_gallery_img {
    flex: 0 0 80%;
    max-width: 80%;
    margin-left: 3%;
}

.children_gallery_img .children_item {
    width: 100%;
    height: 120.57px;
    margin-bottom: 25px;
}

.children_gallery_img .children_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.single_product_gallery .single_gallery_wrapper .main_img {
    height: 556px;
}

.single_product_gallery .single_gallery_wrapper .main_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single_product_wrapper .single_product_content {
    flex: 0 0 50%;
    max-width: 50%;
}

.single_product_wrapper .single_product_content .single_content_wrapper {
    padding-left: 60px;
}

.single_product_wrapper .single_product_title h2 {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
    line-height: 159.9%;
    letter-spacing: 0.02em;
    color: #080465;
}

.single_content_wrapper .single_product_price_rating .single_product_price p span.new_price {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 179.9%;
    letter-spacing: -0.045em;
    color: #080465;
    margin-right: 10px;
}

.single_content_wrapper .single_product_price_rating {
    display: flex;
    align-items: center;
}

.single_content_wrapper .single_product_price_rating .single_product_price {
    flex: 1;
}

.single_content_wrapper .single_product_price_rating .single_product_price p {
    display: flex;
    align-items: center;
}

.single_content_wrapper .single_product_price_rating .single_product_price p span.old_price {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 179.9%;
    letter-spacing: -0.045em;
    text-decoration-line: line-through;
    color: #9C9C9C;
}

.single_content_wrapper .single_product_price_rating .rating_wrapper {
    display: flex;
    align-content: center;
}

.single_content_wrapper .single_product_price_rating .rating_wrapper .single_star span i,
.single_content_wrapper .single_product_price_rating .rating_wrapper .single_star span {
    color: #F1CF1A;
    font-size: 16px;
}

.single_product_price_rating .rating_wrapper .num_review {
    margin-left: 7px;
}

.single_content_wrapper .single_product_short_description {
    margin-top: 10px;
}

.single_content_wrapper .single_product_short_description,
.single_content_wrapper .single_product_short_description p {
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 179.9%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
    text-align: justify;
}

.single_product_attribute .single_product_attribute_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.single_product_attribute .single_product_attribute_wrapper .single_product_size {
    flex: 1;
}

.single_product_attribute .single_product_attribute_wrapper .single_product_size p,
.single_product_attribute .single_product_attribute_wrapper .single_product_size p span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 179.9%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}

.single_product_attribute .single_product_attribute_wrapper .single_product_size .single_product_size_button {
    display: flex;
}

.single_product_size_button .product_size_item {
    margin-right: 5px;
}

.single_product_size_button .product_size_item button.size_radio_button {
    width: 51px;
    height: 51px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
}

.single_product_size_button .product_size_item button.size_radio_button.active {
    background: #080465;
    color: #fff;
    border: 0px;
}

.single_product_size_button .product_size_item input.product_size {
    display: none;
}

.single_product_color_button .product_color_item input.product_color {
    display: none;
}

.single_product_color p,
.single_product_color p span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 179.9%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #000000;
}

.single_product_color .single_product_color_button {
    display: flex;
    margin-top: 15px;
}

.single_product_attribute_wrapper .single_product_color {
    text-align: right;
}

button.color_radio_button.active {
    position: relative;
    transition: 1s;
}

.product_color_item button.color_radio_button {
    height: 28px;
    width: 28px;
    border-radius: 6px;
    margin-left: 7px;
}

button.color_radio_button.active:before {
    border: 2px solid #000;
    height: 32px;
    width: 32px;
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    border-radius: 6px;
}

.cart_action .single_cart_button {
    margin-left: 15px;
}

.single_cart_button button.cart_btn {
    background: #52525E;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 179.9%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 4px 15px;
}

.sku p {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 179.9%;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #7E7C7C;
}

.single_product_category p {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 179.9%;
    letter-spacing: 0.04em;
    color: #000000;
}

.single_other_description {
    background: #EBEBEC;
    padding: 60px 0;
}

.single_product_other_tab ul {
    display: flex;
}

.single_product_other_tab ul li {
    margin-right: 15px;
}

.single_product_other_tab ul li.active a {
    background: #fff;
    border: 0px;
}

.single_product_other_tab ul li a {
    border-radius: 7px;
    border: 1px solid #000;
    padding: 15px 30px;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 159.9%;
    letter-spacing: 0.02em;
    color: #000000;
}

.other_tab_content p {
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 171.9%;
    letter-spacing: 0.045em;
    color: #000000;
}

.magnify-glass {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid black;
    box-shadow: 5px 5px 12px black;
    background: rgba(0, 0, 0, 0.25);
    cursor: crosshair;
    overflow: hidden;
}

.magnify-glass img {
    position: absolute;
    right: 0;
}

/* end of single page css **/




/* singlepage */

.single-product div.product {
    display: flex;
    flex-flow: row wrap;
    padding: 60px 0 0;
}

.single-product div.product>div {
    width: 100%;
    height: auto !important;
}

section#single-product-images {
    width: 50%;
}

.single-product div.product .sales_products {
    position: absolute;
    top: 70px;
    width: auto;
    left: 10px;
}

.single-product div.product .sales_products span {
    background: #2c2a63;
    color: #fff;
    padding: 7px 28px;
    display: inline-block;
    border-radius: 50px;
}

.single-product div.product .summary.entry-summary {
    padding-left: 50px;
    width: 50%;
}

.single-product div.product .summary.entry-summary del {
    font-size: 16px;
    font-weight: 500;
}

.single-product div.product .summary.entry-summary ins {
    font-size: 22px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.single-product div.product .summary.entry-summary .quantity {
    margin-bottom: 10px;
}

.single-product div.product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse {
    padding: 15px 0 10px;
}

.single-product div.product .summary.entry-summary .yith-wcwl-wishlistexistsbrowse a {
    color: #2c2a63;
    text-decoration: underline !important;
}

.single-product div.product .summary.entry-summary input {
    height: auto;
    border: 1px solid #2c2a63;
    padding: 10px;
    border-radius: 50px;
    max-width: 170px;
    width: 100%;
    color: #2c2a63;
}

.single-product div.product .summary.entry-summary .yith-wcwl-add-button a {
    text-decoration: underline !important;
    color: #2c2a63;
}

.single-product div.product .summary.entry-summary .yith-wcwl-add-button {
    padding: 20px 0;
}

.single-product div.product .summary.entry-summary .product_meta a {
    text-decoration: underline !important;
    color: #212121;
}

section#single-product-images img {
    max-height: 500px;
    width: 100% !important;
    object-fit: cover;
}

section#single-product-images .xzoom-container {
    width: 100%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100% !important;
    padding-top: 50px;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    display: inline-block;
    width: 100%;
    max-width: 200px;
    border-bottom: 1px solid #2c2a62;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    padding: 20px;
    background: #eaecef;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
    font-size: 0;
    background: #eaecef;
    box-shadow: 0 0 10px #0000001a;
    border-bottom: 1px solid #000000;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover a {
    background: #212529;
    color: #fff;
}


.woocommerce-tabs.wc-tabs-wrapper h2 {
    display: none;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 30px;
    background: #eaecef;
}

table.woocommerce-product-attributes.shop_attributes {
    width: 100%;
}

table.woocommerce-product-attributes.shop_attributes p {
    margin: 0;
}

div#reviews p.woocommerce-noreviews {
    background: transparent;
}

div#reviews label {
    display: block;
    margin: 0;
}

div#reviews ol.commentlist {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #2c2a62;
}

div#reviews ol.commentlist img {
    border-radius: 50px;
    width: 60px;
}

div#reviews ol.commentlist .comment-text {
    padding-left: 15px;
    font-size: 15px;
    width: calc(100% - 60px);
}

div#reviews ol.commentlist li>div {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
}

div#reviews ol.commentlist p {
    margin-bottom: 0;
}

p.stars {
    margin: 0;
    display: inline-block;
}

.comment-form-rating {
    padding: 15px 0 20px;
}

div#reviews textarea {
    width: 100%;
    border: none;
    padding: 10px;
    height: 130px;
}


/* checkout register form */

.woocommerce-form-login-toggle {
    width: 100%;
    /* margin-bottom: 10px; */
    font-size: 15px;
}

.woocommerce-form-login-toggle a {
    color: #000;
    text-decoration: underline !important;
    /* font-size: 15px; */
}

form.woocommerce-form.woocommerce-form-login.login {
    width: 100%;
    padding: 30px 20px;
    background: #d79868;
}

form.woocommerce-form.woocommerce-form-login.login p {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
}

form.woocommerce-form.woocommerce-form-login.login label {
    display: block;
    width: 100%;
    margin-bottom: 3px;
}

form.woocommerce-form.woocommerce-form-login.login input {
    width: 100%;
    height: auto;
    border: none;
    padding: 12px;
    color: #000;
    font-size: 15px;
}

form.woocommerce-form.woocommerce-form-login.login p.form-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

form.woocommerce-form.woocommerce-form-login.login button.woocommerce-button.button.woocommerce-form-login__submit {
    margin-top: 10px;
}

form.woocommerce-form.woocommerce-form-login.login .lost_password a {
    color: #fff;
    text-decoration: underline !important;
    /* font-size: 15px; */
}

p.stars:hover a::before,
.star-rating span::before {
    color: #e58828 !important;
}


.xzoom-thumbs {
    display: flex;
    margin: 0 -5px;
}

.xzoom-thumbs img.xzoom-gallery {
    margin: 0 !important;
    max-width: 100% !important;
    max-height: 130px !important;
}

.xzoom-thumbs a:nth-child(5)~a {
    display: none;
}

.xzoom-thumbs a {
    padding: 10px 5px 0;
    width: 20%;
}

.xzoom-thumbs a img.xzoom-gallery.xactive {
    -webkit-box-shadow: 0px 0px 3px 0px rgb(44 42 98);
    -moz-box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
    box-shadow: 0px 0px 3px 0px rgb(44 42 98);
    border: 1px solid #2c2a62;
}

.top-header li {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

.top-header li a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.top-header {
    background: #f5f5f5;
    margin-bottom: 20px;
}

.top-header ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: right;
}

.top-header li:last-child {
    padding-right: 0;
}

.top-header li:last-child::before {
    opacity: 0;
}

.top-header li::before {
    content: '';
    position: absolute;
    background: #464646;
    height: 11px;
    width: 1px;
    right: -1px;
    top: 4px;
}

.top-header .container {
    padding: 6px 0px 2px !important;
}

.top-header .container ul#menu-header-menu {
    width: 100%;
}

.top-header .container ul {
    width: auto;
}

.top-header .container ul.social {
    text-align: left;
}

.trending.products-alike .heading {
    padding: 0 0 15px;
}

h2 {
    font-size: 24px;
}

.menu .leftmenu::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: #2b295f;
    right: -1px;
}

.shoptext h2 {
    margin: 0;
}

.single-product button {
    padding: 10px;
}

form.variations_form.cart table.variations {
    width: 100%;
    max-width: 80%;
}

form.variations_form.cart select {
    height: auto;
    border: 1px solid #2c2a63;
    padding: 10px;
    border-radius: 50px;
    width: 100%;
    color: #2c2a63;
    cursor: pointer;
}

form.variations_form.cart table.variations td {
    display: block;
    width: 100%;
}

form.variations_form.cart table.variations tr {
    display: block;
    margin: 0 10px 0px 0px;
    width: 50%;
}

form.variations_form.cart table.variations tbody {
    display: flex;
}

form.variations_form.cart table.variations td label {
    font-weight: 400;
    margin-bottom: 0;
}

ol.commentlist li {
    margin-bottom: 10px;
}

.single-product div.product .summary.entry-summary h1 {
    font-size: 22px;
}

table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive td.product-name a {
    font-weight: 400;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
    padding: 10px;
}

.cart_totals table.shop_table.shop_table_responsive tr th {
    font-weight: 300;
}

form.woocommerce-ResetPassword.lost_reset_password {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 0 10px #00000036;
}

.woocommerce-lost-password .pagewp h1 {
    text-align: center;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.form-row {
    text-align: center;
    margin: 20px auto 0;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    padding: 10px;
    margin: 0 auto;
}

form.woocommerce-ResetPassword.lost_reset_password label {
    display: block;
    width: 100%;
}

form.woocommerce-ResetPassword.lost_reset_password input {
    width: 100%;
    border: 1px solid #2c2a63;
    padding: 10px;
}

.woocommerce-lost-password ul.woocommerce-error {
    max-width: 600px;
    margin: 10px auto 0;
}

div#customer_login .u-column1.col-1 form.woocommerce-form.woocommerce-form-login.login {
    padding: 0;
    background: black;
}

.woocommerce-account ul.woocommerce-error {
    margin-bottom: 0 !important;
}

.woocommerce-address-fields button.button {
    padding: 10px;
}

.product-addcart.col-xs-12 {
    display: block;
    width: 100%;
}

.addcart-action form.cart ul {
    padding-left: 23px;
}

.primary-info.clearfix .row {
    margin-left: 0px;
    margin-right: 0;
}

.primary-info.clearfix .row .col-xs-6 {
    margin-bottom: 10px;
}

span.woocommerce-Price-amount.amount bdi {
    font-weight: 500;
}

.Productbanner .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

form.checkout.woocommerce-checkout {
    width: 100%;
}

.error404 div#main-content {
    padding: 30px 0;
    min-height: 50vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #e589280f;
}

.error404 div#main-content h1 {
    font-size: 60px;
    font-weight: bold;
}

.error404 div#main-content strong {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

.error404 div#main-content p {
    font-size: 15px;
}

.error404 div#main-content a {
    background: #e4bda1;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 50px;
}

form#commentform input {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 13px;
}

form#commentform p.comment-form- cookies-consent input {
    width: auto !important;
}

form#commentform input#wp-comment-cookies-consent {
    width: auto !important;
}

form#commentform p.comment-form-cookies-consent label {
    display: inline-block;
}

.single-product div.product .trending.products-alike {
    /* padding-bottom: 0; */
}

.single-product div.product .trending.products-alike .container {
    /* padding: 0;
    margin: 0;
    width: 100%; */
}


@media(max-width: 1170px) {

    .woocommerce-cart form.woocommerce-cart-form,
    .cart-collaterals {
        width: 100%;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        margin: 0;
    }

    .shoplist .item {
        width: calc(100% / 3 - 20px);
    }
}

@media(max-width: 991px) {

    nav.woocommerce-MyAccount-navigation {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce-MyAccount-content {
        width: 100%;
        padding-top: 20px;
    }

    form.variations_form.cart table.variations tbody {
        display: block;
    }

    form.variations_form.cart table.variations tr {
        display: block;
        width: 100%;
    }

    .shoplist {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .shopsidebar {
        width: 100%;
        margin-top: 0;
    }

    div#customer_login>div {
        width: 100%;
    }

    .navigation ul {
        padding: 15px 0 10px;
        text-align: center;
        width: 100%;
    }

    .headerSearch {
        padding: 0;
        width: 100%;
    }

    header#header .container .navigation {
        display: block;
        width: 100%;
    }

    header#header .container .logo {
        width: 100%;
        max-width: 200px;
        margin: 16px auto;
    }

    .menu .catImg {
        display: none;
    }

    .menu .leftmenu {
        width: 22%;
    }

    .menu .rightmenu {
        width: 78%;
    }

    .menu ul.sub-menu {
        padding: 20px;
    }

    .itemContent h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .itemContent h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .itemContent .contentLeft p {
        font-size: 15px;
        margin: 25px 0 0;
    }

    .itemContent .contentLeft p small {
        padding: 0;
    }

    .footer_wrap {
        max-width: 100%;
    }

    .footer_widget:first-child {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .footer_widget:last-child {
        width: 100%;
    }

    .footer_widget:last-child .foo {
        width: 100%;
        padding: 0 0 10px;
    }

    .listtrend .item {
        width: calc(100% / 4 - 20px);
    }
}

@media(max-width: 768px) {

    .wvg-gallery-image.slick-slide .wvg-single-gallery-image-container img {
        max-height: unset;
    }

    .woo-variation-product-gallery.woo-variation-product-gallery-thumbnail-columns-4.woo-variation-gallery-enabled-thumbnail-slider {
        width: 100% !important;
    }

    .single-product div.product .summary.entry-summary {
        padding-left: 0;
        width: 100%;
        padding-top: 20px;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-thumbnail {
        text-align: center;
    }

    header#header .container {
        justify-content: center;
    }

    .top-header .container ul#menu-header-menu {
        text-align: center;
    }

    .itemContent {
        /* padding: 100px 30px; */
        text-align: center;
    }

    .itemContent .contentLeft p {
        margin: 15px 0 0;
        text-align: center;
    }

    .contentRight img {
        max-height: 400px !important;
        object-fit: cover;
    }

    .homeSlider .item a>div {
        width: 100%;
    }

    .listtrend .item {
        width: calc(100% / 2 - 20px);
    }

    .homeblurbs_wrap .homeblurb {
        width: 100%;
        padding: 0 0px 40px;
    }

    .homeblurbs_wrap .homeblurb:last-child {
        padding: 0;
    }

    .homeblurbs_wrap .homeblurb i {
        font-size: 22px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
        width: 100%;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li {
        border-bottom: 1px solid #2c2a62;
        margin-bottom: 20px;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li * {
        font-size: 13px;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li .product-add-to-cart a {
        margin-left: 0 !important;
        background: #2c2a62;
        border-radius: 25px;
        border: 2px solid #2c2a62;
        color: #fff;
        padding: 8px 20px;
        cursor: pointer;
        outline: none !important;
        max-width: max-content;
        width: 100%;
    }

    ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile li td.value {
        font-weight: 500;
    }

    .single-product div.product>div,
    section#single-product-images {
        width: 100%;
        height: auto;
    }

    .single-product div.product .summary.entry-summary {
        padding-left: 0;
        padding-top: 30px;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .menu {
        display: none;
    }

    .navigation ul li a {
        font-size: 0;
    }

    .mobile-nav-toggle {
        display: inline-block !important;
    }

    #wholeseller-template .whole-sale-form {
        margin: 0;
        padding: 30px 5px;
    }

    #wholeseller-template>.container {
        padding: 0;
    }

    .wholesale-form-image {
        display: none;
    }
}

@media(max-width: 681px) {
    .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

}

@media(max-width: 481px) {

    .single-product div.product .summary.entry-summary h1 {
        font-size: 18px;
    }

    table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
        font-size: 12px;
    }

    .woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
        display: block;
        margin-bottom: 10px;
    }

    nav.woocommerce-MyAccount-navigation li a {
        font-size: 13px;
        padding: 8px 13px;
    }

    .u-columns.woocommerce-Addresses.col2-set.addresses>div {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px 10px;
        margin-top: 10px;
    }

    form.woocommerce-EditAccountForm.edit-account fieldset legend {
        font-size: 20px;
    }

    .woocommerce-billing-fields__field-wrapper .form-row,
    form.woocommerce-EditAccountForm.edit-account p.woocommerce-form-row,
    .woocommerce-address-fields p {
        width: 100% !important;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon label {
        display: none;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon button.button,
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.actions .coupon input#coupon_code {
        max-width: 100%;
        margin-top: 10px;
    }

    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button {
        max-width: 100%;
    }

    .top-header {
        display: none;
    }

    .Productbanner .owl-carousel .owl-item img {
        height: 230px !important;
    }

    .listtrend .item {
        width: calc(100% / 1 - 20px);
    }

    .footer_widget:last-child .foo.last img {
        max-width: 100%;
        margin-right: 10px;
    }
}

.footer_wrap img {
    filter: brightness(0) invert(0);
}

.woocommerce-order {
    width: 100%;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    width: 100%;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td {
    padding: 10px 0;
    border-bottom: 1px solid #2c2a62;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {
    background: #2c2a62;
    color: #fff;
    padding: 10px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th {
    padding-top: 5px;
    color: #2c2a62;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child th,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child td {
    padding-top: 15px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    width: 100%;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table th {
    background: #2c2a63;
    color: #fff;
    padding: 10px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .button {
    max-width: max-content;
    padding: 6px 25px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tr td {
    border-bottom: 1px solid #2c2a63;
    padding: 10px;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table .view {
    margin-right: 5px;
    margin-bottom: 5px;
}




/*menu */

.mobile-menu {
    display: none;
    background: #e4bda1;
    width: 70%;
    position: fixed;
    height: 100%;
    z-index: 999999;
    top: 0;
}

.mobile-menu>ul {
    padding-top: 40px !IMPORTANT;
}

.mobile-menu ul li {
    list-style: none;
}

.mobile-menu ul li a {
    padding: 5px 26px 10px 30px;
    display: flex;
    position: relative;
    font-weight: 500;
    color: #1d2327;
    transition: all .3s ease-in-out;
    height: 50px;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-menu ul li a:hover {
    padding-left: 33px;
}

.mobile-menu ul li a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    left: 18px;
}

.mobile-menu ul li span {
    background: #fff;
    display: flex;
    text-align: center;
    font-size: 16px;
    position: relative;
    top: 2px;
    right: -6px;
    color: #1d2327;
    height: 30px;
    width: 30px;
    line-height: 20px;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
}

.menu-content {
    overflow: scroll;
    height: 100%;
    padding-bottom: 45px;
    margin-top: 45px;
}

.mobile-menu ul.sub-mobile-menu {
    padding-left: 12px;
}

.mobile-menu ul.sub-mobile-menu a::before {
    content: '\f105';
}

/*Rozai single page*/

.slick-list.draggable {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.woo-variation-gallery-slider-wrapper {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    /*  height: 500px; */
}

.woo-variation-gallery-slider.slick-initialized.slick-slider {
    height: auto;
    margin: 0;
    padding: 0;
}

.slick-list.draggable {
    /*     height: 500px !important; */
}


.slick-track {
    /*     height: 500px !important; */
}

.wvg-gallery-thumbnail-image {
    margin-right: 15px !important;
    margin-top: 20px !important;
}


.wvg-gallery-thumbnail-image img {
    /*     box-shadow:0px 0px 5px 0px rgb(0 0 0 / 50%); */

}

.woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4 {
    /*     padding: 12px 2px; */
}

a.woo-variation-gallery-trigger.woo-variation-gallery-trigger-position-top-right {
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}

.slick-list.draggable {
    box-shadow: none;
}

.woo-variation-gallery-thumbnail-slider.woo-variation-gallery-thumbnail-columns-4.slick-initialized.slick-slider {
    /*     height: 200px; */
    overflow: hidden;
}

.woo-variation-product-gallery.woo-variation-product-gallery-thumbnail-columns-4.woo-variation-gallery-has-product-thumbnail.woo-variation-gallery-enabled-thumbnail-slider {
    margin: 0;
}

.woo-variation-product-gallery.woo-variation-product-gallery-thumbnail-columns-4.woo-variation-gallery-enabled-thumbnail-slider {
    margin: 0;
    width: 50%;
}

.wvg-gallery-image.slick-slide .wvg-single-gallery-image-container img {
    max-height: 500px;
    object-fit: contain;
}

.woo-variation-gallery-slider.slick-initialized.slick-slider .slick-list.draggable {
    height: auto !important;
}

.woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-bottom.woo-variation-gallery-product-type-variable.wvg-loaded {
    min-height: auto !important;
}

a.swatch-anchor {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.swatch-anchor img {
    width: 20px;
}

#mobile-menu h2 {
    background: #2d2a61;
    text-align: right;
    position: relative;
}

a.close-mobile-menu {
    background: white;
    padding: 8px 12px;
    border-radius: 250px;
    top: 4px;
    position: absolute;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
    right: -17px;
}

.copyright {
    background: white;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p {
    padding: 0;
    margin: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #28a745;
    clear: both;
    width: 100%;
    display: block;
    padding: 12px;
    color: #090808;
}

#wholeseller-template {
    margin-bottom: 30px;
}

#wholeseller-template .spacing {
    padding-top: 30px;
}

#wholeseller-template .wholesale-form-image {
    overflow: hidden;
}

#wholeseller-template .wholesale-form-image img {
    /*  margin: 30px 0px;
    max-height: 612px;
    width: 100%;*/
    filter: saturate(45%);
    -webkit-filter: saturate(45%);
    -moz-filter: saturate(45%);
    margin: 30px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

#wholeseller-template .whole-sale-form {
    margin: 30px 0px;
    background: #f5f3f3;
    padding: 30px;
    margin-bottom: 0;
}

#wholeseller-template .whole-sale-form input[type=submit] {
    background: #020202;
    border: 0;
    padding: 8px 30px;
}

#wholeseller-template .whole-sale-form input[type=submit]:hover {
    background: #e4bda1;
    color: #000;
}

.wpcf7-response-output {
    background: #ff0000cf;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #2ac32a;
}

.wpcf7-not-valid {
    border: 1px solid #ff2c2c;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    margin-top: 4px;

}



tr.woocommerce-shipping-totals.shipping {
    background: #f6941f;
    padding: 25px;
    display: flex;
    flex-flow: column;
}

tr.woocommerce-shipping-totals.shipping ul li {
    padding: 2px 0px;
}

tr.woocommerce-shipping-totals.shipping ul li input {
    padding-right: 20px !important;
    display: inline-block;
}

tr.woocommerce-shipping-totals.shipping ul li label {
    padding-left: 9px;
}

tr.woocommerce-shipping-totals.shipping select,
tr.woocommerce-shipping-totals.shipping input[type=text] {
    width: 100% !important;
    padding: 10px !important;
    border: 0 !important;
    border-radius: 7px;
}

select#calc_shipping_state {}

span.select2.select2-container.select2-container--default {
    min-width: 246px;
}

button[name=calc_shipping] {
    border-radius: 10px !important;
    background: black;
    color: white;
    padding: 10px;
}

a.shipping-calculator-button {
    padding: 10px 0px;
    display: block;
}

tr.woocommerce-shipping-totals.shipping {
    background: #ffffff;
    border-radius: 0px;
}

tr.woocommerce-shipping-totals.shipping>th {
    color: black;
    border-bottom: 1px solid #e5bda1;
    margin-bottom: 11px;
}






.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-flow: row wrap;
}

.woocommerce-shipping-fields__field-wrapper p {
    display: block;
    width: calc(100%/2 - 20px) !important;
    margin: 0px 10px !important;
    margin-bottom: 20px !important;
}

.woocommerce-shipping-fields__field-wrapper p label {
    display: block;
    width: 100%;
}

.woocommerce-shipping-fields__field-wrapper p span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-shipping-fields__field-wrapper p span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
    height: 3rem;
}

.woocommerce-shipping-fields__field-wrapper p span.woocommerce-input-wrapper input {
    height: 100%;
    width: 100%;
    border: none;
    padding: 10px;
    border: 1px solid;
    border-radius: 0px;
}

p.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-shipping-fields__field-wrapper p span.woocommerce-input-wrapper input:focus {
    outline: none;
}
.payment_box.payment_method_bacs,
.payment_box.payment_method_cheque,
.payment_box.payment_method_cod {
    background: #000000;
    padding: 10px 15px;
    box-shadow: 0px 0px 10px 0px #f1eaea;
    border-radius: 10px;
    margin-bottom: 12px;
    color: white !important;
}

.payment_box.payment_method_bacs p,
.payment_box.payment_method_cheque p,
.payment_box.payment_method_cod p{
    margin: 0px;
    padding: 20px;
    color: white;
}
/*.item .yith-wcwl-add-button {display: none;}*/
.homepageSlider .owl-item img {
    height: 647px;
    object-fit: cover;
    object-position: top;
}
div#customer_login .u-column2.col-2 label {
    color: black;
}

div#customer_login .u-column2.col-2 h2 {
    color: black;
}
