body {
    scrollbar-face-color: #777;
    scrollbar-track-color: #d6d6d6;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
}

.main-wrapper {
    position: relative;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

::-webkit-scrollbar-thumb {
    background: #777;
}

::-webkit-scrollbar-track {
    background: #d6d6d6;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

* {
    outline: none !important;
    scrollbar-color: #777 #d6d6d6;
    scrollbar-width: thin;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

ul {
    padding: 0;
    margin: 0;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.btn-link {
    text-align: left;
    background: transparent;
    text-decoration: none;
    font-weight: normal;
    color: #495057;
    position: relative;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #ff9600;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.align-middle {
    vertical-align: middle !important;
}

.vfalign {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .row.vfalign {
        display: block;
    }
}

.currency {
    font-size: .7em;
}

.category-info a, .gallery_faq .tab-pane a {
    text-decoration: underline !important;
}
.category-info ul{
    list-style: initial;
    padding-left: 30px;
    overflow: hidden;
    margin: 0 0 10px;
}
/*---modal BS3 addon---*/
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*---*/
#main-wrapper .container {
    max-width: 1650px;
    width: 95%;
}

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;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
}

.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;
}

.module {
    margin-bottom: 30px;
}

.module .accent {
    color: #ff9600;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1100px;
    margin: 20px auto;
}

.banners-effect-6 .banners > div a {
    border-radius: 3px;
}

.media-date-added.idx8, .media-date-added.idx4 {
    display: none;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.so-search {
    width: 100%;
    padding: 0;
}

.so-search .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.autosearch-input {
    border: none !important;
}

.sohomepage-slider .form-group {
    margin-bottom: 0;
}

.content-aside .module.banner-left {
    border: none;
}

#content div.so-deal .extraslider-inner .item {
    border: none;
}

.nav-tabs {
    margin-bottom: 15px;
}

.dropdown-menu {
    background: #fff;
    padding: 5px 0;
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}

.dropdown-menu > li > a {
    line-height: 22px;
    color: #495057;
}

.dropdown-menu > li > a:hover {
    color: #ff9600;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.content-tf {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.sign {
    border: 1px dashed #333;
    padding: 7px;
    margin: 10px 0 5px 5px;
    background: #f0f0f0;
    display: inline-block;
    text-align: center;
}

.sign figcaption {
    margin: 0 auto 5px;
}

.rg-button {
    font-size: 2.5vw;
    font-weight: 500;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    text-align: center;
}

.rg-button a {
    font-size: inherit;
    font-weight: inherit;
    background-color: #B2C40E;
    line-height: 2em;
    border-radius: 100px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 2px 2px 0 rgb(152 167 16);
    text-align: center;
    padding: .5em 1.5em;
    text-shadow: none;
}

.rg-button a:hover, .rg-button a:focus {
    background-color: rgba(196, 214, 15, 1);
    color: #ffffff;
}

@media (min-width: 1600px) {
    .rg-button {
        font-size: 40px;
    }
}

/*--home--*/
.text-main ul {
    list-style: inside;
}

.text-description-more {
    text-align: right;
    padding-bottom: 2em;
}

#short-text-show-link {
    border-bottom: dotted 1px blue;
    text-decoration: none;
}

.box-hide-main {
    overflow: hidden;
    max-height: 22em;
    position: relative;
}

.box-hide-main::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 4em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

/*================ LINK & COLUMN ===================*/
.textColor {
    color: #ff9600;
}

ul, ul.menu, ol.menu, ul.blank, .our-member .respl-item .info-member ul, .why-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-active {
    list-style: initial;
    padding-left: 30px;
    overflow: hidden;
    margin: 0 0 10px;
}

ol.num-list, ol.num-list ol {
    list-style: none;
    counter-reset: li;
}

ol.num-list > li:before, ol.num-list ol > li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

option {
    padding: 2px 5px;
    border-width: 1px;
}

.alert ol li {
    list-style-type: decimal;
    margin: 0 0 5px 15px;
}

img {
    max-width: 100%;
}

.over {
    overflow: visible;
}

.align-center {
    display: table;
    margin: 0 auto;
}

.text-danger {
    color: #fff;
    display: inline-block;
    background-color: #a94442;
    padding: 0 5px;
    margin: 5px 0;
    border-radius: 3px;
    font-size: 11px;
}

a {
    color: #666;
}

a:hover {
    color: #ff9600;
    text-decoration: none;
}

a, a:visited, a:active, a:link, a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

.links-active a {
    color: #ff9600;
}

.links-active a:hover {
    text-decoration: underline;
}

ol {
    counter-reset: item;
    padding: 0 0 0 15px;
}

sup {
    color: #f00;
    font-size: 100%;
    top: -4px;
}

.list-inline {
    display: inline-block;
    margin: 0;
}

.clearfix {
    clear: both;
}

.img-thumbnail.pull-left {
    margin-right: 30px;
}

.img-thumbnail.pull-right {
    margin-left: 30px;
}

.margin-zero {
    margin: 0;
}

.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*================ FORM ===================*/
legend {
    font-size: 18px;
    padding: 7px 0;
}

/* @group 2. Inputs
 -------------------*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, .form-control, select {
    border-radius: 3px;
    background-color: #eee;
    color: #3d3d3d;
    padding: 9px;
    font-size: 1.2rem;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

*:focus {
    outline: none;
}

input#input-captcha {
    margin-bottom: 15px;
}

select:focus, textarea:focus, textarea:hover, input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, input[type="datetime"]:focus, input[type="datetime"]:hover, input[type="datetime-local"]:focus, input[type="datetime-local"]:hover, input[type="date"]:focus, input[type="date"]:hover, input[type="month"]:focus, input[type="month"]:hover, input[type="time"]:focus, input[type="time"]:hover, input[type="week"]:focus, input[type="week"]:hover, input[type="number"]:focus, input[type="number"]:hover, input[type="email"]:focus, input[type="email"]:hover, input[type="url"]:focus, input[type="url"]:hover, input[type="search"]:focus, input[type="search"]:hover, input[type="tel"]:focus, input[type="tel"]:hover, input[type="color"]:focus, input[type="color"]:hover, .uneditable-input:focus, .uneditable-input:hover {
    outline: none;
    /*background-color: #e9e9e9;*/
    background-color: #fff;
    /* IE6-9 */
}

textarea {
    max-width: 100%;
}

.form-control {
    height: 38px;
}

.info-box {
    padding: 15px;
    background-color: #f5f5f5;
    border: 1.5px dashed #b8b8b8;
    margin-left: 30px;
    border-radius: 6px;
}

.info-box .head {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: #a81313;
    font-style: italic;
}

.margin-t-20 {
    margin-top: 20px !important;
}

/*========= page builder =============*/
#content .so-page-builder .container {
    overflow: visible;
    padding: 0 7px;
}

/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    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, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #444;
}

#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 {
    padding-top: 6px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

.dropdown-menu .media-body {
    padding: 10px;
}

.nav .disabled {
    pointer-events: none;
    cursor: not-allowed;
}

header .megamenu .html .submenu-container {
    margin-bottom: 10px;
    overflow: hidden;
}
#price-info{
    line-height: 17px;
}
header .megamenu .html .submenu-caption {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    background: #f2f5fb;
    color: #2c2c2c;
    padding-left: 24px;
    width: calc(100% - 2px);
    margin: 0 auto;
    min-height: 38px;
    line-height: 22px;
    padding-top: 8px;
    text-decoration: dashed underline #290029 1px;
    text-underline-position: under;
    cursor: pointer;
}

header .megamenu .style-accordion:hover .accordion-item:hover .accordion-item-content,
header .megamenu .style-accordion .accordion-item--default .accordion-item-content {
    height: 10em;
    display: block;
}

header .megamenu .style-accordion:hover .accordion-item:hover .title {
    color: #000000;
    font-weight: 400;
}

header .megamenu .style-accordion .accordion-item-content,
header .megamenu .style-accordion:hover .accordion-item-content {
    height: 0;
    overflow: hidden;
    transition: height .25s;
    display: block;
}

header .megamenu .style-accordion {
    padding: 0;
    margin: 0 auto;
    border: 2px solid #e0e0e0;
    position: relative;
}

@media (max-width: 991px) {
    header .megamenu .style-accordion {
        margin-top: 15px;
    }
}

header .megamenu .style-accordion .accordion-item {
    border-bottom: 1px solid #666;
    color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

header .megamenu .style-accordion .accordion-item a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em .9em .4em;
    position: relative;
}

header .megamenu .style-accordion .accordion-item a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(140deg, rgba(255, 255, 255, .5), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

header .megamenu .style-accordion .title {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    z-index: 2;
    color: #4a4a4a;
}

@media (max-width: 1280px) {
    header .megamenu .style-accordion .title {
        font-size: 22px;
    }
}

header .megamenu .html .submenu-content {
    font-size: 0;
    transition: all .75s ease;
}

header .megamenu .html .submenu-item {
    display: inline-block;
    width: 25%;
    padding: 0 1px;
    margin-bottom: 2px;
    position: relative;
    vertical-align: middle;
}

header .megamenu .html .submenu-container .open {
    height: auto;
    opacity: 1;
}

header .megamenu .html .submenu-container .close {
    height: 0;
    opacity: 0;
}

@media (max-width: 1200px) {
    header .megamenu .html .submenu-item {
        width: 33.3333%;
    }
}

header .megamenu .html .submenu-item span {
    width: calc(100% - 2px);
    font-size: 10px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    background-color: rgba(54, 55, 56, .8);
    text-transform: uppercase;
    line-height: 15px;
    padding: 4px 1px;
    display: block;
    transition: all .25s ease;
    opacity: 0;
}

header .megamenu .html .submenu-item a:hover span {
    opacity: 1;
}

header .megamenu .html.all-cat {
    background: #f2f5fb;
    padding: 10px 20px;
}

header .megamenu .html.all-cat a {
    color: #4e4e4e;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline;
}

header .megamenu .main-gallery-pop {
    background-color: #fafafa;
    display: flex;
    flex-flow: row wrap;
    border: 2px solid #e0e0e0;
    padding-top: 20px;
}

header .megamenu .main-gallery-pop a > span {
    line-height: 18px;
    max-width: 150px;
    word-break: break-word;
    display: inline-block;
}

header .megamenu .main-gallery-pop a > span.parent {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: #717171;
    max-width: 100%;
}

header .megamenu .main-gallery-pop a.title-submenu {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}

header .megamenu .main-gallery-pop li {
    width: auto;
    flex-grow: 1;
    border: none !important;
}

header .megamenu .menu-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

header .megamenu .menu-title span {
    background-color: #ffffff;
    padding: 5px 12px;
    font-size: 18px;
    border-radius: 30px;
    font-weight: 300;
}

@media (max-width: 1280px) {
    header .megamenu .menu-title span {
        font-size: 13px;
    }
}

header .navbar-default {
    background-color: transparent;
}

header .navbar-default .megamenu-wrapper .specials a {
    color: #FF0000 !important;
}

header .navbar-compact {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}

.container-megamenu.vertical .vertical-wrapper ul.megamenu > li > .sub-menu .content .static-menu .menu > ul li a.main-menu {
    text-transform: none !important;
}

/*-logo-*/
header .logo img {
    max-height: 135px;
    height: 100%;
}

/* content */
#content {
    min-height: 600px;
}

/*------------------- footer ---------------------*/
/*footer {*/
/*margin-top: 30px;*/
/*padding-top: 30px;*/
/*background-color: #303030;*/
/*color: #e2e2e2;*/
/*}*/
.main-footer .footer-middle i {
    margin-right: 10px;
    font-size: 20px;
    text-align: center;
    min-width: 30px;
}

.main-footer .footer-middle .address div {
    display: inline-block;
    vertical-align: top;
}

footer .footer-top {
    background-color: #ff9600;
    padding: 10px 50px;
}

