* {
    outline: none !important;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #657281;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-family: 'Kelson Sans', sans-serif;
}

h1 {
    margin-top: 3px;
    margin-bottom: 25px;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h1 .fa {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #0ba8d9;
    cursor: pointer;
    transition: color .3s Linear;
}

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;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
    border: none;
    margin-top: 15px;
}

.nav-tabs > li > a {
    padding: 7.5px 15px;
    margin-right: 4px;
    border-radius: .25rem;
    cursor: pointer !important;
}

.nav-tabs > li.active > a {
    cursor: default !important;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #fff !important;
    background-color: #0ba8d9 !important;
    border: none !important;
    border-radius: .25rem !important;
}

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: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #0ba8d9, #1f90bb);
    background-repeat: repeat-x;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border-color: none;
}

#top ul .dropdown-menu {
    background-color: #000;
}

/* top */
#top {
    background-color: #000;
    border-bottom: 1px solid #000;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #0ba8d9, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin-top: 20px;
}

/* search */
#search {
    margin-top: 15px;
}

#search .input-lg {
    height: 38px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 16px;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border: 1px Solid #ccc !important;
}

.mod {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'Kelson Sans', sans-serif;
    /*border-left: 10px solid #ccc;
    border-bottom: 2px solid #ccc;*/
}

.mod1 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cmswidget h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.mod-t {
    font-size: 20px;
}

.cmswidget {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.hedc {
    margin: 5px 0;
    font-size: 14px;
}

.hedc .fa {
    font-size: 15px;
}

.hedc span {
    font-size: 23px;
    font-family: 'Kelson Sans', sans-serif;
}

/* cart */
#cart {
    margin-bottom: 10px;
    margin-top: 15px;
    font-family: 'Kelson Sans', sans-serif;
}

#cart > .btn {
    font-size: 16px;
    line-height: 15px;
    color: #868686;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

#cart > .btn-lg {
    padding: 9px 12px;
}

#cart > .btn > .fa {
    font-size: 25px;
}

#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

@media (max-width: 768px) {
    #logo {
        text-align: center;
    }

    #logo .img-responsive {
        display: initial;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

.list-inline > li {
    display: inherit;
}

.list-inline {
    margin-bottom: 0;
}

header a {
    color: #444;
}

header a:hover {
    color: #888;
}

header {
    background: #fff;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt16 {
    margin-top: 16px;
}

.mt15 {
    margin-top: 4px;
}

.imcallask-click {
    color: #0ba8d9;
}

.chat a {
    color: #0ba8d9;
    font-size: 15px;
}

/* menu */
#menu {
    min-height: 40px;
    border-radius: 0;
}

#menu .nav > li > a {
    color: #fff;
    font-size: 18px;
    padding: 10px 35px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#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, #0ba8d9, #1f90bb);
    background-repeat: repeat-x;
}

#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);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #0ba8d9, #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;
}

@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;
}

/* footer */
footer {
    margin-top: 40px;
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #888;
}

footer a:hover {
    color: #23527c;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.powered {
    background: #e1e1e1;
    margin: 0;
    padding: 25px 0;
}

span.slideLink {
    font-size: 17px;
    display: inline-block;
    color: #000;
    cursor: pointer;
    opacity: 0.8;
    margin-right: 15px;
}

span.slideLink a {
    color: #000;
    cursor: pointer;
    opacity: 0.8;
}

.ft {
    font-size: 20px;
    margin: 20px 0;
    color: #0ba8d9;
    font-family: 'Kelson Sans', sans-serif;
}

.soc {
    margin: 10px;
    background: #0ba8d9;
    padding: 15px;
    border-radius: 15px;
    color: #fff;
}

.soc i {
    width: 16px;
    text-align: center;
    font-size: 16px;
}

.dsoc {
    margin: 10px;
    padding: 10px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    background: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    padding: 0 10px;
    content: "\00bb";
}

.breadcrumb > li:after {
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: none !important;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: background-color .3s Linear;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background: #229ac8;
    border: none;
    margin-right: 5px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    background-color: #5bb75b;
    /*background-image: linear-gradient(to bottom, #62c462, #51a351);*/
    /*background-repeat: repeat-x;*/
    /*border-color: #51a351 #51a351 #387038;*/
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #0ba8d9;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* 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 {
    margin-bottom: 20px;
    overflow: auto;
    background: #fff;
    padding-top: 15px;
}

