/*-- <PRODUCT-CARD CERTIFICATES> --*/
.certificates-layout {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: stretch;
    align-items: flex-start;
}

.certificate-link {
    max-width: 200px;
    display: flex;
}

/*-- </PRODUCT-CARD CERTIFICATES> --*/

/*-- <SALESDRIVE-BUTTON> --*/


.salesdrive-button-holder.salesdrive-button-holder_bottom_left {
    left: 84px;
    bottom: 47px;
    transition: all 0.4s ease;
}

.salesdrive-button-holder .salesdrive-button {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .salesdrive-button-holder.salesdrive-button-holder_bottom_left .salesdrive-button {
        width: 60px!important;
        height: 60px!important;
/*        left: 74px;*/
    }

    .salesdrive-button-holder.salesdrive-button-holder_bottom_left {
        left: 57px;
    }
}

@media (max-width: 492px) {
    
    .salesdrive-button-holder_open.salesdrive-button-holder.salesdrive-button-holder_bottom_left {
        left: 0px;
    }

}

/*-- </SALESDRIVE-BUTTON> --*/

.still-working {
    display: flex;
}

.still-working__text{
    padding-right: 10px;
    padding-bottom: 4px;
    color: #5ec179;
}


/*-- <PRODUCT-CARD ONE CLICK BUY> --*/
#input-payment-telephone {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#input-payment-telephone::placeholder {
    color: #878787;
    padding-left: 5px;
}

.price_block {
    margin-bottom: 15px;
}

#oneclick .oneclick__header {
    display: inline-flex;
    vertical-align: top;
    padding: 5px 16px;
    height: 32px;
    background-color: #f4faf6;
    color: #00a046;
    font-family: Montserrat,sans-serrif;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}

.oneclick__header-text {
    padding-left: 10px;
}

.oneclick__header-icon {
    padding-top: 3px;
}


#button-oneclick {
    background-color: #53b86b;
    color: #fff;

}

.button-oneclick_icon {
    padding-right: 5px;
}

.help-block {
    color: #fff;
}
/*-- </PRODUCT-CARD ONE CLICK BUY> --*/

/*-- <MENU-LINE> --*/
.menu-line_l {
    background-color: #5ec179;
}

.menu-line_w {
    display: flex;
}

.logo-line_l {
    background-color: #fff;
}
/*-- </MENU-LINE> --*/

/*-- <TABLET-SEARCH> --*/
#tablet-search .button-search {
    border: 1px solid #d3d1d1;
    -webkit-box-shadow: inset 0 0 11px rgb(0 0 0 / 22%);
    box-shadow: inset 0 0 11px rgb(0 0 0 / 22%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px;
    top: 0;
    right: 13px;
    height: 52px;
}

#tablet-search .button-search {
    /*position: absolute;*/
    color: #fff;
}

#tablet-search .button-search i {
    font-size: 22px;
    line-height: 50px;
    color: #5ec179;
}

#tablet-search .button-search i {
    display: inline-block;
    padding: 0 13px 0 10px;
}

#tablet-search .button-search span {
    display: none;
}

#tablet-search .inner {
    display: flex;
}

#tablet-search input {
    background-color: transparent;
    color: #428bca;
    /*max-width: 190px;*/
    height: 52px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

@media (max-width: 1200px){
    #tablet-search .inner {
        max-width: 340px;
    }
}

@media (max-width: 940px) {
    #tablet-search .inner {
        max-width: 300px;
    }
}

@media (max-width: 900px) {
    #tablet-search .inner {
        max-width: 240px;
    }
}

@media (max-width: 820px) {
    #tablet-search .inner {
        max-width: 200px;
    }
}
/*-- </TABLET-SEARCH> --*/

/*-- <CALLBACK-HEADER> --*/

.time-selection {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    max-width: 240px;
}

.time-selection-l {
    margin-bottom: 20px;
}

.time-select:focus {outline:0;}

.callback_label {
    margin: 0 10px ;
}

.time-select {
    max-width: 32px;
    font-size: 15px;
    padding-top: 0;
    background-image: url(../image/black_linen_v2.png);
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.time-devider {
    color: #fff;
}

.callback-inputs {
    margin-bottom: 20px;
}

@media (max-width:450px) {
    .callback-header__link {
        font-size: 13px;
    }
    .callback-header {
        line-height: 13px;
    }
}
    


/*-- </CALLBACK-HEADER> --*/

/*-- <CALLBACK-FORM> --*/

.consult-form__field,
.consult-form__textarea,
input[type=phone].consult-form__field,
input[type=email].consult-form__field,
input[type=text].consult-form__field {
    padding: 10px;
    font-size: 16px;
    width: 300px;
    height: 40px;
    display: block;
    margin: 30px auto 0;
    background-color: transparent;
    color: #fff;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-width: 1px;
    border-style: inset
}

.contacts-page-form  .consult-form__field,
.contacts-page-form  .consult-form__textarea,
.contacts-page-form  input[type=phone].consult-form__field,
.contacts-page-form  input[type=email].consult-form__field,
.contacts-page-form  input[type=text].consult-form__field {
    padding: 10px;
    font-size: 12px;
    width: 300px;
    height: 40px;
    display: block;
    margin: 10px 0;
    background-color: transparent;
    color: #fff!important;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    border-width: 1px;
    border-style: inset
}




.consult-form__field:focus,
.consult-form__textarea:focus,
input[type=email].consult-form__field:focus,
input[type=text].consult-form__field:focus {
    outline-offset: 0;
    outline: 0
}

.consult-form__textarea {
    height: 85px;
    margin-bottom: 30px;
}

.consult-form__textarea::-webkit-input-placeholder {
    color: #fff
}

.consult-form__field::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.consult-form__field:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder {
    color: #fff
}

.consult-form__field::-moz-placeholder,
input[type=text]::-moz-placeholder {
    color: #fff
}

.consult-form__field::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder {
    color: #fff
}

.consult-form__field::placeholder,
input[type=text]::placeholder {
    color: #fff
}

input[type=submit],
.btn_form {
    width: 90%;
    padding: 6px;
    display: block;
    margin: 30px auto;
    background-color: transparent;
    height: 40px
}

input.required::-webkit-input-placeholder {
    color: #5ec179 !important;
}

input.required::-moz-placeholder {
    color: #5ec179 !important;
}

input.required:-ms-input-placeholder {
    color: #5ec179 !important;
}

input.required::-ms-input-placeholder {
    color: #5ec179 !important;
}

input.required::placeholder {
    color: #5ec179 !important;
}
input.required{
    border: 2px solid #7d5acd!important;
}

.consult-form__header {
    max-width: 300px;
    text-align: center;
    margin-top: 20px
}
/*-- </CALLBACK-FORM> --*/

/*-- <WIDE BUTTON> --*/
.btn_wide {
    display: block;
    max-width: 430px;
    height: 60px;
    border: 1px solid #ff794d;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    color: #ff794d;
    font-family: roboto, sans-serif;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.btn_wide:hover {
    background-color: #ff794d;
    border-color: #00d42a;
    color: #fff;
    text-decoration: none
}

.btn_short {
    height: initial;
    padding: 0px;
} 

/*-- </WIDE BUTTON> --*/

/*-- <FILTERD RATING> --*/
.filtered-product .rating {
    display: none;
}

.filtered-product .rating-stars {
    padding-top: 10px;
}
/*-- </FILTERD RATING> --*/

/*-- <QUICK VIEW REPAIR> --*/

#cboxCurrent {
    z-index: -1;
}

.preview,
#cboxContent {
    background: url(../image/black_linen_v2.png) repeat top #131313 !important;
}

.preview 

#cboxTopCenter {
    min-height: initial;
}

/*-- </QUICK VIEW REPAIR> --*/



/*-- <CATEGORY> --*/
.table>tbody>tr>td {
    vertical-align: inherit;
}

.hd-table tr th:not(:first-child) {
    text-align: center;
}
.hd-table__tbody tr td:not(:first-child) {
    text-align: center;
}


/*-- <IMAGES GRID> --*/
.list-item-image {
    max-width: 136px;
    display: block;
    margin-right: 0;
}

.list-grid{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*flex-direction: row;*/
}

.category-list__item.list-grid__item {
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    
}

.list-grid__item .list-item-name{
    text-align: center;
    display: block;
    /*max-width: 130px;*/
}
/*-- </IMAGES GRID> --*/


/*-- </CATEGORY> --*/

.slider__title {
    line-height: .7;
    font-size: 2em;
    color: #58bc71
}

.slider__shortDescription {
    line-height: .7;
    color: #fff;
    font-size: 1em;
    margin-bottom: 15px
}

.slider__fullDescription {
    margin-bottom: 20px;
    color: #9d9d9d;
    display: block;
    line-height: 1.1
}

.slider__link {
    padding: .2em .4em;
    background-color: #58bc71;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: .5em;
    font-weight: 700
}

html {
    padding: 0;
    width: 100%;
    /*overflow-x: hidden;*/
}

body,
html {
    margin: 0
}

body {
    background: url(../image/black_linen_v2.png) repeat top #131313;
    font-family: Play, sans-serif;
    color: #d8d8d8;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    min-width: 260px
}

#page {
    overflow-x: hidden;
}

.phones {
    font-size: 21px;
    color: #fff
}

.mailto {
    font-size: 14px;
    color: #59bc72
}

#adress,
#contacts {
    float: left
}

#adress {
    margin-left: 20px
}

input,
select,
td,
textarea,
th {
    font-size: 12px
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    color: #333;
    border: 0;
    border-bottom: 1px solid #2e2e2e
}

img {
    max-width: 100%
}

legend small {
    font-size: 15px;
    color: #999
}

button,
input,
label,
select,
textarea {
    font-weight: 400;
    line-height: 20px
}

.box-heading,
.tab-heading,
h1,
h2,
h3 {
    text-rendering: auto
}

button,
input,
select,
textarea {
    font-family: Arial, sans-serif
}

label {
    margin-bottom: 5px
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    display: inline-block;
    padding: 4px 6px;
    line-height: 20px;
    color: #878787;
    vertical-align: middle;
    height: 34px
}

.uneditable-input,
input,
textarea {
    width: 300px;
    max-width: 100%
}

textarea {
    height: auto
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border .2s linear, -webkit-box-shadow .2s linear;
    transition: border .2s linear, -webkit-box-shadow .2s linear;
    -o-transition: border .2s linear, box-shadow .2s linear;
    transition: border .2s linear, box-shadow .2s linear;
    transition: border .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    outline: 0;
    outline: thin dotted\9
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    *margin-top: 0;
    line-height: normal
}

input[type=checkbox],
input[type=file],
input[type=image],
input[type=radio],
input[type=reset]{
    width: auto
}

input[type=file],
select {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px
}

section .container {
    overflow: hidden
}

select {
    width: 300px;
    max-width: 100%;
    background-color: #fff;
    border: 1px solid #ccc
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

p {
    margin-top: 0
}

a,
a:focus,
a:visited {
    cursor: pointer;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none;
    color: #d8c7ff
}

a img {
    border: none
}

form {
    margin-bottom: 0
}

.p0 {
    padding: 0!important
}

.m0 {
    margin: 0!important
}

.mt0 {
    margin-top: 0!important
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.0.3);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?v=4.0.3) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.0.3) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fleft {
    float: left
}