@media (max-width: 768px) {
    footer .footer-top {
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    footer .box-footer {
        margin-bottom: 15px;
        clear: both;
    }
}

footer p {
    margin: 0;
}

footer .footer-top .row-wrapper {
    max-width: 1650px;
    margin: 0 auto;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

footer {
    margin-top: 40px;
}

footer .footer-top .logo-wrapper {
    position: absolute;
    top: -30px;
    z-index: 0;
}

footer .footer-top .logo {
    background: linear-gradient(#ffffff, #ffffff, #f5f5f5, #ffffff);
    padding: 0 10px;
}

@media (max-width: 768px) {
    footer .footer-top .logo {
        padding: 15px 0;
    }
}

footer .footer-top .logo-wrapper img {
    height: 100px;
    position: relative;
}

footer .footer-top .logo-wrapper:before {
    content: "";
    position: absolute;
    z-index: -2;
    top: 16px;
    bottom: 16px;
    left: 3px;
    right: 3px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgb(0 0 0 / 60%);
    -moz-border-radius: 10px / 100px;
    border-radius: 20px / 100px;
}

footer .footer-middle {
    margin-top: 3px;
}

footer .footer-middle ul li a {
    border: 0 none;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

footer .footer-middle ul li a:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f192";
    font-size: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

footer .footer-top > .container {
    margin: 0 auto;
    float: none;
    padding: 0;
}

footer .footer-middle {
    padding-top: 60px;
    margin-bottom: 15px;
}

footer .footer-middle2 {
    border-top: 1px solid #eee;
    padding: 20px 0;
}

footer .socials {
    float: right;
    margin-top: 0;
}

@media (max-width: 768px) {
    footer .socials {
        margin-top: 17px;
    }

    footer .footer-middle {
        padding-top: 30px;
    }
}

footer .socials li {
    position: relative;
    float: left;
}

footer .socials li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}

footer .socials li a:hover {
    color: #222;
}

footer .infos-footer ul {
    margin-top: 20px;
}

footer .infos-footer ul li {
    background: url(../../images/icon/icon-contact.png) no-repeat left top;
    font-size: 14px;
    line-height: 20px;
    list-style: outside none none;
    padding: 10px 10px 10px 40px;
    text-transform: capitalize;
}

footer .infos-footer ul li a {
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}

footer .infos-footer ul li.adres {
    background-position: left 14px;
}

footer .infos-footer ul li.phone {
    background-position: left -55px;
}

footer .infos-footer ul li.mail {
    background-position: left -100px;
}

footer .infos-footer ul li.timer {
    background-position: left -144px;
}

@media (min-width: 1200px) and (max-width: 1365px) {
    footer .infos-footer ul li.phone {
        background-position: left -45px;
    }
}

footer .so-instagram-gallery .instagram-items-inner .instagram-item {
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    position: relative;
    width: 25%;
}

footer .so-instagram-gallery .instagram-items-inner .instagram-item.first-item {
    width: 50%;
}

footer .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a {
    border: none;
}

footer .so-instagram-gallery .instagram-items-inner .instagram-item .img_users a:hover img {
    opacity: 0.8;
}

footer .footer-top .footer-links {
    float: right;
}

footer .footer-top .footer-links li {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    padding: 0 15px;
    line-height: 100%;
}

@media (max-width: 768px) {
    footer .footer-top .footer-links li {
        padding-left: 0;
    }
}

footer .footer-top .footer-links li a {
    color: #fff;
}

footer .footer-links li a:hover {
    color: #222;
}

footer .payment-w {
    text-align: right;
}

footer .footer-bottom {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .footer-bottom .copyright {
    color: #222;
}

/*Buttons ------------------*/
/*.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {*/
/*border-bottom-left-radius: 0;*/
/*border-top-left-radius: 0;*/
/*min-height: 40px;*/
/*}*/

.button, .btn {
    padding: 9px 20px;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: #ff9600;
    border-color: #ff9600;
}

.btn-grey {
    background-color: #a7a7a7 !important;
}

.btn-green {
    background-color: #b2c400 !important;
}

.button:hover, .btn:hover {
    background: #ff9600;
    border-color: #ff9600;
    color: #fff;
}

.button:hover, .btn:hover {
    background: #495057;
    border-color: #495057;
}

.btn-warning {
    background: #f0ad4e;
}

.btn-success {
    background: #5cb85c;
}

.btn-info {
    background: #999;
    border-radius: 0;
    text-transform: uppercase;
    visibility: visible;
}

.btn-primary {
    background: #999;
    text-transform: uppercase;
}

.btn-danger {
    background: #d9534f;
    border-radius: 5px;
}

.button .fa, .btn .fa {
    margin: 0 5px;
}

.button.inverse, .btn.inverse {
    background-color: #495057;
}

.button.inverse:hover, .btn.inverse:hover {
    background-color: #ff9600;
    color: #fff;
}

.button-continue-shopping {
    display: block;
    float: left;
}

.button-checkout {
    display: block;
    float: right;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

/* @end */
.btn-inline {
    display: inline-block;
}

/*================ POPUP ADDED TO CART ===================*/
.alert {
    clear: both;
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    font-weight: 600;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
}

.alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.alert i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0;
}

.alert a:hover {
    text-decoration: underline;
}

.alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 15px;
    color: #fff;
    opacity: 0.7;
    background: none;
    border: none;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.alert button.close:hover, .alert button.close:focus {
    opacity: 1;
    color: #fff;
}

.alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.alert.fadeOut .alert {
    top: 100%;
}

@media (max-width: 479px) {
    .alert {
        padding-right: 30px;
    }

    .alert button.close {
        right: 5px;
    }
}

.alert-success {
    background-color: #4caf50;
}

.alert-success i {
    background: #388e3c;
}

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #c8e6c9;
}

.alert-danger {
    background-color: #f44336;
}

.alert-danger i {
    background: #d32f2f;
}

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
    color: #ffcdd2;
}

.alert-info {
    background-color: #03a9f4;
}

.alert-info i {
    background: #0288d1;
}

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
    color: #b3e5fc;
}

.alert-warning {
    background-color: #ff5722;
}

.alert-warning i {
    background: #e64a19;
}

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
    color: #ffccbc;
}

/*================ TABLE ===================*/
.table thead > tr > th {
    background: #eee;
}

table.std th, table.std td {
    vertical-align: middle;
    border: #eaeaea;
    padding: 10px;
    text-align: center;
}

table.std th {
    white-space: nowrap;
    background: #f5f5f5;
}

table.std tfoot td {
    color: #333;
    text-align: right;
    white-space: nowrap;
}

table.std {
    background: #fdfdfd;
    border-spacing: 0;
    vertical-align: middle;
    border: #eaeaea;
    width: 100%;
}

table th {
    border: #eaeaea;
    color: #7a7a7a;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.delivery_option table td {
    text-align: center;
}

table tfoot td {
    text-align: right;
}

table.table-bordered thead > * {
    background-color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
}

/*============ Quick Cart ==================*/
@media (min-width: 1200px) {
    .modal-lg {
        margin-top: 10%;
        width: 1050px;
    }
}

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;
}

.modal-content .modal-header {
    padding: 10px 15px;
}

.modal-content .modal-title {
    font-weight: normal;
}

#previewModal .cart-popup-info .product-name {
    font-size: 22px;
    font-weight: 400;
}

#previewModal .cart-popup-info .price-quantity {
    font-size: 24px;
    color: #555;
    font-weight: normal;
}

#previewModal .cart-popup-info .price-new {
    font-size: 24px;
}

#previewModal .cart-popup-action {
    background: #f2f2f2;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 3px;
}

#previewModal .cart-popup-action .btn {
    display: block;
    margin: 10px 0;
    border: none;
    width: 100%;
    font-size: 13px;
}

#previewModal .cart-popup-action .cart-popup-imgbottom {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}

#previewModal .cart-popup-action .cart-popup-imgbottom .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: 700;
    padding: 15px 0;
}

#previewModal .cart-popup-left .product-caption {
    text-align: center;
}

#previewModal .cart-popup-left .price {
    margin-top: 20px;
}

/*================ PAGINATION ===================*/
.pagination > li {
    display: inline-block;
    margin: 1px 2px;
    vertical-align: top;
}

.pagination > li span, .pagination > li a {
    padding: 0 12px;
    line-height: 30px;
    z-index: 1;
}

.pagination > li a:hover, .pagination > li span:hover {
    color: #fff;
    background: #ff9600;
    border-color: #ff9600;
}

.pagination > li.active, .pagination > li:hover {
    background: transparent;
    border-color: #ff9600;
}

.pagination > li.active span, .pagination > li:hover span {
    color: #ff9600;
    background: transparent;
    border-color: #ff9600;
}

.pagination > li.active span:hover, .pagination > li:hover span:hover {
    background: #ff9600;
    border-color: #ff9600;
}

.pagination > li:last-child {
    margin-right: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
    color: #666;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

/*===== remove bootstrap style in chrome ===*/
@media (min-width: 768px) {
    .newsletter .form-inline .form-group {
        display: block;
    }
}

/*===============================*/
.overflow_auto, .table-responsive {
    direction: ltr;
}

.overflow_auto {
    overflow: auto;
}

.hidden-scorll {
    overflow: hidden;
}

.checkout-checkout .check-newsletter #newsletter {
    margin-top: 6px;
}

.information-information footer, .information footer {
    margin-top: 30px;
}

/*====================PRODUCT CATEGORY ====================*/
/* ---- product grid ---- */
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    width: 33.333%;
    padding: 10px;
    float: left
}
#product-special .grid-item {
    width: 25%;
}
@media (max-width: 998px) {
    #product-special .grid-item {
        width: 33.333%;
    }
}
@media (max-width: 771px) {
    .grid-item {
        width: 50% !important;
    }
}

@media (max-width: 480px) {
    .grid-item {
        width: 100% !important;
    }
}

@media (min-width: 998px) {
    .search-results .grid-item {
        width: 25% !important;
    }
}

.grid-item img {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    #product-category #column-left.col-sm-3 {
        width: 33.33333333%;
    }

    #product-category #content.col-sm-9 {
        width: 66.66666667%;
    }
}