.product-thumb .image {
    text-align: center;
    padding: 0px;
}

/*.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 10px;
    min-height: 65px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        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;
}
/*
.price {
    font-family: 'Kelson Sans', sans-serif;
    font-weight: bold;
}
*/

.price {
    font-family: arial;
    font-weight: normal;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #888;
    margin: 10px 0;
    font-size: 18px;
}

.product-thumb .price span {
    color: #888;
}

li .price {
    color: #888;
    margin: 10px 0;
    font-size: 30px;
}

li .price span {
    color: #888;
}

.search-suggestion .price {
    color: #888;
    margin: 10px 0;
    font-size: 12px;
}

.search-suggestion .price span {
    color: #888;
}

.form-group .btn-lg {
    padding: 15px 21px;
    font-size: 16px;
}

.name-pr {
    font-size: 18px;
    text-decoration: none;
    line-height: normal !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}

.name-prg {
    font-size: 16px;
    text-decoration: none;
    line-height: normal !important;
    height: 35px;
    overflow: hidden;
}

.name-gr {
    font-size: 16px;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #888 !important;
    font-size: 14px;
}

.product-thumb .price-old {
    color: red !important;
    text-decoration: line-through;
    font-size: 14px;
    display: block;
}

li .price-old {
    color: red !important;
    text-decoration: line-through;
    font-size: 14px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    overflow: auto;
}

.button-group > button > i {
    font-size: 16px;
}

.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 {
    width: 28%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #ccc;
    text-align: center;
    margin: 5px;
    border-radius: 16px;
    line-height: 16px;
    color: #fff;
    padding: 16px;
}

.product-thumb .button-group button + button {
    background-color: #eee;
    color: #adaeaf;
}

.product-thumb .button-group button:hover {
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.f {
    text-align: center;
    font-size: 14px;
}

.description, .ext-description, .tab-pane {
    background: #fff;
    padding: 10px;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 29%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 29%;
    }
}

img {
    max-width: 100%;
    height: auto !important;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.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-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-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-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;
}

.tel {
    font-size: 15px;
    color: #fff;
}

/*.common-home >#top3 {
    margin-bottom: 20px;
}*/
#top3 {
    z-index: 3;
}

.navbar {
    margin: 0;
}

sub {
    bottom: 1.5em;
    font-size: 12px;
}

.wishlist a, .compare a {
    cursor: pointer;
}

ul.atr > li {
    list-style-type: none;
}

.atr {
    margin: 0;
    padding: 0;
}

/*ul.atr > li > span {color: green;}*/
.m010 {
    margin: 10px 0;
}

.p10-0 {
    padding: 10px 0;
}

.add-to-links {
    display: inline-block;
    margin: 18px 0 0px;
    width: 100%;
    text-align: center;
}

.add-to-links i {
    width: 18px;
}


.add-to-links div {
    float: left;
    width: auto;
    margin-right: 10px;
}

.add-to-links div:last-child {
    margin-right: 0;
}

.sub-c {
    background: #fff;
    margin-bottom: 25px;
    padding-top: 10px;
}

video {
    width: 100%;
}

/* custom_option */
.custom_option_header {
    font-size: 19px;
}

.custom_options {
    margin-top: 5px;
    margin-bottom: 25px;
}

.custom_options .custom_option {
    display: inline-block;
    padding: 0 5px 0 0;
    line-height: 22px;
}

.custom_options .custom_option a {
    text-decoration: none;
    color: #000;
    border: 1px solid #efefef;
    border-radius: 24px;
    padding: 10px;
    background-color: #fff;
    display: inline-block;
}

.custom_options .custom_option a.active {
    border-color: #559cff;
    background-color: rgba(85, 156, 255, .3);
}

.custom_options .custom_option a.active .color_block {
    border-color: #559cff;
    background-color: rgba(85, 156, 255, .3);
}

.custom_options .custom_option .color_block {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    float: left;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
}

/* and custom_option */
.no_n {
    color: red;
}

.yes_n {
    color: green;
}

.tar {
    text-align: right;
    display: none;
}

