.qbutton{margin-left:1px;margin-right:1px;padding:10px;font-size:15px;border:0}.value{font-size:20px;color:black}.cqbutton{font-size:18px;border:0;padding:8px;min-height:10px;height:30px;margin-bottom:5px}.cvalue{margin-left:12px;margin-right:8px;font-size:16px;color:black}.flex{display:flex;justify-content:space-between;align-items:center}.cartcontainer{margin:auto;max-width:90%;transition:transform 1s;height:0}.addtocartshop{}cartheader img{width:50px;margin-top:5px}cartheader{display:flex;align-items:center;justify-content:space-between;justify-content:flex-end}cartheader .iconCart{position:relative;z-index:400}cartheader .totalQuantity{position:absolute;top:10px;right:10px;font-size:x-large;background-color:#2374ab;width:25px;height:25px;color:#fff;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:50%;transform:translateX(20px);font-size:large}minicartheader img{width:50px}minicartheader{display:flex;align-items:center;justify-content:flex-start}minicartheader .totalCartQuantity{position:absolute;top:3px;right:10px;font-size:x-large;background-color:#2374ab;width:25px;height:25px;color:#fff;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:50%;transform:translateX(20px);font-size:large}.productcartheader img{width:90px;height:42px;background-color:#ebedeb;border-radius:var(--btn-accented-brd-radius)}.productcartheader{display:flex;align-items:center;justify-content:flex-start}.productcartheader .iconCart{position:relative;z-index:1}.productcartheader .productCartQuantity{position:absolute;top:2px;right:12px;font-size:x-large;background-color:#2374ab;width:25px;height:25px;color:#fff;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:50%;transform:translateX(20px)}.footer-cart img{width:30px}.footer-cart{display:flex;align-items:center;justify-content:flex-start}.footer-cart .iconCart{position:fixed;right:15%;bottom:43px;height:1vh;width:10%}.footer-cart .footercarttext{margin-top:-2px;margin-left:5px}.footer-cart .footerTotalQuantity{position:absolute;top:0;right:8px;font-size:x-large;background-color:#2374ab;width:25px;height:25px;color:#fff;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:50%;transform:translateX(20px);font-size:large}.mtopiconCart img{width:45px;margin-top:0;text-align:right}.mtopiconCart .iconCart{position:relative;z-index:400;float:right}.mtopiconCart .topTotalQuantity{position:absolute;top:1px;right:10px;font-size:x-large;background-color:#2374ab;width:25px;height:25px;color:#fff;font-weight:bold;display:flex;justify-content:center;align-items:center;border-radius:50%;transform:translateX(20px);font-size:large}.mtopiconCart{background:none;padding:5px;float:right}.listProduct{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.listProduct .item img{width:100%;height:430px;object-fit:cover}.listProduct .item{position:relative}.listProduct .item h2{font-weight:700;font-size:x-large}.listProduct .item .price{font-size:x-large}.listProduct .item button{position:absolute;top:50%;left:50%;background-color:#e6572c;color:#fff;width:50%;border:0;padding:20px 30px;box-shadow:0 10px 50px #000;cursor:pointer;transform:translateX(-50%) translateY(100px);opacity:0}.listProduct .item:hover button{transition:.5s;opacity:1;transform:translateX(-50%) translateY(0)}.scart{color:#fff;position:relative;top:0;gap:20px;transition:right 1s}.buttons{display:block;width:100%;border:0;background-color:#E8BC0E!important;padding:14px 28px;font-size:16px;cursor:pointer;text-align:center}.buttons:active{background-color:#f0de98!important}.gocheckout{color:#000}.scart h2{color:#E8BC0E;padding:20px;height:30px;margin:0}.scart .listCart .item{display:grid;grid-template-columns:110px 1fr 10px;align-items:center;gap:10px;margin-bottom:20px;font-size:16px}.scart .listCart img{width:100%;height:100px;object-fit:cover;border-radius:10px}.scart .listCart .item .name{font-weight:bold;font-size:16px}.scart .listCart .item .cartquantity{display:flex;justify-content:end;align-items:center;margin-left:20px}.scart .listCart .item .cartquantity span{display:block;width:50px;text-align:center}.scart .listCart{padding-left:10px;overflow:auto;border-bottom:1px solid var(--brdcolor-gray-300)}.scart .listCart::-webkit-scrollbar{width:0}.scart .buttons{display:grid;grid-template-columns:repeat(2,1fr);text-align:center}.scart .buttons div{background-color:#000;display:flex;justify-content:center;align-items:center;font-weight:bold;cursor:pointer}.scart .buttons a{color:#000;text-decoration:none}.checkoutLayout{display:grid;grid-template-columns:repeat(1,1fr);gap:50px;padding:10px}.checkoutLayout .right{color:#000}.checkoutLayout .right .form{display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px;border-bottom:1px solid var(--brdcolor-gray-300);padding-bottom:5px}.checkoutLayout .form h1,.checkoutLayout .form .group:nth-child(-n+5){grid-column-start:1;grid-column-end:3}.checkoutLayout .form h1,.checkoutLayout .form .group:last-child{grid-column-start:1;grid-column-end:3}.checkoutLayout .form input,.checkoutLayout .form select{width:100%;box-sizing:border-box;border:0;border:1px solid var(--brdcolor-gray-300);color:#000;height:50px;font-size:medium}.checkoutLayout .right .return .row{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.checkoutLayout .right .return .row div:nth-child(2){font-weight:bold;font-size:x-large}.buttonCheckout,.buttonCheckout:focus{width:100%;height:40px;border:0;border-radius:5px;background-color:#49D8B9;margin-top:5px;font-weight:bold;color:#fff}.returnCart h1{border-top:1px solid #eee;padding:20px 0}.returnCart .list .item img{width:90px}.coflex{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:10px}.c1flex{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed var(--brdcolor-gray-300);margin-bottom:6px}.c2flex{display:flex;align-items:center;justify-content:space-between;border-bottom:1px dashed var(--brdcolor-gray-300)}.c3flex{display:flex;align-items:center;justify-content:space-between}.c3t{margin-top:10px}.returnCart .list .item{display:grid;grid-template-columns:100px 1fr;justify-content:flex-start;align-items:center;gap:20px;padding:0 10px;border-bottom:1px solid var(--brdcolor-gray-300)}.returnCart .list .item .name,.returnCart .list .item .returnPrice{font-weight:bold;margin-top:10px}.close:before{content:"\00d7"}.close{position:absolute;cursor:pointer;color:#fff;font-size:20px;font-family:Arial,sans-serif;border-radius:0;background:#666;line-height:0;padding:23px 9px 23px 9px}.close:hover{opacity:1}.flex-container{display:flex;justify-content:flex-start;align-items:center;column-gap:15px}.product_add_to_cart_button{padding:0;background:none}.topiconCart{padding:0;background:none}.miniiconCart{width:45px;padding:0;background:none}.footer-cart{padding:0;background:none}.lock-screen{height:100%;overflow:hidden;width:100%;position:fixed;z-index:555}.wd-toolbar-link{visibility:hidden}@media only screen and (min-width:1025px){.footer-cart,.footerback{display:none}}@media only screen and (min-width:500px){.footer-cart .iconCart{position:fixed;right:15%;bottom:4%;height:0;width:4%}}.topiconCart .iconCart{position:relative;bottom:4px}@media only screen and (max-width:1024px){.topiconCart .iconCart{position:relative;margin-top:2px;height:5vh;right:10%}}.dflex{display:flex;justify-content:space-between;column-gap:10px;padding:0 5px 10px 0;margin-bottom:15px;border-bottom:1px solid var(--brdcolor-gray-300)}.p2{margin-left:130px;margin-top:10px}@media only screen and (max-width:1024px){.p2{margin-left:70px}.checkoutLayout .form .group:nth-child(-n+9){grid-column-start:1;grid-column-end:3}cartheader img{width:40px;margin-top:9px}.right{margin-top:-40px}}.p3{margin-left:-10px;margin-top:8px}.offcanvas-header .btn-close{padding:15px;min-height:0}.offcanvas-body{padding:2px}.offcanvas-header{padding-bottom:0;display:unset}.cflex{display:flex;justify-content:flex-end;margin-top:10px;margin-right:15px}.shoppingcart{margin-top:8px;margin-left:20px;font-size:130%;font-weight:bold}.emptyText{display: none;text-align:center;font-family:var(--wd-title-font)}.emptyText:before{display:block;color:rgba(var(--bgcolor-black-rgb),.07);font-size:86px;content:"\f147";font-family:woodmart-font}.btn-color-primary{border-radius:var(--btn-accented-brd-radius)}.checkoutheading{background-color:rgb(28,97,231);color:white;width:98%;margin:auto;padding:12px;border-radius:3px;font-size:18px;font-weight:bold;margin-bottom:10px}.main-page-wrapper .checkouttop{margin-top:-40px}.main-page-wrapper .returnCart{margin-top:-60px}.ship{width:98%;margin:auto;padding:10px;background-color:white;border-radius:10px}.freeshipping{margin-bottom:10px;font-size:16px;color:#777777}.progress{height:6px!important;margin-bottom:0!important}.progress-bar{background-color:rgb(28,97,231)!important}.yourcart{margin-top:-30px;font-size:medium}.tcontainer{display:grid;grid-template-rows:repeat (3,1fr);grid-template-columns:1fr;background-color:white;border-radius:10px;font-weight:var(--wd-title-font-weight);font-style:var(--wd-title-font-style);font-size:14px}.row1{display:flex;gap:10px;grid-column:1;grid-row:1;border-bottom:1px solid var(--brdcolor-gray-300);padding:10px 0 10px 0;font-size:15px}.row2{display:flex;justify-content:space-between;grid-column:1;grid-row:2;border-bottom:1px solid var(--brdcolor-gray-300);padding:10px 0 10px 0;font-size:15px}.shipping{display:flex;justify-content:space-between;grid-column:1;grid-row:3;border-bottom:1px solid var(--brdcolor-gray-300);padding:10px 0 10px 0;font-size:15px}.shipcost{color:var(--wd-primary-color)}.row3{display:flex;justify-content:space-between;grid-column:1;grid-row:4;padding:10px 0 10px 0;font-size:18px;border-bottom:1px solid var(--brdcolor-gray-300)}.subtotal,.totalPrice{color:var(--wd-primary-color)}@media only screen and (min-width:1024px){.checkoutLayout{grid-template-rows:60px 1fr;grid-template-columns:55% 1fr}.returnCart{grid-row:2;grid-column:2}.main-page-wrapper .returnCart{margin-top:-100px}.right{grid-row:2;grid-column:1}.yourcart{grid-row:1;grid-column:2}.country{margin-left:15px;margin-top:20px}}.email,.fullname{scroll-margin-top:45px}::placeholder{color:#9E9E9E;font-size:medium}.emaillabel{margin-left:15px;margin-top:10px}.country{margin-left:15px;margin-top:10px}.cartheading{scroll-margin-top:145px;color:#8a6d3b}.group{margin:-3px}.wd-toolbar.wd-toolbar-label-show .wd-toolbar-label{text-transform:uppercase;font-size:smaller}.wd-product{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wd-tools-element .wd-tools-icon:before{font-size:25px}.shipsf{display:flex;justify-content:space-between;border-bottom:1px solid var(--brdcolor-gray-300);padding:10px 0 10px 0;font-size:16px}.countryflag{width:40px;margin-left:auto;margin-top:-2px}.countryselected{margin-left:10px}.shiptime{margin-left:auto}.days{margin-left:5px}.thankyou{margin-bottom:30px;padding:1%;width:100%;border:2px dashed #7A9C59;border-radius:var(--wd-brd-radius);color:#7A9C59;text-align:center;font-weight:600;font-size:22px;line-height:1.4;margin:0 auto;max-width:800px}.main-page-wrapper .orderlist{margin-top:15px}.main-page-wrapper .orderinfo{margin-top:30px}.ordertop{margin-top:20px;display:grid;grid-template-columns:repeat(4,1fr);text-align:center;font-size:large}.procon{margin:0 10px;max-width:800px}.ordertopb{margin-top:10px;border-inline-end:1px solid var(--brdcolor-gray-300)}.ordernumber,.orderdate,.ordertotal,.orderpmethod{margin-top:10px;font-weight:bold;color:black}.yourcarttext{font-size:22px;color:black;text-transform:uppercase}.addresstext{margin-top:20px;font-size:22px;color:black;text-transform:uppercase}@media only screen and (max-width:468px){.ordertop{grid-template-columns:repeat(2,1fr)}body .whb-sticked .whb-general-header{display:none}}.address{font-size:large}label{display:inline-block}.optionsize{color:black;cursor:pointer}.link{color:#135e96}.terms h2{margin-bottom:0!important}.toptitle{margin-bottom:0}.searchmodal{margin-left:-12px}.wd-tools-element .wd-tools-text{margin-inline-start:3px;font-size:medium}.lockscreen{height:100%;overflow:hidden;width:100%;position:fixed;z-index:555}.footerback img{width:30px}.footerback .footerbackicon{position:fixed;right:13%;bottom:44px;height:1vh;width:10%}.footerback .footerbacktext{margin-top:-2px;margin-left:5px;color:#333}.cartsize{color:#333}@media (max-width:1024px){.scrollToTop{bottom:67px!important}.min-footer{margin-bottom:60px!important}}.woocommerce-breadcrumb a,.yoast-breadcrumb a{color:var(--color-gray-900)}del .amount{color:var(--color-gray-700)}.price del{color:var(--color-gray-700)}.wd-product :is(.wd-product-cats,.wd-product-brands-links) a{color:#585858}.textbottom a{color:#FFF}.wd-nav-mobile{padding-left:0}.wd-nav-mob-tab.wd-swap{padding-left:0}.wd-nav{margin-bottom:0rem;padding:0}.footerlogo{max-width:200px;background-color:#eaf1f5bf;padding:10px;border-radius:5px}.giftbox{display:block;margin:0 auto}.footer-container p{display:inline-block}.savenow{display:flex}.wd-carousel-dis-mb .wd-carousel-wrap{padding-bottom:16px}.ssp-search .search-input{color:black}.payimg{margin-top:20px}.cardlogo{width:50%}@media only screen and (min-width:1025px){.trustpilot{margin-top:40px}.cardlogo img{transform:scale(.5)}.socialicon{text-align:left!important}}.hidden{display:none}.catbutton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);background-color:rgb(0 177 255 / 50%);color:white;font-size:16px;padding:12px 24px;border:0;cursor:pointer;border-radius:5px}.headercat>a{background-color:#eaf1f5bf;padding:10px;border-radius:5px}.headerlogo>a{background-color:#eaf1f5bf;padding:10px 10px 20px 10px;border-radius:5px}.mobheaderlogo{margin-bottom:10px}.catbutton:hover{color:var(--bs-btn-hover-color);background-color:#00BCD4}.auto-complete-item img{width:100px}.copyright{font-size:14px}.woocommerce-result-count{position:relative;width:90%;top:8px;display:block!important}.shop_attributes tr {padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}.wd-prev .wd-arrow-inner, .wd-next .wd-arrow-inner{display: none !important;}