/*
////////////////////////////////////////
//                                    //
//            ProShop v1.2            //
//         AtlantisWeb Studio         //
//       https://atlantisweb.ru       //
//                                    //
////////////////////////////////////////
*/
:root {
  --bg-color: #3593D4;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
input:focus{
    outline:none;
}
.mh-15{
    margin-top:15px;
    margin-bottom:15px;
}
.mw-15{
    margin-left:15px;
    margin-right:15px;
}
.mw-0{
    margin-left:0;
    margin-right:0;
}
.text-center{
    text-align:center;
}
.common-cart-img img {
    width: 100%!important;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}
.common-cart-img a {
    display:block;
    position:relative;
}
.common-cart-img a.nophoto::before {
    content: "Нет изображения";
    font-size:18px;
    color:#000;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    text-align:center;
    display:block;
    margin-top:-10px;
}
.hover-option {
    display: flex;
    align-items: center;
    position: absolute;
    z-index:10;
    justify-content: center;
    background-color: #fff;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.08);
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 166px;
    max-width: 80%;
    border-radius: 3px;
    padding: 5px 10px;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s, bottom 0.3s;
}
.hover-option form {
	flex-grow: 1;
}
.product-box a {
	text-decoration:none;
}
.product-box:hover .hover-option {
    visibility: visible;
    opacity: 1;
}
.hover-option a {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    height: 2.1rem;
    background-color: #fff;
    color: #333;
    font-size: 1.2em;
    font-weight: 400;
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
}
.hover-option a.active {
    
}
.hover-option a:hover {
    text-decoration:none;
    color: #999;
}
.add-cart-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hover-icon li a {
    background-color: #008cba;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    margin: 0 4px;
}
.saller-box:hover .hover-option {
    opacity: 1;
    visibility: visible;
}
.hover-icon li a:hover {
    background-color: #eb3e32;
}
.product-img {
    position:relative;
    margin-bottom:15px;
    box-sizing: border-box;
    vertical-align: middle;
    border-style: none;
}
.product-img img{
    box-sizing: border-box;
    vertical-align: middle;
    border-style: none;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.product-box {
    padding-bottom: 30px;
}
.cart-price {
    margin:10px 0 10px 0;
    font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #3593D5;
}
.cart-price del {
    color: #7a7a7a;
    margin-left: 10px;
    font-size:0.9em;
}
.common-cart-info .cart-name {
    color: #000;
    margin: 15px 0px 5px 0;
    transition: all 0.3s ease-in-out;
    text-align:center;
    text-decoration:none;
    font-size:1.17em;
}
.common-cart-box:hover .common-cart-info .cart-name {
    color: #eb3e32;
}

.add-cart-btn a{
    color:#fff;
    background-color: #eb3e32;
    display:inline-block;
    padding:9px 17px;
    border-radius:15px;
    text-decoration:none;
    font-size:14px;
    text-transform:uppercase;
}
.add-cart-btn a:hover{
    color:#fff;
    background-color: #008cba;
}
.add-cart-btn a i{
    font-size:11px;
    float: left;
    padding: 2px 5px 0 0;
}
.selgrid .fa, .selgrid .fas{
    
}
.orderline{
    padding:10px 0;
    margin-bottom:25px;
    text-align: right;
}
.orderline a{	
    font-size: 20px;
    display: inline-block;
    padding: 0px;
    margin: 0 5px;
    color: #c3c3c3;
}
.orderline a:hover, .orderline a.active{	
    color: #000;
    
}
.orderline .select-box{	
    float:left;
    position:relative;
}
.orderline .select-box::before {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 13px;
}
.orderline .orderby{	
    height:38px;
    max-width: none;
    width: 15.4rem;
    padding: 0 2.7rem 0 10px;
    border-radius: 0.3rem;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    color: #535353;
}
.orderline .orderby:focus{
    outline:0;
}
a.generlink{
    display:inline-block;
    color: #fff;
    background-color: #20a8d8;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    margin-top:5px;
}

.slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height:524px;
}

.slides {
    height: 100%;
    margin:0;
    padding:0;
    list-style:none;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
       -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
            -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
             -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); 
                    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.slide_p {
    height: 100%;
    float: left;
    clear: none;
    margin:0;
    padding:0;
}

.slider-arrows {}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 20px;
    font-size: 30px;
    line-height: 26px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.4);
    color: #fff;
}
.slider-arrow:hover {
    background: rgba(0,0,0,0.6);
    color: #fff;
}
.slider-arrow--right { 
    bottom: 50%; right: 0px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
     border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.slider-arrow--left { 
    bottom: 50%; left: 0px; 
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.slider-nav {
    position: absolute;
    bottom: 30px;
}

.slider-nav__item {
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
}

.slider-nav__item:hover { background: #ccc; }
.slider-nav__item--current { background: #ccc; }

.slide_p img {
    width: 100%;
    background-position:top left;
    background-repeat:no-repeat;
    background-size:cover;
    float:left;
}

.product-img.common-cart-img > a > img:nth-of-type(2) {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.product-box:hover .product-img.common-cart-img > a > img:nth-of-type(2) {
    opacity: 1;
    z-index: 2;	
}
.qwviewitem{
    font-size:16px;
    color:#7a7a7a;
    line-height:1.4em;
}
.qwviewitem .rateblock{
    float:right;
}
.qwviewitem h1{
    font-size: 24px;
    color: #444;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 15px;
    padding-bottom:15px;
    border-bottom:1px solid #e2e2e2;
}
.qwviewitem .cart-price {
    color: #eb3e32;
    font-weight: 600;
    margin: 10px 0 10px 0;
    font-size: 1.6em;
}
.qwviewitem .cart-price del {
    color: #7a7a7a;
    margin-right: 10px;
    font-size: 0.7em;
    font-weight: 400;
}
.qwviewitem .shop_price{
    margin: 0 0 25px;
    padding-bottom:5px;
    border-bottom:1px solid #e2e2e2;
}

.quantity{
    margin-right: 25px;
    display: inline-block;
    float: left;
}
.quantity .qty{float:left;width:45px;height:22px;line-height:22px;border:0;background-color:#fff;text-align:center;margin-bottom:0;color:#5A5A5A;}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0; 
}


.quantity .minus,.quantity .plus{display:block;float:left;cursor:pointer;border:0 transparent;padding:0;width:24px;height:22px;padding-bottom: 5px;
    line-height: 21px;border-radius: 4px 0 0 4px;color:#fff;
     text-align:center;background-color:#3593D5;font-size:22px;font-weight:400;}
.quantity .minus{border-radius: 4px 0 0 4px;}
.quantity .plus{border-radius: 0 4px 4px 0;}
.quantity .minus:hover,.quantity .plus:hover{background-color:#ddd}
.quantity .minus:focus,.quantity .plus:focus,.quantity .qty:focus{box-shadow:none!important;outline:0!important}
.avable{
    margin-bottom:10px;
    min-width:285px;
}
.avable span{
    color:#eb3e32;
}
.avable span.posit{
    color:green;
}
.avable span i{
    font-size:13px;
    color:#7a7a7a;
}
.shop_addtocart input{
    color: #fff;
    background-color: #eb3e32;
    display: inline-block;
    padding: 0 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    border:0px;
    height:36px;
}
.shop_addtocart input:hover{
    color: #fff;
    background-color: #333;
    cursor:pointer;
}   
.qwviewitem .content{
    margin-top:15px;
}

.nyroModalCloseButton {
    background-color:rgba(0,0,0,0.4);
    background-image: url(/templates/default/images/modal/close.png);
    margin-left: -70px;
    margin-top:5px;
    background-size: 60%;
    background-position:center center;
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
}
.nyroModalCloseButton:hover {
    background-color:rgba(0,0,0,0.6);
}
.product-sale-box{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 5;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    z-index: 5;
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
}
.sale-prc {
    padding:0 10px;
    height:18px;
    line-height: 18px;
    border-radius: 8px;
    font-size:13px;
    background: var(--bg-color);
    width:auto;
    margin-bottom:10px;
}
.sale-hit{
    padding:0 10px;
    height:18px;
    line-height: 18px;
    border-radius: 8px;
    font-size:13px;
    background: var(--bg-color);
    width:auto;
    margin-bottom:10px;
}
.sale-new{
    padding:0 10px;
    height:18px;
    line-height: 15px;
    border-radius: 8px;
    font-size:13px;
    background: var(--bg-color);
    width:auto;
}
.product-brand {
    margin-bottom: 0.5rem;
    font-size: 12px;
    color: #999;
    line-height: 1;
    text-transform: uppercase;
}
.product-brand a {
    display: inline-block;
    color: inherit;
}
.product-name {
    margin-bottom: 7px;
    font-size: 15px;
    font-weight: 500;
    height:81px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
	text-align:left;
}
.list_grid_container .product-name a{
    font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	color: #414141;
    text-decoration: none;
}
.product-name a:hover{
    color: #414141;
    text-decoration: none;
}
.qwview-icon {
    font-size: 0;
    margin:10px 0;
    padding:0;
}
.qwview-icon li {
    display: inline-block;
}
.qwview-icon li a {
    background-color: #008cba;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    margin: 0 3px;
    padding:1px;
    display: inline-block;
}
.qwview-icon li a:hover, .qwview-icon li a.active, .hover-icon li a.active {
    background-color: #eb3e32;
}

.items_list_line{
    padding:15px 0;
    border-bottom:1px dashed #dcdcdc;
    width:100%;
    margin-bottom:15px;
}
.items_list_line:last-child{
    border-bottom:0px dashed #dcdcdc;
}
h2.list_title_shop{
    color:#333;
    margin-top:0;
    margin-bottom:0;
    font-size:1.4em;
}
.items_list_line .rateblock{
    float:right;
}
.items_list_line .cart-price {
    color: #333;
    font-weight: 700;
    margin: 10px 0 5px 0;
    font-size: 18px;
}
.items_list_line .cart-price del {
    color: #aaa;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;
}
.items_list_line .content{
    margin-top:15px;
}
.cartbtnsalert{
    display:inline-block;
    width:100%;
    max-width:250px;
    text-align:center;
    padding:7px 0;
    color:#fff;
    border:1px solid #fff;
    background:#008cba;
    margin: 10px 0;
    text-decoration:none;
}
.cartbtnsalert:hover{
    color:#d35400;
    border:1px solid #d35400;
    background:#fff;
}
.cartbox{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.cartbox a {
    color: #373b42;
}
.cartbox .tool-icon-box {
    position: relative;
    width: 2.875rem;
    height: 2.875rem;
    transition: color 0.25s ease-in-out;
    border-radius: 50%;
    line-height: 2.625rem;
    text-align: center;
    display: inline-block;
    color: #373b42;
    background-color: #ececec;
}
.cartbox .tool-text {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: .875rem;
    transition: color 0.25s ease-in-out;
    font-size: .875rem;
    text-decoration: none !important;
    white-space: nowrap;
}
.cartbox .tool-icon {
    font-size: 1.25rem;
    line-height: 2.875rem;
}
.cartbox .tool-label {
    position: absolute;
    top: -.3125rem;
    right: -.3125rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background-color: #fe696a;
    color: #fff;
    font-size: .70rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.25rem;
}
.cartbox .tool-text>small {
    display: block;
    margin-bottom: -.125rem;
}
.cartbox .list_items {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0s linear 0.3s;
    transition: 0.5s;
    right: -16px;
    left: auto;
    position: absolute;
    top: 75%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
	width: 17rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.cartbox a{
    text-decoration:none;
}
.cartbox .list_items .item {
    padding:10px;
    margin-bottom:10px;
    border-bottom:1px dashed #e7e7e7; 
    display: flex;
}
.cartbox .list_items .item:last-child {
    margin-bottom:0px;
    border-bottom:0px dashed #e7e7e7; 
}
.cartbox .list_items .item  img{
    margin-right: 0.5rem !important;
    display: block !important;
}
.cartbox .tool-text::after {
    display: inline-block;
    margin-left: .23375em;
    vertical-align: .23375em;
    content: "";
    border-top: .275em solid;
    border-right: .275em solid transparent;
    border-bottom: 0;
    border-left: .275em solid transparent;
}
.cartbox .widget-product-title {
    margin-bottom: .25rem;
    font-size: .875rem;
    font-weight: 500;
    margin-top:0;
    line-height: 15px;
}
.cartbox .widget-product-meta {
    font-size: .875rem;
}
.cartbox .text-accent {
    color: var(--bg-color) !important;
}
.cartbox .text-muted {
    color: #6c757d !important;
    font-size: .7rem;
}
.cartbox:hover .list_items{
    opacity: 1;
    visibility: visible;
    display: block;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.cart th {
    padding: 12px 15px!important;
    font-size: 14px;
    color: #555;
}
.cart td {
    padding: 12px 15px!important;
    vertical-align: middle!important;
    border-color: #e5e5e5!important;
}
.table th, .table td {
    border-top: 1px solid #dee2e6;
}
.cart_item .cart-product-name a {
    font-weight: 700;
    font-size: 13px;
    color: #333;
    text-decoration:none;
}

.cart_item  .quantity {
    margin-right: 0;
}
@media (max-width: 576px) {
    .quantity .minus, .quantity .plus {
        width: 50px;
    }
}
.discountbox{
    border:1px solid #bdbdbd;
}
.discountbox .discountbox_title{
    border-bottom:1px solid #bdbdbd;
    padding:15px;
    color: #FFF;
    background: #008cba;
}
.discountbox .discountbox_main .item{
    border-bottom:1px solid #bdbdbd;
    padding:15px;
}
.discountbox .discountbox_main .item:last-child{
    border-bottom:0px solid #333;
}
.dis_apply_coupon{
    display:block;
    text-align:center;
    padding:10px;
    border:1px solid #929292;
    color:#929292;
    background:#fff;
    text-decoration:none;
    margin-top:15px;
}
.dis_apply_coupon:hover{
    color:#000;
    border:1px solid #000;
}
.dis-code .input-text{
    width:100%;
    padding:10px;
}
.discountbox .discountbox_main ul{
    padding:0 0 10px 0;
    margin:10px 15px 0 15px;
    list-style:none;
    border-bottom:1px dashed #929292;
}
.discountbox .discountbox_main.delivery_block ul{
    padding:0 0 0px 0;
    margin:10px 15px 0 15px;
    list-style:none;
    border-bottom:0px dashed #929292;
}
.discountbox .discountbox_main ul li{
    padding:7px 0;
    margin:0px;
    border-bottom:1px dotted #d0d0d0;
}
.discountbox .discountbox_main ul li:last-child{
    border-bottom:0px dotted #d0d0d0;
}
.discountbox .discountbox_main ul li span{
    display:inline-block;
    float:right;
}
.discountbox .totalsumm{
    margin-top:-10px;
    font-size:1.5em;
    float:right;
    padding-right:0;
}
#orderpage .discountbox .toalsummblock{
    padding-bottom:15px;
}
ul.delivery {
    border-bottom:0px dotted #d0d0d0!important;
    margin-left:0!important;
    margin-right:0!important;
    background: #eee;
    padding:0 10px!important;
}
ul.delivery li span{
    float:right;
}
#cardform {
    position:relative;
}
#cardform .ajax-load{
    position:absolute;
    z-index:50;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(255,255,255,0.7);
    background-image:url(/templates/default/controllers/proshop/images/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100px;
    display:none;
}

.delivery_block .desc{
    display:block!important;
    color:#969595;
    font-size:14px;
    font-weight:400;
    float:none!important;
    clear:both;
    width:100%;
    padding:5px 0 5px 25px;
}

.deliveryform input{
    width:100%;
    padding:7px 10px;
    border:1px solid #d0d0d0;
    margin:5px 0 10px 0;
    color: #969595;
}
.deliveryform textarea{
    width:100%;
    padding:7px 10px;
    border:1px solid #d0d0d0;
    margin:5px 0 10px 0;
    color: #969595;
}
.deliveryform label{
    font-size:15px;
    color:#888888;
}
.deliveryform  .delivery_block{
    padding:15px;
}
.deliveryform .required {
    border: 0;
    color: red;
    font-weight: 700;
    font-size:15px;
    font-family: Open Sans, sans-serif;
}
.payments_list{
    padding:0;
    margin:0;
    list-style:none;
}
.payments_list li{
    display:block;
    margin-bottom:10px!important;
    border:1px solid #f5f5f5;
    border-left:0px;
    border-right:0px;
    border-top:0px;
    padding:0 0 5px 0!important;
}
.payments_list li:hover{
    cursor:pointer;
}

.payments_list li label{
    display:block;
    margin-bottom: 0;
    padding: 7px 0;
}
.payments_list li:hover label{
    cursor:pointer;
}
.payments_list li input{
    float:left;
    width:auto;
    margin: 5px 0 5px 15px;
}
.payments_list li span{
    display:inline-block;
    float:left!important;
    margin:0;
}
.payments_list li span.pimgblc{
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    padding:0;
    width:70px;
    height:30px;
    margin:-3px 10px 0 10px;
}

.payments_list li span.payment_yandexcard{
	background-image:url(../images/payment_yandexcard.jpg);	
}
.payments_list li span.payment_qiwi{
	background-image:url(../images/payment_qiwi.jpg);	
}
.payments_list li span.payment_wmpay{
	background-image:url(../images/payment_wmpay.png);	
}
.payments_list li span.payment_robokassa{
	background-image:url(../images/payment_robokassa.jpg);	
}
.payments_list li span.payment_interkassa{
	background-image:url(../images/payment_interkassa.jpg);	
}
.payments_list li span.payment_onpay{
	background-image:url(../images/payment_onpay.png);	
}
.payments_list li span.payment_cash{
	background-image:url(../images/payment_cash.jpg);	
}
.payments_list li span.payment_yandex{
	background-image:url(../images/payment_yandex.jpg);	
}
.payments_list li span.payment_w1{
	background-image:url(../images/payment_w1.jpg);	
}
.payments_list li span.payment_moneta{
	background-image:url(../images/payment_moneta.jpg);	
}
.payments_list li span.payment_paypal{
	background-image:url(../images/payment_paypal.png);	
}
.payments_list li span.payment_yakassa{
	background-image:url(../images/payment_yakassa.jpg);	
}
.payments_list li span.payment_mpay{
	background-image:url(../images/payment_mpay.png);	
}
.payments_list li span.payment_liqpay{
	background-image:url(../images/payment_liqpay.png);	
}
.error.noticeblock{
    border:1px solid #ff0000;
    padding:5px 12px;
    background:rgba(255,113,113,0.4);
    font-weight:500;
    margin:10px 0;
}
.delivery_block label{
    display:block;
}
.inputerror{
    border: 1px solid #ff0000!important;
    background:rgba(255,113,113,0.4);
}
.toalsummblock{
    padding: 15px 15px 0 15px;
    font-size:18px;
    font-weight:500;
}
#acceptordernextdtn{
    color: #fff;
    border: 1px solid #bdbdbd;
    background: #008cba;
    font-size:16px;
    text-transform:uppercase;
    font-weight:500;
}
#acceptordernextdtn:hover{
    color: #008cba;
    border: 1px solid #008cba;
    background: #fff;
    text-decoration:none;
}
.table-striped tbody tr .cart {
    margin-bottom: 0!important;
}
.table-striped tbody tr .cart tr{
    background-color: transparent!important;
}
.forprint{
    display:none;
}
.reviews_block{
    display:flex;
    justify-content:center;
    font-size:13px;
    color:#aaa;
}
.reviews_block a{
    font-size:13px;
    color:#aaa;
    text-decoration: none;
}
.reviews_block .rateblock{
    margin:5px 8px 0 0;
    font-size:12px;
}
.reviews_block .rateblock i{
   float:left;
   margin-right:1px;
   color: #3593D4;
}
.product-action-vertical{
    position: absolute;
    top: 13px;
    right: 13px;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.product-action-vertical a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius:50%;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, visibility 0.3s, opacity 0.3s, transform 0.3s;
}
.product-box:hover  .product-action-vertical{
    visibility: visible;
    opacity: 1;
}
.product-action-vertical a:hover {
    text-decoration: none;
    color:#fff;
    background-color: var(--bg-color);
}
.product-infoline-box .content-box{
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 3;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    margin-bottom:5px;
}
.product-infoline-box .product-brand{
    margin-top:15px;
    margin-bottom: 3px;
}

.product-infoline-box .list_title_shop a{
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.product-infoline-box .list_title_shop a:hover{
    color: var(--bg-color);
    text-decoration: none;
}

.product-infoline-box .reviews_block {
    justify-content: left;
    margin-top:3px;
}


.product-infoline-box .btn-product {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    max-width: 176px;
    background-color: transparent;
    border: 2px solid #ccc;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    height:36px;
    line-height:34px;
    text-transform: uppercase;
    font-weight:600;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    margin-right:12px;
}
.product-infoline-box .btn-product i {
    margin: 0 8px 0 0;
    font-size: 15px;
}
.product-infoline-box .btn-product:hover {
    background-color: var(--bg-color);
    border-color: var(--bg-color);
    color:#fff;
    text-decoration: none;
}
.product-infoline-box .shop_addtocart{
    float: left;
}
.product-infoline-box .wlb, .product-infoline-box .clb{
    color:#333;
    display:inline-block;
    padding:5px 0;
    margin:0 4px;
    font-size:17px;
}
.product-infoline-box .clb{
    color:#878787;
}
.product-infoline-box .clb.active{
    color: #333;
}
.top-slide {
    margin-bottom:10px;
}
.after-slide-box{
    
}
.top-slide .owl-nav{
    position:absolute;
    top:50%;
    left:0;
    right:0;
}
.owl-nav .owl-prev, .owl-nav .owl-prev:active, .owl-nav .owl-prev:focus, .owl-nav .owl-next, .owl-nav .owl-next:active, .owl-nav .owl-next:focus{
    outline:0;
}
.top-slide .owl-nav .owl-prev, .top-slide .owl-nav .owl-next{
    width:30px;
    height:30px;
    line-height:19px!important;
    text-align:center;
    border-radius:50%;
    background: #f4f4f4!important;
    position:absolute;
    margin-top:-15px;
}
.top-slide .owl-nav .owl-prev{
    left:15px;
}
.top-slide .owl-nav .owl-next{
    right:15px;
}
.top-slide .owl-nav .owl-prev:hover, .top-slide .owl-nav .owl-next:hover{
    background: var(--bg-color)!important;
    color:#fff!important;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    font-size:30px;
}
.after-slide .owl-nav{
    
}
.after-slide .owl-nav .owl-prev, .after-slide .owl-nav .owl-next{
    width:20px;
    bottom:0;
    text-align:center;
    position:absolute;
    top:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.4)!important;
}
.after-slide .owl-nav .owl-prev:hover, .after-slide .owl-nav .owl-next:hover{
    background: rgba(255,255,255,0.9)!important;
    box-shadow:  0 0 1px rgba(0,0,0,0.1);
}
.after-slide .owl-nav .owl-prev{
    left:0px;
}
.after-slide .owl-nav .owl-next{
    right:0px;
}
.after-slide .owl-nav .owl-prev span, .after-slide .owl-nav .owl-next span{
    height: 40px;
    line-height: 35px;
    
}
.shopitempage .product-sale-box{
    top: 15px;
    left: 30px;
}
.img-responsive{
    width:100%;
}
.modal-body .close{
    position:absolute;
    top:30px;
    right:30px;
}
.modal-body .close:focus, .modal-body .close:active{
    outline:0;
}
.thumbnailbtn{
    position: absolute;
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
    border: 0;
    border-radius: 50%;
    color: #999;
    background: #fff;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
    opacity: 0.7;
    transition: opacity 0.3s, color 0.3s;
    z-index: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display:none;
}
.thumbnailbtn:hover{
    color: #111;
}
.top-slide:hover .thumbnailbtn{
    display:block;
}
.shopitempage h1{
    margin-bottom: 9px;
    font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #414141;

}
.shopitempage .product-meta{
    margin:2px 0;
}
.shopitempage .product-meta, .shopitempage .product-meta a{
    color:#999;
    font-size:13px;
}
.shopitempage .product-meta span{
    color:#666;
}
.shopitempage hr{
    border-top: 1px solid #C9C9C9;
    padding:0px 0 0px 0;
    margin:20px 0;
    display: block;
    clear: both;
    width: 100%;
}
.shopitempage .cart-price{
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: 'Droid Serif';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #3593D5;
}
.shopitempage .cart-price del {
    color: #aaa;
    margin-left: 10px;
    font-size: 24px;
    font-weight:400;
}
.shopitempage .reviews_block {
    justify-content: left;
    font-size: 14px;
    margin-bottom: 15px;
}
.shopitempage .reviews_block .rateblock {
    font-size: 14px;
}
.product-size, .product-size-select{
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 15px; 
}
.product-size-select span{
    display:block; 
    height:30px;
    line-height:30px;
    margin-right:15px;
}
.product-size-select select{
    width:auto;
    height:30px;
    padding:0 15px 0 10px;
}
.product-size .sizeitem{
    margin-right:5px;
}
.product-size span{
    display: block;
    margin-right:15px;
}
.product-size .sizeitem input{
    display: none;
}
.product-size .sizeitem label{
    display: block;
    text-align: center;
    padding: 4px 8px;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    transition: border-color 0.35s, color 0.35s;
}
/* Checked */
.product-size .sizeitem input[type=radio]:checked + label {
    border-color: var(--bg-color);
    color:var(--bg-color);
} 
/* Hover */
.product-size .sizeitem label:hover {
    border-color: var(--bg-color);
    color:var(--bg-color);
    cursor:pointer;
} 
/* Disabled */
.product-size .sizeitem input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}
.shopitempage .add_cartbox{
    display:flex;
    flex-wrap: wrap;
    margin-bottom: 15px; 
	float:right;
}
.shopitempage .quantity {
    margin-left: 15px;
	border:1px solid #3593D4;
	border-radius: 4px;
	height:24px;
}
.cartbtnplace{
    flex-grow:2;
}
.shopitempage .cartbtnplace a i{
    margin-right:5px;
}
.shopitempage .cartbtnplace a{
    display:inline-block;
    text-align:center;
	height: 48px;
	padding:0 30px;
	line-height: 48px;
	background: #3593D5;
	box-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	border-radius: 4px;
	color:#fff;
	text-decoration:none;
}
.shopitempage .ya-share2{
    float:left;
    border-right:1px solid #e1e1e1;
    padding-right:15px;
    margin:10px 15px 0 0;
    
}
.shopitempage .ya-share2__item a{

}
.shopitempage .ya-share2__item a:hover{
    border-color: var(--bg-color);
}
.shopitempage .wiscom_block{
    margin-top: 12px;
    float: left;
}
.shopitempage .wiscom_block a{
    margin-right:8px;
    color: #333;
    font-size:16px;
}
#shopitemtab{
    margin-top:30px;
}
#shopitemtabContent{
    padding-top:22px;
}
#shopitemtab .nav-link {
    font-size: 16px;
    font-weight: 600;
	padding: 10px 25px;
	text-decoration:none;
	display: inline-block;
	cursor:pointer;
}



#shopitemtabContent{
	font-family: 'Droid Serif';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #5A5A5A;
}


.tab-content #options .field{
    display:flex;
}
.tab-content #options .field{
    display:flex;
}
.tab-content #options .field .field_label{
    color:#333;
    padding-right:15px;
}