.tarr {
    position: absolute;
    right: 1.5rem;
    float: right;
    font-size: 12px !important;
    padding: 1rem;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    transition: right .3s Linear, opacity .3s Linear, visibility .3s Linear;
}

.bl-sk:hover .tarr {
    right: 0.5rem;
    visibility: visible;
    opacity: 1;
    transition: right .3s Linear, opacity .3s Linear, visibility .3s Linear;
}

.bl-sk:hover .category-item-name a {
    color: #00c2ff !important;
}

.tarr a {
    font-weight: 400 !important;
}

.tarr a i {
    font-size: 10px;
}

.mrv {
    display: none !important;
}

#pop-scrollT {
    font-family: Tahoma !important;
    height: 50px !important;
    padding: 18px 25px 0 23px !important;
    background-color: #23a1d1 !important;
    border-radius: 25px 0px 0 0px !important;
    box-shadow: 0px -1px 11px #000 !important;
}

#pop-scroll-close {
    background: url(image/pop-scroll-close.gif) no-repeat !important;
}

#pop-scroll-up {
    background: url(image/pop-scroll-up.gif) left center no-repeat !important;
}

#pop-scroll h5 {
    color: #fff !important;
    text-shadow: none !important;
}

.ntdu {
    background: #fff;
}

#pop-scrollB {
    padding: 0 10px !important;
}

#pop-scroll input#name, #pop-scroll input#email, #pop-scroll input#chatText {
    padding: 6px;
}

.blueButton {
    padding: 5px !important;
}

h5 .author {
    font-size: 15px !important;
    text-shadow: none !important;
    color: #fff !important;
}

.buy-button1 {
    display: none;
}

.cont {
    position: relative;
    width: 100%;
}

.cont img {
    width: 100%;
    height: auto;
}

.cont .sw {
    position: absolute;
    top: 50%;
    left: 15%;
    font-size: 16px;
}

.cont .td {
    position: absolute;
    top: 50%;
    right: 2%;
    font-size: 16px;
}

.cont .uv {
    position: absolute;
    bottom: 5%;
    left: 2%;
    font-size: 16px;
}

.tab-content table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.tab-content th, .tab-content td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: white;
}

.tab-content td {
    background: #D8E6F3;
}

.tab-content th:first-child, .tab-content td:first-child {
    text-align: left;
    background: #AFCDE7;
    color: white;
    padding: 10px 20px;
}

#tab-description, .description, .ext-description {
    text-align: justify;
}

.c-entr {
    text-align: center;
    margin: 20px 0;
    font-weight: 600;
    font-style: italic;
}

#wishlist-total {
    margin-right: 15px;
}

.tac {
    text-align: center;
}

.f-i {
    height: 70px !important;
}

.f-pr {
    text-align: right;
    margin-top: 10px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #faf8f8;
}

.box-products > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #ccc;
}

.sale::before {
    content: '%';
    position: absolute;
    right: 0;
    background: red;
    border-radius: 50%;
    color: #fff;
    padding: 0px 6px;
    font-size: 12px;
    font-weight: 600;
}

.map::before {
    content: '\f041';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    background: #229ac8;
    border-radius: 50%;
    color: #fff;
    padding: 0px 7px;
    font-size: 12px;
    font-weight: 600;
}

.sol::before {
    content: '\f087';
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    background: green;
    border-radius: 50%;
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: 600;
}

.control-label {
    font-weight: 600;
    font-size: 14px;
}

.tooltip-inner {
    max-width: 500px !important;
    padding: 3px 8px;
    color: #fff;
    text-align: left !important;
    background-color: #000;
    border-radius: 4px;
    font-size: 8px;
}

