@charset "utf-8" ;
@import url('font-awesome.min.css');
@import url('animate.css?v=1.46');
@import url('../fonts/roboto/fonts.css');
@import url('../fonts/tools-icon/fonts.css?v=1.4');
@import url('../fonts/tstar/fonts.css?v=1.4');
/*11:52 - 12:08*/
body{ font-family: 'Roboto'; font-weight:normal; font-style:normal; margin:0; color:#3d464d; font-size:14px; overflow-x:hidden !important;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #3d464d; padding: 0; line-height:normal;font-family: 'TSTAR PRO';}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus ,a:focus{ outline:none;}
.btn:active, .btn.active{ box-shadow: none; }
.colored{color:#ff5f00;}
a{ color:#ff5f00; transition: opacity 0.3s ease 0s;}
a:focus,a:hover{ text-decoration:none;color:#ff5f00; }

input:focus { outline:none;}
.form-control:focus { box-shadow:none;}
ul{ margin:0; padding:0;  }
label {font-weight: 500;font-family: 'TSTAR PRO';}
strong, b {  font-weight:600;}
textarea { resize:none;}

.pn{ padding:0 !important;}
.mn{ margin:0 !important;}
.mbn { margin-bottom:0 !important; }
.pbn { padding-bottom:0 !important; }
.prn { padding-right:0 !important; }
.pln { padding-left:0 !important; }
.ptn { padding-top:0 !important; }
.mtn { margin-top:0 !important;}
.mrn { margin-right:0 !important;}
.mt25{margin-top: 25px !important;}
.mt15{margin-top: 15px !important;}
.fw700{font-weight: 700 !important;}
.pb25{padding-bottom: 25px !important;}
.mb30 { margin-bottom:30px !important; }

.swal2-popup {
  font-size: 1.4rem !important;
}


/*==== Start : Header ======*/
.header{position: relative;padding-top:45px; font-family: 'TSTAR PRO'; }
.top_toolbar_new,
.top_toolbar{height:45px;font-size: 14px;line-height: 14px;position: fixed;left: 0;right: 0;top:0;background-color:#000;color: #b0b0b0;z-index: 9;}
.top_toolbar .top_toolbar_inner{display: flex;align-items: center;justify-content: space-between;height:45px;}
.top_toolbar .top_toolbar_inner .tti_left{flex: 0 0 30%;max-width: 30%;}
.top_toolbar .top_toolbar_inner .tti_center{flex: 0 0 30%;max-width: 30%;padding: 0 30px 0 0;box-sizing: border-box;position: relative;}
.top_toolbar .top_toolbar_inner .tti_right{flex: 0 0 30%;max-width: 30%;text-align: right;}
.top_toolbar .top_toolbar_inner .dropdown{display: inline-block;}
.top_toolbar .top_toolbar_inner  .tti_right .mega-dropdwon{display: inline-block;}
.top_toolbar .top_toolbar_inner .dropdown .dropdown-menu a.active{color:#ff5f00;}
.top_toolbar .top_toolbar_inner a.indicator_area{color: #fff;background-color:transparent;}
.top_toolbar .top_toolbar_inner a.indicator_area:hover{color: #ff5f00;}


@media screen and (min-width: 920px){
	.tti_right .mega-dropdwon .indicator_area{padding: 14px 8px;}
	.tti_right .mega-dropdwon .megamenu{position: absolute;top:90%;box-shadow: 0 1px 15px rgba(0,0,0,.25);z-index: 9;transform: rotateX(45deg);visibility: hidden;opacity: 0;transition: transform .2s,opacity .2s;box-sizing: border-box;transform-origin:0 0;}
	.tti_right .mega-dropdwon .megamenu .megamenu_body{background-color:#fff;text-align: left;}
	.tti_right .mega-dropdwon .megamenu .megamenu_body 	ul{margin:0px;padding: 0px;}
	.tti_right .mega-dropdwon .megamenu .megamenu_body 	ul li{display: block;}
	.tti_right .mega-dropdwon .megamenu .megamenu_body 	ul li a{display: block;padding: 3px 20px;clear: both;font-weight: normal;line-height: 1.42857143;color: #333;white-space: nowrap;}
	.tti_right .mega-dropdwon .megamenu .megamenu_body 	ul li a:hover{color: #262626;text-decoration: none;background-color: #f5f5f5;}
	/*.tti_right .mega-dropdwon .megadrop-overlay{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index:8;}*/


}


.cart_wrap{position: relative;display: inline-block;text-align: left;}
.cart_wrap > a{color: #303030;}
.cart_wrap > a i{margin-right: 4px;}
.cart_wrap > a span{font-weight: bold;}


.main_header{padding: 25px 0;position: relative;background-color:#222;}
.main_header .container{align-items: center;display: flex;justify-content: space-between;}
.main_header .container .nav_barand{flex: 0 0 250px;max-width: 250px;}

.nav_barand img{display: block;max-width: 240px;}


.nav_search{position: relative;}
.nav_search .search_wrap{position: relative;}
.nav_search .search_wrap input{background-color: #000;padding: 2px; color: #fff; border-radius: 0;border:none; border-bottom: 1px solid #fff;text-align: center;height: 30px; font-family: 'TSTAR Mono Round';}
.nav_search:not(.navlarge) .search_wrap input::-webkit-input-placeholder{color: #fff;text-transform: capitalize;letter-spacing: 1px;font-weight: normal;}
.nav_search:not(.navlarge) .search_wrap input:-ms-input-placeholder{color: #fff;text-transform: capitalize;letter-spacing: 1px;font-weight: normal;}
.nav_search:not(.navlarge) .search_wrap input::placeholder{color: #fff;text-transform: capitalize;letter-spacing: 1px;font-weight: normal;}

.nav_search .search_wrap .btn{display: none;}
.nav_search .search_wrap .btn i{position: relative;top: -1px;left: -1px;}

.nav_search .searchexpand{position: absolute;right: -25px;top: 4px;font-size: 20px;color: #fff;font-weight: normal;cursor: pointer;}
.rsidesearchexpand:hover,
.nav_search .searchexpand:hover{color: #ff5f00;}

.rsidesearchexpand{font-size:16px;color: #fff;font-weight: normal;cursor: pointer;display: inline-block;margin-top:-5px;margin-right: 10px;transition: all 0.2s ease-in-out;position: relative;left: -50px;opacity: 0;visibility: hidden;}

.smalllogo{text-align: center;display: none;}
.smalllogo a{display: inline-block;height:36px;margin:0 auto;}
.smalllogo a img{max-width: 100%;max-height: 100%;display: block;}

.nav_search .search_wrap .typeahead{width: 100%;}
.search_wrap .typeahead.dropdown-menu > .active > a,
.search_wrap .typeahead.dropdown-menu > .active > a:hover,
.search_wrap .typeahead.dropdown-menu > .active > a:focus{background-color: #f0f0f0;color:#ff5f00;}

.nav_menu{position: relative;background-color: #222;border-bottom:3px solid #fff;}
.nav_menu .manu_row{display: flex;align-items: stretch;justify-content: space-between;height:43px;}
.nav_menu .manu_row .menu_list{flex: 0 0 100%;max-width: 100%;}
.nav_menu .manu_row .menu_list > ul{margin:0px;padding: 0px;display: flex;align-items: stretch;justify-content: center;height: 100%;}
.nav_menu .manu_row .menu_list > ul > li{list-style: none;margin-right: 10px;display: flex;align-items: stretch;height: 100%;position: relative;}
.nav_menu .manu_row .menu_list > ul > li:last-child{margin-right: 0px;}
.nav_menu .manu_row .menu_list > ul > li > a{color: #fff;padding: 8px 12px;border-radius: 4px;transition: all 0.2s ease-in-out;font-size: 16px;line-height: 1;font-weight: 500;text-transform: uppercase;}
.nav_menu .manu_row .menu_list > ul > li.mega-dropdwon.menu_hover > a:before{content: "";position: absolute;left: 12px;right: 12px;height: 1px;background-color: #fff;bottom: 12px;}
.nav_menu .manu_row .menu_list > ul > li > a i{display: none;}
/*.nav_menu .manu_row .menu_list > ul > li.mega-dropdwon.menu_hover > a,
.nav_menu .manu_row .menu_list > ul > li > a:hover{background-color: rgba(255,255,255,0.2);}*/

.tti_right .mega-dropdwon.menu_hover .megamenu,
.nav_menu .manu_row ul > li.mega-dropdwon.menu_hover .megamenu{position: absolute;top:100%;transform: rotateX(0deg);opacity: 1;visibility: visible;}
.nav_menu .manu_row ul > li.mega-dropdwon .megamenu{position: absolute;top:100%;transform: rotateX(45deg);visibility: hidden;opacity: 0;transition: transform .2s,opacity .2s;box-sizing: border-box;}
.nav_menu .megamenu{background-color: #fff;box-shadow: 0 1px 15px rgba(0,0,0,.25);min-height: 100%;width:200px;left:0px;z-index: 9;transform-origin: top;}
.nav_menu .megamenu .megamenu_body{padding: 15px;}
.nav_menu .megamenu .megamenu_body h4{border-bottom: 1px solid #e5e5e5;font-weight: 500;color: #3d464d;font-size: 16px;margin: 0 0 8px 0;padding: 0 0 5px 0;}
.nav_menu .megamenu .megamenu_body ul{margin:0px;padding:0px;}
.nav_menu .megamenu .megamenu_body ul li{display: block;line-height:25px;letter-spacing: .01em;}
.nav_menu .megamenu .megamenu_body ul li a{font-size: 16px;color: #000;transition: color .15s;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.nav_menu .megamenu .megamenu_body ul li a:hover{color:#ff5f00;}
.nav_menu .megamenu.megamenu_grid{display: flex;width: auto;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;flex-direction: row;width:340px;}
.nav_menu .megamenu.megamenu_grid .megamenu_body{flex: 0 0 50%;max-width: 50%;}


.menuexpand{font-size: 16px;color: #fff;font-weight: normal;cursor: pointer;display: inline-block;margin-top: -5px;margin-right: 10px;transition: all 0.2s ease-in-out;position: relative;opacity: 0;visibility: hidden;}

.header.header_sticky .nav_search{display: none;}
.header.header_sticky .smalllogo{display: block;}
.header.header_sticky .menuexpand,
.header.header_sticky .rsidesearchexpand{visibility: visible;opacity: 1;left: 0;}

.header_fiexd{position: fixed;left: 0;top: 0;right: 0;z-index: 8;}

/*.header.header_sticky .main_header{position: fixed;top:0;left: 0px;right: 0px;background-color: #fff;z-index: 99;box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);padding: 10px 0;}

@media screen and (min-width: 921px){
.header.header_sticky .main_header .container .nav_barand img{max-width: 200px;}
}*/


.nav_search.navlarge{top: 55px;position: fixed;left: 0;right: 0;width: 100vw;max-width: 1120px!important;margin: auto;z-index: 9}
.nav_search.navlarge .search_wrap .form-control{background-color: #f0f0f0;color: #2e2e2c;width: 100%;padding: 15px 135px 15px 25px;font-size: 32px;transition: padding .3s,font-size .3s;text-align: left;border-bottom: 3px solid #000;height: auto}
.nav_search.navlarge .indicator_area_fix{display: block;border-radius: 0px;position: absolute;height: auto;width: auto;top: 50%;transform: translateY(-50% );right: 9px;font-size: 20px;text-transform: uppercase;padding: 11px 8px;margin-top: -2px;}
.nav_search.navlarge .indicator_area_fix:hover{background-color:#d8d8d8;}
.nav_search.navlarge .mini_search.searchexpand i:before{content: "\f00d";}

.lgoverlay{position: fixed;top: 0px;left: 0px;right: 0px;bottom: 0px;background-color: #3d464d;opacity: 0.5;z-index:8;}


.cart_wrap .cart_dropdown{transform: rotateX(45deg); position: absolute;top: 100%;width: 320px;left: auto;right: 0px;z-index: 99;background-color: #fff;box-shadow: 0 1px 15px rgba(0,0,0,.25);transform-origin: top;opacity: 0;visibility: hidden;transition: all 0.2s ease-in-out;}
.cart_wrap .cart_dropdown.cart_dropdown_open{transform: rotateX(0deg); opacity: 1;visibility: visible;}
.cart_wrap .cart_dropdown .dropcart_head{padding:12px 12px; font-size: 18px;border-bottom: 1px solid #ddd;}
.cart_wrap .cart_dropdown .dropcart_body{max-height: 212px;overflow-y: auto;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items{padding:12px 12px;box-sizing: border-box;display: flex;align-items: center;border-bottom: 1px solid #ddd;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items:last-child{border-bottom: none;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_img{flex:0 0 30%;max-width: 30%;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_img img{max-height: 80px;max-width:70px;display: block;margin: 0 auto;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_info{flex:0 0 60%;max-width: 60%;padding-right: 10px;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_info h5{font-weight: 500;margin:0px; font-size: 15px;line-height: 18px;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_info p{margin:4px 0;opacity: 0.9;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_info h6{font-weight: 500; font-size: 14px;margin:0px;}
.cart_wrap .cart_dropdown .dropcart_body .dropcart_items .dci_action{flex:0 0 10%;max-width: 10%;}
.cart_wrap .cart_dropdown .dropcart_footer{padding: 12px;border-top:1px solid #ddd;display: flex;align-items: center;justify-content: space-around;}
.cart_wrap .cart_dropdown .dropcart_footer a{flex:0 0 45%;max-width: 45%;}

.cart-backdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index:98;}
.navbackdrop{position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index:8;}

.cart_wrap .cart_dropdown.cart_empty .dropcart_head,.cart_wrap .cart_dropdown.cart_empty .dropcart_footer{display: none;}
.cart_wrap .cart_dropdown.cart_empty:before{content: attr(data-cart-empty);padding: 8px 12px;font-size: 18px;min-height: 60px;display: flex;align-items: center;justify-content: center;}
/*==== End : Header ======*/


/*==== Start : Shop layout =======*/
.page_layout,
.shop_wrap{padding:40px 0 60px 0;position: relative;}
.shop_wrap .shop-layout{display: -ms-flexbox;display: flex;position: relative;}
.shop_wrap .shop-layout .widget_wrap{width: 255px;-ms-flex-negative: 0;flex-shrink: 0;position: relative;margin-right:30px;}
.shop_wrap .shop-layout .shop_content{width: calc(100% - 285px);-ms-flex-negative: 0;flex-shrink: 0;position: relative;}

.widget_filters{border:2px solid #f0f0f0;border-radius: 2px;padding:0 20px;user-select: none;}
.widget_filters .wf_items{padding: 8px 20px;margin: 0 -20px;border-bottom: 2px solid #f0f0f0;}
.widget_filters .wf_items:last-child{border-bottom: none;}
.widget_filters .wf_items .wf_items_heading{font-size: 15px;line-height: 18px;color:#3d464d;padding: 6px 10px;margin:0 -10px;border-radius: 2px; font-weight: 700;cursor: pointer;position: relative;transition: background-color 0.2s ease-in-out;}
.widget_filters .wf_items .wf_items_heading:after{content: "\f106"; color:#b3b3b3; font-family: 'FontAwesome';font-size: 20px;position: absolute;right: 10px;top: 6px;font-weight: normal;transition: transform 0.2s ease-in-out;}
.widget_filters .wf_items .wf_items_heading.collapsed:after{transform: rotate(180deg);}
.widget_filters .wf_items .wf_items_heading{background-color: #f2f2f2;}
.widget_filters .wf_items .collapse_list{margin-top:4px;position: relative;}
.widget_filters .wf_items .collapse_list ul{position: relative;margin:0px;padding:0px;font-size: 14px;line-height: 18px;}
.widget_filters .wf_items .collapse_list ul li{padding: 6px 0;display: block;}
.widget_filters .wf_items .collapse_list ul li a{color:#5c6b73; font-weight:500;display: block;transition: color 0.2s ease-in-out;}
.widget_filters .wf_items .collapse_list ul li.active a{color: #ff5f00;}
.widget_filters .wf_items .collapse_list ul li a:hover{color:#ff5f00;}

.widget_filters .wf_items .collapse_list#wf_items_catalogs ul li{padding: 6px 0px 6px 15px;position: relative;}
.widget_filters .wf_items .collapse_list#wf_items_catalogs ul li a{position: relative;}
.widget_filters .wf_items .collapse_list#wf_items_catalogs ul li a:after{content: "\72";font-family: "tools-icon";position: absolute;left: -30px;top: 0px;opacity: 0;visibility: hidden; transition: all 0.2s ease-in-out;}
.widget_filters .wf_items .collapse_list#wf_items_catalogs ul li a:hover:after,
.widget_filters .wf_items .collapse_list#wf_items_catalogs ul li.active a:after{opacity: 1;visibility: visible;left: -20px;}


.widget_filters .wf_items .collapse_list ul.inner_category li.active{padding-left: 16px;position: relative;}
.widget_filters .wf_items .collapse_list ul.inner_category li.active a{font-weight:700;}
.widget_filters .wf_items .collapse_list ul.inner_category li.active a:before{content: "\65";font-family: "tools-icon";position: absolute;left: 0;top: 5px;font-size: 14px;}

.widget_filters .wf_items .collapse_list.collapse_list_img{margin-left: -8px;margin-right: -8px;}
.widget_filters .wf_items .collapse_list.collapse_list_img  ul li{position: relative;}
.widget_filters .wf_items .collapse_list.collapse_list_img  ul li a{display: flex;align-items: center;}
.widget_filters .wf_items .collapse_list.collapse_list_img .cate_img{height:30px;width: 30px;overflow: hidden;flex: 0 0 30px;max-width: 30px;margin-right: 8px;}
.widget_filters .wf_items .collapse_list.collapse_list_img .cate_img img{display: block;object-fit:cover;object-position: center;height: 100%;width: 100%;}


.shop_content{}
.shop_content .sc_heading{position: relative;padding-top: 6px;}
.shop_content .sc_heading h1{margin:0px;color: #3d464d;line-height: 1.2;font-size: 36px;font-weight: 700;}

.prd_view_option{position: relative;padding:0px 0;}
.prd_view_option .pvo_inner{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;font-size: 15px;}

.prd_view_option .pvo_inner .layout_switcher_list .btn + .btn{margin-left: 0px;}
.prd_view_option .pvo_inner .layout_switcher_list{}
.prd_view_option .pvo_inner .layout_switcher_list .btn-default{border-color:#e5e5e5;color:#a1abb3;padding: 0 9px;height: 32px;background: #fff; font-size: 16px;border-radius: 2px;}
.prd_view_option .pvo_inner .layout_switcher_list .btn-default i{line-height:30px;}
.prd_view_option .pvo_inner .layout_switcher_list .btn-default:hover{border-color: #e5e5e5;color:#3d464d;background-color: #f2f2f2;}
.prd_view_option .pvo_inner .layout_switcher_list .btn-default.active{background-color: #ff5f00;border-color: #ff5f00;color:#fff;}
.prd_view_option .pvo_inner .view_options_legend{margin-left: 20px;color: #6c757d;font-weight:400;line-height: 1.5;font-size: 15px;}
.prd_view_option .pvo_inner .view_options_divider{-ms-flex-positive: 1;flex-grow: 1;}
.prd_view_option .pvo_inner .view_options_control{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;margin-left:15px;}
.prd_view_option .pvo_inner .view_options_control label{margin-bottom: 0;margin-right: 8px;white-space: nowrap;color: #6c757d;}
.prd_view_option .pvo_inner .view_options_button{margin-left: 15px;}


.prd_layout_body{}
.prd_layout_body .prd_layout_inner{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: -8px -6px;}
.prd_layout_body .prd_layout_inner .prd_list_item{margin: 8px 6px;display: -ms-flexbox;display: flex;}
.prd_layout_body .prd_layout_inner[data-prd-grid="4"]:not(.prd_layout_list) .prd_list_item,
.prd_layout_body .prd_layout_inner:not(.prd_layout_list) .prd_list_item{width: calc(25% - 12px);}
.prd_layout_body .prd_layout_inner:not(.prd_layout_list)[data-prd-grid="3"] .prd_list_item{width: calc(33.33% - 12px);}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item{width:100%;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card{flex-wrap: wrap;height: 160px;justify-content: center;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_image{padding:12px;/*width:160px;*/flex: 0 0 160px;width: 160px;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_info{padding: 12px 14px;flex:0 0 auto;width: calc(100% - 160px);}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_action{padding: 0 12px 14px;flex:0 0 auto;width: calc(100% - 160px);display: flex;align-items: center;justify-content: flex-start;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_action .prd_quantity{margin-top:0px;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_action .prd_button{margin-top: 0px;min-width: 200px;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_action .prd_button a{max-width: 200px;}
.prd_layout_body .prd_layout_inner.prd_layout_list .prd_list_item .prd_card .prd_action .prd_price{margin-right: 20px;margin-top:0px;}
.prd_layout_body.prd_layout_popular{padding-top:80px;}
.prd_layout_body.prd_layout_popular h2{font-size: 24px; font-weight: bold;margin:0 0 30px 0;}
/*https://jsfiddle.net/wdqxvk8g/1/*/
.prd_card{width: 100%;-ms-flex-negative: 0;flex-shrink: 0;position: relative;padding: 1px;display: -ms-flexbox;display: flex;-ms-flex-direction: column;flex-direction: column;background: #fff;}
.prd_card .prd_image{padding:12px 12px 14px;}
.prd_card .prd_image a{display: block;padding-bottom: 100%;position: relative;}
.prd_card .prd_image a img{max-width: 100%;display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);max-height: 100%;}
.prd_card .prd_info{padding: 0 12px;}
.prd_card .prd_info a{font-size: 15px;line-height: 19px;color:#3d464d; font-weight: 500;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}
.prd_card .prd_info a:hover{color:#ff5f00; }
.prd_card .prd_info p{font-size: 13px;margin:5px 0 0 0;color:#656464;line-height: 16px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.prd_card .prd_action{padding: 0 12px 14px;}
.prd_card .prd_action .prd_price{margin-top:8px;line-height: 1;font-weight: 500;color: #868686;letter-spacing: 0.5px;}
.prd_card .prd_action .prd_button{margin-top: 24px;display: flex;align-items: center;justify-content: space-between;}
.prd_card .prd_action .prd_button .product-details{width:70%;}
.prd_card .prd_action .prd_button .cart_direct{width:25%;margin-left: 10px;}

html[lang="it"] .prd_card .prd_action .prd_button .product-details{width:80%;}
html[lang="it"] .prd_card .prd_action .prd_button .cart_direct{width:20%;margin-left:5px;padding-left: 0px;padding-right: 0px;text-align: center;}

.prd_card .prd_quantity{position: relative;display: flex;align-items: center;justify-content: space-between;flex-wrap: nowrap;flex-direction: row;margin-top: 15px;}
.prd_card .prd_quantity .prd_quantity_input{flex: 0 0 50%;max-width: 50%; position: relative;display: flex;align-items: center;justify-content: space-between;flex-wrap: nowrap;flex-direction: row;}
.prd_card .prd_quantity .prd_quantity_input a{position: absolute;color:#ccc; width: 24px;height: 24px;border-radius:2px;transition: all .2s;text-align: center; line-height: 26px;}
.prd_card .prd_quantity .prd_quantity_input a:hover{background-color:rgba(0,0,0,.05);color:#a6a6a6;}
.prd_card .prd_quantity .prd_quantity_input a.prd_qi_plus{left: 4px;}
.prd_card .prd_quantity .prd_quantity_input a.prd_qi_minus{right: 4px;}
.prd_card .prd_quantity .prd_quantity_input a i{font-weight: normal; font-size: 14px;}
.prd_card .prd_quantity .prd_quantity_input input{padding-left: 25px;padding-right: 25px;text-align: center;}
.prd_card .prd_quantity .prd_quantity_input input::-webkit-outer-spin-button,
.prd_card .prd_quantity .prd_quantity_input input::-webkit-inner-spin-button{ -webkit-appearance: none;margin: 0;}
.prd_card .prd_quantity .prd_quantity_input input[type=number]{-moz-appearance:textfield;}
.prd_card .prd_quantity .prd_quantity_no{flex: 0 0 50%;max-width: 50%;padding-left: 15px;line-height: 1;font-weight: 500;color: #868686;letter-spacing: 0.5px;}

.prd_card:before{content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;pointer-events: none;border-radius: 2px;box-shadow: inset 0 0 0 1px #ededed;transition: box-shadow .2s;}
/*.prd_card:hover{z-index: 3;margin-bottom: -58px;}*/
.prd_card:hover:before{transition-duration: 0s;box-shadow: inset 0 0 0 2px #e5e5e5;}


.inner_search_wrap{background-color: #f1f1f1;padding: 15px;border-radius: 2px;margin-top: 20px;}
.inner_search_wrap h3{font-size: 18px;margin:0 0 15px 0; font-weight: bold;}
.inner_search_wrap .isw_header{margin-bottom: 20px;border-bottom: 1px solid #ddd;padding-bottom: 10px;display: flex;align-items: center;justify-content: space-between;}
.inner_search_wrap .isw_header h4{margin:0px; font-size: 17px;flex: 1;color: #3d464d}
.inner_search_wrap .isw_header .indicator_area_fix{background-color: #fafafa;}
.inner_search_wrap .form_wrap .form-group{margin-bottom: 12px;}

@media screen and (min-width: 768px){
.inner_search_wrap #search_product_form .row{margin:0px;}
.inner_search_wrap #search_product_form .row .col-sm-3{padding-left: 7.5px;padding-right: 7.5px;}
}


.btn_loadmore{text-align: center;margin-top: 50px;position: relative;display: none;}
.btn_loadmore .btn{min-width:180px;height: 50px;box-sizing: border-box;padding-top: 0px;padding-bottom: 0px;line-height: 46px;}
.btn_loadmore span{display: block;}
.btn_loadmore img{display: block;margin:0 auto;height:50px;display: none;}

.no_prd_found{background-color: #fafafa;padding: 25px;border-radius: 4px;border: 1px solid #ddd;margin-top: 30px;width:100%;}
.no_prd_found h4{margin:0px 0 8px 0;}
.no_prd_found p{margin:0px;opacity: 0.7;letter-spacing: 0.4px;}
/*==== End : Shop layout =======*/


/*==== Start : Product Details =======*/
.product_details_layout{}

.prd_gallery{position: relative;}
.prd_gallery *{outline: none;}
.prd_gallery .prd_gallery_featured{position: relative;box-shadow: inset 0 0 0 2px #f2f2f2;padding: 2px;border-radius: 2px;overflow: hidden;width: 100%;}
.prd_gallery .prd_gallery_featured .slick-slide > div{display: block;padding: 20px;box-sizing: border-box;min-height: 250px;display: flex;align-items: center;}
.prd_gallery .prd_gallery_featured .slick-slide > div > div{box-sizing: border-box;}
.prd_gallery .prd_gallery_featured .slick-slide img{width: 100%;}
.prd_gallery .prd_gallery_nav_carousel{margin-top: 16px;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide{margin-right: 15px;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide > div{cursor: pointer;display: block;box-shadow: inset 0 0 0 2px #f2f2f2;padding: 12px;border-radius: 2px;width:80px;height: 80px;display: flex;align-items: center;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide img{max-width: 100%;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide.slick-current > div{box-shadow: inset 0 0 0 2px #ff5f00;}


.prd_info{position: relative;}
.prd_info .prd_name{margin-bottom: 22px;font-weight: 700;font-size: 36px;line-height: 1.2;margin-top:0px;color: #3d464d;text-align: left;}

.prd_desc_body{padding: 15px 20px;}
.prd_desc_body,
.prd_info .prd_description{line-height: 1.5;color: #3d464d;text-align: left;font-size: 17px;font-weight: 500;margin-bottom: 20px;font-family: 'TSTAR PRO';}
.prd_desc_body p,
.prd_info .prd_description p{margin-bottom: 15px;}
.prd_info .prd_meta,.prd_info .prd_det,
.prd_desc_body ul{padding-left: 25px;margin-bottom: 15px;line-height: 1.5;color: #3d464d;text-align: left;font-size: 16px;font-weight: 400;}
body:not(.colorbox-popup) .prd_info .prd_det{height: 140px;overflow: hidden;}
body.colorbox-popup .prd_info .prd_det{height: 164px;overflow: hidden;}
.prd_desc_body ul li{word-break: break-all;}
.prd_info .prd_det li{margin: 5px 0;}
.prd_info .prd_det li.prd_det_expand{list-style: none;}
.prd_info .prd_det li strong,
.prd_desc_body ul li strong{font-weight: bold;}
.prd_info .prd_desc_anchor{ font-size: 14px; }

.prd_info .prd_meta{list-style: none;margin: 12px 0 15px;padding: 12px 0 0;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;color: #999;font-size: 15px;border-top: 1px solid #ebebeb;}
.prd_info .prd_meta li{margin-right: 18px;}
.prd_info .prd_meta li span{color:#3d464d; font-weight: bold;}
.prd_info .prd_prices{margin-top: 18px;margin-bottom: 14px;font-size: 28px;font-weight: 700;letter-spacing: -.03em;color: #3d464d;}
.prd_info .prd_final_block{margin-top: 25px;}


.user_warning{background-color: #f1f1f1;padding: 15px;border-radius: 4px;margin-top:15px;}
.user_warning h3{font-size: 20px;margin:0px 0px 8px 0px;}
.user_warning p{ font-size: 15px;color:#3d464d; }
.user_warning ul{margin:0px;padding: 0px;}
.user_warning ul li{font-size: 14px;line-height: 25px;display: block;vertical-align: middle;}
.user_warning ul li i{margin-right: 10px;}


.variants_search{position: relative;float: right;width:300px;}
.variants_search .form-control{border-radius: 2px;box-shadow: none;height: auto;padding: 8px 36px 8px 16px;font-size:14px;z-index: 1;}
.variants_search .variants_link{position: absolute;font-size:14px;top: 2px;right:3px;z-index: 2;}
.variants_search:hover input, .variants_search input:focus {box-shadow: 0 1px 5px rgba(0,0,0,.2);border-color: #ddd;}

.variants_tbl{margin-top: 25px;}
.table.variants_tbl tbody tr:not(.tr-related_details){border-bottom: 2px solid #ddd;}
.table.variants_tbl tbody td{border-color: transparent;background-color: #fafafa;}
.table.variants_tbl th{font-family: 'TSTAR PRO';font-weight: bold;}


.variants_tbl .input_quantity{position: relative;max-width:100px;}
.input_quantity{position: relative;}
.input_quantity a{position: absolute;color:#ccc; width: 24px;height: 24px;border-radius:2px;transition: all .2s;text-align: center; line-height: 26px;top:4px;}
.input_quantity a:hover{background-color:rgba(0,0,0,.05);color:#a6a6a6;}
.input_quantity a.tbl_qi_minus{left: 4px;}
.input_quantity a.tbl_qi_plus{right: 4px;}
.input_quantity a i{font-weight: normal; font-size: 12px;pointer-events: none;}
.input_quantity input{padding-left: 25px;padding-right: 25px;text-align: center;}
.input_quantity input::-webkit-outer-spin-button,
.input_quantity input::-webkit-inner-spin-button{ -webkit-appearance: none;margin: 0;}
.input_quantity input[type=number]{-moz-appearance:textfield;}

.variants_tbl .tbl_price_cart{display: flex;align-items: center;justify-content:space-around;flex-wrap: wrap;}
/*.variants_tbl .tbl_price_cart a.tbl_show_price{flex:0 0 70%; font-size: 12px;text-align: right;max-width: 70%;}
.variants_tbl .tbl_price_cart a.cart_direct{flex:0 0 50%;text-align: center;max-width: 50%;}*/
.variants_tbl .tbl_rel_collapse{padding: 5px 8px;border-radius: 4px;position: relative;background-color: #f1f1f1;height: 28px;line-height: 28px;width: 28px; vertical-align: middle;display: block;box-sizing: border-box; font-size: 12px;transition: all 0.2s ease-in-out;}
.variants_tbl .tbl_rel_collapse:hover{background-color:#ddd;}
.variants_tbl .tbl_rel_collapse i{line-height:normal;position: relative;top:-2px;}
.variants_tbl .tbl_rel_collapse[aria-expanded="true"] i:before{content: "\6a";}

.variants_tbl tr.tr-related_details td{background-color: #fff; padding: 0 !important;border:none;}

.tr-related_details .tr_rd_image{max-height: 320px;padding:25px 0;}
.tr-related_details .tr_rd_image img{max-width: 100%;height: auto;display: block;margin: 0 auto}
.tr-related_details .tr_rd_info{padding:25px 0;}
.tr-related_details .tr_rd_info h3{ font-size: 16px; font-weight:500;margin:0 0 4px 0; }
.tr-related_details .tr_rd_info p{margin-bottom: 8px;}
.tr-related_details .tr_rd_info p a{ font-weight: 500; }
.tr-related_details .tr_rd_info .trrd_inner_info,
.tr-related_details .tr_rd_info .tr_rd_button,
.tr-related_details .tr_rd_info .trrd_inner_tech{border-top:1px solid #ddd;margin-top: 10px;padding-top: 10px;}
.tr-related_details .tr_rd_info .trrd_inner_info h4,
.tr-related_details .tr_rd_info .trrd_inner_tech h4{ font-size: 15px; font-weight: 500;margin-top: 0px; }
.tr-related_details .tr_rd_info .trrd_inner_info ul{margin:0px;padding-left: 25px;}
.tr-related_details .tr_rd_info .trrd_inner_info ul li{font-size: 14px;line-height: 25px;display: block;position: relative;}
.tr-related_details .tr_rd_info .trrd_inner_info ul li:before{content: "\69";font-family: "tools-icon";position: absolute;top: 0px;font-size: 10px;left: -14px;opacity: 0.9;}
.tr-related_details .tr_rd_info .trrd_inner_tech ul{margin:0px;padding: 0px;}
.tr-related_details .tr_rd_info .trrd_inner_tech ul li{display: flex;align-items: center;padding:5px 0;justify-content: space-between;}
.tr-related_details .tr_rd_info .trrd_inner_tech ul li > .tech_it_head{flex:0 0 70%;max-width: 70%;color:#3d464d;}
.tr-related_details .tr_rd_info .trrd_inner_tech ul li > .tech_it_info{flex:0 0 30%;max-width: 30%;opacity: 0.9;}
.tr-related_details .tr_rd_info .tr_rd_button{margin-top: 15px;padding-top: 15px;}
/*==== End : Product Details =======*/

/*==== Start : Shopping Cart =======*/
.cart_table{margin-top:40px; font-size: 15px;}
.cart_table thead th{background-color: #f7f7f7; font-weight: 500;}
.cart_table .table tbody td{color:#3d464d;vertical-align: middle;}
.cart_table .ct_img{height: 80px;width: 80px;margin:0 auto;}
.cart_table .ct_img a{display: flex;align-items: center;justify-content:center;height: 80px;}
.cart_table .ct_img a img{display:block;}
.cart_table .ct_info{}
.od_table .ct_info h2,
.cart_table .ct_info h2{font-size:18px;color: #3d464d;margin-top: 0px; font-weight: 500;margin-bottom:5px;line-height: 22px;}
.cart_table .ct_info h2 a{color: #3d464d; }
.cart_table .ct_info h2 a:hover{color: #ff5f00; }
.od_table .ct_info p,
.cart_table .ct_info p{ font-size: 14px;margin-bottom:0px; }
.cart_table .ct_info ul{list-style: none;padding: 0;margin:0px 0 0;font-size: 14px;color: #3d464d;line-height: 19px;opacity: 0.9;}
.cart_table .ct_info ul li:before{content: "";display: block;position: absolute;top: 7px;width: 4px;height: 4px;border-radius: 2px;background: currentColor;left: 1px;}
.cart_table .ct_info ul li strong{ font-weight: 500; }
.cart_table .input_quantity{width: 120px;margin:0 auto;}
.cart_table .indicator_area_fix{margin:0 auto;}


.cart_total_panel{margin-top:40px;}
.cart_total_panel .panel-heading{background-color: transparent;padding: 18px 24px;}
.cart_total_panel .panel-heading .panel-title{ font-size: 24px; }
.cart_total_panel .panel-body{padding: 24px;}
.cart_total_panel .panel-body .table{margin:0px;}
.cart_total_panel .panel-body .table td,.cart_total_panel .panel-body .table th{border:none;padding: 12px 8px;background-color: transparent;}
.cart_total_panel .panel-body .table th{}
.cart_total_panel .panel-body .table td{text-align: right;}
.cart_total_panel .panel-body .table tfoot td,.cart_total_panel .panel-body .table tfoot th{border-top:1px solid #ddd;font-size: 24px;padding-top:16px;padding-bottom: 0px;}
.cart_total_panel .panel-body .table thead td,.cart_total_panel .panel-body .table thead th{border-bottom:1px solid #ddd;padding-top: 0px; font-size: 16px;}
.cart_total_panel .panel-footer{background-color: transparent;border-top: none;padding: 0 24px  24px 24px;}
/*==== End : Shopping Cart =======*/


/*==== Start : Page Breadcrumb =====*/
.page_breadcrumb{padding-top: 20px;}
.page_breadcrumb .breadcrumb{background: transparent;padding: 0;font-size: 14px;line-height: 20px;margin-bottom: 0;}
.page_breadcrumb .breadcrumb .breadcrumb-item{position: relative;padding-left: 0;padding-right: 30px;vertical-align: middle;}
.page_breadcrumb .breadcrumb .breadcrumb-item a{color:#3d464d;transition: all .15s ease-in-out;max-width: 200px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;}
.page_breadcrumb .breadcrumb .breadcrumb-item a:hover{color:#ff5f00;}
.page_breadcrumb .breadcrumb .breadcrumb-item.active{color: #999;}
.page_breadcrumb .breadcrumb li.breadcrumb-item + li:before{content: "\69";font-family: "tools-icon";color:#d1d1d1; padding: 0;position: absolute;left: -22px;font-size: 10px;}
/*==== End : Page Breadcrumb =====*/


/*===== Start : Login And Signup Page =====*/
.panel-theme.panel,
.login_wrap .panel{position: relative;margin-top: 30px;box-shadow: none;border:2px solid #f0f0f0;}
.panel-theme.panel .panel-heading,
.login_wrap .panel .panel-heading{padding:18px 24px;background-color: transparent;border-bottom:2px solid #f0f0f0;}
.panel-theme.panel .panel-heading h3,
.login_wrap .panel .panel-heading h3{margin:0px; font-size:24px;}
.panel-theme.panel .panel-body,
.login_wrap .panel .panel-body{padding: 25px 20px;}
.login_wrap .panel .panel-body .btn-section{padding-bottom: 10px;}
.login_wrap .panel .panel-body .btn-section .btn{min-width: 150px;padding: 10px 16px; font-size: 16px; letter-spacing: 0.8px;}
/*===== End : Login And Signup Page =====*/


/*===== Start : Checkout Page =====*/
.checkout_wrap .panel{position: relative;margin-top: 30px;box-shadow: none;border:2px solid #f0f0f0;margin-bottom: 30px;}
.checkout_wrap .panel .panel-heading{padding:18px 24px;background-color: transparent;border-bottom:2px solid #f0f0f0;}
.checkout_wrap .panel .panel-heading h3{margin:0px; font-size:24px;}
.checkout_wrap .panel .panel-body{padding: 25px 20px;}
.checkout_wrap .panel .panel-footer{background-color: transparent;border-top: none;padding: 0 24px 24px 24px;}

.your_order_side{}
.your_order_side table{margin:0px;font-size: 15px;color: #3d464d;}
.your_order_side table thead th{padding: 4px 0px;padding-bottom: 10px;padding-top: 4px;vertical-align: middle;padding-right: 0px;padding-left: 0px;}
.your_order_side table tbody.yos_box td span{display: block;opacity: 0.8; font-size: 12px;}
.your_order_side table tbody tr:first-child td{padding-top: 20px;}
.your_order_side table tbody tr:last-child td{padding-bottom: 20px;}
.your_order_side table thead th:first-child,
.your_order_side table tbody td:first-child,
.your_order_side table tfoot td:first-child{padding-right: 20px;}
.your_order_side table thead th,
.your_order_side table tfoot td,
.your_order_side table tbody td{width: 75%;}
.your_order_side table thead th:last-child,
.your_order_side table tfoot td:last-child,
.your_order_side table tbody td:last-child{width: 25%;text-align: right;}

.your_order_side table tbody td{padding: 4px 0px;border-color: transparent;vertical-align: middle;padding-left: 0px;padding-right: 0px;}
.your_order_side table tfoot{border-top:2px solid #ddd;}
.your_order_side table tfoot td{padding:12px 0px;border-color: transparent;vertical-align: middle;padding-left: 0px;padding-right: 0px;font-size:22px; font-weight: 500;}
/*===== End : Checkout Page =====*/


/*===== Start : My Account & Password Change & Order Details & Address =====*/
.account_wrap{}
.account_wrap .page-header-title{margin-bottom:30px;}
.account_wrap .account_nav{border: 2px solid #f0f0f0;border-radius: 2px;position: relative;}
.account_wrap .account_nav h4{font-size: 20px;padding: 24px 26px 0;margin-bottom:16px;margin-top:0px;}
.account_wrap .account_nav .nav{padding-bottom: 20px;}
.account_wrap .account_nav .nav li.li_divider{border-top: 2px solid #f0f0f0;margin:10px 0;}
.account_wrap .account_nav .nav li.active a{color: #3d464d;font-weight: 500;border-left: 2px solid #ff5f00;}
.account_wrap .account_nav .nav li a{display: block;color: #6c757d;font-size: 15px;padding: 5px 26px;margin-left: -2px;border-left: 2px solid #f0f0f0;transition: all 0.2s ease-in-out;}
.account_wrap .account_nav .nav li a:focus{background-color: transparent;}
.account_wrap .account_nav .nav li a:hover{background-color:#f7f7f7;}
.account_wrap .panel-theme{margin-top: 0px;}

.account_wrap .ac_dashboard{position: relative;}
.account_wrap .ac_dashboard h3.acc_title{margin:0 0 8px 0px;padding: 0 0 8px 0; font-size: 24px;}

.account_wrap .ac_dashboard .panel_acc .panel{box-shadow: none;}
.account_wrap .ac_dashboard .panel_acc .panel-heading{background-color: transparent;border-bottom: none;padding:16px 20px 12px;}
.account_wrap .ac_dashboard .panel_acc .panel-heading .panel-title{font-size: 17px;}
.account_wrap .ac_dashboard .panel_acc .panel-body{padding:0px 20px 12px;}
.account_wrap .ac_dashboard .panel_acc .panel-body p{margin:0px 0px 12px ; font-size: 15px;}
.account_wrap .ac_dashboard .panel_acc .panel-body p span{font-weight: 500;font-size: 14px; opacity: 0.8;}
.account_wrap .ac_dashboard .panel_acc .panel-footer{padding-top: 0px;background-color: transparent;border-top:none;}

.account_wrap .tbl_order tbody>tr>td:first-child a{ font-weight: 500;font-style: italic; }
.account_wrap .tbl_order tbody>tr>td{ font-size: 15px;vertical-align: middle; }
.account_wrap .tbl_order tbody>tr>td p{margin:0px;}
.account_wrap .tbl_order tbody>tr>td .indicator_area.wrning{background-color:#e4e5e9;color:#797f86;font-size: 12px;letter-spacing: 0.4px;}
.account_wrap .tbl_order tbody>tr>td .indicator_area.succees{background-color: #e2fae6;color:#29b646;font-size: 12px; letter-spacing: 0.4px;}

.account_wrap .acc_addres_wrap .panel h4{ font-size: 17px;margin:0 0 10px; }
.account_wrap .acc_addres_wrap .panel label{font-size:12px;margin:0 0 4px;opacity: 0.7;letter-spacing: 0.5px; }
.account_wrap .acc_addres_wrap .panel p{font-size:15px;margin:0 0 10px; }
.account_wrap .acc_addres_wrap .panel p:last-child{margin-bottom: 0px;}
.account_wrap .acc_addres_wrap .panel .panel-body{position: relative;}
.account_wrap .acc_addres_wrap .panel .panel-action_top{position: absolute;top:6px; right:6px;}

.account_wrap .panel-theme.add_new_address_panel{height: 276px;box-sizing: border-box;position: relative;}
.account_wrap .panel-theme.add_new_address_panel p{margin-bottom: 0px;color: #3d464d;font-weight: 500;text-align: center;}

.add_edit_address_wrap {height: 100%;}
.add_edit_address_wrap .panel{border:none;border-radius: 0px;margin:0px;}

.acc_addres_wrap .address_row{display: flex;align-items: stretch;justify-content: space-between; flex-wrap: wrap;}
.acc_addres_wrap .address_row .address_row_items{flex:0 0 calc(50% - 8px);max-width: calc(50% - 8px);box-sizing: border-box;border:1px solid #f0f0f0; border-radius:4px;overflow: hidden;margin-bottom: 16px;position: relative;}
.acc_addres_wrap .address_row .address_row_items input[type="radio"]{height: 0px;width:0px;opacity: 0;margin:0px;position: absolute;}
.acc_addres_wrap .address_row .address_row_items .arbody_upper{position: relative;cursor: pointer;padding:12px 16px 1px;font-weight: normal;margin:0px;display: block;user-select: none;transition:background 0.2s ease-in-out; }
.acc_addres_wrap .address_row .address_row_items .arbody_upper:before{width: 18px;height: 18px;content: "";display: inline-block;vertical-align: text-bottom;border-radius:100%;background-color: #fff;border: 1px solid rgba(36,39,44,.5);position: absolute;right:10px;}
.acc_addres_wrap .address_row .address_row_items .arbody_upper:after{content: "";height: 8px;width: 8px;border-radius: 100%;position: absolute;right:15px;background: #fff;top:17px;}
.acc_addres_wrap .address_row .address_row_items input[type="radio"]:checked + .arbody_upper:before{background-color:#ff5f00;border-color: transparent;}
.acc_addres_wrap .address_row .address_row_items input[type="radio"]:checked + .arbody_upper,
.acc_addres_wrap .address_row .address_row_items input[type="radio"]:checked ~ .arbody_lower{background-color: #f9f9f9;}
.acc_addres_wrap .address_row .address_row_items .arbody_upper h4{margin-top:0px;}
.acc_addres_wrap .address_row .address_row_items .arbody_lower{position: relative;padding:0px 16px 12px;transition:background 0.2s ease-in-out;}
.acc_addres_wrap .address_row .address_row_items .arbody_lower ul{margin:0px;padding: 0px;display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.acc_addres_wrap .address_row .address_row_items .arbody_lower ul li{list-style: none;position: relative;}
.acc_addres_wrap .address_row .address_row_items .arbody_lower ul li a{font-size: 12px; font-weight:400;letter-spacing: 0.4px;position: relative;}
.acc_addres_wrap .address_row .address_row_items .arbody_lower ul li:not(:first-child){margin-left: 10px;}
.acc_addres_wrap .address_row .address_row_items.add_new_address_items{position: relative;min-height: 140px;}
.account_wrap .panel-theme.add_new_address_panel a,
.acc_addres_wrap .address_row .address_row_items.add_new_address_items a{display: flex;height: 100%;align-items: center;justify-content: center;color:#3d464d; font-weight: 500;flex-direction: column;}

.acc_addres_wrap .address_row .address_row_items.add_new_address_items p{margin-bottom: 0px;}
.account_wrap .panel-theme.add_new_address_panel .ap_icon_plus,
.acc_addres_wrap .address_row .address_row_items.add_new_address_items .ap_icon_plus{width: 64px;height: 64px;border: 1px dashed #24272c;opacity: .5;display: block;border-radius: 50%;position: relative;margin: 0px auto 8px;cursor: pointer;}
.account_wrap .panel-theme.add_new_address_panel .ap_icon_plus:before,
.acc_addres_wrap .address_row .address_row_items.add_new_address_items .ap_icon_plus:before{content: "";position: absolute;background-color: #24272c;top: 50%;left: 50%;width: 2px;height: 18px;margin-top: -8px;}
.account_wrap .panel-theme.add_new_address_panel .ap_icon_plus:after,
.acc_addres_wrap .address_row .address_row_items.add_new_address_items .ap_icon_plus:after{content: "";position: absolute;background-color: #24272c;top: 50%;left: 50%;width: 18px;height: 2px;margin-left: -8px;}

/*===== End : My Account & Password Change & Order Details & Address =====*/


/*===== Start : Order Details =====*/
.order_details{padding-right: 20px;padding-left: 20px;position: relative;padding-top: 20px;}
.order_details .od_header{margin-bottom: 15px;}
.order_details .od_header .nav-customtab{margin:0px;padding: 0px;list-style: none;display: flex;align-items: center;justify-content: flex-start;border-bottom: 2px solid #f1f1f1;}
.order_details .od_header .nav-customtab li{display: block;}
.order_details .od_header .nav-customtab li a{padding: 10px 15px;display: block;color:#6c757d;font-size: 15px;position: relative;}
.order_details .od_header .nav-customtab li.active a{color: #ff5f00;}
.order_details .od_header .nav-customtab li.active a:before{content: "";position:absolute;bottom:-2px;left:0px;height:2px;width:100%;background-color:#ff5f00;}
.order_details .od_body{}
.order_details .od_logo_wrap{margin:25px 0 15px;text-align: center;}
.order_details .od_logo_wrap img{max-width: 200px;margin:0 auto;}
.order_details .od_card{background-color: #fff;border: 1px solid #f1f1f1;margin-bottom: 15px;padding: 15px;display: flex;align-items: stretch;justify-content: flex-start;width: 100%;box-sizing: border-box;}
.order_details .od_card p{margin:0px; font-size: 14px;color:#5a6268; }
.order_details .od_card p strong{font-weight: 500;color:#3d464d;}
.order_details .od_card .odc_item{flex:0 0 33.33%;max-width: 33.33%;}
.order_details .od_card .odc_item h4{margin:0px 0 10px 0; font-size:18px;}
.order_details .od_card.od_details{margin-bottom: 25px;}

.order_details .od_table .tbl_order{margin-bottom: 15px;}
.order_details .od_table .tbl_order thead tr th,
.order_details .od_table .tbl_order tbody tr td{border-left: none;border-right: none;}
.order_details .od_table .od_total_tbl{max-width: 294px; float: right;}
.order_details .od_table .od_total_tbl tr td:last-child{text-align: right;}
.order_details .od_table .od_total_tbl tr td strong{font-weight: 500;}
.order_details .od_table .od_total_tbl tr td{font-size: 14px;border:none;}
.order_details .od_table .od_total_tbl tfoot tr td{font-size: 17px;border-top:1px solid #ddd;}
.order_details .od_table .button-section{text-align: right;margin-top: 15px;}
.order_details .od_title{margin:15px 0; font-size: 20px;text-align: center;}
/*===== End : Order Details =====*/



/*===== Start : Overide Css =====*/
.page-header-title{padding-top: 6px;}
.page-header-title h1{margin-bottom: 0;font-weight: 700;line-height: 1.2;font-size: 36px;margin-top: 0;color:#3d464d;}

.btn-section{padding: 25px 16px;text-align: center;}

.table-theme.table{}
.table-theme.table thead{}
.table-theme.table thead th,
.table-theme.table thead td,
.table-theme.table thead th a,
.table-theme.table thead td a{font-weight:400;background-color:#ff5f00;border-bottom: transparent;color: #fff; font-size: 15px;padding:10px 18px;vertical-align: middle;line-height: 18px;}
.table-theme.table tbody td{padding:10px 18px;vertical-align: middle;}

.default_section{padding: 40px 0;position: relative;}
.page_title{position: relative;border-bottom: 2px solid #f0f0f0;margin-bottom: 20px;}
.page_title h2{font-size: 20px;color:#3d464d;font-weight: bold;position: relative;margin:0px;font-family: 'TSTAR PRO';}
.page_title h2 span{display: inline-block;padding: 12px 0;border-bottom:2px solid #ff5f00;margin-bottom: -2px;}

.indicator_area{padding: 5px 8px;border-radius:4px;position: relative;transition: all 0.2s ease-in-out;}
.indicator_area_fix{padding: 5px 8px;height:30px;width:30px;border-radius: 4px;line-height:20px;display: block;box-sizing: border-box;transition: all 0.2s ease-in-out;color: #3d464d !important;}
.indicator_area_fix:hover{background-color: #f0f0f0;color:#3d464d;}
.open .indicator_area,
.indicator_area:hover{background-color: #f0f0f0;}
.dropdown-menu{box-shadow: 0 1px 7px rgba(0,0,0,.25);border-radius: 0px;border:none;}

.text-success {color: #28a745!important;}

.form-control[disabled]:focus,
.form-control[readonly]:focus,
fieldset[disabled] .form-control:focus{border-color: #ccc;}

.form-control {border-radius: 2px;line-height: 1.25;box-shadow: none;}
.form-control-sm {height: calc(30px + 2px);line-height: 1.25;padding: 5px 8px;}
.form-control-lg {height: calc(44px + 2px);line-height: 1.25;}
.form-control.is-invalid,.form-control.is-valid,.form-control:invalid,.form-control:valid {background-image: none;}
select.form-control{-webkit-appearance: none;-moz-appearance: none;}
select.form-control::-ms-expand {display: none;}
select.form-control,select.form-control.is-invalid,select.form-control.is-valid,select.form-control:invalid,select.form-control:valid {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='%234d4d4d' d='M4.503 4H.497c-.403 0-.639-.508-.408-.878L2.095.233a.469.469 0 0 1 .816 0l2 2.889c.231.37-.005.878-.408.878zM.497 6h4.006c.403 0 .639.504.408.871L2.905 9.737a.47.47 0 0 1-.816 0l-2-2.866C-.142 6.504.094 6 .497 6z'/%3E%3C/svg%3E");background-repeat: no-repeat;background-size: 5px 10px;background-position: right 12px center;padding-right: calc(12px * 2 + 5px);}
select.form-control-sm,select.form-control-sm.is-invalid,select.form-control-sm.is-valid,select.form-control-sm:invalid,select.form-control-sm:valid {background-position: right 8px center;padding-right: calc(8px * 2 + 5px)}
select.form-control-lg,select.form-control-lg.is-invalid,select.form-control-lg.is-valid,select.form-control-lg:invalid,select.form-control-lg:valid {background-position: right 16px center;padding-right: calc(16px * 2 + 5px)}

.btn-primary,.btn-secondary,.btn-info{border-radius: 2px;transition: all 0.2s ease-in-out;}
.btn-primary.focus,.btn-primary:focus,.btn-primary:hover {border-color: #3d464d;background: #3d464d;color: #fff;}
.btn-primary.focus,.btn-primary:focus {box-shadow: none}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active {border-color: #546069;background: #546069;color: #fff;}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus {box-shadow: none}
.btn-primary,.btn-primary.disabled,.btn-primary:disabled {border-color: #ff5f00;background: #ff5f00;color: #fff;}
.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover {border-color: #3d464d;background: #3d464d;color: #fff;}
.btn-secondary.focus,.btn-secondary:focus {box-shadow: none}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active {border-color: #546069;background: #546069;color: #fff;}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus {box-shadow: none}
.btn-secondary,.btn-secondary.disabled,.btn-secondary:disabled {border-color: #f0f0f0;background: #f0f0f0;color: #3d464d;}

.btn-info.focus,.btn-info:focus,.btn-info:hover {border-color: #3d464d;background: #3d464d;color: #fff;}
.btn-info.focus,.btn-info:focus {box-shadow: none}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active {border-color: #546069;background: #546069;color: #fff;}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus {box-shadow: none}
.btn-info,.btn-info.disabled,.btn-info:disabled {border-color: #0093dd;background: #0093dd;color: #fff;}

.form_wrap .blank_label{display: block;min-height: 20px;}
.form_wrap label{color: #000;}
.form_wrap .form-group{margin-bottom: 25px;}

/*error start*/
.form-group{position:relative;}
.form-group em{color:#F26622;font-size: 12px;vertical-align: top;}
.form-group .form-control.error{border-color:#ff5f00;}
.form-group label.error:empty { display: none !important; }
.form-group label.error { position: absolute; background: #ea4031; font-weight: normal; z-index: 2; left:  inherit; right:0; bottom:32px; min-width: 250px; padding: 2px 8px; color: #fff !important; text-align: center; text-decoration: none; border: 1px solid #ea4031; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; min-width: 45px; /*white-space: nowrap;*/  word-wrap: break-word; font-size: 12px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;width: auto !important; font-weight: normal; box-shadow:0 1px 2px rgba(0, 0, 0, 0.4);max-width: 240px;letter-spacing: 0.4px;}
.form-group label.error:after { border-bottom: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #ea4031; content: ""; left: 30px; z-index: 1; position: absolute; bottom: -6px; }
/*error end*/


.custom_radio,
.custom-chk{position: relative;margin-bottom: 10px;}
.custom_radio input[type="radio"],
.custom-chk input[type="checkbox"]{height: 0px;width:0px;opacity: 0;margin:0px;position: absolute;}
.custom_radio label,
.custom-chk label{margin:0px;padding-left: 25px;position: relative;cursor: pointer;user-select: none;}
.custom_radio label:before,
.custom-chk label:before{width: 18px;height: 18px;content: "";margin-right: 16px;display: inline-block;vertical-align: text-bottom;border-radius: 2px;background-color: #fff;border: 1px solid rgba(36,39,44,.5);position: absolute;left: 0;}
.custom-chk label:after{width: 14px;height: 11px;content: "";position: absolute;left: 2px;top: 4px;background: url('../images/checkmark.svg');background-repeat: no-repeat;}
.custom_radio input:checked + label:before,
.custom-chk input:checked + label:before{background-color:#ff5f00;border-color: transparent;}

.custom_radio label:before{border-radius:100%;}
.custom_radio label:after{content: "";height: 8px;width: 8px;border-radius: 100%;position: absolute;left: 5px;background: #fff;top: 5px;}
/*===== End  : Overide Css =====*/


/*===== Start  : Custome Style for Data-Tables  =====*/
.dataTables_wrapper .dataTables_filter .form-control,
.dataTables_wrapper .dataTables_length .form-control{width: auto;display: inline-block;}

/*===== End  : Custome Style for Data-Tables  =====*/


/*===== Start  : Footer  =====*/
.footer{margin-top: 16px;background: #fafafa;border-top: 1px solid #ebebeb;position: relative;font-family: 'TSTAR PRO';}
.footer .footer_top{padding: 48px 0 54px;position: relative;}
.footer .footer_top h5{margin-bottom: 25px;font-weight: 700;font-size: 20px;line-height: 1.2;margin-top:0px;text-transform: capitalize;}
.footer .footer_top p{font-size: 15px;line-height: 22px;list-style: none;margin: 0;padding: 0;padding-right: 20px;color: #000;}
.footer .footer_top .footer_contacts{font-size: 15px;line-height: 20px;list-style: none;padding: 0;margin: 16px 0 0;}
.footer .footer_top .footer_contacts li{padding: 4px 0;position: relative;display: block;font-weight: 500;}
.footer .footer_top .footer_contacts li i{display: inline-block;text-align: center;width: 22px;margin-right: 2px;}
.footer .footer_top .footer_links{font-size: 15px;line-height: 28px;list-style: none;padding: 0;margin: 0;}
.footer .footer_top .footer_links li{display: block;}
.footer .footer_top .footer_links li a{color:#3d464d;transition: all .15s ease-in-out;font-weight: 500;text-transform: capitalize;}
.footer .footer_top .footer_links li a:hover{color:#ff5f00;}
.footer .footer_top .footer-newsletter{display: -ms-flexbox;display: flex;max-width: 380px;margin:20px 0;}
.footer .footer_top .footer-newsletter .btn{margin-left: 15px;}
.footer .footer_top .footer_links_social{display: -ms-flexbox;display: flex;margin: 8px 0 0;padding: 0;list-style: none;}
.footer .footer_top .footer_links_social li{margin-right: 8px;}
.footer .footer_top .footer_links_social li a{font-size: 16px;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: center;justify-content: center;color: inherit;width: 34px;height: 34px;border-radius: 17px;transition: all .2s;color: #fff;background-color: #ddd;}
.footer .footer_top .footer_links_social li a:hover {opacity: .8}
.footer .footer_top .footer_links_social li.social_fb a{background-color: #3c5a99;}
.footer .footer_top .footer_links_social li.social_tw a {background: #00a2e8}
.footer .footer_top .footer_links_social li.social_yt a {background: #e52e2e}
.footer .footer_top .footer_links_social li.social_ig a {background: #815dc7}
.footer .footer_top .footer_links_social li.social_rss a {background: #ffc338}
.footer .footer_bottom{height: 54px;border-top: 1px solid #ebebeb;display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between;font-weight: 500;}
.footer .footer_bottom .footer_copyright{font-weight: bold;}


.promotion-footer{text-transform: uppercase;display: block;position: fixed;width: 100%;left: 0;right: 0;bottom: 0;z-index: 100;box-shadow: 0 -5px 1px 0 rgba(0,0,0,.1);background: #fff;color: #2e2e2c;transform: translateZ(0);transition: transform .5s;font-size: 20px;font-weight:300;text-align: left;background-color:rgb(246,245,47);}
.promotion-footer .pf-txt{display: flex;align-items: stretch;justify-content: flex-start;padding: 25px 190px 25px 0;color:#000;}
.promotion-footer .pf-txt b{font-weight: 500;}
.promotion-footer .pf-txt span{display: inline-block;}
.promotion-footer .pf-close{position: absolute;width: 35px;height: 35px;right: 0;top: 0;cursor: pointer;opacity: .75;text-align: center;color: #000;}
/*===== End  : Footer  =====*/

/*===== Start : New design =======*/
.shopslider{position: relative;height: 385px;}
.shopslider .sliderslick img{max-width: 720px;min-width: auto; display: block;margin:0 2px;}
@media screen and (min-width: 1481px){
.shopslider{position: relative;min-height: 385px;height: auto;}
.shopslider .sliderslick img{min-width: 720px;max-width: 100%; display: block;margin:0 2px;}
}

.slick-arrow{position: absolute;bottom: 0;top: 50%;width: 75px;height: 100%;transform: translateY(-50%);max-height: 240px;z-index: 1;border-radius: 0;outline: none!important;background: transparent;border:0px;font-size: 0px;padding: 0px;transition: all .15s ease;opacity: 0;}
.slick-arrow:before{content: "\f104"; font-family: 'FontAwesome';font-size: 64px;}
.slick-arrow.slick-next:before{content: "\f105"; font-family: 'FontAwesome';font-size: 64px;}
.slick-slider:hover .slick-arrow{opacity: .75;color: #333;background-color: rgba(245,245,245,1);}
.slick-slider:hover .slick-arrow:hover{opacity:1;}
.slick-arrow.slick-prev{left:20px;}
.slick-arrow.slick-next{right:20px;}


.shopcategory{position: relative;}
.shopcategory ul{margin:0px;padding: 0px;display: flex;justify-content: flex-start;flex-wrap: wrap;align-items: stretch;}
.shopcategory ul li{flex:0 0 16.66667%;max-width: 16.66667%;list-style: none;min-height:140px;}
.shopcategory ul li a{background-color: #fff;padding:10px 0 30px;display: flex;position: relative;overflow: hidden;border: 1px solid #f0f0f0;margin: 0 -1px -1px 0;transition: all 0.2s ease-in-out;height: 100%;align-items: center;justify-content: center;}
.shopcategory ul li a:after{content: "";display: block;position: absolute;z-index: 5;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;background: rgba(0,0,0,.05);transition: opacity .3s;pointer-events: none;}
.shopcategory ul li a:hover:after{content: "";opacity: 1;}
/*.shopcategory ul li a:hover{background-color:rgba(0,0,0,.05);}*/
.shopcategory ul li a img{display: block;max-width:120px;margin:0px auto;max-height: 110px;}
.shopcategory ul li a span{position: absolute;display: block;text-align: center;bottom:4px;left: 0;right: 0;line-height: 1.2;color: #2e2e2c;font-size: 17px;font-weight:400;padding: 0 4px;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'TSTAR PRO';font-weight: 500;}

.material_list{position: relative;}
.material_list ul{margin:0px -8px;padding: 0px;display: flex;justify-content: flex-start;flex-wrap: wrap;align-items: stretch;}
.material_list ul li{flex:0 0 calc(16.66667% - 8px);max-width: calc(16.66667% - 8px);list-style: none;margin:0px 4px 8px 4px;}
.material_list ul li a{background-color: #fff;padding:10px;display: flex;position: relative;overflow: hidden;border: 1px solid #f0f0f0;margin: 0 -1px -1px 0;transition: all 0.2s ease-in-out;padding-left:5px;align-items: center;justify-content: center;border-radius: 4px;}
.material_list ul li a:after{content: "";display: block;position: absolute;z-index: 5;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;background: rgba(0,0,0,.05);transition: opacity .3s;pointer-events: none;}
.material_list ul li a:hover:after{content: "";opacity: 1;}
/*.material_list ul li a:hover{background-color:rgba(0,0,0,.05);}*/
.material_list ul li a img{display: block;max-width:120px;margin:0px auto;max-height: 110px;}
.material_list ul li a span{display: block;text-align: center;bottom:4px;line-height: 1.2;color: #2e2e2c;font-size: 17px;font-weight:bold;padding: 0 4px;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-family: 'TSTAR PRO';}

.sprd_item{height: 275px;margin: 0;padding: 20px;background: #fff;backface-visibility: hidden;display: flex;flex: 1 0 150px;min-width: 150px;flex-direction: column;align-items: center;text-align: center;position: relative;}
.sprd_item:after{content: "";display: block;position: absolute;z-index: 5;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;background: rgba(0,0,0,.05);transition: opacity .3s;pointer-events: none;}
.sprd_item:hover:after{content: "";opacity: 1;}
.sprd_item .sprd_img{width: 160px;height: 120px;display: flex;align-items: center;}
.sprd_item .sprd_img img{max-width: 100%;}
.sprd_item .sprd_star{margin:15px -20px 10px;height: 10px;z-index: 5;position: relative;display: flex;justify-content: center;width: 100%;}
.sprd_item .sprd_star:before{content: " ";display: inline-block;position: absolute;height: 1px;width: 80%;background-color: #b0b0b0;top: 50%;left: 50%;transform: translateX(-50%);}
.sprd_item .sprd_star .sstar_line{position: relative;top: 1px;margin: 0 -1.5px;display: inline-block;line-height: 0;font-size: 11px;white-space: nowrap;position: relative;padding: 0 5px;background-color: #fff;}
.sprd_item .sprd_star .si_percentage{height: 35px;width: 35px;margin-top: -25px;z-index: 1;position: absolute;right: 10px;}
.sprd_item .sprd_name{max-height: 2.5em;font-size: 16px;color: #2e2e2c;line-height: 1.2;max-width: 100%;overflow: hidden;margin: 0;padding-bottom: 2px;flex-shrink: 0;font-family: 'TSTAR PRO';font-weight: 500;}
.sprd_item .sprd_price{padding-top: 10px;color: #2e2e2c;font-size: 23px;font-weight: bold;font-family: 'TSTAR PRO';}


.slick-slider{}
.slick-slider .sis_dots{position: absolute;top: -54px;right: 0;margin:0px;padding: 0px;}
.slick-slider .sis_dots li{display: inline-block;margin-right:5px;}
.slick-slider .sis_dots li span{height: 25px;width: 25px;line-height: 25px;text-align: center;display: block;cursor: pointer;transition: all 0.2s ease-in-out;}
.slick-slider .sis_dots li.slick-active span{color: #ff5f00;}
.slick-slider .sis_dots li:hover span{background-color: #ddd;}


.prd_emptywrap{display: flex;align-items: center;justify-content: center;flex-direction:column;position: relative;padding: 25px 15px; min-height:350px;box-sizing: border-box;}
.prd_emptywrap img{max-width: 100px;}
.prd_emptywrap h3{ font-weight: 500; font-size:25px;line-height:28px;margin: 25px 0 0 0;color: #94979a; }


.shopbrand{position: relative;display: flex;align-items: stretch;justify-content: flex-start;flex-wrap: wrap;}
.shopbrand .shopbrand_item{position: relative;flex:0 0 calc(25% - 4px);max-width: calc(25% - 4px);margin-right: 4px;margin-bottom:35px;}
.shopbrand .shopbrand_item:after{content: "";display: block;position: absolute;z-index: 5;left: 0;top: 0;bottom: 0;right: 0;opacity: 0;background: rgba(0,0,0,.05);transition: opacity .3s;pointer-events: none;}
.shopbrand .shopbrand_item:hover:after{content: "";opacity: 1;}
.shopbrand .shopbrand_item .sbi_img{height:125px;width: 100%;overflow: hidden;}
.shopbrand .shopbrand_item .sbi_img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
.shopbrand .shopbrand_item .sbi_brand{display: flex;align-items: center;justify-content: center;height: 70px;}
.shopbrand .shopbrand_item .sbi_brand img{max-width: 100%;}


.dfilter_slider{position: relative;padding: 60px 0;}
.dfilter_slider img{max-width: 100%;height: auto;display: block;}


.ww_panel{position: relative;margin-bottom:20px;}
.ww_panel .panel-heading{font-size: 15px;font-weight: 500;padding: 8px 0;border-bottom: 1px solid #ddd;}
.ww_panel .panel-body{padding: 12px 5px;}
.ww_panel .ww_filterbtn{margin: 0px -8px;padding: 0px;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;list-style: none;}
.ww_panel .ww_filterbtn li{flex: 1 1 auto;width: auto;position: relative;}
.ww_panel .ww_filterbtn li input{height: 0px;width: 0px;opacity: 0;margin: 0px;position: absolute;}
.ww_panel .ww_filterbtn li label{padding: 4px 8px;font-size: 12px;color: #565759;display: block;border:1px solid #f0f0f0;margin:4px;text-align: center;user-select: none;cursor: pointer;transition: all 0.2s ease-in-out;}
.ww_panel .ww_filterbtn li label:hover{background-color: #f2f2f2;}
.ww_panel .ww_filterbtn li input[type="checkbox"]:checked + label{background-color: #fff;border-color:#ff5f00;color: #ff5f00;}



/*.wwpart_filter{margin:0px;padding: 0px;}
.wwpart_filter li{display: block;}
.wwpart_filter li a{display: block;font-size: 14px;margin-bottom: 5px;color: #050505;padding-left: 5px;position: relative;}
.wwpart_filter li a:before{content: "\f105";font-family: 'FontAwesome';margin-right: 5px;}
.wwpart_filter li.wwstep_one a{padding-left: 15px;}
.wwpart_filter li.wwstep_two a{padding-left: 30px;color: #2e2e2c;}*/

ul#prd_menu li{display: block;}
ul#prd_menu li a { color:#464646; font-weight: normal; position: relative;white-space: nowrap;overflow: hidden;width: 100%;  text-overflow: ellipsis;display: block; }
ul#prd_menu li a.active{color:#2e2e2c;}
ul#prd_menu li a.active:before{color:#2e2e2c;content: "\f107"; width: 15px}
ul#prd_menu li a:before { content:"\f105"; font-family: FontAwesome; font-size: 17px; width: 15px; display: inline-block; padding-right: 0px; transition: all 0.3s ease-in-out; }
ul#prd_menu li a:hover { text-decoration: none; color:#2e2e2c; }

#prd_menu ul{ margin-left: 20px; }
#prd_menu .prd_lsub.active + ul.collapse li a:not(.prd_lsub):before{ content: "\f111";font-size: 8px;line-height: normal;position: relative;top: -2px;width: 14px;margin-left:0px; }
#prd_menu .prd_lsub.active + ul.collapse li a:not(.prd_lsub):hover{color: #ff5f00;}
#prd_menu .prd_lsub.active + ul.collapse li a:not(.prd_lsub).active{color: #ff5f00;}
#prd_menu .prd_lsub.active + ul.collapse li a:not(.prd_lsub).active:before{color: #ff5f00;}


.wwcolorbox{}
.wwcolorbox li{display: inline-block;}
.wwcolorbox li div{height: 20px;width: 20px;border-radius:100%;margin:0 4px;cursor: pointer;}


.ww_chklist{}
.ww_chklist li{position: relative;display: block;margin-bottom:8px;}

.prd_description_new{}
.prd_description_new h2{font-size:28px;line-height: 44px;margin:0px 0px 20px 0;}
.prd_description_new h2 span{font-size:14px;line-height: normal;font-weight: normal;color: #b0b0b0;display: block;}
.prd_description_new ul.prdgrid_wrap{max-width: 280px;}
.prd_description_new ul.prdgrid_wrap li{display: flex;align-items: center;justify-content: space-between;list-style: none;margin-bottom: 10px;}
.prd_description_new ul.prdgrid_wrap li span{font-size:14px; font-weight: 500;}
.prd_description_new ul.prdgrid_wrap li .form-group,
.prd_description_new ul.prdgrid_wrap li p{margin:0px !important;min-width: 80px;}
.prd_description_new .prd_exinfo{margin:0px;padding: 0px;}
.prd_description_new .prd_exinfo li{margin-top:8px;font-size:14px;position: relative;display: block;padding-left: 12px;}
.prd_description_new .prd_exinfo li:before{content: "\f105";font-family: 'FontAwesome';color: #33ad33;position: absolute;left: 2px;font-size: 17px;font-weight: bold;top: -3px;}

.prd_detshare{}
.prd_detshare ul{margin:0px;padding: 0px;}
.prd_detshare ul li{display: inline-block; margin:4px;}
.prd_detshare ul li a{display: block; height: 32px;width: 32px;line-height: 32px;background-color: #f0f0f0;border-radius: 100%;color: #303030;text-align: center;position: relative;}

.prd_desc_body.prddesc_tbl ul{margin:0px;padding: 0px;display: flex; align-items: center;justify-content: flex-start;flex-wrap: wrap;border:1px solid #f7f7f7;border-bottom:none;border-right: none;}
.prd_desc_body.prddesc_tbl ul li{display: block; flex:0 0 50%;max-width: 50%;padding: 4px 8px;border-bottom:1px solid #f7f7f7;border-right:1px solid #f7f7f7;font-weight: 500;color:rgba(0, 0, 0, 0.70);}
.prd_desc_body.prddesc_tbl ul li strong{min-width:175px;display: inline-block;color:rgba(0, 0, 0, 0.88);;}
/*===== End : New design =======*/

@media screen and (max-width:1199px) and (min-width: 1050px){
.container {width:1024px;}
}
@media screen and (max-width:1199px){
.shop_content .sc_heading h1,.page-header-title h1{ font-size: 32px; }
.prd_layout_body .prd_layout_inner[data-prd-grid="4"]:not(.prd_layout_list) .prd_list_item{width: calc(33.33% - 12px);}

.promotion-footer{font-size:17px;}
}
@media screen and (max-width:991px) and (min-width:801px){
.container {width:calc(100% - 30px);}
}

@media screen and (min-width: 992px){
.pr-md-0{padding-right: 0px !important;}
	
}
@media screen and (min-width: 921px){
#mobile-filter,.widget_filters_header,.nav_mob_menu{display: none;}
}
@media screen and (max-width: 991px){
.account_wrap .account_nav{border:none;border-bottom: 2px solid #f0f0f0;margin-bottom: 30px;border-radius: 0px;}
.account_wrap .account_nav .nav li.li_divider{border:none;margin:0px;-ms-flex-positive: 1;flex-grow: 1;}
.account_wrap .account_nav .nav{padding-bottom: 0px;display: flex;align-items: center;}
.account_wrap .account_nav .nav li a{margin:0px;margin-bottom:0px;border-left: 0px;padding: 10px 16px;position:relative;}
.account_wrap .account_nav .nav li.active a{border-left: none;color:#ff5f00; font-weight: normal;}
.account_wrap .account_nav .nav li.active a:after{content: "";height: 2px;width: 100%;position: absolute;bottom:-2px;background-color: #ff5f00;left: 0px;}
.account_wrap .account_nav h4{display: none;}
.account_wrap .table-responsive{margin:0px;}

.shopcategory ul li{flex: 0 0 20%;max-width: 20%;}
}
@media screen and (max-width: 920px){
#mobile-filter a.btn{display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;padding: 0 9px;height: 32px;border: 1px solid #e5e5e5;border-radius: 2px;background: #fff;cursor: pointer;font-family: inherit;font-weight: 500;font-size: 14px;color: inherit;-webkit-appearance: button;margin-right: 10px;}
#mobile-filter a.btn i{margin-right:10px;}
#mobile-filter a.btn:hover{background: #f5f5f5;border-color: #e5e5e5;}
.shop_wrap .shop-layout .shop_content{width:100%;}

.main_header .mobmenu_wrap,
.shop_wrap .shop-layout .widget_wrap{position: fixed;width: 270px;margin-right: 0px;top:0px;bottom: 0px;left: 0px;background-color: #fff;z-index: 999;height:100%;overflow-y: auto;-webkit-overflow-scrolling: touch;transition: transform 0.2s ease-in-out;transform: translateX(-100%);}

.main_header .mobmenu_wrap.mobmenu_wrap_open,
.shop_wrap .shop-layout .widget_wrap.widget_wrap_open{transform: translateX(0);}
.menu_overlay,
.search_overlay,
.widget_overlay{position: fixed;top:0px;left:0px;right:0px;bottom:0px;background-color:#3d464d;opacity: 0.9;z-index: 998;}
.widget_filters{border-radius: 0px;border:none;}
.mobmenu_wrap .mmw_header,
.widget_wrap .widget_filters_header{border-bottom:2px solid #f0f0f0;height: 55px;display: flex;align-items: center;justify-content: space-between;position: sticky;top:0px;z-index: 9;background-color: #fff;}
.mobmenu_wrap .mmw_header h4,
.widget_wrap .widget_filters_header h4{margin:0px;padding-left: 15px;}
.mobmenu_wrap .mmw_header a,
.widget_wrap .widget_filters_header a{margin-right:15px;background-color: #f0f0f0;}

.top_toolbar_new{}
.top_toolbar_new ul{display: flex;margin:0px;padding: 0px;align-items: center;}
.top_toolbar_new ul li{flex:0 0 33.33%;max-width: 33.33%;display: block;text-align: center;}
.top_toolbar_new ul li .nav_mob_menu1 a{color: #fff;display: block;font-size:20px;padding: 14px 0;}
.top_toolbar_new ul li .nav_search .searchexpand{position: static;display:block;}
.top_toolbar_new ul li .nav_search.navlarge .searchexpand{text-align: right;margin-right: 25px;color: #000;}
.top_toolbar_new ul li .cart_wrap{display: block;text-align: center;}
.top_toolbar_new ul li .cart_wrap > a{background-color:transparent;color: #fff;display: block;font-size:15px;padding: 14px 0;}
.top_toolbar_new ul li .cart_wrap > a i{font-size:18px;}
.top_toolbar_new ul li .nav_search.navlarge .search_wrap .form-control{height: 42px;padding: 8px 80px 8px 15px;font-size: 20px;background-color:#fff;}
.top_toolbar_new ul li .nav_search.navlarge .indicator_area_fix{padding: 10px 8px;height: 38px;font-size:16px;}

.header.header_sticky .top_toolbar_new .nav_search{display: block;}
.header.header_sticky .top_toolbar_new .smalllogo{display: none !important;}
.top_toolbar_new .nav_search:not(.navlarge) .search_wrap{display: none;}

.top_toolbar,
.nav_menu{display: none;}
.main_header .container .nav_barand{flex: 0 0 180px;max-width: 180px;}
.header .main_header .container .nav_barand img{max-width: 160px;}
.main_header .container .nav_mob_menu{flex: 0 0 50px;max-width: 50px;display: none;}
.main_header .container .nav_mob_menu .nav_menu_icon{font-size: 20px;padding:3px 4px;height: 36px;width: 36px;display: block;text-align: center;border-radius: 4px;}
.main_header .container .nav_mob_menu .nav_menu_icon i{display: block;}
.main_header .container .nav_mob_menu .nav_menu_icon:hover,
.main_header .container .nav_mob_menu .nav_menu_icon:focus{background-color:#f1f1f1;}
.header .main_header{box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);padding: 10px 0;}

.mobmenu_item{font-size: 15px;}
.mobmenu_item > .user_account{padding: 12px 16px;border-bottom:2px solid #ebebeb;}
.mobmenu_item > .user_account.mega-dropdwon > a{display: block;font-style: italic; font-weight: 500;background-color:transparent;}
.mobmenu_item > .user_account  .megamenu{margin:12px -16px -12px;}
.mobmenu_item > ul > li{border-bottom: 1px solid #ebebeb;}
.mobmenu_item > .user_account .megamenu_body > ul a,
.mobmenu_item > ul a{display: block;padding: 12px 20px;color:#3d464d;}
.mobmenu_item > ul > li > a > i{height: 24px;width: 24px;float: right;font-size: 18px;line-height: 24px;text-align: center;border-radius: 4px;}
.mobmenu_item > ul > li > a.mi_active > i{background-color: #f1f1f1;}
.mobmenu_item > ul > li > a.mi_active > i:before{content: "\f106";}
.mobmenu_item .mega-dropdwon .megamenu{display: none;}
.mobmenu_item .mega-dropdwon .megamenu{border-top:1px solid #ebebeb;background-color: #f7f7f7; font-size: 14px;}
.mobmenu_item .mega-dropdwon .megamenu li:not(:last-child){border-bottom:1px solid #ebebeb;}
.mobmenu_item .mega-dropdwon .megamenu .megamenu_body > h4{font-size: 14px;margin: 0;padding: 0px 12px;display: block;background-color: rgba(0,0,0,0.08);min-height: 36px;line-height: 36px;box-sizing: border-box;}

.mobmenu_wrap  .mobmenu_exras{display: block;padding: 12px 20px;color: #3d464d;border-bottom: 1px solid #ebebeb;}
.mobmenu_wrap  .mobmenu_exras h4{margin:0px 0 10px 0; font-size: 16px;text-transform: capitalize;}
.mobmenu_wrap  .mobmenu_exras ul{margin:0 -20px 0 -20px;}
.mobmenu_wrap  .mobmenu_exras ul li{display: block;}
.mobmenu_wrap  .mobmenu_exras ul li a{display: block;padding:8px 20px 8px 36px;position: relative;}
.mobmenu_wrap  .mobmenu_exras ul li a.active:before{content: "\72";font-family: "tools-icon";position: absolute;left: 15px;top: 8px;}
.mobmenu_wrap  .mobmenu_exras ul li a:hover:after{content: "";background: #f1f1f1;position: absolute;left: 6px;right: 6px;top: 4px;bottom: 4px;z-index: -1;border-radius: 2px;}

.page_breadcrumb,
.page_breadcrumb>.container{padding: 0px;width: 100%;box-sizing: border-box;}
.page_breadcrumb .breadcrumb{padding:12px 15px;background-color: #f5f5f5;border-radius: 0px;}
.page_breadcrumb .breadcrumb .breadcrumb-item a{max-width: 100%;}
.page_breadcrumb .breadcrumb .breadcrumb-item:not(:nth-last-child(2)){display: none;}
.page_breadcrumb .breadcrumb .breadcrumb-item:nth-last-child(2){padding-right: 0px;padding-left: 20px;display: block;}
.page_breadcrumb .breadcrumb .breadcrumb-item:nth-last-child(2):before{content: "\65";left: 4px;color: #3d464d;top: -1px;font-size: 14px;position: absolute;font-family: "tools-icon"; }
.page_breadcrumb .breadcrumb .breadcrumb-item:nth-last-child(2):hover:before{color:#ff5f00;}

.order_details .od_card:not(.od_details) .odc_item p strong{display: block;}

body #colorbox {left: 5% !important; width: 90% !important;}
body #cboxWrapper, body #cboxContent, body #cboxLoadedContent{width: 100% !important;}

.shopbrand .shopbrand_item .sbi_brand img{max-height: 32px;max-width: 160px;}

.ww_panel .panel-heading{padding: 8px;}
.ww_panel .panel-body{padding: 12px 16px;}
}

@media screen and (max-width: 800px){
.shop_content .sc_heading h1, .page-header-title h1,.prd_info .prd_name{font-size: 28px;}
.prd_info .prd_prices,
.prd_layout_body.prd_layout_popular h2{font-size: 22px;}

.page_layout, .shop_wrap{padding-top: 20px;}

body:not(.colorbox-popup) .prd_info .prd_final_block .form_wrap > .col-sm-3{width: 50%;float: left;}
.colorbox-popup .page_layout{padding-bottom: 20px;}
.colorbox-popup .prd_info .prd_final_block{margin-top:0px;text-align: center;}
.colorbox-popup .prd_info .prd_final_block .form-group .btn.btn-lg{padding: 6px 12px; font-size: 15px;}

.colorbox-popup .form_wrap .blank_label{min-height: 0px;}

.shopslider{height: 340px;}
.shopslider .sliderslick img{max-height: 340px;}
.shopcategory ul li {flex: 0 0 25%;max-width: 25%;}
.shopbrand .shopbrand_item{flex: 0 0 calc(33.33% - 4px);max-width: calc(33.33% - 4px);}

.material_list ul li{flex: 0 0 calc(25% - 8px);max-width: calc(25% - 8px);}
}
@media screen and (max-width: 767px){

.promotion-footer .pf-txt{    padding: 16px 140px 16px 0;}

.footer .footer_top h5{font-size: 20px;margin-bottom: 10px;}
.footer .footer_top{text-align: center;}
.footer .footer_top > .row > [class*="col-xs"]{margin-bottom:20px;}
.footer .footer_top .footer-newsletter{margin: 20px auto;}
.footer .footer_top .footer_links_social{margin: 8px auto 0;align-items: center;justify-content: center;}
.footer .footer_top p{max-width:400px;padding-right: 0px;margin:0 auto;}

.variants_tbl.table > thead >tr> th:nth-child(5),
.variants_tbl.table > tbody >tr> td:nth-child(5){display: none;}
.variants_tbl.table > thead >tr> th:nth-child(2),
.variants_tbl.table > tbody >tr> td:nth-child(2){width: 160px;box-sizing: border-box;}

.product_details_layout .prd_info{margin-top: 30px;}
.inner_search_wrap{margin-top:20px;/*display: none;*/}
.inner_search_wrap .isw_header{display: flex;}

.no_prd_found{max-width: calc(100% - 30px);margin: 30px auto 0;}
}

@media screen and (max-width:767px) and (min-width:426px){
.shop_wrap .shop-layout .inner_search_wrap .form_wrap .col-sm-4{width: 50%;float: left;}
.shop_wrap .shop-layout .inner_search_wrap .form_wrap .col-sm-4:nth-child(2n-1){padding-right: 8px;}
.shop_wrap .shop-layout .inner_search_wrap .form_wrap .col-sm-4:nth-child(2n){padding-left: 8px;}

.account_wrap .acc_addres_wrap > .row{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.account_wrap .acc_addres_wrap > .row > .col-sm-4{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

.order_details .od_table .tbl_order{margin-bottom: 0px;}
}
@media screen and (max-width:767px) and (min-width:540px){
.order_details .od_card{flex-wrap: wrap;}
.order_details .od_card .odc_item{flex: 0 0 50%;max-width: 50%;}
.order_details .od_card .odc_item:last-child{margin-top:15px;}
}
@media screen and (max-width: 690px){


.account_wrap .account_nav{border-bottom: none;}
.account_wrap .account_nav .nav{overflow-x: auto;overflow-y: hidden;scrollbar-width: none; }
.account_wrap .account_nav .nav li a{white-space: nowrap;}
.account_wrap .account_nav .nav li.active a:after{bottom: 0px;}
.account_wrap .account_nav .nav:after{content: "";height: 2px;width: 100%;position: absolute;bottom: 0px;background-color: #f0f0f0;left: 0px;z-index: -1;}
.account_wrap .account_nav .nav::-webkit-scrollbar {width: 0px;height:0px;background: transparent;}
.account_wrap .account_nav .nav::-webkit-scrollbar-thumb {background: transparent;}

.order_details .od_header .nav-customtab::-webkit-scrollbar {width: 0px;height:0px;background: transparent;}
.order_details .od_header .nav-customtab::-webkit-scrollbar-thumb {background: transparent;}

.order_details .od_header .nav-customtab{position: relative;border-bottom: none;}
.order_details .od_header .nav-customtab:after{content: "";height:2px;width:100%;background-color:#f0f0f0;left:0px;bottom:0;position: absolute;z-index:-1;}
.order_details .od_header .nav-customtab li.active a:before{bottom: 0px;}
.order_details .od_header .nav-customtab{overflow-x: auto;overflow-y:hidden;}
.order_details .od_header .nav-customtab li a{white-space: nowrap;}


.order_details .od_card .odc_item h4{font-size: 16px;}

}
@media screen and (max-width: 660px){
.prd_view_option .pvo_inner .view_options_divider{/*width: 100%;*/height: 12px;}
.prd_view_option .pvo_inner{flex-wrap: wrap;}
.prd_view_option .pvo_inner .view_options_control,
.prd_view_option .pvo_inner .view_options_legend{margin-left: auto;}

.prd_layout_body .prd_layout_inner:not(.prd_layout_list)[data-prd-grid="3"] .prd_list_item {width: calc(50% - 12px);}

.add_edit_address_wrap .panel-body .col-xs-6{width: 100%;}

.cart_layout .cart_isempty{margin-top: 70px !important;}

.your_order_side table thead th:last-child, .your_order_side table tfoot td:last-child, .your_order_side table tbody td:last-child{width: 32%;}
.your_order_side table tfoot td{font-size: 20px;}
.acc_addres_wrap .address_row .address_row_items .arbody_upper h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.shopslider{height:240px;}
.shopslider .sliderslick img{max-height:240px;}
.shopbrand .shopbrand_item .sbi_brand img {max-height: 24px;max-width: 130px;}
.shopbrand .shopbrand_item:after{opacity: 1;}
}
@media screen and (max-width:540px){
.shop_content .sc_heading h1, .page-header-title h1,.prd_info .prd_name{font-size: 24px;}
.inner_search_wrap h3{font-size: 16px;}
.prd_card .prd_image{padding: 8px 8px 10px;}
.prd_card .prd_info{padding: 0 10px;}
.prd_card .prd_action{padding: 0 10px 10px;}

.promotion-footer .pf-txt{padding: 16px;text-align: center; font-size:15px;}

.main_header .container .nav_search{display: none; position: fixed;padding: 0px;left: 0;right: 0px;top: 0px;background-color: #fff;z-index: 999;width: 100%;flex:100%;max-width:100%;}
.main_header .container .nav_search .search_wrap input{height: 100%;border-color: transparent !important;box-shadow: none !important;}
.main_header .container .nav_search .search_wrap .btn{top:calc(50% - 16px);}

.main_header .container .mobmenu_search{flex:0 0 50px;max-width: 50px;text-align: center;}
.main_header .container .mobmenu_search a{font-size: 20px;padding: 3px 4px;height: 36px;width: 36px;display: block;text-align: center;border-radius: 4px;margin:0 auto;}
.main_header .container .nav_barand{flex:0 0 calc(100% - 200px);max-width: calc(100% - 200px);}
.main_header .container .cart_wrap{text-align: center;}

.prd_layout_body .prd_layout_inner[data-prd-grid="4"]:not(.prd_layout_list) .prd_list_item {width: calc(50% - 12px);}

.variants_tbl.table > thead >tr> th:nth-child(3),
.variants_tbl.table > tbody >tr> td:nth-child(3){display: none;}

.prd_info .prd_meta, .prd_info .prd_det, .prd_desc_body ul,
.prd_desc_body, .prd_info .prd_description{font-size: 14px;}

.cart_total_xs_12{float: none !important;}

.panel-theme.panel .panel-heading,
.login_wrap .panel .panel-heading,
.cart_total_panel .panel-heading,
.checkout_wrap .panel .panel-heading{padding: 10px 14px;}
.panel-theme.panel .panel-heading h3,
.login_wrap .panel .panel-heading h3,
.cart_total_panel .panel-heading h4,
.checkout_wrap .panel .panel-heading h3{font-size: 18px;}

.panel-theme.panel .panel-body,
.checkout_wrap .panel .panel-body,
.cart_total_panel .panel-body,
.login_wrap .panel .panel-body{padding: 20px 16px;}

.order_details .od_card{flex-wrap: wrap;}
.order_details .od_card .odc_item{flex: 0 0 100%;max-width: 100%;}
.order_details .od_card .odc_item:not(:first-child){margin-top:20px;}
.od_table .ct_info h2{font-size: 16px;line-height: normal;}

.acc_addres_wrap .address_row .address_row_items.add_new_address_items{order: 1;}
.acc_addres_wrap .address_row .address_row_items{order: 2;}
.acc_addres_wrap .address_row .address_row_items{flex: 0 0 100%;max-width: 100%;}

.shopcategory ul li a img{max-width: 100px;}
.sprd_item {padding: 20px 5px;}
.shopbrand .shopbrand_item .sbi_brand{height: 50px;}
.shopbrand .shopbrand_item .sbi_brand img {max-height: 20px;max-width: 100px;}
.shopslider .slick-arrow{position: absolute;bottom: 0;top: 50%;width:30px;height:100px;transform: translateY(-50%);}
.shopslider .slick-arrow.slick-next:before{font-size: 36px;}
}
@media screen and (max-width:425px){
.sprd_item .sprd_img{width: 130px;}

.prd_layout_body.prd_layout_popular h2{font-size: 20px;}
.header .main_header .container .nav_barand img{max-width: 140px;display: inline-block;}
.prd_layout_body .prd_layout_inner:not(.prd_layout_list)[data-prd-grid="3"] .prd_list_item {width: 100%;}

html[lang="en"] .main_header .container .cart_wrap{flex: 0 0 80px;max-width: 80px;}
html[lang="it"] .main_header .container .cart_wrap{flex: 0 0 100px;max-width: 100px;}
.main_header .container .nav_mob_menu,
.main_header .container .mobmenu_search{flex: 0 0 40px;max-width: 40px;}
html[lang="en"] .main_header .container .nav_barand{flex: 0 0 calc(100% - 160px);max-width: calc(100% - 160px);}
html[lang="it"] .main_header .container .nav_barand{flex: 0 0 calc(100% - 180px);max-width: calc(100% - 180px);}
.prd_view_option .pvo_inner .view_options_legend{width: 100%;margin-top: 10px;	}
.prd_view_option .pvo_inner .view_options_control{margin-left: 0px;}

.footer .footer_top p{max-width: 100%;}
.footer .footer_top h5{font-size: 18px; font-weight: 500;}
.footer .footer_top .footer_links,
.footer .footer_top p,
.footer .footer_top .footer_contacts{font-size: 14px;}

.variants_tbl.table > thead >tr> th:nth-child(2),
.variants_tbl.table > tbody >tr> td:nth-child(2){width:100px;box-sizing: border-box;}
.variants_tbl.table > tbody >tr> td:nth-child(2) img{max-width: 80px !important;}
.table-theme.table tbody td {padding: 10px 6px;}

.prd_desc_body{padding-right: 0px;padding-left: 0px;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide > div{height: 80px;width: 80px;}
.prd_gallery .prd_gallery_nav_carousel .slick-slide > div img{max-width: 100%;}

.prd_view_option .pvo_inner .layout_switcher_list{display: none;}

.prd_card .prd_action .prd_button{margin-top:10px;}
.prd_card .prd_action .prd_button .cart_direct,
.prd_card .prd_action .prd_button .product-details{padding: 3px 0px;font-size: 12px;}
html[lang="it"] .prd_card .prd_action .prd_button .cart_direct{margin-left: 4px}
html[lang="it"] .prd_card .prd_action .prd_button .cart_direct{flex:0 0 20%;max-width: 20%;}
html[lang="it"] .prd_card .prd_action .prd_button .product-details{flex:0 0 80%;max-width: 80%;}

.swal2-container .swal2-popup {font-size: 1.2rem !important;width: 28em;}
.swal2-container .swal2-popup .swal2-title{font-weight: 500;margin-bottom: 0px;}
.swal2-container .swal2-popup .swal2-input[type=number] {max-width: calc(100% - 50px);}
.swal2-container .swal2-popup:not([class*="swal2-icon-"]) .swal2-actions{margin-top:0px;}

.form_wrap .btn_blank_label{margin-bottom: 0px;}
.form_wrap .blank_label{min-height: 0px;}
.shop-layout .prd_view_option{padding-top: 0px;}
.shop-layout .inner_search_wrap{margin-bottom: 15px;}

.your_order_side table thead th:first-child, .your_order_side table tbody td:first-child, .your_order_side table tfoot td:first-child{padding-right: 10px;width:70%;}
.your_order_side table thead th:last-child, .your_order_side table tfoot td:last-child, .your_order_side table tbody td:last-child{width: 36%;}

.shopbrand .shopbrand_item {flex: 0 0 calc(50% - 4px);max-width: calc(50% - 4px);}
.shopcategory ul li {flex: 0 0 33.33%;max-width: 33.33%;}

.material_list ul li{flex: 0 0 calc(33.33% - 8px);max-width: calc(33.33% - 8px);}
}
@media screen and (max-width:390px){

/*.prd_layout_body .prd_layout_inner[data-prd-grid="4"]:not(.prd_layout_list) .prd_list_item {width:100%;}*/
.prd_view_option .pvo_inner .view_options_button{margin-left: 10px;}
.footer .footer_bottom .footer_copyright{order: 2;flex:0 0 100%;margin-top:10px;}
.footer .footer_bottom .footer_payment{order:1;flex:0 0 100%;}
.footer .footer_bottom{flex-wrap: wrap;text-align: center;padding:20px 0;height: auto;}

.variants_tbl.table > thead >tr> th:nth-child(1),
.variants_tbl.table > tbody >tr> td:nth-child(1){width:60px;box-sizing: border-box;}
}
@media screen and (max-width:360px){
.shop_content .sc_heading h1, .page-header-title h1,.prd_info .prd_name{font-size: 22px;}
}