.tab-content #options .field .value{
    color:#6d6d6d;
}
.disc_date_end{
    line-height: 15px;
    color: #999;
    font-size: 13px;
    height: 15px;
    display: inline-block;
    float: left;
    width: 100%;
    clear: both;
}
.product-size .coloritem{
    margin-right:5px;
}
.product-size span{
    display: block;
    margin-right:15px;
}
.product-size .coloritem input{
    display: none;
}
.product-size .coloritem label{
    display: block;
    text-align: center;
    padding: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
/* Checked */
.product-size .coloritem input[type=radio]:checked + label {
    
} 
.product-size .coloritem input[type=radio]:checked + label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight:900;
    font-size: 12px;
    color:#fff;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-align:center;
    text-shadow:0px 0px 2px rgba(0,0,0,0.9);
    position: relative;
    top: -1px;
}
/* Hover */
.product-size .coloritem label:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    cursor:pointer;
} 
/* Disabled */
.product-size .coloritem input[type=radio]:disabled + label {
    background: transparent;
}
#product-tab-reviews {
  border-bottom-width: 0;
}
#product-tab-reviews p {
  font-size: 14px;
}
#product-tab-reviews .avg-rating-container {
  display: flex;
  align-items: center;
  font-size: 10px;
  margin-bottom: 2px;
}
#product-tab-reviews .avg-mark {
  font-size: 55px;
  font-weight: 600;
  color:var(--bg-color);
  letter-spacing: -0.025em;
  line-height: 1;
  margin-bottom: 0;
}
#product-tab-reviews .avg-rating {
  margin-left: 10px;
  padding-top: 10px;
  color: #333;
}
#product-tab-reviews .avg-rating p {
  font-size: 14px;
  line-height: 14px;
}
#product-tab-reviews .avg-rating .ratings-container {
  margin-bottom: 3px;
}
#product-tab-reviews .avg-rating .ratings-full {
  margin-right: 5px;
}
#product-tab-reviews .ratings-value {
  margin-bottom: 10px;
  font-size: 14px;
}
#product-tab-reviews .ratings-value span:first-child {
  margin-right: 21px;
  font-size: 25px;
}
#product-tab-reviews .ratings-value .count {
  margin-left: 6px;
  font-size: 12px;
  color: #aaa;
}
#product-tab-reviews .ratings-list .ratings-container {
  margin-bottom: 5px;
}
#product-tab-reviews .ratings-list .progress-bar {
  max-width: 80px;
  margin-left: 10px;
  margin-top: 2px;
  margin-bottom: 0;
  border-radius: 4px;
}
#product-tab-reviews .ratings-list .progress-bar span {
  border-radius: 4px;
}
#product-tab-reviews .ratings-list .progress-value {
  margin-left: 10px;
  min-width: 40px;
}
#product-tab-reviews .ratings-list .progress-value mark {
  font-size: 12px;
  color: #666;
}
#product-tab-reviews .title-link {
  font-size: 14px;
}
#product-tab-reviews .review-form {
  padding-top: 3px;
}
#product-tab-reviews .review-form .form-control {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  color: #777;
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    min-height: 38px;
    line-height: 38px;
    padding: 5px 15px;
	width:100%;
}
#product-tab-reviews .review-form .form-control::placeholder {
  color: inherit;
}
#product-tab-reviews .review-form textarea {
  height: 90px;
}
#product-tab-reviews .review-form .btn {
  color:#fff;
  border-color: #3593D5;
  background: #3593D5;
	box-shadow: 0px 10px 30px rgba(31, 65, 89, 0.15);
	border-radius: 4px;
	padding:5px 20px;
}
#product-tab-reviews .form-group {
  margin: 4px 0 41px;
  font-size: 14px;
}
#product-tab-reviews .form-group label {
  padding-left: 27px;
}
#product-tab-reviews .form-group .custom-checkbox + label::before {
  top: 0;
  transform: none;
  margin-top: 2px;
}
#product-tab-reviews .tab-nav-boxed .nav-item {
  margin: 0 10px 5px 10px;
}
#product-tab-reviews .tab-nav-boxed .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  border-width: 1px;
  padding: 9px 15px;
  border-radius: 20px;
}
#product-tab-reviews .tab-nav-boxed .nav-link::after {
  content: none;
}
#product-tab-reviews .tab-nav-boxed .nav-link:hover, #product-tab-reviews .tab-nav-boxed .nav-link.active {
  color: #336699;
}
#product-tab-reviews .tab-nav-boxed .tab-pane {
  padding: 15px 0 0;
}
/*-------------------------------------------
    Progress Bar
        - Rounded
--------------------------------------------*/
.progress-bar {
  background-color: #eee;
  margin-bottom: 10px;
  height: 10px;
  width: 100%;
}
.progress-bar span {
  display: block;
  height: 100%;
  background-color: #999; 
}
.progress-bar.rounded {
  border-radius: 8px;
}
.progress-bar.rounded span {
  border-radius: 8px;
}
.progress-bar.progress-bar-sm {
  height: 8px;
}

