/********************************************************************************************************
                           1. CSS RESET
********************************************************************************************************/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none !important;
    vertical-align: top;
    background: transparent;
    font-weight: normal;
    line-height: 1.5em;
}

ol,
ul {
    list-style: none;
}
.list-d ul {
 margin-left: -1em;
}
.list-d li {
 list-style: none;
 background: url(/assets/templates/hoztorg/img/bullet.png) no-repeat 0 2px;
 padding-left: 20px;
}
a,
span {
    vertical-align: baseline;
    line-height: inherit;
    font-weight: inherit;
}

b,
strong {
    font-weight: bold;
    vertical-align: baseline;
}

i,
dfn {
    font-style: italic;
}

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



/********************************************************************************************************
                           2. VARIABLES
********************************************************************************************************/


/* 2.1 COLORS */





/* 2.2 CSS3 TRANSITIONS */






/* 2.3 GRADIENTS */




/********************************************************************************************************
									3. GLOBAL THEME STYLES
********************************************************************************************************/

/* hiding placeholder text on focus in webkit, thanks to http://www.kolodvor.net/2012/03/23/webkit-placeholder-attribute-behavior */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

.filter_title {
    font-size: 16px;
    margin: 15px 0;
    font: bold "PT Sans";
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.footer_block {
    font: bold 20px/.96em "PT Sans";
    padding: 49px 0 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

/* clearfix - nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

#content > ul > li,
div.box-content > ul li,
div.page_content > ul li {
    list-style: none;
    background: url(../img/check.png) no-repeat left 50%;
    padding-left: 25px;
}

div.box-content table ul li{
    list-style: none;
    background: url(../img/check.png) no-repeat left 50%;
    padding-left: 25px;
}

/* utility classes: hidden, float left, float right, etc. */
.hidden,
.visuallyhidden {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}



/* addthis styles */
.addthis_toolbox {
    margin: 15px 0 0 0;
    border-top: 1px solid #DCDBDB;
}

.addthis_toolbox > a {
    margin: 15px 15px 0 0 !important;
    padding: 0 !important;
}

.addthis_toolbox .at300b {
    height: 21px;
}

.addthis_button_tweet {
    width: 79px;
}

.addthis_toolbox .fb_iframe_widget {
    display: block;
}

#_atssh {
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}



/* jquery.formstyler styles for selects */
.jq-selectbox {
    display: block;
    z-index: 1000 !important;
    cursor: pointer;
}

.jq-selectbox__select-text {
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger i {
    position: absolute;
    top: 0;
    right: 0;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.jq-selectbox__dropdown {
    width: 100%;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.jq-selectbox.opened .jq-selectbox__trigger i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}



/* misc */
#at15s {
    z-index: 999 !important;
}

#habla_window_div {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}



/* hex2rgb color converter */




















/* PAGE PRELOADER */
#page_preloader {
    width: 100%;
    height: 100%;
    background: url(https://assets3.insales.ru/assets/1/1702/640678/v_1466997176/build/bx_loader.gif) 50% 50% no-repeat #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}



/* ADD TO CART MESSAGE */
.cart_popup {
    width: 100%;
    height: 86px;
    font-size: 25px;
    line-height: 85px;
    color: #fff;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    display: none;
}



/* COOKIES POLICY MESSAGE */
.cookies_container {
    min-height: 60px;
    background: #191919;
    display: none;
}

.cookies_container p {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    line-height: 60px;
    color: #888;
}

.cookies_container p b {
    vertical-align: baseline;
    color: #fff;
}

.cookies_container .cookie_btn {
    height: 40px;
    display: inline-block;
    margin: 10px 0 10px 6px;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    font-size: 17px;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.cookies_container .cookie_ok {
    margin: 10px 0 10px 20px;
    background: #18a439;
    border-color: #18a439;
}

.cookies_container .cookie_no {
    border-color: #585858;
}

.cookies_container .cookie_btn:hover {
    background: #585858;
    border-color: #585858;
}



/* NEWSLETTER POPUP */
#newsletter_popup__wrap .fancybox-skin {
    padding: 30px !important;
}

#newsletter_popup h4 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

#newsletter_popup form {
    margin: 30px 0 0 0;
    position: relative;
}

#newsletter_popup input[type=email] {
    width: 250px;
    height: 35px;
}

#newsletter_popup .btn {
    height: 35px;
}

#newsletter_popup .newsletter_off__wrap {
    margin: 30px 0 0 0;
    text-align: center;
}

#newsletter_popup .newsletter_off__wrap .btn {
    height: auto;
    font-size: 11px;
}

#newsletter_popup .newsletter_error {
    margin: 0;
    font-weight: bold;
    font-size: 11px;
    color: #f00;
    position: absolute;
    left: 0;
    top: 41px;
}

#newsletter_popup .newsletter_success {
    font-weight: bold;
    color: #119000;
    text-align: center;
}



/* GOOGLE MAPS */
#google_map,
#google_map iframe {
    width: 100% !important;
    height: 300px !important;
    background: #e7e7e6;
}

#google_map img {
    max-width: none !important;
}



/********************************************************************************************************
                           4. TYPOGRAPHY
********************************************************************************************************/

body {
    font-size: 14px;
    font-family: Arial;
    color: #888888;
}



/* 4.1 HEADINGS */
h1,
h4,
h5,
h6 {
    margin: 15px 0;
    font: bold 50px/.96em "PT Sans";
    color: #333333;
    text-transform: uppercase;
}

h2,
h3 {
    margin: 15px 0;
    font: bold 20px/.96em "PT Sans";
    color: #333333;
    text-transform: uppercase;
}

h4 {
    font-size: 16px;
}

h5,
h6 {
    font-size: 14px;
}

.page_heading {
    margin: 0;
    font-size: 22px;
}

.template-index .page_heading {
    margin: 0;
    font-size: 50px;
}

.page_heading span {
    font-weight: 100;
}

.page_heading a {
    float: right;
}


h3 + p {
    margin-top: 21px;
}



/* 4.2 PARAGRAPHS & LISTS */
p {
    margin: 15px 0;
    padding: 0;
}

.column_center .about-us ul {
    list-style-type: square;
    list-style-position: inside;
}

.column_center .about-us ol {
    list-style-type: decimal;
    list-style-position: inside;
}



/* 4.3 LINKS */
a {
    color: rgb(60, 82, 123);
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: background .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out, box-shadow .3s ease-in-out;
}

a:hover,
a:active {
    color: hsl(108, 61%, 48%);
}



/* 4.4 PRODUCT ATTRIBUTES (name, description, price) */
.product_name {
    #font-size: 15px;
    color: #333333;
}

.product_name a {
    #color: #333333;

    /*-webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    -webkit-transition: none;
    transition: none;

}

.product_name a:hover {
    position: absolute;
    display: block;
    color: hsl(108, 61%, 48%);
    background-color: #fff;
    z-index: 2000;
    width: 178px;
    -webkit-box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
    box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
}


.product_desc {
    font-size: 13px;
    color: #777777;
}

.money {
    color: hsl(108, 61%, 48%);
}

.compare-at-price {
    text-decoration: line-through;
    color: hsl(108, 61%, 48%);
}



/* 4.5 RTE */
.rte {
    margin-top: 15px;
    margin-bottom: 15px;
    color: inherit;
}

.rte a {
    color: #3c527b;
    text-decoration: underline;
}

.rte a:hover {
    text-decoration: none;
}

.rte h1 {
    font-size: 19px;
}

.rte h2 {
    font-size: 17px;
}

.rte h3 {
    font-size: 16px;
}

.rte h4 {
    font-size: 14px;
}

.rte h5 {
    font-size: 13px;
}

.rte h6 {
    font-size: 12px;
}

.rte img {
    margin-top: 15px;
    margin-bottom: 15px;
}



/********************************************************************************************************
                           5. FORMS & COMPONENTS
********************************************************************************************************/

/* 5.1 FORMS */
label {
    font-weight: bold;
    font-size: ;
}

select,
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    padding: 6px;
    border: 1px solid #DCDBDB;
    font: normal 13px 'Arial';
    color: ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="telephone"] {
    height: 39px;
    line-height: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 9px;
}

select,
select.form-control {
    padding: 8px 3px;
}

textarea,
textarea.form-control {
    min-width: 100%;
    max-width: 100%;
}

select:focus,
select.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="telephone"]:focus {
    border-color: #aaa;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #ddd;
}


.form-group {
    vertical-align: top !important;
    margin-top: 15px;
    margin-bottom: 0;
}


.form-horizontal label {
    padding-top: 0 !important;
    text-align: right;
    line-height: 34px;
}

.form-horizontal select {
    width: 100%;
}

.action_bottom span.note {
    margin-left: 5px;
}

.action_bottom span.note a {
    margin-left: 5px;
}



/* 5.2 ALERTS */
.alert {
    margin: 15px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.alert > p,
.alert > ul,
.alert > ol {
    list-style-type: none;
    margin: 0;
}

.alert > p + p,
.alert > ul + ul {
    margin: 10px 0 0 0;
}



/* 5.3 BUTTONS */
.btn,
.btn a,
.btn-info,
.btn-primary,
.product-sold {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    background: rgb(101, 109, 123);
    border: none;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    box-shadow: none;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product-sold {
    cursor: default;
}

.btn a {
    padding: 0 !important;
    border: none !important;
}

.btn-cart {
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-cart i {
    position: relative;
    padding: 8px 8px 8px 10px;
    font-size: 26px;
    overflow: hidden;

}

.btn-cart span {
    display: inline-block;
    padding: 10px 17px 0 17px;
    font-size: 16px;
    line-height: 24px;
}

.btn:hover,
.btn:hover a,
.btn-info:hover,
.btn-primary:hover {
    background: hsl(108, 61%, 48%);
}


/********************************************************************************************************
                           6. GLOBAL PAGE LAYOUT
********************************************************************************************************/

html,
body {
    height: 100%;
}

#wrapper1 {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
}

#wrapper2 {
    overflow: hidden;
}

.container {
    padding: 0;
}



/* outdated browsers notification */
.old_browsers a {
    display: block;
    padding: 20px 0;
    background: #ffa200;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);

    -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.old_browsers a i {
    margin: 0 5px 0 0;
    font-size: 30px;
    color: #e90b00;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .5);
}

.old_browsers a:hover {
    color: #e90b00;
}



/********************************************************************************************************
                           7. MAIN PAGE
********************************************************************************************************/

/* 7.1 HEADER */
#header {
    position: relative;
    z-index: 1001;
    background: #fff;
}

#header .col-sm-2 {
    padding: 0;
}

.header_top {
    padding-bottom: 15px;
    text-align: right;
    background: #313131;
}

header #logo {
    float: left;
    padding: 0;
    height: 44px;
}

header #logo a {
    display: inline-block;
    color: #FFFFFF;
}

header #logo img {
    height: 44px;
}

header #logo b {
    display: inline-block;
    padding: 30px 20px;
    font-size: 79px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -8px;
}

.phone-header {
    display: inline-block;
    margin-top: 0px;
    text-align: center;
    font-size: 24px;
    color: #000;
    line-height: 42px;
}

.phone-header .phonesmobile {
    width: 100%;
    display: block;
}

.mob-menu {
    text-align: right;
}

.header_user {
    display: inline-block;
    margin-top: 0px;
    padding: 0;
    line-height: 42px;
}

.header_user li {
    display: inline-block;
    #margin-left: 24px;
    line-height: 41px;
}

.header_user li a {
    font-size: 14px;
    color: #000;
}

.header_user li a:hover {
    color: hsl(108, 61%, 48%);
}

.header_user li a i {
    margin: 0 5px 0 0;
    line-height: 1.5em;
    padding-right: 9px;
}

