body{
    background-color: #FFFCFC;
    font-family: "Lenos", sans-serif;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
select , input ,textarea{
    padding: 7px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    width: 80%;
    margin: auto;
}
.dhover{
    transform: translate(0%, 100%);
}
.bestSeller .body:hover .dhover {
    transform: translate(0%, 0%);
    transition: .3s;
}
.padding1{
	padding:7px 0;
}
.product-dimensions {
    font-size: 14px;
    padding: 0 0 15px 0;
}
/*-- hedaer --*/
#menu-main-menu{
	justify-content:center;
	width:100%;
}
.menu .navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: auto;
}
.menu ul li {
    padding: 0 9px;
}
.menu ul li a {
    color: #282828;
    font-size: 15px;
}
.menu ul li a:hover{
    color: #CE8E2F;
    transition: .3s;
}
.menu ul li.active a::after{
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: #CE8E2F;
	border:0;
}
.menu .bag a, .menu .search a{
    color: #DCB780;
    font-size: 18px;
	position:relative;
}
.menu .bag a:hover , .menu .search a:hover {
    color: #282828;
    transition: .5s;
}
/*-- hedaer --*/
/*-- sideshow --*/
.slideshow img{
	height:auto;
	width:100%;
}
/*-- sideshow --*/
/*-- Best Seller --*/
.bestSeller{
    padding: 15px 0;
}
.bestSeller .space {
    margin: 54px 0;
}
.bestSeller .headText{
    padding: 25px 0;
    margin: 25px 0;
}
.bestSeller .headText h1{
    color: #DCB780;
    width: 50%;
	font-weight: bold;
}
.bestSeller .headText p {
    color: #555555;
    font-size: 19px;
    letter-spacing: 1px;
}
.bestSeller .headText img{
    width: 20%;
}
.bestSeller .row > *{
    margin: auto;
}
.bestSeller .body ,.bestSeller .bodyBig  {
    overflow: hidden;
    position: relative;
}
.bestSeller .body img{
    height: 300px !important;
	width:100%;
}
.bestSeller .body .content,.bestSeller .bodyBig  .content {
    position: absolute;
    bottom: -7px;
    width: 100%;
    background: #48484894;
}
.bestSeller .body .content .line,.bestSeller .bodyBig  .content .line {
    padding:15px 40px ;
    color: #fff;
}
.bestSeller .body .content .line .col-md-6.col-sm-6,.bestSeller .bodyBig  .content .line .col-md-6.col-sm-6{
    padding-bottom:20px ;
}
.bestSeller .body .content .line .category,.bestSeller .bodyBig  .content .line .category{
    color: #E2E2E2;
}
.bestSeller .body .content .line .price,.bestSeller .bodyBig  .content .line .price{
    font-size:18px;
}
.bestSeller .body .content .line h3,.bestSeller .bodyBig  .content .line h3{
    font-size: 20px;
}
.bestSeller .body .content .line .category,.bestSeller .bodyBig  .content .line .category{
    color: #E2E2E2;
}
.bestSeller .body .content .link,.bestSeller .bodyBig  .content .link {
    background-color: #DCB780;
    color: #FFF;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.bestSeller .body .content .link i ,.bestSeller .bodyBig  .content .link i{
    width: 100%;
    font-size: 34px;
}
/*-- dhover --*/
.bestSeller .body .dhover .line .price {
    font-size: 14px;
}
.bestSeller .body .dhover .line h3 {
    font-size: 17px;
}
.bestSeller .body .dhover .line {
    padding: 7px 40px 13px;
    color: #fff;
}
/*-- Best Seller --*/
/*-- proudect Of week --*/
.proudectOweek{
    opacity: 0;
    transition: .5s;
    position: relative;
    width: fit-content;
    overflow: hidden;
    margin: 45px auto;
}
.proudectOweek h3{
    position: absolute;
    top:0;
    left: 0;
	font-weight: bold;
}
.proudectOweek h3{
    margin: 20px 22px;
    font-size: 15.5px;
}
.proudectOweek .shop > * {
    margin: 0 auto;
    display: flex;
}
.proudectOweek .shop{
    position: absolute;
    bottom:20px;
    right: 0;
}.proudectOweek .shop a{
   color: #000;
   font-size: 26px;
}
.proudectOweek .shop span{
    margin: 10px 0;
    font-size: 22px;
}
.proudectOweek .shop span img{ 
    padding: 0 5px;
    width: 35%;
}
/*-- proudect Of week --*/
/*-- top proudect --*/
.topproudect{
    margin: 45px auto;
    opacity: 0;
    transition: .5s;
}
.topproudect h1{
    color: #DCB780;
    font-weight: bold;
    padding: 25px 0;
}
.topproudect .box {    
    display: block;
    background: #fff;
	position:relative;
}
.topproudect .box a:first-child{    
    display: block;
	position:relative;
}
.topproudect .owl-item img{
	width:300px;
	height:300px;
}
.topproudect .box > * {
    margin: 15px 0;
}
.topproudect .box h3{
    font-size: 24px;
    height : 50px;
}
.topproudect .box .price{
    font-size: 22px;
    color: #1E1E1E;
}
.topproudect .box .addToCart{
    background-color: #cccccc;
    padding: 8px 0;
}
.topproudect .box .addToCart a{
    color: #FFF;
}
.topproudect .box .addToCart a i{
    padding: 0 7px;
}
.topproudect .viweMore{
    margin: 45px 0 65px 0;
}
.topproudect .viweMore a{
    font-size: 26px;
    color: #1E1E1E;
}
.topproudect .viweMore a img{
    width: 6%;
    padding: 0 5px;
}
.topproudect .box:hover {
    box-shadow: 10px 10px 15px #00000017, -10px -10px 15px #00000017;
    transition: 0.3s;
}
.topproudect .box:hover .addToCart {
    background-color: #DCB780;
    transition: 0.3s;
}
.topproudect .box:first-child > a:first-child::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
.topproudect .box:first-child:hover > a:first-child::before  {
    background: #00000000;
	transition: 0.3s;
}
/*-- top proudect --*/
footer{
    position: relative;
}
footer .divb {
    height: 3px;
    background-color: #fff;
    margin: 40px 0;
}
footer .divb2 {
    height: 3px;
    margin: 40px 0;
}
footer ul li {
    padding: 7px 0;
}
/*-- footer elements --*/
.elements{
    background: linear-gradient(90deg, #DCB780 0%, #DEAE68 100%);  
    padding: 80px 0;
}
.elements h3{
    padding: 15px 0;
    font-weight: bold;
    color: #fff;
}
.elements ul,.elements h3,.padding{
    padding-left:80px;
}
.elements ul li a ,.elements p{
    color: #fff;
    font-size: 16px;
}
.elements p {
    margin: 25px 0;
}
.padding a{
	 color: #fff !important;
    font-size: 16px;
}
/*-- footer elements --*/
/*-- footer menu --*/
footer .menus{
    position:absolute;
    bottom: 0;
    width: 100%;
}
footer .menus::after{
    content: "";
    background: linear-gradient(90deg, rgba(217, 209, 197, 1) 0%, rgba(255, 224, 179, 1) 100%);
    opacity: 0.6;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
}
.menus .row > * {
    display: flex
;
    align-items: center;
    padding: 0;
    margin: auto;
}
footer .navbar-nav.me-auto.mb-2.mb-lg-0 {
    width: 100%;
    margin: auto;
    text-align: center;
 	display: flex;
    gap: 10px; /* تحديد المسافة بين العناصر */
	position:relative;
	z-index: 1;
}
footer .menus .navbar{
    opacity: 1;
    z-index: 2;
}
footer .menus ul li {
    padding: 0 12px;
    width: 100%;
}
footer .menus ul li a,footer .menus ul li p {
    color: #fff;
    font-size: 16px;
	margin:1rem 0;
}
footer .menus ul li a:hover ,footer .menus ul li p:hover,footer .menus ul li p:hover a{
    color: #282828;
    transition: .3s;
}
/*-- footer menu --*/
/*-- icon --*/
.icon {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 22;
}
.icon svg {
    font-size: 50px;
}
/*-- icon --*/
/*-- download --*/
.download {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    align-items: center;
    display: flex;
    z-index: 22;
}
.download ul{
    padding: 0;
}
.download li {
    background: #ffffffd6;
    padding: 5px;
    margin: 7px 0;
    box-shadow: 10px 10px 15px #00000017, -10px -10px 15px #00000017;
}
.download li:hover{
    background: #DCB780;
    transition: .3s;
}
.download li a{
    color: #1E1E1E;
}
.download li:hover a{
    color: #fff;
    transition: .3s;
}
.download svg {
    font-size: 20px;
}
/*-- icon --*/
/*-- brand--*/
.brands {
    margin: 45px;
    opacity: 0;
    transition: .5s;
}
.brands .owl-theme .owl-nav {
    display: none;
}
/*-- brand--*/
/*-- search --*/
.search {
    position: relative;
	padding-left:15px;
}
.searcForm {
	width:170px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}
.searcForm input {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #eee;
}
.searcForm button {
    display: none;
}
/*-- search--*/
/*-- related proudect --*/
.related.products {
    padding: 15px;
}
.related.products h2{
	display:inline-block;
}
.related.products .price span {
    color: #1E1E1E;
}
.related.products .price.addToCart {
    background-color: #cccccc;
    padding: 8px 0;
}
.related.products .box:hover .addToCart{
    background-color: #DCB780;
    transition: 0.3s;
}
li.product .variations_form.cart {
    margin: 0;
}
.related.products .products h2 {
    text-align: center;
    color: #333;
	font-size:16px !important;
}
.related.products span.price{
	text-align:center;    
	font-size: 1.25em !important;
}
.related.products .variations_form.cart.in_loop.initialized{
	display:none !important;
}
.related .product {
    border: 1px solid #dfdfdf;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
	text-align:center;
}
/*-- related proudect --*/
/*-- form cart --*/
.singleProudect .cart {
    background: #fff;
    padding: 15px;
}
.singleProudect button.single_add_to_cart_button.button.alt {
    width:100%;
	margin-top:12px;
    background: #CE8E2F;
}
.quantity {
	width: 100%;
}
.singleProudect .quantity input{
	width:100% !important;
	border: 1px solid #f5f5f5;
    padding: 2px;
	border-radius:0;
}
.quantity .plus {
    background: #fff;
    border: 1px solid #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
}
.quantity .minus {
    background: #fff;
    border: 1px solid #f5f5f5;
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
}
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover{
	color:#5a5a5a;background-color: #CE8E2F;
}
.return-to-shop a {
    background: #DEAE68 !important;
    color: #fff !important;
}
/*-- form cart --*/
/*-- single page proudect --*/

.single-product {
    background: #fafafa;
	width:100%;
}
.singleProudect .product {
    border: none;
}
.singleProudect h1{
	font-size: 24px;
}
.singleProudect .price{
	font-size: 22px !important;
}
.singleProudect .price span{
	color: #CE8E2F !important;
	font-size:15px;
}
.singleProudect ol li  {
    padding: 0 !important;
   margin:15px 0 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
    display: inline-flex;
    margin: auto !important;
}
.singleProudect .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){
    clear: initial !important;
    margin: 0 !important;
    padding: 0 !important;
}
.singleProudect .product_meta a {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
	color:#CE8E2F;
}
.singleProudect span.woocommerce-Price-amount.amount {
    color: #5a5a5a;
}
 .woocommerce a.button:hover{
    background-color: #fff;
    color: #CE8E2F;
    transition: 0.3s;
}
.woocommerce-product-rating ,#tab-title-additional_information,#tab-additional_information{
    display: none !important;
}
.select_option {
    border-radius: 100%;
}
.yith_wccl_value{
	border-radius: 100%;
}
.select_box:not( .on_ptab ) .select_option:hover, .select_option.selected {
    border-color: #CE8E2F;
}
.reset_variations {
    color: #fff;
    background: #CE8E2F;
    padding: 2px 15px;
    border-radius: 30px;
}
.woocommerce-product-gallery__trigger{
	opacity:0 !important;
	display:none !important;
}
/*-- add yo cart popup --*/
.woocommerce-cart  .woocommerce-notices-wrapper {
    margin: 0 auto;
    width: 75% !important;
}
/*--taps --*/
.singleProudect div.product .woocommerce-tabs ul.tabs li , .singleProudect div.product .woocommerce-tabs ul.tabs li.active{
	border: none;
    background-color: transparent;
}
.singleProudect div.product .woocommerce-tabs ul.tabs li.active::after, .singleProudect div.product .woocommerce-tabs ul.tabs li.active::before{
	box-shadow:none;
}
.singleProudect div.product .woocommerce-tabs ul.tabs li::before,.singleProudect div.product .woocommerce-tabs ul.tabs li::after{
	border: none;
}
.singleProudect li#tab-title-description{
	display:none;
}
.singleProudect li#tab-title-reviews{
	padding:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin: 0;
}
.singleProudect .woocommerce-Reviews {
    background: #fff;
    padding: 15px;
}
.singleProudect .stars a {
    color: #CE8E2F;
}
.singleProudect #respond input#submit, .singleProudect a.button, .singleProudect button.button, .singleProudect input.button{
	background-color: #CE8E2F;
    color: #fff;
}
.singleProudect #respond input#submit:hover, .singleProudect a.button:hover, .singleProudect button.button:hover, .singleProudect input.button:hover {
    background-color: #CE8E2F;
    color: #333;
}
.singleProudect div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    color: #CE8E2F;
    font-size: 18px;
}
 .woocommerce div.product span.price {
    color: #CE8E2F;
}
.singleProudect p {
    line-height: 1.7em;
}
/*-- out of stocke --*/
.woocommerce div.product .out-of-stock {
    color: #CE8E2F;
}
#yith-wcwtl-output {
    text-align: left;
}
.yith-wcwtl-msg {
    display: none;
}
#yith-wcwtl-output .button.alt:hover {
    background: #f7941d;
    color: #333;
}