.progress-value mark {
  background: transparent;
}
.ratings-container .ratings{
    color: #3593D4;
}
.ratings-container {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    font-size: 12px;
}
.ratings-container a {
    color: #aaa;
    text-decoration: none;
}
.review-form textarea{
    margin-top:10px;
}
.rating-form {
    padding-top:2px;
    width:84px;
    display:inline-block;
    height:15px;
    line-height:1;
}
.rating-form:not(:checked) > input {
	display: none;
}
.rating-form:not(:checked) > label {
	float: right;
	cursor: pointer;
	padding: 0;
	font-size: 13px;
	line-height: 14px;
        margin-right:2px;
	color: #3593D4;
}
.rating-form:not(:checked) > label:before {
	content: '\f005';
        font-family: "Font Awesome 5 Pro";
}
.rating-form > input:checked ~ label {
	font-weight:900;
}
.rating-form:not(:checked) > label:hover,
.rating-form:not(:checked) > label:hover ~ label {
	font-weight:900;
}
.rating-form > input:checked + label:hover,
.rating-form > input:checked + label:hover ~ label,
.rating-form > input:checked ~ label:hover,
.rating-form > input:checked ~ label:hover ~ label,
.rating-form > label:hover ~ input:checked ~ label {
	font-weight:900;
}
.rating-form > label:active {
	position: relative;
}
.review-form #goodplace, .review-form #badplace{
    display: none;
}