.img-cate img {
    max-height: 250px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.products-category .filter_group {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.products-category .category-info .form-group {
    margin: 0;
}

.products-category .category-info .form-group > p {
    margin: 0;
}

.title-category {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #222;
    border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-bottom: 10px;
}

.title-category:after {
    position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    background-color: #ff9600;
    bottom: -2px;
    left: 0;
}

.load-more-block {
    margin-bottom: 15px;
}

.products-category .form-group .short-by {
    margin-right: 10px;
}

/*REFINE SEARCH CATEGORY*/
.refine-search__content .refine-loadmore {
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 49px;
    height: 120px;
    width: 92px;
    padding: 46px 5px 10px 5px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #f4f4f4;
    margin: 5px;
}

.refine-search__content .refine-loadmore > span {
    display: inline-block;
    padding: 0 5px;
}

.refine-search__content .refine-loadmore:hover {
    background: #ff9600;
    border-color: #ff9600;
    color: white;
}

.refine-search__content {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.refine-search__content .refine-search__subitem {
    width: 120px;
    margin: 5px;
}

@media (max-width: 771px) {
    .refine-search__content .refine-search__subitem {
        width: 110px;
    }
}

@media (max-width: 350px) {
    .refine-search__content .refine-search__subitem {
        width: 100%;
    }
}

.refine-search .thumbnail {
    margin-bottom: 10px;
}

.refine-search .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.refine-search a {
    color: #495057;
    display: block;
    line-height: 20px;
}

.refine-search a:hover {
    color: #ff9600;
    border-color: #ff9600;
}

/*--faq--*/
.gallery_faq {
    margin: 30px 0;
}

.faq-full {
    margin-top: 30px;
}

/*============ BOX RATING ==============*/
.rate-history .ratings, .rate-history .order-num {
    display: inline-block;
    color: #999;
}

.rate-history .rating-num, .rate-history .order-num {
    font-size: 12px;
}

.rate-history .rating-num {
    color: #777;
}

.rate-history .rating-num:hover {
    color: #ff9600;
}

.rate-history .order-num:before {
    content: "|";
    display: inline-block;
    padding: 0 5px;
}

.rating, .ratings {
    font-size: 0;
}

.rating .rating-box, .ratings .rating-box {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}

.rating span.fa-stack .fa-star-o:before, .ratings span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb;
}

.rating span.fa-stack .fa-star.fa-stack-1x, .ratings span.fa-stack .fa-star.fa-stack-1x {
    z-index: 1;
}

.rating span.fa-stack .fa-star.fa-stack-1x:before, .ratings span.fa-stack .fa-star.fa-stack-1x:before {
    content: "\f005";
    color: #fec42d;
}

span.fa-stack {
    width: 14px;
    height: 11px;
    line-height: 10px;
    font-size: 12px;
}

span.fa-stack .fa-star-o:before {
    content: "\f005";
    color: #bbb;
}

span.fa-stack .fa-stack-2x {
    font-size: 11px;
}

span.fa-stack .fa-star.fa-stack-2x {
    position: relative;
    z-index: 1;
}

span.fa-stack .fa-star.fa-stack-2x:before {
    content: "\f005";
    color: #fec42d;
}

/*================ PRODUCT LIST ===================*/

.products-list .rating .rating-box, .products-list .ratings .rating-box {
    vertical-align: top;
    line-height: 27px;
}

.products-list .rate-history {
    margin-top: 5px;
}

.product-layout {
    padding-bottom: 10px;
}

.products-list .product-layout {
    transition: all 0.5s ease 0s;
    display: block;
}

.products-list .product-layout .product-item-container .product-card__gallery {
    position: absolute;
    z-index: 560;
    top: 0;
    visibility: hidden;
    transition: all 0.3s ease-in 0s;
    margin: 10px;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__left {
    transform: translateX(-100%);
    left: 0;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__right {
    transform: translateX(100%);
    right: 0;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom {
    top: auto;
    bottom: 0;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -o-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img {
    width: 20px;
    height: 8px;
    background: #999;
    margin: 1px;
    margin-left: 1px;
    border: none;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img.thumb-active {
    border: none;
    width: 60px;
}

.products-list .product-layout .product-item-container .product-card__gallery.product-card__bottom .item-img img {
    display: none;
}

.products-list .product-layout .product-item-container .product-card__gallery .item-img {
    padding: 1px;
    background: white;
    border: 1px solid #eaeaea;
    margin: 0 0 3px;
    cursor: pointer;
    opacity: 0.6;
}

.products-list .product-layout .product-item-container .product-card__gallery .item-img.thumb-active {
    opacity: 1;
    border: 1px solid #ddd;
}

.products-list .product-layout .product-item-container .left-block {
    position: relative;
    overflow: hidden;
}

.products-list .product-layout .product-item-container:hover .product-card__gallery {
    visibility: visible;
    transform: translateX(0%);
}

.products-list .product-layout .product-item-container:hover .countdown_box {
    visibility: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.products-list .product-grid .product-item-container {
    background-color: #f7f7f7;
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}

.products-list .product-grid .product-item-container > .list-block, .products-list .product-grid .product-item-container .description {
    display: none;
}

.products-list .product-grid .product-item-container .left-block {
    position: relative;
}

.products-list .product-grid .product-item-container .left-block img {
    width: 100%;
}

.products-list .product-grid .product-item-container .left-block .product-image-container {
    text-align: center;
}

.products-list .product-grid .product-item-container .left-block .product-image-container a {
    display: inline-block;
}

.products-list .product-grid .product-item-container .left-block .button-group {
    padding: 0;
    position: absolute;
    z-index: 99;
}

.products-list .product-grid .product-item-container .left-block .button-group .loading span, .products-list .product-grid .product-item-container .left-block .button-group .loading .fa {
    visibility: hidden;
}

.products-list .product-grid .product-item-container .left-block .button-group .loading:before {
    content: "\f021";
    display: block;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    color: #fff;
    left: 8px;
    font-size: 16px;
    -webkit-animation: spinner 2s infinite linear;
    animation: spinner 2s infinite linear;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button {
    border: none;
    display: block;
    margin-top: 5px;
    padding: 0;
    background-color: #666;
    border-radius: 3px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: all 0.3s ease 0s;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button span {
    color: #fff;
    display: inherit;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    visibility: hidden;
    position: static;
    transition: all 0.15s ease-in-out 0s;
    white-space: nowrap;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button .fa {
    font-size: 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    position: absolute;
    top: 0;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button.addToCart {
    transition-delay: 0.1s;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button.wishlist {
    transition-delay: 0.2s;
    margin-bottom: 5px;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button.compare {
    transition-delay: 0.3s;
    margin-bottom: 5px;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button.quickview {
    transition-delay: 0.4s;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover {
    background-color: #ff9600;
    width: auto;
    transition: all 0.15s ease-in-out 0s;
}

.products-list .product-grid .product-item-container .left-block .button-group .btn-button:hover span {
    visibility: visible;
    padding: 0 10px;
    text-indent: 20px;
    transform: translateX(0);
}

.products-list .product-grid .product-item-container .left-block .cartinfo--left {
    left: 10px;
    transform: translateY(50%);
    bottom: 50%;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--left .btn-button {
    -webkit-transform: translate(-50px, 0px);
    -moz-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
    -o-transform: translate(-50px, 0px);
    transform: translate(-50px, 0px);
}

.products-list .product-grid .product-item-container .left-block .cartinfo--left .btn-button .fa {
    left: 0px;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--right {
    right: 10px;
    transform: translateY(50%);
    bottom: 50%;
    direction: rtl;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--right .btn-button {
    -webkit-transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
    -o-transform: translate(50px, 0px);
    transform: translate(50px, 0px);
}

.products-list .product-grid .product-item-container .left-block .cartinfo--right .btn-button .fa {
    right: 0px;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--static {
    width: 100%;
    bottom: 10px;
    display: flex;
    justify-content: center;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button {
    margin: 2px;
    width: 30px !important;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button .fa {
    left: 0;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--static .btn-button span {
    display: none;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--center {
    width: 100%;
    bottom: 35%;
    display: flex;
    justify-content: center;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button {
    margin: 2px;
    width: 30px !important;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button .fa {
    left: 0;
}

.products-list .product-grid .product-item-container .left-block .cartinfo--center .btn-button span {
    display: none;
}

.products-list .product-grid .product-item-container .right-block {
    clear: both;
    padding: 12px 12px 20px 12px;
    text-align: center;
    position: relative;
    background-color: #f7f7f7;
}

.products-list .product-grid .product-item-container .right-block .price {
    margin-bottom: 0;
}

.products-list .product-grid .product-item-container .right-block h4 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.products-list .product-grid .product-item-container .right-block h4 a {
    font-size: 14px;
    color: #222;
}

.products-list .product-grid .product-item-container .right-block h4 a:hover {
    color: #ff9600;
}

.products-list .product-grid .product-item-container:hover .left-block .button-group .btn-button {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

@media (min-width: 1200px) {
    .products-list .product-grid-4:nth-child(4n+1) {
        clear: both !important;
    }
}

@media (min-width: 1200px) {
    .products-list .product-grid-5:nth-child(5n+1) {
        clear: both !important;
    }
}

.products-list .product-table:last-child .product-item-container {
    border-bottom: 1px solid #dbdbdb;
}

.products-list .product-table .product-item-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #dbdbdb;
}

.products-list .product-table .product-item-container > :last-child {
    border-left: 1px solid #dbdbdb;
}

.products-list .product-table .list-block {
    width: 20%;
    padding: 10px;
    text-align: center;
}

@media (max-width: 768px) {
    .products-list .product-table .list-block {
        display: none;
    }
}

.products-list .product-table .list-block .wishlist, .products-list .product-table .list-block .compare {
    width: 48%;
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
}

.products-list .product-table .list-block .wishlist:hover, .products-list .product-table .list-block .compare:hover {
    background: #ff9600;
    border-color: #ff9600;
    color: #fff;
}

.products-list .product-table .left-block {
    width: 15%;
    min-width: 64px;
}

@media (max-width: 768px) {
    .products-list .product-table .left-block {
        width: 35%;
    }
}

.products-list .product-table .left-block .countdown_box, .products-list .product-table .left-block .button-group {
    display: none;
}

.products-list .product-table .right-block {
    width: 65%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.products-list .product-table .right-block > * {
    border-left: 1px solid #dbdbdb;
    margin: 0px;
    padding: 10px;
}

.products-list .product-table .right-block h4 {
    width: 25%;
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 768px) {
    .products-list .product-table .right-block h4 {
        width: 60%;
    }
}

.products-list .product-table .right-block .so-productlist-colorswatch {
    display: none;
}

.products-list .product-table .right-block .rate-history {
    width: 20%;
    display: none;
}

.products-list .product-table .right-block .price {
    width: 25%;
}

@media (max-width: 768px) {
    .products-list .product-table .right-block .price {
        width: 40%;
    }
}

.products-list .product-table .right-block .description {
    width: 40%;
}

@media (max-width: 768px) {
    .products-list .product-table .right-block .description {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .products-list .product-table .right-block .description, .products-list .product-table .label-product {
        display: none;
    }

    .products-list .product-table .right-block h4 {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products-list .product-table .right-block .description, .products-list .product-table .label-product {
        display: none;
    }

    .products-list .product-table .right-block h4 {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .products-list .product-table .label-product {
        display: none;
    }
}

.products-list .product-list ul.so-productlist-colorswatch {
    text-align: left;
}

.products-list .product-list .box-label {
    left: 5px;
}

.products-list .product-list .product-item-container {
    display: table;
    margin-bottom: 30px;
}

.products-list .product-list .product-item-container .left-block {
    width: 270px;
    float: left;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .products-list .product-list .product-item-container .left-block {
        width: 40%;
    }
}

.products-list .product-list .product-item-container .left-block .product-image-container {
    text-align: center;
}

.products-list .product-list .product-item-container .left-block .button-group {
    display: none;
}

.products-list .product-list .product-item-container .list-block {
    margin-left: 270px;
    padding: 0 20px 20px 30px;
}

@media (max-width: 768px) {
    .products-list .product-list .product-item-container .list-block {
        margin-left: 0;
        padding: 10px 0 0;
        clear: both;
        overflow: hidden;
    }
}

.products-list .product-list .product-item-container .list-block .btn-button {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    display: block;
    margin-right: 5px;
    padding: 7px 15px;
    background-color: #fff;
    color: #666;
    text-align: center;
    float: left;
}

.products-list .product-list .product-item-container .list-block .btn-button i {
    font-size: 16px;
}

.products-list .product-list .product-item-container .list-block .btn-button:hover {
    background-color: #ff9600;
    border-color: #ff9600;
    color: #fff;
}

.products-list .product-list .product-item-container .right-block {
    margin-left: 270px;
    padding: 0 20px 0px 30px;
}

@media (max-width: 768px) {
    .products-list .product-list .product-item-container .right-block {
        margin-left: 40%;
        padding: 0 10px 0px 10px;
    }
}

.products-list .product-list .product-item-container .right-block .ratings {
    margin-bottom: 0px;
}

.products-list .product-list .product-item-container .right-block h4 {
    margin-bottom: 5px;
    font-weight: 400;
}

.products-list .product-list .product-item-container .right-block h4 a {
    color: #444;
    font-size: 1.6rem;
}

.products-list .product-list .product-item-container .right-block h4 a:hover {
    color: #ff9600;
}

.products-list .product-list .product-item-container .right-block .price {
    display: inline-block;
    margin: 8px 0 8px 0;
}

.products-list .product-list .product-item-container .right-block .description {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .products-list .product-list .product-item-container .right-block .description {
        display: none;
    }
}

@media (max-width: 768px) {
    .products-list .product-list .product-item-container .label-product {
        display: none;
    }
}

.product-listing .product-grid .so-productlist-colorswatch {
    position: absolute;
    top: -10px;
    width: 100%;
}

/*SIDEBAR LISTING - RESPONSIVE*/
@media (min-width: 992px) {
    .desktop-offcanvas .sidebar-overlay {
        background: rgba(0, 0, 0, 0.5);
        display: none;
        height: 100%;
        opacity: 1;
        position: fixed;
        top: 0;
        left: 0px;
        right: 0px;
        width: 100%;
        z-index: 9998;
    }

    .desktop-offcanvas .sidebar-offcanvas {
        padding-left: 15px !important;
        padding-right: 10px !important;
        background: #fff;
        width: 300px;
        position: fixed;
        top: 0px;
        bottom: 0px;
        z-index: 9999;
        height: 100%;
        overflow-x: scroll;
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        transition: all 300ms ease-in-out;
        padding-top: 40px;
        margin: 0px;
    }

    .desktop-offcanvas .sidebar-offcanvas #close-sidebar {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 16px;
        display: block;
    }

    .desktop-offcanvas .sidebar-offcanvas #close-sidebar:hover {
        cursor: pointer;
        color: #f00;
    }

    .desktop-offcanvas .sidebar-offcanvas.right_column {
        right: -100%;
    }

    .desktop-offcanvas .sidebar-offcanvas.left_column {
        left: -100%;
    }

    .desktop-offcanvas .sidebar-offcanvas.left_column.active {
        left: 0;
    }

    .desktop-offcanvas .sidebar-offcanvas.right_column.active {
        right: 0;
    }
}

.product-view .open-sidebar, .product-listing .open-sidebar {
    display: inline-block;
    border: 2px solid #999;
    padding: 3px 15px;
    letter-spacing: 1px;
    line-height: 23px;
    font-size: 10px;
    vertical-align: top;
    text-transform: uppercase;
}

.product-view .open-sidebar:hover, .product-listing .open-sidebar:hover {
    border-color: #ff9600;
}

.product-view .open-sidebar {
    margin-bottom: 15px;
}

#close-sidebar {
    display: none;
}

/* 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: 'Font Awesome 5 Pro';
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
}

/* ------------product list------------------ */
.product-thumb {
    border: 1px solid #ddd;
    /*margin-bottom: 20px;*/
    overflow: auto;
    position: relative;
    background: linear-gradient(#fcfcfc, #f7f7f7);
}
.product-thumb.stock-product{
    background: linear-gradient(#fcfcfc, #fff2ef);
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 18px;
    min-height: 100px;
}

.product-thumb .caption h4 > a {
    line-height: 20px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.products-list .wishlist {
    position: absolute;
    top: 16px;
    left: 15px;
    border-radius: 100%;
    border: none;
    padding: 15px;
    opacity: 0.6;
    width: 45px;
    height: 45px;
    line-height: 10px
}

@media (max-width: 500px) {
    .products-list .wishlist {
        left: 0;
    }
}

.products-list .wishlist:hover {
    opacity: 1;
    color: #ff9600;
}

#product-special .products-list .price .price-new {
    font-size: 20px;
    color: #ff0721;
}

.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-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*#content .col-sm-2:nth-child(6n+1),*/
/*#content .col-sm-3:nth-child(4n+1),*/
/*#content .col-sm-4:nth-child(3n+1),*/
/*#content .col-sm-6:nth-child(2n+1) {*/
/*clear:left;*/
/*}*/
/*}*/

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
    right: -1px;
}

/*============PRODUCT PAGE==================*/
/*---own interior--*/

#own-interior-modal .own-interior-buttons input {
    display: none;
}

@media (min-width: 768px) {
    #own-interior-modal .modal-dialog {
        width: 90%;
        max-width: 1000px;
        max-height: 1000px;
        margin: 30px auto;
    }
}

#own-interior-back img {
    max-height: 800px;
}

#own-interior-picture {
    cursor: move;
}

#own-interior-modal .own-interior-front-wrap {
    display: inline-block;
}

#own-interior-modal #own-interior-back {
    display: inline-block;
}

#own-interior-modal .own-interior-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    clear: both
}

#own-interior-front {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#own-interior-modal .own-interior-container {
    min-height: 460px;
    display: inline-block;
}

#own-interior-modal .modal-content {
    padding: 30px;
    background-color: #f5f5f5;
}

#own-interior-modal .own-interior-buttons {
    margin-top: 20px;
}

#own-interior-modal .own-interior-front-wrap .ui-wrapper {
    overflow: visible !important;
}

#own-interior-modal .own-interior-front-wrap .ui-resizable-se {
    width: 30px;
    height: 30px;
    right: -30px;
    bottom: -30px;
    background: url(/image/resize_handler.svg) no-repeat center/contain;
    transform: rotate(315deg);
}

/*-----PRODUCT TABS----*/

@media (max-width: 991px) {
    .content-product-middle {
        margin-top: 35px;
    }
}

.producttab .product-faq .nav-tabs > li {
    text-decoration: underline;
    font-size: 13px;
    text-decoration-style: dashed;
    text-decoration-thickness: .5px;
    text-underline-offset: 1px;
}

.producttab .tabsslider.vertical-tabs {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs {
    border-bottom: medium none;
    margin: 0;
    min-height: 180px;
    padding: 0;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li {
    border: none;
    border-bottom: 1px solid #ddd;
    clear: both;
    position: relative;
    width: 100%;
    padding: 5px 0;
    border-right: none;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li a {
    padding: 8px 30px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover {
    border-color: #ddd;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover a {
    background: transparent;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:last-child {
    border: none;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:before {
    content: "";
    width: 5px;
    height: 100%;
    left: -1px;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    z-index: 99;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover {
    border-left-color: #ff9600;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover a {
    color: #ff9600;
    border: none;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li:hover:before {
    background-color: #ff9600;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active {
    border-left-color: #ff9600;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active:before {
    background-color: #ff9600;
}

.producttab .tabsslider.vertical-tabs > ul.nav-tabs li.active a {
    background: transparent;
    color: #ff9600;
    border: none;
}

.producttab .tabsslider.vertical-tabs > .tab-content {
    border: 0;
    border-left: 1px solid #e6e6e6;
    min-height: 200px;
    margin-bottom: 0;
    padding: 20px;
}

.producttab #tab-description a {
    text-decoration: underline;
}

.product-view .producttab .tab-content .product-property-title {
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}

.product-view .producttab .tab-content .product-property-list {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.product-view .producttab .tab-content .product-property-list li {
    width: 50%;
    float: left;
    padding: 5px 0;
    border-bottom: 1px solid #f4f4f4;
}

.product-view .producttab .tab-content .property-title {
    float: left;
    color: #999;
    min-width: 150px;
}

.product-view .producttab .tab-content .product-property-list li .property-des {
    float: left;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #495057;
}

.button-toggle {
    display: block;
    text-align: center;
    background-color: transparent;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.button-toggle a {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 400;
    color: #666;
}

.button-toggle a:hover, .button-toggle a:focus, .button-toggle a:active {
    color: #ff9600;
    background-color: transparent;
    box-shadow: none;
}

.button-toggle a.active .toggle-less {
    display: block;
}

.button-toggle a.active .toggle-more {
    display: none;
}

.button-toggle a .toggle-less {
    display: none;
}

.button-toggle a .toggle-more {
    display: block;
}

/*---product info-------*/
.zoom-box {
    position: absolute;
    z-index: 5000;
    overflow: visible;
    display: none;
    cursor: pointer;
    max-width: 700px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 5px 6px 9px #5d5d5d3b;
    border-radius: 5px;
}

.zoom-box .prev-close {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.zoom-box .preview-container {
    border: 1px solid #FFD7D7D7;
    cursor: pointer;
    text-align: center;
}

.zoom-box .preview-container img {
    max-width: unset;
}

.flat-wrapper {
    display: inline-block;
    position: relative;
}

.flat-wrapper #zoom-selector {
    position: absolute;
    cursor: pointer;
    border: 2px solid #ff9600;
}

.flat-image-block {
    text-align: center;
}

#flat-image-block {
    text-align: center;
}
#product > .tab-content{
    margin-bottom: 45px;
}
.product-view .subheading {
    padding-left: 46px;
    margin: 2em 2% 1em 2%;
    text-align: left;
    border-top: 1px solid #e4e5e6;
}

.product-view .subheading .sub-inner {
    margin: -17px auto 0;
    font-weight: 700;
    font-size: 1em;
}

.product-view .subheading .sub-inner span {
    background: #FFF;
    padding: 3px 10px;
    color: #424242;
}

.product-view #interiors {
    margin-bottom: 50px;
    display: flex;
    clear: both;
    flex-wrap: wrap;
}

.product-view #interiors .subheading {
    flex: 0 0 96%;
}

.product-view #interiors .own-interior {
    background-color: #fafafa;
    margin-left: 15px;
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px dashed #a0a0a0;
}

.product-view #interiors .own-interior .own-interior-button {
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}

.product-view #interiors .own-interior .own-interior-button:hover {
    color: #ff9600;
}

.product-view #interiors .own-interior .own-interior-button i {
    display: block;
    font-size: 23px;
    font-weight: 200;
}

.product-view #interior-thumbs {
    width: 75%;
    float: left;
}

@media (max-width: 600px) {
    .product-view #interior-thumbs {
        width: 50%;
    }
}

#collage_related {
    margin-bottom: 50px;
}

.product-view #tab-tags {
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    padding: 10px;
    clear: both;
}

.product-view #tab-tags > a, .product-view #tab-tags > i {
    margin-bottom: 3px;
}

.product-view .model b {
    color: red;
}

.product-wish {
    float: right;
}

.product-wish button {
    border-radius: 100%;
    border: none;
    padding: 15px;
    opacity: 0.6;
    width: 45px;
    height: 45px;
    line-height: 10px
}

.product-wish button:hover {
    opacity: 1;
    color: #ff9600;
}

.price {
    margin: 0 0 10px 0;
    line-height: 24px;
    color: #ff0721;
    font-size: 16px;
    font-weight: 600;
}

.price .price-old {
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 1.3rem;
    font-weight: 600;
}

.price .price-new, .price span.price {
    color: #ff9600;
    font-size: 1.6rem;
    font-weight: 700;
}

.product_page_price {
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.product_page_price .price-new {
    font-size: 28px;
    display: inline-block;
}

.product_page_price .price-old {
    vertical-align: top;
}

.product_page_price .price-tax {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.discount-block {
    display: inline-block;
}
.discount-block .discount {
    display: inline-block;
    position: relative;
    top: -20px;
    right: 8px;
    width: 35px;
    height: 35px;
    font-size: 13px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #efefef;
    text-align: center;
}

.product-view {
    margin-bottom: 30px;
}

.product-view .rating .rating-box, .product-view .ratings .rating-box {
    vertical-align: top;
    line-height: 18px;
}

.product-view .content-product-left .large-image {
    display: block;
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 0;
    border-radius: 3px;
    width: 86%;
    float: left;
}

.product-view .content-product-left .full_slider {
    margin: 0;
    margin-top: 10px;
}

.product-view .content-product-left .full_slider .image-additional {
    width: 100%;
}

.product-view .content-product-left .full_slider .thumbnail {
    border-color: #eaeaea;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.product-view .content-product-left .full_slider .thumbnail.active {
    border-color: #222;
}

.product-view .content-product-middle {
    width: 100%;
    display: inline-block;
}

@media (min-width: 1200px) {
    .product-view div.col-gallery-slider .product-box-desc {
        position: absolute;
        width: 45% !important;
        right: 0;
        transform: translateY(-100%);
    }

    .product-view div.col-gallery-slider .short_description {
        position: absolute;
        width: 45%;
        right: 0;
    }
}

.product-view .content-product-right .title-product h1 {
    font-size: 2.2rem;
    color: #222;
    font-weight: 500;
}

.product-view .content-product-right .box-review {
    font-size: 1.2rem;
    color: #999;
}

.product-view .content-product-right .box-review .ratings {
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 0;
    position: relative;
}

.product-view .content-product-right .box-review a {
    color: #666;
    display: inline-block;
}

.product-view .content-product-right .box-review a:hover {
    color: #ff9600;
}

.product-view .content-product-right .box-review .rating {
    display: inline-block;
}

.product-view .content-product-right .box-review .order-num {
    color: #f50;
    font-weight: 600;
    padding: 0 10px;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .product-view .content-product-right .box-review .order-num {
        float: right;
    }
}

.product-view .content-product-right .box-review .order-num .fa {
    font-size: 22px;
    padding: 0 5px;
}

.product-view .content-product-right .product-box-desc {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.product-view .content-product-right .product-box-desc span {
    display: inline-block;
    min-width: 120px;
}

.product-view .content-product-right .product-box-desc .brand a {
    color: #666;
}

.product-view .content-product-right .product-box-desc .brand a:hover {
    color: #ff9600;
}

.product-view .content-product-right .product-label {
    line-height: 24px;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.product-view .content-product-right .product-label .price {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

.product-view .content-product-right .product-label .list-unstyled {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

.product-view .content-product-right .short_description {
    display: block;
    padding-top: 20px;
    clear: both;
}

.product-view .content-product-right .short_description h3 {
    margin-bottom: 5px;
}

.product-view .content-product-right .short_description ol {
    padding: 0;
}

.product-view .content-product-right .so-colorswatch-productpage-icons {
    margin-bottom: 15px;
    text-align: left;
}

.product-view .content-product-right .countdown_box {
    position: static;
    margin: 0;
    -webkit-transform: scale(1) translateX(0);
    -moz-transform: scale(1) translateX(0);
    -ms-transform: scale(1) translateX(0);
    -o-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
    width: 100%;
    margin-bottom: 20px;
}

.product-view .content-product-right .countdown_box .countdown_inner {
    text-align: left;
}

.product-view .content-product-right .countdown_box .countdown_inner .title {
    padding: 0px;
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 40px;
}

.product-view .content-product-right h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.product-view .content-product-right .box-info-product {
    float: left;
    width: 100%;
    margin: 0;
}

.product-view .content-product-right .box-info-product .quantity {
    margin-bottom: 25px;
}

.product-view .content-product-right .box-info-product .quantity .control-label {
    min-width: 120px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control {
    position: relative;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control input.form-control {
    float: left;
    width: 40px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span {
    width: 33px;
    height: 32px;
    border: none;
    color: #999;
    float: left;
    line-height: 32px;
    padding: 0;
    background-color: #f9f9f9;
    border-radius: 0;
}

.product-view .content-product-right .box-info-product .quantity .quantity-control span:hover {
    background-color: #efeded;
    cursor: pointer;
}

.product-view .content-product-right .box-info-product .cart {
    margin: 0 0 10px;
}

.product-view .content-product-right .box-info-product .cart .btn {
    background-color: #ff9600;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    max-width: 200px;
    width: 200px;
    margin-bottom: 10px;
}

.product-view .content-product-right .box-info-product .cart .btn.btn-checkout {
    background-color: #b2c400;
}

.product-view .content-product-right .box-info-product .cart .btn.btn-checkout:hover {
    background-color: #889c0b;
}

.product-view .content-product-right .box-info-product .cart .btn:hover {
    background-color: #cc7800;
}

.product-view .content-product-right .box-info-product .add-to-links {
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0;
    display: inline-block;
}

.product-view .content-product-right .box-info-product .add-to-links .fa {
    width: 27px;
    height: 27px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
    background: #ffe8e8;
    border: 1px solid #ffe8e8;
    border-radius: 50%;
}

.product-view .content-product-right .share {
    margin-top: 10px;
}

.product-view .content-product-right .share .socials-wrap {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}

.product-view .content-product-right .share .socials-wrap span {
    font-size: 1.4rem;
    color: #222;
    font-weight: 600;
}

.product-view .content-product-right .share .socials-wrap ul {
    float: right;
}

.product-view .content-product-right .share .socials-wrap ul li {
    float: left;
    margin-left: 35px;
}

.product-view .content-product-right .share .socials-wrap ul li a {
    font-size: 16px;
}

/*=== share links ===*/
.product-view .social-share {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.product-view .social-share .title-share {
    float: left;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 10px;
}

.product-view .social-share .wrap-content {
    float: left;
}

.product-view .social-share .wrap-content a {
    margin-left: 5px;
}

#product-product #main-image, #render-canvas {
    width: 100%;
}

.product-view .fast-sizes {
    margin: 2em 1em .3em;
    text-align: center;
    color: #747474;
    border-top: 1px solid #dedede;
}

.product-view .fast-sizes > div {
    margin: -14px auto 0;
    font-weight: 500;
    font-size: .9em;
}

.product-view .fast-sizes span {
    background: #F6FAFE;
    padding: 3px 10px;
}

#thumb-slider {
    width: 12%;
    position: relative;
    float: left;
    margin-right: 2%;
}

@media (max-width: 567px) {
    #thumb-slider {
        display: none;
    }
}

.large-image {
    display: block;
    position: relative;
    border: 1px solid #f7f7f7;
    padding: 0;
    border-radius: 3px;
    width: 86%;
    float: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

@media (max-width: 567px) {
    .large-image {
        width: 100%;
    }
}

.ro_disabled {
    background: #ff9595 !important;
    color: #ffc6c6 !important;
    cursor: default;
}

.edit-button {
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    flex-grow: 1;
}

.edit-button a {
    display: block;
    cursor: pointer;
    padding: 20px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
    line-height: 16px;
}

@media (max-width: 830px) {
    .edit-button a {
        font-size: 12px;
        padding: 10px 5px;
    }

    .edit-button {
        width: 100%;
    }
}

#edit-open, #show-split, #detail-view {
    background: #ff9600;
    border-radius: 5px;
}

#edit-close {
    background: #ff0000;
    border-radius: 5px;
}

#edit-open:hover, #show-split:hover, #detail-view:hover {
    background: #ffb42c;
}

#edit-close:hover {
    background: #ff5149;
}

#render-canvas {
    display: none;
    width: 100%;
}

.spinner {
    position: absolute;
    z-index: 99999;
    background-color: #f0f0f0;
    opacity: 0.8;
    pointer-events: none;
    cursor: default;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    padding-left: inherit;
    padding-right: inherit;
    min-height: 100px;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: auto;
    font-size: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: -9999em;
    z-index: 999;
    border-top: 1.1em solid rgba(180, 220, 230, 0.2);
    border-right: 1.1em solid rgba(180, 220, 230, 0.2);
    border-bottom: 1.1em solid rgba(180, 220, 230, 0.2);
    border-left: 1.1em solid #0bbbed;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dimensions {
    background-color: #f6fafe;
    padding: 10px 0;
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.presets-wrapper {
    display: none;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.dims-inputs, .pic-parts-block {
    display: table-cell;
    vertical-align: middle;
}

.pic-parts p {
    margin: 0 0 5px !important;
}

.dims-inputs {
    width: 59%;
}

.dims-inputs {
    padding: 15px;
    text-align: center;
}

.aspect-lock {
    line-height: 22px;
}

.pic-parts-block {
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    border-left: 1px dashed grey;
    width: 39%;
}

.pic-width, .pic-height {
    display: inline-block;
    width: 49%;
}

@media (min-width: 991px) and (max-width: 1350px) {
    .pic-width, .pic-height {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .pic-width, .pic-height {
        width: 100%;
    }
}

.pic-width input, .pic-height input {
    width: 90%;
    background-color: #fff;
    min-height: 60px;
    font-size: 2.5rem;
    border: 1px solid #e7f1fc;
    padding-left: 37%;
}

.pic-width input:hover, .pic-height input:hover {
    border: 1px solid #c5dcec
}

.pop-sizes-head {
    margin: 1em 1em .3em;
    text-align: center;
    color: #333;
    border-top: 1px solid #F2F2F2;
}

.presets-btn {
    display: inline-block;
    margin: 5px 5px 5px 0;
    font-size: 0.9em;
    padding: 5px;
    text-align: center;
    border: 1px solid #d3e9ff;
    background-color: white;
    max-width: 66px;
    width: 45%;
    cursor: pointer;
}

.presets-btn:hover {
    border: 1px solid #a0ccf8;
}

.dim-ctrl-w, .dim-ctrl-h {
    width: 30%;
    height: 100%;
    background-color: #e6e9f0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    color: #b0b0b0;
    font-size: 25px;
    min-width: 35px;
}

.dim-ctrl-w {
    padding: 16px 0;
    line-height: 25px;
}

.dim-ctrl-w div {
    display: inline-block;
    width: 47%;
    vertical-align: middle;
}

.dim-ctrl-h div {
    display: inline-block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    right: 0;
    vertical-align: middle;
    line-height: 28px;
}

.dim-ctrl-h div:first-child {
    top: 14%;
}

.dim-ctrl-h div:nth-child(2) {
    bottom: 9%;
}

#collage-parts {
    display: none;
}

.btn-pushed {
    background: #455b72 !important;
}

#control-buttons {
    margin: 23px 0 0 0;
    padding: 0 15px;
    text-align: center;
    display: none;
}

.control-jack {
    position: relative;
    border-top: 1px solid #f6851f;
    padding: 20px 5px 0 5px;
    display: inline-block;
    margin-left: 12px;
    margin-bottom: 15px;
    vertical-align: top;
}

.control-jack:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 100;
    top: 0;
    width: 1px;
    height: 5px; /* or 100px */
    background: #f6851f;
}

.control-jack:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 100;
    top: 0;
    width: 1px;
    height: 5px; /* or 100px */
    background: #f6851f;
}

.control-jack-box {
    display: block;
    position: absolute;
    height: 16px;
    left: 19px;
    background-color: #ffffff;
    top: -8px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    color: #767676;
    line-height: 13px;
}

.control-buttons {
    display: inline-block;
    padding: 10px 14px;
    background-color: #efefef;
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #c4c4c4;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 11px;
    vertical-align: top;
    border-radius: 4px;
    margin-bottom: 5px;
}

.control-buttons input {
    margin: 0;
}

.control-buttons:hover {
    background-color: #ffcd9b;
}

#control-buttons .options-info {
    padding-right: 5px;
    position: absolute;
    right: -30px;
    padding-left: 5px;
    top: -4px;
    background: #FFF;
}

.controls-block {
    margin: 10px 10px 25px 0;
    display: inline-block;
}

.control-type-switcher .control-buttons > input, .control-type-switcher .control-buttons > span {
    display: inline-block;
    vertical-align: middle;
}

.control-type-switcher .control-buttons > span {
    margin-left: 4px;
}

/*#mod-space-block, #inset-value-block{*/
/*position: relative;*/
/*margin-top: 5px;*/
/*}*/
#mod-space-block > span:first-child, #pic-space-block > span:first-child, #inset-value-block > span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 15px;
    font-size: 12px;
}

#pic-space {
    min-width: 50%;
}

#pic-space .control-jack {
    width: 100%;
}

#inset-type, #mod-space {
    min-width: 45%;
}

#inset-type .control-jack, #mod-space .control-jack {
    width: 100%;
}

@media (max-width: 991px) {
    #inset-type, #mod-space, #pic-space {
        width: 100%;
    }
}

.pushed {
    color: #fff8dc !important;
    border: 1px solid #d66510 !important;
    background-color: #f6851f !important;
}

.vertical-align {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.interior-top {
    position: absolute;
    text-align: center;
    font-size: 0;
    z-index: 1000;
}

.interior-modal {
    position: relative;
    display: block;
    cursor: pointer;
}

.interior-modal-front {
    border: none;
    display: inline-block !important;
    user-select: none;
    width: auto;
}

.interior-modal-background {
    width: 100%;
    /*max-width: 1200px;*/
    user-select: none;
}

.mo_container .nav-tabs > li.active > a {
    background-color: #f6f6f6;
}

.mo_container .mo_value {
    display: none;
}

.mo_container .radio label {
    padding: 0;
}

.mo_container li:hover .option-content-box {
    color: #ff9600 !important;
}

.mo_container svg {
    max-width: 15px;
    float: left;
    width: 100%;
    margin: 1px 5px 0 0;
}

.mo_container li .mo-icon {
    fill: #666;
}

.mo_container li:hover .mo-icon, .mo_container li.active .mo-icon {
    fill: #ff9600;
}

.mo_container li.active .option-content-box, .mo_container li.active:hover .option-content-box {
    color: #ff9600;
    font-weight: 600;
    text-transform: uppercase;
}

.mo_container .option-content-box img {
    max-width: 15px;
    float: left;
    width: 100%;
    margin-right: 3px;
    margin-top: 1px;
}

.options-reset, .options-info {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #8a8a8a;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
}

.options-info i {
    color: #8a8a8a;
}

.options-reset i:hover, .options-info i:hover {
    color: #b2c400;
}

.select-params {
    font-size: 15px;
    color: red;
}

.product-option {
    display: inline-block;
    margin: 0;
}

.product-option-group .product-option {
    margin-left: 10px;
}

.product-option-group .product-option .image-opt {
    padding: 5px;
    text-align: center;
}

.product-option-group .product-option .image-opt span {
    display: block;
}

.product-option-group .product-option .image-opt input {
    display: none;
}

.product-option-group .product-option .image-opt .option-content-box {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 8px;
}

.product-option-group .product-option .image-opt .option-content-box:hover {
    border-color: #ff9600;
}

.product-option-group .product-option .image-opt input:checked + .option-content-box {
    color: #ff9600;
    border: 1px solid #ff9600;
}

.product-option-group .product-option .image-opt .option-content-box img {
    max-width: 100px;
}

.product-option-group .product-option .image-opt input:disabled + .option-content-box {
    opacity: .5;
}

#total-table {
    font-size: 12px;
}

#total-table table {
    cursor: grab;
}

#total-table td {
    min-width: 95px;
    vertical-align: middle;
}

#main-image-block {
    min-height: 200px;
    text-align: center;
}

#edit-block {
    min-height: 50px;
    margin-top: 50px;
    margin-left: 30px;
    position: relative;
}

#edit-panel {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

#edit-panel i {
    margin-right: 5px;
    display: inline-block;
}

#edit-panel i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

#edit-panel i + span {
    display: inline-block;
    vertical-align: middle;
}

.reset-product {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.reset-product i:hover {
    color: red;
}

.mod-part, .collage-part {
    text-align: center;
    cursor: pointer;
}

.mod-part.active, .collage-part.active {
    border: solid 1px orange;
}

.mod-part img {
    margin-top: 10px !important;
}

#module-parts .owl-nav, #collage-parts .owl-nav, #interior-thumbs .owl-nav, #product .product-option-group .owl-nav, .portrait_works .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    font-size: 22px;
}

#module-parts .owl-next, #collage-parts .owl-next, #interior-thumbs .owl-next, #product .product-option-group .owl-next, .portrait_works .owl-carousel .owl-nav button.owl-next {
    right: -10px
}