.product-layout {
    border: 1px solid #cdcdcd24 !important;
    /*margin-top: -1px!important;
    margin-right: -1px!important;*/
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

.rowf {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}

.corz {
    margin: 8px 0;
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s Linear, opacity .3s Linear;
}

.product-layout:hover .corz {
    visibility: visible;
    opacity: 1;
}

.product-layout1:hover .corz {
    visibility: visible;
    opacity: 1;
}

.corz button {
    background: #00a1ff;
    color: #fff;
    border: #00a1ff;
    position: absolute;
    right: 1rem;
    border-radius: 0.25rem;
    transition: background .3s Linear;
}

.corz button:hover {
    background: #008bdc;
}

.cmswidget .zdf {
    background: #00a1ff;
    color: #fff;
    border: #00a1ff;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    text-align: center;
}

.cmswidget .zdf:hover {
    background: #0ba8d9;
}

.zdf1 {
    background: #00a1ff;
    color: #fff;
    border: #00a1ff;
    padding: 11px 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 6px;
    font-family: 'Kelson Sans', sans-serif;
    align-items: center;
}

.zdf1 i {
    margin-right: 12px;
    font-size: 18px;
}

.zdf1:hover {
    background: #0ba8d9;
    color: #fff;
}

.pzo1 {
    margin: 0px 0 0px;
    font-family: 'Kelson Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.pzo2 {
    margin-bottom: 30px;
    margin: 3px 0 10px;
    font-family: 'Kelson Sans', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.corz button > i {
    padding: 7px;
}

.flex_height_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.viv {
    font-size: 16px !important;
}

#cart > button > img {
    height: 30px !important;
    margin-top: -6px;
}

#cart > button > img > path {
    fill: red;
}

/*.sss {display:none;}
.product-layout:hover .sss {display:block; position: absolute;top: 0px;z-index: 99;}
.sss > .pull-left, .sss > .pull-right {padding: 10px;z-index: 10;}
.sss > div > a {color: #888;}*/

.sss {
    position: absolute;
}

.sss .pull-left, .sss .pull-right {
    padding: 10px;
    z-index: 10;
    width: 38px;
}

.product-layout:hover .sss .pull-left a, .product-layout:hover .sss .pull-right a {
    display: block !important;
    z-index: 10;
}

.sss a {
    display: none;
}

.sss .in-compare, .sss .in-wishlist {
    display: block !important;
}

.sss > div > a {
    color: #888;
}

#mfilter-content-container > h1 {
    text-align: center;
}

.cv-h {
    margin-bottom: 10px;
    margin-top: 12px;
    font-family: 'Kelson Sans', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #868686;
    background: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 16px;
}

.cv-h i {
    font-size: 20px;
}

.cv-h img {
    height: 30px !important;
    margin-top: -6px;
}

/*.cv-h > a > span,*/
#cart-total > span {
    background: #00b3ff;
    padding: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    max-width: 8px;
    max-height: 8px;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 10px;
}