.rectorew label{
    display: inline-block;
    text-align: center;
    padding: 4px 5px;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #666;
    transition: border-color 0.35s, color 0.35s;
}
/* Checked */
.review-form #goodplace:checked + label, .review-form #badplace:checked + label {
    border-color: var(--bg-color);
    color:var(--bg-color);
} 
/* Hover */
.rectorew label:hover {
    border-color: var(--bg-color);
    color:var(--bg-color);
    cursor:pointer;
}

.reviews{
    padding-left:0;
    margin-left: 0;
    max-height: 1500px;
    overflow: auto;
}
.reviews .review_item {
    position: relative;
    font-size: 14px;
    padding: 30px 0;
    border-top: 1px solid #eee;
    padding: 40px 0;
    list-style: none;
}
.review-body {
    display: flex;
}
.review-avatar {
    flex: 0 0 90px;
    max-width: 90px;
    margin-right: 20px;
}
.review-avatar img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
}
.review-author {
    margin: 5px 0 10px;
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.review-author a {
    margin-right: 4px;
    color: inherit;
}
.review-date {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    color: #999;
}
.review_item .ratings-container{
    margin-bottom:13px;
}
.review_item .review-content p {
    font-size: 15px!important;
    margin-bottom: 16px;
}
.review-image {
    display: flex;
    align-items: center;
}
.review-image a{
    display: inline-block;
    margin:20px 6px 0 0;
}
.review-image figure {
    max-width: 60px;
    margin: 0px;
    border-radius: 3px;
    overflow: hidden;
    position:relative;
}
.review-image figure img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intupimage{
    position:relative;
    width:70px;
    height:70px;
    overflow:hidden;
    background-image: url(/templates/default/controllers/proshop/images/rw_file.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
    border:1px solid #333;
    border-radius:5px;
    opacity: 0.5;
    cursor:pointer;
    display:inline-block;
    margin-right:20px;
    float:left;
    margin-bottom:20px;
}
.intupimage input{
    display:block;
    opacity: 0.01;
    cursor:pointer;
    position:absolute;
    top:0;bottom:0;left: 0;right: 0;
}
#uploadImagesList{
    display:inline-block;
    margin-right:20px;
    padding: 0;
    float:left;
}
#uploadImagesList li{
    display:inline-block;
    list-style:none;
    margin-right:12px;
    position:relative;
}