#module-parts .owl-prev, #collage-parts .owl-prev, #interior-thumbs .owl-prev, #product .product-option-group .owl-prev, .portrait_works .owl-carousel .owl-nav button.owl-prev {
    left: -10px
}

#module-parts .owl-next, #module-parts .owl-prev, #collage-parts .owl-next, #collage-parts .owl-prev, #interior-thumbs .owl-prev, #interior-thumbs .owl-next, #product .product-option-group .owl-next, #product .product-option-group .owl-prev,
.portrait_works .owl-carousel .owl-nav button.owl-prev, .portrait_works .owl-carousel .owl-nav button.owl-next {
    background: #f0f0f0;
    padding: 15px 8px 15px 8px !important;
    font-weight: 600;
    border: none;
    position: absolute;
    transform: translateY(-50%);
    border-radius: 30px;
    width: 28px;
    height: 52px;
}

#module-parts .owl-prev:hover, #module-parts .owl-next:hover, #collage-parts .owl-prev:hover, #collage-parts .owl-next:hover, #interior-thumbs .owl-prev:hover, #interior-thumbs .owl-next:hover, #product .product-option-group .owl-next:hover, #product .product-option-group .owl-prev:hover,
.portrait_works .owl-carousel .owl-nav button.owl-prev:hover, .portrait_works .owl-carousel .owl-nav button.owl-next:hover {
    background: #b2c400;
    color: #ffffff;
}

