/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
    border-radius: 0;
}

body {
    color: #000;
    font-size: 13px;
    line-height: 1.6;
    font-family: "myriadproregular";
}

body.header-fixed-space {
    padding-top: 94px;
}

body.header-fixed-space-v2 {
    padding-top: 135px;
}

@media (max-width: 991px) {
    body.header-fixed-space,
    body.header-fixed-space-v2 {
        padding-top: 0;
    }
}

p,
li,
li a,
label {
    color: #000;
}

p {
    font-size: 15px;
    line-height: 21px;
}

a {
    color: #016bca;
    text-decoration: underline;
}

a.no-underline {
    text-decoration: none !important;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #016bca;
    text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
    background: #fff;
    box-shadow: 0 0 25px #8c8c8c;
}

.boxed-layout {
    padding: 0;
    box-shadow: 0 0 5px #ccc;
    margin-left: auto !important;
    margin-right: auto !important;
    background: url(/media/templates/site/salesj3/images/bg/bg-left.jpg) no-repeat, #e4e4e4 url(/media/templates/site/salesj3/images/bg/bg-right.jpg) no-repeat 100% 0;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
    display: none;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-80,
.col-sm-80,
.col-md-80,
.col-lg-80 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

.col-xs-80 {
    width: 80%;
    float: left;
}

.col-xs-20 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }

    .col-sm-80 {
        width: 80%;
        float: left;
    }

    .col-sm-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }

    .col-md-80 {
        width: 80%;
        float: left;
    }

    .col-md-20 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }

    .col-lg-80 {
        width: 80%;
        float: left;
    }

    .col-lg-20 {
        width: 20%;
        float: left;
    }
}

.ov-h {
    overflow: hidden;
}

.padding-0-5 {
    padding: 0 5px;
}

.block-work {
    height: 10px;
    width: 10px;
    float: left;
    margin: 7px 1px;
}

.block-work + p {
    display: inline-block;
    padding-left: 5px;
}

.color-work-red {
    background: #016bca;
}

.color-work-blue {
    background: #ff4900;
}

.header .naming-big {
    font-size: 33px;
    line-height: 1em;
    text-align: right;
}

@media (min-width: 992px) {
    .footer .naming-big {
        font-size: 37px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .footer .naming-big {
        font-size: 32px;
        line-height: 45px;
    }
}

.copyright-info {
    font-size: 12.5px;
    line-height: 15px;
}

.mycart_headertxt, .mycart_wrapp {
    font-size: 15px;
    line-height: 21px;
    font-style: italic;
}

.cart-image {
    min-height: 90px;
    float: left;
}

.cart-info {
    padding-left: 20px;
}

@media (min-width: 992px) {
    .cart-image {
        margin-left: -30px;
        width: 50px;
        height: 100%;
    }

    .cart-image span {
        left: -8px;
    }
}

@media (max-width: 991px) {
    .mycart_wrapp {
        width: 200px;
        margin: auto;
    }

    .cart-image {
        min-width: 50px;
    }

    .cart-image span {
        left: 20px;
    }
}

.cart-image span {
    top: -5px;
    color: #fff;
    width: 22px;
    height: 22px;
    padding: 5px;
    font-size: 11.5px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    background: #ff4900;
    border-radius: 50% !important;
}

/* Preload images */
body:after {
    content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
    display: none;
}

body.lb-disable-scrolling {
    overflow: hidden;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;

    /* Image border */
    border: 4px solid white;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;

    /* Background color behind image.
       This is visible during transitions. */
    background-color: white;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-caption a {
    color: #4ae;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.product-full .code-top {
    color: #000;
    font-size: 15px;
}

.product-full .jshop_code_prod {
    color: #000 !important;
}

.product-full #product_code {
    color: #016bca !important;
}

.product-full h1 {
    font-size: 25px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    padding-top: 5px;
}

.product-full .description, .product-full .description p {
    font-size: 18px;
    line-height: 26px;
}

.product-full .description p:first-child strong {
    color: #000;
}

.product-full .description p strong {
    color: #016bca;
}

.product-full .product_label {
    position: absolute;
    right: 15px;
    top: 0;
}

.product-full .prod_price {
    font-size: 32px;
    line-height: 40.5px;
    color: #6d6d6d;
}

.product-full .old_price {
    font-size: 22px;
}

.product-full .old_price span#old_price {
    text-decoration: line-through;
}

.product-full .manufacturer_name {
    font-size: 18px;
    line-height: 26px;
}

.product-full .manufacturer_logo {
    padding-top: 10px;
    padding-bottom: 20px;
}

.product-full .prod_price .buttons {
    display: inline-block;
}

.product-full .prod_price #block_price {
    color: #ff4900;
}

.product-full .prod_qty, .product-full .prod_qty_input {
    display: none;
}

.product-full .prod_price input {
    font-size: 24px;
    padding: 0 25px;
    border-color: #ff4900;
}

.product-full .prod_price input:hover {
    font-size: 24px;
    padding: 0 25px;
}

.product-full .prod-attributes .radio_attr_label img {
    display: none;
}

.product-full .prod-attributes .input_type_radio {
    display: block;
    float: left;
    width: 33.33333333%;
}

.product-full .video_full iframe {
    width: 100%;
    height: 250px;
}

#list_product_image_thumb {
    float: left;
    width: 100%;
    padding: 5px 15px;
}

#list_product_image_thumb .col-md-3:nth-child(5n) {

}

#list_product_image_thumb .col-md-3 {
    padding-left: 0;
    padding-right: 0;
}

#list_product_image_thumb .col-md-3 .img_padding {
    background: #fff;
    border: 1px solid #dedede;
    margin: 0 5px 5px 0 !important;
    height: 75px !important;
}

#list_product_image_thumb .col-md-3 .img_padding .img-table {
    display: table;
    width: 100%;
    height: 100%;
}

#list_product_image_thumb .col-md-3 .img_padding .img-table .img-middle {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#list_product_image_thumb .jshop_img_thumb {
    margin: 0 auto !important;
    max-height: 70px !important;
}

.custom_can_payment img {
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .custom_sales-naming-top p {
        text-align: center !important;
    }

    .custom_callback-top-block {
        text-align: center;
    }

    .custom_social_icon .footer-socials {
        text-align: center !important;
    }

    .custom_bottom_contact .can-contact {
        text-align: center;
    }
}