#uploadImagesList li img{
    width:70px;
    height:70px;
    border-radius:3px;
}
#uploadImagesList li .delete-link{
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
    font-size: 20px;
    color: red;
    background: #fff;
    height: 18px;
    line-height: 17px;
    width: 17px;
    overflow: hidden;
    border-radius:3px;
    cursor:pointer;
}
.after-slide-box .owl-item .item{
    cursor:pointer;
}
#countdowninfo{
    height:16px;
    line-height:16px;
    
}
#countdowninfo span{
    display:inline-block;
    font-size:11px;
    margin-right:14px;
    margin: 0 7px;
    text-align:center;
}
.countdownblock{
    padding:12px 15px;
    background:#f8f8f8;
    width:auto;
    margin:12px 0;
    display:inline-block;
    text-align:center;
}
#shopitemtabContent .dots{
    border-bottom:1px dotted #e2e2e2;
    margin-top: -3px;
}
.shop_item_props table {
    width: 100%;
}
.shop_item_props table>tbody>tr>td {
    width: 50%;
    line-height: 1.5em;
    padding: .2em .5em;
}
.shop_item_props table>tbody>tr>td.heading {
    font-weight: bold;
    padding-top: 1em;
}
.comparetable{
    padding:0 15px;
    position:relative;
}
.comparetable .product-img{
    width:220px;
}
.comparetable .product-img img{
    width:100%;
}
.pr_wid_block .pr_wid_link{
    display:inline-block;
    margin:5px 15px 5px 0;
    position:relative;
    font-size:16px;
    color:#333;
}
.pr_wid_block .pr_wid_link i{
    padding-right:7px;
}
.pr_wid_block .pr_wid_link .tool-label{
    display:inline-block;
    position:absolute;
    z-index: 5;
    color:#fff;
    background: #fc8507;
    font-size:11px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    top:-5px;
    left:10px;
}
.comparelistempty{
    text-align:center;    
}
.comparelistempty img{
    margin:5px 0;   
}
.comparecats{
    margin:0 0 15px 10px;
}
.comparecats .comparecatsitem{
    display:inline-block;
    margin:0 5px 0 5px;
    background: #fff;
    border:1px solid #fff; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.comparecats .comparecatsitem:hover{
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.comparecats .comparecatsitem a{
    font-size:16px;
    display:inline-block;
    padding:7px 5px 7px 15px;
    color:#000;
}
.comparecats .comparecatsitem a:last-child{
    padding:0 15px 0 0px;
}
.comparecats .comparecatsitem a i{
    font-size:12px;
    color:#afafaf;    
}
.comparecats .comparecatsitem a:hover > i{
    color:#000;
}

.comparecats .comparecatsitem a:hover{
    color: #008cba;
    text-decoration: none;
    
}
.comparetable td{
    position:relative;
}
.comparequal{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: transparent;
    margin-left: 6px;
    position: absolute;
    top: 11px;
    left: -2px;
}
.comparequal.notcomparequal{
    background-color: #fc8507;
}
.product-img .del-compare{
    position:absolute;
    z-index: 30;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color:#afafaf;
    background: #fff;
    border-radius: 50%;
    top:10px;
    right:10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    
}
.product-img .del-compare:hover{
    color:#000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.comparecartblock  {
    display:flex;
    
}
.comparecartblock .wishsbtnlink {
    flex: 2 1 50px;
    border: 1px solid #d9d9d9;
    border-radius:4px;
    display:block;
    padding:5px;
    margin-right:10px;
    color: #333;
}
.comparecartblock .comcardform {
    flex: 1 2 176px;
}
.comparecartblock .comcardform a {
    border:1px solid #d9d9d9;
    border-radius:4px;
    display:block;
    padding:5px;
    color: #333;
}
.comparecartblock .comcardform a:hover, .comparecartblock .wishsbtnlink:hover {
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
#comparetableblock{
    -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comparetable .product-size, .comparetable .product-size label, .comparetable .product-size-select{
    margin-bottom: 0;
}
#shopitemtabContent table{
    width:100%;
}
#shopitemtabContent table .heading{
    font-weight:700;
    padding-top:10px;
}
.del-wish{
    float:right;
    color:#777;
}
.table.cart .cart-product-thumbnail{
    min-width:53px;
}
.table.cart .cart-product-name{
    max-width:290px;
}
.table.cart .cart-product-price, .table.cart .cart-product-subtotal{
    font-size:14px;
}
.table.cart .cart-product-quantity .quantity .minus, .table.cart .cart-product-quantity .quantity .plus{
    width: 26px;
    height: 26px;
    line-height: 20px;
}
.table.cart .cart-product-quantity .quantity{
    min-width: 100px;
}    
.table.cart .cart-product-quantity .qty{
    height: 26px;
    line-height: 30px;
}
