body{
    background-color:#fff;
    margin:5px 0;
    padding:0;
    text-align: center;
}

body, table, td, select,textarea, input{
    font-size: 12px;
    color: #3b3b3b;
    font-family: "Open Sans", Arial, sans-serif;
}

h1,h2,h3,h4,h5,p,input,form{
    margin: 0px;
    padding: 0px;
}

img{
    border:0;
}

h1{
    font-family: 'Source Sans Pro', sans-serif;
    color: #2361bf;
    margin-bottom:1.2em;
    font-size:240%;
    font-weight:bold;
    line-height:1.2em;
}
h1 span{
    display:block;
    font-size:60%;
    text-transform:lowercase;
    font-weight:normal;
    margin-bottom:6px;
    line-height:.5em;
    margin-top:5px;
}
h2{
    margin-top:1.1em;
    margin-bottom:1em;
    font-size:115%;
    font-weight:bold;
    line-height:1.25em;
}
h2.subtitle{
    color:#111;
    font-weight:normal;
    margin-bottom:15px;
}
h3{
    font-size: 105%;
    margin-bottom:1em;
    font-weight:bold;
    line-height:1.45em;
}

h4{
    font-size: 100%;
    margin-bottom:1em;
}

p{
    margin-bottom: .5em;
}
a{
    color:#2361bf;
    text-decoration: underline;
}
a:link, a:visited{
    color: #2361BF;
}
a:hover{text-decoration: none;}
a[href^=http]{
    padding-right:13px;
    background-image: url(../img/link-external.png);
    background-position: right top;
    background-repeat: no-repeat;
}
dt{font-weight:bold;}
dd{margin-left:0; margin-bottom:.5em;}

legend{
    font-size:100%;
    font-weight:bold;
    margin-top:2em;
}


.container{
    max-width:1060px;
    position:relative;
    text-align:left;
}


.table td, .table th{
    padding: .45em;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #fafafa;
}

table.product-params{
    border-bottom: 1px solid #e8e8e8;
}

table.product-params td, table.product-params th {
    border-top: 1px solid #e8e8e8;
}








/* breadcrumb */

.breadcrumb{
    font-size:90%;
    padding:5px 0 6px 3px ;
    border-bottom:1px dotted #ddd;
    margin-bottom:7px;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb a{
    text-decoration:underline;
}
.breadcrumb a:hover{
    text-decoration:none;
}
.breadcrumb ol li{
    list-style-type:none;
    display:inline;
    margin-right:7px;
}
.breadcrumb ol li::before {
    background: #90b1c6 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 10px;
    top: 5px;
    height: 5px;
    width: 5px;
}
.breadcrumb ol li.active:after{
    width:0;
}

.form-control{
    font-size:inherit;
    padding: .36rem .65rem;
    height: calc(1.5em + .75rem + 2px);
}
.input-group-text{
    font-size: inherit;
}








/* forms */


.form-group{
    margin-bottom:.4rem;
}
.col-form-label label{
    margin-bottom: 0;
}



@media (min-width: 575.98px) {
    .form-order .col-form-label {
        text-align: right;
    }
}

input[type=radio] {
    position: relative;
    top: 2px;
    left: -4px;
}

input[type=checkbox] {
    position:relative;
    top:2px;
}

label, select, input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
.form-agree{
    position:relative;
    padding-left:18px;
}
.form-agree input{
    position:absolute;
    top:2px;
    left:0;
}

.full-price{
    color:red;
    position: relative;
    padding: 0 .25rem;
}
.full-price span{
    color:#666;
}
.full-price:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
    opacity: .6;

    -webkit-transform:rotate(-6deg);
    -moz-transform:rotate(-6deg);
    -ms-transform:rotate(-6deg);
    -o-transform:rotate(-6deg);
    transform:rotate(-6deg);
}






/* footer */

footer{


}

footer a{
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}

.footer-bottom {
    background-color: #f8f8f8;
    padding-top: 15px;
    padding-bottom: 70px;
}
footer h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size:155%;
    font-weight:bolder;
    margin-bottom:.6em;
}
.footer-bottom ul {
    padding-left: 0;
}
.footer-bottom ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    line-height: 2.1em;
}
.footer-bottom img{
    margin:0 7px;
}


#adsense{
    text-align:center;
    padding:10px 0;
}


#tags{
    text-align:left;
    border-width:1px 0;
}
#tags a{
    text-decoration:none;
    color:#444;

}
#tags a:hover{
    text-decoration:underline;
}
#tags h4 a{
    color:inherit;
}
#tags ul{margin-left:0px;margin-bottom:20px; margin-top:5px;padding-left:0;}
#tags li{font-size:90%;color:#555;line-height:1.44em; list-style-type:none;padding-left:0; margin-left:0;}
#tags li span{font-size:90%; color:#777;}
#tags h3{margin-bottom:22px;}
#tags h4{margin-bottom:8px; color:#2361bf;padding-bottom:5px;border-bottom:1px solid #ddd;margin-right:10px;font-weight: bold;}
#tags .item{min-height:185px;}



/* Tabs */

.nav-tabs .nav-link {
    text-decoration: none;
    background-color: #f3f3f3;
    margin-right: .4rem;
    border-bottom-color: #dee2e6;
    color: #555;
}

.nav-tabs .active {
    font-weight: bold;
}

.nav-tabs .nav-link:hover {
    background-color: white;
    border-color: #dee2e6;
}

.nav-tabs .active:hover {
    border-bottom-color: transparent;
}

.nav-tabs-product{
    margin-top: 1rem;
}


/* Owl carousel */

.owl-stage-outer{
    xmargin-left: 10px;
    xmargin-right: 10px;
}

.owl-nav button{
    width: 42px;
    height:42px;
}
.owl-nav button svg{
    width: 100%;
    height:100%;
}
.owl-nav .owl-prev {
    position: absolute;
    top:70px;
    left:-15px;
}
.owl-nav .owl-next {
    position: absolute;
    top:70px;
    right:-15px;
}

/* Product title box */


@media (min-width: 575.98px) {

    .product-title-box {
        position: absolute;
        top: 0;
        width: 150%;
        left: calc(105% - 2px);
    }

    .product-description-box {
        margin-top: 8rem;
    }

}