#yith-wcwtl-output .button.alt {
    background: #CE8E2F;
    color: #ffffff;
}
/*-- single page proudec --*/
.woocommerce ul.products li.product {
    background: #fff;
}
#tab-reviews{
	display:block !important;
}
#tab-description{
	display:none !important;
}
.proudect .box ,.products{
    display: flex;
    flex-wrap: wrap;
}
.proudect .box li > * ,  .products li > * {
    width: 100%;
}
.proudect .box li .a.added_to_cart.wc-forward{
	color: #ce8e2f;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin: 15px;
    background: #fff;
	display: flex;
    flex-wrap: wrap;
}
/*-- onsale --*/
.onsale {
	position: absolute !important;
	background: #f7941d !important;
	padding: 5px 5px !important;
	margin: 6% 0 !important;
	color: #fff !important;
	border-radius: 0 !important;
	font-size:14px;
	left:0;
	z-index:1;
}
.woocommerce ul.products li.product .onsale{
	min-height: auto !important;
	min-width: auto !important;
	line-height: 2em;
	top: 0;
    left: 2px;
	right:initial;
}
.woocommerce span.onsale{
	min-height: auto !important;
	min-width: auto !important;
	line-height: 2em;
	top: 0;
    left: 2px;
	margin: 0 !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price ,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price
{
    color: #ce8e2f;
}
/*-- onsale --*/
/*--- archive --*/
ul.products li.product .woocommerce-loop-product__title{
	font-size:24px !important;
	color: #1E1E1E;
}
ul.products li.product .proCo {
    background-color: #cccccc;
    padding: 8px 0;
	width: 100%;
    display: block;
	color:#fff;
}
.woocommerce ul.products li.product:hover .proCo , .woocommerce-page ul.products li.product:hover .proCo {
    background-color: #DCB780;
    transition: 0.3s;
}
li.product:hover {
    box-shadow: 10px 10px 15px #00000017, -10px -10px 15px #00000017;
    transition: 0.3s;
}
/*
li.product > .archiveProudect::before {
    content: '';
    background: #00000047;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}
li.product:hover > .archiveProudect::before  {
    background: #00000000;
	transition: 0.3s;
}*/
/*--- checkout & cart page --*/
.contentPage{
	margin:45px 0;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block
.wc-block-components-form,
.is-large .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block,
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block{
	background:#fff !important;
	padding: 25px;
    border-radius: 15px;
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block tr,
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block th{
	padding: 25px !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.wc-block-cart__submit-container,.wc-block-cart__submit-container a,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained{ 
    border: 0;
    background: #DCB780;
    color: #fff;
}
a.wc-block-components-product-name{
	color: #1E1E1E;
}
/*- search empty --*/
.woocommerce-info {
    border-top-color: #ce8e2f;
    margin: 45px 0;
}
.woocommerce-info::before {
    color: #ce8e2f;
}
/*---- proudect archive ---*/
.proudect.archive{
	width: 100%;
}
.proudect.archive .box li a {
    position: relative;
    display: block;
}
/*-- category --*/
.category {
    overflow: hidden;
}
.category .row > * {
    padding:7px 0;
	margin: auto;
	text-align: left;
}
.category h1 {
    font-size: 18px;
	margin:25px 0;
	padding: 7px 15px;
}
.category .body {
    padding: 8px 11px;
}
.category a{
    color: #000;
}
.category img {
    width: 100%;
	height:120px;
	object-fit:cover;
}
.category .owl-nav{
    display: none;
}
.category h3 {
    padding-top: 5px;
    font-size: 18px;
	color: #1E1E1E;
}
.category .content {
    background: #48484894;
	height:100%;
}
.category .content > * {
    height: 120px;
}
.category .content .link {
    background-color: #DCB780;
    color: #FFF;
	margin: auto;
    height: 100%;
	display: grid;
    width: 25%;
	align-items:center;
}
.category .content .line h3 {
    font-size: 20px;
	color:#fff;
	padding: 0 5px;
}
/*-- category --*/
/*-- checkout --*/
.woocommerce-billing-fields ,.order ,.woocommerce-additional-fields{
	background: #fff !important;
    padding: 25px;
    border-radius: 15px;
}
.woocommerce-billing-fields input ,.woocommerce-additional-fields input{ 
    background: #fff;
    border: 1px solid #50575e94;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1em;
    max-height: 52px;
    opacity: 1;
    outline: inherit;
    padding: 1.5em  .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
	height: auto;
}
.select2-container--default .select2-selection--single ,.woocommerce-additional-fields textarea{
    background: #fff;
    border: 1px solid #50575e94;
    border-radius: 4px;
    height: auto;
    padding: .7em  .5em;
	color: #2b2d2f;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #CE8E2F;
	border:1px solid #CE8E2F;
    color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
   background-color: transparent;
    color: #CE8E2F;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: .5em;
    width: 20px;
    transform: translate(0, 50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 0;
}
/*-- cod --*/
.woocommerce-checkout #payment {
    background: #efefef;
}
.woocommerce-privacy-policy-text a,span.woocommerce-terms-and-conditions-checkbox-text a{
	color:#CE8E2F;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #e5e5e5;
    color: #515151;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before
,p#billing_country_field{
	display:none;
}
span.optional{
	display:none;
}
/*- cart --*/
.woocommerce .cart-collaterals .cart_totals, form.woocommerce-cart-form  {
    float: none;
    width: 75%;
    margin: auto;
    background: #ffff;
    padding: 15px;
	border-radius: 15px;
}
thead td {
    border: none !important;
}
.woocommerce-cart table.cart img{
    width: 75px;
}
form.woocommerce-cart-form {
    margin: 25px auto;
}
td.product-name a {
	color: #CE8E2F;
}
.woocommerce button.button{
	background-color: #CE8E2F;
	border:1px solid #CE8E2F;
    color: #fff;
}
.woocommerce button.button:hover{
	background-color: transparent;
    color: #CE8E2F;
}
.woocommerce-cart  #coupon_code {
    background: #fff;
    border: 1px solid #50575e94;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1em;
    opacity: 1;
    outline: inherit;
    padding: 0.5em .5em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
}
.woocommerce-notices-wrapper {
    margin: AUTO;
    position: relative !important;
    width: 75% !important;
}
.lang .sidebar-title{
	display:none;
}
.lang select {
    background: #fff;
    border: 1px solid #50575e94;
    border-radius: 4px;
    color: #2b2d2f;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
}
/*-- form --*/
.woocommerce-cart .woocommerce form .form-row-first,.woocommerce-cart  .woocommerce-page form .form-row-first{
    float: none !important;
    width: 100% !important;
}
/*-- from --*/
.singleProudect .woocommerce-notices-wrapper{
	width: 100% !important;
}
p.woocommerce-result-count {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 1em;
}
.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    display: block;
    margin: 10px auto;
}
.woocommerce-cart-form__cart-item.cart_item ,.cart-header{
    text-align: center;
}
.woocommerce-cart-form .quantity {
    display: flex;
    justify-content: center;
}
/*-- newsletter --*/
.newsletter {
    margin: 25px 0;
}
.newsletter .body{
	background:#D9D1C5;
	padding: 45px 0;
}
.newsletter label{
	display:none !important;
}
.newsletter .body .sidebar-content{
	margin-top:45px;
}
.newsletter  .tnp-widget input.tnp-submit {
    background-color: #DCB780;
    padding: 20px 0;
	border:none;
}
.newsletter  .tnp-subscription div.tnp-field input{
	padding: 20px 0;
	border:none;
	text-align: center !important;
}
.shipping-calculator-button,p.woocommerce-shipping-destination ,#ship-to-different-address,.payment_box.payment_method_cod{
    display: none !important;
}
span.woocommerce-Price-amount.amount {
    padding: 0 7px;
}
.woocommerce-additional-fields__field-wrapper::before {
    content: "Make it as a gift and send it to a loved one";
	font-size: 1.75rem;
}
.woocommerce-message {
    border-top-color: #ce8e2f;
}
.woocommerce-message::before {
    color: #ce8e2f;
}

span#reply-title ,.comment-form-rating label{
    display: none;
}
.autocomplete-suggestion img {
    width: 50px;
    height: 50px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
}
.added_to_cart.wc-forward {
    color: #DCB780;
}
/*-- mobiole --*/
/*-- logo --*/
.hedaerMobile {
    overflow: hidden;
    background: #DCB780;
	padding: 7px 0;
}
.hedaerMobile img {
    height: 35px !important;
    width: 35px;
	margin: 0 15px;
}
.hedaerMobile .row > * {
    margin: auto;
}
/*-- logo --*/
/*-- lang --*/
.hedaerMobile select{
    margin: 0 15px;
    padding: 0 7px;
    border-radius: 4px;
    background: #ffffffb8;
	color:#9b7f57;
    border: 1px solid #eee;
	font-size: 14px;
}
/*-- lang --*/
/* menu */
.mobileClose {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    background: transparent;
    z-index: 23;
}
.mobileClose::before {
    content: " ";
    width: 75%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mobileClose::after {
    content: " ";
    width: 100%;
    height: 100%;
    background: #0000005c;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.mobileClose ul {
    margin-top: 15px !important;
	position: relative;
	width:75%;
}
.mobileClose ul li{
	padding: 9px 12px;
}
.mobileClose ul li a{
	padding: 9px 12px;
	color:#282828;
}
.iClose{
    width: 75%;
    display: block;
    text-align: right;
    padding: 7px;
    z-index: 2;
    position: relative;
}
/*-- menu bar --*/
.menubar{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: url("https://sdcae.ae/wp-content/uploads/2024/09/Group-1-1-1.png");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index:22;
}
.menubar ul{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
	margin:0;
}
.menubar ul li{
	width:80px;
	height:40px;
	font-size:22px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#DCB780;
	width:33.33%;
}
.menubar ul li a{
	color:#DCB780;
}
.menubar ul li[value="1"]{
	opacity:0;
}
.menubar #animation{
	position: absolute;
    width: 48px;
    height: 48px;
    background: #DCB780;
    border-radius: 50%;
    transform: scale(1.3);
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    top: -26px;
    left: 7px;
    right: 0;
    margin: 0 auto;
	font-size:18px;
	box-shadow: -5px -5px 10px #00000026;
}
.menubar #animation a{
	color:#fff;
}
/*-- menu bar --*/
/*-- Search --*/
.mobileSearch{
	width:100%;
}
.mobileSearch .yith-ajaxsearchform-wide .search-input-container input[type="search"] {

	width:100%;
	margin:0;
	padding:10px;
}
.mobileSearch  input#yith-searchsubmit{
	padding:10px;
}
.yith-ajaxsearch-filters {
    display: none !important;
}
.yith-ajaxsearchform-wide .search-input-container{
	padding-right: 0;
}
/*-- mSearch --*/
/*-- mobiole --*/

    .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
        display: block;
    }
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        display: none;
    }