.switch {
    width: 24rem;
    position: relative;
    margin: 4rem auto;
}

.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.switch input:checked {
    z-index: 1;
}

.switch input:checked + label {
    color: #ff9600;
    opacity: 1;
    cursor: default;
}

.switch input:not(:checked) + label:hover {
    opacity: 0.5;
    color: #ff9600;
}

.switch label {
    color: #0e0e0e;;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
}

.switch .toggle-outside {
    height: 3.4rem;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}

.switch .toggle-inside {
    border-radius: 5rem;
    background: #ff9600;
    position: absolute;
    transition: 0.25s ease all;
}

.switch--horizontal {
    width: 27rem;
    height: 4.4rem;
    margin: 1rem auto;
    font-size: 0;
    border-radius: 39px;
    background-color: #ffffffed;
    padding: 5px 0;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: -32px;
    text-align: center;
    backdrop-filter: blur(3px);
}

.switch--horizontal input {
    height: 4.3rem;
    width: 7rem;
    left: 12.4rem;
    margin: 0;
}

.switch--horizontal label {
    font-size: 1.5rem;
    line-height: 3rem;
    display: inline-block;
    height: 100%;
    margin: 0;
    text-align: center;
}

.switch--horizontal input:disabled + label, .switch--horizontal input:disabled + label:hover {
    cursor: not-allowed;
    color: #b1b1b1;
}

.switch--horizontal label:last-of-type {
    margin-left: 8.5rem;
}

.switch--horizontal .toggle-outside {
    background: #fff;
    position: absolute;
    width: 6.4rem;
    left: 12.4rem;
    border: 0.2rem solid #dddddd;
}

.switch--horizontal .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}

.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
}

.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 3.25rem;
}

@media (max-width: 550px) {
    .switch .toggle-outside {
        height: 2.4rem;
    }

    .switch--horizontal {
        width: 20rem;
        height: 3.2rem;
    }

    .switch--horizontal label {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .switch--horizontal label:last-of-type {
        margin-left: 6.4rem;
    }

    .switch--horizontal .toggle-outside {
        width: 4.4rem;
        left: 9.4rem;
    }

    .switch--horizontal .toggle-inside {
        height: 1.5rem;
        width: 1.5rem;
    }

    .switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
        left: 2.25rem;
    }
}

.eco-print > img {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
    opacity: 0.8;
    max-width: 150px !important;
}

@media (max-width: 768px) {
    .eco-print > img {
        width: 18vw;
        top: 5px;
        right: -20px;
    }
}

.eco-print > img:hover {
    opacity: 1
}

#eco-print-popup ul {
    margin-left: 10px;
}

#eco-print-popup li {
    list-style: outside !important;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 25px;
    font-size: 18px;
}

#eco-print-popup .top > div {
    display: inline-block;
    vertical-align: middle;
}

#eco-print-popup .bottom a {
    color: #5ba924;
    text-decoration: underline;
}

#eco-print-popup .top .image {
    width: calc(70% - 2px);
    margin-bottom: 15px;
}

#eco-print-popup .top .adv {
    width: calc(30% - 2px);
    padding-left: 15px;
}

@media (max-width: 992px) {
    #eco-print-popup .top > div {
        display: block;
    }

    #eco-print-popup .top .image, #eco-print-popup .top .adv {
        width: 100%;
    }
}

/*------------header-------------------------*/
.header-top-left > div {
    line-height: 32px;
}

.addto .dropdown-menu {
    min-width: 300px;
    text-align: center;
    padding: 20px 0;
}

.addto .btn {
    background-color: #2aabd2;
}

#addto_modal a {
    color: red;
    text-decoration: underline;
}

@media (max-width: 992px) {
    .navbar-logo {
        margin-bottom: 15px;
    }
}

.header-middle {
    padding: 20px 0;
}

.header-top {
    padding: 10px 0;
    background-color: #f5f5f5;
    font-size: 13px;
}

header li {
    list-style: none;
}

header .language img {
    margin-right: 5px;
}

header .call-back-btn {
    width: 38%;
}

header .cont-phones {
    width: 55%;
}

header .cont-phones, header .call-back-btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    header .cont-phones {
        width: 100%;
    }

    header .call-back-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    header .cont-phones {
        width: 45%;
    }

    header .call-back-btn {
        width: 45%
    }
}

header .call-back-btn > i {
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 24px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 7px;
    color: #4d7293;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

header .call-back-btn > a {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    line-height: 17px;
    color: #4d7293;
}

@media (max-width: 1500px) {
    header .call-back-btn > a {
        width: 100%;
        margin-top: 5px;
    }
}

header .cont-phones {
    margin: 0 5% 0 0;
}

header .cont-phones li a, header .cont-phones li img, #information-contact .cont-phones li img {
    display: inline-block;
    vertical-align: middle;
}

header .cont-phones img, #information-contact .cont-phones img {
    max-width: 15px;
    margin-right: 10px;
}

header .cont-phones li {
    line-height: 25px;
}

.now_online, .now_offline, #schedule {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.now_online:before {
    background-color: #25bb3a;
}

.now_offline:before {
    background-color: #bb130e;
}

.now_offline:before, .now_online:before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}

#schedule {
    margin-left: 10px;
}

#schedule:before {
    background-color: #c4c4c4;
    content: "";
    height: 11px;
    position: absolute;
    left: -7px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.schedule-menu {
    width: 250px;
    font-size: 12px;
    text-align: center;
}

.schedule-block .dropdown-menu {
    right: 0;
    left: auto;
    padding: 10px 0 0 0;
    z-index: 1001;
}

.schedule-block .dropdown {
    display: inline-block;
}

header {
    background-color: #fff;
}

header.navbar-compact .header-middle {
    padding: 10px 0;
}

header.navbar-compact #cart {
    margin-top: 3px;
}

header .header-top {
    font-size: 13px;
    min-height: 40px;
    background-color: #f5f5f5;
}

header .header-top .module {
    display: table-cell;
    margin-bottom: 0;
}

header .header-top .header-top-right {
    text-align: right;
}

header .header-top .dropdown-menu li {
    line-height: 22px;
}

header .header-top .header-top-right {
    display: inline-block;
}

header .header-middle {
    clear: both;
    padding: 10px 0 5px 0;
}

header .header-middle > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

header .header-middle .hm-item {
    margin: auto;
    padding: 10px;
}

header .header-middle .navbar-logo {
    width: 15%;
}

header .header-middle .middle2 {
    width: 40%;
    z-index: 1000;
}

header .header-middle .middle3 {
    z-index: 1000;
    width: 45%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

@media (max-width: 991px) {
    header .header-middle .navbar-logo {
        width: 100%;
    }

    header .header-middle .middle3 {
        width: 100%;
    }
}

@media (max-width: 550px) {
    header .header-middle .middle3 {
        flex-wrap: wrap;
    }
}

header .header-bottom {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

header ul.top-link {
    list-style: none;
    margin: 0;
    vertical-align: top;
    display: inline-flex;
}

header ul.top-link > li {
    display: inline-block;
    position: relative;
    list-style: outside none none;
    padding-left: 20px;
    margin-left: 20px;
    padding-right: 0;
    font-size: 12px;
}

header ul.top-link > li.language {
    min-height: 23px;
}

header ul.top-link > li .btn-group {
    display: inline;
    line-height: 40px;
    padding: 12px 0;
}

header ul.top-link > li .btn-group .btn-link {
    padding: 0;
    border: none;
}

header ul.top-link > li .fa-caret-down {
    font-size: 12px;
}

header ul.top-link > li:after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 11px;
    position: absolute;
    left: 0;
    top: 16px;
    width: 1px;
}

header ul.top-link > li > a {
    font-size: 12px;
    color: #666;
    padding-left: 3px;
}

header ul.top-link > li.account > a {
    padding: 0;
    margin: 0;
}

header ul.top-link > li.account:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro';
    font-size: 12px;
}

header ul.top-link > li.account .dropdown-menu {
    left: 0;
    right: auto;
    z-index: 1001;
}

header ul.top-link > li.wishlist:before {
    content: "\f004";
    font-family: 'Font Awesome 5 Pro';
    font-size: 11px;
}

header ul.top-link > li.account:hover ul.dropdown-link {
    top: 34px;
    z-index: 9999;
    opacity: 1;
    border-top: 1px solid rgba(200, 199, 199, 0.3);
}

header ul.top-link > li.welcome-msg, header ul.top-link > li:first-child {
    padding-left: 0;
    margin-left: 0;
}

header ul.top-link > li.welcome-msg:after, header ul.top-link > li:first-child:after {
    display: none;
}

header .so-search-lg .search {
    position: relative;
    margin: 0;
    width: 100%;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
}

header .so-search-lg .search .select_category {
    border: none;
    border-right: 1px solid #d7d7d7;
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    width: 22%;
}

header .so-search-lg .search .select_category select {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 12px;
    padding: 0 15px;
}

header .so-search-lg .search .select_category select:hover {
    cursor: pointer;
}

header .so-search-lg .search .select_category.icon-select:after {
    color: #999;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 42px;
    right: 0;
    left: auto;
}

header .so-search-lg .search .input-group-btn {
    width: 0;
}

header .so-search-lg .search button {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    padding: 0 35px;
    font-size: 14px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

header .so-search-lg .search button i {
    font-size: 12px;
    color: #fff;
}

header .so-search-lg .search input {
    border: none;
    border-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 0;
    height: 40px;
    padding-left: 20px;
    font-size: 12px;
    width: 100%;
    background-color: #fff;
    color: #999;
}

header .so-search-lg .search input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

header .so-search-lg .search input:-ms-input-placeholder {
    color: #999;
}

header .so-search-lg .search input::-webkit-input-placeholder {
    color: #999;
}

header .so-search-lg .search input:focus {
    z-index: 0;
}

header .search-sm input {
    display: inline-block;
}

header .shopping_cart, header .wishlist-comp, header .telephone {
    text-align: center;
}

header .shopping_cart, header .wishlist-comp {
    flex-grow: 1;
}

header .telephone {
    flex-grow: 2;
}

@media (max-width: 550px) {
    header .telephone {
        width: 100%;
        margin-bottom: 15px;
    }
}

header .telephone ul li a {
    text-transform: capitalize;
}

header .telephone ul li a i {
    margin-right: 5px;
    color: #666;
}

header .lang-curr {
    float: right;
}

header .welcome-msg {
    font-size: 12px;
    line-height: 40px;
    clear: both;
}

header .welcome-msg b {
    color: #022;
}

header .wishlist-comp li {
    width: 40px;
    height: 40px;
    list-style: none;
    margin: 0 auto;
    line-height: 42px;
}

header .wish-count {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 10px;
}

header .wishlist-comp li a i {
    font-size: 26px;
    color: #232f3e;
}

header .wishlist-comp li a.top-link-wishlist {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    position: relative;
}

header .wishlist-comp li a.top-link-wishlist:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f004";
    font-size: 30px;
    color: #232f3e;
    display: block;
    text-indent: 0;
    font-weight: 900;
}

