@font-face{font-family:"Phone";src:url("../fonts/Phone.eot");src:url("../fonts/Phone.eot?#iefix") format("embedded-opentype"),
url("../fonts/phone.woff") format("woff"),
url("../fonts/phone.ttf") format("truetype"),
url("../fonts/phone.svg#Flaticon") format("svg");font-weight:normal;font-style:normal;}
@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Phone";src:url("../fonts/phone.svg#Flaticon") format("svg");}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{font-family:Phone;font-size:20px;font-style:normal;margin-left:20px;}
.flaticon-speech-bubble:before{content:"\f100";}

/* product desc */
/* primary_block ***************************************************************************** */
#primary_block {
    /*margin-top:15px;*/
    margin-bottom:15px;
}

/* pb-right-column ***************************************************************************** */
#pb-right-column #image-block {
    position:relative;
}

#pb-right-column #image-block img {
   display:block;
   object-fit: contain;
   max-width: 100%;
   max-height: 100%;
   width: auto;
   height: auto;
}

@media (max-width: 991px) {
    #pb-right-column #image-block img.no-sirv-lazy-load {
        display:block;
        height: calc(100vw - 10vw);
}
}

#pb-right-column #image-block #view_full_size {
    display:block;
    cursor:pointer;
}
#pb-right-column #image-block #view_full_size .zoomdiv {display:none !important;}
#pb-right-column #image-block #view_full_size .span_link {
    position:absolute;
    top:44%;
    left:50%;
    right:50%;
    display:block;
    width:50px;
    height:50px;
    line-height:20px;
    color:#fff;
    text-shadow:0 1px 0 #000;
    text-align:center;
    text-transform:uppercase;
    background-image:url(../img/icon/zoom.png);
    background-repeat:no-repeat;
}

#pb-right-column #image-block #view_full_size .span_link img {
    position:relative;
    top:3px;
    left:-3px;
    border:none;
    padding-right:2px;
}

#thumbs_list {
    float:left;
    overflow:hidden;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type:none;
    padding-left:0;
    width:100% !important;
}
#thumbs_list ul#thumbs_list_frame img {max-width:50px; max-height:50px; width:100%; height:100%;}
#thumbs_list li {
    margin-top: 15px;
    cursor: pointer;
    background: #fff;
    opacity: 0.3;
    float: left;
    margin-left: 5px;
}
#thumbs_list li:hover {opacity:1;}
#thumbs_list li img {
    margin:0 6px;
    border:none;
    max-width:58px;
    max-height:58px;
    width:100%;
    height:100%;
}

span.view_scroll_spacer {
    float:left;
    height:16px;
    width:21px;
}

#view_scroll_left,#view_scroll_right {
    float:left;
    margin-top:20px;
    padding:0 4px;
    height:18px;
    width:9px;
    text-indent:-3000px;
    background:url(../img/thumbs_left.gif) no-repeat center center transparent;
}

#view_scroll_right {
    margin-left:4px;
    background-image:url(../img/thumbs_right.gif);
}

.resetimg {
    padding:10px 0 0;
}

/* link list */
#usefull_link_block {
    list-style-type:none;
    margin-top:20px;
}

#usefull_link_block li {
    padding:2px 0;
}

#usefull_link_block li.print {
    padding-left:20px;
    background:url(../img/icon/print.gif) no-repeat 0 0;
}

#usefull_link_block li.sendtofriend {
    padding-left:20px;
    background:url(../img/icon/send_friend.gif) no-repeat 0 0;
}

#usefull_link_block li#left_share_fb {
    padding-left:20px;
    background:url(../img/icon/picto_fb.png) no-repeat 0 0;
}

/* pb-left-column ****************************************************************************** */

#pb-left-column h1 {
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:5px;
    font-size:20px;
    font-weight: bold;
}

@media (max-width: 417px) {
#pb-left-column h1 {
    font-size:15px;
}
}

#short_description_block {
    float: left;
    padding-top: 1rem;
    font-size:15px;
    line-height:160%;
    max-width: 100%;
}

#short_description_content ul {
    padding-bottom: 20px;
}

#short_description_block img {
    max-width: 100%;
}

