#popup-view-wrapper {
    background: #fff;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
}
#popup-view-wrapper .popup-heading {
    text-align: left;
    background-color: #fff;
    /*sssl color: #1c1c1c;*/
    color: #a9a;
    font-size: 21px;
    /*sssl border-bottom: 1px solid #dfe4eb;*/
    padding: 0 25px 0 25px;
    position: relative;
    min-height: 52px;
    line-height: 52px;
    overflow: hidden;
}
#popup-view-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    /* background: #fff url(../image/close.png) no-repeat; */
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: none;
    border: 0;
    font-size: 50px;
    color: #746c74;
    background-color: #eee;
}
#popup-view-wrapper .mfp-close:hover {
    background-position: 0 -60px;
}
#popup-view-wrapper .popup-footer {
    padding: 17px 25px 17px 25px;
    border-top: 1px solid #dfe4eb;
    background-color: #fff;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    display: none;
}
#popup-view-wrapper .popup-footer button {
    height: 32px;
    line-height: 30px;
    color: #000;
    padding: 0 25px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #c5cdd8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #f2f6f9;
    border-radius: 2px;
    outline: none;
    text-align: center;
}
#popup-view-wrapper .popup-footer button:hover {
    box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
}
ul.thumbnails li a.thumbnail {
    
    border: 1px solid rgba(0, 0, 0, 0.08);
}
/*sssl
ul.thumbnails li.image-additional label {
    
    border: 1px solid rgba(0, 0, 0, 0.08);
}  */
  
#popup-view-wrapper .popup-footer a {
    float: right;
    border: 1px solid #f06b10;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #ff8001;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 33px;
    line-height: 33px;
    padding: 0 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}
#popup-view-wrapper .popup-footer #popup-checkout-none {
    opacity: 0.5;
    background: #F64747;
    border: 1px solid #D64541;
}
#popup-view-wrapper .popup-footer #popup-checkout-none:hover {
    background: #F64747;
    cursor: not-allowed;
}
#popup-view-wrapper .popup-footer a:hover {
    background: #ff9601;
}
#popup-view-wrapper .popup-center {
    background: #fff;
    /*sssl padding: 25px;*/
    overflow: auto;
    /*sssl border-top: 1px solid #f2f2f2;*/
    padding-top: 0px;
}
#popup-view-wrapper .product-name {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 15px;
    text-align: center;
}
@media only screen and (max-width: 768px){
    #popup-view-wrapper .product-name {
        margin: inherit;
        margin-top: 18px;
    }
}
.payment-quantity {
    position: relative;
}
.payment-quantity label {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    font-weight: bold;
    margin-bottom: 4px;
}
.payment-quantity .number {
    border: 1px solid #c5cdd8;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.payment-quantity .frame-change-count {
    width: 116px;
}
.payment-quantity .btn-plus button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-block;
    background: #f2f6f9;
    border: 0;
    outline: none;
    line-height: 5px;
    text-align: center;
}
.payment-quantity .btn-minus button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-block;
    background: #f2f6f9;
    border: 0;
    outline: none;
    text-align: center;
    line-height: 0;
}
.payment-quantity .btn-minus button span {
    width: 14px;
    height: 2px;
    background: #f2f6f9 url(plus-minus.png) no-repeat;
    background-position: -20px 0px;
    display: inline-block;
}
.payment-quantity .btn-plus button span {
    width: 14px;
    height: 14px;
    background: #f2f6f9 url(plus-minus.png) no-repeat;
    background-position: 0 0px;
    display: inline-block;
}
.payment-quantity .btn-plus {
    float: right;
}
.payment-quantity .btn-minus {
    float: left;
}
.payment-quantity input.plus-minus {
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #c5cdd8;
    border-right: 1px solid #c5cdd8;
    background: #fff;
    width: 52px;
    height: 32px;
    position: absolute;
    left: 32px;
    top: 0;
    outline: none;
    font-size: 18px;
    text-align: center;
}
.masked {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: 0.4;
    left: 0;
    top: 0;
}
.masked_loading {
    /*sssl was background: url(ring-alt.svg) no-repeat center center;*/
    background: url(../image/ajax-loader.gif) no-repeat center center;
    background-size: 75px 75px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 0;
}
/*sssl
#popup-view-wrapper .image-additional {
    max-width: 69px;
    float:left;
    margin-right: 10px;
}
#popup-view-wrapper .image-additional label:hover {
    cursor: pointer;
}
#popup-view-wrapper .image-additional input {
    display: none;
}
*/
#popup-view-wrapper #tab-description {
    /*max-height: 120px;*/
    overflow-y: auto;
}
.product-grid .product:hover .popup_view_button {
    display: block!important;
    color: #fff!important;
}
/*sssl was
a.popup_view_button {
    display: none!important;
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    width: 130px;
    right: 0;
    padding: 2px 4px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    font-size: 11px;
    text-transform: uppercase;
    background: rgba(52, 52, 52, 0.71);
    color: #3a3939;
    border: 1px solid rgba(85, 85, 85, 0.09);
}*/
span.popup_view_button {
    display: none;/*sssl !important;*/
    position: absolute;
    margin: 0 auto;
    width: 90px;
    right: 0;
    bottom: 0;
    padding: 4px 0px;
    /*padding-top: 5px;*/
    /*sssl border-radius: 4px;*/
    border-radius: 5px 5px 0px 5px;
    cursor: pointer;
    /*background: rgba(46, 204, 113, .6);*/
    /*sssl was color: #3a3939;*/
/*    background-color: #2ecc71;*/
    background: rgba(25, 25, 25, 0.91);
    color: #fff;
    border: 1px solid rgba(85, 85, 85, 0.09);
    text-transform: uppercase;
/*    bottom: 0px;*/
    /*sssl bottom: 3px;*/
}

