header nav li a.shop{
    background: #af161c;
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
    position: relative;
}
header nav li a.shop:before{
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: #0071c4;
    top: -1px;
    left: 0;
}
header nav li a.shop:after{
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background: #00447d;
    bottom: -1px;
    left: 0;
}
.hr-columns{
    display: block;
    margin: -2%;
    /*margin-bottom: 20px;*/
}

.hr-columns::after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.hr-columns .hr-column{
    width: 96%;
    display: block;
    float: left;
    margin: 2%;
    margin-bottom: 20px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1em
}

.hr-columns .hr-column.hide{
    display: none;
}

.hr-columns--2 .hr-column{
    width: 46%;
    margin: 2%;
}

#content .hr-columns .hr-column h3{
    font-size: 13px;
    margin-bottom: 10px;
}

.hr-columns .hr-column span{
    line-height: 1.4;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    letter-spacing: 1px;
    white-space: nowrap;
    display: block;
    padding: 0 20px;
    text-overflow: ellipsis;	
    overflow: hidden;
    position: relative;
}

.fieldsets{
    display: block;
    margin: 0%;
}

.fieldsets *{
    box-sizing: border-box;
}

.fieldsets.fieldsets--2{
    margin: -2%;
}

.fieldsets.fieldsets--3{
    margin: -1.3%;
}

.fieldsets::after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
    visibility: hidden;
}

.fieldsets fieldset{
    display: block;
    width: 100%;
    margin: 0;
    float: left;
    padding: 0 5px;
}

.fieldsets.fieldsets--2 fieldset{
    width: 46%;
    margin: 2%;
}

.fieldsets.fieldsets--3 fieldset{
    width: 30.7%;
    margin: 1.3%;
}

.fieldsets.fieldsets--4 fieldset{
    width: 23%;
    margin: 1%;
}

.fieldsets fieldset label{
    display: inline-block;
    width: 25%;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
}

.fieldsets fieldset input, .fieldsets fieldset select, .fieldsets fieldset textarea{
    display: block;
    width: 100%;
    padding: 6.5px;
    /*border-radius: 5px;*/
    outline: 0;
    border: 1px solid #00569a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 7px 6px;
    margin: 10px 10px 10px 0px;
    height: 30px;
}
.fieldsets fieldset select{
    display: inline-block;
    width: 70%;
    margin: 10px 0;
    padding: 0 5px;
}
.search-name{
    font-size: 18px;
    color: white;
    line-height: 30px;
}
.search-form{
    display: inline-block;
    width: 30%;
    float: right;
    border-radius: 5px;
    background: -webkit-linear-gradient(#454349, #212023);
    background: -o-linear-gradient(#454349, #212023);
    background: -moz-linear-gradient(#454349, #212023);
    background: linear-gradient(#454349, #212023);
}
.search-form .fieldsets fieldset{
    padding: 0;
}
.search_input{
    margin: 0 -5px 0 0 !important;
    float: left;
    /*border-radius: 5px !important;*/
    background: #e2e2e2;
    /*font-weight: 700;*/
    border: 0 !important;
    z-index: 2;
    position: relative;
}
.search_submit{
    height: 30px;
    line-height: 35px;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 10px 0 22px;
    width: 60px;
}


#cat_nr_search input[type="text"] {
    width: 880px;
    float: left;
}

#cat_nr_search a{
    display: inline-block;
    float: left;
    margin-left: 10px
}

#cat_nr_search a:hover{
    opacity: 0.8;
}

.search-navigation{
    display: block;
    margin-bottom: 25px;
}

.search-navigation a{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    padding: 3px 5px;
    color: #fff;
    background: #333;
}


.catalog_list h3{
    margin-bottom: 9px !important;
}

.catalog_list h4{
    display: block;
    padding: 5px 10px;
    font-size: 14px !important;
    /*background: #eee;*/
}

.boxgrid.items{
    position: relative;
    display: block;
    margin: -2%;
    font-size: 0;
    box-sizing: border-box;
}

.boxgrid.items *{
    box-sizing: border-box;
}

.boxgrid.item{
    position: relative;
    display: inline-block !important;
    overflow: hidden;
    vertical-align: top;
    float: none !important;
    width: 46%;
    height: 292px;
    margin: 2%;
    padding: 0px;
    font-size: 12px;
    background: #000;
    border: 1px #333 solid;
}
.boxgrid.item a{
    display: block;
}

.boxgrid.item img{
    display: block;
    width: 100%;
    transition: opacity 100ms linear;
}
.boxgrid.item:hover img{
    opacity: 0.6;
}

#content .boxgrid.item .boxcaption{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

#content .boxgrid.item .boxcaption h3{
    margin-bottom: 0;
    color: #fff;
}
#content .boxgrid.item .boxcaption p{
    display: block;
    margin-top: 10px;
    color: #aaa;
}

