.primary_block {
    margin-bottom: 15px;
    padding: 25px 15px;
    background: #fff
}

iframe .pb-left-column {
    display: none
}

.pb-left-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product-page-label-container {
    position: unset;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

#thumbs_list_frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#thumbs_list_frame .thumbnail {
    min-width: 60px
}

#image-block {
    position: relative;
    cursor: pointer;
    background: #fff;
    border: none
}

#image-block:hover .span_link {
    display: block
}

.span_link {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    line-height: 110px;
    margin-top: -55px;
    margin-left: -55px;
    border-radius: 55px;
    font-size: 3em;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.4)
}

.popup_left_col {
    display: none
}

.pb-center-column {
    margin-bottom: 30px
}

.pb-center-column h1 {
    margin-top: 0;
    font-weight: 900
}

.pb-center-column .latest-comment {
    border: 1px solid #eee;
    padding: 15px;
    font-size: 12px;
}

.pb-center-column .latest-comment span {
    font-weight: 700
}

.pb-center-column .latest-comment-content {
    font-style: italic
}

.pb-center-column .icon-labels {
    margin-top: 25px
}

.pb-center-column .icon-labels .icon-labels-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.pb-center-column .icon-labels .icon-labels-inner .icon-label {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pb-center-column .icon-labels .icon-labels-inner .icon-label img {
    margin-right: 5px
}

.pb-center-column .icon-labels span {
    margin-bottom: 5px
}

#product-description {
    margin-bottom: 30px
}

.box-info-product {
    padding: 10px;
    background-color: #f6f6f6;
    border: 1px solid #ccc
}

.content_prices {
    text-align: center;
    margin-bottom: 10px
}

.content_prices p {
    margin: 0
}

.content_prices .product-label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 3px 10px
}

.our_price_display {
    font-size: 2.2em
}

.our_price_display .price {
    font-weight: bold;
    color: #faa61a;
    font-size:42px;
}

span#old_price_display .price {
    color: #000!important;
}

#old_price {
    display: inline-block;
    text-decoration: line-through;
    color: #000;
    font-size: 1.5em
}

.price-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.price-flex .our_price_display {
    margin-right: 10px
}

.price-flex #old_price {
    font-size: 14px
}

#reduction_percent,
#reduction_amount {
    display: inline-block;
    margin-right: 0.25em;
    color: #222;
    padding: 0 0.25em
}

#attributes {
    margin-bottom: 15px
}

.attribute_list ul {
    clear: both
}

.attribute_list ul li {
    float: left;
    margin-right: 10px
}

.attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px
}

.attribute_list div.radio,
.attribute_list div.radio span,
.attribute_list div.radio input {
    float: none;
    display: inline-block
}

#color_to_pick_list {
    margin: 0;
    padding: 0;
    list-style: none
}

#color_to_pick_list:before,
#color_to_pick_list:after {
    content: " ";
    display: table
}

#color_to_pick_list:after {
    clear: both
}

#color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px
}

#color_to_pick_list li.selected {
    border: 1px solid #4d4d4d
}

#color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer
}

#color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px
}

.add-quantity-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.add-quantity-cart .button-plus,
.add-quantity-cart .button-minus {
    padding: 6px;
    background: #eceff1;
    border-color: #eceff1;
}

.add-quantity-cart #quantity_wanted_p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px
}

.add-quantity-cart #add_to_cart {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-left: 15px
}

.btn-add-to-cart.added .icon:before {
    content: '\f00c'
}

.btn-add-to-cart.disabled .icon {
    -webkit-animation: icon-spin 2s infinite linear;
    animation: icon-spin 2s infinite linear
}

.btn-add-to-cart.disabled .icon:before {
    content: '\f1ce'
}

.information {
    list-style: unset;
    padding-left: 15px;
    margin-left: 15px
}

.information li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 36px
}

#product-features,
.latest-news,
#product-hook-tab,
.page-product-box.blockproductscategory {
    background: #fff;
    margin: 15px -15px;
    padding: 25px
}