.col-xs-eight,
.col-sm-eight,
.col-md-eight,
.col-lg-eight {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-eight {
    width: 12.5%;
    float: left;
}

@media (max-width: 867px) {
    .cat-c table {
        display: block;
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .mp0 {
        padding: 0 0 0 30px !important;
    }
}

@media (min-width: 768px) {
    .col-sm-eight {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-eight {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-eight {
        width: 12.5%;
        float: left;
    }
}

.feat {
    font-size: 16px !important;
}

.geo {
    height: 17px !important;
}

.tel {
    height: 24px !important;
}

.chat img {
    height: 20px !important;
}

.ack {
    float: left;
    margin-right: 20px;
    margin-left: -15px;
}

#search .input-lg {
    border-radius: 20px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fa-search:before {
    content: "\f002";
    color: #76767e;
}

.img-sk {
    margin-top: 15px;
}

.h2m {
    font-family: lucida sans unicode, lucida grande, sans-serif;
    color: #6f7575;
    font-size: 11px;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.mp0 {
    margin: 0px;
    padding: 0px;
}

.subcats ul {
    padding: 0;
    list-style-type: none;
}

.tov-cat li {
    margin: 0;
    text-align: left;
}

.row.pb20 {
    padding: 0 15px;
    font-size: 16px;
}

ul.catalog-menu.col-lg-12.col-md-12.col-sm-12.col-xs-12 {
    padding: 0;
    padding-bottom: 13px;
    border-bottom: 1px solid #0ba8d9;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 14%;

    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        width: 14%;
    }
}

.catalog-menu li {
    display: inline-block;
    text-align: left;
    list-style: none;
    padding-top: 10px;
    width: initial !important;
    clear: none !important;
}

.mya {
    color: #0ba8d9;
    text-decoration: none;
    display: block;
    height: 30px;
    padding-right: 2px;
    line-height: 43px;
    transition: color .3s Linear;
}

.mya:hover {
    color: #337ab7;
    text-decoration: none;
}

.mya i:first-child {
    margin-right: 5px;
    color: #698894;
    transition: color .3s Linear;
}

.mya:hover i {
    color: #27b0e4 !important;
}

.hot > i:first-child {
    color: #337ab7;
    animation: opaopa 6s linear infinite;
}

.hot > span:last-child {
    color: #337ab7;
}

.hot::after {
    display: block;
    content: "";
    border-bottom: 2px solid #337ab7;
    width: 100%;
}

.blank02 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: #666;
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
}

li[class="col-lg-2 col-md-4 col-sm-4 col-xs-6"] a:hover:after {
    display: block;
    content: "";
    border-bottom: 2px solid #337ab7;
    width: 100%;
}

.poster {
    padding-left: 18px;
}

.poster a, .mya {
    color: #4e595c;
}

.poster a:hover, .mya:hover {
    color: #00b3ff;
}

.category-item-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-item-name a {
    font-weight: 600;
    color: #3ea1c0;
    transition: color .3s Linear;
}

.category-item-name a:hover {
    color: #00c2ff;;
}

.p0 {
    padding: 0 !important;
}

.poster:hover .descr {
    display: block;
    position: absolute;
    z-index: 9999;
    animation: none !important;
    animation-delay: 0 !important;
    opacity: 1 !important;
}

.descr2 {
    float: right;
    margin-right: 10px;
    display: none;
}

.poster:hover .descr2 {
    display: block;
}

.descr3 {
    float: left;
    display: none;
}

.poster:hover .descr3 {
    display: block;
    left: 0px;
    position: absolute;
}

.descr {
    display: none;
    cursor: pointer;
    background: #0ba8d9;
    font-size: 14px;
    height: 20px;
    position: absolute;
    line-height: 20px;
    width: 70px;
    padding: 0;
    border-radius: 5px 0 0 5px;
    left: -100px;
    text-indent: 8px;
    color: #fff;
    margin: auto;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    opacity: 1;
    animation: slideout .4s 1 !important;
    animation-fill-mode: forwards !important;
    animation-delay: 5s !important;
}

.descr:after {
    content: '';
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    border: 10px solid transparent;
    border-left: 10px solid #0ba8d9;
    color: #616161;
    line-height: 0;
    font-family: 'Exo 2', sans-serif;
}

.descr a {
    color: #fff;
}

.descr a:hover {
    color: #fff;
}

.bl-sk hr {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.sr {
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
}


.bl-sk {
    padding: 0 15px 15px;
    border-radius: .5rem;
    transition: box-shadow .3s Linear;
}

.bl-sk:hover {
    -webkit-box-shadow: 0 0 1rem 0 rgba(89, 91, 116, .2);
    -moz-box-shadow: 0 0 1rem 0 rgba(89, 91, 116, .2);
    box-shadow: 0 0 1rem 0 rgba(89, 91, 116, .2);
}

.bl-sk:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
    .modal-dialog {
        /*width: 800px;*/
    }
}

.product-grid .deskr {
    display: none;
}

.deskr {
    margin: 20px 0;
}

.product-grid .deskr, .product-grid .atr {
    display: none;
}

.deskr {
    margin: 10px 0;
}

.atr {
    color: #337ab7;
    margin-top: 10px;
}

.modal-dialog .caps, .modal-dialog legend {
    display: none;
}

.nds {
    bottom: 0.5em;
    font-size: 12px;
    opacity: 0.5;
}

a.in-wishlist {
    color: red !important;
}

a.in-wishlist {
    color: #8B0000 !important;
}

a.in-compare {
    color: red !important;
    font-weight: 600;
}

#compare-total span {
    color: red !important;
    font-weight: 600;
}

#wishlist-total span {
    color: #8B0000 !important;
    font-weight: 600;
}

.add-to-links .in-wishlist, .add-to-links .in-compare {
    color: #ffa200 !important;
}

button.in-wishlist, button.in-compare {
    background: #ffa200 !important;
}

button.in-cart {
    background: #ffa200 !important;
}

.top-info {
    text-align: center;
    font-weight: bold;
}


/* EDIT */
.flex-grid {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}

.flex {
    display: flex;
    justify-content: space-around;
    height: 72%;
}

.flex-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-viewed {
    padding: 0 1rem 1px;
    margin: 0 0 1rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .1);
    border-radius: 0.5rem;
}