@media (max-width: 991px) {
    .header-bottom {
        background-color: #ff9600;
    }

    header .search-header-w {
        position: relative;
        top: 0;
        z-index: 99;
        float: left;
    }

    header .search-header-w .icon-search {
        text-align: center;
        line-height: 40px;
    }

    header .search-header-w .icon-search .col-xs-1 {
        padding-right: 0;
        padding-left: 5px;
    }

    header .search-header-w .icon-search i {
        font-size: 18px;
        color: #fff;
    }

    header .search-header-w .icon-search.active i::before {
        content: "\f00d";
    }

    header .search-header-w .icon-search:hover {
        cursor: pointer;
    }

    .search-sm input {
        background-color: #fff;
    }

    .sosearchpro-wrapper {
        padding: 0;
    }
}

@media (min-width: 991px) {
    header .shopping_cart {
        text-align: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    header .logo {
        text-align: center;
    }

    header .middle2 {
        width: 40px;
        position: relative;
        top: 41px;
        left: 110px;
    }

    header .middle3 {
        position: relative;
        top: 0;
    }
}

@media (max-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (max-width: 768px) {

    header .logo {
        text-align: center;
    }

    header .logo {
        text-align: center;
        height: 100px;
    }

    header .middle3 {
        position: relative;
        top: 0;
    }

    /*header .shopping_cart {*/
    /*margin-right: 45px;*/
    /*position: relative;*/
    /*top: 46px;*/
    /*}*/
    /*header .shopping_cart .dropdown-menu {*/
    /*right: -50px; }*/
    /*header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .text-shopping-cart, header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .items_cart2, header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .items_carts {*/
    /*display: none;*/
    /*}*/
    header .middle2 {
        width: 40px;
        position: relative;
        top: 0;
        left: 110px;
    }
}

@media (max-width: 480px) {
    header .middle2 .search-header-w {
        left: 150px;
    }
}

/*-----cart dropdown-----*/
.shopping_cart .btn-shopping-cart .checkout {
    padding: 10px 20px;
    text-align: center;
}

.btn-view-cart {
    margin-right: 20px;
}

.shopping_cart .dropdown-menu .content-item {
    max-height: 500px;
    overflow: auto;
}

.shopping_cart .btn-shopping-cart .added_items {
    color: #222;
}

.btn-shopping-cart .dropdown-menu {
    min-width: 600px;
}

.btn-shopping-cart .dropdown-menu .cart_product_name {
    color: #495057;
}

.btn-shopping-cart .dropdown-menu .cart_product_name:hover {
    color: #ff9600;
}

.btn-shopping-cart .dropdown-menu .empty {
    padding: 15px;
    margin: 0;
}

.dropdown-menu.shoppingcart-box .table {
    margin-bottom: 0;
}

.dropdown-menu.shoppingcart-box .table .btn-danger {
    background-color: transparent;
}

.dropdown-menu.shoppingcart-box .table .btn-danger i {
    color: #666;
}

.dropdown-menu.shoppingcart-box .table .btn-danger:hover i {
    color: #ff9600;
}

.btn-shopping-cart .table > tbody > tr > td {
    border: none;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.btn-shopping-cart .checkout {
    padding: 0 20px 10px;
}

.btn-shopping-cart .added_items {
    padding: 10px;
}

.header-top-right .top-link > li {
    position: relative;
}

header .dropdown-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.2s ease-out;
    margin-top: 10px;
    padding: 10px 20px;
    min-width: 120px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    right: 0;
    left: auto;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
}

header .dropdown-menu > li .btn-block {
    padding: 5px 0;
    line-height: 22px;
    color: #495057;
}

header .dropdown-menu > li .btn-block:hover {
    color: #ff9600;
}

header .dropdown-menu > li:hover button {
    color: #ff9600;
}

header .dropdown-menu .btn-block {
    border: none;
    background: transparent;
    text-align: left;
}

.btn-group .btn-link {
    text-align: left;
    background: transparent;
    text-decoration: none;
    padding: 5px 10px;
    font-weight: normal;
    color: #495057;
    position: relative;
    z-index: 1;
}

.btn-group .btn-link:hover {
    color: #ff9600;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
}

.nav-header {
    color: #667280;
}

@media (min-width: 1199px) {
    header .account:hover .dropdown-menu, header .header-top .top-link > li:hover .dropdown-menu, header .btn-group:hover .dropdown-menu, header .dropdown:hover .dropdown-menu, header .btn-shopping-cart:hover .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

@media (max-width: 1199px) {
    header .open > .dropdown-menu {
        margin-top: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
}

.size-img-cart {
    width: 150px;
}

.size-options-cart {
    width: 270px;
}

#cart .dropdown-menu {
    margin-right: 15px;
    padding: 0;
}

#cart .dropdown-menu:after {
    left: auto;
    right: 49px;
}

.so-search .dropdown-menu {
    top: 100%;
    display: none;
}

@media (min-width: 1200px) {
    .so-search .dropdown-menu {
        min-width: 300px;
    }
}

.so-search .dropdown-menu .media-left {
    float: left;
    max-width: 150px;
}

.so-search .dropdown-menu .media-body a {
    color: #495057;
    float: none;
}

.so-search .dropdown-menu .media-body a:hover {
    color: #ff9600;
}

.so-search .dropdown-menu:after {
    display: none;
}

/*---*/
header #cart {
    line-height: 60px;
}

header .shopping_cart {
    position: relative;
}

/*@media(min-width: 991px){*/
/*header .shopping_cart {*/
/*padding-left: 0;*/
/*margin-top: 65px;*/
/*transform: translateY(-50%);*/
/*}*/
/*}*/
header .shopping_cart .btn-shopping-cart .top_cart {
    position: relative;
}

header .shopping_cart .btn-shopping-cart .top_cart .icon-c {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 48px;
}

header .shopping_cart .btn-shopping-cart .top_cart .icon-c i {
    font-size: 18px;
    color: #fff;
}

/*@media (min-width: 991px) and (-webkit-min-device-pixel-ratio: 0) {*/
/*header .shopping_cart .btn-shopping-cart .top_cart .icon-c {*/
/*padding-top: 3px; }*/
/*}*/
/*@media (max-width: 991px) {*/
/*header .shopping_cart .btn-shopping-cart .top_cart .icon-c{*/
/*background-color: transparent;*/
/*width: unset;*/
/*height: unset;*/
/*line-height: unset;*/
/*}*/
/*}*/
header .shopping_cart .shopcart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items {
    position: absolute;
    border-radius: 100%;
    background-color: #ff0000;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    right: -7px;
    top: -5px;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #ffffff;
}

header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .text-shopping-cart {
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%;
    text-transform: uppercase;
    float: left;
    padding-right: 5px;
}

header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .total-shopping-cart {
    font-size: 12px;
    float: left;
    line-height: 100%;
    font-weight: 700;
}

header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .total-shopping-cart .items_cart2 {
    display: none;
}

header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items .total-shopping-cart .items_cart {
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 27px;
    font-size: 12px;
    color: #fff;
    background-color: #232f3e;
    border: 1px solid #fff;
}

/*@media (max-width: 991px) {*/
/*header .shopping_cart .btn-shopping-cart .top_cart .shopcart-items{*/
/*right: -15px;*/
/*top: -13px;*/
/*}*/
/*}*/
header .shopping_cart .total-shopping-cart {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    line-height: 5px;
    top: 50%;
    color: #ff9600;
    font-weight: 700;
    right: 0;
    transform: translateX(calc(100% + 5px));
    white-space: nowrap;
}

@media (max-width: 991px) {
    header .shopping_cart .total-shopping-cart {
        display: none;
    }
}

header .shopping_cart .dropdown-menu {
    top: 100%;
    right: -15px;
    left: auto;
    color: #666;
}

header .shopping_cart .shoppingcart-box:before {
    right: 50px;
}

.so-search .search button {
    background-color: #ff9600;
}

.so-search .search button:hover {
    background-color: #cc7800;
}

.shopping_cart .btn-shopping-cart .top_cart .icon-c {
    background-color: #ff9600;
}

.shopping_cart .btn-shopping-cart .top_cart .shopcart-items .total-shopping-cart .items_carts, .signin-w ul li a:hover {
    color: #ff9600;
}

.wishlist-comp li a.top-link-wishlist:hover:before, .wishlist-comp li a:hover i {
    color: #ff9600;
}

.wrapper-boxed header .telephone ul li:first-child {
    display: none;
}

/*TOOLBAR LISTING TOP*/
#content.col-sm-6 .product-compare {
    display: none;
}

.filters-panel {
    border-radius: 0px;
    margin-bottom: 30px;
}

.filters-panel::after {
    display: block;
    clear: both;
    content: "";
}

.filters-panel.product-filter-bottom {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    margin-top: 20px;
}

.filters-panel .pagination {
    margin: 0;
}

.filters-panel .product-compare {
    margin-right: 0 !important;
}

.filters-panel .list-view {
    display: inline-block;
    margin-bottom: 20px;
}

.filters-panel .list-view .btn-gridview {
    border: none;
    color: #495057;
    float: left;
    padding: 0 5px;
    font-size: 12px;
}

.filters-panel .list-view button.btn {
    margin: 0px;
    margin-right: 2px;
    float: left;
    width: 33px;
    height: 33px;
    line-height: 34px;
    background: #666;
    text-align: center;
    padding: 0;
    border-radius: 0px !important;
    border: none;
}

.filters-panel .list-view button.btn i {
    color: #fff;
}

.filters-panel .list-view button.btn:hover, .filters-panel .list-view button.btn.active {
    background: #ff9600;
    box-shadow: none;
    color: #fff;
}

.filters-panel .list-view button.btn:hover i, .filters-panel .list-view button.btn.active i {
    color: #fff;
}

.filters-panel .list-view button.btn:focus {
    border-radius: 0;
    outline: none;
}

.filters-panel .list-view .fa {
    font-size: 14px;
}

.filters-panel label {
    font-size: 12px;
    font-weight: normal;
    color: #444;
}

.filters-panel .btn-default {
    padding: 9px 20px;
    background: #eee;
    color: #333;
    border-radius: 3px;
    border: none;
    font-size: 12px;
}

.filters-panel .btn-default:hover {
    background: #ff9600;
    border-color: #ff9600;
    color: #fff;
}

.filters-panel .form-control, .filters-panel .btn {
    height: 33px;
    line-height: 33px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    background-color: #fff;
}

/*.filters-panel .form-group {*/
/*margin-left: 10px; }*/
.filters-panel .form-group select.form-control:hover {
    cursor: pointer;
}

.filters-panel .short-by-show.text-center .form-group {
    display: none;
}

.box-pagination .pagination > li {
    margin: 0 3px;
}

.box-pagination .pagination > li:hover span, .box-pagination .pagination > li.active span, .box-pagination .pagination > li:hover a, .box-pagination .pagination > li.active a {
    border-color: #ff9600;
    background-color: #ff9600;
    color: #fff;
}

.box-pagination .pagination > li span, .box-pagination .pagination > li a {
    text-align: center;
    width: 33px;
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    padding: 0;
}

.box-pagination .pagination {
    display: block;
}

#load-more-products {
    width: 200px;
    height: 60px;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    border: 1px solid #ff9600;
}

#load-more-products:hover {
    background-color: #ff9600;
    color: rgb(255, 255, 255);
}

/*__collage__*/
#fileupload, #fileupload-main, .fileupload {
    display: none;
}

#canvas-image-close {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer !important;
    background: url(/image/image-close.png) no-repeat 0 0;
}

#canvas-image-close:hover {
    background: url(/image/image-close-hover.png) no-repeat 0 0;
}

#render-canvas-block {
    text-align: center;
    position: relative
}

#catalog-image-load {
    margin-bottom: 3px;
}

#catalog-image-load, #user-image-load {
    user-select: none;
    z-index: 2;
    position: relative;
}

#catalog-image-load .load-icon, #user-image-load .load-icon {
    font-size: 23px;
    display: inline-block;
    background: #fff;
    padding: 5px;
    width: 100%;
    height: 35px;
    text-align: center;
    cursor: pointer;
    color: #49626e;
    min-width: 40px;
    border-radius: 5px;
}

#catalog-image-load .load-icon:hover, #user-image-load .load-icon:hover {
    color: #ff9600;
}

.pushed-load-icon {
    color: #ff9600 !important;
}

.side-load-menu {
    display: none;
    vertical-align: bottom;
    position: absolute;
    padding: 10px;
    background: white;
    right: -10px;
    transform: translate(100%, -50%);
    border-radius: 5px;
    top: 50%;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
    width: 30vw;
    min-width: 150px;
}

.side-load-menu:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(-100%, -50%);
    z-index: 1;
    border-top: 9px solid transparent;
    border-right: 10px solid white;
    border-bottom: 9px solid transparent;
}

#catalog-image-load .load-icon:not(.pushed-load-icon):hover:before, #user-image-load .load-icon:not(.pushed-load-icon):hover:before {
    content: "\f067";
}

#canvas-image-load {
    position: absolute;
    display: none;
    text-align: left;
    z-index: 1000;
}

.load-image-container {
    display: none;
    text-align: center;
    position: absolute;
    top: -10px;
    transform: translateY(-100%);
    background: #ffffff;
    border-radius: 5px;
}

.load-image-container:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 9px solid #ffffff;
    transform: translateY(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.load-image-more {
    padding: 2px 12px;
    background: #fff;
    border-radius: 25px;
    font-size: 18px;
    cursor: pointer;
}

.load-image-more:hover, .load-image-more.load-pushed {
    background: #6a6a6a !important;
    color: white !important;
}

.catalog-image-load-content {
    position: absolute;
    min-width: 350px;
    background: #fff;
    left: 0;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 10px;
    display: none;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 8%);
}

.catalog-image-load-content .media-body > span {
    padding: 0 5px;
}

.active-list {
    opacity: 1 !important;
    height: auto !important;
    overflow: unset !important;
}

.catalog-image-load-content li:hover {
    background: #efefef;
}

.catalog-image-load-content:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 1px;
    width: 0;
    height: 0;
    transform: translateY(-100%);
    z-index: 1;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #fff;
}

.add-files {
    padding-top: 26px;
    margin-right: 10px;
}