.fright {
    float: right
}

.tcenter {
    text-align: center!important
}

.fancybox {
    text-decoration: none
}

.fancybox:hover {
    text-decoration: underline
}

.account-success #content p {
    margin-bottom: 5px
}

.wrapper {
    width: 100%
}

.clear,
.extra-wrap,
.wrapper {
    overflow: hidden
}

.clear {
    clear: both;
    display: block;
    width: 0;
    height: 0
}

.clear,
a#hidden {
    visibility: hidden
}

a#hidden {
    display: none
}

#back-top {
    position: fixed;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    margin-left: 640px
}

#back-top a:hover {
    color: #7658bc
}

#back-top span {
    width: 26px;
    height: 26px;
    display: block;
    margin-bottom: 7px
}

#back-top span:before {
    content: "\f01b";
    font-family: FontAwesome;
    color: #53b86b;
    font-size: 22px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    display: block;
    text-align: center
}

#back-top a:hover span:before {
    color: #7658bc
}

.header-modules {
    position: relative;
    z-index: 0
}

#container {
    text-align: left
}

header {
    position: relative;
    color: #9d9d9d;
    margin-bottom: 20px
}

header #logo a img {
    vertical-align: top;
    max-width: 100%;
    width: 100%
}

header #logo {
    float: left;
    margin: 0
}

.breadcrumb {
    margin-top: 6px;
    width: 70%;
    padding-left: 0
}

#content .fluid_container,
.header-modules {
    margin-top: 50px
}


.header .top_color {
    margin-bottom: 0!important
}

#search {
    position: relative;
}



#cart .content {
    color: #000
}

#menu-icon,
#menu-icon:after {
    color: #fefefe
}


.phonenumbers__wrap {
    margin: 10px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
 
 .phonenumber {
    display: block;
    line-height: 1.2em;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
 }

.phonenumbers_top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: #00aafa;
    vertical-align: middle;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

/*.ff{
    display:inline-block;
}*/

 .ddd{
     font-size:18px;
     line-height:25px;
 }

.callback-header__link{
    text-decoration: underline;
 }

 .highest-row {
    border-bottom: 1px solid #dedede;
    height: 34px;
    padding-bottom: 5px;
    background-color: #fff;
 }

 .highest-row_l {
    display: flex;
    justify-content: flex-end;
    align-items: center;
 }

 #cart .heading span.link_a a {
    color:#428bca;
 }

 #cart-total2 {
    display: none;
 }

#language {
    line-height: initial;
    color: #fff;
    line-height: 17px
}

#language img {
    cursor: pointer
}

.header-top1 {
    float: right
}

.swipe-left {
    width: 20px;
    left: 0;
    top: 0;
    position: fixed;
    height: 100%;
    z-index: 6
}

body.ind .swipe-left {
    display: none!important;
    visibility: hidden
}

.swipe,
.swipe-control {
    display: none
}

#currency {
    float: right
}

#currency>div .heading-1 {
    display: none
}

.swipe-menu #currency {
    float: none
}

.swipe-menu #currency>ul form {
    margin: 0
}

.swipe-menu #currency>ul {
    top: 0;
    left: 0;
    right: auto;
    position: relative;
    width: 100%;
    background: #000;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0
}

.swipe-menu #currency>ul li:first-child {
    padding-left: 30px
}

.swipe-menu #currency>ul li {
    display: inline-block;
    padding: 0 0 0 10px;
    line-height: 20px
}

.swipe-menu #currency>ul li a {
    padding: 14px;
    display: block
}

.swipe-menu #currency>ul li span.act,
.swipe-menu #currency>ul li span:hover,
.swipe-menu #language>ul li>span:hover {
    color: #7658bc
}

#body .swipe .swipe-menu #currency .heading {
    display: none
}

#body .swipe .swipe-menu #currency>div {
    display: block
}

#body .swipe .swipe-menu #currency .heading-1 {
    display: block;
    padding: 11px 20px;
    float: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

#body .swipe .swipe-menu #currency .heading-1 i {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: 0;
    color: #fff;
    padding-left: 0;
    margin-right: 9px
}

#body .swipe .swipe-menu #currency .heading-1 i.fa.fa-angle-down {
    font-size: 16px;
    text-align: center;
    float: right
}

#language {
    float: right
}

#language .heading1,
.swipe-menu #language .heading {
    display: none
}

.swipe-menu #language {
    float: none
}

.swipe-menu #language>ul {
    top: 0;
    left: 0;
    right: auto;
    position: relative;
    width: 100%;
    background: #000;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0
}

.swipe-menu #language>ul li>span {
    display: block;
    padding: 14px;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize
}

.swipe-menu #language>ul li {
    display: inline-block;
    padding: 0 0 0 5px;
    line-height: 20px
}

.swipe-menu #language>ul li span.act {
    color: #d8c7ff
}

#body .swipe .swipe-menu #language .heading {
    display: none
}

#body .swipe .swipe-menu #language>div {
    /*display: block*/
}

#body .swipe .swipe-menu #language .heading1 {
    display: block;
    padding: 11px 20px;
    float: none;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

#body .swipe .swipe-menu #currency .heading-1:hover i.fa-angle-down,
#body .swipe .swipe-menu #language .heading1:hover i.fa-angle-down {
    color: #7658bc
}

#body .swipe .swipe-menu #language .heading1 i {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
    margin-top: 0;
    color: #fff;
    text-align: center;
    margin-right: 9px
}

#body .swipe .swipe-menu #language .heading1 i.fa.fa-angle-down {
    font-size: 16px;
    float: right
}

header .header-button {
    position: relative;
    background: url(../image/line-separator.png) 0 0 no-repeat;
    padding-top: 4px;
    padding-left: 19px;
    padding-bottom: 4px;
    margin: 1px 0 16px 20px
}

header #currency.header-button {
    margin-right: 22px
}

header #language.header-button {
    margin-left: 20px
}

.header-button>ul {
    display: none;
    position: absolute;
    background-color: grey;
    width: 40px
}

.header-button>div:hover {
    cursor: pointer
}

header .header-button>div i {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-left: 10px
}

header .header-button.active>div i,
header .header-button:hover>div i {
    color: #7d5acd
}

header .header-button>div {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    color: #fefefe;
    text-transform: capitalize;
    font-family: Open Sans, sans-serif;
    padding-top: 2px;
    padding-bottom: 6px;
    text-align: center;
    font-weight: 400
}

header .header-button>ul {
    background-color: #272727;
    width: 62px;
    left: auto;
    right: -10px;
    top: 100%;
    padding: 10px 0;
    overflow: hidden;
    position: absolute;
    z-index: 7
}

header .header-button>ul li {
    text-align: center
}

header .header-button>ul li:first-child {
    border-top: none
}

header .header-button>ul li span {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    padding: 5px 0;
    width: 100%;
    display: block
}

header .header-button>ul li span:hover {
    background-color: #53b86b
}

body div.shadow {
    display: none
}

#body .swipe .swipe-menu li a:hover {
    color: #7658bc
}

#body .swipe .swipe-menu li a {
    color: #fff
}

#body .swipe .swipe-menu li a i {
    color: #fff;
    font-size: 26px;
    margin-right: 9px
}

#body .swipe .swipe-menu>ul li a {
    font-weight: 400;
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 20px 11px;
    border-bottom: 1px solid #000;
    position: relative
}

#body .swipe .swipe-menu .foot li a:before {
    content: "\f05a";
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin-top: 0;
    vertical-align: baseline;
    width: auto;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-right: 9px
}

#body .swipe .swipe-menu .foot li+li a:before {
    content: "\f0d1"
}

#body .swipe .swipe-menu .foot li+li+li a:before {
    content: "\f06a"
}

#body .swipe .swipe-menu .foot li+li+li+li a:before {
    content: "\f085"
}

#body .swipe .swipe-menu .foot.foot-1 li a:before {
    content: "\f0ac"
}

#body .swipe .swipe-menu .foot.foot-1 li+li a:before {
    content: "\f079"
}

#body .swipe .swipe-menu .foot.foot-1 li+li+li a:before {
    content: "\f0e8"
}

#body .swipe .swipe-menu .foot.foot-2 li a:before {
    content: "\f02c"
}

#body .swipe .swipe-menu .foot.foot-2 li+li a:before {
    content: "\f06b"
}

#body .swipe .swipe-menu .foot.foot-2 li+li+li a:before {
    content: "\f0c0"
}

#body .swipe .swipe-menu .foot.foot-2 li+li+li+li a:before {
    content: "\f0a3"
}

#body .swipe .swipe-menu .foot.foot-3 li a:before {
    content: "\f0cb"
}

#body .swipe .swipe-menu .foot.foot-3 li+li a:before {
    content: "\f003"
}


#cart .heading span.link_a i.fa-shopping-cart {
    font-size: 18px;
    line-height: 30px;
    color: #7d5acd;
    margin-right: 7px
}

#cart .heading span.link_a i.fa-angle-down {
    font-size: 16px;
    line-height: 30px;
    margin-left: 5px;
    color: #fff;
    float: right
}

#cart .heading span.link_a:hover i.fa-angle-down {
    color: #7d5acd
}

#cart .heading span.link_a {
    display: block;
    color: #fefefe;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    min-width: 192px;
    cursor: pointer;
    padding-bottom: 3px;
    font-weight: 400
}

.cart-link {
    color: #fefefe;
}

#cart .heading span.link_a b {
    font-weight: 700
}

#cart.active .content {
    display: block
}

.cart-position #cart .heading span.link_a #cart-total2 {
    display: none
}

#cart .content {
    clear: both;
    display: none;
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 11;
    width: 257px;
    padding: 20px;
    float: right;
    box-shadow: 0 5px 13px rgba(0, 0, 0, .13);
    -moxbox-shadow: 0 5px 13px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, .13);
    right: 0;
    border: 1px solid #f1f1f1
}

#cart .content .name a {
    color: #878787
}

#cart .content .name a:hover {
    color: #7658bc
}

header #cart.active .content,
header #cart.active .content .mini-cart-info {
    display: block
}

header #cart .cart {
    width: 100%;
    margin-bottom: 5px
}

header #cart .cart a {
    width: 100%;
    text-align: left
}

header #cart .cart td.price {
    font-size: 14px;
    line-height: 12px
}

header #cart .cart td.name a i {
    text-decoration: none
}

header #cart .cart td.name a {
    margin-top: 0;
    display: inline-block
}

header #cart .cart td .total {
    font-size: 14px;
    color: #232323;
    font-weight: 700
}

header #cart .cart .item-cart-1 td {
    padding-top: 0
}

header #cart .cart td {
    color: #878787;
    vertical-align: top
}

header #cart .cart .image {
    padding-right: 15px;
    min-width: 55px;
}

.cart tr {
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #d8d8d8
}

.cart-module .cart tr {
    background: none
}

header #cart .cart .image img {
    text-align: left
}

header #cart .cart .name small {
    color: #c81908
}

header #cart .cart .quantity {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #a6a4a4;
    text-transform: uppercase
}

header #cart .cart td.total {
    font-size: 14px;
    color: #c81908;
    text-align: right
}