#billing_last_name_field {
    width: 100% !important;
}

.alert-primary {
    --bs-alert-color: #fff!important;
    --bs-alert-bg: #ce8e2f!important;
    --bs-alert-border-color: #dcb780!important;
}

.bag  {
    position: relative;
}
.bag span {
    position: absolute;
    top: 35%;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 10px;
    display: block;
    width: 100%;
}
.cod {
    position: relative;
    z-index: 1;
    width: 100%;
	text-align:end;
}
.menus .row > * {
    display: flex;
    align-items: center;
}
.posted_in {
    width: 100%;
    display: block;
}
.sku {
	color:#CE8E2F;
}
.Top.Products.body.col-sm-12.text-center,
.Uncategorized.body.col-sm-12.text-center{
    display: none;
}
/*--form contact --*/
#wpcf7-f1258-p1252-o1 form,#wpcf7-f1256-p74-o1 form,#wpcf7-f1257-p1252-o1 form{
    width: 50%;
    margin: auto;
}
#wpcf7-f1258-p1252-o1 label ,#wpcf7-f1256-p74-o1 label,#wpcf7-f1257-p1252-o1 label{
    display: block;
    width: 100%;
}
#wpcf7-f1258-p1252-o1 input, #wpcf7-f1258-p1252-o1 textarea,
#wpcf7-f1256-p74-o1 input, #wpcf7-f1256-p74-o1 textarea,
#wpcf7-f1257-p1252-o1 input, #wpcf7-f1257-p1252-o1 textarea{
	border:1px solid #000;
	margin-top:10px;
	width: 100%;
}
#wpcf7-f1256-p74-o1 input.wpcf7-form-control.wpcf7-submit.has-spinner{
	text-align:center !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