.user-files {
    text-align: center;
    padding: 10px;
    flex-wrap: wrap;
    display: flex;
}

.user-files li {
    flex-grow: 1;
    height: 100px;
    position: relative;
    min-width: 100px;
}

.user-files li:hover img {
    opacity: .8;
}

.user-files li:hover span > i {
    color: #1d0000;
}

.user-files li span:hover > i {
    color: #e70002;
}

.user-files li a {
    padding: 5px;
    width: 100%;
    height: 100%;
    display: block;
}

.user-files .user-image-del {
    position: absolute;
    top: 5px;
    right: 7px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
}

.user-files .user-image-del:hover {
    color: red;
}

.user-files img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.user-image-error {
    word-break: break-all;
    margin: 0;
    padding-top: 20px;
}

.user-image-error button {
    position: absolute;
    top: 0;
    right: 3px;
}

.files-progress {
    display: none;
    background-image: url(/image/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100px;
}

/*--calculator---*/
#user-files-block .user-files {
    margin: 2px 0 30px 0;
    list-style: none;
    border: 1px solid #e1e1e1;
    padding-top: 25px;
    border-radius: 5px;
}

@media (max-width: 500px) {
    #user-files-block .user-files {
        padding-top: 50px;
    }
}

#user-files-block .user-files li {
    flex-grow: 0;
}

@media (max-width: 771px) {
    #user-files-block .user-files li {
        flex-grow: 1;
    }
}

#user-files-block .user-files li a {
    display: block;
}

/************************************************************************************************
 MODULE [commons]
 *************************************************************************************************/