.cart-module .remove img:hover {
    overflow: hidden;
    margin-top: -11px
}

.cart-module .cart .remove img {
    float: left
}

.remove span:hover i {
    color: #7658bc
}

.cart-module .cart .remove span {
    width: 11px;
    height: 11px;
    overflow: hidden;
    display: inline-block
}

.cart-module .cart .remove {
    width: 20px;
    text-align: center!important;
    padding-top: 8px
}

.cart-module .cart .remove img {
    cursor: pointer
}

header #cart .cart .remove:hover i {
    cursor: pointer;
    color: #7658bc
}

header #cart .cart .remove i {
    font-size: 14px;
    line-height: normal;
    margin-right: 3px;
    color: #53b86b;
    height: auto
}

header #cart .cart .remove img:hover {
    overflow: hidden;
    margin-top: -11px
}

header #cart .cart .remove img {
    float: left
}

header #cart .cart .remove {
    padding: 10px 0
}

header #cart .cart .remove>span:hover {
    color: #7658bc
}

header #cart .cart .remove>span {
    font-size: 14px;
    cursor: pointer
}

header #cart .cart .remove img {
    cursor: pointer
}

header #cart table.total {
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px
}

header #cart table.total tr {
    padding: 0 10px
}

header #cart table.total td b {
    color: #7e7e7e;
    font-size: 14px
}

header #cart table.total td {
    color: #323232;
    padding-left: 5px;
    padding-right: 10px;
    text-align: left
}

header #cart table.total td .t-price {
    font-size: 14px;
    font-weight: 700
}

header #cart .content .checkout a.button {
    margin-bottom: 5px
}

header #cart .content .checkout {
    text-align: right;
    clear: both;
    padding-right: 8px;
    padding-bottom: 0;
    padding-top: 5px
}

header #cart .empty {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px
}

header .toprow {
    width: 100%;
    /*height: 70px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .toprow-1 {
    z-index: 8;
    position: fixed;
    display: none;
    background-color: #2c2c2c;
    width: 100%;
    left: 0;
    top: 0
}

header .links {
    font-size: 14px;
    float: right;
    margin: 14px 0 16px
}

header .links li a i {
    display: none
}

header .links li:first-child {
    background: none;
    padding-left: 0
}

header .links li {
    float: left;
    padding: 0;
    margin-left: 22px
}

header .links a.active,
header .links a:hover {
    color: #1a1a1a;
    text-decoration: none
}

header .links a {
    display: inline-block;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 13px;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px
}

header .top_color {
    /*background: #fff;*/
    position: relative
}

.top_color .container {
    position: relative
}

header .top_color:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    left: 0;
    bottom: -100px
}

.toprow .links .login_h a {
    max-width: 104px;
    white-space: nowrap
}

#menu-gadget {
    display: none
}

.top-search {
    line-height: 50px;
    border-right: 1px solid #000;
    display: inline-block;
    padding: 0 20px
}

.top-search:hover {
    cursor: pointer
}

.top-search i {
    font-size: 26px;
    color: #fff
}

.top-search #search {
    display: none
}

/*#search {
    position: absolute;
    right: 15px;
    top: 16px;
    z-index: 10
}
*/
#search .button-search span {
    display: none
}

#search .button-search i {
    display: inline-block;
    font-size: 18px;
    line-height: 37px;
    padding: 0 13px 0 10px
}

#search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff
}

#search .button-search:hover i {
    color: #7658bc;
    cursor: pointer
}

#search input {
    /*float: left;*/
    -webkit-border-radius: 0;
            border-radius: 0;
    line-height: 23px;
    height: 39px;
    max-width: 210px;
    margin: 0;
    padding: 8px 33px 8px 7px;
    background: none;
    border-color: #86cd97;
    color: #fff
}

.name a {
    color: #fff
}

.price.price-min {
    display: none
}

.price {
    font-size: 17px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 400
}


.price .price-old {
    text-decoration: line-through;
    color: #878787;
    font-size: 16px
}

.product-grid .price-new {
    display: block;
}

.featured .price-new {
    display: block;
}

.box-product .price,
.product-grid .price {
    padding: 15px 10px 14px 19px;
    /*float: left;*/
    line-height: 20px
}

.product-grid .price,
.related .price {
    display: block;
    float: none;
    background: #222
}

.box-product .price .price-new {
    margin-right: 8px
}

.box.box-filter input[type=checkbox] {
    float: left
}

.related-info .tooltip-inner {
    max-width: 120px!important;
    white-space: normal!important
}

.tooltip {
    position: absolute;
    z-index: 11;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    white-space: nowrap;
    max-width: 300px;
    padding: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #7658bc;
    -webkit-border-radius: 0;
            border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: rgba(118, 88, 188, 0);
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #7658bc;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #7658bc;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #7658bc;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #7658bc;
    border-width: 0 5px 5px
}

.related .compare div.tooltip {
    left: 0!important;
    max-width: 120px
}

.related .compare div.tooltip.top .tooltip-arrow {
    left: 26px
}

aside .box-product .cart div.tooltip {
    left: auto!important;
    right: 0!important;
    max-width: 120px
}

aside .box-product .cart div.tooltip.bottom .tooltip-arrow {
    left: auto!important;
    right: 23px!important
}

.tooltip-1 {
    white-space: nowrap
}

aside .info li {
    position: relative;
    clear: both;
    padding: 2px 0
}

aside .box-product li {
    padding-left: 0;
    padding-right: 0
}

.acount li a i,
.afine li a i,
aside .info li a i {
    font-size: 17px;
    margin-right: 10px
}

.acount li a,
.afine li a,
aside .info li a {
    line-height: 20px;
    font-size: 14px
}

.acount li,
.afine li,
aside.info li {
    padding: 3px 0
}

.acount li a+a i,
.afine li a+a i,
aside .info li a+a i {
    display: none
}

.acount li a+a,
.afine li a+a,
aside .info li a+a {
    padding-left: 0;
    background: none
}

.acount li a:hover,
.afine li a:hover,
aside .info li a:hover {
    color: #d8c7ff
}

.box-filter .box-content .button {
    margin-top: 10px
}

.breadcrumb a.last,
.breadcrumb a:hover {
    color: #fff
}

.breadcrumb {
    background-color: #2c2c2c;
    -webkit-border-radius: 0;
            border-radius: 0;
    padding: 12px 20px;
    font-weight: 400
}

.breadcrumb,
.breadcrumb a {
    color: #d8d8d8
}

.account-account h1 {
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.account-account #content ul {
    margin-bottom: 20px
}

.attention,
.information,
.success,
.warning {
    padding: 10px 10px 10px 33px;
    margin-bottom: 15px
}

.success {
    background: #eaf7d9 url(../image/success.png) 10px no-repeat;
    border: 1px solid #2e2e2e
}

.warning {
    background: #ffd1d1 url(../image/warning.png) 10px no-repeat;
    border: 1px solid #f8acac;
    padding-left: 30px!important
}

.attention {
    background: #fff5cc url(../image/attention.png) 10px no-repeat;
    border: 1px solid #f2dd8c
}

.attention .close,
.information .close,
.success .close,
.warning .close {
    float: right;
    cursor: pointer
}

.required {
    color: #ff7409;
    font-weight: 700
}

.error {
    color: red
}

.error,
.help {
    display: block
}

.help {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif
}

table.form {
    width: 100%;
    margin-bottom: 20px
}

.checkout-product thead td .checkout-product thead td {
    text-align: center!important
}

.checkout-content .buttons #button-payment {
    margin-top: 10px
}

.checkout-product td.price {
    font-size: 14px
}

.checkout-product td.total {
    text-align: center!important
}

.list thead td,
table.list thead td a {
    text-decoration: none
}

table.list tbody td a {
    text-decoration: underline
}

table.list tbody td {
    vertical-align: top
}

table.list .left {
    text-align: left
}

table.list .right {
    text-align: right
}

table.list .center {
    text-align: center
}


.pagination {
    display: inline-block;
    width: 100%;
    opacity: 0;
    height: 10px;
    margin: 0;
}

.account-order .button-order-right {
    float: right;
    margin-top: -3px
}

.account-order .pagination {
    margin-bottom: 25px
}

.pagination .links {
    float: left;
    margin-right: 10px
}

.pagination .links a {
    display: inline-block;
    padding: 5px 11px;
    text-decoration: none;
    color: #fff;
    background-color: #2c2c2c
}

.pagination .links a:hover {
    background-color: #7658bc
}

.pagination .links b:hover {
    cursor: default
}

.pagination .links b {
    color: #fff;
    background-color: #7658bc;
    display: inline-block;
    padding: 5px 11px;
    font-weight: 400;
    text-decoration: none
}

.pagination .results {
    float: left;
    /*margin: 5px 0*/
}

a.button.details {
    margin-left: 10px
}

.compare a,
.wishlist a,
.button,
.button-prod {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: #53b86b;
    font-size: 14px;
    line-height: 18px
}

a.button span {
    color: #fff;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase
}

.cart a.button span {
    display: none
}

.cart-top-padd {
    margin-right: 5px;
    float: left
}

.compare a:hover,
.wishlist a:hover,
a.button-prod:hover,
a.button:hover {
    background: #7658bc
}

a.button:hover span {
    color: #fff
}

a.button-i {
    display: inline-block;
    padding: 5px
}

a.button-i i {
    font-size: 26px;
    color: #d8c7ff
}

a.button-i i:hover {
    color: #7e7e7e
}

.image2 {
    position: relative
}

.image2 img,
.image3 img,
.image img {
    vertical-align: top
}

.box-product .image2,
.product-grid .image {
    text-align: center
}

.buttons {
    overflow: auto
}

.buttons .left {
    float: left;
    text-align: left
}

.buttons .right .mt {
    margin-top: 10px
}

.buttons .right {
    float: right;
    text-align: right
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

#module_cart .content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 2px 2px #ddd;
            box-shadow: 0 2px 2px #ddd;
    clear: both;
    display: none;
    padding: 8px;
    position: relative;
    top: -1px
}

#module_cart.active .heading {
    border-left: 1px solid #2e2e2e;
    border-right: 1px solid #2e2e2e;
    border-top: 1px solid #2e2e2e;
    margin-top: 5px;
    padding-bottom: 6px;
    padding-top: 10px
}

#module_cart.active .content {
    display: block
}

#module_cart .cart .name {
    padding-top: 5px;
    padding-bottom: 10px;
    padding-top: 10px
}

#module_cart .cart {
    margin-bottom: 10px;
    width: 100%
}

#module_cart .cart td .quantity {
    font-weight: 700
}

#module_cart .cart td {
    border-bottom: 1px solid #2e2e2e;
    padding: 2px 3px;
    vertical-align: top
}

#module_cart .cart td a {
    font-weight: 400
}

#module_cart .cart .image {
    display: none
}

#module_cart .cart .image img {
    border: 1px solid #2e2e2e;
    text-align: left
}

#module_cart .cart .name small {
    line-height: 14px
}

#module_cart .cart td.quantity {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 0;
    vertical-align: middle
}

#module_cart .cart td.total {
    text-align: center;
    vertical-align: middle
}

#module_cart .cart .remove {
    text-align: right;
    padding: 2px;
    vertical-align: middle
}

#module_cart .cart .remove img {
    cursor: pointer
}