.header_user li a:before {
    font-size: 18px;
    padding-right: 9px;
    color: hsl(108, 61%, 48%);
    font-family: FontAwesome;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_user li a:hover:before {
    color: hsl(108, 61%, 48%);
}

.header_user li:first-child a:before {
    content: "\f023";
}

.header_user li:first-child + li a:before {
    content: "\f007";
}

.header_currency {
    display: inline-block;
    font-size: 14px;
    text-align: left;
    margin-top: 15px;
}

.header_currency select {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.header_currency .jq-selectbox {
    width: 47px;
}

.header_currency .jq-selectbox__select {
    height: 25px;
    padding: 0 11px 0 0px;
}

.header_currency .jq-selectbox__select-text {
    line-height: 24px;
    color: hsl(108, 61%, 48%);
}

.header_currency .jq-selectbox__trigger i {
    right: 0px;
    top: 5px;
    color: #FFFFFF;
}

.header_currency .jq-selectbox__dropdown {
    width: 100% !important;
    background: #FFFFFF;
}

.header_currency .jq-selectbox__dropdown ul {
    background: hsl(108, 61%, 48%);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .5);
}

.header_currency .jq-selectbox__dropdown ul li {
    display: block;
    text-align: center;
    color: #FFFFFF;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_currency .jq-selectbox__dropdown ul li.sel,
.header_currency .jq-selectbox__dropdown ul li:hover {
    background: #232323;
}

.header_social li {
    display: inline-block;
    margin: 4px 3px 4px 5px;
}

.header_social li a {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 50%;
    position: relative;
    text-align: center;
    background: #fff;

}

.header_cart {
    position: relative;
    z-index: 1000;
    float: right;
    display: inline-block;
    width: 244px;
}

#cart {
    position: relative;
}

.header_cart .cart_toggle {
    position: relative;
    cursor: pointer;
    display: block;
    min-height: 50px;
    min-width: 149px;
    font-size: 15px;
    z-index: 1;
    border-radius: 0px 0 0 0px;
    color: #FFFFFF;
    background: transparent;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    padding-top: 3px;
}

.header_cart .cart_toggle i {
    font-size: 34px;
    padding: 4px 16px 0px 11px;
}

.header_cart .cart_toggle a > span {
    display: inline-block;
    padding-top: 3px;
    width: 160px;
    line-height: 1.2;
}

.header_cart .cart_toggle a {
    color: inherit
}

.emptys {
    position: relative;
    top: 10px;
}

.header_cart .cart_toggle span.count {
    padding-right: 4px;
    color: hsl(108, 61%, 48%);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_cart .cart_toggle:after {
    content: "";
    right: 0;
    top: 0;
    left: 100%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    border-radius: 0px 0 0 0px;
    background: hsl(108, 61%, 48%);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.header_cart .cart_toggle:hover span.count {
    color: #FFFFFF;
}

.header_cart .cart_toggle:hover:after {
    left: 0;
}


.header_search {
    overflow: hidden;
    text-align: center;
    margin-top: 3px;
    padding-left: 2px;
    padding-right: 0;
}

.header_search form {
    display: inline-block;
    position: relative;
    width: 290px;
    padding-right: 40px;
    border-radius: 3px;
    overflow: hidden;
    background: #fbf8f8;
    box-sizing: border-box;
    height: 37px;
    border: 2px solid rgb(101, 109, 123);
}

.header_search form:focus,
.header_search form:active,
.header_search form:hover {
    background: #fff;
    border: 3px solid #24AD15;
}

.header_search form:focus #search-field,
.header_search form:active #search-field,
.header_search form:hover #search-field {
    color: #000;
}

.header_search form:focus #search-submit i,
.header_search form:active #search-submit i,
.header_search form:hover #search-submit i {
    padding-top: 4px;
    color: #24AD15;
}


.header_search #search-field {
    border: none;
    width: 100%;
    padding-left: 11px;
    color: #000;
    font-size: 17px;
    padding-top: 1px;
}

.header_search #search-field::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.header_search #search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.header_search #search-field:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.header_search #search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.header_search #search-submit {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 24px;
    width: 44px;
    padding-top: 0px;
    color: #ffffff;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}


.header_search #search-submit:hover {
    color: #FFFFFF;
    background: #888888;
}

.header_search #search-submit i {
    padding-top: 4px;
    color: rgb(101, 109, 123);
}



.checkout {
    float: right;
    display: inline-block;
}

.checkout a {
    position: relative;
    min-height: 42px;
    border-radius: 0 0px 0px 0;
    text-transform: uppercase;
    display: block;
    padding: 11px 20px;
    font-size: 15px;
    z-index: 1;
    color: #FFFFFF;
    background: rgb(60, 82, 123);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.content .checkout a {
    border-radius: 4px;
}

.content .checkout a + a {
    margin-top: 10px;
}

.content .checkout a:after {
    border-radius: 4px;
}

.checkout a:after {
    content: "";
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    position: absolute;
    background: hsl(108, 61%, 48%);
    z-index: -1;
    border-radius: 0 4px 4px 0;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.checkout a:hover:after {
    right: 0;
}



/* 7.2 MEGAMENU */
#megamenu {
    height: 50px;
    position: relative;
    z-index: 999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);

    background: hsla(217, 12%, 40%, 0.93);
    /* 
background: -webkit-linear-gradient(top, #818181 0%,#1E1E1E 100%);
	 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#1E1E1E));
	
background: -moz-linear-gradient(top, #818181 0%, #1E1E1E 100%);
	
background: -ms-linear-gradient(top, #818181 0%,#1E1E1E 100%);

background: -o-linear-gradient(top, #818181 0%,#1E1E1E 100%);
	
background: linear-gradient(to bottom, #818181 0%,#1E1E1E 100%);
	
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#1E1E1E',GradientType=0 );
	*/

}


.sf-menu {
    display: inline-block;
}

.sf-menu > li {
    float: left;
    border-right: 1px solid #313131;
}

.sf-menu > li:first-child {
    border-left: 1px solid #313131;
}

.sf-menu > li > a {
    position: relative;
    height: 50px;
    display: block;
    line-height: 50px;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    padding: 0 28px;
    color: #FFFFFF;
}

.sf-menu > li > a.sf-with-ul {
    position: relative;
}

.sf-menu > li > a.sf-with-ul:after {
    content: "\f107";
    font-weight: 400;
    top: 0;
    font-family: FontAwesome;
    padding-left: 3px;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li > a.active {
    color: hsl(108, 61%, 48%);
}

.sf-menu .menu_badge {
    display: block;
    padding: 2px 5px;
    font-size: 9px;
    line-height: 1em;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFFFFF;
    background: hsl(108, 61%, 48%);
}

.sf-menu > li > ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fff;
    display: none;
}
.sf-menu > li > ul > li {
    overflow: hidden;
}

.sf-menu .submenu {
    padding: 10px 15px 60px;
    height: 760px;
    overflow: hidden;
    overflow-y: scroll;
    margin-right: -100px;
    padding-right: 115px;
}
}

.sf-menu > .megamenu__1 > a {
    font-weight: 700;
    font-size: 20px;
    min-width: 190px;
    letter-spacing: -1px;
}

.sf-menu > .megamenu__1 > a:hover {
    color: hsl(108, 61%, 48%);
}

.sf-menu > li.megamenu__1 > a.sf-with-ul:after {
    font-size: 24px;
    position: absolute;
    right: 21px;
    top: 0;
}

.sf-menu > li > ul .submenu li > a {
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    color: #000;
}

.sf-menu > li > ul .submenu li > a:hover {
    color: hsl(108, 61%, 48%);
}

.megamenu__1 .submenu > div > div:after {
    position: absolute;
    margin-left: -25px;
    content: "";
    top: 15px;
    bottom: 0;
    width: 0;
}

.megamenu__1 .submenu > div > div + div:after {
    border-right: 1px solid #313131;
}

.sf-menu li > ul {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    border-top: 0px;
}

.sf-menu li > ul h3 {
    margin-top: 3px;
}


/* CATALOG */
.megamenu__1 {}

.megamenu__1 .submenu {}



/* BLOG */
.megamenu__3 .blog_title {
    margin: 10px 0;
}

.megamenu__3 .blog_content img {
    max-width: 40%;
    margin-right: 15px;
    margin-top: 5px;
    float: left;
}


/* SALE */
.megamenu__4 .product_img {
    float: left;
    margin: 0 15px 10px 0;
    max-width: 45%;
    padding: 10px;
    background: #DCDBDB;
}

.megamenu__4 .product_img:hover {
    background: #FFFFFF;
}

.megamenu__4 .product_name a {
    color: #FFFFFF;
}

.megamenu__4 .product_name a:hover {
    color: hsl(108, 61%, 48%);
}

.megamenu__4 .product_price {
    margin-top: 10px;
}

.megamenu__4 .product_price .money {
    font-size: 20px;
}

.megamenu__4 .product_price .compare-at-price {
    font-size: 15px;
    font-weight: 300;
}

.megamenu__4 .submenu > div > div + div {
    border-left: 1px solid #373737;
}



/* STICK UP MENU STYLES */
#megamenu.isStuck {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

#megamenu.isStuck .menu_badge {
    display: none;
}



/* 7.3 NIVOSLIDER */
.nivoSlider {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.nivoSlider img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
}

.nivo-main-image {
    width: 100% !important;
    display: block !important;
    position: relative !important;
}

.nivoSlider a.nivo-imageLink {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 6;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 5;
}

.nivo-box {
    display: block;
    overflow: hidden;
    position: absolute;
    z-index: 5;
}

.nivo-box img {
    display: block;
}

.nivoSlider > a,
.nivoSlider > img,
.caption_hidden {
    display: none;
}


.slider_wrap {
    height: 100%;
    position: relative;
    z-index: 1;
    min-height: 356px;
}

.nivo-caption {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 8;
    right: 0;
    text-align: center;
    display: none;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nivo-caption a {
    display: block;
}

.nivo-caption .container {
    display: inline-block;
    text-align: right;
}

.nivo-caption .container .ins {
    max-width: 550px;
    display: inline-block;
}

.nivo-caption .container .inside {
    margin-top: -10px;
    letter-spacing: -2px;
    -moz-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.nivo-caption h2 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 110px;
    font-weight: 700;
    color: hsl(108, 61%, 48%);
}

.nivo-caption h3 {
    margin: 0;
    font-size: 92px;
    color: #FFFFFF;
}

.nivo-caption h4 {
    margin: 0;
    font-size: 32px;
    line-height: 43px;
    font-weight: 400;
    color: #888888;
}

.nivo-caption h5 {
    margin: 0;
    font-size: 42px;
    font-weight: 100;
}

.slider_circle {
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    width: 256px;
    height: 256px;
    border-radius: 50%;
    background: #FCB614;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.slider_wrap:hover .slider_circle {
    background: hsl(108, 61%, 48%);
}

.nivo-directionNav a {
    display: block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    z-index: 9;
    cursor: pointer;
}

.nivo-directionNav a span {
    display: none;
}

.nivo-directionNav a i {
    display: inline-block;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}


.nivo-controlNav {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}

.nivo-controlNav a {
    display: inline-block;
    border: 2px solid hsl(108, 61%, 48%);
    cursor: pointer;
    margin: 0 5px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #232323;
}

.nivo-controlNav a span {
    display: none;
}

.nivo-controlNav a i {
    display: none;
}

.nivo-controlNav a.active,
.nivo-controlNav a:hover {
    background: hsl(108, 61%, 48%);
}

.nivo-controlNav a.active {
    cursor: default;
}



/* 7.4 SHOWCASE */
#showcase {
    background: #232323;
}

.custom_showcase {
    padding: 0;
}

.custom_showcase a {
    position: relative;
    display: block;
    text-align: right;
    overflow: hidden;
    border-left: 1px solid #313131;
    background: #232323;
}