#pb-left-column .sizechart {
    display:inline-block;
    zoom:1;
    color:#a4a4a4;
    text-transform:uppercase;
    margin-top:0;
    margin-right:10px;
}

#short_description_title {
    margin-top: 30px;
    font-weight:bold;
    text-transform:uppercase;
}

#short_description_content {
    padding-top: 1rem;
}

#short_description_content p {
    font-size: 15px;
    line-height: 1.5em;
}

#short_description_block .buttons_bottom_block {
    display:none;
}

#buy_block p {
    margin-top: 0.2rem;
}

#pb-left-column #buy_block label {
    display: inline-block;
    margin-right:7px;
    font-size: 13px;
    text-transform:uppercase;
    color:#000;
    width:100%;
    font-weight: normal;
}
#pb-left-column #buy_block label.unavailable {color:#aaaaaa;}
.ie7 #pb-left-column #buy_block label {margin-right:5px;float:left}

/* color_picker */
#pb-left-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

#attributes fieldset {
    position:relative;
    padding-bottom:10px;
}

#attributes label.unavailable img{
    display:inherit;
}
#attributes label.unavailable {
    color:#bbbab8;
}
#attributes label:hover {
    border-color:#000 !important;
    color:#000 !important;
}
#attributes label.vailable {
    border-color:#00b600 !important;
}
#attributes label.unavailable {
    border-color:#fe7a7a !important;
}
#attributes label img.unal{
    position:absolute;
    top:0;
    left:0;
}
#attributes label img.unar{
    position:absolute;
    top:0;
    right:0;
}
#attributes label[for='group_4'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_4'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:42px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:1px;
    cursor:pointer;
}

#attributes label[for='group_4'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_4'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes label[for='group_6'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_6'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:34px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:1px;
    cursor:pointer;
}

#attributes label[for='group_6'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_6'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes label[for='group_17'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_17'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:34px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:10px;
    cursor:pointer;
}

#attributes label[for='group_17'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_17'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes label[for='group_18'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_18'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:34px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:1px;
    cursor:pointer;
}

#attributes label[for='group_18'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_18'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes label[for='group_19'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_19'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:34px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:1px;
    cursor:pointer;
}

#attributes label[for='group_19'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_19'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes label[for='group_20'] + .attribute_list input[type='radio'] {
    /*display:none;*/
    position:absolute;
    z-index:-1000;
    left:-10000px;
}
#attributes label[for='group_20'] + .attribute_list input[type='radio'] + label {
    position:relative;
    font-weight:normal !important;
    background-color:#fff;
    color:#aaaaaa;
    display:block;
    padding:9px 2px;
    min-width:34px;
    text-align:center;
    margin:0 6px 5px 0;
    width:auto !important;
    border:#d9d9d9 solid 1px;
    padding:1px;
    cursor:pointer;
}

#attributes label[for='group_20'] + .attribute_list input[type='radio']:checked + label {
    border-color:#01bb00;
}
#attributes label[for='group_20'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#fe7a7a;
}

#attributes fieldset label {
    vertical-align:top;
}

#attributes .attribute_list ul{
    list-style:none
}

#attributes .attribute_list ul li{
    clear:both
}

#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}

.ie7 #attributes .attribute_list span{margin-top:1px}

#attributes .attribute_list #color_to_pick_list {
    list-style-type:none;
}

#attributes .attribute_list #color_to_pick_list li {
    float:left;
    /*border:1px solid #ccc;*/
    clear:none;
    border: 3px solid #fff;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border: 3px solid #00b600;
}

#attributes .attribute_list #color_to_pick_list li.selected a.color_pick {
    border: none;

}
#attributes .attribute_list #color_to_pick_list li a.color_pick span {display:none;}
#attributes .attribute_list #color_to_pick_list li.selected a.color_pick span {z-index: 9;position: absolute; background: url('../img/check-color.png') 50% 50% no-repeat; display: block;
                                                                               width: 44px;
                                                                               height: 39px;
                                                                               padding: 0;
                                                                               margin: 0;}
#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    height: 100%;
    width: 100%;
}

