body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.img-thumbnail {
        border: 1px solid #0072BC;
}
.d-flex {
    display: flex;
}
@media (min-width: 768px) {
.d-flex-md {
    display: flex;
}
}
@media (max-width: 767px){
.d-flex-xs {
    display: flex;
}
}

.b-r-r-6 {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
.module {
    margin-bottom: 50px;
}
a {
    color: #0072BC;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
    border-color: #0072BC;
    color: #000;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background-color: #0072BC;
    border-color: #0072BC;
    color: #FFF;
}
button#grid-view:focus-visible,
button#list-view:focus-visible,
.btn-group:focus-visible
{
    outline: none;
}
button#list-view,
button#grid-view {
    background-color: transparent;
}
button#list-view.active,
button#grid-view.active {
    background-color: #0072BC;
    color: #FFF;
}
.btn-group {
    display: flex;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #0072BC;
    
}
/* top */
#top {
    background-color: #f6f847;
}
#top > .container {
    
}
#top .row {
    height: 28px;
    align-items: center;
}

#top * {
    color: #000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
}
#top .info {
    justify-content: space-between;
}
@media (max-width: 767px) {
#top .info a {
    font-size: 12px;
    margin-right: 6px;
}
}
#top .language-select {
    justify-content: center;
}
#top .language-select form {

}
#top .language-select button {
    border: none;
    background: none;
    font-weight: normal;
    text-transform: uppercase;
}
#top .language-select .active {
    font-weight: bold;
}
/* footer */
footer {
    color: #000;
    font-size: 18px;
    background-color: #f6f847;
    padding: 30px 0 8px;
    margin-top: 30px;
}

footer a:hover {
    color: #000;
}
footer a {
    color: #000;
    
}

.col-2 {
    list-style-position: inside;
  -moz-column-count: 2; 
  -webkit-column-count: 2; 
  column-count: 2;
}
footer li {
    padding-bottom: 12px;
}

footer p {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    padding-top: 24px;
}

@media (max-width: 767px){
    footer ul {
        display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
    footer li {
        display: inline;
        font-size: 15px;
    }
}


/* logo */
#logo {
    margin: 0 0 0 0;
}
/* search */
@media (max-width: 767px) {
#search {
    margin-top: 12px;
}
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border: 2px solid #f6f847;
    
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 35px;
    background: #f6f847;
    text-shadow: none;
    border: 2px solid #f6f847;
    box-shadow: none;
}
/* cart */
#cart {
    
}
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    text-shadow: none;
    background-color: transparent; 
    background-image: none; 
    background-repeat: no-repeat; 
    border:none;
    box-shadow: none;
}
#cart > .btn img {
    height: 54px;
}
#cart > .btn .fa.fa-shopping-cart {
    font-size: 54px;
    -webkit-text-stroke: 1px #f6f847;
}
#cart.open > .btn {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
#cart > .btn #cart-total {
    border-radius: 12px;
    padding: 4px 8px;
    background-color: #FF0202;
    position: absolute;
    left: auto;
    top: 0;
    margin-right: 20px;
}
#cart.open > .btn:hover {
    
}
#cart .dropdown-menu {
    z-index: 1001;
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
    border: 1px solid #FF0202;
    border-radius: 0;
    box-shadow: none;
}
#cart .dropdown-menu a {
    font-weight: bold;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table tr {
    background-color: transparent;
    border: none;
}
#cart .dropdown-menu table td {
    background-color: transparent;
    border: none;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    color: #000;
}
#cart .dropdown-menu .table-bordered {
    border: none;
    border-top: 2px solid #0072BC;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}

#modal-cart .modal-dialog {
    top: 20%;
}
#modal-cart .modal-footer button {
    margin-right: 10%;
}
#modal-cart .modal-footer a {
    margin-left: 10%;
}
#modal-cart .modal-footer  {
    text-align: center;
    font-size: 16px;
}
#modal-cart .modal-footer button {
    background: none;
    border: none;
}
#modal-cart .modal-body {
    text-align: center;
    font-size: 16px;
}
#modal-cart .modal-body img {
    padding-right: 20px;
    height: 70px;
}