.product-viewed .product-thumb {
    margin-bottom: 13px;
    background: #fff;
    padding-top: 12px;
}

.product-viewed .product-layout1 {
    border-bottom: 1px Solid #f7f7f7;
}

.product-viewed .product-thumb img {
    border: 1px Solid #eff3ff;
    border-radius: 0.5rem;
}

.product-viewed .product-layout1:last-child {
    border: none;
}

.product-viewed .mod {
    padding: 15px 0 5px;
}

.sku {
    display: block;
    font-size: 11px;
    color: #c0c0c0;
    margin: 0 0 1rem;
}

.card-price {
    display: flex;
    flex-direction: column;
}

.card-price__item {
    position: relative;
    margin: 0 1rem .5rem 0;
    text-align: center;
}

.card-price__item:first-child {
    padding: .1rem .5rem .1rem;
    background: #11a74d;
    color: #fff;
    border-radius: 0.5rem;

}

.card-price__item:last-child {
    font-weight: normal;
}

.card-price__item:first-child span {
    color: #fff !important;
}

.card-price__item .yes_n,
.card-price__item .yes_b {
    font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 110%;
    min-width: 100px;
    text-align: left;
}

.card-price__item .yes_n i,
.card-price__item .yes_b i {
    font-size: 11px;
}

.nav-tabs > li > a {
    border: none;
    background: #f3f8ff;
    transition: background .3s Linear, color .3s Linear;
}

.preorder-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: -1rem 0 2rem;
    background: #12810f;
    color: #fff !important;
    border-radius: 0.25rem;
    transition: background .3s Linear;
    text-decoration: none;
}

.preorder-button:hover {
    background: #0f690c;
    text-decoration: none;
}

.preorder-button:focus {
    text-decoration: none;
}

.RCCBlock > aside#column-right {
    width: 100% !important;
    padding: 0;
}

#button-cart1 {
    background: #00b8ff;
}

/* ACTIONS */
.actions {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.actions__item {
    position: relative;
    display: inline-block;
    padding: .25rem .5rem;
    margin: 0 0 .5rem;
    font-size: 10px;
    border-radius: .25rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    box-shadow: 0 .15rem .5rem 0 rgba(88, 94, 171, .25);
    opacity: 1;
    transition: opacity .3s Linear;
}

.actions__item:hover {
    opacity: .7;
    transition: opacity .3s Linear;
}

.actions__item.preorder {
    color: #ffffff;
    background: #888888 !important;
}

.actions__item.second {
    color: #ffffff;
    background: #309dfb !important;
}

.actions__item.special {
    color: #ffffff;
    background: #007eff !important;
}

.actions__item.new {
    color: #ffffff;
    background: #2b9700 !important;
}

.actions__item.hit {
    color: #ffffff;
    background: #e44177 !important;
}

/* BUY BLOCK*/
.buy-block {
    display: flex;
    padding: 0 calc(15px - .5rem);
}

.buy-block__column {
    position: relative;
    width: 50%;
    border: 1px Solid #00a1ff;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: .5rem;
}

.buy-block__column--preorder {
    border: 1px Solid #04bb01;
}

.buy-block__column--preorder .date-payment {
    position: absolute;
    top: -1rem;
    left: 1rem;
    right: 1rem;
    border-radius: 0.25rem;
    background: #4fa84e;
    color: #fff;
    padding: 0 0.5rem;
}

.buy-block__column .list-unstyled {
    margin: 0;
}

.buy-block__column .boc_order_btn--button {
    display: none;
}

.buy-block__column--full {
    width: 100%;
    padding: 0 .5rem;
}

.buy-block__column--full .price-block {
    display: inline-flex;
    align-items: center;
}

.buy-block__column--full .boc_order_btn--link {
    display: none;
}

.files {
    list-style: none;
    margin: 0;
    padding: 0;
}
.files-item {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 500px;
    margin: 0 1rem 1rem 0;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    border: 1px Solid #e8f1fd;
    background: #f9fcff;
    border-radius: 0.5rem;
    padding: 1rem;
}
.files-item__size {
    color: #929bad;
    font-size: 11px;
}

.custom-type-46 {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 390px;
    margin: 0 0 40px;
    padding: 20px 60px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
  }

  .custom-type-46::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
  }

  .custom-type-46__text-wrapper {
    width: 50%;
  }

  .custom-type-46 p {
    color: #ffffff;
  }

  .custom-type-46__title {
    margin: 0 0 20px;
    font-size: 60px;
    line-height: 50px !important;
  }

  .custom-type-46__description {
    margin: 0;
    font-weight: 700;
  }

  @media(max-width: 960px) {
    .custom-type-46::before {
      display: block;
    }

    .custom-type-46__text-wrapper {
      position: relative;
      width: 100%;
    }
  }

  @media(max-width: 620px) {
    .custom-type-46 {
      min-height: 320px;
      padding: 20px 40px;
    }

    .custom-type-46__title {
      margin: 0 0 10px;
      font-size: 40px;
    }

    .custom-type-46__description {
      font-size: 14px;
    }
  }

  @media(max-width: 480px) {
    .custom-type-46 {
      padding: 20px;
    }

    .custom-type-46__title {
      margin: 0;
    }
  }

  @media(max-width: 400px) {
    .custom-type-46 {
      background-position: center right -35px;
    }
  }