#module_cart table.total {
    clear: left;
    float: right;
    margin-bottom: 10px;
    padding: 5px
}

.total-right {
    text-align: right!important
}

#module_cart .total-left {
    padding-right: 18px
}

#module_cart table.total td {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    text-align: left
}

#module_cart .checkout .button {
    margin-bottom: 10px
}

#module_cart .checkout {
    clear: both;
    text-align: right
}

#module_cart .empty {
    text-align: left;
    line-height: 17px;
    padding: 5px 0
}

.product-list #image {
    float: left;
    margin-top: 0;
    z-index: 0
}

.product-list .image img {
    background: #fff
}

/*.product-list .cart,
.product-list .compare,
.product-list .wishlist {
    margin-right: 5px
}*/

.home-block #image,
.product-grid #image {
    float: left;
    margin-top: 0;
    z-index: 0
}

#content .box {
    padding-bottom: 54px;
    background: url(../image/line-box.png) 0 100% repeat-x;
    margin-bottom: 35px
}

aside>div {
    padding-top: 30px;
    background: url(../image/line-box.png) 0 0 repeat-x;
    margin-bottom: 30px
}

aside>div:first-of-type {
    padding-top: 0;
    background: none
}

.box .box-heading {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 38px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif
}

#content .box.specials,
#content .box.subcat {
    padding-bottom: 0;
    background: none;
    margin-bottom: 10px
}

aside .box .box-heading {
    margin-bottom: 20px
}

.box .box-content .box-product ul li.first-in-line {
    clear: left
}

.box-product .image2 a,
.box-product .image a,
.product-grid .image a {
    position: relative;
    display: block;
    padding: 51px 0;
    /*background: #222*/
}

.box-product .image a {
    padding: 41px 0
}

.related .box-product .image a {
    padding: 25px 0
}

aside .box .box-content .box-product ul {
    width: auto;
    margin: 0
}

aside .box .box-content .box-product ul>li {
    width: 100%;
    margin: 0;
    max-width: 270px
}

.box-filter ul {
    padding: 5px 0
}

.box-filter li {
    line-height: 25px;
    margin: 5px 0
}

.box-filter label {
    cursor: pointer;
    display: inline;
    padding-left: 5px;
    vertical-align: top
}

.prod-stock {
    color: #58bc71;
    font-size: 17px
}

.box-product {
    width: 100%;
    margin: 0;
    padding: 0
}

.box.subcat {
    border-bottom: 0;
    padding-bottom: 0
}

.box-product.box-subcat {
    margin-top: 0!important
}

.box-product.box-subcat .name.subcatname {
    padding-top: 4px;
    height: 63px;
    overflow: hidden
}

.box-product.box-subcat .name.subcatname a:hover {
    color: #d8c7ff
}

.box-product.box-subcat .name.subcatname a {
    margin-bottom: 0;
    color: #fff;
    font-style: normal
}

#content .box .box-content .box-product ul li.cat-height {
    border: 0
}

.zoom-top img {
    opacity: 0;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=0)
}

.zoom-top a:hover {
    background-color: #7e7e7e
}

.zoom-top a {
    display: block;
    width: 30px!important;
    height: 30px!important;
    background-color: #d8c7ff;
    color: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    font-size: 25px;
    text-align: center;
    line-height: 30px
}

.zoom-top a:before {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    display: inline;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    height: auto;
    margin-top: 0;
    text-decoration: inherit;
    vertical-align: baseline;
    width: auto;
    content: "\f00e";
    width: 30px;
    line-height: 30px
}

.box-product>li.tree-div {
    margin-right: 0
}

.box-product>li {
    width: 176px;
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
    margin-bottom: 28px
}

.name a {
    text-decoration: none;
}

.name a:hover {
    color: #d8c7ff
}

.box-product .image {
    display: block;
    text-align: center
}

.box-product .name,
.product-grid .name {
    /*padding-right: 60px;*/
    line-height: 1.3;
    font-size: 15px;
}

.box-product .name a {
    display: inline
}

.box-product .rating {
    display: block;
    margin-top: 7px;
    margin-bottom: 0;
    /*display: none;*/
}

.afine,
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.acount li:first-child,
.afine li:first-child {
    border: 0
}

.afine li a+a {
    background: none;
    padding-left: 0
}

.acount,
.content ul {
    list-style: none
}

.content ul {
    margin: 0;
    padding: 0
}

.content ul li a {
    text-decoration: none;
    line-height: normal
}

.content ul li:first-child {
    border: none
}

.content ul li {
    padding-bottom: 4px;
    padding-top: 4px
}

.content ul li a i {
    font-size: 17px;
    margin-right: 9px
}

.wishlist-product td a {
    text-decoration: none
}

.wishlist-product td {
    vertical-align: middle!important;
    text-align: center
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fa.fa-angle-up:before {
    content: "\f106"!important
}

li.parent>i:hover {
    cursor: pointer
}

li.parent>i {
    float: right;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 4px
}

.box.category li {
    position: relative
}

.box.category .box-content {
    padding-bottom: 20px
}

.box-category>ul>li.active>a i,
.box-category>ul>li>a:hover i {
    color: #7e7e7e
}

.box-category>ul>li>a i {
    font-size: 21px;
    color: #d8c7ff
}

.box-category>ul>li>a {
    display: inline-block;
    font-weight: 700;
    color: #323232
}

.box-category>ul>li.active>a,
.box-category>ul>li>a:hover {
    color: #d8c7ff
}

.box-category>ul>li:first-child {
    border: 0
}

.box-category>ul>li {
    position: relative;
    padding: 5px 0
}

.box-category>ul>li strong {
    display: none
}

.box-category>ul>li.last {
    border: none
}

.box-category>ul>li ul {
    display: none;
    margin: 10px 0 10px 25px
}

.box-category>ul>li span.close:hover {
    cursor: pointer
}

.box-category>ul>li li.parent>i {
    line-height: 20px;
    vertical-align: middle
}

.box-category>ul>li ul>li.active>a,
.box-category>ul>li ul>li>a:hover {
    color: #d8c7ff
}

.box-category>ul>li ul>li {
    padding: 3px 0
}

.box-category>ul>li ul>li>a {
    text-decoration: none;
    display: inline-block;
    color: #323232
}

.box-category>ul>li ul>li>a.active {
    color: #d8c7ff
}

.box-category>ul>li:first-child {
    border-top: 0
}

.act-cat {
    position: absolute;
    top: 9px;
    right: 6px
}

.info-about2,
.info-about3,
.info-about4 {
    display: none
}

h1.style-1 {
    line-height: 30px;
    margin-bottom: 18px;
}

.category-list {
    overflow: auto;
    margin-bottom: 20px
}

.category-list ul {
    float: left;
    width: 25%;
    list-style: none;
    padding: 0
}

.capcha {
    width: 143px
}

.box-container .sitemap-info ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff
}

.sitemap-info ul li a i {
    color: #d8c7ff;
    font-size: 17px;
    margin-right: 9px
}

.sitemap-info ul li a:hover i {
    color: #7e7e7e
}

.sitemap-info ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    color: #878787
}

.category-list .div a {
    text-decoration: underline
}

.manufacturer-list {
    overflow: auto;
    border: 1px solid #2e2e2e
}

.manufacturer-heading span {
    background: #bd4b68;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    padding: 10px 0;
    width: 50px;
    text-align: center
}

.manuf-p a:hover b {
    color: #7658bc
}

.manufacturer-heading {
    background: #2c2c2c;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
    margin-bottom: 6px;
    border-bottom: 1px solid #2e2e2e
}

.manufacturer-content {
    padding: 30px 40px;
    overflow: hidden
}

.manufacturer-list ul li a i {
    color: #d8c7ff;
    font-size: 17px;
    font-weight: 400;
    line-height: 18px;
    margin-right: 9px
}

.manufacturer-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.box.manufacturers li {
    padding: 5px 0
}

.box.manufacturers li a {
    display: inline-block;
    text-decoration: none
}

.product-filter .product-compare {
    float: left;
    margin-left: 10px
}

.product-filter select {
    margin-bottom: 0
}

.product-filter {
    overflow: hidden;
    line-height: 32px;
    border: 1px solid #2e2e2e;
    border-width: 1px 0;
    padding: 20px 0;
    margin-bottom: 30px
}

.product-filter .display {
    float: right
}

.product-filter .display a {
    font-weight: 700
}

/*.product-filter .sort b {
    padding-right: 7px;
    color: #fff;
    text-transform: uppercase
}*/

/*.product-filter .sort select {
    width: 140px;
    background: #9baa81
}*/

.product-filter .sort {
    float: left;
    font-weight: 700
}

.product-filter .limit select {
    width: 72px;
    background: #9baa81
}

.product-filter .limit b {
    padding-right: 5px;
    color: #fff;
    text-transform: uppercase
}

.product-filter .limit {
    margin-left: 13px;
    float: left
}

.product-list ul li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0
}

.product-list ul li {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #2e2e2e
}

.product-list .left {
    position: relative
}

.product-list .right {
    text-align: left
}

.product-list .name {
    margin-bottom: 10px
}

#grid_a,
#grid_b,
#list_a,
#list_b {
    vertical-align: top;
    font-size: 28px;
    float: left;
    display: block;
    width: 39px;
    height: 39px;
    margin-left: 6px
}

#grid_a i,
#list_a i {
    color: #d8d8d8
}

#grid_b i,
#list_b i {
    color: #fff;
    cursor: default
}

#grid_a:hover i,
#list_a:hover i {
    color: #fff
}

.product-filter .display {
    position: relative
}

.product-filter .display b {
    float: left;
    color: #d8d8d8;
    text-transform: uppercase;
    display: none
}

.product-list .description {
    overflow: hidden;
    margin-bottom: 10px
}

.product-list .price {
    margin-bottom: 10px;
    line-height: 22px
}

.product-list .price span {
    padding: 0 5px 5px 5px
}

.product-grid ul li {
    text-align: left;
    position: relative;
    margin-bottom: 7px
}
/*
.product-grid ul li.first-in-line {
    clear: left
}*/

.extra-prod input {
    padding-bottom: 4px
}

.extra-prod {
    padding-top: 6px
}

.or {
    padding-top: 3px
}

.product-grid .image {
    display: block;
    text-align: center
}

.product-grid .name {
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    line-height: 1.3;
    font-size: 15px;
}



.product-grid .description {
    overflow: hidden;
    display: none
}

.product-grid .rating {
    height: 13px;
    margin-bottom: 10px
}

.product-list .price-tax {
    font-size: 14px;
    display: block
}

.product-grid .price-old {
    text-decoration: line-through
}

.product-grid .price .price-tax {
    display: none
}

.product-grid .price-old {
    font-weight: 400
}

.product-grid .cart,
.product-grid .compare,
.product-grid .wishlist {
}

.content-border,
.content-border h2 {
    margin-bottom: 30px
}

.content-border {
    border: 1px solid #2e2e2e;
    padding: 30px 40px
}

#compare {
    display: none;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#full_gallery {
    display: none;
    /*max-width: 270px;*/
    position: relative;
    text-align: center;
    margin: 0 auto
}

#full_gallery .prev {
    left: 0
}

#full_gallery .next {
    right: 0
}