.custom_showcase .ins {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 20px;
    text-align: left;
    max-width: 215px;
    padding-bottom: 4px;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.custom_showcase h3 {
    color: #FFFFFF;
}

.custom_showcase h3 span {
    display: block;
}

.custom_showcase p {
    margin-top: 12px;
    padding-left: 5px;
    font-size: 13px;
    color: #FFFFFF;
}

.custom_showcase .btn {
    padding: 13px 20px;
    margin: 2px 0 0 4px;
    font-size: 20px;
}


.custom_showcase a {
    overflow: hidden;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.custom_showcase .ins h3,
.custom_showcase .ins p {

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_showcase a img {

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_showcase a:hover h3 {
    color: hsl(108, 61%, 48%);
}

.custom_showcase a:after,
.custom_showcase a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: .8;
    border: 0px solid #373737;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_showcase a:hover:after {
    border-width: 14px;
}

.custom_showcase a:hover:before {
    border-width: 7px;
}

.custom_showcase a:hover {
    background: #000;
}



/*CUSTOM TOP*/
.custom_top {
    margin-top: 53px;
}

.custom_top h3 {
    color: hsl(108, 61%, 48%);
}

.custom_top h3 span {
    color: #232323;
}



/*CUSTOM BOTTOM*/
.custom_bottom_wr {

    background: url(/images/custom_bottom_bg.jpg) 50% 0 no-repeat;

}


/* BLOG */
.homepage_blog {
    position: relative;
    margin-top: 59px;

}

.homepage_blog__article {
    position: relative;
    margin-top: 45px;
}

.homepage_blog h3 {
    color: hsl(108, 61%, 48%);
}

.homepage_blog h3 span {
    color: #232323;
}

.homepage_blog_img {
    float: left;
    width: 48.8%;
}

.blog_img {
    margin-top: 0;
}

.homepage_blog_img img {
    width: 100%;
}

.homepage_blog_ins {
    position: absolute;
    padding: 0 15px 7px 34px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.homepage_blog__date {
    font-size: 15px;
    text-transform: uppercase;
    color: hsl(108, 61%, 48%);
}

.homepage_blog__title {
    font-size: 21px;
    color: hsl(108, 61%, 48%);
}

.homepage_blog__title a {
    color: #232323;
}

.homepage_blog__title a:hover {
    color: hsl(108, 61%, 48%);
}

.homepage_blog__article + .homepage_blog__article {
    margin-top: 15px;
}

.homepage_blog__article + .homepage_blog__article .homepage_blog_img {
    float: right;
}

.homepage_blog__article + .homepage_blog__article .homepage_blog_ins {
    padding: 0 34px 7px 15px;
    left: 0;
    right: 50%;
}


/* 7.5 MAIN PRODUCT LISTING */
.product .product_name {
    padding-bottom: 4px;
}

.product .product_price {
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDBDB;
}

.product .product_info_ins {
    padding-top: 16px;
}

.product .product_links {
    margin-top: 4px;
}

.product_listing_main .product {
    margin: 30px 0 0 0;
    border-left: 1px solid #DCDBDB;
}

.product_listing_main .product_img {
    margin-bottom: 24px;
}

.product_listing_main .prod_inside {
    position: relative;
    display: block;
}

.product .product_img a {
    display: block;
    position: relative;
}

.product_listing_main .product_img a {
    padding: 0px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product_listing_main .product_img img {
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_listing_main .product_img .img__2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    opacity: 0;
}

.product_listing_main .product_img span.product_badge {
    font-size: 14px;
    display: block;
    padding: 2px 6px 3px;
    position: absolute;
    top: 3px;
    z-index: 100;
    text-transform: capitalize;
    border-radius: 4px;
    color: #FFFFFF;
}

.product_listing_main .product_img span.new {
    background: hsl(108, 61%, 48%);
    left: -10px;
}

.product_listing_main .product_img span.sale {
    background: hsl(108, 61%, 48%);
    right: 19px;
}

.product_listing_main .product_info_ins {
    padding: 16px 0px 0 20px;
}

.product_listing_main .product_price {
    padding: 0 0 5px 20px;
    line-height: 40px;
}

.product_listing_main .product_price .money {
    font-weight: 700;
    letter-spacing: -1px;
    font-size: 40px;
}

.product_listing_main .product_price .compare-at-price {
    font-size: 27px;
    font-weight: 300;
    line-height: 1em;
    color: hsl(108, 61%, 48%);
}

.product_listing_main .product_links form {
    display: inline-block;
}

.product_listing_main .product_links a {}

.product_listing_main .prod_inside {

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}



/* HOMEPAGE CAROUSEL */
.index-scope {
    margin-top: 38px;
    padding-top: 34px;
    border-top: 2px solid #232323;
}

.index-scope .bx-wrapper {
    max-width: 100% !important;
    margin: 38px 0 0 0;
}

.homepage_carousel .product {
    margin: 0;
}

.homepage_carousel .product + .product {
    margin-top: 38px;
}

.homepage_carousel .prod_wr {
    width: 300px !important;
}


/*HOMEPAGE CUSTOM BOTTOM*/
.custom_bottom_wr {
    margin-top: 68px;
    padding: 60px 0 102px;
}

.custom_bottom {
    margin-top: 40px;
}

.custom_bottom_wr .custom_bottom a {
    display: block;
    color: #FFFFFF;
}

.custom_bottom_wr .custom_bottom p,
.custom_bottom_wr .custom_bottom h3 {
    margin-bottom: 8px;
    color: #FFFFFF;
}

.custom_bottom_wr .custom_bottom h3 {
    line-height: 30px;
    margin-top: 7px;
}

.custom_bottom__3 {
    clear: both;
}

.custom_bottom_left {
    overflow: hidden;
}

.custom_bottom i {
    float: left;
    width: 169px;
    height: 169px;
    display: block;
    position: relative;
    margin-right: 30px;
    z-index: 1;
    font-size: 77px;
    text-align: center;
    line-height: 169px;
    vertical-align: middle;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_bottom_wr p {
    margin-top: 8px;
    font-size: 15px;
    line-height: 20px;
}

.custom_bottom i:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .85;
    border-radius: 50%;
    z-index: -1;
    content: "";
    background: hsl(108, 61%, 48%);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_bottom a:hover i:after {
    background: rgb(60, 82, 123);
}

.custom_bottom_left {
    position: relative;
}

.custom_bottom_left:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 100%;
    content: "";
    border-bottom: 2px solid #FFFFFF;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.custom_bottom_left:hover:after {
    right: 0;
}



.index-scope .bx-controls a {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    margin: -15px 0 0 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 99;
    background: rgba(0, 0, 0, .7);

    -webkit-border-radius: 50%;
    border-radius: 50%;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.index-scope .bx-controls a:hover {
    background: rgba(0, 0, 0, 1);
}

.index-scope .bx-controls a:before {
    display: block;
    font: 12px/31px 'FontAwesome';
    color: #FFFFFF;
}

.index-scope .bx-prev:before {
    content: '\f053';
    padding: 0 1px 0 0;
}

.index-scope .bx-next:before {
    content: '\f054';
    padding: 0 0 0 1px;
}

.index-scope .bx-prev {
    left: -50px;
}

.index-scope .bx-next {
    right: -50px;
}



/* 7.6 FOOTER */
footer {
    background: hsla(217, 12%, 40%, 0.93);
}

footer h3 {}

.footer_top {
    background: hsl(108, 61%, 48%);
}

.footer_top h3 {
    display: inline-block;
    margin-top: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.footer_block h3 {
    margin: 0;
    padding: 49px 0 0;
    min-height: 91px;
    font-weight: normal;
    color: #FFFFFF;
}

ul.footer_links li + li {
    margin-top: 10px;
}

ul.footer_links li a {
    font-size: 14px;
    color: #fff;
}

ul.footer_links li.active a,
ul.footer_links li a:hover {
    color: hsl(108, 61%, 48%);
}

.footer_social_wrapper {
    float: none;
    text-align: center;
}

.footer_social li a {
    color: #FFFFFF;
}

.footer_social {
    display: inline-block;
}

.footer_social li {
    display: inline-block;
    margin: 4px 3px 4px 5px;
}

.footer_social li a {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    position: relative;
    text-align: center;
    background: #FFFFFF;
}

.footer_social li i {
    font-size: 28px;
    padding-top: 16px;
    color: #DCDBDB;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.footer_social li a:hover i {
    color: #232323;
}

.footer_social li a:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border: 2px solid #FFFFFF;
    content: "";
    border-radius: 50%;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    ;
}

.footer_social li a:hover:after {
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border: 1px solid #FFFFFF;
    content: "";
    border-radius: 50%;
}


.footer_newsletter .contact-form {
    display: inline-block;
}

.footer_newsletter h3 {
    margin-right: 13px;
}

.footer_newsletter {
    float: left;
    margin-top: 13px;
}

.footer_newsletter input {
    height: 42px;
    width: 180px;
    padding: 11px 5px;
    border: 0px;
    border-radius: 4px;
    color: #888888;
    background: #FFFFFF;
}

.footer_newsletter button {
    font-size: 30px;
    padding: 0;
    vertical-align: middle;
    width: 52px;
}

.footer_newsletter .form_status {
    margin: 10px 0 0 0;
    font-weight: bold;
}

.footer_newsletter .form_status.error {
    color: #f00;
}

.footer_newsletter .form_status.success {
    color: #fff;
}

.footer_newsletter button i {
    line-height: 38px;
}

footer .copyright {
    margin-top: 24px;
    padding-bottom: 10px;
    background: #313131;
}

footer .copyright p {
    margin-top: 20px;
    font-size: 12px;
}

footer .copyright a {
    color: #888888;
}

footer .copyright a:hover {
    color: hsl(108, 61%, 48%);
}



/* BACK TO TOP BUTTON */
#back_top {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 0 670px;
    border: 1px solid transparent;
    background: #232323;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 50px;
    z-index: 999;
}

#back_top i {
    display: block;
    font-size: 15px;
    line-height: 30px;
    color: #FFFFFF;
}

#back_top:hover {
    border: 1px solid hsl(108, 61%, 48%);
}

#back_top:hover i {
    color: hsl(108, 61%, 48%);
}


/********************************************************************************************************
                           8. COLLECTION PAGES
********************************************************************************************************/

/* 8.1 PAGES CONTENT */
ul.tags {
    margin: 10px 0 0 0;
    list-style-type: none;
}

ul.tags li {
    float: left;
    margin: 5px 5px 0 0;
}

ul.tags li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px;
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    ;
}

ul.tags li a:hover,
ul.tags li.active a {
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;
}



.collection_info {
    margin-top: 15px;
}

.collection_info .collection_img {
    text-align: center;
    margin-bottom: 15px;
}

.collection_info .collection_desc .rte {
    margin: 0;
}



.sort_by {
    margin: 15px 0;
    padding: 10px 0;
    border: 1px solid #DCDBDB;
    border-width: 1px 0;
    text-align: right;
}

.sort_by label {
    margin: 0 4px 0 0;
    line-height: 30px;
}

.sort_by select {
    width: auto !important;
    height: 30px;
    display: inline-block;
    padding: 5px 4px;
    cursor: pointer;
}



/* 8.2 BREADCRUMBS */
.breadcrumb_wrap {
    margin: 20px 0 1px;
}

.breadcrumb {
    color: #FFFFFF;
    background: hsl(108, 61%, 48%);
    padding: 2px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 2;
}

.breadcrumb a,
.breadcrumb > li + li:before {
    color: #FFFFFF;

    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    ;
}

.breadcrumb a:hover {
    color: #232323;
}



/* 8.3 COLLECTION LISTING */
.collection_listing {}

.collection_listing .collection {
    margin: 30px 0 0 0;
}



/* 8.4 PAGINATION */
#pagination {
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 4px;
    overflow: hidden;
}

#pagination span {
    display: block;
    float: left;
}

#pagination span ~ span {
    margin-left: 1px;
}

#pagination span a,
#pagination span.deco,
#pagination span.current {
    display: block;
    padding: 4px 16px;
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    ;
}

#pagination span.current,
#pagination span a:hover {
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;
}

#pagination span.current {
    cursor: default;
}



/********************************************************************************************************
                           9. SIDEBAR WIDGETS
********************************************************************************************************/

.sidebar_widget ~ .sidebar_widget {
    margin: 30px 0 0 0;
}

.sidebar_widget .widget_header {
    margin: 0;
    font-size: 33px;
}

.sidebar_widget .widget_content {
    margin: 15px 0 0 0;
}



/* 9.1 LINKS LIST */
.sidebar_widget ul li ~ li {
    margin: 1px 0 0 0;
}

.sidebar_widget ul li a {
    display: block;
    padding: 7px 15px;
    border: 1px solid #DCDBDB;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
    border-color: hsl(108, 61%, 48%);
    color: #FFFFFF;
    background: hsl(108, 61%, 48%);
}



/* 9.2 SIDEBAR PRODUCT LISTING */
.sidebar_widget .product {
    padding: 15px 10px;
    border: 1px solid #DCDBDB;
}

.sidebar_widget .product ~ .product {
    margin: 1px 0 0 0;
}

.sidebar_widget .product_img {
    float: left;
    max-width: 30%;
    margin-right: 10px;
}

.sidebar_widget .product_info {
    overflow: hidden;
}

.sidebar_widget .product_price .money {
    font-size: 25px;
}

.sidebar_widget .product_price .compare-at-price {
    font-size: 15px;
}

.sidebar_widget .product .product_info_ins {
    padding-top: 10px;
}

.sidebar_widget .product .product_price {
    padding-bottom: 10px;
}

.sidebar_widget .product_links .btn-cart span {
    padding: 10px 10px 0;
}

.sidebar_widget .product_links .btn-cart i {
    padding: 8px 6px 8px 6px;
}



/********************************************************************************************************
                           10. SEARCH RESULTS PAGE
********************************************************************************************************/

#searchresults {
    margin: 0;
}

#searchresults .search-form {
    margin: 15px 0 0 0;
}

#searchresults .search-form input {
    width: 100%;
    float: left;
    padding: 7px 34px 7px 10px;
}

#searchresults .search-form button {
    width: 34px;
    height: 34px;
    float: left;
    margin: 0 0 0 -34px;
    background: none;
    border: none;
    font-size: 20px;
    color: hsl(108, 61%, 48%);
}

#searchresults .search-form button:hover {
    color: hsl(108, 61%, 48%);
}

#searchresults .search-form button i {
    line-height: 32px;
}

#searchresults h3 {
    margin: 0;
    padding: 0;
}

#searchresults ol {
    list-style-type: none;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #DCDBDB;
}

#searchresults ol li {
    overflow: hidden;
    margin: 0;
    padding: 15px 0;
    border-top: 1px solid #DCDBDB;
}

#searchresults ol li .search-result_image {
    float: left;
    margin-right: 15px;
}

#searchresults ol li .search-result_container {
    padding: 15px 0 0 0;
}



/********************************************************************************************************
                           11. PRODUCT PAGE
********************************************************************************************************/


/* 11.1 PRODUCT IMAGES */
/* BIG IMAGE + ZOOM */
.zoomWrapper,
#elevatezoom_big {
    width: 345px !important;
    height: auto !important;
    position: relative !important;
}

#elevatezoom_big ~ #elevatezoom_big {
    width: 0 !important;
    height: 0 !important;
}

.zoomWrapper {
    border: 1px solid #DCDBDB;
}

.zoomContainer {
    z-index: 1 !important;
}

.zoomLens {
    z-index: 1 !important;
}

.zoomWindow {
    margin: -1px 0 0 0 !important;
}



/* THUMBS */
.product_images .bx-wrapper {
    max-width: 100% !important;
    margin: 12px 0 0 0;
    padding: 0 30px;
    position: relative;
}

#elevatezoom_gallery a {
    width: 87px !important;
    display: block;
    margin: 0 12px 0 0;
    border: 1px solid #DCDBDB;
}

.product_images .bx-controls a {
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
    margin: -10px 0 0 0;
    line-height: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, .7);

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;


    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_images .bx-controls a:hover {
    background: rgba(0, 0, 0, 1);
}

.product_images .bx-controls a:before {
    font: 10px/21px 'FontAwesome';
    color: #FFFFFF;
}

.product_images .bx-controls a.bx-prev {
    left: 0;
}

.product_images .bx-controls a.bx-prev:before {
    content: '\f053';
}

.product_images .bx-controls a.bx-next {
    padding: 0 0 0 1px;
    right: 0;
}