.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table-bordered,.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #0073C0;
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>td a
{
    color: #000;
    font-size: 15px;
}
.table-bordered>thead>tr>td {
    border: 1px solid #0073C0;
    background-color: #0384d7;
    color: #FFF;
    font-size: 14px;
}
.table-bordered>tbody>tr>td.blue,
.table-bordered>tfoot>tr>td.blue {
    background-color: #0085DB;
    color: #FFF;
}
/* menu */
.navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.nav > li {
    text-align: center;
}
.nav > li:not(:first-child) {
    border-right: 1px solid #FFF;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

#menu * {
    
    font-size: 15px;
}
#menu {
    background-color: #f6f847;
    /*min-height: 56px;*/
}
#menu .nav > li > a {
    color: #000;
    padding: 8px 3px;
    background-color: transparent;
}
#menu .nav > li:hover {
    background-color: #f7d14d;
}
#menu .nav > li:first-child {
    padding: 10px 9px;
    background-color: #be0000;
    margin: 0;
}
#menu .nav > li:first-child > a {
    color: #fff;
    font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    
}
#menu .dropdown-menu li {
    border-bottom: 1px solid #f6f847;
}
#menu .dropdown-menu li:last-child {
    border-bottom: none;
}
#menu .dropdown-menu {
    background-color: #f7d14d;
    padding: 8px 0 ;
    margin: 0;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 238px;
    text-align: left;
}
#menu .dropdown.open {
    background-color: #f7d14d;
}
#menu .dropdown-inner {
    /*display: table;*/
}
#menu .dropdown-inner ul {
    /*display: table-cell;*/
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 6px 12px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
#menu .dropdown-inner li a:hover {
    color: #be0000;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

@media (max-width: 767px) {
    .nav {
        display: initial;
}
#menu .nav > li:first-child {
    padding-top: 0;
    padding-bottom: 0;
}
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    #menu #category {
        color: #0072BC;
    }
}
#menu .btn-navbar {
    width: auto;
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 4px 10px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

header {
    background-color: #0072BC;
}

header > .container > .row {
    margin-left: 0;
    margin-right: 0;
    /*display: flex;*/
    align-items: center;
    padding: 20px 0;
}
@media (min-width: 768px) {
    header > .container > .row {
    margin-left: 15px;
    margin-right: 15px;
}
}


header .phones {
    color: #FFF;
    font-family: Arial;
    font-size: 16px;
    background-image: url("/catalog/view/theme/satport/image/phone.png");
    background-position: left center;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    padding-left: 50px;
    margin-left: 20px;
}
header .phones span {
    font-size: 14px;
}
header .phones img {
    width: 34px;
    height: 34px;
}

header > .container {
    
    padding-left: 0;
    padding-right: 0;
}
#menu {
    background-color: #f6f847;
}
#menu .container {
    padding-left: 0;
    padding-right: 0;
    
}


@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 600px;
}

/* promo-module */

.promo-module .price span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}
.promo-module .price .price-new {

    color: #FF0303;
}
.promo-module .price .price-usd {
    font-weight: normal;
    font-size: 14px;
    color: #0072BC;
}
.promo-module .price .price-old {
    text-decoration: line-through;
    color: #000;
    font-size: 16px;
}
.promo-module .price .price-tax {

}

.promo-module .banner {
    margin-bottom: 10px;
}

.promo-module a {
    font-weight: bold;
}

.promo-module .products > div {
    text-align: center;
    width: 33%;
}
.promo-module .products {
    display: flex;
    justify-content: space-between;
}
.promo-module .border > span {
    display: block;
    color: #FF0303;
    font-size: 24px;
    text-align: center;
    padding: 18px 0;
    font-weight: bold;
}
.promo-module .border {
    border: 2px solid #FF0303;
    padding-bottom: 5px;
}
.promo-header-module  {
    color: #E25008;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 40px;
}

@media (max-width: 767px){
.promo-module > div > div {
    width: 100%;
    margin-bottom: 40px;
}
.promo-module > div {
    flex-wrap: wrap;
}
.promo-module .image {
    text-align: center;
}
}


/* contacts-module */

.contacts-module {
    font-size: 16px;
    color: #000;
    margin-top: 80px;
}