#content .boxgrid.item .boxcaption p:empty{
    display: none;
}



#search_results table{
    width: 100%;
    text-align: center;
    border-spacing: 0;
}

#search_results table thead{
    color: #fff;
    background: #333;
}

#search_results table thead th{
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.4
}

#search_results table tbody td{
    padding: 5px;
    border-bottom: 1px #ddd solid;
}


.column_side{
    padding: 15px;
    box-sizing: border-box;
}

.column_side *{
    box-sizing: border-box;
}

.column_side .hr-columns .hr-column{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.column_side .hr-columns .hr-column h3, .column_side .hr-columns .hr-column h3 span{
    font-weight: 600;
}

.column_side .fieldsets{
    margin: 0;
    /*margin-bottom: 20px;*/
}

.column_side .fieldsets fieldset{
    display: block;
    width: 100% !important;
    margin: 0 !important;
}

.column_side .fieldsets fieldset:not(:last-child){
    margin-bottom: 10px !important;
}
/*.column_side .fieldsets input, .column_side .fieldsets select, .column_side .fieldsets textarea{
        display: block;
        width: 100%;
}*/

.column_side #cat_nr_search a{
    display: inline-block;
    /*margin-top: 5px;*/
    float: right;
}

.column_side #cat_nr_search input[type="text"]{
    width: 80%;
}

#content article ul li{
    margin-top: 2px;
    padding-left: 15px;
    background-position: 5px 7px;
}

.product_details_section{
    margin-bottom: 20px;
}

.details--table{
    margin-bottom: 50px;
}

#answer{
    margin: 20px 0;
}

.cena_info{
    display: block;
    width: 100%;
    margin: 40px 0 20px 0;
}

.cena_info h3{
    margin-bottom: 5px !important;
}

.product_details_section h1{
    margin-bottom: 0px !important;
    color: #ba1117 !important;
}

.product_details_section h2{
    display: table !important;
    width: 100%;
    margin: 5px 0 !important;
    padding: 0;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px !important;
    color: #222 !important;
    background: transparent;
    border: 1px #333 solid;
}

.product_details_section h2 span{
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    margin-right: 10px;
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    background: #610000;
}

.order-form, .order-form *{
    box-sizing: border-box;
}

.order-form h1{
    font-size: 30px;
    margin-bottom: 15px !important;
}

.order-form #more_info_block div.smoothTabsPage{
    width: 100%;
    padding: 0;
    float: none;
}

.order-form form.order_form{
    margin: 0 auto !important;
    float: none;
    padding-top: 60px;
}
.order-form form.order_form::after{
    content: "";
    display: block;
    width: 100%;
    visibility: hidden;
    clear: both;
}

#myrecap div{
    padding: 0;
}

#more_info_block{
    float: none;
    color: #fff;
    position: relative;
}

.order-form .recaptchatable #recaptcha_response_field{
    padding: 3px !important;
}

.catalog_list.col_2 ul{
    float: left;
    width: 50%;
}
form.order_form sup{
    padding-left: 5px;
    font-size: 1em;
    line-height: 1;
    opacity: 0.6;
}

#more_info_block .idTabs{
    position: absolute;
}

.idTabs::after{
    content: "";
    display: block;
    width: 100%;
    visibility: hidden;
    clear: both;
}

.more_info_wrapper {
    position: relative;
    height: 85px;
    padding: 0 60px !important;
    background: #2c2b2f;
    background: -webkit-linear-gradient(#323135, #272629);
    background: -o-linear-gradient(#323135, #272629);
    background: -moz-linear-gradient(#323135, #272629);
    background: linear-gradient(#323135, #272629);
}

.smoothTabs .idTabs li{
    opacity: 0.7;
}

.smoothTabs .idTabs li.current, .smoothTabs .idTabs li:hover{
    opacity: 1;
}
.form-list{
    display: block;
    padding-left: 0px;
    clear: both;
}
.form-list li{
    display: block;
    white-space: nowrap;
    background: transparent !important;
}

#myrecap{
    margin-bottom: 20px;
}

.smoothTabsPage form{
    background: transparent;
}
.tooltip_row {
    cursor: pointer;
}

#tooltip { 
    display: none;
}

#easyTooltip{
    margin:0 10px 1em 0;
    width:250px;
    padding:8px;
    background:#fcfcfc;
    border:1px solid #e1e1e1;
    line-height:130%;
    z-index: 99999;
}
#easyTooltip h3{
    margin:0 0 .5em 0;
    font:13px Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}