#full_gallery .next:hover,
#full_gallery .prev:hover {
    color: #d8c7ff
}

#full_gallery .next,
#full_gallery .prev {
    color: #7e7e7e;
    font-size: 19px;
    position: absolute;
    top: 50%;
    margin-top: -23px
}

.bx-controls-direction a.bx-prev {
    margin-left: -10px
}

.bx-controls-direction a.bx-next {
    margin-right: -10px
}

.bx-controls-direction a {
    padding: 10px
}

.product-info {
/*    padding-bottom: 7px;
    margin-top: 20px*/
}

.product-info .description .option {
    margin-top: 15px
}


.product-info .left {
    position: relative;
    z-index: 3;
    margin-bottom: 20px
}

.product-info .image {
    width: 100%;
    background-color: #fff
}

.image-additional {
    margin-bottom: 30px;
}

.product-info .image-additional {
    overflow: hidden;
    /*max-width: 270px;*/
    position: relative;
    clear: both;
}

.product-info .image-additional li {
    float: left;
    /*max-width: 70px*/
}

.product-info .image-additional li.last {
    margin-right: 0
}

#zoom1 img,
.product-info .image-additional img {
    background: #fff
}

#fancybox-wrap {
    height: auto!important
}

.zoomWindow {
    border-color: #53b86b!important
}

.product-info .image-additional a {
    display: block
}

.image-additional .next:hover,
.image-additional .prev:hover {
    color: #d8c7ff
}

.image-additional .prev {
    left: 0
}

.image-additional .next,
.image-additional .prev {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 40%;
    margin: 0;
    font-size: 19px;
    color: #7e7e7e
}

.image-additional .next {
    right: 0
}

.product-info .share>span {
    margin-bottom: 10px;
    display: inline-block
}

.product-info .description .product-section {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 20px
}

.product-info .description .product-section a {
    color: #fff
}

.product-info .description .product-section a:hover {
    color: #d8c7ff
}

.product-info .description .product-section span {
    color: #d8d8d8;
    font-weight: 400
}

.product-info .description .product-section .prod-stock {
    display: inline-block;
    background-color: #53b86b;
    color: #fff;
    font-style: normal;
    padding: 0 7px;
    margin: 0 9px
}

.product-info .price {
    text-transform: uppercase;
    color: #d8d8d8;
    font-size: 14px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e;
    padding: 23px 0;
    margin-bottom: 20px
}

.product-info .price .price-new {
    color: #fff;
    font-size: 22px
}

.product-info .price .price-old {
    color: #7e7e7e;
    margin-right: 5px
}

.product-info .price .price-tax {
    color: #d8d8d8
}

.product-info .price .discount,
.product-info .price .price-tax {
    text-transform: none;
    font-weight: 400
}

.product-info .price .reward {
    padding-top: 10px;
    display: block
}

.tab-content ul {
    margin-left: 25px;
    margin-bottom: 20px;
    list-style-type: disc
}

.product-info .minimum {
    margin-top: 5px
}

.product-info .cart-top-padd,
.product-info .extra-button {
    float: left
}

.product-info .cart {
    display: block;
    float: none
}

.q-mini {
    width: 30px
}

img#captcha {
    vertical-align: top;
    margin-bottom: 20px
}

#tab-review input[name=captcha] {
    margin-right: 20px
}

.border {
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.product-info .gallery li {
    max-width: 270px;
    float: left;
    height: 424px
}

.product-info .gallery li img,
.ps-carousel-item img,
.ps-zoom-pan-rotate img {
    background-color: #fff
}

.product-info .review {
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 20px
}

.product-info .review>div img {
    margin-bottom: 10px
}

.product-info .review a:hover {
    color: #d8c7ff
}

.product-info .review a {
    color: #fff
}

.product-info .review a+a {
    margin-left: 20px
}

.product-info .review img {
    float: left;
    margin-right: 20px
}

.product-info .review .btn-rew {
    float: left
}

.product-info .review .btn-rew a i {
    font-size: 26px;
    color: #fefefe;
    line-height: 16px;
    width: 1.25em
}

.product-info .review .btn-rew a:hover i {
    color: #7658bc
}

.product-info .description,
.tabs {
    margin-bottom: 30px;
    position: relative;
}

.tabs .tab-heading i {
    font-size: 18px;
    line-height: 22px;
    color: #7e7e7e;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.tabs .tab-heading:hover i,
aside .box .box-heading:hover i {
    color: #fff
}

.tabs .tab-heading {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    padding: 15px;
    background-color: #53b86b;
    position: relative;
}

.tabs .tab-content {
    padding: 20px 0
}

#tab-review.tabs .tab-content {
    padding: 20px 0 0
}

.compare-block {
    margin-bottom: 20px
}

.compare-block .image {
    margin-right: 10px
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normal
}

.compare-block .remove a i {
    color: #53b86b
}

.compare-block .remove a:hover i {
    color: #7658bc
}

.compare-block img {
    background-color: #fff
}

.compare-info {
    width: 100%
}

.block-compare {
    position: relative;
    overflow: hidden
}

.td-price {
    font-weight: 700;
    font-size: 16px
}

.compare-info .prod-stock {
    margin: 0 auto;
    float: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #53b86b;
    color: #fff;
    display: inline-block;
    font-style: normal;
    margin: 0 9px;
    padding: 0 7px
}

.compare-info td.name a:hover {
    color: #7e7e7e
}

.compare-info td.name a {
    text-decoration: none;
    font-size: 16px;
    color: #d8c7ff
}

.compare-info td.last {
    border-right: 0
}

.compare-info thead td:first-child {
    text-align: left
}

.compare-info td:first-child {
    color: #fff;
    text-align: right
}

.compare-info td.image2 {
    text-align: center
}

.compare-info td {
    padding: 7px;
    width: 20%;
    text-align: left;
    vertical-align: top
}

.compare-info .price-old {
    font-weight: 400;
    text-decoration: line-through;
    display: block;
    font-size: 15px
}

.compare-info td.td-price .price-old {
    color: #7e7e7e
}

.compare-info td.td-price {
    font-weight: 700;
    font-size: 17px;
    line-height: normal;
    color: #d8c7ff
}

.wishlist-product2 {
    display: none
}

.wishlist-product {
    margin-bottom: 25px
}

.wishlist-product tbody .name a:hover {
    color: #d8c7ff
}

.wishlist-product tbody .name a {
    color: #fff;
    font-size: 14px
}

.wishlist-product tbody .model {
    text-align: center;
    font-size: 14px
}

.wishlist-product tbody .stock {
    text-align: center
}

.wishlist-product tbody .quantity {
    text-align: right
}

.checkout-product .table td.price {
    text-align: left;
    font-size: 14px;
    color: #7e7e7e
}

.table .price,
.table .total {
    text-align: center;
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #fff;
    font-weight: 700
}

.table thead td {
    font-size: 14px!important
}

.table .price s {
    color: #878787;
    font-weight: 400;
    display: block
}

input#sub_category {
    background: none;
    margin: 0
}

.product-search input#sub_category {
    background: none;
    margin-top: 4px;
    margin-left: -20px
}

.contact-info,
.product-search .box-container .buttons {
    margin-bottom: 20px
}

.contact-info {
    border: 1px solid #2e2e2e;
    padding: 40px;
    font-weight: 700
}

.contact-info .contact-box i {
    color: #fff;
    font-size: 26px;
    width: 1.25em
}

.contact-info .contact-box {
    margin-bottom: 20px;
    line-height: 26px
}

.contact-info .contact-box b {
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px
}

.contact-info iframe {
    min-height: 200px;
    max-height: 300px
}

.contact-info figure {
    margin: 0
}

.content.contact-f textarea {
    max-width: 100%
}

.content.contact-f {
    border: 1px solid #2e2e2e;
    padding: 40px 40px 20px
}

.content.contact-f div.buttons,
.content.contact-f div.captcha {
    margin-top: 20px
}

.checkout-heading {
    background-color: #2c2c2c;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 100px 15px 15px;
    margin-top: 10px
}

.checkout-heading a {
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

.checkout-content {
    display: none;
    margin-top: -1px;
    padding: 20px 40px;
    border: 1px solid #2e2e2e
}

.checkout-content .login-content .heading h2 {
    font-size: 16px
}

.checkout-content .login-content p.login-padd {
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 6px
}

.checkout-heading {
    position: relative
}

.checkout-heading>a {
    position: absolute;
    right: 20px;
    top: 15px
}

.checkout-content label a:hover {
    text-decoration: underline
}

.checkout-content label a {
    color: #fff
}

.login-content .left,
.login-content .right {
    border: 1px solid #2e2e2e;
    padding: 30px;
    margin-bottom: 30px
}

.login-content .heading {
    overflow: hidden;
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.login-content .content>p {
    border-bottom: 1px solid #2e2e2e;
    padding-bottom: 20px
}

.login-content .heading i {
    font-size: 56px;
    color: #bd4b68;
    float: left;
    margin-right: 14px
}

.login-content .heading h2 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff
}

.login-content .heading b {
    font-size: 14px;
    color: #737373;
    font-style: italic;
    font-weight: 400
}

.login-content .form-horizontal .controls input {
    width: 94%;
    max-width: 100%
}

.login-content .login-buttons {
    border-top: 1px solid #2e2e2e;
    padding-top: 20px
}

.buttons .right label {
    text-align: left
}

.account-register .buttons .right label {
    float: left;
    margin-right: 15px
}

.login-content {
    width: 100%;
    overflow: hidden
}

.login-content .left p+p {
    margin-bottom: 16px
}

.link-login {
    text-decoration: underline;
    display: inline-block;
    color: #fff;
    margin-left: 15px
}

.login-content .login-buttons .link-login {
    line-height: 26px
}

.link-login:hover {
    text-decoration: none
}

.padd-form {
    display: block;
    padding-bottom: 5px
}

.login-content .right .content p {
    margin-bottom: 15px
}

.login-content .right .content b {
    display: block
}

#register .content {
    border: none!important;
    padding: 0!important
}

.order-list,
.return-list {
    border: 1px solid #2e2e2e;
    margin-bottom: 30px
}

.heading-order-list span,
.order-content span {
    color: #fff
}

.heading-order-list {
    background-color: #2c2c2c;
    overflow: hidden;
    border-bottom: 1px solid #2e2e2e;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    padding: 20px
}

.order-list .order-id,
.return-list .return-id {
    width: 49%;
    float: left
}

.order-list .order-status,
.return-list .return-status {
    font-weight: 700
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right
}

.order-list .order-content,
.return-list .return-content {
    padding: 20px;
    color: #878787;
    font-weight: 700
}

.order-list .order-content div .button {
    margin-top: 3px
}

.order-list .order-info {
    text-align: right
}

.order-detail {
    background: #efefef;
    font-weight: 700
}

.return-box-2 {
    padding: 15px 20px 19px;
    margin-bottom: 10px
}

.return-box-2 .buttons .right {
    float: left
}

.return-box-2 .buttons {
    padding-left: 0;
    padding-top: 12px;
    padding-bottom: 0;
    margin-bottom: 0
}

.return-p {
    padding-left: 17px
}

.return-p p {
    margin-bottom: 13px
}

.return-list {
    margin-bottom: 10px
}