#product-features .nav a,
#product-features .nav a:hover,
#product-features .nav a:active {
    background-color: #fff
}

#product-features {
    padding-top: 0
}

#product-features .nav {
    padding-top: 0
}

tr.even {
    background: #f9f9f9
}

.page-product-box {
    margin-bottom: 10px;
    padding: 15px
}

.accessories-block .product_list.grid .product-container {
    margin-bottom: 50px
}

.product-cross .product_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-cross .product_list .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.product-cross .product_list .slick-track .slick-slide .product-container {
    width: 100%
}

.product-cross .product_list .slick-track .slick-slide .product-container .center-block {
    max-height: 150px;
    width: auto
}

.product-cross .product_list .slick-track .slick-slide .product-container:hover .functional-buttons.show-if-product-grid-hover {
    display: none
}

.product-cross .slick-next,
.product-cross .slick-prev {
    top: 100%
}

.product-cross .slick-next::before,
.product-cross .slick-prev::before {
    font-family: "FontAwesome"
}

.product-cross .slick-next {
    right: 15px
}

.product-cross .slick-next::before {
    content: '\f054';
    color: #8ec53f
}

.product-cross .slick-prev {
    left: 15px;
    z-index: 99
}

.product-cross .slick-prev::before {
    content: '\f053';
    color: #8ec53f
}

#product-features {
    padding: 0 25px 15px 25px
}

#prod-desc h2 {
    font-weight: 900;
    font-size: 20px
}

.content_only .primary_block {
    margin: 0
}

.content_only .pb-center-column h1 {
    margin-top: 20px
}

.cross-sell {
    background: #fff
}

.latest-news {
    margin-bottom: 15px;
    padding: 25px
}

.sds_post_title.sds_post_title_home a {
    color: #222;
    font-weight: 400;
    line-height: 23px
}

.sds_blog_post {
    text-align: center
}

.sds_blog_post a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sds_blog_post .sds_post_title {
    font-size: 16px
}

.sds_blog_post .sds_post_title a:hover {
    text-decoration: underline
}

.blog-link {
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0
}

.blog-link a {
    color: #8ec53f;
    font-weight: 700
}

.modal-dialog {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.modal-content {
    border-radius: 6px
}

.show-carriers-modal,
.show-carriers-modal:hover {
    color: #222;
    text-decoration: underline
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

@media (min-width: 768px) {
    .popup_left_col {
        display: block
    }

    .pb-center-column h1 {
        font-size: 22px
    }

    .add-quantity-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .add-quantity-cart #quantity_wanted_p {
        margin-bottom: 10px
    }

    .add-quantity-cart #add_to_cart {
        margin: 0;
        width: 100%
    }
}

@media (min-width: 992px) {
    .add-quantity-cart {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .add-quantity-cart #quantity_wanted_p {
        margin: 0 10px 0 0
    }

    #our_price_display {
        font-size: 48px
    }

    .price-flex {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .content_prices {
        text-align: left
    }

    .cross-sell>.col-md-8 {
        border-right: 15px solid #EDECEC;
        padding-bottom: 10px
    }
}


.pb-right-column img#laur {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}


.icon-labels img#laur {
    height: 100px;
    width: 100px;
    float: right;
}

.pb-right-column #laur-description {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}

.pb-right-column #laur-description a {
    color: #bbb;
    font-weight: bold;
}

.pb-right-column #laur-description a:hover {
    color: #777;
}

.icon-labels #laur-description {
    text-align: center;
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.icon-labels #laur-description a {
    color: #bbb;
    font-weight: bold;
}

.icon-labels #laur-description a:hover {
    color: #777;
}

@media screen and (max-width: 767px) {
    .pb-right-column img#laur {
        display: none;
    }

    .pb-right-column #laur-description {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .icon-labels img#laur {
        display: none;
    }

    .icon-labels #laur-description {
        display: none;
    }
}