.alert-header {
    display: none;
    width: 100% !important;
    background: linear-gradient(113deg, #00b8ff, #007eff);
}

.alert-header__content {
    position: relative;
    padding: 0.5rem;
    color: #fff;
    text-align: center;
}

.alert-header__content a {
    color: #fff;
    display: inline-block;
    padding: 0.25rem 1rem;
    margin: 0 1rem;
    background: #50afff;
    border-radius: 0.25rem;
    text-transform: uppercase;
    font-size: 10px;
    transition: color .3s Linear, background .3s Linear;
}

.alert-header__content a:hover {
    color: #2e94eb;
    background: #fff;
    transition: color .3s Linear, background .3s Linear;
}

.alert-header__close {
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 1;
    line-height: 0;
}
.delivery-alert {
    padding: 1rem;
    background: #dee4ed;
    color: #59749d;
    border-radius: 0.5rem;
    border: 1px Solid #d0dcef;
}

.discount {
    border: 1px Solid #e2e2e2;
    border-radius: 0.5rem;
    padding: 1rem;
}

.discount__block {
  display: flex;
  flex-direction: row;
  margin: 0 0 1rem;
  color: #b2b0b0;
}
.discount__old-price {
  font-size: 2rem;
  margin: 1rem 0 1rem 1rem;
}
.discount__action {
  background: #090;
  margin: 1rem 0 1rem 1rem;
  border-radius: 2rem;
  padding: .5rem .5rem .5rem 1rem;
  color: #fff;
}
.discount__action span {
  background: #fff;
  color: #a8a8a8;
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
}
.discount .btn-primary {
  width: 100%
}
.discount .price {
  margin: 1rem auto 0;
  font-size: 4rem;
  color: #000;
  line-height: 3rem;
}

/* custom-type-46 */

.custom-type-46 {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 390px;
  margin: 0 0 40px;
  padding: 20px 60px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

.custom-type-46::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.custom-type-46__text-wrapper {
  width: 50%;
}

.custom-type-46 p {
  color: #ffffff;
}

.custom-type-46__title {
  margin: 0 0 20px;
  font-size: 60px;
  line-height: 50px !important;
}

.custom-type-46__description {
  margin: 0;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .custom-type-46--2 {
    background-position: center right -40px;
  }
}

@media (max-width: 960px) {
  .custom-type-46::before {
    display: block;
  }

  .custom-type-46__text-wrapper {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 820px) {
  .custom-type-46--2 {
    background-position: center right -80px;
  }
}

@media (max-width: 620px) {
  .custom-type-46 {
    min-height: 320px;
    padding: 20px 40px;
  }

  .custom-type-46__title {
    margin: 0 0 10px;
    font-size: 40px;
  }

  .custom-type-46__description {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .custom-type-46--2 {
    background-position: center right -100px;
  }
}

@media (max-width: 480px) {
  .custom-type-46 {
    padding: 20px;
  }

  .custom-type-46__title {
    margin: 0;
  }
}

@media (max-width: 400px) {
  .custom-type-46 {
    background-position: center right -35px;
  }

  .custom-type-46--2 {
    background-position: center right -100px;
  }
}