.font-w500,
.text-medium {
    font-weight: 500;
}
.font-w600,
.text-bold {
    font-weight: 600;
}
.font-w700,
.text-extra-bold {
    font-weight: 700;
}
.text-larger {
    font-size: 1.1em;
}
.text-larger-x1-5 {
    font-size: 1.5em;
}
.text-larger-x1-3 {
    font-size: 1.3em;
}
.text-larger-x1-8 {
    font-size: 1.8em;
}
.text-underline {
    text-decoration: underline;
}
.text-nowrap {
    white-space: nowrap;
}
.text-middle {
    vertical-align: middle;
}
.text-top {
    vertical-align: top;
}
.text-brand-red {
    color: #fa8c00;
}
.text-brand-blue {
    color: #46747d;
}
.text-brand-blue-light {
    color: #fff;
}
h2 {
    text-align: center;
}
.text-gray {
    color: #dcdcdc;
}
.blog-latest .post-item,
.blog-latest .post-item__image,
.contact-map,
.product-page .product-preview__option.--image img,
.product-page .product-preview__related img,
.product-thumb-image,
.product-thumb__image {
    border-radius: 20px;
    border: 1px solid #809fa6;
    background-color: #bebebe;
    overflow: hidden;
}
.block-thumb {
    border-radius: 20px;
    border: 1px solid #809fa6;
    background-color: #dcdcdc;
    overflow: hidden;
}
.owl-theme--site {
    padding-top: 40px;
}
.owl-theme--site .owl-nav {
    position: absolute;
    top: 0;
    right: 20px;
}
.owl-theme--site .owl-nav button.owl-next,
.owl-theme--site .owl-nav button.owl-prev {
    display: inline-block;
    padding: 1px 8px !important;
    border-radius: 5px;
    background-color: #46747d;
    color: #fff;
    font-size: 16px;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.owl-theme--site .owl-nav button.owl-next:hover,
.owl-theme--site .owl-nav button.owl-prev:hover {
    background-color: #fff;
}
.owl-theme--site .owl-nav .owl-prev {
    margin-right: 10px;
}
.owl-theme--site.--owl-nav-center .owl-nav {
    width: 100%;
    righ: 0;
    text-align: center;
}
input:not(.form-control)[type="email"],
input:not(.form-control)[type="number"],
input:not(.form-control)[type="password"],
input:not(.form-control)[type="search"],
input:not(.form-control)[type="text"] {
    border-radius: 4px;
    border: 1px solid #46747d;
}
input:not(.form-control).input-styled[type="checkbox"],
input:not(.form-control).input-styled[type="radio"] {
    position: relative;
    cursor: pointer;
}
input:not(.form-control).input-styled[type="checkbox"]:disabled,
input:not(.form-control).input-styled[type="radio"]:disabled {
    cursor: default;
}
input:not(.form-control).input-styled[type="checkbox"]:disabled::after,
input:not(.form-control).input-styled[type="radio"]:disabled::after {
    background-color: #bbb;
    border: 1px solid #fff;
}
input:not(.form-control).input-styled[type="radio"]::after {
    content: "";
    position: absolute;
    top: -5%;
    left: -5%;
    height: 110%;
    width: 110%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
}
input:not(.form-control).input-styled[type="radio"]:checked:after {
    border: 5px solid #fff;
}
input:not(.form-control).input-styled[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: -12.5%;
    left: -10%;
    height: 125%;
    width: 120%;
    background-color: #fff;
    border: 1px solid #ccc;
}
input:not(.form-control).input-styled[type="checkbox"]:checked::after {
    background-color: #fff;
}
input:not(.form-control).input-styled[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 12%;
    height: 35%;
    width: 70%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.breadcrumb {
    padding-left: 0;
    margin-bottom: 5px;
    background-color: transparent;
    color: text_color;
}
.breadcrumb a {
    color: inherit;
}
.breadcrumb li + li::before {
    content: ">";
}
.pagination li {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #dae3e5;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 600;
    outline: 0;
}
.pagination li a,
.pagination li span {
    padding: 3px 9px;
    border: none;
    display: inline-block;
    background-color: inherit;
    color: inherit;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
    background-color: #c0cfd3;
    color: inherit;
    outline: 0;
}
.pagination li.active {
    background-color: #dcdcdc;
    color: #46747d;
}
.pagination li.active a,
.pagination li.active span {
    background-color: #dcdcdc !important;
    color: inherit !important;
}
.product-thumb {
    position: relative;
    padding: 15px 15px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #dcdcdc;
}
.product-thumb__image {
    height: auto;
    min-height: 150px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.product-thumb__image img {
    margin-left: auto;
    margin-right: auto;
}
.product-thumb__caption {
    overflow: hidden;
    height: 110px;
}
.product-thumb__title {
    height: 57px;
    margin-bottom: 5px;
    overflow: hidden;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
}
.product-thumb__title a {
    color: #1f1a17;
}
.product-thumb__desc {
    display: none;
}
.product-thumb__discount {
    position: absolute;
    top: 25px;
    left: -4px;
    height: 30px;
    padding: 5px 10px;
    background-color: #fa8c00;
    color: #fff;
    font-weight: 500;
}
.product-thumb__discount::after {
    content: "";
    position: absolute;
    top: 0;
    right: -21px;
    border: 15px solid #fa8c00;
    border-right-color: transparent;
    height: 0;
    width: 0;
}
.product-thumb__price {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.product-thumb__price-number {
    font-size: 18px;
    font-weight: 600;
    color: #1f1a17;
    vertical-align: middle;
}
.product-thumb__price-number.--old {
    color: #787573;
    text-decoration: line-through;
    font-weight: 500;
}
.product-thumb__price-number.--old + .product-thumb__price-number {
    color: #fa8c00;
}
.product-thumb__button-wrap {
    height: 50px;
    width: 60%;
    margin-left: -4px;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.product-thumb__button {
    display: table;
    width: 100%;
    height: 100%;
}
.product-thumb__button-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.product-thumb__button .btn {
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.product-layout.product-list .product-thumb {
    zoom: 1;
}
.product-layout.product-list .product-thumb:after,
.product-layout.product-list .product-thumb:before {
    content: "";
    display: table;
}
.product-layout.product-list .product-thumb:after {
    clear: both;
}
.product-layout.product-list .product-thumb__image {
    float: left;
    width: 230px;
    margin-bottom: 0;
}
.product-layout.product-list .product-thumb__caption {
    height: auto;
    padding-left: 15px;
}
.product-layout.product-list .product-thumb__title {
    height: auto;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: left;
    line-height: 1.2em;
}
.product-layout.product-list .product-thumb__desc-wrap {
    width: 65%;
    float: left;
    height: 222px;
    overflow: auto;
}
.product-layout.product-list .product-thumb__desc {
    display: block;
}
.product-layout.product-list .product-thumb__attr-desc {
    color: #315157;
}
.product-layout.product-list .product-thumb__price-wrap {
    width: 35%;
    float: left;
    margin-top: 60px;
    padding-left: 20px;
    text-align: left;
}
.product-layout.product-list .product-thumb__price {
    height: 80px;
    width: 100%;
    margin-bottom: 15px;
}
.product-layout.product-list .product-thumb__price-number {
    font-size: 30px;
}
.product-layout.product-list .product-thumb__price-number.--old {
    font-weight: 400;
}
.product-layout.product-list .product-thumb__button-wrap {
    width: 100%;
    text-align: left;
}
.product-layout.product-list .product-thumb__button-wrap button {
    font-size: 17px;
}
.owl-product-layout-slider {
    padding-top: 40px;
    margin-bottom: 50px;
}
.owl-product-layout-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.owl-product-layout-slider .owl-nav {
    position: absolute;
    top: 0;
    right: 20px;
}
.owl-product-layout-slider .owl-nav button.owl-next,
.owl-product-layout-slider .owl-nav button.owl-prev {
    display: inline-block;
    padding: 1px 8px !important;
    border-radius: 5px;
    background-color: #46747d;
    color: #fff;
    font-size: 16px;
    -webkit-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}
.owl-product-layout-slider .owl-nav button.owl-next:hover,
.owl-product-layout-slider .owl-nav button.owl-prev:hover {
    background-color: #fff;
}
.owl-product-layout-slider .owl-nav .owl-prev {
    margin-right: 10px;
}
.owl-product-layout-slider .product-layout {
    height: 100%;
}
.owl-product-layout-slider .product-layout .product-thumb {
    margin-bottom: 0;
    height: 100%;
    position: relative;
    padding-bottom: 75px;
}
.owl-product-layout-slider .product-layout .product-thumb__caption {
    height: auto;
    margin-bottom: 0;
}
.owl-product-layout-slider .product-layout .product-thumb__button-wrap {
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0;
}
.owl-product-layout-slider .product-layout .product-thumb__button {
    display: block;
}
.owl-product-layout-slider .product-layout .product-thumb__button-cell {
    display: block;
}
.owl-product-layout-slider .product-layout .product-thumb__button-cell .btn {
    width: 100%;
}
.owl-product-layout-slider .product-layout .product-thumb__price {
    position: absolute;
    left: 0;
    bottom: 55px;
    width: 100%;
    text-align: center;
}
.owl-product-layout-slider .product-layout .product-thumb__price-number {
    font-weight: 700;
}
.owl-product-layout-slider .product-layout .product-thumb__title {
    height: auto;
    margin-bottom: 10px;
    font-weight: 500;
}
.mob-menu {
    position: fixed;
    left: -105vw;
    top: 63px;
    height: calc(100vh - 63px);
    width: auto;
    min-width: 75vw;
    max-width: 100vw;
    padding: 5px 10px 10px;
    -webkit-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out;
    background-color: #dcdcdc;
    color: #1f1a17;
    overflow: auto;
    z-index: 100;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
}
.mob-menu__footer {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    width: 100%;
    height: 30px;
}
.mob-menu.active {
    left: 0;
}
.mob-menu ul {
    margin: 0 -10px 10px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    list-style-type: none;
}
.mob-menu ul a:focus {
    color: inherit;
    text-decoration: none;
}
.mob-menu ul > li {
    line-height: 2.1em;
}
.mob-menu ul > li a {
    padding: 0 20px;
    display: block;
}
.mob-menu ul > li:hover {
    background-color: #dae3e5;
}
.mob-menu ul > li.active.submenu {
    background-color: #fff;
    color: #fa8c00;
}
.mob-menu ul > li > ul > li {
    color: #fff;
    line-height: 1.7em;
    font-weight: 500;
}
.mob-menu ul > li > ul > li:hover {
    background-color: transparent;
}
.mob-menu ul > li > ul > li a {
    padding-left: 40px;
    color: inherit;
}
.mob-menu ul > li > ul > li a span::before {
    content: "»";
    margin-right: 5px;
}
.mob-menu ul ul {
    background-color: #46747d;
    margin: 0;
}
.mob-menu .search-wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 5;
}
.mob-menu .search-wrap input {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 5px 10px;
    -webkit-transition: width 0.5s linear;
    -o-transition: width 0.5s linear;
    transition: width 0.5s linear;
    background-color: #fff;
    border: none;
    color: #ccc;
    font-size: 13px;
    border-radius: 10px;
}
.mob-menu .search-wrap input::-webkit-input-placeholder {
    color: transparent;
}
.mob-menu .search-wrap input:-ms-input-placeholder {
    color: transparent;
}
.mob-menu .search-wrap input::-ms-input-placeholder {
    color: transparent;
}
.mob-menu .search-wrap input::placeholder {
    color: transparent;
}
.mob-menu .search-wrap input::after {
    content: "/u279";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fa8c00;
}
.mob-menu .search-wrap input:focus {
    width: 100%;
}
.mob-menu .search-wrap input:focus::-webkit-input-placeholder {
    color: inherit;
}
.mob-menu .search-wrap input:focus:-ms-input-placeholder {
    color: inherit;
}
.mob-menu .search-wrap input:focus::-ms-input-placeholder {
    color: inherit;
}
.mob-menu .search-wrap input:focus::placeholder {
    color: inherit;
}
.mob-menu .search-wrap input:focus + .s-input-add {
    display: none;
}
.mob-menu .search-wrap button {
    display: none;
}
.mob-menu .search-wrap .s-input-add {
    position: absolute;
    top: 7px;
    left: 7px;
    color: #fa8c00;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.mob-menu .btn-cart {
    position: absolute;
    top: 0;
    left: 50px;
    display: inline-block;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #fa8c00;
    font-size: 1.2em;
    line-height: 30px;
    text-align: center;
}
.mob-menu .btn-cart .fa {
    margin-left: -3px;
}
.mob-menu .lang-wrap {
    margin-right: 15px;
}
.mob-menu .lang-wrap a {
    padding: 0;
}
.review__item {
    margin-bottom: 25px;
}
.review__meta {
    margin-bottom: 10px;
}
.review__name {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
}
.review__rating {
    display: inline-block;
    margin-right: 15px;
}
.review__rating .fa-star {
    color: #fa8c00;
    font-size: 16px;
}
.review__star-o {
    color: #dcdcdc !important;
}
.review__date {
    display: inline-block;
    color: #aaa;
}
.ocfilter {
    padding: 5px;
    border: none;
    border-radius: 20px;
    background-color: #dcdcdc;
    color: #143d45;
    font-size: 13px;
}
.ocfilter .panel-body,
.ocfilter .panel-heading {
    background-color: transparent;
    color: inherit;
    border: none;
}
.ocfilter .list-group-item {
    border: none;
    background-color: transparent;
}
.ocfilter .option-values a {
    color: inherit;
}
.ocfilter .option-values input[type="checkbox"] {
    position: relative;
    vertical-align: middle;
}
.ocfilter .option-values input[type="checkbox"]::after {
    content: "";
    position: absolute;
    top: -17.5%;
    left: -17.5%;
    height: 135%;
    width: 135%;
    background-color: #fff;
    border: 1px solid #c3d2d5;
    border-radius: 5px;
}
.ocfilter .option-values input[type="checkbox"]:checked::after {
    background-color: #46747d;
}
.ocfilter .option-values input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 20%;
    left: 10%;
    height: 35%;
    width: 70%;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1;
}
.ocfilter .price-range-value {
    width: 45%;
    display: inline-block;
    background-color: #fff;
    line-height: 2em;
    padding: 0 10px;
    border-radius: 5px;
}
.ocfilter .price-range-value:last-of-type {
    float: right;
}
.ocfilter .noUi-pips {
    display: none;
}
.ocfilter .noUi-horizontal {
    height: 2px;
}
.ocfilter .noUi-background {
    background-color: #c3d2d5;
    background-color: grey;
    border: none;
}
.ocfilter .noUi-draggable {
    background-color: #fa8c00;
}
.ocfilter .noUi-draggable::after {
    content: "";
    position: absolute;
    top: -250%;
    left: 0;
    height: 500%;
    width: 100%;
    background-color: transparent;
}
.ocfilter .noUi-handle {
    height: 10px;
    width: 10px;
    top: -4px;
    left: -5px;
    background-color: #fa8c00;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
.ocfilter .noUi-handle::after,
.ocfilter .noUi-handle::before {
    content: none;
}
.ocfilter .selected-options {
    padding-bottom: 5px;
    margin: -5px;
    background-color: #b0b0b0;
}
#ocfilter-mobile .navbar-header {
    background-color: #3f6870;
    color: #fff;
}
#ocfilter-mobile .navbar-header .navbar-brand {
    color: inherit;
}
#ocfilter-mobile .navbar-header .btn {
    background-color: #ddd;
    color: #000;
}
#ocfilter-mobile .navbar-collapse {
    padding: 0;
}
#ocfilter-mobile .navbar-collapse .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.quickcheckout-content [class^="col-"] {
    margin-bottom: 15px;
    min-height: 60px;
}
.quickcheckout-content label {
    font-weight: 400;
}
.quickcheckout-content label.control-label {
    margin-right: 15px;
    font-weight: 700;
}
#cart1 ~ #terms {
    margin-top: -80px;
}
#terms {
    margin-bottom: 70px;
}
.payment-confirm-button {
    margin-top: -42px;
}
.payment-confirm-button .btn {
    text-transform: uppercase;
}
.box-category {
    margin-bottom: 15px;
    border-radius: 20px;
    padding: 15px 20px;
    background-color: #dcdcdc;
    color: text_color;
    font-size: 13px;
}
.box-category ul {
    list-style-type: none;
    padding: 0;
}
.box-category a {
    color: inherit;
}
.box-category > ul > li > a {
    text-transform: uppercase;
    font-weight: 600;
}
.box-category > ul > li > a:hover {
    color: #1f1a17;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}
.box-category > ul > li.open > a {
    color: #1f1a17;
}
.box-category > ul > li ul {
    margin-left: 20px;
}
.box-category > ul > li ul a {
    color: #eef7f9;
}
.box-category > ul > li ul li::before {
    content: "» ";
}
.box-category li ul {
    display: none;
}
.box-category .sign {
    cursor: pointer;
    margin-left: 5px;
    color: #46747d;
}
.blog-latest .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog-latest__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-latest .post-item {
    display: inline-block;
    padding: 20px;
    margin-bottom: 25px;
    background-color: #dae3e5;
    height: 100%;
}
.blog-latest .post-item__caption {
    display: inline-block;
    display: table-cell;
    padding-left: 20px;
    vertical-align: top;
}
.blog-latest .post-item__image {
    display: table-cell;
}
.blog-latest .post-item__image img {
    width: auto;
}
.blog-latest .post-item__date {
    text-align: right;
    color: #46747d;
}
.blog-latest .post-item__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #1f1a17;
    font-weight: 600;
}
.blog-latest .post-item__title a {
    color: inherit;
}
.blog-latest .post-item__desc {
    margin-bottom: 15px;
}
.custom-category-list {
    padding-top: 30px;
}
.custom-category-list__item {
    display: block;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 15px;
}
.custom-category-list__item-image {
    min-height: 65px;
    min-width: 65px;
    width: 100%;
    margin-bottom: 10px;
}
.custom-category-list__item-image img {
    margin: 0 auto;
}
.custom-category-list__item-name {
    display: block;
    background-color: #edf3f5;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    color: #1f1a17;
    line-height: 2em;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.custom-category-list__item-name span {
    display: inline-block;
}
.custom-category-list__item-name span::before {
    content: "»";
    position: relative;
    margin-right: 5px;
    top: -2px;
    font-size: inherit;
    color: #fa8c00;
}
.custom-category-list__item-name:hover {
    background-color: #fa8c00;
    color: #fff;
}
.custom-category-list__item-name:hover span::before {
    color: inherit;
}
.showintab-module {
    margin-bottom: 40px;
}
.showintab .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.showintab .owl-stage .owl-item .product-layout,
.showintab .owl-stage .owl-item .product-thumb {
    height: 100%;
    margin: 0;
}
.showintab .product-thumb__price {
    position: static;
}
body {
    font-family: Montserrat, sans-serif;
    color: #143d45;
    background-color: #edf3f5;
    padding-top: 100px;
}
.link,
a {
    color: #fa8c00;
    text-decoration: none;
}
.link:hover,
a:hover {
    color: #c56f00;
    text-decoration: inherit;
}
a {
    text-decoration: none;
}
button:focus,
input:focus {
    outline: 0;
}
.link {
    cursor: pointer;
    text-decoration: underline;
}
.link:hover {
    text-decoration: underline;
}
.cur-pointer {
    cursor: pointer;
}
.page-title {
    color: #fa8c00;
    text-transform: uppercase;
    font-weight: 600;
}
.page-title.--ex-bold {
    font-weight: 700;
}
.box-category ul li ul {
    display: none;
}
.inline-block {
    display: inline-block;
}
#content {
    min-height: 80vh;
    padding-top: 10px;
    padding-bottom: 15px;
}
#column-left {
    display: block;
    margin-top: 40px;
}
#column-left + #content {
    margin-top: 10px;
}
#cart .dropdown-menu {
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 15px;
    min-width: 400px;
}
#cart .product-thumb-image {
    border-radius: 6px;
}
#cart .quantity {
    vertical-align: bottom;
}
#cart .action {
    vertical-align: middle;
}
#cart .table-products .name {
    font-size: 12px;
}
#cart .table-products td {
    border-bottom: 1px solid #46747d;
}
#cart table tr:first-of-type td {
    border-top: none;
}
#cart table tr td {
    border-top: none;
}
#cart .btn-cart {
    display: inline-block;
    margin-top: 5px;
}
.box-heading > .page-title {
    margin-top: 40px;
}
.information-content img {
    max-width: 100%;
}
.dropdown-menu {
    background-color: #dcdcdc;
    border-color: #fff;
}
.btn {
    border-radius: 20px;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.btn:active,
.btn:focus {
    outline: 0 !important;
}
.btn-primary {
    background-color: #fa8c00;
    color: #fff;
    border-color: transparent;
}
.btn-primary:focus,
.btn-primary:hover {
    background-color: #ff9815;
    border-color: transparent;
}
button.unstyled {
    background-color: transparent;
    border: none;
    outline: 0;
}
.alert.alert-success {
    color: #143d45;
}
header.header {
    padding-top: 13px;
    padding-bottom: 20px;
    background-color: #fff;
    position: relative;
    box-shadow:  10px 1px 22px rgba(0,0,0,.1);
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 100;
}
header.header .link {
    color: #1f1a17;
}
header.header .header-action {
    margin-bottom: 10px;
}
header.header .header-action > * {
    vertical-align: top;
}
header.header .header-action .lang-wrap,
header.header .header-action .phone-block,
header.header .header-action .phone-call {
    display: inline-block;
}
header.header .header-action .phone-call {
    color: #fff;
}
header.header .header-action .phone-block {
    margin-right: 15px;
    font-weight: 500;
}
header.header .header-action .phone-block a {
    display: block;
    color: inherit;
}
header.header .header-action .phone-call {
    font-weight: 600;
}
header.header .header-action .lang-wrap {
    margin: 0 30px;
}
header.header .header-action .lang-wrap .btn-group .btn {
    padding: 0;
    margin-top: -5px;
}
header.header .header-action .lang-wrap .flags-inline img {
    height: 20px;
    width: 28px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
}
header.header .header-action .right-block {
    float: right;
}
header.header .header-action #cart {
    margin-right: 30px;
    margin-top: -5px;
}
header.header .header-action #cart.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
header.header .header-action #cart .fa {
    font-size: 1.5em;
    vertical-align: text-bottom;
}
header.header .header-action .mob-menu-btn {
    display: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
}
header.header .header-action .mob-menu-btn i.fa {
    font-size: 1.05em;
}
header.header .header-nav .header-nav__menu {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    width: calc(100% - 210px);
}
header.header .header-nav .header-nav__menu li {
    text-transform: uppercase;
    cursor: pointer;
    color: #1f1a17;
    font-weight: 600;
}
header.header .header-nav .header-nav__menu li a {
    color: inherit;
}
header.header .header-nav .search-wrap {
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}
header.header .header-nav #search {
    display: table;
    white-space: nowrap;
    line-height: 1em;
    width: 100%;
}
header.header .header-nav #search > * {
    display: table-cell;
    font-size: 13px;
}
header.header .header-nav #search > :active,
header.header .header-nav #search > :focus {
    outline: 0;
}
header.header .header-nav #search input {
    background-color: #ccc;
    color: #fff;
    border: none;
    border-radius: 15px 0 0 15px;
    padding: 9px 15px;
}
header.header .header-nav #search input::-webkit-input-placeholder {
    color: #fff;
}
header.header .header-nav #search input:-ms-input-placeholder {
    color: #fff;
}
header.header .header-nav #search input::-ms-input-placeholder {
    color: #fff;
}
header.header .header-nav #search input::placeholder {
    color: #fff;
}
header.header .header-nav #search input + .fa {
    display: none;
}
header.header .header-nav #search button {
    background-color: #fff;
    color: #fa8c00;
    border-radius: 0 15px 15px 0;
    border: none;
    height: 100%;
    min-height: 100%;
    padding: 9px 20px 9px 0;
}
header.header .logo-wrap a {
    font-weight: 600;
}
header.header .logo-wrap img {
    max-height: 100px;
}
.footer {
	box-shadow: -10px 0px 22px rgba(0,0,0,.1);
    background-color: #fff;
    padding: 15px 0;
    font-weight: 500;
}
.footer .icon-wrap {
    width: 20px;
    display: inline-block;
    text-align: center;
}
.footer a {
    color: inherit;
    font-weight: 500;
}
.footer .logo img {
    max-height: 130px;
}
.account-menu {
    min-height: 480px;
    margin-right: 25px;
    padding: 15px;
    border-radius: 20px;
    background-color: #dcdcdc;
}
.account-menu li {
    margin-left: 20px;
}
.category-list-toggle {
    margin-bottom: 10px;
}
.category-list-toggle__btn {
    font-size: 21px;
    color: #dcdcdc;
    cursor: pointer;
}
.category-list-toggle__btn.active {
    color: #dcdcdc;
    color: #fff;
}
.category .subcategory-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.category .subcategory-list .subcategory-item {
    height: 100%;
    border: 1px solid #46747d;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    background-color: #dcdcdc;
}
.category .subcategory-list .subcategory-item img {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto 10px;
    border-bottom: 1px solid #809fa6;
}
.category .subcategory-list .subcategory-item__caption {
    padding: 0 5px;
}
.category .subcategory-list .subcategory-item a {
    color: #143d45;
}
.product-page .product-preview {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    background-color: #dcdcdc;
}
.product-page .product-preview h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.product-page .product-preview__thumbnails-wrap {
    display: inline-block;
}
.product-page .product-preview__thumbnails-wrap .thumbnails {
    padding-left: 0;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .thumbnail {
    display: block;
    padding: 0;
    border-radius: 20px;
    border: 1px solid #809fa6;
    background-color: #bebebe;
    overflow: hidden;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .thumbnail:focus {
    outline: 0;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .image-additional {
    float: left;
    max-width: 80px;
    margin-left: 10px;
    list-style: none;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .image-additional:first-of-type {
    margin-left: 0;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .image-additional .thumbnail {
    border-radius: 10px;
    margin-bottom: 10px;
}
.product-page .product-preview__thumbnails-wrap .thumbnails .image-additional .thumbnail:hover {
    border-color: #557279;
}
.product-page .product-preview__related {
    display: inline-block;
    vertical-align: top;
}
.product-page .product-preview__related img {
    max-width: 100px;
    height: auto;
    border-radius: 12px;
}
.product-page .product-preview__related img + img {
    margin-left: 10px;
}
.product-page .product-preview__related a {
    text-decoration: none;
}
.product-page .product-preview__related-title {
    margin-top: -20px;
    padding-left: 35px;
}
.product-page .product-preview__related .fa {
    margin: 0 10px;
}
.product-page .product-preview__option.--image {
    display: inline-block;
    max-width: 100px;
    vertical-align: top;
    font-weight: 500;
}
.product-page .product-preview__option.--image a {
    color: inherit;
}
.product-page .product-preview__option.--image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 5px;
    padding: 0;
}
.product-page .product-preview__option.--image + .product-preview__option.--image {
    margin-left: 10px;
}
.product-page .product-preview__option.--image .product-preview__option-name {
    padding: 0 10px;
}
.product-page .product-preview__info {
    margin-bottom: 25px;
}
.product-page .product-preview__info-stock {
    float: left;
}
.product-page .product-preview__info-advantages {
    float: right;
}
.product-page .product-preview__info-advantages-item {
    position: relative;
    padding-left: 35px;
    margin-bottom: 7px;
}
.product-page .product-preview__info-advantages-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 35px;
    background-repeat: no-repeat;
}
.product-page .product-preview__info-advantages-item.--shipping::before {
    background-image: url(/catalog/view/theme/dimary/image/product_adventages_sprite.png);
    background-position: top left;
}
.product-page .product-preview__info-advantages-item.--exchange::before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: 1.1em;
    text-align: center;
    padding-right: 5px;
}
.product-page .product-preview__info-advantages-item.--award {
    line-height: 1.6em;
}
.product-page .product-preview__info-advantages-item.--award::before {
    background-image: url(/catalog/view/theme/dimary/image/product_adventages_sprite.png);
    background-position: 0 -22px;
    height: 110%;
}
.product-page .product-preview__price-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.product-page .product-preview__price-number-wrap {
    display: inline-block;
    margin-right: 10px;
}
.product-page .product-preview__price-number {
    font-size: 40px;
    font-weight: 600;
    line-height: 1em;
}
.product-page .product-preview__price-number small {
    vertical-align: text-bottom;
    font-size: 0.5em;
}
.product-page .product-preview__price-number.--old {
    font-size: 24px;
    text-decoration: line-through;
    line-height: 1.1em;
    color: #787573;
}
.product-page .product-preview__price-quantity {
    display: inline-block;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 10px;
}
.product-page .product-preview__price-quantity input {
    width: 25px;
    margin: 0 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #809fa6;
}
.product-page .product-preview__price-quantity .fa {
    cursor: pointer;
}
.product-page .product-preview__price-button {
    -ms-flex-item-align: center;
    align-self: center;
}
.product-page .product-preview__price-button .btn {
    border-radius: 22px;
    padding: 10px 15px;
}
.product-page .product-preview__price-additional [type="submit"] {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
}
.product-page .product-preview__price-additional .input-oneclick {
    border-radius: 25px;
    border: 1px solid #809fa6;
    padding: 8px 10px;
}
.product-page .product-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-page .product-desc__description {
    width: 55%;
}
.product-page .product-desc__description iframe {
    max-width: 100%;
}
.product-page .product-desc__attributes {
    width: 45%;
    margin-top: 40px;
}
.product-page .product-desc__attributes-item {
    padding: 0 10px;
}
.register label {
    font-weight: 400;
    margin-right: 5px;
}
.register .control-label {
    text-align: left;
    margin-right: 10px;
    margin-bottom: 7px;
    font-weight: 700;
}
.register .input-group .input-group-btn:last-child > .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.account-address-list .account-menu {
    width: 25%;
    float: left;
    margin-right: 0;
}
.account-address-list .address-list {
    padding-left: 25px;
    width: 75%;
    float: right;
}
.account-address-list .address-list .table {
    background-color: #fff;
}
.cart__item {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #dcdcdc;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}
.cart__item table {
    margin: 0;
}
.cart__item table td {
    border: none !important;
}
.cart__item a {
    color: inherit;
}
.cart__item a:hover {
    color: #c56f00;
}
.cart__item-prop-title {
    font-weight: 600;
}
.cart__item-image {
    width: 1px;
    vertical-align: middle;
}
.cart__item-name {
    width: 350px;
}
.cart__item-model {
    width: 250px;
}
.cart__item-quantity button {
    background-color: transparent;
    border: none;
}
.cart__item-quantity input {
    height: 20px;
}
.cart__item-total {
    width: 130px;
}
.cart__item-action {
    width: 1px;
    padding: 0 5px !important;
    font-size: 26px;
    vertical-align: middle !important;
}
.cart__item-price {
    width: 150px;
}
.cart__item-total {
    width: auto;
}
.order-list .account-menu-wrap {
    height: 100%;
    display: inline-block;
    width: 260px;
    vertical-align: top;
}
.order-list .order-items {
    width: calc(100% - 265px);
    display: inline-block;
}
.order-list .order-item {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 20px;
    background-color: #d5dfe1;
    overflow: hidden;
}
.order-list .order-item__additional-info tr td,
.order-list .order-item__short-info tr td {
    vertical-align: top;
}
.order-list .order-item__additional-info tr td:first-child,
.order-list .order-item__short-info tr td:first-child {
    min-width: 200px;
    font-weight: 500;
}
.order-list .order-item__products {
    border: 1px solid #46747d;
}
.order-list .order-item__products td {
    border-top-color: #46747d;
}
.order-list .order-item__total {
    float: right;
}
.order-list .order-item__total tr td:first-child {
    min-width: 100px;
    font-weight: 700;
}
.order-list .order-item.opened .order-item__short-info .-total {
    display: none;
}
.contact .contact-phone {
    margin-left: 20px;
}
.contact-map {
    padding: 20px;
    margin-bottom: 50px;
    background-color: #dcdcdc;
}
.contact-map iframe {
    border-radius: 20px;
}
.contact-form {
    padding-top: 20px;
}
.contact-form input[type="text"],
.contact-form textarea {
    border-color: #dcdcdc;
}
.blog-category .blog-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blog-category .blog_item {
    display: block;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 15px;
    background-color: #a6bcc1;
}
.blog-category .blog_item-image {
    min-height: 65px;
    min-width: 65px;
    width: 100%;
    margin-bottom: 10px;
}
.blog-category .blog_item-image img {
    margin: 0 auto;
    max-width: 100%;
}
.blog-category .blog_item-title {
    display: block;
    padding: 0 10px 10px;
    text-align: center;
    font-size: 1.3em;
    color: #fff;
}
@media screen and (max-width: 992px) {
    .product-thumb__image {
        min-height: 100px;
    }
    .product-thumb__title {
        font-size: 0.85em;
    }
    .product-thumb__price {
        width: 36%;
    }
    .product-thumb__price-number {
        font-size: 16px;
    }
    .product-thumb__button-wrap {
        width: 64%;
    }
    .product-thumb__button .btn {
        font-size: 11px;
    }
    .product-layout.product-list .product-thumb__desc-wrap {
        font-size: 13px;
        width: 60%;
    }
    .product-layout.product-list .product-thumb__price-number {
        font-size: 25px;
    }
    .product-layout.product-list .product-thumb__button-wrap button {
        font-size: 15px;
    }
    .blog-latest .post-item__image {
        float: left;
    }
    .blog-latest .post-item__image img {
        max-width: 60px;
    }
    .blog-latest .post-item__title {
        font-size: 17px;
    }
    .showintab .product-thumb__caption {
        height: 120px;
    }
    .showintab .product-thumb__title {
        height: 65px;
    }
    body {
        padding-top: 63px;
    }
    #column-left {
        padding-left: 10px;
        padding-right: 10px;
    }
    header.header {
        padding-bottom: 10px;
        background-color: #fff;
        height: 63px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
    }
    header.header .container {
        width: 100%;
    }
    header.header .header-action {
        margin-bottom: 0;
        margin-right: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    header.header .header-action .phone-call {
        color: #143d45;
    }
    header.header .header-action .phone-block {
        vertical-align: middle;
        margin: 0 auto;
    }
    header.header .header-action .lang-wrap {
        display: none;
    }
    header.header .header-action .right-block {
        display: none;
    }
    header.header .header-action .mob-menu-btn {
        display: block;
        color: #143d45;
    }
    header.header .header-nav {
        display: none;
    }
    header.header .logo-wrap {
        width: 25%;
        position: absolute;
        top: 50%;
        right: 10px;
        padding: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        float: none;
    }
    header.header .logo-wrap img {
        width: auto;
        height: auto;
    }
    header.header .logo-wrap a {
        display: inline-block;
    }
    .category h2 {
        font-size: 1.8em;
    }
    .product-page .product-preview.--with-options {
        min-height: 580px;
    }
    .product-page .product-preview h1 {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .product-page .product-preview__right-column {
        position: static;
    }
    .product-page .product-preview__related {
        margin-top: 20px;
    }
    .product-page .product-preview__related-title {
        padding-left: 0;
        margin-bottom: 5px;
    }
    .product-page .product-preview__related .fa {
        display: none;
    }
    .product-page .product-preview__options + .product-preview__info .product-preview__info-stock {
        position: absolute;
        left: 20px;
        bottom: 30px;
    }
    .product-page .product-preview__options + .product-preview__info .product-preview__info-stock br {
        display: none;
    }
    .product-page .product-preview__options + .product-preview__info .product-preview__info-stock > * {
        line-height: 1.8em;
    }
    .product-page .product-preview__info-stock-status {
        font-size: 18px;
    }
    .product-page .product-preview__info-advantages {
        display: none;
    }
    .product-page .product-preview__price-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-page .product-desc {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .product-page .product-desc__description {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .product-page .product-desc__attributes {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .product-page .product-desc__attributes-item {
        width: 50%;
        float: left;
        padding-left: 0;
        padding-right: 15px;
    }
}
@media screen and (max-width: 768px) {
    .product-thumb__image {
        display: inline-block;
        max-width: 130px;
        max-height: 130px;
        min-height: auto;
        margin: 0 0 10px 0;
    }
    .product-thumb__caption {
        height: auto;
    }
    .product-thumb__title {
        position: absolute;
        top: 20px;
        right: 15px;
        width: calc(100% - 165px);
        max-height: 125px;
        height: auto;
        text-align: left;
        font-size: 1em;
    }
    .product-thumb__desc {
        display: block;
        font-size: 0.9em;
        margin-bottom: 5px;
        width: 80%;
        min-height: 45px;
    }
    .product-thumb__discount {
        top: 20px;
    }
    .product-thumb__price {
        position: absolute;
        bottom: 75px;
        right: 20px;
        width: 20%;
        text-align: center;
    }
    .product-thumb__price-number {
        font-size: 18px;
    }
    .product-thumb__button-wrap {
        display: block;
        width: auto;
        text-align: center;
    }
    .owl-product-layout-slider {
        padding-top: 0;
        margin-bottom: 30px;
    }
    .owl-product-layout-slider .product-layout .product-thumb__button-cell .btn {
        font-size: 0.75em;
    }
    #cart1 ~ #terms {
        margin-top: 0;
    }
    .payment-confirm-button {
        margin-top: 0;
    }
    .blog-latest-wrap .page-title {
        text-align: left;
        margin-bottom: -45px;
    }
    .custom-category-list__item {
        border: none;
        padding-left: 10px;
        padding-right: 10px;
    }
    .custom-category-list__item-image {
        max-width: 65px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .custom-category-list__item-name {
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        font-size: 1.3em;
    }
    .showintab {
        padding-top: 0;
    }
    .showintab .product-thumb {
        padding-bottom: 50px;
    }
    .showintab .product-thumb__image {
        max-height: 150px;
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }
    .showintab .product-thumb__caption {
        height: auto;
    }
    .showintab .product-thumb__title {
        height: auto;
        position: static;
        display: block;
        width: auto;
        text-align: center;
    }
    .showintab .product-thumb__price {
        display: block;
        width: auto;
        font-size: 16px;
    }
    .showintab .product-thumb__button-wrap {
        display: block;
        margin: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
    }
    .acc-menu {
        float: none !important;
    }
    header.header {
        padding-top: 0;
    }
    header.header .container,
    header.header .header-action-wrap,
    header.header .row {
        height: inherit;
    }
    header.header .header-action {
        height: 100%;
    }
    header.header .header-action .phone-block {
        display: none;
    }
    header.header .header-action .phone-call {
        display: none;
    }
    header.header .logo-wrap {
        width: auto;
        width: 50%;
        text-align: right;
    }
    .footer {
        font-size: 13px;
        text-align: center;
    }
    .footer [class^="col-"] {
        margin-bottom: 15px;
    }
    .account-menu {
        min-height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .category h2 {
        font-size: 1.5em;
    }
    .product-page .product-preview {
        padding: 15px;
    }
    .product-page .product-preview__related {
        margin-bottom: 15px;
    }
    .product-page .product-preview__options + .product-preview__info .product-preview__info-stock {
        position: static;
    }
    .product-page .product-preview__option.--image {
        max-width: 77px;
    }
    .product-page .product-preview__option.--image img {
        width: auto;
    }
    .product-page .product-preview__option.--image .product-preview__option-name {
        padding: 0 5px;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    .product-page .product-preview__info-stock br {
        display: none;
    }
    .product-page .product-preview__info-stock > * {
        line-height: 2em;
    }
    .product-page .product-preview__price-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .product-page .product-preview__price-button {
        width: 100%;
        margin-top: 15px;
        text-align: center;
    }
    .product-page .product-preview__price-additional {
        text-align: center;
    }
    .product-page .product-preview__price-additional [type="text"] {
        margin-bottom: 10px;
    }
    .product-page .product-desc {
        width: 100%;
    }
    .product-page .product-desc__attributes-item {
        width: auto;
        float: none;
        padding: 0;
    }
    .account-address-list .account-menu {
        width: auto;
        float: none;
    }
    .account-address-list .address-list {
        width: auto;
        float: none;
        padding-left: 0;
    }
    .cart__item table {
        position: relative;
    }
    .cart__item-image {
        display: inline-block !important;
        width: 80px !important;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .cart__item-name {
        width: calc(100% - 80px) !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cart__item-price {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .cart__item-model {
        display: inline-block !important;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .cart__item-quantity {
        display: inline-block !important;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .cart__item-total {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .cart__item-action {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        position: absolute;
        top: -8px;
        right: -5px;
        width: auto !important;
    }
    .cart__item table,
    .cart__item tbody,
    .cart__item td {
        display: block;
    }
    .cart__item tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cart__item td {
        width: 50%;
        margin-bottom: 5px;
    }
    .cart .btn-shopping {
        margin-bottom: 15px;
    }
    .order-list .account-menu-wrap {
        height: auto;
        display: block;
        width: auto;
    }
    .order-list .order-items {
        width: auto;
        display: block;
    }
    .order-list .order-item__additional-info tr td:first-child,
    .order-list .order-item__short-info tr td:first-child {
        min-width: 150px;
    }
    .order-list .order-item__products td,
    .order-list .order-item__products tr {
        display: block;
        white-space: normal !important;
        border: none;
        text-align: left;
    }
    .order-list .order-item__products tr {
        border-bottom: 1px solid #46747d;
    }
    .review-page .form-group [class^="col-"] {
        margin-bottom: 15px;
    }
}
@media (max-width: 500px) {
    .product-thumb__title {
        font-size: 0.85em;
    }
    .product-thumb__desc {
        width: auto;
        font-size: 0.8em;
    }
    .product-thumb__price-wrap {
        text-align: right;
    }
    .product-thumb__price {
        display: inline-block;
        position: relative;
        bottom: auto;
        right: auto;
        width: auto;
    }
    .product-thumb__button-wrap {
        display: inline-block;
        width: auto;
        margin-left: 10px;
        text-align: right;
    }
    .showintab .product-thumb__button-wrap .btn span {
        display: none;
    }
}
@media (max-width: 480px) {
    .custom-category-list__item-name {
        font-size: 1em;
    }
}