#easyTooltip p{
    margin:0 0 .5em 0;
}
#easyTooltip img{
    background:#fff;
    padding:1px;
    border:1px solid #e1e1e1;
    float:left;
    margin-right:10px;
}

#slide_nav {
    top: 24px;
}

#slideshow {
    clear: both;
    padding-top: 20px;
}
.availability-info {color: #000; width: 430px; /*float: right;*/ padding: 5px 10px !important; font-size: 14px; text-transform: uppercase; clear: right; padding: 10px; position: absolute; margin-left: -35px; bottom: 0; text-align: center;}
.availability-info--available { background: #B6FFB1; }
.availability-info--order { background: #999999; color: #fff;}
.availability-info img { float: left; margin-right: 10px;}
.availability-info span {font-weight: bold;  position: relative; top: 8px;}

div#details_cena {
    display: inline-block;
    float: left;
}


#content .details__cols{
    display: block;
    margin: 0 -20px;
    margin-bottom: 20px;
    padding: 15px 0;
    font-size: 0;
    background: #fafafa;
}

#content .details__cols.details__cols--single .details__col{
    width: 100%;
}

#content .details__col{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 20px;
    font-size: 12px;
}
#content .details__col img{
    max-width: 100%;
}

#content .details__cols *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#content .details__list-cols{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 25px 0;
}
#content .details__list-cols li{
    display: table-row;
    padding: 0;
    background: transparent;
}
#content .details__list-cols .left_col, .details__list-cols .right_col{
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 1px #CCC dotted;
}

.availability-info img, .availability-info span{
    float: none;
    display: inline-block;
    vertical-align: middle;
    position: static;
}

.sale-prices--new-price{
    display: block;
    /*width: 100%;*/
    margin-bottom: 3px;
    font-size: 16px;
}
.sale-prices--new-price big{
    font-weight: 600;
}

.product_details_section h2 span, .product_details_section h2 i {
    display: table-cell;
    vertical-align: middle;
}

.product_details_section h2 i {
    padding: 10px;
    font-style: normal;
}

#bossbyte_slide_world{
    padding-bottom: 4px !important;
}

/*.fb-slide{
        position: fixed;
        top: 50%;
        padding: 4px;
        background: #4A6EA9;
        z-index: 9999999;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        box-shadow: 0px 0px 30px -5px #000;
}

.fb-slide .fb-ico{
        position: absolute;
        top: 30px;
        padding: 10px;
        left: 100%;
        background: #4A6EA9;
        box-shadow: 8px 0px 35px -10px #000;
}

.fb-slide .fb-ico img{
        display: block;
}*/

#answer {
    display: none;
}

.go-back {
    font-size: 16px;
}

#bossbyte_slide {
    z-index: 99999 !important;
}


a.previous {
    display: inline-block;
    position: relative;
    padding: 10px 20px 10px 20px;
    background: #343337;
    background: -webkit-linear-gradient(#454349, #212023);
    background: -o-linear-gradient(#454349, #212023);
    background: -moz-linear-gradient(#454349, #212023);
    background: linear-gradient(#454349, #212023);
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 800;
    text-decoration: none;
}

a.previous:hover {
    color: #fff !important;
    background: -webkit-linear-gradient(#212023, #454349);
    background: -o-linear-gradient(#212023, #454349);
    background: -moz-linear-gradient(#212023, #454349);
    background: linear-gradient(#212023, #454349);
}

.get_product {
    display: inline-block !important; 
    background: #af161c;
    background: -webkit-linear-gradient(#d12a36, #910406);
    background: -o-linear-gradient(#d12a36, #910406);
    background: -moz-linear-gradient(#d12a36, #910406);
    background: linear-gradient(#d12a36, #910406); 
    padding: 10px; 
    border-radius: 7px; 
    color: #ffffff;
}

.get_product:hover {
    display: inline-block !important;
    padding: 10px; 
    border-radius: 7px; 
    color: #ffffff !important;
    background: #af161c;
    background: -webkit-linear-gradient(#910406, #d12a36);
    background: -o-linear-gradient(#910406, #d12a36);
    background: -moz-linear-gradient(#910406, #d12a36);
    background: linear-gradient(#910406, #d12a36); 
}

.no_title{
    padding: 0;
}

.search_results{
    background: -webkit-linear-gradient(#0071c4, #00447d);
    background: -o-linear-gradient(#0071c4, #00447d);
    background: -moz-linear-gradient(#0071c4, #00447d);
    background: linear-gradient(#0071c4, #00447d);
}

.search_results_solid{
	background: #00447d;
}

#recaptcha_privacy.recaptcha_only_if_privacy {
    display: none !important;
}

#recaptcha_image {
    padding-top: 0px;
}
/*Yasecure*/

.thanks-page .social {
    font-size: 60px;
}