.product_images .bx-controls a.bx-next:before {
    content: '\f054';
}



/* 11.2 PRODUCT INFO */
.product_wrap .product_name {
    margin: -2px 0 0 0;
    font-size: 20px;
    padding-left: 17px;
}

.product_wrap .product-price {
    margin: 17px 0 25px 0;
    padding: 0;
    padding: 10px 0px;
}

.product_wrap .product-price .money {
    margin: 0 5px 0 0;
    font-size: 25px;
}

.product_wrap .product-price .compare-at-price {
    font-size: 27px;
}


#purchase label {
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 0 !important;
    line-height: 37px;
}

#purchase #quantity {
    width: 50px;
    height: 37px;
    display: inline-block;
    margin: 15px 10px 0 0;
    padding: 9px 0 8px;
    outline: none;
    text-align: center;
}

#purchase .variants-wrapper {
    display: inline-block;
    margin: 15px 10px 0 0;
}

#purchase .variants-wrapper select {
    width: auto;
    height: 37px;
    max-width: 150px;
    padding: 9px 6px;
}

#purchase #add-to-cart {
    height: 37px;
    margin: 15px 10px 0 0;
    padding: 8px 15px;
}



.product_wrap .product_details {
    margin: 15px 0 0 0;
    padding: 10px 0 15px 0;
    border: 1px solid #DCDBDB;
    border-width: 1px 0;
}

.product_wrap .product_details > div {
    padding: 5px 0 0 0;
}

.product_wrap #product_description h4 {
    padding-bottom: 0;
    border: none;
    text-transform: none;
}



/* 11.3 PRODUCT PAGINATION */
.product_wrap .pagination_product {
    width: 100%;
    overflow: hidden;
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

.product_wrap .pagination_product li.left-arrow {
    float: left;
}

.product_wrap .pagination_product li.right-arrow {
    float: right;
}



/* 11.4 RELATED PRODUCTS */
.widget_related_products h3 {
    margin: 30px 0 0 0;
}

ul.product_listing_related {
    list-style-type: none;
}

ul.product_listing_related .product {
    border: none;
}

ul.product_listing_related .prod_inside {
    border-left: 1px solid #DCDBDB;
}

ul.product_listing_related .product_img {
    margin-bottom: 10px;
}

ul.product_listing_related .product_name .money {
    font-size: 30px;
}



/********************************************************************************************************
                           12. BLOG
********************************************************************************************************/

/* 12.1 POSTS LISTING */

.blog-article {
    padding: 15px 0 0 0;
}

.article_header {
    padding: 15px 0;
    border-bottom: 1px solid #DCDBDB;
}

.article_header .product_name {
    font-size: 30px;
}

.article_header .product_name a {
    font-size: 30px;
}

.article_header .product_name a:hover {
    position: static;
    display: inline;
    color: hsl(108, 61%, 48%);
    background-color: #fff;
    z-index: 2000;
    width: 100%;
    -webkit-box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
    -moz-box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
    box-shadow: -5px 0px 0px 10px rgba(255, 255, 255, 1);
}

.blog-article_meta-comments {
    float: right;
    padding: 20px 0 0 15px;
}

.blog-article_date,
.blog-article_meta-tags {
    font-style: italic;
}

.blog-article_meta-tags a {
    text-decoration: underline;
}



/* 12.2 SINGLE POST */
.article_meta-comments {
    float: right;
    padding: 20px 0 0 15px;
}

.article_meta-tags a {
    text-decoration: underline;
}

.article_date,
.article_meta-tags,
.article_meta {
    font-style: italic;
}



#comments ul {
    list-style-type: none;
}

#comments .comment-author {
    word-wrap: break-word;
}

.comment-form #comment-author,
.comment-form #comment-email,
.comment-form #comment-body {
    width: 100%;
}

.comment-form #comment-body {
    min-height: 100px;
    margin-bottom: 15px;
}

.article_comments-form {
    padding-bottom: 10px;
    margin-top: 1em;
    padding-top: 10px;
}

.section-title {
    margin-bottom: 2px;
    padding-bottom: 8px;
}

.comment-form .row {
    margin-bottom: 1em;
}




/********************************************************************************************************
                           13. CUSTOMER PAGES
********************************************************************************************************/

/* 13.1 LOG IN */

/* 13.2 ACCOUNT */

.customer_name {
    text-transform: none !important;
    margin-top: 30px;
}

.customer_name .divider {
    margin: 0 7px;
}

.customer_name .email {
    color: ;
}

.customer_name a {
    float: right;
}



/* 13.3 ADDRESSES */

.customer_addresses ul.customer_addresses_actions {
    list-style-type: none;
    margin: 15px 0;
}

.customer_addresses ul.customer_addresses_actions li a i {
    margin: 0 5px 0 0;
    line-height: inherit;
}

.customer_addresses .col-sm-offset-4 label {
    line-height: 1.6em;
}


.address_table .address_title {
    vertical-align: baseline;
}

.address_table .address_title .address_actions {
    vertical-align: baseline;
    float: right;
    margin: 0 0 0 15px;
    text-transform: none;
}

.address_table .address_title .address_actions span {
    vertical-align: baseline;
}


ul.address {
    list-style-type: none;
}



/* 13.4 ORDERS */
.order_date {
    margin: 15px 0 0 0;
}

#order_details {
    margin: 30px 0 0 0;
}

#customer_orders {
    margin-top: 20px;
}

#customer_orders th {
    vertical-align: middle;
    border-top: 1px solid #DCDBDB;
}

.template-customers-order .page_heading {
    font-size: 30px;
}



/********************************************************************************************************
                           14. CART PAGE
********************************************************************************************************/

/* 14.1 CART PRODUCTS */
.cart-list {
    overflow: hidden;
}

.cart-list > .row {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDBDB;
}

.cart-list .item_image {
    text-align: center;
    margin-bottom: 15px;
}

.cart-list .item_image a {
    width: 195px;
    display: block;
}

.cart-list .item_image a img {
    max-width: 100%;
}

.cart-list .product_name {
    margin: 0 10px 0 0;
}

.cart-list .item_remove {
    margin: 0 0 0 10px;
}

.cart-list .item_remove a {
    font-size: 20px;
    color: #fe2a2a;
}

.cart-list .item_remove a:hover {
    color: hsl(108, 61%, 48%);
}

.cart-list .row h3.item_vendor {
    border-bottom: 1px solid #DCDBDB;
    color: #888;
}

.cart-list .item_price {
    padding: 10px 0 0 0;
}

.cart-list .item_price .price {
    line-height: 37px;
    font-size: 20px;
}

.cart-list .item_price label {
    padding: 0;
    line-height: 37px;
}

.cart-list .item_price .input-small {
    width: 60px !important;
    height: 37px;
    display: inline-block;
    padding: 9px 5px 8px;
    text-align: center;
}

.cart-list .item_price .total {
    text-align: right;
}

.cart-list .item_price .total h3 {
    vertical-align: baseline;
    border: none;
}

.cart_subtotal h3 {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #DCDBDB;
}

.cart_subtotal h3 .money {
    float: right;
    font-size: inherit;
}

.cart_buttons {
    margin: 30px 0;
}

.cart_instructions textarea {
    width: 100%;
}

#payment-methods {
    overflow: hidden;
}

#payment-methods ul {
    list-style-type: none;
    list-style-position: outside;
}

#payment-methods ul li {
    float: left;
    padding: 15px 15px 0 0;
}



/* 14.2 GUEST CHECKOUT */
#guest {
    padding: 30px 0 0 0;
}

#guest form {
    padding: 15px 0 0 0;
}



/********************************************************************************************************
                           15. CONTACTS PAGE
********************************************************************************************************/
.contact-scope {
    margin-top: -19px;
}

.contact-scope #google_map {
    margin: 15px 0;
}

.contact-scope iframe {
    width: 100%;
    margin: 15px 0;
    border: 1px solid #DCDBDB;
}

.contact-form textarea {
    width: 100%;
}




/********************************************************************************************************
                           16. PAGE 404
********************************************************************************************************/
.template-404 h2,
.template-404 h2 a {
    vertical-align: baseline;
}


/*==================Custom=====================*/
.index-scope .bx-controls a.disabled {
    display: none;
}

.product_links .cart-button {
    display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.product_links .compare {
    float: left;
    display: inline-block;
}

/*CART-HEADER
=================================================================================*/
#cart table.total {
    font-size: 11px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    float: right;
    clear: left;
    margin-bottom: 5px;
}

#cart table.total tr {
    padding: 0px 10px 0px 10px;
}

#cart table.total td {
    color: #323232;
    padding-left: 5px;
    padding-right: 10px;
}

#cart table.total td .t-price {
    font-size: 13px;
    font-weight: bold;
}

#cart table.total td b {
    color: #7e7e7e;
    font-size: 13px;
    font-style: italic;
}

#cart .checkout a.button {
    margin-bottom: 5px;
}

#cart .checkout a.button:hover {
    background: #000;
}

#cart .checkout a.button span {
    color: #fff;
}


#cart .content .checkout {
    text-align: center;
    clear: both;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
    margin-top: 5px;
    float: none;

}

#cart .empty {
    text-align: center;
}

#cart .cart {
    width: 100%;
    margin-bottom: 5px;
}

#cart .cart .remove padding:10px 0 > span {
    font-size: 15px;
}

cursor:pointer #cart .cart .remove padding:10px 0 > span:hover {
    color: #ff530d;
}

#cart .cart .remove img {
    float: left;
    cursor: pointer;
}

#cart .cart .remove img:hover {
    overflow: hidden;
    margin-top: -11px;
}

#cart .cart .remove i:hover {
    cursor: pointer;
}

#cart .cart td.price {
    font-size: 12px;
    line-height: 12px;
}

#cart .cart td.total {
    font-size: 12px;
    color: #c81908;
    text-align: right;
}

#cart .cart td.name a i {
    text-decoration: none;
    margin-right: 10px;
}

#cart .cart td.name .infos {
    display: inline-block;
    float: left;
    vertical-align: top;
}

#cart .cart td.name .remove {
    display: inline-block;
    float: right;
    vertical-align: top;
}

#cart .cart td.name > a {
    margin-top: 0px;
    display: block;
    text-align: left;
    height: 15px;
    margin: 3px 0;
    overflow: hidden;
}

#cart .cart td .total {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

#cart .cart .item-cart-1 td {
    padding-top: 0;
}

#cart .cart td {
    color: #000;
    vertical-align: top;
    line-height: 1;
    width: 202px;
}

#cart .cart .image {
    padding-right: 15px;
    width: 47px;
}

#cart .cart .image img {
    text-align: left;
    width: 47px;
    max-width: 100%;
}

#cart .cart .name small {
    color: #666666;
}

#cart .cart .remove button {
    font-size: 12px;
    line-height: 22x;
    padding: 0;
}

#cart .cart .remove i {
    font-size: 12px;
    line-height: 21px;
}

#cart .cart .quantity {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #a6a4a4;
    text-transform: uppercase;
}

#cart .cart tr {
    background: none;
    padding-bottom: 3px;
    margin-bottom: 4px;
}

.cart tr {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.cart-module .remove img:hover {
    overflow: hidden;
    margin-top: -11px;
}

.cart-module .cart .remove img {
    float: left;
}

.remove span:hover i {
    color: #ff530d;
}

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

@media (min-width: 1200px) {
    #msGallery + div {
        width: 70% !important;
    }

    #msGallery {
        width: 30% !important;
    }
}

#cart.active .content {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto !important;
}

#cart.active .content .mini-cart-info {
    display: block;
}

#cart .content {
    clear: both;
    display: block;
    position: absolute;
    background: #fff;
    width: 244px;
    padding: 20px;
    float: right;
    box-shadow: 0 5px 13px rgba(0, 0, 0, 0.13);
    right: 0;
    border: 1px solid #e6e6e6;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s ease;
    max-height: 800px;
    overflow-y: scroll;
}

.heading {
    position: relative;
}

/*OWN_PRELOADER
==============================================================================*/
#own_preloader {
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    width: 200px;
    height: 60px;
    width: 100%;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 99999 !important;

    padding: 20px 20%;
    z-index: 9999;
    line-height: 18px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    background: #323232;
    display: none;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
}


/*PRODUCT TABS
=======================================================*/
.tabs {
    margin-bottom: 0px;
}

.tabs .tab-heading i {
    font-size: 26px;
    color: ;
    float: right;
    cursor: pointer;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.tabs .tab-heading i:hover {
    color: hsl(108, 61%, 48%);
    ;
}

.tabs .tab-heading {
    padding: 8px 20px;
    line-height: 32px;
    color: hsl(108, 61%, 48%);
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #DCDBDB;
    border-bottom: 4px solid #DCDBDB;
    background-color: #FFFFFF;
    font-size: 15px;
}

.tabs .tab-content {
    padding: 20px 10px;
    border-top: none;
    border: 1px solid #DCDBDB;
}

#tab-review.tabs .tab-content {
    padding: 20px 10px;
}

/* compare block */
.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normla;
}

.compare-info {
    width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 7px;
}

/*Rating
============================================================*/
.rating_star {
    width: 27px;
    height: 23px;
    display: block;
    float: left;
    background: url(stars-0.png);
    position: relative;
    vertical-align: middle;
    padding: 0 2px;
}