#content .content.return-box {
    padding: 14px 10px 11px 20px;
    margin-bottom: 10px
}

.content.return-box h2 {
    margin-bottom: 14px
}

#content .content.return-box .left,
#content .content.return-box .right {
    width: 320px
}

.content.return-box label {
    font-size: 14px;
    font-weight: 700
}

.content.return-box input {
    margin-top: 6px;
    margin-bottom: 7px;
    width: 310px
}

.content.return-box .error {
    padding-bottom: 5px;
    display: block
}

.return-box-3 {
    margin-bottom: 20px;
    padding: 14px 10px 10px 20px
}

.return-box-3 h2 {
    margin-bottom: 15px
}

.return-box-3 textarea {
    width: 310px;
    height: 188px;
    max-width: 310px;
    max-height: 188px
}

.return-box-3 .return-captcha {
    width: 320px;
    margin-top: -3px
}

.return-box-3 .return-captcha b {
    padding-bottom: 6px;
    display: block
}

.return-box-3 .return-captcha input {
    width: 170px;
    margin-bottom: 10px
}

.return-box-3 .return-additional {
    margin-bottom: 11px
}

.return-box-3 .buttons {
    padding: 0;
    margin-bottom: 0
}

.button-return-right-i:hover i {
    color: #7658bc
}

.button-return-right-i:hover,
.button-return-right:hover {
    color: #d8c7ff;
    cursor: pointer
}

.button-return-right {
    border: 0;
    background: none;
    font-weight: 400;
    color: #fff;
    padding: 0;
    line-height: 32px;
    min-height: 32px;
    display: inline-block;
    font-family: Open Sans, Arial, Helvetica, sans-serif
}

#return-product .button-return-right-i {
    position: relative
}

#return-product .button-return-right-i i.fa.fa-arrow-circle-right {
    position: absolute;
    right: 0;
    z-index: 2;
    top: 3px
}

#return-product input.button-return-right {
    padding-right: 31px;
    position: relative;
    z-index: 3
}

a.button-back-left:hover,
a.button-cont-right:hover,
a.button-inf-left:hover,
a.button-order-right:hover,
a.button-return-left:hover,
a.button-return-right:hover {
    color: #d8c7ff
}

a.button-back-left:hover i,
a.button-cont-right:hover i,
a.button-inf-left:hover i,
a.button-order-right:hover i,
a.button-return-left:hover i,
a.button-return-right:hover i {
    color: #7658bc
}

#tab-review .form-inline input[type=radio] {
    vertical-align: middle;
    margin-top: 0
}

a.button-back-left,
a.button-cont-right,
a.button-inf-left,
a.button-order-right,
a.button-return-left,
a.button-return-right {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding-right: 0;
    color: #fff;
    font-weight: 400;
    vertical-align: top
}

.button-back-left i,
.button-return-right-i i,
a.button-back-left i,
a.button-cont-right i,
a.button-return-left i {
    font-size: 26px;
    text-align: center;
    vertical-align: middle;
    margin: 0 9px;
    color: #fff
}

i.fa.fa-arrow-circle-right {
    margin-right: 0!important
}

a.button-order-right {
    padding: 0
}

.wishlist-product a.button-wislish-left span,
a.button-back-left span,
a.button-cont-right span,
a.button-inf-left span,
a.button-order-right span,
a.button-return-left span,
a.button-return-right span {
    line-height: 1.2em;
    font-size: 12px;
    font-weight: 700;
    display: inline-block
}

a.button-back-left span,
a.button-return-left span,
a.button-wislish-left span {
    padding: 5px 0 5px 14px;
    background: url(../image/marker-button-left.png) left 8px no-repeat
}

a.button-cont-right span,
a.button-inf-left span,
a.button-order-right span,
a.button-return-right span {
    padding: 5px 14px 5px 0;
    background: url(../image/marker-button-right.png) right 8px no-repeat
}

.cart-bottom a i.fa.fa-check {
    margin-right: 0
}

.cart-bottom a.button-cont-right {
    margin-right: 20px
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.return-list .return-info {
    text-align: right
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px
}

.return-comment {
    float: left;
    width: 49%
}

.download-list {
    margin-bottom: 10px
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #2e2e2e
}

.download-list .download-content div {
    float: left;
    width: 33.3%
}

.download-list .download-info {
    text-align: right
}

a {
    outline: none
}

a:hover i.fa.fa-trash-o-o {
    color: #7658bc
}

.wishlist-product tbody .image {
    background-color: #fff
}

a i.fa.fa-trash-o-o {
    color: #53b86b
}

i.fa.fa-trash-o-o {
    font-size: 26px
}

.shop-cart {
    border-bottom: none;
    overflow: hidden;
    position: relative
}

.cart-info2 .table td+td,
.shop-cart .table td.image,
.shop-cart .table td.quantity {
    text-align: center
}

.shop-cart .table td {
    vertical-align: middle
}

.cart-module .cart-content {
    padding: 18px 0 19px 18px;
    display: none;
    overflow: auto;
    border-top: none
}

.cart-info2 {
    display: none
}

.cart-info {
    overflow: hidden;
    margin: 20px 0
}

.content.shop-cart-content>p {
    border: 1px solid #2e2e2e;
    border-bottom: 0;
    margin: 0;
    padding: 20px
}

.mt5 {
    margin-top: 5px
}

a.input-update i {
    color: #53b86b;
    font-size: 26px
}

a.input-update:hover i {
    color: #7658bc
}

#cboxLoadedContent td>input[type=radio] {
    margin: 0;
    float: none
}

td.quantity>input[type=text] {
    width: 40px
}

table#total td {
    padding: 20px;
    text-transform: uppercase;
    width: 80%
}

table#total td+td {
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 600
}

td.price {
    font-weight: 600;
    font-size: 17px
}

table.radio {
    padding: 0
}

.cart-module>div {
    padding: 20px;
    display: none;
    border: 1px solid #2e2e2e;
    border-top: 0;
    border-bottom: 0
}

table.radio tbody td {
    width: 100%
}

.sitemap-info ul {
    margin-top: 10px
}

.sitemap-info li a {
    text-decoration: none
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}

#newsletter .content {
    margin: 0;
    padding: 0;
    border: none
}

.sitemap-info .left {
    float: left;
    width: 48%
}

#newsletter .form tr td:first-child {
    width: 58px
}

.sitemap-info .right {
    float: left;
    width: 48%
}

footer {
    margin-top: 46px;
    border-top: 1px solid #5ec179;
    padding-top: 64px;
    clear: both;
    overflow: hidden
}

footer h3 {
    line-height: normal;
    word-wrap: break-word;
    margin-bottom: 30px
}

.box-category>ul,
.box-content .acount,
.box-content .afine,
.box-content .info,
.box-content .info-list,
.content ul,
.manufacturer-list ul,
.sitemap-info ul,
footer ul {
    list-style: disc outside;
    padding-left: 14px
}

.box-category>ul li,
.box-content .acount li,
.box-content .afine li,
.box-content .info-list li,
.box-content .info li,
.content ul li,
.manufacturer-list ul li,
.sitemap-info ul li {
    padding: 8px 0 9px;
    color: #afafaf;
    padding-left: 6px
}

.box-category>ul li a,
.box-content .acount li a,
.box-content .afine li a,
.box-content .info-list li a,
.box-content .info li a,
.content ul li a,
.manufacturer-list ul li a,
.sitemap-info ul li a,
footer li a {
    line-height: 14px;
    text-transform: uppercase;
    color: #878787;
    word-wrap: break-word
}

.box-category>ul li a:hover,
.box-content .acount li a:hover,
.box-content .afine li a:hover,
.box-content .info-list li a:hover,
.box-content .info li a:hover,
.content ul li a:hover,
.manufacturer-list ul li a:hover,
.sitemap-info ul li a:hover,
footer li a:hover {
    color: #fff
}

#powered br,
span.toggle {
    display: none
}

#powered a {
    font-size: 14px;
    text-decoration: none
}

#powered a:hover {
    color: #fff
}

#powered {
    display: block;
    margin-bottom: 0;
}

#bottomShadow {
    display: block;
    background: url(../image/shadow_soc_footer.png) top no-repeat;
    height: 70px;
    width: 1170px
}

#powered>span {
    display: block;
    padding: 11px 0 11px;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}

#powered>span,
#powered>span a {
    font-size: 14px
}


.social{
    list-style: none;
    display: flex;
    background-color: #5ec179;
    justify-content: space-around;
}

.social i.fa {
    font-size: 38px;
    transition: color 0.25s ease;
    color: #fafafa;
    padding: 11px 0 11px;
}

.social a:hover i {
    color: #428bca
}

.return-captcha input img {
    vertical-align: top
}

.return-captcha input {
    margin-bottom: 10px;
    vertical-align: top
}

.banner {
    margin-bottom: 34px
}

.banner>div {
    overflow: hidden
}

.banner>div,
.banner>div a {
    display: block;
    position: relative
}

.banner>div a {
    margin-top: 5px
}

.banner img {
    width: 100%;
    height: auto
}

.banner.row {
    margin-left: -23px;
    margin-right: -22px
}

.banner .s-desc {
    display: block;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -28px;
    width: 134px
}

.banner .s-desc span {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 18px 24px;
    color: #fff;
    font-weight: 600;
    background-color: #5bbe75;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bbe75), to(#4fb466));
    background-image: -webkit-linear-gradient(top, #5bbe75, #4fb466);
    background-image: -o-linear-gradient(top, #5bbe75, #4fb466);
    background-image: linear-gradient(180deg, #5bbe75, #4fb466);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff5bbe75", endColorstr="#ff4fb466", GradientType=0);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .28);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .28);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .28)
}

.banner a:hover .s-desc span {
    background: #7658bc;
    -webkit-filter: none;
            filter: none
}

.attention,
.information,
.rev-success,
.success,
.warning {
    padding: 10px;
    margin-bottom: 5px;
    color: #555
}

.attention a,
.information a,
.success a,
.warning a {
    color: #333
}

#cart-success {
    position: fixed;
    z-index: 12
}

.success i.fa.fa-times-circle {
    font-size: 26px;
    padding: 10px
}

.success .close i {
    padding: 10px
}

.success {
    color: #000
}

.success>img {
    max-width: 70px;
    height: auto;
    float: left;
    background-color: #efeeee;
    margin-right: 10px;
    border: 1px solid #2e2e2e
}

.success a,
.success a:hover {
    text-decoration: none
}

.success a {
    color: #252525
}

.success span:hover img {
    margin-top: -11px
}

.success p {
    margin-bottom: 11px;
    font-size: 24px;
    color: #1b1b1b
}

.success span:hover {
    cursor: pointer;
    color: #d8c7ff
}

.success span {
    overflow: hidden;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1
}

.success i {
    color: #fff
}

.success i:hover {
    color: #7658bc
}

.success i.fa.fa-thumbs-up {
    font-size: 31px;
    color: #fff;
    margin-right: 10px
}

.close {
    color: transparent;
    text-shadow: none
}

.success a {
    color: #fff
}

.success a:hover {
    color: #d8c7ff
}

.success {
    width: 100%;
    position: fixed;
    z-index: 14!important;
    top: 0;
    left: 0;
    padding: 20px 20%;
    z-index: 13;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    background: #2c2c2c;
    display: none;
    font-size: 14px;
    color: #d8d8d8;
    font-weight: 400
}

#wrap {
    z-index: 4!important
}

.rev-success {
    background: #eaf7d9 url(../image/success.png) 0 no-repeat;
    border: 1px solid #2e2e2e;
    padding-left: 20px
}

.prev {
    float: left;
    margin-left: 10px
}

.next {
    float: right;
    margin-right: 10px
}

.image {
    position: relative
}

.related-info .compare,
.related-info .wishlist {
    display: inline-block;
    margin: 0 5px 0 0;
    float: left
}

.related-info .compare a {
    width: 54px
}

.related-info {
    display: inline-block;
    float: left;
    position: relative;
    border-bottom: 0!important
}

.related {
    padding: 0 65px;
    position: relative
}

.related .name {
    height: 40px;
    overflow: hidden
}

.related .next:hover,
.related .prev:hover {
    color: #d8c7ff
}

.related .next,
.related .prev {
    position: absolute;
    top: 50%;
    font-size: 26px;
    color: #7e7e7e;
    margin-top: -31px
}

.related .prev {
    left: 0
}

.related .next {
    right: 0
}

.about-page i:before {
    text-indent: 0
}

.about-page i {
    display: block;
    color: #bd4b68;
    font-size: 56px;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 15px;
    overflow: hidden
}

#colorbox {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.preview {
    padding: 15px
}