.owl-carousel.owl-arrows .owl-nav {
    top: 0;
    right: 0;
    position: static;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev, .owl-carousel.owl-arrows .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #c3c3c3;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 18px;
    font-weight: 400;
    color: #e9e9e9;
    position: absolute;
    margin-top: -16px;
    top: 50%;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev:before, .owl-carousel.owl-arrows .owl-nav .owl-next:before {
    color: #c3c3c3;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    text-indent: -2px !important;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 28px;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev:before {
    text-indent: -2px !important;
}

.owl-carousel.owl-arrows .owl-nav .owl-next:before {
    text-indent: 2px !important;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev.owl-next, .owl-carousel.owl-arrows .owl-nav .owl-next.owl-next {
    margin-left: 5px;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev.owl-next:before, .owl-carousel.owl-arrows .owl-nav .owl-next.owl-next:before {
    content: "\f0da";
}

.owl-carousel.owl-arrows .owl-nav .owl-prev.owl-prev:before, .owl-carousel.owl-arrows .owl-nav .owl-next.owl-prev:before {
    content: "\f0d9";
}

.owl-carousel.owl-arrows .owl-nav .owl-prev:hover, .owl-carousel.owl-arrows .owl-nav .owl-next:hover {
    border-color: #c3c3c3;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev:hover:before, .owl-carousel.owl-arrows .owl-nav .owl-next:hover:before {
    color: #c3c3c3;
}

.owl-carousel.owl-arrows .owl-nav .owl-prev {
    left: -16px;
    right: auto;
}

.owl-carousel.owl-arrows .owl-nav .owl-next {
    right: -16px;
    left: auto;
}

.owl-carousel.owl-arrows .owl-nav > button {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    margin-top: 0;
}

.owl-carousel.owl-arrows:hover .owl-nav > button {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 771px) {
    .owl-carousel.owl-arrows .owl-nav {
        display: none
    }
}

/************************************************************************************************
 MODULE LISTING TABS
 *************************************************************************************************/
.products-list .product-grid .product-item-container .right-block {
    padding-top: 20px;
}

.so-listing-tabs {
    margin: 0 -15px -30px -15px;
    overflow: unset;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-slider .ltabs-item {
    margin-bottom: 0;
}

.so-listing-tabs .products-list.grid .product-layout .product-item-container {
    margin-bottom: 30px;
}

.so-listing-tabs .ltabs-wrap {
    overflow: unset;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container {
    position: absolute;
    top: -6px;
    right: 0;
    margin: 0;
    float: right;
    text-align: right;
    height: 0;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab {
    border: medium none;
    display: inline-block;
    line-height: 100%;
    padding: 0 0 5px 0;
    float: none;
    margin-left: 20px;
    position: relative;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab:after {
    position: absolute;
    content: "";
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ff9600;
    transition: all 0.2s ease-in-out 0s;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab .ltabs-tab-label {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab .ltabs-tab-label:hover {
    color: #ff9600;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab:hover:after, .so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab.tab-sel:after {
    width: 100%;
    left: 0;
}

.so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab:hover .ltabs-tab-label, .so-listing-tabs .ltabs-wrap .ltabs-tabs-container .ltabs-tabs-wrap ul.ltabs-tabs li.ltabs-tab.tab-sel .ltabs-tab-label {
    color: #ff9600;
}

.so-listing-tabs .wap-listing-tabs {
    clear: both;
    margin-top: 0;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-items-inner {
    position: static;
}

.so-listing-tabs .ltabs-items-container .ltabs-items .ltabs-items-inner .ltabs-item .item-inner {
    margin: 0 15px 30px 15px;
}

/************************************************************************************************
 MODULE VIDEO PRESENT
 *************************************************************************************************/
.module.main-presentation {
    position: relative;
}

.module.main-presentation .box-content {
    padding-top: 30px;
    border-top: 1px solid #b2b2b2;
}

/************************************************************************************************
 MODULE PRODUCT ADVANTAGE
 *************************************************************************************************/
.module.common-service {
    clear: both;
    border: 1px dotted #b2b2b2;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.module.common-service .box {
    margin-top: 20px;
}

.module.common-service .box > .row {
    padding: 0 5px;
}

@media (max-width: 768px) {
    .module.common-service .box .col-xs-6:nth-child(3n) {
        clear: left;
    }
}

.module.common-service .modtitle span {
    font-size: 16px;
}

.module.common-service .item {
    text-align: center;
}

.module.common-service .item > span {
    line-height: 20px;
    display: block;
    font-weight: 500;
    color: #919191;
}

.module.common-service .item img {
    max-height: 120px;
}

.module.common-service ul li {
    margin-bottom: 25px;
    padding-left: 25%;
    line-height: 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.module.common-service ul li:before {
    content: url('/image/icons/bullet.svg');
    position: absolute;
    top: 0;
    left: calc(25% - 40px);
    width: 20px;
}

.module.common-service ul li > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.module.common-service .text-adv {
    padding-top: 25px;
    border-radius: 12px;
    display: table;
}

.module.common-service .text-adv .left-side, .module.common-service .text-adv .right-side {
    display: table-cell;
}

.module.common-service .text-adv .left-side {
    width: 75%;
    padding: 0 10px;
    position: relative;
    word-break: break-word;
}

.module.common-service .text-adv .left-side:after {
    border-right: 1px dotted #6a6a6a;
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    height: 100%;
}

.module.common-service .text-adv .right-side {
    background-image: url(/image/star_count.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    text-align: right;
    padding: 20px 20px 10px 0;
    text-shadow: 3px 3px #fff, -3px 3px #fff, 3px -3px #fff, -3px -3px #fff;
}

.module.common-service .text-adv .right-side span {
    display: block;
    font-size: 38px;
    line-height: 48px;
    font-weight: 600;
    padding-left: 15px;
    color: #ff9600;
}

.module.common-service .text-adv .right-side span.num {
    font-size: 60px;
    color: #b2c400;
    font-weight: 900;
    line-height: 65px;
    margin-top: 6px;
}

.module.common-service .text-adv:after {
    position: absolute;
    width: 85%;
    border-bottom: 1px solid #dcdcdc;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
}

@media (max-width: 991px) {
    .module.common-service ul li {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .module.common-service .text-adv {
        display: block;
    }

    .module.common-service .text-adv .left-side, .module.common-service .text-adv .right-side {
        display: block;
        width: 100%;
    }

    .module.common-service .text-adv .left-side:after {
        border: none;
    }
}

/************************************************************************************************
 MODULE PRODUCT WE USE
 *************************************************************************************************/
.product-we-use {
    clear: both;
    border: 1px dotted #b2b2b2;
    padding: 25px 15px 10px 15px;
    position: relative;
}

.content-product-top .module.product-we-use .modtitle span {
    font-size: 16px;
}

.module.product-we-use .item {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 15px;
    position: relative;
    line-height: 25px;
}

@media (max-width: 771px) {
    .module.product-we-use .item.col-xs-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 771px) {
    .module.product-we-use .item.col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

.module.product-we-use .item h4 {
    margin-bottom: 6px;
}

.module.product-we-use .item span {
    display: block;
    line-height: 18px;
}

.module.product-we-use .item:after {
    position: absolute;
    content: '';
    border-bottom: 1px dotted #bfbfbf;
    width: 52%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.module.product-we-use .item img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 100px;
    width: 100%;
}

@media (max-width: 991px) {
    .content-product-top .module.product-we-use {
        display: none;
    }
}

@media (min-width: 991px) {
    .content-product-middle .module.product-we-use {
        display: none;
    }
}

/************************************************************************************************
 MODULE LATEST BLOG
 *************************************************************************************************/
.blog-home .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.blog-home .owl-nav .owl-prev, .blog-home .owl-nav .owl-next {
    background-color: transparent;
    border: 2px solid #e9e9e9;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 99;
    font-size: 18px;
    font-weight: 400;
}

.blog-home .owl-nav .owl-prev:before, .blog-home .owl-nav .owl-next:before {
    color: #e9e9e9;
    font-family: 'Font Awesome 5 Pro';
    display: block;
    text-indent: 0 !important;
    width: 100%;
    height: 100%;
    font-size: 18px;
}

.blog-home .owl-nav .owl-prev.owl-next, .blog-home .owl-nav .owl-next.owl-next {
    margin-left: 5px;
}

.blog-home .owl-nav .owl-prev.owl-next:before, .blog-home .owl-nav .owl-next.owl-next:before {
    content: "\f0da";
}

.blog-home .owl-nav .owl-prev.owl-prev:before, .blog-home .owl-nav .owl-next.owl-prev:before {
    content: "\f0d9";
}

.blog-home .owl-nav .owl-prev:hover, .blog-home .owl-nav .owl-next:hover {
    border-color: #c3c3c3;
}

.blog-home .owl-nav .owl-prev:hover:before, .blog-home .owl-nav .owl-next:hover:before {
    color: #c3c3c3;
}

.blog-home .owl-dots {
    position: absolute;
    right: 0;
    min-width: 80px;
    left: auto;
    top: 5px;
    float: left;
}

.blog-home .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #222;
    margin: 0 5px;
    display: inline-block;
    float: left;
    opacity: 1;
    transition: all 0.2s ease-in-out 0s;
    border: none;
}

.blog-home .owl-dots .owl-dot span {
    display: none;
}

.blog-home .owl-dots .owl-dot:hover {
    background-color: #ff9600;
}

.blog-home .owl-dots .owl-dot.active {
    width: 30px;
    background-color: #ff9600;
}

.blog-home .so-blog-external .blog-external {
    border: none;
    margin-bottom: 45px;
}

.blog-home .so-blog-external .blog-external .media {
    margin: 0;
}

.blog-home .so-blog-external .blog-external .media .item {
    margin: 0;
}

.blog-home .so-blog-external .blog-external .media .item .media-left {
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 18px;
    float: left;
    display: block;
}

.blog-home .so-blog-external .blog-external .media .item .media-content {
    font-size: 12px;
    color: #999;
    float: left;
    text-align: left;
}

.blog-home .so-blog-external .blog-external .media .item .media-content h4 a {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    color: #222;
}

.blog-home .so-blog-external .blog-external .media .item .media-content h4 a:hover {
    color: #ff9600;
}

.blog-home .so-blog-external .blog-external .media .item .media-content .media-date-added {
    float: left;
}

.blog-home .so-blog-external .blog-external .media .item .media-content .media-date-added i, .blog-home .so-blog-external .blog-external .media .item .media-content .media-subcontent i {
    float: left;
    margin-top: 6px;
    margin-right: 5px;
}

.blog-home .so-blog-external .blog-external .media .item .media-content .media-subcontent {
    float: left;
    clear: none;
    margin-left: 20px;
}

.blog-home .so-blog-external .description {
    clear: both;
}

/************************************************************************************************
 MODULE SO CATEGORIES
 *************************************************************************************************/
.so-categories {
    position: relative;
}

.so-categories .owl-carousel .owl-item img {
    transform-style: unset;
}

.so-categories .form-group {
    margin-bottom: 0;
}

.so-categories .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.so-categories .cat-wrap .owl-nav > button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    display: inline-block;
    border: none;
    right: auto;
    vertical-align: middle;
}

.so-categories .owl-nav > button:before {
    color: #999;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    transition: all 0.2s ease-in-out 0s;
}

.so-categories .owl-nav > button.owl-next:before {
    content: "\f105";
}

.so-categories .owl-nav > button.owl-prev:before {
    content: "\f104";
}

.so-categories .owl-nav > button:hover {
    background-color: transparent;
}

.so-categories .owl-nav > button:hover:before {
    color: #ff9600;
}

.so-categories .cat-wrap {
    position: static;
}

.so-categories .cat-wrap .owl-stage-outer {
    direction: ltr;
    overflow: unset;
    position: static;
}

.so-categories .cat-wrap .content-box {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f5f5f5;
    border-radius: 3px;
    text-align: center;
}

.so-categories .cat-wrap .content-box:hover .cat-title a {
    color: #ff9600;
}

.so-categories .cat-wrap .content-box .image-cat img {
    border: none;
}

.so-categories .cat-wrap .content-box .image-cat img:hover {
    opacity: 1;
    transform: scale(1.05);
}

.so-categories .cat-wrap .content-box .cat-title {
    margin-top: 5px;
    margin-bottom: 15px;
    padding-top: 0;
}

.so-categories .cat-wrap .content-box .cat-title a {
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    font-size: 14px;
}

.so-categories .cat-wrap .content-box .cat-title a:hover {
    color: #ff9600;
}

.so-categories .cat-wrap .content-box .child-cat .child-cat-title {
    float: left;
    width: 100%;
    font-size: 14px;
}

.so-categories .cat-wrap .content-box .child-cat .child-cat-title .arrow {
    display: none;
}

.so-categories .cat-wrap .content-box .child-cat .child-cat-title a {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}

.so-categories .cat-wrap .content-box .child-cat .child-cat-title a:before {
    position: absolute;
    content: "\f18e";
    font-family: 'Font Awesome 5 Pro';
    top: -6px;
    left: 0;
    color: #ff9600;
    font-size: 13px;
}

.so-categories .cat-wrap .content-box .btn-more {
    margin-top: 20px;
}

.so-categories .cat-wrap .content-box .btn-more a {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: #ff9600;
    float: left;
}

.so-categories .cat-wrap .content-box .btn-more a:hover {
    background-color: #cc7800;
}

/************************************************************************************************
 MODULE DEALS
 *************************************************************************************************/
#content .module.deals-layout h3.modtitle {
    margin-bottom: 12px;
}

.so-deal .extraslider-inner {
    border: none;
}

.deals-layout {
    position: relative;
}

.deals-layout .so-deal {
    margin: 0;
}

.deals-layout .so-deal .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}

.deals-layout .so-deal .owl-nav > button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    position: relative;
    display: inline-block;
    border: none;
    right: auto;
    float: none;
}

.deals-layout .so-deal .owl-nav > button:before {
    color: #999;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: -2px;
    left: 0;
    display: inline-block;
    text-indent: 0;
    width: 100%;
    height: 100%;
    font-size: 26px;
    transition: all 0.2s ease-in-out 0s;
}

.deals-layout .so-deal .owl-nav > button.owl-next:before {
    content: "\f105";
}

.deals-layout .so-deal .owl-nav > button.owl-prev:before {
    content: "\f104";
}

.deals-layout .so-deal .owl-nav > button:hover {
    background-color: transparent;
}

.deals-layout .so-deal .owl-nav > button:hover:before {
    color: #ff9600;
}

.deals-layout .so-deal .owl-dots {
    bottom: 20px;
    left: auto;
    right: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 10;
}

.deals-layout .so-deal .owl-dots .owl-dot {
    background: #222 !important;
    margin: 0 5px;
    width: 30px;
    height: 6px;
    padding: 0;
    transition: all 0.3s ease 0s;
    border-radius: 3px;
    float: none;
    display: inline-block;
}

.deals-layout .so-deal .owl-dots .owl-dot:hover, .deals-layout .so-deal .owl-dots .owl-dot.active {
    background: #ff9600 !important;
}

.deals-layout .so-deal .owl-dots .owl-dot:hover span, .deals-layout .so-deal .owl-dots .owl-dot.active span {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #ff9600 !important;
}

.deals-layout .so-deal .extraslider-inner .product-thumb {
    margin: 0;
}

.deals-layout .so-deal .extraslider-inner .product-thumb .product-thumb .caption .owl-item-time {
    margin: 0 -20px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-left, .deals-layout .so-deal .extraslider-inner .owl-item .owl-item-right {
    width: 100%;
}

.deals-layout .so-deal .extraslider-inner .owl-item {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.deals-layout .so-deal .extraslider-inner .owl-item .image img {
    width: 100%;
}

.deals-layout .so-deal .extraslider-inner .owl-item a.img-link {
    position: relative;
    display: block;
    border-radius: 3px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-time-w {
    clear: both;
    margin-top: 15px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-time-w .time-title {
    float: left;
    color: #222;
    width: 35%;
    margin-top: 5px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-time-w .time-title span {
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-timer {
    background-color: transparent;
    float: right;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-timer .time-owl-item {
    background-color: transparent;
    line-height: 100%;
    float: left;
    text-align: center;
    width: auto;
    margin-left: 10px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-timer .time-owl-item .num-time {
    border: none;
    font-size: 14px;
    color: #222;
    font-weight: 700;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #eee;
    border-radius: 100%;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-timer .time-owl-item .name-time {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 3px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .owl-item-timer .time-owl-item.time-sec .num-time:after {
    display: none;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption {
    text-align: center;
    min-height: unset;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .owl-item-available p {
    color: #222;
    margin-bottom: 0;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .owl-item-available .a1 {
    text-align: left;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .owl-item-available .a1 b {
    color: #ff9600;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .owl-item-available .a2 {
    text-align: right;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .available {
    background-color: #eee;
    height: 13px;
    width: 100%;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .available .color_width {
    background: #ff9600;
    position: absolute;
    height: 100%;
    left: 0;
    border-radius: 7px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption h4 a {
    color: #222;
    font-size: 18px;
    text-transform: capitalize;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption h4 a:hover {
    color: #ff9600;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .price .price-new, .deals-layout .so-deal .extraslider-inner .owl-item .caption .price span.price {
    font-size: 20px;
    color: #ff0721;
}

.deals-layout .so-deal .extraslider-inner .owl-item .caption .price {
    margin-top: 8px;
}

.deals-layout .so-deal .extraslider-inner .owl-item:hover .product-thumb a.img-link:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}

.deals-btn {
    width: 100%;
    min-height: 50px;
    background-color: #ff9600;
    font-size: 15px;
    line-height: 33px;
    font-weight: 500;
    outline: 0 !important;
    box-shadow: none;
    border: none;
    color: #ffffff;
}

.deals-btn:hover {
    color: #ffffff !important;
    background-color: #495057 !important;
}

/*============ BREADCRUMB ==================*/
.breadcrumbs .current-name {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    float: left;
    font-weight: 700;
    margin: 25px 0;
    display: none;
}

ul.breadcrumb {
    margin: 23px 0;
    background-color: transparent;
    padding: 0;
    display: inline-block;
    width: 100%;
    line-height: 100%;
}

ul.breadcrumb li {
    display: inline-block;
    padding: 0 17px 0 8px;
    margin-right: 7px;
    position: relative;
}

ul.breadcrumb li:before {
    display: none;
}

ul.breadcrumb li:not(:last-child):after {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    font-size: 13px;
    top: 0;
    right: 0;
    position: absolute;
}

ul.breadcrumb li a {
    display: block;
    padding: 0;
    color: #999;
    text-decoration: none !important;
    font-size: 14px;
}

ul.breadcrumb li:last-child {
    padding: 5px 0;
}

ul.breadcrumb li:last-child a {
    color: #ff9600;
}

ul.breadcrumb li:hover a {
    color: #ff9600;
}

/*--------labels------------*/
.label-new, .label-sale {
    text-align: center;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    top: 20px;
    text-transform: uppercase;
    z-index: 9;
    padding: 0;
    margin-bottom: 5px;
}

.label-sale {
    background-color: #ff3c20;
    right: 20px;
}

@media (max-width: 500px) {
    .label-sale {
        right: 0;
    }
}

.label-new {
    background-color: #53d542;
    left: 20px;
}

/*====================== mod title ========================*/
.products-list .product-grid .product-item-container .left-block .button-group {
    left: 15px;
}

.label-sale {
    background-color: #ff3c20;
}

h3.modtitle, h1.modtitle {
    border-bottom: 2px solid #eee;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
}

h3.modtitle span, h1.modtitle span {
    font-size: 16px;
    color: #414141;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    padding-bottom: 8px;
    bottom: 0;
    position: relative;
    text-align: center;
}

h3.modtitle span:after, h1.modtitle span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ff9600;
    bottom: -2px;
    left: 0;
}

h1.modtitle span {
    font-size: 24px !important;
}

.mt-centered .modtitle {
    position: absolute;
    border: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    top: -10px;
    background-color: white;
    padding: 0 10px;
}

.subtitle-info {
    display: block;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    position: relative;
}

.subtitle-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    display: block;
    height: 5px;
    background-color: #eaeaea;
}

/*** BLOG******/
.blog-listitem .blog-item-inner {
    padding: 0;
    background: none;
    margin-bottom: 35px;
}

.blog-listitem .blog-item .article-meta {
    display: inline-block;
    padding: 0 0 10px;
    border-bottom: 1px solid #ebebeb;
    vertical-align: top;
    width: 100%;
    font-size: 13px;
    color: #b3b3b3;
}

.blog-listitem .blog-item .article-meta .viewed {
    float: right
}

.blog-listitem .blog-item .article-meta .date {
    float: left
}

.blog-listitem .blog-item .blog-item-inner .readmore, #information-information .readmore {
    font-size: 14px;
    margin-top: 10px;
}

.blog-listitem .blog-item .blog-item-inner .readmore > a, #information-information .readmore > a {
    color: #ff9600;
}

.blog-listitem .blog-item .blog-item-inner .readmore .fa, #information-information .readmore .fa {
    margin-right: 8px;
}

@media (min-width: 1200px) {
    .blog-listitem :nth-child(3n+1) {
        clear: both !important;
    }
}

.blog-featured .blog-item-inner img {
    margin: 0 auto;
}

#blog #tab-description {
    margin-bottom: 15px;
}

#blog #tab-description a {
    color: #ff9600;
    text-decoration: underline;
}

/*----own design list block---*/
.own-design-item .caption {
    position: absolute;
    bottom: 23%;
    left: 0;
    right: 0;
    min-height: unset;
    text-align: center;
    padding: 3% 0;
}

.own-design-item .caption h4 {
    font-size: 1.7vw;
    display: block;
    margin: 0 0 0.2vw 0;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}

.own-design-item .caption span {
    display: block;
    font-size: 1.4vw;
    line-height: 120%;
    text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
}

.own-design-item .caption .rg-button {
    font-size: 1.5vw;
}

@media (min-width: 1600px) {
    .own-design-item .caption h4 {
        font-size: 40px;
    }

    .own-design-item .caption span {
        font-size: 30px;
    }

    .own-design-item .caption .rg-button {
        font-size: 27px;
    }
}

@media (max-width: 998px) {
    .own-design-item .caption .rg-button {
        font-size: 1.3vw;
    }
}

@media (max-width: 768px) {
    .own-design-item .caption h4 {
        font-size: 4.5vw;
        line-height: 60%;
    }

    .own-design-item .caption span {
        font-size: 3vw;
        line-height: 180%;
    }

    .own-design-item .caption .rg-button {
        font-size: 3vw;
    }
}

@media (max-width: 480px) {
    .own-design-item .caption h4 {
        font-size: 7.5vw;
    }

    .own-design-item .caption span {
        font-size: 6vw;
    }

    .own-design-item .caption .rg-button {
        font-size: 5.5vw;
        bottom: -3px;
    }
}

.module.own-design .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.module.own-design .image.large {
    background-image: url(/image/catalog/own-diz-large-back.jpg);
}

.module.own-design .image.small {
    background-image: url(/image/catalog/own-diz-large-small-back.jpg);
}

.module.own-design .own-diz-wrapper {
    position: relative;
}

.module.own-design .caption {
    position: absolute;
    top: 31%;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2vw;
    font-weight: 600;
    line-height: 70%;
    padding: 1% 0;
    text-shadow: 2px 2px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.module.own-design .caption span {
    display: block;
    font-size: 1.8vw;
    font-weight: 400;
    line-height: 160%;
}

.module.own-design .caption .rg-button {
    font-size: 2vw;
}

@media (min-width: 1600px) {
    .module.own-design .caption {
        font-size: 40px;
    }

    .module.own-design .caption span {
        font-size: 33px;
    }

    .module.own-design .caption a {
        font-size: 35px;
    }
}

@media (max-width: 768px) {
    .module.own-design .caption {
        top: 32%;
        font-size: 6vw;
        line-height: 110%;
    }

    .module.own-design .caption span {
        font-size: 4.8vw;
    }

    .module.own-design .caption .rg-button {
        font-size: 4vw;
    }
}

.module.prod-type-main .prod-type {
    padding: 5px;
    position: relative;
}

.module.prod-type-main span {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 8px;
    right: 8px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    width: auto;
    margin: 0 auto;
    padding: 3%;
    border-radius: 26px;
    font-size: 25px;
    text-transform: uppercase;
    color: #3c3c3c;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    font-weight: 600;
    transition: 0.5s;
}

@media (max-width: 768px) {
    .module.prod-type-main span {
        font-size: 15px;
        line-height: 18px;
    }
}

.module.prod-type-main a:hover span {
    color: #fff;
    background-color: rgba(73, 80, 87, 0.7);
}

.module.prod-type-main a:hover img {
    opacity: 0.8;
}

/*---option descriptions----*/
.optaccordion {
    display: table;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.optaccordion .item {
    list-style: none;
    display: table-cell;
    width: 1%;
    background: #ddd;
    height: 630px;
    transition: 0.3s ease-in-out all;
    overflow: hidden;
    position: relative;
    min-width: 65px;
    cursor: pointer;
}

.optaccordion .item .optimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.optaccordion .item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.optaccordion .item + .item {
    border-left: 1px solid #000;
}

.optaccordion:hover .item:hover {
    width: 100%;
    color: #fff;
}

.optaccordion .opt-title {
    font-size: 3em;
    transform: rotate(270deg);
    position: absolute;
    left: 0;
    bottom: -50px;
    margin-right: 1.6em;
    text-align: right;
    transform-origin: 0 0;
    white-space: nowrap;
    padding: 15px;
}

.opttext {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    border-left: 2px solid #ff9600;
    padding-left: 10px;
}

.opttext li {
    list-style: inside;
    padding: 5px;
}

/* -- contacts --*/
#information-contact #map {
    min-height: 350px;
}

@media (max-width: 992px) {
    #information-contact .img-thumbnail {
        max-height: 200px;
    }
}

/*---module order process*/
.order-process > .row {
    background-image: url("/image/catalog/line.svg");
    background-repeat: repeat no-repeat;
    background-position: center;
}

.order-process .num {
    font-size: 50px;
    padding: 0 10px 0 0;
    opacity: .7;
}

.order-process .text {
    line-height: 20px;
}

@media (max-width: 992px) {
    .order-process .text {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 768px) {
    .order-process > .row {
        background-image: none;
    }

    .order-process .text {
        font-size: 18px;
        line-height: 22px;
    }

    .order-process .order-block {
        display: table-cell;
        vertical-align: middle;
        float: unset;
    }
}

/*--catalog---*/
.catalog > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catalog .main-cat {
    margin: 0 auto;
    text-align: center;
}

.catalog .main-cat > a img {
    display: block;
    margin: 0 auto;
}

.catalog .children .child {
    margin-left: 15px;
    text-align: left;
}

.catalog .children {
    display: none;
}

.catalog .main-cat > a {
    font-size: 18px;
    font-weight: 600;
}

.catalog .main-cat > i {
    font-size: 20px;
    font-weight: 600;
}

.catalog i {
    margin-left: 5px;
    cursor: pointer;
}

.catalog i:hover {
    color: #b2c400
}

.catalog .open > ul {
    display: block;
}

.catalog .open > a {
    font-weight: 600;
}

.catalog .description {
    margin-top: 30px;
    margin-bottom: 10px;
}

.catalog .description ul {
    list-style: inside;
}

/*--gifts--*/
.gifts-btm.rg-button, .order-btm.rg-button {
    transform: unset;
    position: unset;
    margin-top: 25px;
    margin-bottom: 25px;
}

.gifts .rg-button {
    font-size: 2vw;
}

@media (min-width: 1600px) {
    .gifts .rg-button {
        font-size: 30px;
    }
}

/*--information--*/
.img-flres {
    width: 35vw;
}

@media (min-width: 1600px) {
    .img-flres {
        width: 600px;
    }
}

.portrait_works {
    margin-top: 20px;
}

.portrait_works .owl-carousel .owl-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    max-width: initial;
}