.contacts-module b {
    color: #0072BC;
}
@media (max-width: 767px){
.img-responsive-xs {
  display: block;
  max-width: 100%;
  height: auto;
}
}

/* category-root-module */
.category-root-module {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: center;
}
.category-root-module ul {
    list-style-type: none;
    padding: 0 30px;
    text-align: left;
}
.category-root-module div {
    width: 25%;
    padding-bottom: 30px;
    text-align: center;
}
.category-root-module .img {
    
}
.category-root-module a {
    font-size: 16px;
    line-height: 26px;
}
.category-root-module a.name {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: 12px 0 8px 30px;
}

@media (max-width: 767px){
    .category-root-module div {
         width: 100%;
    }
    .category-root-module .img img {
        padding-left: 30px;
    }
   
}



#product-product #content .product-price  {
    margin-bottom: 20px;
}
#product-product #content .product-price .price span {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
}
#product-product #content .product-price .price .price-new {
    color: #E25008;
}
#product-product #content .product-price .price .price-new,
#product-product #content .product-price .price .price-normal
{
    font-size: 24px;
    
}
#product-product #content .product-price .price .price-usd {
    font-weight: normal;
    font-size: 14px;
    color: #0072BC;
}
#product-product #content .product-price .price .price-old {
    text-decoration: line-through;

}
#product-product #content .product-price .price .price-tax {

}


#information-promo #content h1,
#product-product #content h1 {
    color: #0072BC;
    font-size: 32px;
}
#product-product #content h2 {
    color: #E25008;
    font-size: 36px;
    font-weight: bold;
}
#product-product #content ul li {
    color: #000;
    font-size: 16px;
}
#product-product #content #input-quantity {
    color: #000;
    font-size: 16px;
    border-radius: 0;
    border-color: #0072BC;
    text-align: center;
}

#product-product #content .tab-content,
#product-product #content .tab-content li {
    font-size: 12px;
    color: #000;
}
#product-product #content .nav.nav-tabs {
    border-bottom: 2px solid #0072BC;
    margin-bottom: 12px;
}
#product-product #content .nav.nav-tabs li {
    margin-bottom: 0;
}
#product-product #content .nav.nav-tabs > li > a {
    border-radius: 0;
    border: none;
    background-color: transparent;
}
#product-product #content .nav.nav-tabs > li.active > a,
#product-product #content .nav.nav-tabs > li.active > a:focus,
#product-product #content .nav.nav-tabs > li.active > a:hover
{
    background-color: #0072BC;
    color: #FFF;
    border: 2px solid #0072BC;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 10px 0;
    background: none;
    padding: 15px 0;
}
.breadcrumb i {
    font-size: 16px;
}
.breadcrumb a {
    font-size: 16px;
}
.breadcrumb > li {

    padding: 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '->';
    padding: 0 12px;
    font-size: 16px;
    color: #0072BC;
}
/*.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
    top: -3px;
    left: -5px;
    width: 26px;
    height: 26px;
    border-left: 1px solid #DDD;
    border-top: 1px solid #DDD;
    right: unset;
    border-right: unset;
    border-bottom:unset;

}*/
.pagination {
    margin: 0;
}
/* buttons */

.btn {
    padding: 7.5px 12px;
    font-size: 16px;
    border: none;
    border-radius: 0;
    width: 100%;
}
.btn-xs {
    font-size: 9px;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #de0000;
    border-color: #de0000;
}
.btn-primary i.fa.fa-shopping-cart {
    font-size: 16px;
}
.btn-primary {
    background-color: #0072BC;
    text-transform: uppercase;
}
.btn-primary:hover {
    background-color: #f6f847;
    /*color: #0072BC;*/
    color: #000;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #FFF;

}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    background-color: #068AE1;
    border: 1px solid #DDDDDD;
}
/* module-manufacturer */

#module-manufacturer div {
    border: 1px solid #0072BC;
    border-radius: 4px;
}
#module-manufacturer h3 {
    background-color: #0072BC;
    color: #FFF;
    line-height: 20px;
    margin-top: 0;
    border: none;
    border-radius: 0;
}
#module-manufacturer a {
    background-color: #FFF;
    color: #000;
    border: none;
}
#module-manufacturer h3,
#module-manufacturer a
{
    font-size: 14px;
}