p#billing_first_name_field {
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 90%;
    margin: 0;
    outline: 0;
    line-height: normal;
}
.woocommerce-checkout #billing__field ,.woocommerce-checkout #additional_city_field,.woocommerce-checkout #order_comments_field{
    width: 90%;
}
.woocommerce-checkout .showcoupon {
    color: #ce8e2f;
}
.woocommerce-checkout  #coupon_code {
    border: 1px solid #1E1E1E;
}
/*-- share icon --*/
.share-buttons {
    margin: 25px 0;
}
.share-buttons a {
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
}
.share-buttons a img {
    width: 100%;
    height: 100%;
	padding: 4px;
}
/*-- slideshow --*/
.owl-item .box{
	width:300px;
}
.owl-item .topproudect .box h3 {
    font-size: 20px;
}
.owl-item  .topproudect .box .price {
    font-size: 16px;
}
/*-- image set --*/
.bestSeller .body img{
	padding:9px 0px;
}
/* aed symbol*/
span.woocommerce-Price-amount.amount > * {
    display: inline-flex;
    align-items: center;
}
.topproudect .box .price span.woocommerce-Price-amount.amount > * {
    display: inline-flex;
    align-items: center;
	color:#ce8e2f ;
	font-size: 15px;
}
.woocommerce-Price-currencySymbol {
    padding: 0 4px;
	    display: inline-flex;
margin:auto;
}
.topproudect .box .price {
    font-size: 22px;
    color: #1E1E1E;
    align-items: center;
    display: inline-flex
;
    margin: auto;
}
.home .sidebar-content .s0{
	fill: #fff !important;
}
@media (max-width: 575.98px) { 
    .mdnone{
        display: none;
    }
    .dnone{
        display: block !important;
    }
    .col-sm-4{
        width: 33.33%;
    }
	.col-sm-8{
		width:66.66666667%;
	}
    .bestSeller {
        display: none;
    }
    .elements {
        padding: 80px 0 170px 0;
    }
    footer .menu ul li {
        padding: 0 12px;
        width: 100%;
        text-align: left;
    }
    .icon{
        left: initial;
        right: 20px;
    }
    .elements {
        padding: 15px 0 15px 0;
    }
    .elements .col-md-3.col-sm-12{
        margin: 5px 0;
    }
    .elements ul, .elements h2 {
        padding: 7px 0 ;
    }
    .topproudect .viweMore a img {
        width: 14%;
        padding: 0 5px;
    }
    .proudectOweek .shop span {
        font-size: 18px;
    }
    .proudectOweek .content h3 {
        font-size: 15px;
    }
    .icon {
        right: 5px;
    }
    .icon svg {
        font-size: 40px;
    }
	.proudectOweek,.topproudect,.brands,.footer{
		display:none;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-3{
		width:25%;
	}
    .searcForm {
        position: fixed;
        top: 0;
        height: 100%;
        right: 0;
        left: 0;
        margin: auto;
        background: #fff;
        z-index: 1;
    }
	.searcForm input {
		width: 100%;
		padding: 15px;
	}
	#coupon_code {
		width: 60%;
	}
	button.button.update{
		width: 100%;
		margin:15px 0 ;
	}
	.autocomplete-suggestions ,.search-navigation{
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        padding:7px;
    }
	.related.products {
		padding: 0;
	}
	.newsletter {
		margin: 25px 0 45px 0;
	}
	.newsletter .body {
		margin-top: 15px;
		padding: 15px;
	}
	.woocommerce-breadcrumb {
		padding-top: 15px !important;
	}
	select, input, textarea {
		padding: 3px 7px;
	}
	p.woocommerce-result-count {
		display: none;
	}
	.woocommerce-cart-form , .woocommerce .cart-collaterals .cart_totals, form.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce-cart table.cart img {
		width: 100%;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .mdnone{
        display: none;
    }
    .dnone{
        display: block;!important;
    }
    .col-sm-4{
        width: 33.33%;
    }
	.col-sm-8{
		width:66.66666667%;
	}
    .bestSeller {
        display: none;
    }
    .elements {
        padding: 80px 0 170px 0;
    }
    footer .menu ul li {
        padding: 0 12px;
        width: 100%;
        text-align: left;
    }
    .icon{
        left: initial;
        right: 20px;
    }
    .elements {
        padding: 15px 0 15px 0;
    }
    .elements .col-md-3.col-sm-12{
        margin: 5px 0;
    }
    .elements ul, .elements h2 {
        padding: 7px 0 ;
    }
    .topproudect .viweMore a img {
        width: 14%;
        padding: 0 5px;
    }
    .proudectOweek .shop span {
        font-size: 18px;
    }
    .proudectOweek .content h3 {
        font-size: 15px;
    }
    .icon {
        right: 5px;
    }
    .icon svg {
        font-size: 40px;
    }
	.proudectOweek,.topproudect,.brands,.footer{
		display:none;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-3{
		width:25%;
	}
	#coupon_code {
		width: 60%;
	}
	button.button.update{
		width: 100%;
		margin:15px 0 ;
	}
	.autocomplete-suggestions ,.search-navigation{
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 50%;
        padding:7px;
    }
	.related.products {
		padding: 0;
	}
		.newsletter {
		margin: 25px 0 45px 0;
	}
	.newsletter .body {
		margin-top: 15px;
		padding: 15px;
	}
	.woocommerce-breadcrumb {
		padding-top: 15px !important;
	}
	select, input, textarea {
		padding: 3px 7px;
	}
	p.woocommerce-result-count {
		display: none;
	}
	.woocommerce-cart-form , .woocommerce .cart-collaterals .cart_totals, form.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce-cart table.cart img {
		width: 100%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .mdnone{
        display: none;
    }
    .dnone{
        display: block !important;
    }
    .col-sm-4{
        width: 33.33%;
    }
	.col-sm-8{
		width:66.66666667%;
	}
    .bestSeller {
        display: none;
    }
    .elements {
        padding: 80px 0 170px 0;
    }
    footer .menu ul li {
        padding: 0 12px;
        width: 100%;
        text-align: left;
    }
    .icon{
        left: initial;
        right: 20px;
    }
    .elements {
        padding: 15px 0 15px 0;
    }
    .elements .col-md-3.col-sm-12{
        margin: 5px 0
    }
    .elements ul, .elements h2 {
        padding: 7px 0 ;
    }
    .topproudect .viweMore a img {
        width: 14%;
        padding: 0 5px;
    }
    .proudectOweek .shop span {
        font-size: 18px;
    }
    .proudectOweek .content h3 {
        font-size: 15px;
    }
    .icon {
        right: 5px;
    }
    .icon svg {
        font-size: 40px;
    }
	.proudectOweek,.topproudect,.brands,.footer{
		display:none;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-3{
		width:25%;
	}
	#coupon_code {
		width: 60%;
	}
	button.button.update{
		width: 100%;
		margin:15px 0 ;
	}
	.autocomplete-suggestions ,.search-navigation{
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 45%;
        padding:7px;
    }
	.related.products {
		padding: 0;
	}
	.newsletter {
		margin: 25px 0 45px 0;
	}
	.newsletter .body {
		margin-top: 15px;
		padding: 15px;
	}
	.woocommerce-breadcrumb {
		padding-top: 15px !important;
	}
	select, input, textarea {
		padding: 3px 7px;
	}
	p.woocommerce-result-count {
		display: none;
	}
	.woocommerce-cart-form , .woocommerce .cart-collaterals .cart_totals, form.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce-cart table.cart img {
		width: 100%;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
	.mdnone{
        display: none;
    }
    .dnone{
        display: block !important;
    }
    .col-sm-4{
        width: 33.33%;
    }
	.col-sm-8{
		width:66.66666667%;
	}
    .bestSeller {
        display: none;
    }
    .elements {
        padding: 80px 0 170px 0;
    }
    footer .menu ul li {
        padding: 0 12px;
        width: 100%;
        text-align: left;
    }
    .icon{
        left: initial;
        right: 20px;
    }
    .elements {
        padding: 15px 0 15px 0;
    }
    .elements .col-md-3.col-sm-12{
        margin: 5px 0
    }
    .elements ul, .elements h2 {
        padding: 7px 0 ;
    }
    .topproudect .viweMore a img {
        width: 14%;
        padding: 0 5px;
    }
    .proudectOweek .shop span {
        font-size: 18px;
    }
    .proudectOweek .content h3 {
        font-size: 15px;
    }
    .icon {
        right: 5px;
    }
    .icon svg {
        font-size: 40px;
    }
	.proudectOweek,.topproudect,.brands,.footer{
		display:none;
	}
	.col-sm-6{
		width:50%;
	}
	.col-sm-3{
		width:25%;
	}
	#coupon_code {
		width: 60%;
	}
	button.button.update{
		width: 100%;
		margin:15px 0 ;
	}
	.autocomplete-suggestions ,.search-navigation{
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 45%;
        padding:7px;
    }
	.related.products {
		padding: 0;
	}
	.newsletter {
		margin: 25px 0 45px 0;
	}
	.newsletter .body {
		margin-top: 15px;
		padding: 15px;
	}
	.woocommerce-breadcrumb {
		padding-top: 15px !important;
	}
	select, input, textarea {
		padding: 3px 7px;
	}
	p.woocommerce-result-count {
		display: none;
	}
	.woocommerce-cart-form , .woocommerce .cart-collaterals .cart_totals, form.woocommerce-cart-form {
		width: 100%;
	}
	.woocommerce-cart table.cart img {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.dednone{
	    display: none;
	}
	.dnone{
		display: none !important;
	}
	input#yith-searchsubmit{
		display: none;
	}
	.download{
		display: none !important;
	}
}