.preview a:hover {
    color: #7658bc
}

.preview .marg {
    margin-bottom: 25px
}

.preview .price {
    width: 100%;
    overflow: hidden
}

.preview .price span {
    float: left;
    margin-right: 8px
}

.preview .right .inf span {
    display: block;
    margin-bottom: 10px
}

.preview .right .inf span.text-price {
    margin-left: 0
}

.preview .right h2 {
    font-size: 18px;
    color: #58bc71;
    margin-bottom: 20px
}

.preview .price {
    color: #fff
}

.preview .inf .prod-stock {
    margin-bottom: 10px
}

.preview .description {
    height: 160px;
    padding: 15px;
    overflow: auto;
    border: 1px solid #dbd9d7
}

.preview .cart,
.preview .compare,
.preview .wishlist {
    float: left;
    display: inline-block;
    margin-right: 5px
}

.preview .extra-button {
    float: left;
    width: 150px;
    margin-top: 3px;
    margin-left: 15px
}

#cboxContent #cboxTitle {
    width: 60%;
    padding: 0 20%
}

#cboxOverlay,
#colorbox {
    z-index: 8!important
}

.preview .rating {
    margin-top: 15px
}

.box li {
    position: relative
}

.category-info {
    margin-bottom: 20px;
    overflow: hidden
}

.box-product .image a img,
.box .box-content .box-product ul li,
.box .box-content .box-product ul li .image2 img,
.box .box-content .box-product ul li .quick-view-button,
.product-grid .image a img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.box-product.box-subcat li {
    margin-bottom: 20px
}

.box .box-content .box-product ul li .image2 {
    overflow: hidden;
    position: relative
}

.box-product .cart-button,
.product-grid .cart-button {
    background: #2c2c2c;
    margin-bottom: 12px
}

#content .box-product .cart-button {
    display: table;
    width: 100%
}

#content .box-product .price {
    /*max-width: 100px;*/
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
    float: none;
    background: none;
    line-height: 16px
}

#content .box-product .price .price-new {
    margin-right: 0
}

#content .related .box-product .cart-button {
    display: block
}

#content .related .box-product .price {
    max-width: 170px;
    width: 100%;
    background: #2c2c2c;
    padding: 15px 10px 14px 19px;
    display: inline-block;
    line-height: 20px
}

#content .related .box-product .price .price-new {
    float: left;
    margin-right: 8px
}

.box-product.box-subcat .image {
    margin-bottom: 10px
}

.box-product .cart-button .cart {
    width: 100%;
    }

.cart,
.compare,
.wishlist {
    display: inline-block
}

.prod-row .compare,
.prod-row .wishlist {
    float: left;
    margin-right: 5px
}

.cart-top-padd label {
    margin-top: 8px;
    margin-right: 7px
}

.cart a,
.compare a,
.wishlist a {
    height: 49px;
    width: 53px;
    padding: 0;
    text-align: center
}

.featured .cart a,
.featured .compare a,
.featured .wishlist a {
    height: 49px;
    width: 100%;
    padding: 0;
    text-align: center
}

.cart i,
.compare i,
.wishlist i,
a.button-prod i {
    font-size: 18px;
    line-height: 49px;
    height: 49px;
    color: #fff
}

.compare span,
.wishlist span {
    display: none
}

.box .box-content .box-product ul li .quick-view-button:hover {
    background-color: #7658bc
}

.box .box-content .box-product ul li .quick-view-button i {
    width: 30px
}

.box .box-content .box-product ul li .quick-view-button {
    opacity: 0;
    display: inline-block;
    visibility: hidden;
    right: 15px;
    position: absolute;
    top: 0;
    font-size: 20px;
    color: #fff;
    line-height: 45px!important;
    height: 49px;
    width: 53px;
    text-align: center;
    background: #53b86b;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.box .box-content .box-product ul li:hover .quick-view-button {
    opacity: 1;
    visibility: visible
}

.table-bordered {
    -webkit-border-radius: 0;
            border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff!important;
    font-family: Arial;
    font-size: 14px;
    background-color: #2c2c2c
}

.table td,
.table th {
    padding: 8px;
    border-color: #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

.block-compare .table td,
.block-compare .table th {
    padding: 7px
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 14px;
    -webkit-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none
}

.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered thead:last-child tr:last-child>th:first-child {
    -webkit-border-radius: 0;
            border-radius: 0
}

.table-bordered {
    /*border-color: #9baa81;*/
}

button,
input,
label,
select,
textarea {
    font-size: 14px;
    color: #d8d8d8
}

label {
    font-weight: 700
}

textarea {
    resize: none
}

label {
    cursor: default
}

.close:focus,
.close:hover {
    opacity: 1
}

.pp_gallery ul a img {
    width: 50px;
    height: 50px;
    max-width: none
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px
}

table.radio {
    margin: 0;
    display: table
}

.table>tbody+tbody {
    border-width: 1px
}

.stButton .chicklets,
.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stMainServices,
.stButton .stTwbutton {
    height: 22px!important
}

#fancybox-content,
#fancybox-content>div {
    background-color: #fff
}

#cboxContent .about-page {
    padding: 0 25px
}

.account-register #fancybox-content,
.account-register #fancybox-content>div,
.account-register #fancybox-outer {
    background-color: #181818
}

.account-register #fancybox-content {
    padding: 20px
}

#cboxWrapper #cboxContent h1,
#cboxWrapper #cboxContent h3 {
    color: #181818
}

.latest-added {
    display: none
}

/*-- <FANCYBOX> --*/
.fancybox-opened .fancybox-close {
    top: -2px;
    right: -2px;
}
/*-- </FANCYBOX> --*/

/*-- <MOBILE MENU> --*/
.fa-angle-down::before {
    position: absolute;
    top: 2px;
    left: 11px;
}

.sf-menu-phone li i.fa-angle-down {
  top: 1px;
  font-size: 30px;
  right: 0px;
  line-height: 40px;
  padding: 20px;
}
/*-- </MOBILE MENU> --*/

/*-- <CART LIST> --*/
.cart-list {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}

/*-- </CART LIST> --*/

/*-- <SF-MENU MOD> --*/
.sf-parent{
    display: block;
    text-align: center;
}

@media (max-width: 995px) {
#menu-gadget ul#nav span {
    text-align: center;
}

.sf-menu-phone li:hover>span, .sf-menu-phone li span {
    color: #fff;
    border-bottom: 1px solid #fff;

    font-size: 16px;
    border-bottom-color: #fff;
    padding: 10px 15px;
    font-weight: 400;
}

.sf-menu-phone li i:hover {
    cursor: pointer;
    color: #7658bc;
}

.menu-arrow__velvet{
    color: #7658bc;
}


.sf-menu-phone li i {
    right: 13px;
}

.sf-menu-phone li li:last-child {
    font-size: 14px;
    border-bottom: 1px solid #fff;
}

}



/*-- </SF-MENU MOD> --*/

/*-- <SPECIALS> --*/
    .discount-recent {
        display: block;
        color: red;
        font-size: 16px;
    }
/*-- </SPECIALS> --*/

/*-- <PRODUCT CARD STYLES> --*/

.product-img-l {
    padding: 0px 70px;
    margin-bottom: 40px;
}

.right-col {
        padding-left: 24px;
}

#cart-col{
    padding-left: 0;
}

.product-info .left-col .image {
        max-width: initial;
        text-align: center;
        background: url(../image/black_linen_v2.png) repeat top #131313;
}

.product-info .description,
.product-info .price,
.cart-top {
    margin-bottom: 18px;
}

.product-info .price {
        border-top: 0;
        border-bottom: 0;
        padding: 0;
}

.basic-info .cart {
        margin-bottom: 30px;
}


.add-to-cart-btn {
        padding: 15px 62px;
        background-color: #53b86b;
        color: #fff;
        border: none;
        font-size: 27px;
        -webkit-transition: background-color 0.25s ease;
        -o-transition: background-color 0.25s ease;
        transition: background-color 0.25s ease;
}

.add-to-cart-btn:hover {
    background-color: #7658bc;
}

.product-info .image-additional {
        margin-left: auto;
        margin-right: auto;
}

.image-additional .bx-wrapper {
    margin-bottom: 0;
}

.image-additional .bx-prev {
    padding-left: 0;
}

.image-additional .bx-next {
    padding-right: 0;
}

#full_gallery .bx-wrapper {
        margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a {
    color: #53b86b;
}

#full_gallery .bx-controls-direction i.fa {
    font-size: 46px;
}

.descr-add__text {
    display: block;
}

.graph_col {
    text-align: center;
}

/*-- <SCOPES GALLERY>--*/
    .scope-img {
        margin-bottom: 50px;
        text-align: center;
    }

    .visual-img {
        margin-bottom: 50px;
        max-height: 420px;
    }

    ul#scope-thumbs,
    ul#visual-thumbs {
        margin-left: 0;
    }

    .scope-thumb,
    .visual-thumb,
    .img-thumb {
        background: none;
        border: none;
        -webkit-transition: filter 0.25s ease;
        -o-transition: filter 0.25s ease;
        -webkit-transition: -webkit-filter 0.25s ease;
        transition: -webkit-filter 0.25s ease;
        transition: filter 0.25s ease;
        transition: filter 0.25s ease, -webkit-filter 0.25s ease;
    }

    .scope-thumb:hover,
    .visual-thumb:hover
    .img-thumb:hover {
        -webkit-filter: brightness(120%);
                filter: brightness(120%);
    }

    .scope-additional .bx-prev,
    .visual-additional .bx-prev {
        left: -30px;
    }

    .scope-additional .bx-next,
    .visual-additional .bx-next {
        right: -30px;
    }

    .scope-text__list {
        font-size: 18px;
        line-height: 2;
        list-style-type: none;
    }

    #scope-fotoswipe-l,
    #visual-fotoswipe-l {
        display: none;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    #scope-fotoswipe li,
    #visual-fotoswipe li {
        padding-right: 60px;
        padding-left: 13px;
    }