#attributes .attribute_list #color_to_pick_list li.selected a.color_pick img {
    position: relative;
}
#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display:block;
    height:42px;
    width:42px;
    border:1px #cfcfcf solid;
}
.product_attributes {
    margin-top: 5px;
    min-height:120px;
}

/* attributes */
#attributes select {
    width:120px;
    border:1px solid #cdcdcd;
}

/* quantity_wanted */

#quantity_wanted {
    display: none;
}
#quantity_wanted_p {
    display:none;
}
#quantity_wanted_p input {
    width: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    border:0;
}
#quantity_wanted_p label {
    display:inline;
}
/* availability_statut */
#availability_statut {
    padding: 0;
    min-width: 255px;
    clear:both;
}

#availability_statut span#availability_label, 
#availability_date_label {
    vertical-align: top;
    display:inline-block;
    width:90px;
    font-weight:700;
    font-size:12px;
    text-align:left;
}

#availability_statut #availability_value {
    color:#282830;
    text-shadow:none;
    font-size:12px;
    font-weight: bold;
}

#availability_statut #availability_value img {margin: 0 10px 0}

#availability_statut #availability_value.warning_inline {
    color:#9B0000;
}

#availability_statut #availability_value.warning_oosp_inline {
    color:#dda622;
}

#availability_statut #availability_value.warning_oosp_inline span.available-text {
    color:#000;
}

#free-delivery img {
    margin-bottom: 5px;
}

/* prices */
.content_prices {
    text-align:left;
    padding:0;
}

#buy_block p.price {
    padding:0;
}

.discount {
    display:none;
}

#buy_block p#old_price {
    display:inline-block;
    font-size:16px;
    text-decoration:line-through;
}
#buy_block p#old_price.hidden {
    display:none;
}

.our_price_display {
    padding-bottom:0!important;
    font-weight:800;
    font-size:32px;
    line-height:18px;
    color:#000;
    font-family: sans-serif;
}

#reduction_percent,#reduction_amount {
    display:inline-block;
    font-size:16px;
}

#reduction_percent span,#reduction_amount span {
    display:inline-block;
}

#reduction_percent_display {
    color:#fff;
    background-color: #c4314b;
    font-weight: bold;
    padding: 0.2em 0.4em;
}

/* online_only */
#buy_block p.online_only {
    font-weight:700;
    font-size:11px;
    color:#900;
    text-align:left;
    text-transform:uppercase;
}

/* add_to_cart */

.content_prices #add_to_cart .exclusive,
.content_prices #add_to_cart .exclusive_disabled {
    background: #ddd;
    color: #FFF;
    padding: 10px 35px;
    border: 0;
    font-weight: bold;
    font-size: 16px;
    width:100%;
}
.content_prices #add_to_cart.active .exclusive {
    background: #00b600;
    cursor: pointer;
    width:100%;
    border: 3px solid #00b600;
}

.content_prices #add_to_cart .exclusive:hover,
.content_prices #add_to_cart .exclusive_disabled:hover {
    border: 3px solid #ddd;
    background: #fff;
    color: #ddd;
}

.content_prices #add_to_cart.active .exclusive:hover {
    background: #fff;
    border: 3px solid #00ce00;
    color: #00ce00;
}

.content_prices #add_to_cart.active .exclusive:hover .add_shopping_cart::before {
    color: #00ce00;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */

    .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled {
        padding: 12px 20px 12px 20px;
    }

}

.ie9 .content_prices #add_to_cart .exclusive, .ie9 .content_prices #add_to_cart .exclusive_disabled,
.ie8 .content_prices #add_to_cart .exclusive, .ie8 .content_prices #add_to_cart .exclusive_disabled,
.ie7 .content_prices #add_to_cart .exclusive, .ie7 .content_prices #add_to_cart .exclusive_disabled {
    padding:8px 7px 4px 15px;
    line-height:12px;
}

:first-child+html .content_prices #add_to_cart .exclusive {
    padding:4px 3px 4px 11px;
}

/* */
.buttons_bottom_block {
    clear:both;
}

.buttons_bottom_block #wishlist_button {
    font-weight:700;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
}