.popup_view_button:hover {
/*    background: rgba(25, 25, 25, 0.81);*/
    background-color: #FF5100;
    text-decoration: none!important;
}
.popup_view_button a:hover {
    text-decoration: none!important;
}

.product-list .popup_view_button {
    top: 31%;
    left: 13%;
}

#main-price {
	color: #504A4A;
	font-size: 24px;
}
#special-price {
	font-size: 24px;
	font-weight: bold;
}

@media (min-width: 320px) and (max-width: 532px) {
    #popup-view-wrapper .popup-heading {
        font-size: 14px;
    }
    #popup-view-wrapper .popup-footer button {
        width: 100%;
    }
    #popup-view-wrapper .popup-footer a {
        width: 100%;
        margin-top: 5px;
    }
}
@media (min-width: 533px) and (max-width: 603px) {
    .btn-minus button {
        width: 25px;
        height: 27px;
    }
    .btn-plus button {
        width: 25px;
        height: 27px;
    }
    .frame-change-count {
        width: 78px;
    }
    input.plus-minus {
        width: 28px;
        height: 27px;
        left: 25px;
    }
}
/*sssl start */
#popup-view-wrapper #review-title{
    font-size: 14px;
}
#popup-view-wrapper .product-info, #popup-view-wrapper .tab-content{
    margin-bottom: 0px;
}
#popup-view-wrapper .product-right{
    min-height: 500px;
    padding-bottom: 0px;
}


.category-slide div.image .popup_view_button, .category-slide-tab div.image .popup_view_button{
    display: none;
}
@media only screen and (min-width:992px) {
    .category-slide .item:hover div.image .popup_view_button, .category-slide-tab .item:hover div.image .popup_view_button{
        width: 90%;
        color: #fff !important;
        display: block;
        position: absolute;
        bottom: 26px;
    }
}
.category-slide div.image .popup_view_button:hover, .category-slide-tab div.image .popup_view_button:hover{
    text-decoration: underline;
}
.category-slide .item .price, .category-slide-tab .item .price{
    padding-top: 5px;
}
.category-slide .popup_view_button, .category-slide-tab .popup_view_button{
    display: block;
    width: 90%;
    left: 0;
    border-radius: 0;
    color: #fff;
}
.category-slide .product_category_in_stock, .category-slide-tab .product_category_in_stock{
    width: 100%;
    text-align: inherit;
    background-color: #fff;
    border-radius: 0px;
    font-size: 16px;
    margin: 0px;
    padding: inherit;
    color: #1ABC9C;
    position: relative;
    margin: 0 auto;
    line-height: 1.72222;
    display: block;
}
.category-slide .product_category_in_stock:before, .category-slide-tab .product_category_in_stock:before{
    display: none;
}
.category-slide .product_category_out_stock, .category-slide-tab .product_category_out_stock{
    width: 100%;
    text-align: inherit;
    background-color: #fff;
    border-radius: 0px;
    font-size: 16px;
    margin: 0px;
    padding: inherit;
    color: #E74C3C;
    position: relative;
    margin: 0 auto;
    line-height: 1.72222;
    display: block;
}
.category-slide .product_category_out_stock:before, .category-slide-tab .product_category_out_stock:before{
    display: none;
}

@media only screen and (max-width:992px){
    .category-slide div.image .popup_view_button, .category-slide-tab div.image .popup_view_button{
        display: block;
        width: 100%;
        text-transform: uppercase;
    }
    .category-slide div.image:hover .popup_view_button, .category-slide-tab div.image:hover .popup_view_button{
        margin-top: 0;
    }
    .category-slide .item:hover div.image .popup_view_button, .category-slide-tab .item:hover div.image .popup_view_button{
        margin-top: 0;
    }
}
/*sssl end */