.rating_block {
    display: inline-block;
    overflow: hidden;
    width: 135px;
    margin: 0px 0px 0 7px;
    vertical-align: bottom;
}

.rating_star.hover,
.rating_block:hover .rating_star,
.rating_star.active,
.rating_block.active .rating_star,
.rating_block.active:hover .rating_star.active ~ .rating_star,
.rating_block.active:hover .rating_star {
    background: url(stars-5.png);
}

.rating_block:hover .rating_star.hover ~ .rating_star,
.rating_block.active .rating_star.active ~ .rating_star,
.rating_block.active:hover .rating_star.hover ~ .rating_star {
    background: url(stars-0.png);
}

.rating_star input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 23px;
    height: 23px;
    opacity: 0;
    cursor: pointer;
}

.homepage_carousel .product_img {
    position: relative;
}

.homepage_carousel .rating {
    position: absolute;
    top: 0;
    left: 0;
}

.homepage_carousel .rating img {
    background: transparent;
    margin: -25px 0 0 0px;
    padding: 0;
    opacity: 0;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

/*Review form
===================================================*/
.row_form label {
    width: 72px;
    line-height: 34px;
    margin-bottom: 10px;
}

.row_form input {
    border: 1px solid #e6e6e6;
}

#review_body {
    margin: 15px 0;
    border: 1px solid #e6e6e6;
}

.rating_wrapper .form-inline {
    margin-top: 5px;
    margin-bottom: 10px;
}

#captcha label {
    line-height: 34px;
    margin-right: 5px;
}

#captcha input {
    border: 1px solid #e6e6e6;
}

#captcha_challenge {
    margin: 15px 0;
}


.button-cont-right {
    margin-top: 15px;
}

/*===================================MAP ADDRESS==================================================*/

.firstHeading {
    font-size: 26px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
}

#bodyContent p {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}


/*Collection
=========================================================================*/
.product-listing__collection {}

/* 9.3 COLLECTION LISTING */

.product-listing__collection .rating {
    margin-top: 10px;
}

.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 #e6e6e6;
    border-width: 1px 0;
    padding: 20px 0;
    margin-bottom: 30px;
}

.product-filter .display {
    float: right;
}

.product-filter .display li {
    float: left;
}

.product-filter .display li i {
    font-size: 30px;
    line-height: 1em;
    margin-left: 15px;
    color: #232323;
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-filter .display li i:hover {
    color: hsl(108, 61%, 48%);
}

.product-filter .display li.selected i {
    color: hsl(108, 61%, 48%);
}

.product-filter .display a {
    font-weight: bold;
}

.product-filter .sort b {
    padding-right: 7px;
    color: #323232;
    text-transform: uppercase;
}

.product-filter .sort select {
    width: 160px;
}

.product-filter .sort {
    float: left;
    font-weight: bold;
}

.product-filter .limit select {
    width: 72px;
}

.product-filter .limit b {
    padding-right: 5px;
    line-height: 33px;
    color: #323232;
    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 #e6e6e6;
    width: 100%;
}

.product-list .left {
    position: relative;
}

.product-list .right {
    text-align: left;
}

.product-list .name {
    margin-bottom: 10px;
}

#grid_a,
#list_a,
#grid_b,
#list_b {
    vertical-align: top;
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 6px;
    font-weight: normal;
    font-size: 28px;
}

#list_b i,
#grid_b i {
    color: #e56664;
    cursor: default;
}

.product-filter .display {
    position: relative;
}

.product-filter .display b {
    float: left;
    color: #323232;
    text-transform: uppercase;
    display: none;
}


/*========================= Compares ============================*/

.mobile_compare {
    display: none;
}

.del_compare i {
    font-size: 20px;
    line-height: 20px;
}

.tcenter {
    text-align: center;
}

.block-compare {
    margin-top: 15px;
}

#compare_table .prod-stock {
    color: #3FAB00;
}

#compare_table .prod-stock-no {
    color: #ff530d;
    font-weight: 700;
}

#compare_table .price-new {
    color: #ff530d;
}

#compare_table .price-old {
    text-decoration: line-through;
}

/* 9.4 PAGINATION */

#pagination {
    display: inline-block;
    overflow: hidden;
    margin: 30px 0 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#pagination a,
#pagination b {
    display: block;
    float: left;
}



#pagination a ~ a {
    margin-left: 1px;
}

#pagination b ~ a {
    margin-left: 1px;
}

#pagination a ~ b {
    margin-left: 1px;
}

#pagination a,
#pagination b,
#pagination a.deco,
#pagination a.current {
    display: block;
    padding: 4px 15px;
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    ;
}

#pagination a:hover,
#pagination a.current {
    color: #FFFFFF;
    background: hsl(108, 61%, 48%);
}

#pagination a.current {
    cursor: default;
}

#pagination b {
    cursor: default;
    background: hsl(108, 61%, 48%);
}