#send_friend_form h2 {
    padding:8px 11px;
    font-size:12px;
    color:#fff;
    text-shadow:0 1px 0 #000;
    text-transform:uppercase;
    background:#383838;
}

#send_friend_form .product {
    margin:20px 10px;
}

#send_friend_form .product img {
    float:left;
    margin:0 10px 0 0;
    border:1px solid #ccc;
}

#send_friend_form .product .product_desc {
    float:left;
    width:380px;
}

#send_friend_form .product .product_desc p {
    padding:0 10px 0 0;
    color:#333;
}

#send_friend_form .product .product_desc p.product_name {
    font-size:12px;
    color:#000;
}

#send_friend_form .send_friend_form_content {
    margin:0 10px 20px;
}

#send_friend_form .form_container {
    padding:10px 15px;
    border:1px solid #ccc;
    background:#eee;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom:14px;
    font-weight:700;
    font-size:13px;
    color:#333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom:0;
    color:/* SEND TO FRIEND (pop-in) ##################################################################### */
        #666;
}

#send_friend_form .form_container .text {
    padding-bottom:10px;
}

#send_friend_form .form_container .text label {
    display:inline-block;
    padding:6px 15px;
    width:180px;
    /* 210 */
    font-size:12px;
    text-align:right;
}

#send_friend_form .form_container .text input {
    padding:0 5px;
    height:22px;
    width:260px;
    border:1px solid #ccc;
    font-size:12px;
    color:#666;
}

#send_friend_form .submit {
    margin-top:20px;
    padding-bottom:0;
    text-align:right;
}

/* PACK ##################################################################### */
#blockpack {
    margin-top:20px;
    padding-top:20px;
    border-top:1px dotted #999;
}

/* PERSONNALISATION ##################################################################### */
.customization_block {
}

.customization_block p.infoCustomizable {
    margin:10px 0 20px;
    padding:0 0 0 20px;
    background:url(../img/icon/infos.gif) no-repeat 0 0 transparent;
}

ul#uploadable_files,ul#text_fields {
    list-style-type:none;
}

.customizableProductsFile,.customizableProductsText {
    margin-bottom:20px;
    padding-bottom:10px;
}

.customizationUploadLine {
    padding: 0 5px 10px 0;
}
.customizationUploadBrowse img + a {
    position: relative;
    top: -51px;
}
.customizationUploadLine label {
    display:block!important;
    width:150px!important;
    vertical-align:top!important;
    font-size: 12px!important;
    text-transform: none!important;
}

.customizationUploadLine label[for=textField5] {
    font-size: 11px!important;
}

.customizationUploadLine textarea {
    height:50px;
    width:300px;
    border:1px solid #ccc;
}

.customizationUploadLine input {
    text-transform: none;
}

.customizationUploadLine input[type="number"]{
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}

.customizationUploadLine .customerInput {
    display: none; 
}

input.customization_block_input {
    min-height: 35px;
    font-size: 16px;
    border-radius: 0;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    color: #000;
    width: 100%;
}

input.customization_block_input:focus {
    border-radius: 0;
    border-style: solid;
    border-color: #000;
    border-width: 3px;
    outline: none;
}

#customizedDatas input.button {
    width: 100%;
}

.accessories_block div ul li a {
    display:inline-block;
}

.accessories_block div ul li .s_title_block a, .accessories_block div ul li .s_title_block span  {
    font-weight:bold;
}
#manufacture_pict {}
#manufacture_pict img { max-width:100px; }
#availability_value_hand img, .availability_value_color img {
    display:block !important;
    float:right;
}

#attributes label[for="group_4"] + .attribute_list input[type="radio"] + label {
    border: 1px solid #ecebe8;
    line-height: 36px;
    height:42px;
}

#attributes label[for='group_4'] + .attribute_list input[type='radio']:checked + label {
    border-color:#000;
    padding:0;
    border-width:3px;
    color:#000;
}
#attributes label[for='group_4'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#ec0000;
    padding:0;
    border-width:3px;
}
#attributes label[for="group_6"] + .attribute_list input[type="radio"] + label {
    border: 1px solid #ecebe8; 
    line-height: 36px;
    height:42px;

}

