/* ################ Base ################ */
html, body {font-family: IRANSans;font-size: 15px;direction: rtl !important;text-align: right !important;color: #555;background: #f7f7f7}
img{max-width: 100%;height:auto;}
@media(max-width: 992px){ html, body {font-size: 13px;} }
a, a:hover { text-decoration: none;color: inherit; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
#product-info .pro-tab-content h1 {font-size:18px;line-height: inherit;}
#product-info .pro-tab-content h2 {font-size:17px;line-height: inherit;}
#product-info .pro-tab-content h3 {font-size: 16px;font-weight: 600;line-height: inherit;}
#product-info .pro-tab-content h4 {font-size: 16px;font-weight: 500;line-height: inherit;}
#product-info .pro-tab-content h5 {font-size: 16px;font-weight: 400;line-height: inherit;}
#product-info .pro-tab-content h6 {font-size: 16px;font-weight: 400;line-height: inherit;}

.container-fluid { max-width: 1200px; }
ul { padding-right: 0px; }
.aligncenter { text-align:center;display: block;margin: 0px auto; }
/* ---> Box Style */
.box-style { background: #fff;box-shadow: 0 3px 8px rgba(0,0,0,0.05);border-radius: 6px;overflow: hidden; }
/* ---> Product Box */
.product-item a { transition: all 0.3s;}
.product-item a:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.12);border-radius: 6px; }
.product-item a:focus { outline: none; }
.product-item h4 { font-weight: 400;font-size: 13.8px;padding: 15px 0px;margin-bottom: 0;line-height: 1.618;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #6e6e6e;}
.product-item .price del { display: block;color: #f75164;font-size: 12px;height: 20px; }
.product-item .price ins,
.product-item .price > span { display: block;text-decoration: none;color: #1baf4c;font-size: 18px;font-weight: 300; }
.product-item .price ins .woocommerce-Price-currencySymbol,
.product-item .price > span .woocommerce-Price-currencySymbol { font-size: 13px; }


/* ################ Header ################ */
#site-header { background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.08);position: relative;z-index: 100; }
	/* ---> Logo */
	#hlogo { width: 220px;height: auto; }
	/* ---> Search Form */
	#searchform { background: #f1f1f1;border-radius: 6px;height: 44px;width: 500px;max-width: 100%; }
	#searchform input { background: transparent;border: 0;width: calc(100% - 44px);height: 44px;outline: none;padding: 0 15px;font-size: 13px;color: #999; }
	#searchform input::placeholder { color: #999; }
	#searchform button { width: 44px;height: 44px;border: 0;background: transparent;font-size: 20px;padding: 9px;color: #999;outline: none; }
	/* ---> Cart Button */
	#hcart { border-radius: 6px;width: 44px;height: 44px;display: inline-block;font-size: 20px;padding: 9px 11px;border: 1px solid #a4eab2;color: #5ee478; }
	/* ---> Login/Register Button */
	#hpanel { border-radius: 6px;height: 44px;display: inline-block;padding: 11px 15px;border: 1px solid #ddd;font-size: 13px; }
	/* ---> Phone Number */
	#hphone i { vertical-align: middle;color: #999;margin-right: 5px; }
	/* ---> Header Menu */
	#hmenu { font-weight: 500;font-size: 13px; }
	#hmenu ul { list-style: none;padding: 0;margin: 0; }
	#hmenu ul li { float: right;position: relative; }
	#hmenu ul li a { display: block;padding: 15px 12px;color: #777;position: relative; }
	#hmenu ul li:not(.menu-item-has-children) a::after { content: '';width: 100%;height: 2px;background: #F15822;position: absolute;bottom: 0;left: 0;transform: scaleX(0);transition: all 0.5s; }
	#hmenu ul li a:hover::after { transform: scaleX(1); }
	#hmenu ul li i { vertical-align: middle;margin-left: 5px; }
	#hmenu ul.sub-menu { display: none;overflow: hidden;position: absolute;top: 47px;background: #f15822;right: 9px;z-index: 10;width: 170px;border-radius: 4px; }
	#hmenu ul.sub-menu a { color: #fff; }
	#hmenu ul li i.has-child-icon { font-size: 20px;margin-right: 12px; }


/* ################ SlideShow ################ */
#slideshow { background: url(../img/abstract-bg-2.png) no-repeat right 60%; }
	/* ---> Product Category */
	#product-cat { background: #fff;border-radius: 6px;border: 1px solid #0C50A1; }
	#product-cat header { background: #0C50A1;padding: 15px 25px;border-radius: 4px 4px 0 0;color: #fff; }
	#product-cat header i { vertical-align: middle;font-size: 16px;margin-left: 8px; }
	#product-cat ul { list-style: none;margin: 0;padding: 0; }
	#product-cat .menu { padding: 10px 0; }
	#product-cat .menu > li { position: relative;padding: 0 10px; }
	#product-cat .menu > li > a { display: block;padding: 15px 10px 15px 20px;position: relative;transition: all 0.5s;border-radius: 6px;color: #777; }
	#product-cat .menu > li:hover > a { background: #f5f5f5;color: #555; }
	#product-cat .menu > li:hover > a .menu-item-icon { color: #F15822; }
	#product-cat .sub-menu { position: absolute;right: 100%;width: 250px;top: 20px;border-radius: 6px 0 6px 6px;visibility: hidden;transition: all 0.5s;opacity: 0;z-index: 100;padding-right: 10px;box-shadow: -3px 3px 3px rgba(0,0,0,0.05); }
	#product-cat .menu > li:hover .sub-menu { visibility: visible;opacity: 1;top: 0; }
	#product-cat .sub-menu a { padding: 8px 20px;display: block;transition: all 0.3s;background: #fff;font-size: 14px; }
	#product-cat .sub-menu li:first-child a { padding-top: 15px;border-radius: 6px 6px 0 0;border-top: 2px solid #F15822; }
	#product-cat .sub-menu li:last-child a { padding-bottom: 15px;border-radius: 0 0 6px 6px;border-bottom: 2px solid #F15822; }
	#product-cat .sub-menu a:hover { color: #0C50A1; }
	#product-cat .sub-menu a:hover i { color: #555; }
	#product-cat .menu-item-icon { vertical-align: middle;margin-left: 10px;transition: all 0.3s; }
	#product-cat .has-child-icon { vertical-align: middle;font-size: 18px;position: absolute;left: 15px; }
	#product-cat.stiky-side { z-index: 10; }
	/* ---> Images Slider */
	#image-slider-box { position: relative; }
	#image-slider a:focus { outline: none; }
	/* #image-slider .slick-dots { bottom: 10px; } */
	.owl-dots {position: absolute;bottom: 5px;z-index: 100;transform: translateX(50%);right: 50%;}
	.owl-nav button span { color: #555;font-size: 34px; }
	.swiper .swiper-button-prev:after { position: absolute;width: 30px;top: calc(50% - 25px);right: -10px;background: rgba(255,255,255,0.5);border-radius: 6px 0 0 6px;font-size: 20px;color: rgba(0,0,0,0.6);padding: 18px 9px;cursor: pointer;margin:0px; }
	.swiper .swiper-button-next:after { position: absolute;width: 30px;top: calc(50% - 25px);left: -10px;background: rgba(255,255,255,0.5);border-radius: 0 6px 6px 0;font-size: 20px;color: rgba(0,0,0,0.6);padding: 18px 9px;cursor: pointer;margin:0px; }
	button:focus {margin:0px;outline: unset;}
	/* ---> Warranty */
	#warranty .warranty-item { cursor: default;transition: all 0.3s;text-align: center; }
	#warranty .warranty-item:hover { margin-top: -3px; }
	#warranty .warranty-item span {font-size: 1rem;font-weight: bold;display: block;}
	#warranty .warranty-item img { max-height: 73px;width: auto;margin-bottom: 0.8rem; }

/* ################ Discount Product ################ */
#discount-product {
	background: #0C50A1;
	background: -webkit-linear-gradient(to right, #2b75cc, #0C50A1);
	background: linear-gradient(to right, #2b75cc, #0C50A1);
	padding: 30px 0 25px;
	min-height: 400px;max-height: 520px;
}
/* #discount-product-slider { margin: 0 -13px; } */
#discount-product .title i { font-size: 130px;opacity: 0.8;text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
#discount-product .title h3 { font-size: 30px;margin-bottom: 0;padding-top: 30px;text-shadow: 0 2px 4px rgba(0,0,0,0.1); }
#discount-product .owl-nav button { background: #fff;width: 46px;height: 46px;border-radius: 100%;font-size: 25px;padding: 8px 0;position: absolute;left: -23px;top: calc(50% - 23px);box-shadow: 0 2px 12px rgba(0,0,0,0.15);cursor: pointer;text-align: center;transition: all 0.3s; }
#discount-product .owl-nav button:hover { box-shadow: 0 4px 15px rgba(0,0,0,0.25); }
#discount-product .owl-prev { right: -23px; }
#discount-product .owl-next { left: -23px; }
#discount-product .product-item a:hover { box-shadow: none; }

/* ################ Category Product Box ################ */
#site-main { background: url(../img/abstract-bg-1.png) no-repeat right 30%;padding-bottom: 70px; }
.cat-product .box-style { padding: 0 10px; min-height: 300px;max-height: 450px;}
.cat-product .title { border-bottom: 1px solid #eee; }
.cat-product .title h3 { margin-bottom: 0;padding: 15px 10px;font-weight: 300;font-size: 16px;border-bottom: 1px solid #F15822;position: relative;bottom: -1px; }
.cat-product .title h3::after { content: '';position: absolute;width: 8px;height: 1px;background: #fff;bottom: -1px;left: -8px; }
.cat-product .title a { color: #00aeef;font-size: 13px;padding: 15px 10px; }
/* featured */
.featured .box-style { border: 1px solid #f15822; }
.featured .title { margin: 0px -10px;background: #f15822;border: 0px;color: #fff; }
.featured .title h3 {border-bottom: none;bottom: 0px;font-weight: 500;}
.featured .entry { position: static !important; }
.featured .arrow {opacity: 1;color: #fff;padding: 5px 11px;float: left;font-size: 25px;}
.featured .owl-nav {display: none !important; }

/* ################ Footer ################ */
#site-footer { background: url(../img/abstract-bg-3.png) no-repeat left bottom;min-height: 344px;line-height: 1.8;color: #777; }
#site-footer .top-line { height: 5px;border-radius: 10px;background: #00aeef; }
#site-footer h4 { font-size: 1.35rem;margin-bottom: 20px;color: #555 }
/* ---> Address */
#site-footer address i { vertical-align: middle;margin-left: 5px;color: #0c50a1;font-size: 15px; }
#site-footer address div { margin-bottom: 4px; }
/* ---> Social */
#site-footer .social .icons a { display: block;padding: 12px 15px;border-radius: 6px;color: #fff;margin-bottom: 10px; }
#site-footer .social .icons i { font-size: 24px;vertical-align: middle;margin-left: 7px; }
#site-footer .social .icons .instagram {background: #833ab4;background: -webkit-linear-gradient(to left, #fcb045, #fd1d1d, #833ab4);background: linear-gradient(to left, #fcb045, #fd1d1d, #833ab4)}
#site-footer .social .icons .telegram {background: #1c92d2;background: -webkit-linear-gradient(to left, #54b6ea, #1c92d2);background: linear-gradient(to left, #54b6ea, #1c92d2);}
/* ---> Designer */
.designer { font-size: 12px;color: #999; }
/* ---> Menu */
#fmenu { border-top: 1px solid rgba(0,0,0,0.07);padding: 15px 0; }
#fmenu ul { margin: 0;padding: 0;list-style: none;text-align: center; }
#fmenu li { display: inline-block; }
#fmenu li a { display: block;padding: 10px 15px;color: #555;font-size: 15px;transition: all 0.3s; }
#fmenu li a:hover { color: #f15822; }


/* ################ Product single ################ */
.woocommerce div.product .product_title { font-size: 1.25rem;line-height: 2.1;padding-bottom: 1.4rem;border-bottom: 1px solid #ececec;}
#product-box .product-meta li {list-style: none;display: inline-block;margin-left: 1.2rem;font-size: 14px;line-height: 2;}
#product-box .product-meta a {border-bottom: 1px dashed #1ca2bd;line-height: 2;padding: 2px 0px;font-size: 13px;color: #1ca2bd;margin-left: 8px;}
#product-box .vlist a:not(:last-child)::after { display: inline-block;content: ' '; }
#product-box .price {color: #f15822;font-size: 1.4rem;margin: 1.5rem 0px;position: relative;font-weight: 700;display: flex;flex-direction: column;}
#product-box .summary .price del {font-size: 1.2rem;color: #808080;font-weight: 500;margin-bottom: 2px;}
#product-box .summary .price del .woocommerce-Price-currencySymbol { display: none;}
#product-box .summary .price ins { text-decoration: none;}
#product-box .woocommerce-product-details__short-description {font-size: 14px;line-height: 2;}
#product-box .woocommerce-product-details__short-description > p { font-weight: 500;font-size: 15px;margin-bottom: 3px; }
#product-box .woocommerce-product-details__short-description ul {padding-right: 1rem;margin-bottom: 10px;}
#product-box .share-btns {position: absolute;left: 0px;bottom: 50px;top: 60px;display: flex;flex-direction: column;z-index:10;}
#product-box .share-btns a {color: #bfbfbf;font-size: 1.4rem;margin: 2px;}
#product-box .codes { padding: 0.7rem;background: #e1f5e7;border-radius: 6px;font-size: 1rem;margin-top: 1rem; }
#product-box .codes span:nth-child(2) { float: left; }
#product-box footer { color: #8a8a8a;font-size: 14px; }
#product-box footer a { margin-left: 8px; }
/* gallery */
.woocommerce div.product div.images img { width: auto !important;margin: 0px auto; }
#product-box , #product-box .summary { position: relative; }
#product-box span.status {height: 28px;position: absolute;top: 22px;z-index: 10;right: -62px;background: #f15822;color: #fff;transform: rotate(45deg);text-align: center;font-weight: 500;width: 200px;display: inline-block;line-height: 2.09;}
#product-box span.status.outofstock { background: #ada3a0; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { background: #e1f5e7; }
/* product-info tabs */
#product-info .pro-tabs {background: #f3f3f3;border: 1px solid #e2e2e2;font-size: 0px;}
#product-info .pro-tabs li {display: inline-block;font-weight: 300;font-size: 1.15rem;position:relative;top: 1px;right: -1px;}
#product-info .pro-tabs li i {font-size: 1.3rem;color: #b3b3b3;margin-left: 3px;}
#product-info .pro-tabs li a {display: block;padding: 1rem;border-left: 1px solid #e2e2e2;text-align: center;}
#product-info .pro-tabs li.active a {background: #fff;/* margin-top: -1px; */}
#product-info .pro-tabs li.active::before {content: '';display: inline-block;width: 100%;height: 4px;background: #f15822;position: absolute;top: -3px;}
#product-info .pro-tab-content {line-height: 2.3;padding: 1rem 3rem;font-size: 16px;}
#product-info .pro-tab-content .main-title , .pro-tab-content #reply-title {font-size: 1.4rem;font-weight: 700;line-height: 2;color: #0a4ea0;}
#product-info .particulars li {list-style: none;}
#product-info .particulars li span {background: #f7f7f7;padding: 0.3rem 1rem;margin-bottom: 0.3rem;display: inline-block;width: 18%;min-width:52px; }
#product-info .particulars li span:nth-child(2) { width: 50%;min-width: 180px; }
/* comments */
.comment-form-cookies-consent , .says { display: none; }
.gglcptch { padding-right: 1rem !important; }
#reply-title { margin-top: 0px !important; }
.comment-respond input.form-control{ height: 2.7rem; }
.comment-respond textarea { height:  5.9rem;margin-bottom: 1rem; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button , .comment-form input[type="submit"] ,  .woocommerce a.button.alt { color: #fff;font-weight: 400;background: #00aeef;transition: all 0.2s;border: none; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover ,  .woocommerce a.button.alt:hover { background: #049bd4; color: #fff; }
.comments-list li { font-size: 14px;  padding: 0.5rem 0px; }
.comments-list > li:not(:last-child) { border-bottom:1px solid #ececec; }
.comments-list li cite {font-size: 13px;color: #1ca2bd;margin-right: 0.5rem;}
.comments-list li .comment-meta {font-size: 12px;color: #aaa;margin-top: 5px;margin-bottom: 10px;}
.comments-list ul.children { margin-right: 2rem;list-style: none; }
.comments-list li .reply { display: inline-block;background: #f7f7f7;padding: 0 0.5rem;font-size: 12px;}


/* ################ Product taxonomy ################ */
.tax header {padding: 0px 1rem;border-bottom: 1px solid #f3f3f3;}
.tax header a {color: #969696;padding: 0.2rem 0.7rem;border-radius: 5px;margin: -4px 3px;}
.tax header a.active { background: #00aeef;color: #fff; }
.content-body .term-description { padding: 1.5rem; }
.content-body .term-description p { font-size: 14px; }
.content-body .term-description h1 , .content-body .term-description h2 { font-weight: 500;font-size: 16px; }
.tax .posts li {list-style: none;}
.tax .posts li .star-rating { display: none; }
.tax .posts li .item , .woocommerce ul.products li {padding: 1rem;border-bottom: 1px solid #f3f3f3;height: 100%;transition: all 0.2s; }
.woocommerce ul.products li { width: 25% !important; margin:0px !important; padding: 1rem !important; }
.tax .posts li:not(:nth-child(4n)) .item , .woocommerce ul.products li:not(.last) { border-left: 1px solid #f3f3f3; }
.tax .posts li .item:hover , .woocommerce ul.products li:hover { box-shadow: 0 0 3px 4px rgba(0,0,0,0.05); }
.tax .posts li h4 ,  .woocommerce ul.products li.product .woocommerce-loop-product__title {font-weight: 400;font-size: 1rem;line-height: 1.7;margin-top: 5px;height: 60px;overflow: hidden;margin-bottom: 1.2rem;text-align:center;}
.tax .posts li .price , .woocommerce ul.products li.product .price {height: 50px;text-align: left;font-size: 1.1rem; text-align:center;}
.tax .posts li .price del , .woocommerce ul.products li.product .price del {color: #9c9c9c;font-size: 0.95rem;color: red;}
.tax .posts li .price ins , .tax .posts li .price > span , .woocommerce ul.products li.product .price , .woocommerce ul.products li.product .price ins {font-weight: 500;font-size: 1.25rem;text-decoration: none;color: #555555;line-height: 1.4;margin: 0px;text-align:center;}
.tax .woocommerce-Price-currencySymbol , .woocommerce-page .woocommerce-Price-currencySymbol { font-size: 0.9rem; }
.price p.outofstock {display: block;color: #aaa;margin: auto;text-align: center;position: relative;margin-top: 0.5rem;}
.price p.outofstock span {display: inline-block;padding-bottom: 1rem;background: #fff;position: relative;z-index: 2;padding: 0px 0.5rem;font-size: 16px;font-weight: 400;}
.price p.outofstock::after {content:'';display: block;height: 1px;width: 100%;background: #e4ded9;position: absolute;top: 63%;z-index: 0;}
.woocommerce-page .single-content header h2 , .woocommerce-page .single-content header h1 { padding: 0px 1rem; }
.woocommerce-result-count { display: none; }
.woocommerce-page .woocommerce-ordering { position: absolute;top: -49px;left: 0px; }
.woocommerce-ordering .orderby { border-color: #cec6c6;padding: 0.2rem 0.3rem;font-size: 14px;margin-left: 15px;}
.woocommerce-page .single-content header { border-bottom: 1px solid #f3f3f3; }
.woocommerce-page .content-body { position: relative; }
.woocommerce-page .products { position: unset; }



/* ################ blog ################  */
.blog-archive h1 , .search header h1 {font-size: 1.7rem;margin-bottom: 2rem;}
.blog-archive .box {padding: 1rem 0px;border-bottom: 1px solid #bcd5f3;line-height: 1.9;}
.blog-archive img {max-width: 100%;height: auto;margin-left: 1rem;margin-bottom: 0.5rem; }
.blog-archive h4 {font-size: 1.3rem;font-weight: 500;margin-bottom: 1rem;color: #317eab;}
.blog-archive .excerpt{text-align: justify;}
.blog-archive .meta {margin-bottom: 0.4rem;font-size: 14px;color: #9a9a9a;}
.pagination nav { margin: 1.2rem auto 4px;font-size: 16px; }
.pagination nav .nav-links > * , .woocommerce nav.woocommerce-pagination ul li a { height: 33px;padding: 0.2rem 0.9rem; border: 1px solid #bcd5f3;line-height: 1.8; }
.pagination nav .nav-links .current , .woocommerce nav.woocommerce-pagination ul li span.current { background:#bcd5f3;color: #555;padding: 0.2rem 0.9rem;height: 33px;line-height: 1.8; }
.woocommerce nav.woocommerce-pagination ul { border:none; margin-top: 0.5rem; }
.woocommerce nav.woocommerce-pagination ul li { margin:0px 0.2rem;border-left: none; }
/* single-content */
.single-content header h1 , .single-content header h2 , .tax header h2 , .woocommerce-page .single-content header h1 {color: #317eab;font-size: 1.6rem;line-height: 1.9;margin-bottom: 1.2rem;font-weight: 900;}
.single-content .meta > span { line-height: 2; }
.single-content .content-body {font-size: 1.1rem;line-height: 2.2;}
.single-content .content-body h2 {font-size:17px;line-height: inherit;margin: 20px 0 20px 0;}
.single-content .content-body h3 {font-size: 16px;font-weight: 600;line-height: inherit;margin: 20px 0 20px 0;}
.single-content .content-body h4 , .content-body h5 {font-size: 16px;font-weight: 500;line-height: inherit;margin: 20px 0 20px 0;}
.single-content .related-post .item h4 {font-size: 1.1rem;font-weight: 500;line-height: 1.7;text-align: right;color: #3181ab;}
.single-content .related-post .item p {font-size: 0.9rem;line-height: 1.8;color: grey;}
.single-content .content-body img { max-width: 100%;height: auto; }
.single .single-content .content-body ul { padding-right: 1.5rem; }
/* sidebar */
.sidebar .widget { text-align: center;border-radius: 10px;padding: 1rem;margin-bottom: 1rem;border: 1px solid gainsboro;border-top: 3px solid #f15822;background: #fff; line-height: 2;}
.sidebar .widget-title { font-size: 1.3rem;margin-bottom: 1.4rem;color: #0d50a1; }
/* pages */
.page div.box-style { padding-right: 1.5rem;padding-left: 1.5rem; }
.u-columns > div , .checkout .col2-set > div { max-width: 900px; }
.account form p { font-size: 1rem;font-weight: 300; }
.account form label {font-weight: 500;}
.account form input.input-text { border-radius: 7px;border: 1px solid #cccccc;box-shadow: 0px 1px 2px 2px #ececec;padding: 0.2rem 0.7rem;}
.woocommerce form .password-input, .woocommerce-page form .password-input { display: block;width: 100%; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {display: block;width:100%;}
.woocommerce-MyAccount-navigation ul li {color: #ffffffd1;list-style: none;background: linear-gradient(0deg, #03739c, transparent);background-color: #0981ad;text-align: center;box-shadow: 0px 0px 1px 1px #1a5c75;border-bottom: 2px solid #0679a5;font-size: 1rem;}
.woocommerce-MyAccount-navigation ul li.is-active { color: #fff; background: #129fd4;box-shadow: 0px 0px 1px 1px #0e7196;border-color: #1695c3;}
.woocommerce-MyAccount-navigation ul li a {display: block;padding: 0.4rem;}
.woocommerce-MyAccount-content {padding: 1rem;}
.woocommerce-Addresses .col-1 , .woocommerce-Addresses .col-2 {border: 1px solid #cacaca;border-radius: 7px;margin-bottom: 0.5rem;}
.account form legend {font-weight: 700;padding-top: 1.4rem;font-size: 1.4rem; }
.woocommerce-billing-fields__field-wrapper > p { display: block;width: 100%; }
.account .woocommerce-input-wrapper { display: block; width: 100%; }
.account form textarea { width: 100%;border-color:#cacaca;border: 1px solid #cccccc; box-shadow: 0px 1px 2px 2px #ececec;padding: 0.5rem; }



/* ---> Responsive */
@media(min-width: 769px){
	.woocommerce-page #product-box div.product div.summary { width: 56%; }
	.woocommerce-page #product-box div.product div.images { width: 40%; }
}
@media(max-width: 1200px){
	#discount-product .prev-slide { left: -11px; }
	#discount-product .next-slide { right: -11px; }
}

@media(max-width: 992px){

	/* header */
	.m-icon{ color: #929292;font-size: 2rem;vertical-align: middle; }
	#site-header .m-user-icon , #site-header .fa-sign-out-alt { border-radius: 6px;width: 44px;height: 44px;display: inline-block;font-size: 20px;padding: 9px 11px;border: 1px solid #9acfe8;color: #64b8e0;margin-right: 10px; }
	.mrow { margin-bottom: 15px; }
	#hnav { width: 80%;height:100%;overflow-y: auto; overflow-x: hidden; position: fixed;right: -85%;top: 0px;bottom: 0px;animation-duration: .6s;background: #fff;z-index: 1000000;box-shadow: -2px 0 3px 0 rgba(0,0,0,.13);transition: all 0.08s; }
	#hnav .tab-body ul.menu { height:calc(100% - 120px);overflow-y: auto;overflow-x: hidden;padding-right:.7rem;  }
	#hnav ul li { float: none; }
	#hmenu ul li a:hover::after { transform: unset; }
	#close-nav { color:#716e6e ;font-size: 1.7rem;padding: 0px 1.2rem; }
	#hnav .nav-tab {text-align: center;width: 50%;display: inline-block;font-size: 15px;margin: 1.2rem 0px;padding: 0.7rem;font-weight: 500;color: #757373;transition: all 0.2s;}
	#hnav .nav-tab.current {background: #f15822;color: #fff;}
	#hnav .tab-body { display: none;transition: all 0.4s; }
	#hnav .tab-body.current { display: block;transition: all 0.4s;overflow-y: auto; }
	#hnav .tab-body ul.sub-menu { display: none;position: unset;background: #fff;width: 100%; }
	.cats-part li { display: block;list-style: none; }
	.cats-part li a {display: block;padding: 15px 12px;color: #777;position: relative;font-size: 13px;font-weight: 500;}
	.cats-part li a i { vertical-align: middle;margin-left: 5px;}
	#hnav .tab-body i.has-child-icon {font-size: 28px;float: left;margin-left: 0px;position: relative;top: -2px;left: -47px;transition: all 0.3s;display: inline-block;width: 135px;text-align: center;height: 35px;}
	#hnav .tab-body i.rotate { transform: rotate(-90deg); transition: all 0.3s; }
	#hmenu ul.sub-menu a { color: inherit; }
	#slide-mask { position: fixed;top: 0px;bottom:0px;width: 0px;height: 100%;background: rgba(0,0,0,.5);z-index: 10000 }
	/* tax */
	.woocommerce ul.products li { width: 50% !important; }
	.woocommerce ul.products li.product a img { width: auto !important; margin:0px auto !important; }
	.woocommerce ul.products li:nth-child(2n) { border-left: none !important ; }
}
@media(max-width: 767px){
	#searchform { width: auto; }
	#warranty .warranty-item h5 { text-align: center;margin-bottom: 0px;padding: 0.8rem 0px;font-size: 14px; }
	#brands .box-style { margin-bottom: 1rem; }
	#fmenu li a { font-size: 14px; padding: 6px 4px; }
	/* product page */
	#product-box span.status {top: 12px;left: -72px;transform: rotate(-45deg);right: auto;}
	.woocommerce div.product div.images .woocommerce-product-gallery__trigger { right: 5px; top: 0px; }
	#product-box .thumb div:not(.active) { display: block; }
	#product-box .thumb img , #product-box .thumb { height: auto;margin: 0px auto; }
	#product-box .share-btns { position: static;display: block; }
}
@media(max-width: 552px){
	#discount-product { padding: 1rem 0px; }
	#discount-product .title i { font-size: 70px; }
	#discount-product .title h3 { display: inline-block;padding:0px;margin-right: 0.7rem;font-size: 1.7rem;margin-bottom: 1.8rem; }
	#site-footer .social .icons i { margin-left: 1px;font-size: 18px; }
	#site-footer .social .icons a {padding: 0.6rem 0.4rem;}
	/* product single */
	#product-info .pro-tabs { display: flex; }
	#product-info .pro-tabs li i { display: none; }
	#product-info .pro-tabs li { width: 34%; }
	#product-info .pro-tabs li:last-child {margin-left: -2px; right: auto; }
	#product-info .pro-tab-content { padding: 1rem 1.5rem; }
	#product-box .codes span:nth-child(2) {float: none;margin-top: 0.5rem;display: block;}
	/* tax */
	.woocommerce ul.products li { width: 100% !important;border-left: none !important ; }
	.woocommerce ul.products li.product .price , .tax .posts li .price { text-align: center; }
	.tax header , .woocommerce-page .single-content header { padding-bottom: 3.6rem; }
	.woocommerce-page .woocommerce-ordering { right: 12px; left:unset; }

}

.woocommerce table.shop_attributes th{width: 200px;font-weight: 500;}
.woocommerce table.shop_attributes td {font-style: normal;}