/*======*/
.search-form button {

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

/*Product listing list*/
.product-listing__collection .product_img {
    position: relative;
}

.product-listing__collection .rating {
    position: absolute;
    top: 0;
    left: 10px;
}

.product-listing__collection .rating img {
    background: transparent;
    margin: -25px 0 0 0px;
    padding: 0;
    opacity: 0;
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.product_img:hover .rating img {
    opacity: 1;
    margin: 2px 0 0 0;
    z-index: 100;
}

.product-listing__collection.list .col-sm-3,
.product-listing__collection.list .col-sm-4,
.product-listing__collection.list .col-sm-6 {
    width: 100%;
}

.product-listing__collection.list .compare {
    display: inline-block;
}

.product-listing__collection.list .product_listing_main .product {
    margin: 30px 0 0 0;
    border-left: 0px;
}

.product-listing__collection.list .product_listing_main .product > div {}

.product-listing__collection.list .product_listing_main .product_img {
    width: 120px;
    float: left;
    margin-right: 15px;
}

.product-listing__collection.list .product_listing_main .product_img span.sale {
    display: none;
}

.product-listing__collection.list .product_listing_main .product_price {
    padding-bottom: 0;
}

.product-listing__collection.list .product_info_ins {
    padding: 10px 0 0;
}

.product-listing__collection.list .product_listing_main .product_img a {
    padding: 10px;
}

/*responsive 479*/
/*PRODUCT LISTING
=====================================*/
.product-filter .limit {
    margin-bottom: 15px;
}

.product-filter .sort {
    margin-bottom: 15px;
}

/* collection categories ul*/
.box-subcat {
    margin-bottom: 15px;
}


.add-to-cart-icon {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 68px;
    font-size: 21px;
    width: 70px;
    color: #fff;
    cursor: pointer;
    z-index: 0;
    text-align: center;
    background: hsl(108, 61%, 48%);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}


/******* start add-to-cart plus minus ***************/
.number_product > span {
    display: block;
    width: 51px;
    height: 51px;
    background-color: #313131;
    color: #fff;
    text-align: center;
    line-height: 47px;
    cursor: pointer;
    font-size: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.number_product .quantity_input {
    width: 80px;
    border-left: 1px solid #313131;
    border-right: 1px solid #313131;
    border-top: 0;
    border-bottom: 0;
    background: hsl(108, 61%, 48%);
    color: #fff;
    font-weight: 700;
    height: 51px;
    line-height: 47px;
    box-shadow: none;
    text-align: center;
}

.number_product > span:hover,
.number_product > span:active {
    color: #fff;
    background-color: hsl(108, 61%, 48%);
    border-color: #919185;
}

.fa-plus-sign:before {
    content: "\f067";
}

.fa-minus-sign:before {
    content: "\f068";
}

.number_product > * {
    float: left;
}

/******* end add-to-cart plus minus ***************/


.product-sold {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 30px;
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;
}

.notice {
    color: #FCB614;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}


.description .options h2 {
    font-size: 26px;
}

/*Widget collections*/
.sidebar_widget__collections ul.list {}

.sidebar_widget__collections ul.list li {
    position: relative;
}

.sidebar_widget__collections ul.list li i {
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 21px;
    cursor: pointer;
    color: #232323;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sidebar_widget__collections ul.list ul li {
    position: relative;
}

.sidebar_widget__collections ul.list ul li i {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 21px;
    cursor: pointer;
    hsl(108, 61%, 48%);

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sidebar_widget__collections ul.list ul li i:hover,
.sidebar_widget__collections ul.list li i:hover {
    color: hsl(108, 61%, 48%);
}

.sidebar_widget__collections ul.list ul li + li {}

.sidebar_widget__collections ul.list ul li a {
    color: #2f3333;
    background: transparent;
    display: block;
    margin-left: 5px;
}

.sidebar_widget__collections ul.list ul li.active {
    display: block;
}

.sidebar_widget__collections ul.list ul li.active a {
    display: block;
    margin-right: 35px;
    margin-left: 5px;
}

.sidebar_widget__collections ul.list ul li a:hover {
    background: transparent;
    color: hsl(108, 61%, 48%);
}

.sidebar_widget__collections ul.list ul.sub-col-list li.active > a {
    color: hsl(108, 61%, 48%);
}

.sidebar_widget__collections ul.list ul.sub-col-list li {
    position: relative;
}

.sidebar_widget__collections ul.list ul.sub-col-list li a {
    color: #2f3333;
    display: inline-block;
    border: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list,
.sidebar_widget__collections ul.list ul.sub-col-list2,
.sidebar_widget__collections ul.list ul.sub-col-list3,
.sidebar_widget__collections ul.list ul.sub-col-list4 {
    display: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list2 > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list3 > li > a,
.sidebar_widget__collections ul.list ul.sub-col-list4 > li > a {
    text-decoration: underline;
    border: none;
}

.sidebar_widget__collections ul.list ul.sub-col-list li a {
    margin-left: 10px;
}

.sidebar_widget__collections ul.list ul.sub-col-list2 li a {
    margin-left: 20px;
}

.sidebar_widget__collections ul.list ul.sub-col-list3 li a {
    margin-left: 30px;

}

.sidebar_widget__collections ul.list ul.sub-col-list4 li a {
    margin-left: 40px;
}

.sidebar_widget__collections ul.list ul.sub-col-list li + li,
.sidebar_widget__collections ul.list ul.sub-col-list2 li + li,
.sidebar_widget__collections ul.list ul.sub-col-list3 li + li,
.sidebar_widget__collections ul.list ul.sub-col-list4 li + li {
    border-top: 0px;
}

/*Widget-compares*/
.compare-block:first-child {
    margin-top: 15px;
}

.extra-wrap {
    position: relative;
    font-weight: 400;
}

.extra-wrap .name a {
    display: block;
    padding: 5px 0;
    margin-right: 30px;
    line-height: 19px;
    color: #888888;
}

.extra-wrap .name a:hover {
    color: hsl(108, 61%, 48%)
}

.extra-wrap .name a {
    font-size: 15px;
}

.extra-wrap .remove {
    position: absolute;
    top: 5px;
    right: 5px;
    line-height: 20px;
}

.compare-block {
    margin-bottom: 5px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.box-content .product-compare {
    margin-top: 25px;
}

.compare-wrap .box-content {
    margin-bottom: 50px;
}


/*Widget-filter*/
.style-block {
    margin-top: 20px;
}

.style-block h2 {
    font-size: 26px;
    margin-top: 30px;
}

.style-block .price-filter_from {
    margin-bottom: 10px;
    line-height: 30px;
}

.style-block .price-filter_to {
    margin-bottom: 10px;
    line-height: 30px;
}

.style-block .filter-wrap {
    margin-bottom: 20px;
}

.box-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
}

.style-block .price-filter {
    margin: 25px 0;
}

.widget_header {
    margin: 0 0 15px 0;
    font: 50px;
    color: #333333;
    text-transform: uppercase;
}

.sidebar_widget .filter-wrap ul li a.active {
    color: hsl(108, 61%, 48%);
}

.sidebar_widget .filter-wrap ul li a {
    border: none;
    display: inline-block;
}

.sidebar_widget .filter-wrap ul li a:hover {
    background: transparent;
    color: hsl(108, 61%, 48%);
}

.style-block .limit {
    margin-bottom: 15px;
}

.style-block .limit b {
    line-height: 32px;
}

.filter-wrap.hidden_filter {
    display: none;
}

/*===========================*/
.box-heading {
    font-size: 24px;
    line-height: 30px;
    margin: 10px 0;
}


/*Product info*/
.product-info {
    padding-bottom: 23px;
    margin-top: 0;
}

.product-info h1.view {
    display: none;
}

.product-info h1 {
    color: #323232;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}

.product-info .description .product-section {
    color: hsl(108, 61%, 48%);
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px;
}

.product-info .description .product-section span {
    font-size: 13px;
    line-height: 1em;
}

.product-info .description .product-section div.prod-stock {
    font-size: 13px;
    line-height: 1em;
}

.product-info .description .product-section .btn-rew {
    float: none;
    font-size: 13px;
    line-height: 1em;
    padding: 8px 0;
}

.product-info .description .product-section .btn-rew a {
    margin-right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-info .description .product-section .btn-rew a i {
    font-size: 16px;
    margin-right: 5px;
    color: hsl(108, 61%, 48%);
    line-height: 1em;
    width: 1em;
}

.product-info .description .product-section a {
    color: #FCB614;
}

.product-info .description .product-section a:hover {
    color: #323232;
}

.product-info .description .product-section .prod-stock {
    display: inline-block;
    background-color: #3FAB00;
    color: #fff;
    font-style: normal;
    padding: 3px 7px;
    margin: 0 9px;
}

.product-info .description .product-section .prod-stock span {
    color: #fff;
}

.product-info .description .product-section .prod-stock-no {
    background-color: hsl(108, 61%, 48%);
}

.product-info .description .product-section span {
    color: #323232;
}

.product-price {
    text-transform: uppercase;
    color: #FCB614 !important;
    font-size: 25px;
    border-top: 1px solid #ececea;
    border-bottom: 1px solid #ececea;
    font-weight: normal;
    padding: 13px 0;
    margin-bottom: 20px;
}

.product-info .price .price-new {
    color: hsl(108, 61%, 48%);
    font-size: 24px;
}

.product-info .price .price-old {
    color: #6a6a65;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-info .price .price-tax {
    color: hsl(108, 61%, 48%);
    text-transform: none;
    font-weight: normal;
    margin-left: 10px;
}

.product-info .cart-top {
    padding-bottom: 20px;
}

.product-info .cart-top > label {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.cart-top .button-prod {
    display: block;
    clear: both;
    margin-top: 15px;
}

.description .options {
    margin-top: -10px;
}

.description .options h2 {
    display: none;
}

.product_info {
    display: inline-block;
}

.product_article {
    position: absolute;
    top: 14px;
    right: -112px;
}

.product_wrap .ms2_form {
    margin-top: 32px;
}

.button-prod {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: hsl(108, 61%, 48%);
    font-size: 15px;
    line-height: 20px;
    padding: 14px 18px 15px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: none;
    text-transform: uppercase;
}

.button-prod:hover {
    background: hsl(108, 61%, 48%);
    color: #FFFFFF;
}

.product-info .review {
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 15px;
}

a.button-prod:hover {
    color: #ffffff;
}

a.button-prod i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 9px;
}

.short_description {
    margin-bottom: 25px;
}

.product_price .money.money-sale {
    font-size: 22px;
}

.text-price {
    color: hsl(108, 61%, 48%);
}

.compare a,
.product-listing__collection .compare a {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    padding: 11px;
    color: #FFFFFF;
    background: hsl(108, 61%, 48%);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.compare a i,
.product-listing__collection .compare a i {
    font-size: 20px;
}

.description .compare a {
    padding: 16px;
}

.compare a:hover,
.product-listing__collection .compare a:hover {
    background: hsl(108, 61%, 48%);
}

.homepage_blog__content img {
    display: none;
}

/********************************************************************************************************
                      FANCYBOX
******************************************************************************************************s
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {

    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAACYCAMAAACoAftQAAAAvVBMVEUAAAAAAAAAAAAODg4AAAAAAAAAAADNzc0BAQHZ2dkDAwMHBwcAAADf398CAgI/Pz8BAQEAAACCgoIcHBzl5eUAAAC/v7/x8fEGBgZnZ2cAAADs7OwGBgb4+Pg/Pz/Jycmenp5nZ2f39/eDg4MAAADQ0ND4+Piurq7a2tr8/Pzs7OwAAAD5+fn9/f3e3t4AAAD///9OTk7BwcE1NTWsrKyNjY2cnJx6enpdXV1oaGgsLCy6uroiIiLOzs5BQUFt3PCNAAAAL3RSTlMAAQMIDRIZHSMnLTpESFNVXWlpbG15en+HiZCWoaGssrO2vsDFydPU3uL4+fr9/Ywv6xsAAAQVSURBVHhe7JZbc6JMGIQXAUOQEMi3uMYkrmopZgqs5ujZ//+zvpdNzMsMlli1N3uRvtCbpzo9I+nmhyqN9OO6GNQ6Ha1SG0mcrhskXe90rvKE6kbX7r9MF4vp2887nfBrqPW0xJemD4w32e7jHIj2602SbNZ7Qfgd0zJLtgKi2B0+tSsE3h8u0RX7HGGfHWrK9oiIbrK69SiQHxTliO5VWtP0rrNEemhoj6muaYqx2XuGyJrwbgUKohhb3hIFM6wCC7Zm4+M5Zs5fpKNiTYndEOUHDFRYCeADLvGiy7DtL7E5/12gJPacalPlqEc2eoFAdmCa2UOGyOhoUuQgwo7PxCwJMGXYGcQMlyCVX3DchCkGs3V6h0iFgyUSZsuS6QQLGaYDhueUHxhf3RpzOqB8dRMcz84lf5FS9A1Ngi2PQm8PF7RBZOnEyqFnSC/BKX6bHQmucpB13mRzCJtTsPUowlpl14if2JifUXcwgeqdA2OLn1C+PdsbzCKkW0a3KeKxbbAxF4FJ9EgAaXGqyFORAuLZNrkMZNoNKnNS9PE5dpltFofjB4PJXIAk5rP/HMu4Ukmm7XjEkwLfc2yT66tJk7lp2T2H1LMtk2wVVsWpcE0SlW4DbeLE/xG3eRvfQv7Fptw4KvpDNRKLt1/3rZty/xbjrPef1+5D018ITYttkiTrfAUsrmzK3RTIT/woHxH3DaZl9h2rRH2aX0ydaYb1BVK1zNdA32RvNn7DkVmmoyeVJvYBMcdl5Vg2/lW0zpSbUNIKT12KLV8wVjsmNvGW63feU3qj86veGQmAA1e5qzbStNZdmVTlRzzbSjG+4+t4u1iqjxxjR6pczaiNBCCVXoGx25X7mUNGgJBHM/QsXWp+dk4U5xJjX4EXSM7ACcCxnnnm2zI8rxVoFgMr/lUwUpyNPvYVx/eRfaUSQzkzLWxEOVhiwynCAd2GvCm/2bquBPEo+LxnDv0YXdyfFOHQP+8EV/kY0enSorxyitoLxxwiabDRqDImWF2JJVBIeVNEk2HgsDGn7vkhcPy67lMOiBGF4AGS3tX8yYqAfb5eF/kRiMPX4cDjEDLd8wezJT4lwtHrMHBtbg6V9oLhYDYLw3A2eSVbn0elSdMCecFg+Ee0Kq7dlftLXSCrRxNE8lzH7hp0Nu3qpHQty7Ztq2sabHvtpb/SLauisVTye1O+N2Ubbxhu2xSAq6x1UwoAWfum8P3Gu5ZNYaUA2jaFJYCofVPYOWnZFD4TcLpxU1ZAnN24KRnfxQ2bshEE/Vub8r0p35vi/t9eHRoBDMNQDJUvMLkOkDMM+8D7b9cR+kOKLPy4juojnQeAkWWVAyLLLINVdovj44N8LOqi/3Djxo0bN5ZvdbWJuwHhrw2ILYdqBwDT2fEEXtrZFmVcCWLiAAAAAElFTkSuQmCC');

}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    /*visibility: hidden;*/
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    /*background: url('fancybox_overlay.png');*/
    background: rgba(0, 0, 0, .7);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*====================Coupon======================*/
.discounts_coupon {
    margin: 15px 0;
}

.coupon label {
    line-height: 32px;
    margin-right: 5px;
}

/*=-========*/
.widget_related_products {
    margin-bottom: 35px;
}


.product-info .description .product-section .prod-stock-no {
    background-color: #ff530d;
    font-weight: 700;
}

.option .selector-wrapper + .selector-wrapper {
    margin-top: 7px;
}


.grid .prod_inside img {}

.grid .product_name {
    height: 64px;
    width: 100%;
}

.slidemain .product_name {
    height: 64px;
    width: 100%;
    z-index: 1;
    position: relative;
}

.owl-nav i {
    font-size: 24px;
    font-weight: 300;
}

.owl-prev {
    position: absolute;
    left: -40px;
    top: 35%;
}

.owl-next {
    position: absolute;
    right: -40px;
    top: 35%;
}

#megamenu .header_search,
#megamenu .phone-header {
    display: none
}

.isStuck .header_search {
    display: inline-block !important;
    margin-top: 7px;
}

.isStuck .phone-header {
    display: inline-block !important;
    margin-top: 2.5px;
    margin-left: 0px;
    color: #fff;
    float: none;
}

.isStuck .header_search form {
    width: 428px;
}


.isStuck .megamenu_desktop > li {
    display: none;
}

.isStuck .megamenu_desktop .megamenu__1 {
    display: block;

}

#megamenu .container {
    position: relative;
}


.menu_block {
    /*display: inline-block;*/
    width: 25%;
}

.hidden-b {
    width: 100% !important;
    padding: 0px !important;
    box-sizing: border-box;
}

.menu_table {
    border-collapse: collapse;
    width: 100%;
}

.main-menu .menu_table tr {}

.menu_table .menuL2-line {
    border-bottom: 1px solid #6e983e;
    border-right: 1px solid #6e983e;
}

.menu_table td.menu_block {
    vertical-align: top;
    border: 1px #dadada solid;
    padding: 35px 10px 10px 10px !important;
}

.menu_table td.menu_block .menuL2-link {
    text-decoration: none;
    color: #000;
    #text-shadow: 1px 1px 1px #000;
    text-align: right;
    display: block;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 15px;
    # margin-top: -10px;
    height: 70px;
    position: relative;
    bottom: 25px;
}

.menu_table td.menu_block .menuL2-link:hover {
    color: hsl(108, 61%, 48%);
}

.menu_table td.menu_block hr {
    background: #333333;
    height: 1px;
    border: none;
    width: 100%;
    text-align: left;
    margin-top: 5px;
}

.menu_table td.menu_block .menuAll-link {
    color: rgb(60, 82, 123);
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    line-height: 15px;
}

.menu_table td.menu_block .menuL2ul {
    margin: 5px 0px 0px;
    list-style: initial;
    padding-left: 40px;
}

.menu_table td.menu_block .menuL2ul li {
    line-height: 16px;
}

.menu_table td.menu_block .menuL2ul .menuL3-link {
    text-decoration: none;
    font-size: 15px;
    color: #333333;
}

.hidden-b .bottom-btn {
    margin: auto !important;
    margin-top: 20px !important;
    width: 80% !important;
}

.menu_table td.menu_block .menuL2ul a:hover {
    color: rgb(60, 82, 123);
}

.menu_table td.menu_block .menuAll-link:hover {
    color: hsl(108, 61%, 48%);
}

.menu_table td.menu_block img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    max-width: none;
}


.main__catalog-block {
    margin-top: 0px;
    width: 100%;
    font-family: Arial;
}

.catalog__search-menu-box {
    display: table;
}



.main__catalog-categoty {}

.main__catalog-pic {
    height: 60px;
}

.main__catalog-pic-block {
    width: 100%;
    text-align: left;
    padding: 4px 0;
}

.main__catalog-title-block {
    width: 100%;
    text-align: left;
    padding: 15px 5px 4px 0px;
    min-height: 60px;
}

.main__catalog-title {
    font-size: 16px;
    font-wight: bold;
}

.main__catalog-block .main__catalog-item {
    position: relative;
    margin-bottom: 3px;
}



.main__catalog-block .main__catalog-item-link {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.main__catalog-block .main__catalog-item-link:hover {
    text-decoration: underline;
}

.main__catalog-list {}

.main__catalog-item-all {
    position: relative;
    cursor: pointer;
}

.main__catalog-item-all:before {
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: -19px;
    top: 5px;
    /* background:url(/images/pages/catalog/arrow-down.jpg) no-repeat;*/
}

.main__catalog-info-text {
    margin-bottom: 22px !important;
    font-size: 13px;
    font-family: Arial;
}

.main__catalog-list-three .main__catalog-item-link:nth-child(1n+5) {
    display: none;
}

.catalog-wrapper {}

@media (max-width: 1249px) and (min-width: 0px) {}

.main__catalog-item-all:hover {
    color: #999;
}

.slidemain {
    margin-top: 50px;
}

.slidemain .product_name a {
    font-size: 18px;
    font-weight: bold;
}

.slidemain .product_img {
    margin-bottom: 0;
    margin-top: -60px;
    z-index: 0;
}

.slidemain .product_img a {
    padding: 0;
}

.slidemain .product_price {
    padding: 0;
    line-height: 1;
    position: relative;
}


/*.slidemain .oldprice {
    display: inline-block;
    position: absolute;
    #border-radius: 90px;
    width: 90px;
    height: 90px;
    border: 1px solid #cecece;
    text-align: center;
        background: rgba(248, 255, 248, 0.66);
    font-size: 18px;
    padding-top: 15px;
    color: #000;
    top: -240px;
    z-index: 10;
}*/
.slidemain .oldprice {
    display: inline-block;
    position: absolute;
    height: auto;
    border: 1px solid #cecece;
    text-align: center;
    background: rgba(248, 255, 248, 0.66);
    font-size: 18px;
    padding-top: 15px;
    color: #000;
    top: 30px;
    right: 5px;
    z-index: 10;
    padding: 5px 5px;
}

.slidemain .oldprice span {
    color: #CF1F1F
}
.slidemain .product_price{
    position: absolute;
    bottom: 0;
}

.slidemain .price {
    text-align: left;
    font-size: 20px;
    color: #000;
    /*position: relative;
    top: -25px;*/
    z-index: 9;
    background: rgba(248, 255, 248, 0.66);
}

.slidemain .price span {
    color: #3EAB6A;
}

.slidemain .item {
    padding: 0 25px;
    position: relative;
}

.slidemain .item {
    padding: 0 25px;
    border-left: 1px solid #cecece;
}

.slidemain .owl-stage div:first-child li {
    border-left: 0px solid #cecece;
}

.slidemain .readmore {
    color: #2F346B;
    display: block;
    text-align: right;
    font-size: 18px;
    margin-top: 7px;
}




.owl-prev .btn-prev:hover {
    background-image: url(../img/slider-lh.png);
}

.owl-prev .btn-prev {
    width: 36px;
    height: 67px;
    background-image: url(../img/carousel_l.png);
    cursor: pointer;
}

.owl-next .btn-next:hover {
    background-image: url(../img/slider-rh.png);
}

.owl-next .btn-next {
    width: 36px;
    height: 67px;
    background-image: url(../img/carousel_r.png);
    cursor: pointer;
}

.footer_top_item_ico_return {
    background: url(../img/cartup.svg) 0 0 no-repeat;
}

.footer_top_item_ico_delivery {
    background: url(../img/delivery.svg) 0 0 no-repeat;
}

.footer_top_item_ico_quality {
    background: url(../img/roal.svg) 0 0 no-repeat;
}

.footer_top_item_ico_range {
    background: url(../img/comp.svg) 0 0 no-repeat;
}

.footer_top_item_ico {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 0 -10px;
}

.footer_top_item_title {
    font-size: 20px;
}

.footer_top_item_description {
    font-size: 16px;
    margin: 20px 0 0;
}

.footer_top_item {
    display: inline-block;
    color: #000;
    vertical-align: top;
    text-align: center;
}

.specials {
    background-color: hsl(108, 61%, 48%);
    padding: 22px 0 34px;
    text-align: center;
    margin-top: 40px;
}

.form-price {
    background-color: hsl(108, 61%, 48%);
    margin-top: 40px;
    padding: 22px 0 34px;
}

.form-price button {
    width: 100%;
}

.form-price input {
    height: 39px;
}

.form-price .textform {
    color: #000;
    font-size: 20px;
    padding-top: 4px;
}

.title-center {
    margin-top: -50px;
    position: relative;
}

.action-index .title-center > a {
    background-image: url(../img/i-action.png);
    width: 216px;
    height: 93px;
    margin: auto;
    display: block;
}

.action-index .title-center > a:hover {
    background-image: url(../img/i-actionh.png);
}

.action-index {
    margin-top: 50px;
}


.razdel-index .title-center > a {
    background-image: url(../img/i-razdel.png);
    width: 454px;
    height: 93px;
    margin: auto;
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #888;
    padding: 10px 10px 5px;
    line-height: 32px;
}

.razdel-index .title-center > a:hover {
    /*  background-image: url(../img/i-razdelh.png);*/
}

.razdel-index {
    margin-top: 0px;
}

.razdel-index .title-center {
    margin-bottom: 40px;
}

.custom_bottom_wr .title-center {
    margin-bottom: 0px;
    margin-top: -140px;
    position: relative;
}


.spec {
    background: #4EC42F;
    width: 45px;
    text-align: center;
    color: #fff;
    padding: 1px 0px;
    border-radius: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
}

.product {
    position: relative;
}

.procent {
    background: #FF8F0B;
    width: 45px;
    text-align: center;
    color: #fff;
    padding: 1px 0px;
    border-radius: 3px;
    display: block;
    position: absolute;
    right: 5px;
    top: 30px;
    z-index: 10;
}

.mainproduct {
    margin: 30px 0;
}

.mainproduct .item,
.msearch2 .item {
    padding: 0 8px;
}

.mainproduct .item .product,
.msearch2 .item .product {
    margin: 0;
    #border: 1px solid #DCDBDB;
    padding-bottom: 15px;
}

.msearch2 .item {
    margin-bottom: 15px;
}

.msearch2 .addtocart {
    width: 185px;
    border-radius: 0px !important;
}

.stepper {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
}

.stepper .stepper-input {
    border: none;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    margin: 0;
    overflow: hidden;
    padding: 12px 0 10px;
    width: 40px;
    height: 41px;
    text-align: center;
    z-index: 49;
    -moz-appearance: textfield;
}

.stepper .stepper-step {
    background: #fff url(../img/jquery.fs.stepper-arrows.png) no-repeat;
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    text-indent: -99999px;
    width: 25px;
    z-index: 50;
}

.product_count_wrapper {
    line-height: 37px;
    height: 42px;
    width: 67px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
}

.ms2_form .stepper {

    height: 42px;
    width: 67px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
}



.countinput .stepper-step,
.product .stepper-step,
#msCart .stepper-step {
    background: url(../img/jquery.fs.stepper-arrows.png) no-repeat #fff;
}

.countinput .stepper-step.up,
.product .stepper-step.up,
#msCart .stepper-step.up {
    background-position: -28px 0;
    position: absolute;
    right: 0;
    top: 0;
}

.countinput .stepper-step.down,
.product .stepper-step.down,
#msCart .stepper-step.down {
    background-position: -28px -20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

#msCart .stepper {
    position: relative;
    text-align: left;
}

.addtocart {
    width: 100%;
    border-radius: 0px !important;
}

.btn-cart i {
    float: left;
}


.product_listing_main .product_info_ins {
    padding: 0px 10px;
}

.product_infos {
    padding: 5px 15px;
}

.nalich_est {
    color: #4ec530;
    font-size: 13px;
    font-weight: bold;
}

.nalich_net {
    color: red;
    font-size: 13px;
    font-weight: bold;
}

.nalich_zakaz {
    color: #354594;
    font-size: 13px;
    font-weight: bold;
}

.product .compare-at-price {
    text-decoration: line-through;
    color: red;
    text-align: right;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: -15px;
    z-index: 9;
}

.product .product_name {
    height: 65px;
    #font-weight: bold;
    overflow: hidden;
    display: block;
}


.product .product_img {
    margin-bottom: 0px;
}

.product .price {
    text-align: right;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    float: right;
    line-height: 40px;
}

#map {
    width: 100%;
    height: 400px;
    margin-top: 20px;
}

.element {
    padding: 0 5px;
    margin-bottom: 15px;
}


.cats {
    border: 1px solid #DCDBDB;
}

.isotope li.active .cats {
    border: 5px solid rgba(36, 173, 21, 0.49);
}


.cats .subcatname,
.cats .images {
    padding: 5px;
    text-align: center;
}

.cats .subcatname {
    height: 52px;
    overflow: hidden;
}


.subcatname a {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    word-wrap: break-word;
}

.template-collection .page_content {
    margin: 30px 0;
}


.isotope li:hover .cats {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

.isotope li.active:hover .cats {
    box-shadow: 0 2px 10px rgba(36, 173, 21, 0.3);
}

.column_left_catalog_header {
    position: relative;
}




.ic {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-image: url(../img/el.png);
    background-repeat: no-repeat;
    background-position: 999999px 0;
    transform: translate(0);
    fill: #999;
}

.ic_catalog_menu {
    width: 30px;
    height: 30px;
    position: absolute;
    background-position: -60px 0;
    left: 4px;
    top: 5px;
}

.widget__collections .catalog_open_link {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    border: 1px solid #999;
    padding: 0 40px;
    position: relative;
    cursor: pointer;
    z-index: 99;
    color: #000;
}

.widget__collections .column_left_catalog {
    display: block;
    position: static;
}

.column_left_catalog {
    border: 1px solid #e5e1e1;
    border-top: none;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    z-index: 150;
}

.sidebar_widget ul li.active a,
.sidebar_widget ul li a:hover {
    border-color: #fff;
    color: #000;
    background: #fff;
}

.sidebar_widget ul li a {
    border: 0px solid #DCDBDB;
    display: inline-block;
    color: #666;
    text-decoration: none;
    padding: 0 18px 0 38px;
    margin-top: 16px;
    line-height: 16px;
    position: relative;
}


.column_left_catalog li:first-child .column_left_catalog_item {
    margin-top: 11px;
}

.column_left_catalog_item_current {
    font-weight: 700;
    color: #000;
    position: relative;
}

.column_left_catalog li:last-child {
    padding-bottom: 15px;
}

.widget__collections li.active a:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 16px;
    background: url(../img/el.png) -248px 0 no-repeat;
    width: 6px;
    height: 12px;
}

.zvonok {
    display: none;
    font-size: 22px;
    padding: 0px 15px;
}

.zvonok a {
    font-size: 22px;
}

#inline2 {
    text-align: center;
    font-size: 18px;
}

#inline2 p {
    font-size: 18px;
    margin: 0;
}

.phones {
    font-size: 22px;
    padding: 0px 15px;
    font-weight: bold;
}

.phone-header:hover .zvonok {
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.phone-header:hover .phones {
    display: none;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


#msCart .title a {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}


#msCart .title img {
    float: left;
    margin-right: 15px;
    width: 150px;
}


#msCart .price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-top: 25px;

}

#msCart .article {
    margin-top: 15px;
}

.removes {
    line-height: 16px;
    text-align: center;
    width: 25px;
    padding: 0;
    height: 25px;
    border-radius: 25px !important;
    border: 0;
    margin-top: 15px;

}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0px solid #dddddd;
}