#attributes label[for='group_6'] + .attribute_list input[type='radio']:checked + label {
    border-color:#000;
    padding:0;
    border-width:3px;
    color:#000;
}
#attributes label[for='group_6'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#ec0000;
    padding:0;
    border-width:3px;
}
#attributes label[for='group_6'] {}

#attributes label[for="group_18"] + .attribute_list input[type="radio"] + label {
    border: 1px solid #ecebe8;
    line-height: 30px;
    height:30px;
}

#attributes label[for='group_18'] + .attribute_list input[type='radio']:checked + label {
    border-color:#000;
    padding:0;
    border-width:3px;
    color:#000;
}
#attributes label[for='group_18'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#ec0000;
    padding:0;
    border-width:3px;
}

#attributes label[for="group_19"] + .attribute_list input[type="radio"] + label {
    border: 1px solid #ecebe8;
    line-height: 30px;
    height:30px;
}

#attributes label[for='group_19'] + .attribute_list input[type='radio']:checked + label {
    border-color:#000;
    padding:0;
    border-width:3px;
    color:#000;
}
#attributes label[for='group_19'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#ec0000;
    padding:0;
    border-width:3px;
}

#attributes label[for="group_20"] + .attribute_list input[type="radio"] + label {
    border: 1px solid #ecebe8;
    line-height: 30px;
    height:32px;
}

#attributes label[for='group_20'] + .attribute_list input[type='radio']:checked + label {
    border-color:#000;
    padding:0;
    border-width:3px;
    color:#000;
}
#attributes label[for='group_20'] + .attribute_list input[type='radio']:checked + label.unavailable {
    border-color:#ec0000;
    padding:0;
    border-width:3px;
}

.social_block .fb-share-button{
    position:relative;
    top: -3px;
}
.social_block .social-links {
    text-align:left;
    margin-top:55px;
}
.social_block .social-links .fb-share-button, .social_block .social-links .twitter-share-button{
    margin-right:12px;
}
.social-links .gplus-share-button {
    position:relative;
    top: -7px;
}
#pb-left-column #buy_block .attribute_label .warning_inline {
}
#pb-left-column .select_color, #pb-left-column .select_size {
    color:#000;
    font-weight:700;
}
#pb-left-column .no-gif {
    float:left;
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    margin-top: 8px;
}
.grey-text {
    color:#00ce00;
}
.img-available {
    margin-right:3px;
    margin-bottom:2px;
}
.saddle-icon {
    width:100%;
    display:inline;
    vertical-align:middle;
}
.si-hr {
    border-left:1px solid #cdcdcd;
    padding-left:7px;
}
.saddle-table{
    margin-top:10px;
    width:100%;
}
.saddle-table td span:hover {
    cursor:pointer;
    text-decoration:underline;
}
.saddle-table td img {
    padding-right:4px;
}
#unavailable-product-message {
    padding:15px 0;
    margin:15px 0;
    font-size:23px;
    line-height:140%;
    color:#d00;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align:center;  
}
#pb-left-column .manufacture_category {
    padding-bottom: 5px;
    text-align: left;
}
#pb-left-column .manufacture_category a {
    font-weight: normal;
    line-height: 150%;
    color: #AAA !important;
    text-decoration: none;
}
#opis_mobile {display:none;}
#opis_mobile #short_description_title {
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 992px) {
    #pb-right-column #views_block {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    #pb-right-column #image-block #view_full_size {margin-left:0%;}
    #pb-right-column #image-block #view_full_size .span_link {top:35%;}
    #thumbs_list li {
        margin-top: 0px;
        float: left;
        margin: 0 5px;
    }
    #opis_mobile {
        display:block;
        width:98%;
        margin:0 1%;
        float: left;
    }

}
@media screen and (max-width: 499px) { 
    #pb-right-column #views_block {
        position: relative;
        top: 0px;
        left: 0px;
    }
    #thumbs_list li {
        margin-top: 0px;
        float: left;
        margin: 0 5px;
    }
}