/* module-category */

#module-category .list-group-item{
    background-color: #0072BC;
}
#module-category .promo {
    background-color: #BE0000;
}
#module-category .list-group-item.active,
#module-category .list-group-item.active:hover,
#module-category .list-group-item:hover {
    background-color: #068AE1;
    border: 1px solid #DDDDDD;
    color: #FFF;
}
#module-category .inner a:before {
    content: '- ';
}
#module-category .inner a {
    padding-left: 30px;
}
#module-category .inner .list-group-item:first-child,
#module-category .inner .list-group-item:last-child
{
    border-radius: 0;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    border: 1px solid #0072BC;
    margin-bottom: 20px;
    /*overflow: auto;*/
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb h4 {
    font-weight: bold;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-top: 8px;
}
.product-thumb .price .price-new {

    color: #E25008;
}
.product-thumb .price .price-usd {
    font-weight: normal;
    font-size: 14px;
    color: #0072BC;
}
.product-thumb .price .price-old {
    text-decoration: line-through;

}
.product-thumb .price .price-tax {

}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #0072BC;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button i.fa.fa-shopping-cart {
    font-size: 16px;
}
.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #0072BC;
    color: #FFF;
    line-height: 38px;
    /*font-weight: bold;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #000;
    background-color: #f6f847;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group button.stock-0 {
    color: #FFF;
    background-color: #BE0000;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        /*width: 33.33%;*/
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        /*width: 33.33%;*/
    }
}

.thumbnail {
    border-radius: 0;
    border-color: #0072BC;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
#information-promo .thumbnails {
    margin-left: 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
    margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
    float: right;

}
html[dir=rtl] #cart .dropdown-menu {
    left: 0;
    right: auto;

}

    .tab-pane.active {
        padding-top: 20px;
    }

@media (min-width: 768px) {

    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }

    html[dir=rtl] .navbar-nav > li {
        float: right;
    }

}


.alert-dismissible .close {
    top: 0px;
    right: 0px;
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
}

#product-category #content h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}
#product-category #content .category-items,
#information-promo #content .category-items
{
    display: flex;
    flex-wrap: wrap;
}
#product-category #content .category-items > div,
#information-promo #content .category-items > div
{
    float: none;
    margin-bottom: 20px;
}
#product-category #content .category-items > div a b,
#information-promo #content .category-items > div a b
{
    display: block;
    text-align: left;
}
#product-category #content .category-items > div a,
#information-promo #content .category-items > div a
{
    font-size: 14px;
    display: block;
    width: 240px;
}
#product-category #content .category-items > div div,
#information-promo #content .category-items > div div
{
    margin: 0 auto;
    width: 240px;
}
#product-category #content .category-items li:before {
    content: '- ';
}
#product-category #content .category-items li {
    
}
#product-category #content .category-items ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 12px;
}
#product-category #content .category-items ul a {
    display: inline;
    color: #000;
}
#product-category #content .category-items img,
#information-promo #content .category-items img
{
    border: none !important;
    padding: 0 0 12px;
}

#information-promo .promo-layout .caption a {
    font-size: 15px;
    color: #0072BC;
    font-weight: bold;
}
#information-promo #content .text * {
    font-size: 18px;
}

.stock-1 {
    color: #008000;
}
.stock-0 {
    color: #ff0000;
}

#checkout-checkout input[type=text] {
    border: 1px solid #0073C0;
    font-size: 16px;
    line-height: 20px;
}
#checkout-checkout .radio {
    display: flex;
    align-items: center;
    line-height: 28px;
    margin: 0;
    padding: 10px 0;
}
#checkout-checkout .radio *,
#checkout-checkout p strong
{
    font-size: 16px;
    line-height: 20px;
}

#checkout-checkout .radio > label {
    display: block;
}

#checkout-checkout .radio > div {
    margin-left: 10%;
    flex: 3;
    flex-basis: 200px;
}
#checkout-checkout .panel-collapse p {
    margin-top: 20px;
    
}
#checkout-checkout #collapse-checkout-confirm table tfoot {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
#checkout-checkout #collapse-checkout-confirm table tfoot .blue {
    font-size: 20px;
    line-height: 20px;
}