.table tr {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.table tr:last-child {
    border-bottom: 1px solid #dddddd;
}


.cart_total_container_final {
    float: right;
    width: 490px;
    border: 1px solid #7f7f7f;
    padding: 18px 18px 22px;
    position: relative;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px;
}

.cart_total_container_final .total {
    font-weight: bold;
}

.cart_total_container_final .pricetotal {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;

}

.zakaz {
    width: 100%;
    border-radius: 0 !important;
    margin-top: 20px;
}

.clean {
    width: 100%;
    border-radius: 0 !important;
    margin-top: 10px;
}



.radio-tabs .state {
    position: absolute;
    left: -10000px;
}

#delivery_2:focus ~ .tabs #delivery_2-tab,
#delivery_1:focus ~ .tabs #delivery_1-tab {
    box-shadow: 0 0 3px 3px rgba(0, 127, 255, .5);
}

.radio-tabs .tab {
    display: inline-block;
    padding: 0 .5em;
    vertical-align: top;

    cursor: pointer;
}

.radio-tabs .tab:hover {}

#delivery_2:checked ~ .tabs #delivery_2-tab,
#delivery_1:checked ~ .tabs #delivery_1-tab {
    background-color: #fff;
    border-bottom: .3em solid #fff;
    cursor: default;
}

.radio-tabs .panels {
    background-color: #fff;
    padding: 15px 0;
    /* border-top: 3px solid rgb(60, 82, 123);*/
    color: #000;
}

.radio-tabs .panel {
    display: none;
}

#delivery_2[aria-selected] ~ .panels #delivery_2-panel,
#delivery_1[aria-selected] ~ .panels #delivery_1-panel,
#delivery_1:checked ~ .panels #delivery_1-panel,
#delivery_2:checked ~ .panels #delivery_2-panel {
    display: block;
}



.sidebar_widget ul li.active a {
    font-weight: bold;
}

.action-index {
    margin-bottom: 40px;
}

#inline input {
    height: 42px;
    font-size: 24px;
}

#inline .controls {
    text-align: center;
}

.phones i {
    position: relative;
    top: 9px;
    font-size: 24px;
    left: -3px;

}

#inline h2 {
    text-align: center;
}


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}


/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


.animated {
    visibility: hidden;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}

#blog {
    margin-bottom: 40px;
}

input[type='number'] {
    -moz-appearance: textfield;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}


.nav {
    clear: both;
    position: absolute;
    top: 38px;
    right: 0;
    width: 240px;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: left;
    margin: 0;
    list-style: none;
    z-index: 9;
}


.add-product-from-cart-form {
    background-color: #f5f5f5;
    height: 90px;
    padding: 10px;
    margin: 5px 0 15px;
    position: relative;
}


.add-product-from-cart-form .ui-autocomplete-input {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 4px 0 10px;
    font-size: 16px;
    vertical-align: middle;
    letter-spacing: normal;
    border: 1px solid #999;
}

.btn-default {
    border-radius: 0 !important;
}

.costinp,
.priceinp {
    font-size: 20px;
    color: #000;
    line-height: 38px;
    position: relative;
}

.mainproduct .item:hover .product,
.msearch2 .item:hover .product {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}

#cart .cart .name small {
    color: #666666;
    position: relative;
    top: 3px;
}

.banners {
    display: none;
    padding: 0px 9px;
    height: 194px;
}

.banners.active {
    display: inline-block;

}

.banners img {
    height: 194px;
}

.pricer {
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    float: none;
    line-height: 40px;
    margin-left: 10px;
}

.product__wrapper {
    position: relative;
}

.mainproduct .product .compare-at-price {
    top: -5px;
}


#msOrder {
    margin-top: 0;
}

.popover {
    z-index: 99;
}

.popover-title {
    text-transform: none;
}

.panel {
    position: relative;
}


/*
.panel .citys {
    float: right;
    width: 700px;
    position: absolute;
    right: 0;
    top: -76px;
}
*/
.itog-head .total {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.itog-head .total_count,
.itog-head .total_cost .pricetotal {
    font-size: 16px;
    color: #000;
    line-height: 2.4;
}

.itog-head .total_cost .pricetotal {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 1.5;
}

.itog-head .zakaz {
    margin: 0;
}

.itog-head {
    margin: 0 0 10px;
}



#msOrder {
    margin: 0px !important;
}