.add-to-cart-popup {
    margin:0px auto; 
    text-align:center;
    position: fixed;
    left: 25%;
    top: 30%;
    width: 50%;
    padding: 2% 0;
    z-index: 100;
    background-color: white;
}
.add-to-cart-popup p {padding:5%;text-align: center;text-transform: uppercase;font-size: 14px;color: #292a2f;}

.add-to-cart-popup a.exclusive {
    display:inline-block; 
    width:150px;
    line-height: 100%;
    border: 0;
    padding: 14px 14px;
    background-color: #292a2f;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    border:1px solid #292a2f;
    margin-right:3px;
}
.add-to-cart-popup a.close-popup {
    display:inline-block; 
    width:180px;
    line-height: 100%;
    border: 0;
    padding: 14px 14px;
    background-color: #fff;
    color: #292a2f;
    font-size: 13px;
    text-transform: uppercase;
    border:1px solid #292a2f;
    margin-left:3px;
}
.shopping-details {
    list-style:none;
    margin:0;
    margin-top:20px;
    padding:0;
}
.shopping-details li{
    float:left;
    display:block;
    padding:7px 10px;
    width:48%;
    border:1px solid #eeeeee;
}
.siodla_desktop {border-left: 1px solid #cdcdcd; padding-left:5px; text-align:left;}
#siodla_mobile {display:none;}
@media screen and (max-width: 1100px) {
    .siodla_desktop {display:none;}
    #siodla_mobile {display:block;}
}

@media screen and (max-width: 800px) {
    .add-to-cart-popup {left:15%; width:70%;}
    .add-to-cart-popup p {padding:7% 5%;}
}
@media screen and (max-width: 560px) {
    .add-to-cart-popup {left:6%; width:88%;}
    .add-to-cart-popup p {padding:9% 5%;}
    .add-to-cart-popup a.exclusive {margin:5px auto;}
    a.close-popup.button {margin:5px auto;}
}
#features_description li {
    display: inline-block;
    margin-right: 14px;
    color: #999999;
}
.product_quantity_down,.product_quantity_up {
    padding:4px 9px;
    color:#ddd;
    border-color:#DDD;
}
.product_quantity_down i,.product_quantity_up i{
    color:#ddd;
}


#callusnow {
    display:none;
}

.orange-text {
    color: #dda622;
}

@media (max-width: 767px) {

    #callusnow {
        display: inline;
        position:fixed;
        width:100vw;
        bottom:0;
        left:0;
        background-color:#131541;
        color: #fff;
        z-index: 99999;
        text-align:center;
        text-transform: uppercase;
        padding: 15px 0 10px;
    }

    #callusnow a {
        color: #fff;
        font-size: 16pt;
        vertical-align:top;
    }

    #callusnow i.flaticon-speech-bubble:before {
        margin-top: 5px;
        font-size: 24pt;
    }

    #chat-application {
        display:none!important;
    }

}
.special-group-price {
    font-size:14px;
    color:#4A4;
}

table {
    width:100%;
    border-collapse: separate;
        border-spacing: 2px;
}
table th {
    font-weight:bold;
    text-align:center;
    color:#FFF;
    background-color:#0a0c41;
}
table th,table td {
    height:24px;
}
#sir-sizechart-table tbody tr:nth-child(odd) {
    background: #eee
}
#sir-sizechart-table tbody tr td:first-child {
    color:#0a0c41;
}

table tr.highlight td { font-weight:bold; color:#FFF; background-color:#949494;}
/* copied from 
https://dbushell.com/demos/tables/rt_05-01-12.html
*/

/*@media (max-width: 767px) {

    table { display: block; position: relative; width: 100%; }
    table thead { display: block; float: left; }
    table tbody { text-align:left;display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    table thead tr { display: block; }
    table th { display: block; }
    table tbody tr { display: inline-block; vertical-align: top; }
    table td { display: block; min-height: 1.25em;}
    table td,table th { text-align:center; line-height:20px; padding-left:2px; padding-right:2px;border-bottom:2px solid #FFF;}
}

*/

.bottom-alignment-div {
    padding: 0;
}
.add_shopping_cart::before {
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 18px;
    padding-right: 15px;
    position: relative;;
    color:#FFF;
    font-style: normal;
}

.content_prices #add_to_cart .exclusive .add_shopping_cart::before {
    content: "\f07a";
}