/*-- </SCOPES GALLERY> --*/

.p-no-margin {
    margin-bottom: 0;
}

.p-and-margin {
    margin-bottom: 5px;
}

.tab-content ul.project-list {
    margin-bottom: 10px;
    padding-left: 20px;
    margin-left: 0;
}

.project-list__item {
    list-style-type: disc;
}

.tab-content {
    font-size: 18px;
    line-height: 2;
}

.project-top-img {
    display: block;
    margin: 10px auto 49px auto;
}

.project-top-img:first-child {
    margin-bottom:70px;
}

.tooltip.fade.bottom.in {
    display: none !important;
}

.share-l {
    position: relative;
}

.share .shareit__btn {
    display: block;
}



@media (max-width:1200px) {
        .add-to-cart-btn {
    /*          font-size: 24px;
                padding: 15px 10px;
                margin-bottom: 10px;*/
        }

        .product-img-l {
            padding: 0px;
        }
}


@media (max-width:800px) {
        .image-additional,
        .image,
        #zoom_01 {
                display: none;
        }

        .breadcrumb {
                margin-bottom: 5px;
                margin-top: 0;
                padding: 5px 0;
        }

        .right-col {
                padding-left: 30px;
        }


        .main-header {
                font-size: 20px;
        }
}

@media (max-width:767px) {
    .right-col {
        padding-left: 15px;
    }

    #product-img-col {
        margin-bottom: 30px;
    }

    .add-to-cart-btn {
        width: initial;
    }

    #scope-fotoswipe-l {
        display: block;
    }

    #scope-img,
    #scope-additional-l {
        display: none;
    }

    #visual-fotoswipe-l {
        display: block;
    }

    #visual-img,
    #visual-additional-l {
        display: none;
    }
}

@media (min-width:767px) {
    .share {
        position: absolute;
        bottom: 0;
    }
}


/*Vertical aligning customer avatar*/
.seocmspro_customer_name {
    display: flex;
}

.seocmspro_avatar {
    display: flex;
    align-items: center;
}

.seocmspro_avatar img {
    display: block;
}

.price_block{
    border:0px;
    background-color:#fff;
    border-radius:0px;
    padding-top:10px!important;
    padding-bottom:10px!important;
    padding-left:20px;
    padding-right:20px;
    border-radius: 4px;
}

.price_block.order-button{
    padding-left:10px;
    padding-right:10px;
}

.float_price{
    float:left;
    color:#000;
    font-size:36px;
    margin-right:20px;
}

.float_price_strik:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    display: block;
    height: 1px;
    width: calc(105% - 24px);
    background-color: #f84147;
    content: "";
}
.product__status_color_green {
    background-color: #f4faf6;
    color: #00a046;
}
.product__status_color_red {
    background-color: #f4faf6;
    color: #f84147;
    font-weight: bold;
}
.product__status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 4px;
    font-size: 14px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom:15px;
}
.extra-button i{
    color:#cecece;
}
.extra-button i:hover{
    color:#000;
}
.f11{
    height:57px!important;
    width:57px!important;
    padding:5px!important;
    background-color:#fff!important;
    color:#cecece!important;
    border:1px solid #cecece!important;
    border-radius: 4px;
}
.f11:hover{
    height:57px!important;width:57px!important;padding:5px;background-color:#fff!important;color:#000!important;border:1px solid #000!important;

}
.f11:hover i{
    color:#000;
}


.product-about__block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}

.product-about__block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
}
.product-about__block-body {
    padding: 16px;
}
.product-about__block-body {
    padding: 16px;
}
.product-about__block {
    margin-bottom: 24px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.button-buy-now{
    text-align:center!important;
    font-size:24px;
    max-width:270px!important;
    background-color:#7d5acd;
    margin-top:20px;
}


@media screen and (max-width: 1024px) {
    #button-cart:before{
        clear:both;
    }
    #button-cart {
        display:block!important;
        width:100%!important;
    }


}

@media screen and (max-width: 1280px) {
    .cart-top-padd{
        float:none!important;
    }
    .button-prod{
        display:block!important;
        width:100%!important;
        float:none!important;
        margin-bottom:10px!important;
        margin-top:20px!important;
    }
    .sss12{
        display:none;
    }
}

.button-prod{
    width:200px!important;
}

.stock-message {
    padding-left: 10px;
}

canvas{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*-- </PRODUCT CARD STYLES> --*/

.fancybox-skin{background:url(http://ecosound.kiev.ua/image/data/ZVUKOIZOL/rooms/black_linen_v2.png) top #131313}
#fancybox-overlay{z-index: initial;}

.email_footer{
    text-align: center;
}



@media (max-width: 980px){

        .adress_footer {
                margin-top: 30px;
                margin-bottom: 30px;
                text-align: center;
        }

        .phonenumbers_footer {
                margin-bottom: 30px;
                text-align: center;
        }
}

.sf-menu{
        z-index: 10;
}

.cart-position .fa-angle-down {
    display: none;
}

/*-- <ajax load products by scroll in category page and featured module> --*/


.smooth-hide {
visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  -o-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
}

.smooth-show {
    visibility: visible;
    opacity: 1;
}

.pagination .results {
    display: none;
}

@media (max-width: 960px){
    .pagination .links a {
        font-size: 12px;
        padding: 4px 10px;
    }
}
@media (max-width: 567px){
    .pagination {
        display: none;
    }
}
/*-- </ajax load products by scroll in category page and featured module> --*/
#livesearch_search_results {
    max-height: 700px;
    overflow-y: scroll;
}

#cmswidget-2{
    padding-left: 3px;
    height: 108px;
}

#cmswidget-2 .sc_widget_blogs_a.pass {
    padding: 6px 15px;
}

/*-- <PRODUCTS AND CATEGORIES DESCRIPTION> --*/

.cat-paragraph:after {
        clear: both;
        content: '';
        display: table;
    }

    .category__image-right {
        text-align: center;
    }

    .category__image-center {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wide-image {
        width: 70%;
    }


    .image-mobile {
            display: none;
    }

    .ugly-img {
        height: 250px;
    }

    .article-image_full-width{
        width: 100%;
    }

    .article-images-row{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
    }

    img.article-product-image {
        height: 214px;
    }
    
    .figure-caption-heading{
        margin-bottom: 0;
        text-transform: none;
        font-size: 14px;
    }
    .article-images-row-item{
        margin: 0 auto;
        text-align: center;
    }

    .article-images_row:after{
        content: '';
        width: 10px;
        display: block;

    }

    .figure-caption-heading  {
        transition: color 0.25s ease-out;
        text-align: center;
    }

    .article-product-link .figure-caption-heading{
        color: #428bca;
    }
    .article-product-link:hover .figure-caption-heading{
        color: #d8c7ff;
    }

    .category__h2_full {
        width: 100%;
    }

    .article-figcaption {
        font-size: 14px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .article-header{
        text-align: center;
    }

    @media all and (max-width: 600px) {
        .article-images-row {
            display: block;
        }
        .figure-caption-heading {
            font-size: 14px;
        }

        .article-images-row-item{
            width: 90%;
            margin: 20px auto;
        }
    }
    @media all and (min-width: 1200px) {
        .ugly-img {
            height: 300px;
        }
    }
    @media all and (max-width: 1200px) {
        .image-desktop {
            display: none;
        }
        .image-mobile {
            display: block;
        }
        .ugly-img {
            height: 250px;
        }
    }
    @media all and (max-width: 900px) {

        .ugly-img {
            height: 200px;
        }

        .category__image-right.tablet-full-width {
            width: 100%;
        }

    }
    @media all and (max-width: 600px) {

        .ugly-img {
            height: 150px;
        }

        .category__image-right.mobile-full-width {
            width: 100% !important;
            text-align: center;
            float: none !important;
            margin-bottom: 20px;
        }

        .wide-image {
            width: 100%;
        }

        .category__h2 {
            width: 100%;
        }

    }

/*-- </PRODUCTS AND CATEGORIES DESCRIPTION> --*/

/*-- <PRODUCT CARD> --*/
.visual-additional .bx-wrapper .bx-next{
    right: -20px;
}

.visual-additional .bx-wrapper .bx-prev{
    left: -20px;
}

.main-header {
    min-height: 62px;
}

.select-label {
    display: block;
    margin-bottom: 10px;
}

.select-group {
    text-align: center;
}


.spec-wrapper,
.attributes-select__l {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.attributes-select__l {
    max-width: 420px;
    margin-bottom: 40px;
}

.attributes-select {
    background: url(../image/black_linen_v2.png) repeat top #131313;
    color: #d8d8d8;
    font-weight: 400;
    border-color: #d8d8d8;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    height: 40px;


}

.select-group {
    position: relative;
}

.attributes-select:focus {
    outline:0;
}

.hidden-select {
    width: 1px;
}

.hidden-select .attributes-select {
    width: 1px;
    appearance: none;
    border: none;
}

.hidden-select .select-label {
    display: none;
}

@media all and (max-width: 1200px) {
    .attributes-select{
    }

    .price-wrapper .discount-text {
        display: inline-block!important;
    }
}
/*-- </PRODUCT CARD> --*/




/*-- <CATEGORY-LIST_LIST> --*/
.category-list_list {
    margin-left: 0;
}

.category-list .list-list__item {
    list-style-type: none;
}

.list-item-image_list-type {
    max-width: 30%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
/*-- </CATEGORY-LIST_LIST> --*/

/*-- <CHARTS> --*/
.canvas-layout{
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-bottom: 30px;
}
/*-- </CHARTS> --*/



/*-- <CHART> --*/
.article__chart_left {
    float: left;
    margin-right: 30px;
    width: 50%;
}

@media all and (max-width: 1100px) {
   .article__chart_left {
       float: none;
       margin: 20px 0 ;
       width: 100%;
       /*height: 300px;*/
   }
}
/*-- </CHART> --*/

.article__image_left {
    float: left;
    width: 30%;
    margin-right: 30px;
    text-align: center;
    margin-top: 10px;
    margin-left: 20px;
}
/*-- <IMAGES-STRIP> --*/
.images-strip {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    
.images-strip__picture,
.images-strip__pic {
    margin-bottom: 30px;
}

.portfolio-section {
    margin-bottom: 50px;
}

@media all and (max-width: 600px) {
    .images-strip{
       align-items: center;
       justify-content: center;
    }
}
/*-- </IMAGES-STRIP> --*/

.fancybox-overlay-fixed {
    z-index: 9;
}

.langmark {
margin-right: 10px;
color: #888;
}
.langmark a {
color: #888;
}
.langmark a:hover {
color: #333;
}
.langmark li {
display: inline; 
margin: 0 0 0 4px;
padding: 0;
}
.langmark a.langmarkactive {
color: #555;
font-weight: bold;
}

#body .swipe .langmark>ul li a {
    border-bottom: none;
}

@media all and (max-width:700px) {
    .nav.langmark {
        display: flex;
        justify-content: center;
        border-bottom: 1px solid black;
    }

    .nav.langmark .list-inline {
        display: flex;
        align-items: center;
    }
}