.tabs label {
    padding: 10px 20px !important;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    min-height: 42px;
    border-radius: 4px;
    font-size: 15px;
    z-index: 1;
    margin-right: 5px;
    color: #FFFFFF;
    background: rgb(60, 82, 123);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tabs label[aria-selected='true'] {
    background: hsl(108, 61%, 48%);
}

.tabs label:after {
    content: "";
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    position: absolute;
    background: hsl(108, 61%, 48%);
    z-index: -1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.tabs label:hover:after {
    right: 0;
}

.utlica {
    display: none;
}

.show {
    display: block !important;
}


.suggestions-wrapper {
    display: inherit;
}

.col2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.radiolist input {
    display: none;
}

.radiolist label {
    padding: 10px 20px;
    border: 3px solid transparent;
    border-bottom: 0;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

.checked {
    padding: 10px 20px;
    border: 3px solid rgb(60, 82, 123) !important;
    border-bottom: 0 !important;
    text-transform: uppercase;
    color: #000;
}

.chekline {
    border-bottom: 3px solid rgb(60, 82, 123);
    margin: 0;
}

.chekline .page_heading {
    position: relative;
    margin-bottom: 11px;
}

.adressof {
    color: rgb(60, 82, 123);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.itog {
    position: relative;
    top: -15px;
    right: 15px;
}

.text-map {
    margin-top: 100px;
    color: red;
}

#party {
    border: 2px solid #03a2ff;
    border-radius: 4px;
}


.fixedsubcat .nav {
    clear: both;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background: #fff;
    border: 0px solid #ddd;
    display: block;
    text-align: left;
    margin: 0;
    list-style: none;
    z-index: 9;
    width: 1170px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.fixedsubcat .navbar-nav > li {
    float: none;
    display: inline-block;
}

.blues {
    color: #03a2ff;
    font-weight: 600;
    margin-top: 13px;

}

.inn {
    color: #000;
    font-size: 17px;
}


.fixedsubcat {
    border-bottom: 1px;
    box-shadow: 1px 1px 11px 8px rgba(161, 161, 161, 0.66);
}


.fixedsubcat .nav > li > a:hover,
.fixedsubcat .nav > li > a:focus,
.fixedsubcat .active {
    text-decoration: none;
    background-color: #69CF4F;
    color: #fff;
    z-index: 2;
}

.fixedsubcat .nav > li > a:after {
    content: '';
    border-right: 1px solid #000;
    margin-left: 16px;
    position: absolute;
    height: 25px;
    top: 14px;
    z-index: 1;

}


.fixedsubcat .nav > li > a:hover:after {
    content: '';
    border-right: 0px solid #000;
}

.fixedsubcat .navbar-nav > li > a {
    position: relative;
}

.fixedsubcat {
    display: none
}

.subcat .isStuck {
    display: block;
    z-index: 990;
    top: 50px !important;
    width: 100%;
    position: fixed;
}


.profils .nav {
    clear: both;
    position: relative;
    top: 38px;
    right: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 0px solid #ddd;
    display: block;
    text-align: left;
    margin: 0;
    list-style: none;
    z-index: 9;

}

.panelrow h2 {
    position: relative;
    top: 10px;
}

.panelrow {
    margin: 0;
}

.newaddcart {
    padding: 10px 0;
}

.form-footer {
    margin: 20px auto;
}
.form-footer .controls.kss-form{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   
}
.form-footer .controls.kss-form .btn{
   margin-bottom: 10px;
   
}

.files span {
    color: red;
    font-family: cursive;
    font-size: 20px;
    margin: 10px;
    cursor: pointer;
}

body {
    font: 14px/1 "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    /* example */
}

.file_upload {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 1em;
    /* example */
    /* example */
    line-height: 2em
        /* the same as height */
}

.file_upload .button,
.file_upload > mark {
    display: block;
    cursor: pointer
        /* example */
}

.file_upload .button {
    float: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 17em;
    /* example */
    height: 100%;
    text-align: center
        /* example */
}

.file_upload > mark {
    background: transparent;
    /* example */
    padding-left: 1em;
    /* example */
    line-height: 44px;
    text-align: left;
}

@media only screen and (max-width: 500px) {

    /* example */
    .file_upload > mark {
        display: none
    }

    .file_upload .button {
        width: 100%
    }
}

.file_upload input[type=file] {
    position: absolute;
    top: 0;
    opacity: 0
}

/* Making it beautiful */

.file_upload {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.1s linear
}

.file_upload.focus {
    box-shadow: 0 0 5px rgba(0, 30, 255, 0.4)
}

.file_upload .button {
    padding: 10px 20px !important;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 24px;
    position: relative;
    min-height: 42px;
    border-radius: 4px;
    font-size: 15px;
    z-index: 1;

    color: #FFFFFF;
    background: rgb(60, 82, 123);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.progress_bar {
    height: 44px;
    background: #d3d4ff;
    position: absolute;
    top: 0px;
    border-radius: 3px;
    line-height: 43px;
    text-align: center;
}

.progress_bar span {
    padding-left: 20px;

    line-height: 43px;
}

/*.add_fav {
    display: inline-block;
    width: 25px;
    height: 27px;
    overflow: hidden;
    margin-bottom: -13px;
    margin-top: 5px;
    margin-left: -4px;
    margin-right: 10px;
    float: left;
}*/
.comment_link {
    margin-left: 9px;
    position: absolute;
    margin-top: -38px;
    display: block;
    z-index: 10000;
}

.comment_link span {
    position: absolute;
    left: 13px;
    width: 28px;
    color: white;
    text-align: center;
    line-height: 23px;
}







.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;

    max-width: 480px;
    min-width: 50px;

    font-size: 10.5px;
    line-height: 12px;

    direction: ltr;

    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;

    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;

    border-width: 0 0 1px;
    font-weight: bold;
}

.qtip-titlebar + .qtip-content {
    border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    /* Overlap .qtip-tip */

    cursor: pointer;
    outline: medium none;

    border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

/* IE fix */

.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;

    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 10px/13px Tahoma, sans-serif;

    color: inherit;
    background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus {}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover {}

/* Default tooltip style */
.qtip-default {
    border: 1px solid #F1D031;

    background-color: #FFFFA3;
    color: #555;
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93;
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111;
}


.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}





/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
    /** Taken from Bootstrap body */
    font-size: 15px;
    line-height: 1.4;
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    color: #4b4b4b;

    /** Taken from Bootstrap .popover */
    padding: 1px;
    background-color: #ffffff;
    border: 1px solid #c1cfd8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
    /** Taken from Bootstrap .popover-title */
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
    /**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
    right: 11px;
    top: 45%;
    border-style: none;
}

.qtip-bootstrap .qtip-content {
    /** Taken from Bootstrap .popover-content */
    padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
    /**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
    background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
    /**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
    width: auto;
    height: auto;

    /* Taken from Bootstrap .close */
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
    /* Taken from Bootstrap .close:hover */
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}


.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;

}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus,
.qtip .qtip-tip {
    visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
    position: absolute;

    color: #123456;
    background: transparent;
    border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
    top: 0;
    left: 0;
}

.qtip .qtip-tip .qtip-vml {
    behavior: url(#default#VML);
    display: inline-block;
    visibility: visible;
}


#qtip-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
    cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background-color: black;

    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#captcha_contact_form {
    margin: 30px 0;
    padding-left: 113px;
}
@media screen and (max-width: 567px){
  #captcha_contact_form {
    margin: 30px 0;
    padding-left: 0;
}  
}


#mse2_results {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.kss_skid_line {
    text-align: right;
    margin: 10px 0;
}

.kss_skid_line span {
    color: #E70018;
}

#subcategory-tabs-content ul,
.additional_Information ul {
    list-style: square outside;
}

#subcategory-tabs-content ul li,
.additional_Information ul li {
    margin-left: 15px;
}

.copyright p[role="contentinfo"] {
    display: inline-block;
}

.copyright .rating {
    display: inline-block;
    float: right;
}

@media (min-width: 1200px) {
    .col-sm-3.item {
        width: 25%;
        min-width: 208px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-sm-3.item {
        width: 33.3%;
        min-width: 208px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-3.item {
        width: 50%;
        min-width: 208px;
    }
}

@media (max-width: 1199px) {
    header .container > div {
        min-height: 44px;
    }

    .isStuck .header_search {
        max-width: 230px;
    }

    .fixedsubcat .navbar-nav > li {
        float: left;
    }
}

@media (max-width: 991px) {
    header #logo img {
        height: 44px;
        height: auto;
        width: 100%;
        margin-top: 10px;
    }

    header #logo {
        float: none !important;
        height: auto;
    }

    #header {
        text-align: center;
    }

    .footer_block {
        padding: 15px;
        text-align: center;
    }

    .footer_block .footer_block {
        padding: 15px 0;
    }

    .fixedsubcat .nav {
        display: none;
    }

    .fixedsubcat {
        box-shadow: none;
    }

    #product-tabs-list {
        text-align: center;
    }

    #product-tabs-list a {
        font: bold 14px/.96em "PT Sans" !important;
        padding: 5px 15px !important;
        margin: 5px 0 !important;
        background: #eee;
        display: inline-block;
    }

    #subcategory-tabs-list {
        margin-top: 20px;
    }

    #subcategory-tabs-list a {
        margin: 5px 0 !important;
        padding: 0 5px;
        display: inline-block;
    }

    .product_name a:hover {
        position: static;
        width: 100%;
    }

    .menu_table td.menu_block {
        display: inline-block;
        float: left;
        width: 50%;
        min-height: 250px;
    }

    .menu_table {
        display: block;
    }

    .menu_table table {
        width: 100%;
    }

    .page_heading {
        float: none !important;
        text-align: center;
        position: static;
        margin: 10px auto;
    }

    .panelrow h2 {
        top: 0px;
    }

    .radio-tabs .tab {
        float: none !important;
        width: 49%;
        margin: 0;
        padding: 10px !important;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .pricer.sht {
        display: none !important;
    }

    .element {
        width: 33.3%;
    }

    .pricer, .old-price-in-catalog .pricer, .new-price-in-catalog .pricer {
        font-size: 12px;
    }

    footer .copyright {
        margin-top: 0;
    }

    .footer_block {
        margin: 0 !important;
    }

    .phonesmobile {
        margin: 0;
        width: 100%;
    }

    .phone-header {
        padding: 0;
        margin: 0;
        position: relative;
        top: 8px;
    }

    header .container > div {
        min-height: 1px;
    }
    
    header .mob-menu{
        padding: 0;
        position: relative;
        top: 3px;
    }
    
    header .mob-menu .nav {
        top: 100px;
    }

}

footer .copyright .footerphone {
    float: right;
    font-size: 22px !important;
    vertical-align: middle;
}

footer .copyright .footerphone .fa-phone {
    vertical-align: middle;
    padding-right: 5px;
}
.header_social{padding:0!important;}
.kss_prod_price{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 0;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px;
    color: hsl(108, 61%, 48%);
    border: 1px solid hsl(108, 61%, 48%);
    background-color: #fff;
    min-height: 51px;
    line-height: 18px;
}
.kss_prod_price span{
 font-size: 24px;   
}

.old-price-in-catalog {
	position:relative;
	display:inline-block;
}
.old-price-in-catalog:after{
	content:"";
	display:block;
	position:absolute;
	left:0;top:50%;
	color:red;
	width:100%;
	height:0;
	border-bottom:2px solid red;
	transform:rotate(-4deg);
}
.vcard{
    color: black;
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px){
   .vcard{
    grid-template-columns: repeat(2, 1fr);
}
}
#copy-compl{
    position: absolute;
    right: 0;
    top: -100%;
    color: #4ec530;
}

.vcard .kss-row{
    display: flex;
    padding-top: 15px;
}
.vcard .kss-col1{
    display: flex;
    width: 120px;
}
.vcard .kss-col2{
    display: flex;
    width: calc(100% - 120px);
    position: relative;
}
@media screen and (max-width: 567px) {
    .vcard .kss-row{
    display: block;
    padding-top: 15px;
}
    .vcard .kss-col1{
    display: block;
    width: 100%;
}
.vcard .kss-col2{
    display: block;
    width: 100%;
    position: relative;
}
}
.vcard p{
    padding-top: 15px;
    margin: 0;
}

.vcard .pb-20{
    padding-bottom: 20px;
}
.vcard-h3{
    font-weight: 400;
    position: relative;
    padding-left: 44px;
}
.vcard-h3.graf:before{
    display: block;
    width: 34px;
    height: 34px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    background:url(../img/icon/calendar-with-a-clock-time.svg) no-repeat;
}
.vcard-h3.adress:before{
    display: block;
    width: 34px;
    height: 34px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    background:url(../img/icon/location_pin.svg) no-repeat;
}
.vcard-h3.phone:before{
    display: block;
    width: 34px;
    height: 34px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    background:url(../img/icon/phone-volume.svg) no-repeat;
}
.vcard-h3.eemail:before{
    display: block;
    width: 34px;
    height: 34px;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 17px);
    background:url(../img/icon/opened-email.svg) no-repeat;
    }         
.vcard .fa{
    color: black;
    font: normal normal normal 17px/1 FontAwesome;
}
.vcard .tel{
    color: red;
}
.vcard .email{
    color: blue;
}