.content_prices #add_to_cart .exclusive_disabled .add_shopping_cart::before {
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none
}

.add_shopping_cart:hover::before {
    color: #292a2f;
}

.neongreen-text {
    color: #00ce00;
}

.show-config {
    cursor: pointer;
    font-size: 15px;
    color: #000;
}

.show-config a {
    color: #000;
    text-decoration: none;
}

.show-config i, .show-config span {
    display: inline-block;
    vertical-align: middle;
    min-width: 45px;
}

[class^="icon-"]::before {
    font-size: 16pt;
    margin-top: 1rem;
    min-width: 50px;
    min-height: 50px;
}

.saddle-section {
    font-size: 15px;
    color: #000;
    padding-top:20px;
}

.saddle-section a {
    color: #000;
    text-decoration: none;
}

.saddle-section i, .saddle-section span {
    display: inline-block;
    min-width: 45px;
}

.icon-horserider::before {
    font-size: 30pt;
}

.icon-poland::before {
    font-size: 30pt;
}

.shopping-details [class^="col-"] > div {
    background-color: #f5f5f5;
    padding: 1rem;
    max-height: 45px;
}

@media (max-width:767px) {
    .shopping-details [class^="col-"] > div {
        margin-top:1rem;
}
}

.shopping-details [class^="col-"]:first-of-type > div {
    background-color: #f5f5f5;
    padding: 0.5rem 1rem 1rem 1rem;
    max-height: 45px;
}

.shopping-details [class^="col-"] a:hover {
    text-decoration: none;
}

.shopping-details [class^="col-"] span {
    display: inline-block;
    vertical-align: middle;
}

.shopping-details [class^="icon-"]::before {
    font-size:25px;
}

.shopping-details .icon-delivery::before {
    font-size:35px;
}

.shopping-details-text {
    font-size: 15px;
}

.related_blog_product img, .related_blog_product source {
    max-width: 100%;
}

.related_blog_product h4 {
    font-size: 15px;
    font-weight: bold;
}

@media (min-width: 992px) {
.related_blog_product p {
    margin-top: 1em;
}
}

.related_blog_product p {
    padding-bottom: 0;
}

.blog-thumb {
    padding:0;
}

.blog-entry-line {
    margin-top: 1rem;
}

#container_express_checkout {
    display: block!important;
}

#free-delivery {
    font-size: 12px;
}

#features_description {
    list-style: none;
    display: block;
    margin-bottom: 15px;
}

#return30 {
    font-size: 12px;
}

#return {
    font-size: 12px;
}

.icon-delivery::before {
    font-size: 17pt;
}

.santanderButton {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}

.santanderProductButton a:hover {
    text-decoration: none;
    color: #ff4545;
}

.tax-info {
    color:#999999;
    font-weight: normal;
    font-size: 17px;
}

.price-with-tax-outside-eu {
    width: 150px;
    margin-bottom: 1.5em;
}

.price-with-tax-outside-eu #price-with-tax-outside-eu {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
}

.attribute_fieldset label {
    margin-bottom:0;
}

p#add_to_cart {
    margin-bottom: 2rem;
}

.santanderProductButton {
    margin-bottom: 1rem;
}

span.selected-value {
    font-weight: bold;
}

p#reduction_percent {
    padding:0;
    margin-bottom: 5px;
}

p#old_price {
    padding:0;
    margin-bottom: 5px;
}

.LLBCn {
    width: 100%!important;
}

button#toggleUnit {
    width:100%;
    min-height: 2em;
}

button#toggleUnit {
    font-size: 1.2em;
}

#layer_cart .continue {
  float: left;
  display: inline-block;
  width: 250px;
  border: 1px solid #ebece7;
  color: #aaa;
  text-transform: uppercase;
  outline: 0;
  text-align: center;
  padding: 10px;
  background: #fff;
  text-decoration: none;
}

.old_price_container div[itemprop="priceSpecification"] {
    display: inline-block;
}

#kep-info img {
    margin-bottom: 2em;
}