@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Bold.woff2') format('woff2'),
        url('css/font/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Regular.woff2') format('woff2'),
        url('../font/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../font/SFProDisplay-Medium.woff2') format('woff2'),
        url('../font/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 16px;
    font-family: 'SF Pro Display';
    color: #23233E;

}

.text-main {
    color: #CC6D00;
}

.bg-sept {
    background-color: #F2F2FE;
}

.fs-16 {
    font-size: 16px;
}

a {
    color: #CC6D00;
}

.vjSearch {
    border-radius: unset;
    background-color: unset;
    border-right: unset;
}

.roude {
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

.bg-main {
    background-color: #CC6D00;

}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

.form-control {
    border-radius: 1.25rem;

}

.quantity p {
    text-align: left;
}

.vjRightunset {
    border-left: unset;
}

.nav-link {
    color: #23233E;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.customize .nav-link {
    background-color: #CC6D00;
    color: white;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
}

.productLink {
    text-decoration: none;
    color: #23233E;
}

.productLink:hover {
    color: #23233E;
    ;
}

.product-title {
    font-size: 18px;
}

.cardProduct {
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}

.products-tag {
    background: #CC6D00;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    border-bottom-right-radius: 9px;
}

.products-tag span {
    font-size: 10px;

}

.productimg {
    transition: all 0.6s ease;
}

.cardProduct:hover .productimg {
    transform: scale(1.1);
}

.reviewBg {
    background-color: #EBEBEB;
}

.start {
    height: 20px !important;
    width: 20px !important;
    display: inline !important;
}

.contRev {
    color: white;
    font-size: 40px;
    display: flex;
    justify-content: center;
    right: 0;
    align-items: center;
    position: absolute;
    top: 0;
    padding: 15px;
    line-height: 1;
    border-bottom-left-radius: 15px;
    height: 70px;
    width: 70px;
}

.reviewMain {
    overflow: hidden;
    border-radius: 8px;
}

.socialIcon li {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

.footLink a {
    text-decoration: none;
    color: #23233E;
}

.footLink li {
    margin-bottom: 10px;

}

.footLink li:hover a {
    color: #CC6D00;
}

.moretext {
    display: none;
}

.moretext2 {
    display: none;
}

.botomContent {
    cursor: pointer;
}

.vj-humburger {
    height: 45px;
    width: 45px;
    border: 1px solid #23233E;
    background-color: #23233E;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 11px;
}

.vj-humburger .vjMenu {
    height: 2px;
    width: 18px;
    background-color: #fff;
    position: relative;
    border-radius: 2px;
}

.vj-humburger .vjMenu::before {
    content: "";
    height: 2px;
    width: 21px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -6px;
    border-radius: 2px;


}

.vj-humburger .vjMenu::after {
    content: "";
    height: 2px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -6px;
    border-radius: 2px;


}

.vjMenuItems .nav-item:hover .nav-link {
    color: #CC6D00;
}

.mainMenulist li a {
    text-decoration: none;
    color: #23233E;
    line-height: 2;

}

.mainMenulist li a:hover {
    color: #CC6D00;

}

.megaMenu {
    display: none;
}

.shoVj .megaMenu {
    display: block;
}

.collecxtion {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EBEBEB;
    padding: 15px;
    border-radius: 50%;
}

.fs-14 {
    font-size: 12px;
}

.mainColection {
    display: none;
}

.searchbar {
    display: block;
}

.searchbar {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    box-shadow: 0 0 5px #23233E56;
    z-index: 10001;
    display: none;

}

.searchbar .input-group {
    border-radius: unset;
    box-shadow: 0 0 5px #23233E56;


}

.searchbar .input-group-text {
    border-radius: unset;
    background-color: #fff;
    border: unset;
}

.searchbar .form-control {
    border: unset;
    padding: 18px;
}

.searchCat {
    text-decoration: none;
    font-size: 12px;
    color: #23233E;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 15px;
    border: 1px solid #23233E62;
}

.megaMenuVj::after {
    content: "";

}

.customize:hover .nav-link {
    color: #ffff !important;

}

.arowImg {
    height: 13px;
}

.breadcrumb .breadcrumb-item {
    color: #23233E;
}

.breadcrumb .breadcrumb-item a {
    color: #CC6D00;
    text-decoration: none;
}

.shadow-main {
    box-shadow: 0px 6px 12px #00000029;
    border-radius: 5px;

}

.form-select:focus {
    box-shadow: unset;
    border-color: #ced4da;
}

.collectionHeader {
    margin-top: -40px;
    z-index: 10011;
    position: relative;
}

.imggg {
    width: 100%;
    display: block;
}

.img-display {
    overflow: hidden;
}

.img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.img-showcase img {
    min-width: 100%;
}

.img-select {
    display: flex;
}

.img-item {
    margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
    margin-right: 0;
}

.img-item:hover {
    opacity: 0.8;
}

.product-imgs {
    position: sticky;
    top: 0;
}

.wireart-freegift:before {
    background: url(../img/seacer-img.png) no-repeat left top;
    width: 16px;
    height: 14px;
    position: absolute;
    left: -6px;
    top: -8px;
    content: "";
}

.variants label {
    position: relative;
}

.variants .active {
    border: 1px solid #CC6D00 !important;
    background-color: #CC6D00;
    color: white;
}

.vari {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.vjsaDecreament {

    padding: 0;
    height: 23px;
    width: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 16px;
    border: 1px solid #23233E;
    background-color: #ced4da;

}

.vjIncDec {
    display: flex;
    align-items: center;
    border: 1px solid #23233E;
    padding: 5px;
    border-radius: 7px;

}

.vjIncDec .form-control {
    border: unset;
    padding: unset;
    margin: 5px !important;
    text-align: center;
}

.btn-add-cart {
    width: 100%;
    background-color: #23233E;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.btn-add-cart:hover {
    color: #fff;
    background-color: #CC6D00;
}

.btn-buy-btn {
    width: 100% !important;
    background-color: #ced4da !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    color: #23233E !important;
    border-color: #ced4da !important;
}

.btn-buy-btn:hover {
    color: #fff;
    background-color: #23233E;
}

.accordion-button:focus {
    border-color: #ced4da;
    box-shadow: unset;
    background-color: #fff;
}

.accordion-button:not(.collapsed) {
    background-color: #ced4da;
    color: #23233E;

}

.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #23233E;
}

.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
 
.cross-price {
    text-decoration: line-through;
}

.pro-info .price {
    font-size: 18px;
    font-weight: 700;
}

.price {
    font-weight: 700;

}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #CC6D00;
    text-decoration: none;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    font-weight: 700;
}

.onsale {
    display: none;
}

.woocommerce-review-link {
    font-size: 14px;
    text-transform: capitalize;
    color: #23233E;
}

.star-rating {
    color: #CC6D00;
}

.woocommerce .quantity .qty {
    display: flex;
    width: unset;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.offerPrice {
    color: #00C68C;
}

.woocommerce .woocommerce-breadcrumb {
    margin-top: 15px !important;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #CC6D00;
}

.woocommerce-review__author {
    color: #CC6D00;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: #23233E;
    font-size: 16px;
    font-weight: 500;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    color: #CC6D00;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

.alignwide {
    margin-left: unset !important;
    margin-right: unset !important;

}

.components-button.wc-block-components-button {
    background-color: #23233E;
    color: #fff;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: unset;
    color: #23233E;
    padding: 10px 20px;
}

.vjSearch {
    border-color: #666 !important;
    border-right: unset !important;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.vjSearch button {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: unset;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
    background-color: #46535f !important;
	color: #fff!important;
}

.fs-11 {
    font-size: 11px;
}
.z-most{
	z-index: 10000;
}
.owl-nav{
	display: flex;
	margin-top: 10px;
}
.owl-nav button{
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dee2e6!important;
}
.wts-text img{
	height: 27px;
	width: 27px;
}
.wc-block-components-title.wc-block-components-title{
	color: #CC6D00!important;
}
.newDecor{
	top: -10px;
	font-size: 10px;
	background-color:  #a51890!important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	padding: unset!important;
	margin-bottom: 10px;
}
.wp-block-button__link:hover{
	color: #fff!important;
}
.blogcontent h2{
	font-size: 24px;
}
.blogcontent h3{
	font-size: 22px;
}
.blogcontent h4{
	font-size: 18px;
}
@media (max-width: 575.98px) {
    .sm-none {
        display: none !important;
    }

    .navbar-brand img {
        height: 45px;
    }

    .topbar p {
        font-size: 14px;
    }

    .mainColection {
        display: block;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;

    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;

    }

    .cardProduct h5 {
        font-size: 18px;
    }

    .product-title {
        font-size: 15px;

    }

    .cardProduct p {
        font-size: 15px;

    }
	.cardProduct .fs-14{
		font-size: 11px;
	}
    .mobileFooter {
        background-color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .itemss {
        justify-content: center !important;
        font-size: 12px;
    }

    .itemss option,
    .itemss select {
        font-size: 12px;
    }

    .collection-img {
        display: none;
    }

    .colBanner {
        padding: 100px 0;
        background-color: #EBEBEB;
    }

    .qtyr {
        margin-bottom: 20px;
    }

    .feat {
        font-size: 12px;
    }

    .woocommerce-result-count {
        display: none;
    }

    .fwt-mobile {
        flex-wrap: wrap;
        text-align: center;
        border-right: unset !important;
        flex-direction: column;
    }

    .fwt-mobile .ms-3 {
        margin-left: unset !important;
    }

    .fwt-mobile img {
        height: 40px !important;
        margin-bottom: 14px;
    }

    h2 {
        font-size: 24px !important;
    }

    .cardProduct .ms-1 {
        font-size: 12px;
    }

    .py-4 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;

    }

    .my-4 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;

    }

    .pt-3 {
        padding-top: 8px !important;
    }

    .py-3 {
        padding-bottom: 8px !important;
        padding-top: 8px !important;

    }

    .pb-4 {
        padding-bottom: 10px !important;

    }

    .pt-5 {
        padding-top: 12px !important;

    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h2 {
        font-size: 1.9rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.3rem;

    }

    .py-5 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;

    }

    .cardProduct h5 {
        font-size: 18px;
    }

    .product-title {
        font-size: 16px;

    }

    .cardProduct p {
        font-size: 16px;

    }

    .itemss {
        justify-content: center !important;
    }

    .collection-img {
        display: none;
    }

    .colBanner {
        padding: 100px 0;
        background-color: #EBEBEB;
    }
}

@media (max-width: 767.98px) {
    .footUl {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #23233Eb0;
    }

    .footUl::after {
        content: "";
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url(../img/chevron.svg);
        position: absolute;
        right: 0;
        transition: all 0.4s ease;
    }

    .hiFoot {
        display: none;
    }

    .shoFoot.footUl::after {
        transform: rotate(180deg);
    }

    .m-foot {
        padding-top: unset !important;
    }

    .grid-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 10px;

    }
}

@media (min-width: 768px) and (max-width: 991.98px) {}

@media (min-width: 992px) {
    .de-none {
        display: none;
    }

    .vjMenuItems {
        position: relative;
    }

    .megaMenu {
        position: absolute;
        width: 100%;
        background-color: #fff;
        z-index: 102020;
        border: 1px solid #ebebeb;
        top: 100%;
        border-top: 2px solid #CC6D00;
        left: 0;
    }

    .megaMenu .row {
        padding: 20px;
    }

    .megaMenuVj:hover .megaMenu {
        display: block;
    }


}

@media (max-width: 991.98px) {
    .m-none {
        display: none !important;
    }

    .topbar .justify-content-end{
        justify-content: center !important;
    }

    .sideMobile img {
        height: 20px;
    }

    .centerLogo {
        justify-content: start !important;
    }

    .vjMenuItems {
        flex-direction: column;
        align-items: start;
    }

    .vjMenuItems .nav-item {
        width: 100%;
    }

    .vjMenuItems .nav-link {
        padding-left: 25px !important;
        font-weight: 600;
        padding-top: 8px;
        padding-bottom: 8px;


    }

    .navbar-nav {
        width: 100%;
    }

    .customize .nav-link {
        text-align: center;
    }

    .vjMenuItems {
        position: fixed;
        left: 0;
        background-color: #fff;
        z-index: 100340;
        height: 100%;
        top: 0;
        width: 350px;
        padding-top: 30px;
        transform: translateX(-200%);
        transition: all 0.8s ease;
        box-shadow: 0 0 5px #23233E56;

    }

    .callPhone2 {
        width: 100%;
        margin-left: 20px;
        border-top: 1px solid #ced4da;
        padding: 10px 0;
    }

    .closeBtn {
        height: 45px;
        width: 45px;
        background-color: #23233E;
        color: white;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 100%;
        z-index: 1000;
        top: 0;
    }

    .navbar-nav {
        overflow: hidden;
    }

    .translatemain {
        transform: translateX(0);
    }

    .customize {
        display: none;
    }

    .vjMenuItems .navbar-nav {
        overflow-y: auto;
    }

    .megaMenu {
        display: block;
    }

    .megaMenu {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        padding: 27px;
        background-color: #fff;
        height: 100%;
        overflow-y: auto;
        transform: translateX(-200%);
        transition: all 0.8s ease;
        box-shadow: 0 0 5px #23233E56;

    }

    .shoVj {
        transform: translateX(0);

    }

    .searchbar {
        display: block;
        transform: translateX(200%);
        transition: all 0.8s ease;
    }

    .show-search {
        transform: translate(0);
    }

    .arowImg {
        transform: rotate(-90deg);
    }

    .megaMenuVj .nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pr-title {
        margin-top: 25px;
    }

    .product-imgs {
        padding-right: unset !important;
    }
.newDecor{
	position:static!important;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}

@media (min-width: 1200px) {}

@media (max-width: 385.98px) {
    .vj-humburger {
        height: 35px;
        width: 35px;
        padding-left: 8px;
        margin-right: 7px;
    }

    .vj-humburger .vjMenu {
        width: 14px;
    }

    .vj-humburger .vjMenu::after {
        bottom: -5px;

        width: 11px;
    }

    .vj-humburger .vjMenu::before {
        top: -5px;
        width: 17px;
    }

    .vjMenuItems {
        width: 281px !important;
    }

}