/*----------------------------------
TABLE OF CONTENTS:
------------------------------------

1 - Reset
2 - Header
3 - Stylization
4 - Breadcrumbs & Pagination
6 - Products List
7 - Catalog | Gallery View
8 - Catalog | List View
9 - Catalog | Table View
10 - Sidebar Categories
12 - Catalog Topbar
13 - Single Product
14 - Single Product Tabs
15 - Single Product Related
16 - Single Product V2
17 - Blog
18 - Blog Post
19 - Cart
20 - Order
21 - Reviews Carousel
22 - Reviews List
23 - Modal Form
24 - Pricing Table
25 - Team
26 - Contact Forms
27 - Brands
28 - Banners
29 - Discounts
30 - Newsletter
31 - Iconbox
32 - Counters
33 - Social Links
34 - Accordion
35 - Select Styles
36 - Footer
37 - Error 404
38 - Quickview
39 - Subcategories
40 - Woocommerce
41 - Compare
42 - Auth

----------------------------------*/



/*----------------------------------
1 - Reset
----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, s, samp,
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



body * {
    line-height: 140%;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, strong, b {
    font-weight: 500;
}
i, em {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
}
input[type=text],
input[type=submit],
input[type=image],
input[type=password],
input[type=email],
button,
textarea {
    -webkit-appearance: none;
}
textarea,
button,
input[type=password],
input[type=email],
input[type=search],
input[type=submit],
input[type=text] {
    font-family: 'Roboto', sans-serif;
}
a:focus {
    text-decoration: none;
}
textarea:focus,
button:focus,
a:focus,
input:focus {
    outline: none;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 0px;
    color: #616161;

    -webkit-text-size-adjust: 100%;
}
/*----------------------------------
1 - Reset
----------------------------------*/


/*----------------------------------
2 - Header
----------------------------------*/
.header {
    margin: 0 0 27px;
}
.header:after {
    display: block;
    clear: both;
    content: "";
}
.header_top {

}
.contactinfo {
    font-size: 13px;
    float: left;
}
.contactinfo li {
    padding: 10px 15px 9px;
    color: #373d54;
}
.contactinfo li * {
    line-height: 1;
}
.contactinfo li:first-child{
    margin-left: -15px;
}
.contactinfo li .fa {
    margin-right: 3px;
    margin-bottom: 2px;
    vertical-align: middle;
    color: #5f6a92;
}
.social-icons {
    float: right;
    text-align: right;
    margin: 0;
}
.social-icons li a {
    border: 0 none;
    border-radius: 0;
    color: #5f6a92;
    padding: 0;
}
.social-icons li {
    display:inline-block;
}
.social-icons li a i {
    padding: 11px 15px;
    margin-bottom: -1px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social-icons li a i:hover {
    color: #fff;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.social-icons .fa-facebook:hover {
    background: #0083C9;
}
.social-icons .fa-twitter:hover  {
    background:#5BBCEC;
}
.social-icons .fa-linkedin:hover  {
    background:#FF4518;
}
.social-icons .fa-dribbble:hover  {
    background:#90C9DC;
}
.social-icons .fa-google-plus:hover  {
    background:#CE3C2D;
}
.social-icons .fa-instagram:hover  {
    background:#b4307d;
}
.social-icons .fa-vk:hover  {
    background:#4c75a3;
}
.header-middle {
    padding: 25px 0;
    text-align: justify;
}
.header-middle .header-middle-cont {
    font-size: 0;
}
.header-middle .header-middle-cont > * {
    font-size: 15px;
}
.header-middle .header-middle-cont:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.toplogo {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.toplogo a {
    display: block;
}
.toplogo img {
    display: block;
    max-height: 120px;
    max-width: 400px;
    width: auto;
    height: auto;
}
.shop-menu {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.shop-menu ul li {
    display:inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.shop-menu ul li:last-child {
    padding-right: 0;
}
.shop-menu ul li a {
    background: #FFFFFF;
    font-size: 14px;
    padding: 2px 0;
    line-height: 1;
    color: #373d54;
    display: inline-block;
}
.shop-menu ul li * {
    line-height: 1;
}
.shop-menu ul li a:hover {
    color: #373d54;
    opacity: 1 !important;
    background: transparent;
}
.shop-menu ul li a i {
    margin-right:2px;
    color: #5f6a92;
    padding: 0 1px;
    display: inline-block;
}
.shop-menu ul li a b {
    font-weight: 400;
}
.shop-menu ul li a .shop-menu-ttl {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
    line-height: 1;
}
.shop-menu ul li a:hover .shop-menu-ttl {
    border-color: #5f6a92;
}
.shop-menu ul li.topauth a:first-child {
    margin: 0;
    padding: 2px 12px 2px 0;
    background: url(../img/sep1.png) no-repeat right center;
}


.h-cart {
    position: relative;
}
.h-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    right: -11px;
    padding: 4px 0 0;
    background-color: #fff;
    transition: opacity 0.3s;
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    text-align: left;
}
.h-cart:hover .widget_shopping_cart {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: initial;
    transition: opacity 0.3s;
    z-index: 10;
}
.shop-menu ul li .h-cart > a:hover .shop-menu-ttl {
    border-color: transparent;
}
.shop-menu ul li .h-cart:hover > a .fa-shopping-cart {
    width: 15px;
    text-align: center;
}
.shop-menu ul li .h-cart:hover > a .fa-shopping-cart:before {
    content: "\f103";
}
.h-cart .widget_shopping_cart .widget_shopping_cart_content {
    border: 1px solid #e0e4f6;
    width: 230px;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);
}
.h-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    font-size: 14px;
    padding: 13px;
}
.h-cart .widget_shopping_cart .cart_list {
    border-bottom: 1px solid #e0e4f6;
    padding: 11px 15px 4px 13px;
    font-size: 13px;
}
.h-cart .widget_shopping_cart .cart_list li {
    border-bottom: 1px solid #e0e4f6;
    padding: 0 0 10px 18px;
    margin: 0 0 10px;
}
.h-cart .widget_shopping_cart .cart_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.h-cart .woocommerce ul.cart_list li a,
.h-cart .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 400;
    line-height: 1.2;
    font-size: 13px;
    transition: color 0.2s;
}
.h-cart .woocommerce ul.product_list_widget li a:hover {
    color: #000;
}
.h-cart .widget_shopping_cart .cart_list li a.remove {
    width: auto;
    line-height: 1;
    padding: 0;
    top: 50%;
    margin: -14px 0 0;
    font-size: 18px;
}
.h-cart .widget_shopping_cart .cart_list li a.remove:hover {
    color: #ff2424 !important;
    background: #fff;
}
.h-cart .widget_shopping_cart .cart_list li img {
    float: left;
    width: 32px;
    height: auto;
    box-shadow: none;
    margin: 0 9px 0 0;
}
.h-cart .widget_shopping_cart .cart_list li .quantity {
    color: #3a89cf;
    font-weight: 500;
    font-size: 12px;
    margin: 2px 0 0;
    display: inline-block;
}
.h-cart .widget_shopping_cart .total {
    border: none;
    border-bottom: 1px solid #e9e9ef;
    padding: 11px 15px 11px;
    font-size: 13px;
    background-color: #f8fafc;
    font-weight: 500;
}
.h-cart .widget_shopping_cart .buttons {
    padding: 15px 15px 10px;
}
.h-cart .widget_shopping_cart .buttons a.button {
    transition: all 0.2s;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0 0 5px;
    padding: 0;
    background-color: transparent;
    color: #373d54;
}
.h-cart .widget_shopping_cart .buttons a.button:hover {
    color: #fff;
    background-color: #454d6a;
}
.h-cart .widget_shopping_cart .buttons a.button.wc-forward:not(.checkout) {
    margin: 0 15px 5px 0;
    border-bottom: 1px dashed #3a89cf;
    color: #3a89cf;
}
.h-cart .widget_shopping_cart .buttons a.button.wc-forward:not(.checkout):hover {
    color: #3a89cf;
    background-color: transparent;
    border-color: transparent;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout {
}
.h-cart .widget_shopping_cart .buttons a.button.checkout:hover {
    color: #373d54;
    background-color: transparent;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout:after {
    content: '\f105';
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    margin: -2px 0 0 7px;
    transition: margin 0.3s;
}
.h-cart .widget_shopping_cart .buttons a.button.checkout:hover:after {
    margin-left: 9px;
}



/* TOPMENU */
.topmenu {
    position: relative;
    padding: 0 41px 0 203px;
    font-size: 14px;
}
.topmenu:after {
    clear: both;
    content: '';
    display: block;
}
.topmenu .topcatalog {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 203px;
    z-index: 3;
}
.topmenu .topcatalog .topcatalog-btn {
    position: relative;
    color: #373d54;
    text-transform: uppercase;
    border: 1px solid #e0e4f6;
    display: block;
    padding: 11px 10px 11px 38px;
    font-weight: 500;
    background: #eff1fa url(../img/bar.png) no-repeat 14px 15px;
}
.topmenu .topcatalog .topcatalog-btn:after {
    position: absolute;
    top: 50%;
    right: 13px;
    content: '\f107';
    display: block;
    line-height: 1;
    margin: -8px 0 0;
    font-family: FontAwesome;
}
.topmenu .topcatalog:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
}
.topcatalog .topcatalog-list {
    position: absolute;
    top: 100%;
    background: #fff;
    border-top: 1px solid #e0e4f6;
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    text-align: left;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
}
.topcatalog:hover .topcatalog-list {
    overflow: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    width: auto;
}
.topcatalog-list li {
    position: relative;
    line-height: 120%;
}
.topcatalog-list li a {
    color: #373d54;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #e0e4f6;
    display: block;
    padding: 11px 25px 11px 13px;
    transition: all 0.2s;
    background: #f8fafc;
    position: relative;
    width: 201px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topcatalog-list li:hover > a {
    background: #fff;
}
.topcatalog-list li:after {
    content: '';
    background: #373d54;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 3;
    width: 3px;
    display: none;
}
.topcatalog-list li:hover:after {
    display: block;
}
.topcatalog-list li .fa {
    position: absolute;
    right: 14px;
    line-height: 100%;
    top: 50%;
    margin: -1px 0 0;
    line-height: 100%;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: all 0.2s;
}
.topcatalog-list li ul {
    position: absolute;
    left: 100%;
    top: -1px;
    background: #fff;
    border: 1px solid #e0e4f6;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
}
.topcatalog-list li:hover > ul {
    overflow: initial;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    width: auto;
}
.topcatalog-list li ul > li:last-child > a {
    border-bottom: none;
}
.topmenu .mainmenu-btn {
    position: relative;
    color: #373d54;
    text-transform: uppercase;
    border: 1px solid #e0e4f6;
    border-right: none;
    width: 100%;
    padding: 11px 10px 11px 43px;
    font-weight: 500;
    text-align: left;
    background: #eff1fa url(../img/bar.png) no-repeat 18px 15px;
    display: none;
}
.topmenu .mainmenu-btn:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '\f107';
    display: block;
    line-height: 1;
    margin: -8px 0 0;
    font-family: FontAwesome;
}
.topmenu .mainmenu {
    border-top: 1px solid #e0e4f6;
    border-bottom: 1px solid #e0e4f6;
    background: #f8fafc;
    padding: 0 24px 0 24px;
}
.topmenu .mainmenu:after {
    clear: both;
    content: '';
    display: block;
}
.topmenu .mainmenu .fa {
    display: none;
}
.topmenu #primary-menu > ul > li,
.topmenu .mainmenu > li {
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 0;
    position: relative;
}
.topmenu #primary-menu > ul > li > a,
.topmenu .mainmenu > li > a {
    color: #373d54;
    display: block;
    transition: all 0.2s;
    padding: 11px 19px;
}
.topmenu .mainmenu li.current_page_parent > a,
.topmenu .mainmenu li.current-menu-parent > a,
.topmenu .mainmenu li.current-menu-ancestor > a,
.topmenu .mainmenu li.current-menu-item > a,
.topmenu .mainmenu li.current_page_item > a {
    color: #3a89cf;
}
.topmenu #primary-menu > ul > li.menu-item-has-children > a,
.topmenu .mainmenu > li.menu-item-has-children > a {
    padding-right: 30px;
}
.topmenu #primary-menu > ul > li > a:hover,
.topmenu .mainmenu > li > a:hover,
.topmenu .mainmenu > li > a.active {
    color: #3a89cf;
}
.topmenu #primary-menu > ul > li.menu-item-has-children > a:after,
.topmenu .mainmenu > li.menu-item-has-children > a:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f107';
    display: block;
    top: 50%;
    font-size: 14px;
    right: 13px;
    line-height: 100%;
    margin: -8px 0 0 0;
}
.topmenu #primary-menu > ul > li > a > .fa,
.topmenu .mainmenu > li > a > .fa {
    margin-left: 4px;
}
.topmenu #primary-menu > ul > li:after,
.topmenu .mainmenu > li:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 5px;
    content: '';
    display: block;
}
.topmenu #primary-menu > ul > li > .children,
.topmenu .mainmenu > li > .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    border-top: 1px solid #e0e4f6;
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    text-align: left;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    width: 0;
}
.topmenu #primary-menu > ul > li:hover > .sub-menu,
.topmenu .mainmenu > li:hover > .sub-menu {
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}
.topmenu #primary-menu > ul > li > .children li,
.topmenu .mainmenu > li > .sub-menu li {
    position: relative;
    line-height: 120%;
}
.topmenu #primary-menu > ul > li > .children li a,
.topmenu .mainmenu > li > .sub-menu li a {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #e0e4f6;
    display: block;
    padding: 11px 25px 11px 13px;
    transition: all 0.2s;
    background: #f8fafc;
    position: relative;
    width: 201px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topmenu #primary-menu > ul > li > .children li a.active,
.topmenu .mainmenu > li > .sub-menu li a.active {
    color: #3a89cf;
}
.topmenu #primary-menu > ul > li > .children li:hover > a,
.topmenu .mainmenu > li > .sub-menu li:hover > a {
    background: #fff;
}
.topmenu #primary-menu > ul > li > .children li.menu-item-has-children > a:after,
.topmenu .mainmenu > li > .sub-menu li.menu-item-has-children > a:after {
    position: absolute;
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    top: 50%;
    font-size: 14px;
    right: 14px;
    line-height: 100%;
    margin: -8px 0 0 0;
}
.topmenu #primary-menu > ul > li > .children li:after,
.topmenu .mainmenu > li > .sub-menu li:after {
    content: '';
    background: #373d54;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 3;
    width: 3px;
    display: none;
}
.topmenu #primary-menu > ul > li > .children li:hover:after,
.topmenu .mainmenu > li > .sub-menu li:hover:after {
    display: block;
}
/*.topmenu .mainmenu > li > .sub-menu li .fa {
	position: absolute;
	right: 14px;
	line-height: 100%;
	top: 50%;
	margin: -1px 0 0;
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	transition: all 0.2s;
}*/
.topmenu #primary-menu > ul > li > .children li ul,
.topmenu .mainmenu > li > .sub-menu li ul {
    position: absolute;
    left: 100%;
    top: -1px;
    background: #fff;
    border: 1px solid #e0e4f6;
    border-bottom: none;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
}
.topmenu #primary-menu > ul > li > .children li:hover > ul,
.topmenu .mainmenu > li > .sub-menu li:hover > ul {
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

/* mainmenu more */
.topmenu .mainmenu {
    position: relative;
    /*overflow: hidden;*/
    height: 43px;
}
.topmenu .mainmenu.sections-show {
    overflow: initial;
}
.topmenu .mainmenu li.mainmenu-more {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #18202e;
    display: none;
    padding: 0;
    background: transparent;
    transition: all 0.2s;
    border-left: 1px solid transparent;
}
.topmenu .mainmenu li.mainmenu-more:hover {
    background: #fff;
    border-left: 1px solid #e0e4f6;
}
.mainmenu-more span {
    display: block;
    padding: 11px 19px;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub {
    position: absolute;
    background: #fff;
    border-top: 1px solid #e0e4f6;
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    text-align: left;
    margin: 5px 0 0;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 4;
    width: 0;
    overflow: hidden;
    right: 0;
    left: auto;
    top: 100%;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub:after {
    clear: both;
    display: block;
    content: '';
}
.topmenu .mainmenu li.mainmenu-more:hover .mainmenu-sub {
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    overflow: initial;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li {
    position: relative;
    line-height: 120%;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li a {
    text-transform: none;
    font-weight: 400;
    color: #373d54;
    font-size: 14px;
    line-height: 120%;
    border-bottom: 1px solid #e0e4f6;
    display: block;
    padding: 11px 15px 11px 15px;
    transition: all 0.2s;
    background: #f8fafc;
    position: relative;
    width: 201px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li:hover > a {
    background: #fff;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li:after {
    content: '';
    background: #373d54;
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 3;
    width: 3px;
    display: none;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li:hover:after {
    display: block;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li .fa {
    position: absolute;
    left: 6px;
    line-height: 100%;
    top: 50%;
    margin: -1px 0 0;
    line-height: 100%;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transition: all 0.2s;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li .fa:before {
    content: '\f104';
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li ul {
    margin: 0;
    position: absolute;
    top: -1px;
    background: #fff;
    border: 1px solid #e0e4f6;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
    visibility: hidden;
    opacity: 0;
    width: 0;
    overflow: hidden;
    right: 100%;
    left: auto;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li:hover > ul {
    margin: 0;
    width: auto;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
    overflow: initial;
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li ul:after {
    clear: both;
    display: block;
    content: '';
}
.topmenu .mainmenu li.mainmenu-more .mainmenu-sub li ul > li:last-child > a {
    border-bottom: none;
}
/* mainmenu more */

.topmenu .topsearch {
    position: absolute;
    top: 0;
    right: 0;
}
.topsearch .topsearch-btn {
    height: 43px;
    line-height: 43px;
    width: 41px;
    text-align: center;
    border: 1px solid #e0e4f6;
    display: block;
    background: #f8fafc;
    position: relative;
}
.topsearch .topsearch-btn:hover {
    color: #3a89cf;
}
.topsearch .topsearch-btn .fa {
    display: inline-block;
    padding: 1px;
}
.search-show .topsearch .topsearch-btn .fa:before {
    content: '\f00d';
}
.topsearch .dgwt-wcas-search-wrapp,
.topsearch .topsearch-form {
    z-index: 3;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 5px 0 0;
    display: block;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    visibility: hidden;
    opacity: 0;
}
.search-show .topsearch .dgwt-wcas-search-wrapp,
.search-show .topsearch .topsearch-form {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    visibility: visible;
    opacity: 1;
}
.topsearch .dgwt-wcas-search-wrapp input[type=search],
.topsearch .topsearch-form input[type=search],
.topsearch .topsearch-form input[type=text] {
    border: 1px solid #e0e4f6;
    background: #f8fafc;
    height: 39px;
    width: 300px;
    color: #373d54;
    font-size: 14px;
    padding: 0 45px 0 15px;
    transition: all 0.2s;
    font-style: normal;
}
.topsearch .dgwt-wcas-search-wrapp input[type=search]::-webkit-input-placeholder,
.topsearch .topsearch-form input[type=search]::-webkit-input-placeholder,
.topsearch .topsearch-form input[type=text]::-webkit-input-placeholder {
    color: #373d54;
    font-style: normal;
}
.topsearch .dgwt-wcas-search-wrapp input[type=search]::-moz-placeholder,
.topsearch .topsearch-form input[type=search]::-moz-placeholder,
.topsearch .topsearch-form input[type=text]::-moz-placeholder {
    color: #373d54;
    opacity: 1;
    font-style: normal;
}
.topsearch .dgwt-wcas-search-wrapp input[type=search]:-ms-input-placeholder,
.topsearch .topsearch-form input[type=search]:-ms-input-placeholder,
.topsearch .topsearch-form input[type=text]:-ms-input-placeholder {
    color: #373d54;
    font-style: normal;
}
.topsearch .dgwt-wcas-search-wrapp button[type=submit],
.topsearch .topsearch-form button[type=submit] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 41px;
    background: #373d54;
    color: #FFFFFF;
    transition: all 0.2s;
    border: none;
}
.topsearch .dgwt-wcas-search-wrapp button[type=submit]:hover,
.topsearch .topsearch-form button[type=submit]:hover {
    background: #474f6e;
}


body .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input {
    border-color: #e0e4f6;
    background-color: #f8fafc;
    font-style: normal;
}
body .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:focus {
    background-color: #f8fafc;
    box-shadow: none;
}
body .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #b9bed1;
    opacity: 1;
}
body .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder {
    color: #b9bed1;
    opacity: 1;
}
body .dgwt-wcas-search-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #b9bed1;
    opacity: 1;
}
body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    border: none;
    background: none;
    cursor: pointer;
    margin: 0;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    padding: 0;
    min-width: initial;
    text-shadow: none;
    border-radius: 0;
}
body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before {
    content: "\f002";
    position: absolute;
    border: none;
    top: 50%;
    left: 0;
    margin: -10px 0 0;
    font-family: "FontAwesome";
    display: block;
    width: 100%;
    text-shadow: none;
    text-indent: initial;
}
body .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
    background: #414863;
    opacity: 1;
}
body .dgwt-wcas-preloader {
    background-image: initial;
    font-size: 14px;
    color: #373d54;
    opacity: 1;
    line-height: 40px;
    right: 40px !important;
    text-align: center;
}
body .dgwt-wcas-preloader:hover {
    opacity: 1;
}
body .dgwt-wcas-inner-preloader:before {
    font-weight: 400;
    font-family: FontAwesome;
    content: '\f110';
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    position: absolute;
    top: 13px;
    left: 10px;
    height: auto;
    line-height: 1;
    background-color: #f8fafc;
}
body .dgwt-wcas-close:before {
    content: '\f00d';
    font-family: "FontAwesome";
    position: absolute;
    top: 13px;
    left: 10px;
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
}
body .dgwt-wcas-close:hover:before {
    color: #3a89cf;
}


body .dgwt-wcas-suggestions-wrapp {
    border: 1px solid #e0e4f6;
    margin-top: 5px;
}
body .dgwt-wcas-suggestion {
    border-bottom: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:last-of-type {
    border-bottom: none;
}
body .dgwt-wcas-suggestion-selected {
    background-color: #f8fafc;
}
body .topsearch .dgwt-wcas-st {
    color: #373d54;
    padding: 0 15px 3px 15px;
}
body .dgwt-wcas-st > span {
    display: block;
}
body .dgwt-wcas-st .dgwt-wcas-sku {
    font-size: 11px;
    display: block;
    margin: 6px 0 6px;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    font-size: 15px;
    color: #3a89cf;
    margin: 0 0 3px;
    font-weight: 600;
    line-height: 1.4;
    padding: 0 15px 3px 15px;
    display: block;
}
body .dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp > * {
    display: inline-block;
}
body .dgwt-wcas-sd {
    color: #373d54;
    padding: 0 15px 3px 15px;
}
body .dgwt-wcas-si img {
    border: 1px solid #e0e4f6;
    border-radius: 0;
}
body .widget_search .dgwt-wcas-si img {
    margin: auto !important;
}


body .cmm-toggle-wrapper .cmm-toggle {
    color: #373d54;
    line-height: 1.4;
    text-align: left;
    padding: 0 20px;
    display: block;
    border: 1px solid #e0e4f6;
    border-radius: 0;
    background: #f8fafc;
    float: none;
    height: 43px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
body .cmm-toggle-wrapper .cmm-toggle:after {
    position: absolute;
    top: 50%;
    right: 15px;
    content: '\f107';
    display: block;
    line-height: 1;
    font-size: 20px;
    margin: -11px 0 0;
    font-family: FontAwesome;
}
body .cmm-toggle-wrapper .cmm-toggle.toggled-on:after {
    content: '\f106';
}
body .cmm-toggle-wrapper .toggle-icon-open,
body .cmm-toggle-wrapper .toggle-icon-close {
    margin: -1px 5px 0 0;
    vertical-align: top;
}

body .cmm-container .cmm.cmm-theme-allstore h1 a,
body .cmm-container .cmm.cmm-theme-allstore h2 a,
body .cmm-container .cmm.cmm-theme-allstore h3 a,
body .cmm-container .cmm.cmm-theme-allstore h4 a,
body .cmm-container .cmm.cmm-theme-allstore h5 a,
body .cmm-container .cmm.cmm-theme-allstore h6 a {
    font-weight: 500;
    font-size: inherit;
    color: inherit;
}


@media only screen and (max-width : 992px) {
    body .cmm-container .cmm.cmm-theme-allstore {
        padding: 0;
    }
    body .cmm-container .cmm.cmm-theme-allstore li {
        padding: 0;
    }
    body .cmm-container .cmm.cmm-theme-allstore > li > .cmm-dropdown-toggle,
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-sub-container .sub-menu li.menu-item-has-children > .cmm-dropdown-toggle,
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-sub-container .cmm-sub-wrapper li.menu-item-has-children > .cmm-dropdown-toggle {
        border-left: 1px solid #e0e4f6;
    }
    body .cmm-container .cmm.cmm-theme-allstore > li > a,
    body .cmm-container .cmm.cmm-theme-allstore > li > .cmm-nav-link {
        padding: 0 20px !important;
    }
    body .cmm-container .cmm.cmm-theme-allstore > li > ul.clever-toggled-on,
    body .cmm-container .cmm.cmm-theme-allstore > li > .cmm-sub-container.clever-toggled-on,
    body .cmm-container .cmm.cmm-theme-allstore > li > .cmm-content-container.clever-toggled-on {
        border-top: 1px solid #e0e4f6;
    }
    body .cmm-container .cmm.cmm-theme-allstore > li > .cmm-sub-container > ul.sub-menu {
        padding: 16px 0 3px 20px !important;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container .cmm-sub-wrapper {
        background: #fff;
        border: none;
        position: relative;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu:after,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container .cmm-sub-wrapper:after {
        content: '';
        background: #e0e4f6;
        display: block;
        top: 15px;
        bottom: 15px;
        width: 1px;
        left: 20px;
        position: absolute;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu ul.sub-menu:after {
        top: 4px;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu li > a,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container .cmm-sub-wrapper li > a,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu li > .cmm-nav-link,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container .cmm-sub-wrapper li > .cmm-nav-link {
        border: none;
        background: transparent;
        padding: 0px 20px 12px;
        line-height: 1.4;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container ul.sub-menu > li,
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-sub-container .cmm-sub-wrapper > li {
        border: 0;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .sub-menu .cmm-dropdown-toggle {
        border: none !important;
        padding: 0px 18px;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .sub-menu .cmm-dropdown-toggle:hover {
        color: #3a89cf;
    }
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-content-container .cmm-content-wrapper {
        border: none;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-dropdown-toggle i {
        font-size: 18px;
        vertical-align: middle;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-dropdown-toggle i:hover {
        color: #3a89cf;
    }
    body .cmm-container .cmm.cmm-theme-allstore li .cmm-dropdown-toggle i:before {
        content: "\f347";
    }
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-content-container .cmm-content-wrapper {
        margin-top: 0;
        padding: 30px 15px !important;
    }
}

/* TOPMENU */





@media only screen and (max-width : 1200px) {
    .toplogo img {
        max-width: 280px;
    }
}

@media only screen and (max-width : 992px) {
    .header-middle {
        padding: 30px 0 15px;
    }
    .toplogo {
        text-align: center;
        display: block;
        margin: 0 0 30px;
    }
    .toplogo img {
        max-width: 100%;
        margin: 0 auto;
    }
    .shop-menu {
        text-align: center;
        display: block;
    }
    .shop-menu ul li {
        margin: 0 0 15px;
    }
    .shop-menu ul li:last-child {
        padding-right: 15px;
    }
}

@media only screen and (max-width : 768px) {
    .topmenu {
        padding: 0px 155px 0 0;
    }
    .topmenu .topcatalog {
        right: 40px;
        left: auto;
        width: 115px;
    }
    .topmenu .topcatalog .topcatalog-btn {
        background: #f8fafc;
        padding: 11px 10px 11px 17px;
    }
    .topmenu .topcatalog .topcatalog-btn span {
        display: none;
    }
    .topmenu .mainmenu-btn {
        display: block;
    }
    .cmm-toggle-wrapper + .topcatalog + .mainmenu-btn {
        display: none;
    }
    .topmenu .mainmenu {
        border: 1px solid #e0e4f6;
        border-top: none;
        height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        -webkit-transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        position: absolute;
        top: 100%;
        left: 0;
        right: 154px;
        margin: 5px 0 0;
        z-index: 1;
        padding: 0;
    }
    .mainmenu-show .topmenu .mainmenu {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        height: auto;
        visibility: visible;
        opacity: 1;
        overflow: initial;
        z-index: 11;
    }
    .topmenu .mainmenu .fa {
        display: inline-block;
    }
    .topmenu .mainmenu > li {
        float: none;
        width: 100%;
    }
    .topmenu .mainmenu > li > a {
        color: #373d54;
        display: block;
        padding: 11px 19px;
        border-top: 1px solid #e0e4f6;
    }
    .topmenu .mainmenu > li.menu-item-has-children > a:after {
        display: none;
    }
    .topmenu .mainmenu li > a > .fa {
        margin: 0;
        position: absolute;
        top: 1px;
        bottom: 0;
        right: 0px;
        border-left: 1px solid #e0e4f6;
        background: #f8fafc;
        padding: 13px 15px 0;
    }
    .topmenu .mainmenu .sub-menu li > a > .fa {
        top: 0;
    }
    .topmenu .mainmenu li > a > .fa:hover {
        background: #fff;
    }
    .topmenu .mainmenu > li > .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        border: none;
        margin: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
        display: none;
        transition: none;
    }
    .topmenu .mainmenu > li:hover > .sub-menu {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
    }
    .topmenu .mainmenu > li > .sub-menu.opened {
        border-top: 1px solid #e0e4f6;
    }
    .topmenu .mainmenu > li > .sub-menu li ul {
        position: relative;
        top: auto;
        left: auto;
        background: none;
        border: none;
        border-bottom: 1px solid #e0e4f6;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
        display: none;
        transition: none;
    }
    .topmenu .mainmenu > li > .sub-menu li:hover > ul {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
    }
    .topmenu .mainmenu > li > .sub-menu li a {
        padding: 11px 19px 11px 31px;
        width: auto;
    }
    .topmenu .mainmenu > li > .sub-menu li li a {
        padding-left: 41px;
    }
    .topmenu .mainmenu > li > .sub-menu li li li a {
        padding-left: 51px;
    }
    .topmenu .mainmenu > li > .sub-menu li li li li a {
        padding-left: 61px;
    }
    .topmenu .mainmenu > li > .sub-menu li li li li li a {
        padding-left: 71px;
    }
    .topmenu .mainmenu > li > .sub-menu li.menu-item-has-children > a {
        padding-right: 50px;
    }
    .topmenu .mainmenu > li > .sub-menu li.menu-item-has-children > a:after {
        display: none;
    }
    .topmenu .mainmenu > li .sub-menu.opened > li:last-child > a {
        border-bottom: none;
    }
    .topmenu .mainmenu > li .sub-menu.opened li:after {
        display: none;
    }

    /* mainmenu more */
    .topmenu .mainmenu li.mainmenu-more {
        display: none !important;
    }
    /* mainmenu more */

    .topcatalog .topcatalog-list {
        left: auto;
        right: 0;
    }
    .topcatalog:hover .topcatalog-list {
        -webkit-transform: translate3d(0, 8px, 0);
        -moz-transform: translate3d(0, 8px, 0);
        -ms-transform: translate3d(0, 8px, 0);
        -o-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
        visibility: hidden;
        opacity: 0;
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .topcatalog-show .topcatalog .topcatalog-list {
        overflow: initial;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
        opacity: 1;
        height: auto;
        width: auto;
        z-index: 11;
    }
    .topcatalog-list li ul {
        position: relative;
        top: auto;
        left: auto;
        background: none;
        border: none;
        border-bottom: 1px solid #e0e4f6;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
        display: none;
        transition: none;
    }
    .topcatalog-list li:hover > ul {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        visibility: visible;
        opacity: 1;
        width: auto;
    }
    .topcatalog-list li:after {
        display: none !important;
    }
    .topcatalog-list li a {
        border-bottom: 1px solid #e0e4f6;
        padding: 11px 45px 11px 13px;
        width: 260px;
    }
    .topcatalog-list li li a {
        padding-left: 23px;
    }
    .topcatalog-list li li li a {
        padding-left: 33px;
    }
    .topcatalog-list li li li li a {
        padding-left: 43px;
    }
    .topcatalog-list li li li li li a {
        padding-left: 53px;
    }
    .topcatalog-list li li li li li li a {
        padding-left: 63px;
    }
    .topcatalog-list li:hover > a {
        background: #f8fafc;
    }
    .topcatalog-list li > a:hover {
        background: #fff;
    }
    .topcatalog-list li > .fa {
        cursor: pointer;
        margin: 0;
        position: absolute;
        top: 0;
        bottom: 1px;
        right: 0px;
        border-left: 1px solid #e0e4f6;
        background: #f8fafc;
        padding: 13px 15px 0;
        transform: none;
    }
    .topcatalog-list li > .fa:hover {
        background: #fff;
    }
    .topcatalog-list li > .fa:before {
        content: "\f107";
    }


    body .cmm-toggle-wrapper .cmm-toggle {
        background: #eff1fa;
    }

}

@media only screen and (max-width : 650px) {
    .contactinfo {
        text-align: center;
        float: none;
    }
    .contactinfo li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
        padding: 13px 15px 0;
    }
    .header_top .social-icons {
        text-align: center;
        float: none;
        margin-bottom: 2px;
    }
    .header_top .social-icons a:hover {
        background-color: initial;
    }
    .header_top .social-icons .fa:hover {
        background: none;
        color: #3a89cf;
    }
}

@media only screen and (max-width : 480px) {
    .topmenu .mainmenu {
        right: 39px;
    }
}



@media only screen and (min-width : 993px) {
    body .cmm-container .cmm.cmm-theme-allstore li > ul,
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-sub-container,
    body .cmm-container .cmm.cmm-theme-allstore li > .cmm-content-container {
        overflow: hidden;
        width: 0;
        height: 0;
    }
    body .cmm-container .cmm.cmm-theme-allstore li:hover > ul,
    body .cmm-container .cmm.cmm-theme-allstore li:hover > .cmm-sub-container,
    body .cmm-container .cmm.cmm-theme-allstore li:hover > .cmm-content-container {
        overflow: initial;
        width: auto;
        height: auto;
    }
    body .header .cmm-container .cmm.cmm-theme-allstore li.cmm-item-has-content {
        position: initial;
    }
    body .header .cmm-container .cmm.cmm-theme-allstore li > .cmm-content-container {
        width: 940px;
        left: -203px;
    }
}
@media only screen and (min-width : 1200px) {
    body .header .cmm-container .cmm.cmm-theme-allstore li > .cmm-content-container {
        width: 1140px;
    }
}
/*----------------------------------
2 - Header
----------------------------------*/


/*----------------------------------
3 - Stylization
----------------------------------*/
.cont {
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.maincont {
    margin-bottom: 50px;
    padding-bottom: 50px;
}
.maincont:after {
    display: block;
    clear: both;
    content: "";
}
.stylization {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    line-height: 1.7;
    text-align: left;
    letter-spacing: 0px;
    color: #616161;
}
.stylization:after {
    display: block;
    clear: both;
    content: '';
}
.stylization p {
    line-height: 1.7;
    margin: 0 0 30px;
}
.stylization h1,
.stylization h2,
.stylization h3,
.stylization h4,
.stylization h5,
.stylization h6 {
    color: #373d54;
    margin: 0 0 30px;
}
.stylization h1 {
    font-size: 35px;
}
.stylization h2 {
    font-size: 28px;
}
.stylization h3 {
    font-size: 24px;
}
.stylization h4 {
    font-size: 21px;
}
.stylization h5 {
    font-size: 18px;
}
.stylization h6 {
    font-size: 16px;
}
.stylization a {
    color: #3a89cf;
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
}
.stylization a:hover {
    text-decoration: none;
    border-color: #3a89cf;
}
.stylization strong,
.stylization b {
    color: #373d54;
}
.stylization ul {
    margin: 0 0 30px 18px;
    padding: 0;
}
.stylization ul > li {
    list-style-image: url("../img/chk1.png");
}
.stylization li {
    padding: 0;
    line-height: 1.7;
    margin-bottom: 5px;

    margin-top: 5px;
}
.stylization li > ul {
    margin: 0 0 0 18px;
}
.stylization ol {
    list-style-type: decimal;
    margin: 0 0 30px 18px;
    padding: 0;
}
.stylization ol li {
    position: relative;
}
.stylization li > ol {
    margin: 0 0 0 18px;
}
.stylization address {
    margin: 0 0 30px;
    line-height: 1.7;
}
.stylization code {
    background-color: #e8e8e8;
    padding: 2px 4px;
    color: #373d54;
    font-family: Inconsolata, monospace;
}
.stylization pre {
    background: #f8fafc;
    border: 1px solid #c4d8ec;
    font-size: 16px;
    line-height: 1.42857143;
    margin: 0 0 34px;
    max-width: 100%;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-family: Inconsolata, monospace;
    color: #373d54;
}
.stylization mark,
.stylization ins {
    background: #3a89cf;
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
}
.stylization sup {
    vertical-align: super;
    font-size: smaller;
}
.stylization sub {
    vertical-align: sub;
    font-size: smaller;
}
.stylization blockquote {
    padding: 26px 40px 10px;
    margin: 0 auto 34px;
    overflow: hidden;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    max-width: 800px;
    position: relative;
    line-height: 1.7;
}
.stylization blockquote:before {
    position: absolute;
    content: '';
    top: 3px;
    height: 3px;
    border-top: 1px solid #3a89cf;
    border-bottom: 1px solid #3a89cf;
    left: 50%;
    width: 40px;
    margin: 0 0 0 -20px;
    display: block;
}
.stylization blockquote:after {
    position: absolute;
    content: '';
    bottom: 3px;
    height: 3px;
    border-top: 1px solid #3a89cf;
    border-bottom: 1px solid #3a89cf;
    left: 50%;
    width: 40px;
    margin: 0 0 0 -20px;
    display: block;
}
.stylization blockquote p {
    margin-bottom: 20px !important;
    color: #373d54;
}
.stylization cite {
    font-style: italic;
    color: #373d54;
    font-weight: 700;
}
.stylization dl {
    margin: 0 0 30px;
    line-height: 1.7;
}
.stylization dt {
    font-weight: 700;
    color: #373d54;
    line-height: 1.7;
}
.stylization dd {
    margin: 0 0 30px;
    line-height: 1.7;
}
.stylization table,
.stylization th,
.stylization td {
    border: 1px solid #c4d8ec;
    line-height: 1.7;
}
.stylization table {
    border-collapse: collapse;
    border-spacing: 0;
    /*border-width: 1px 0 0 1px;*/
    margin: 0 0 34px;
    table-layout: fixed;
    width: 100%;
    color: #373d54;
    border-radius: 3px;
}
.stylization caption,
.stylization th,
.stylization td {
    font-weight: normal;
    text-align: left;
    font-size: 14px;
}
.stylization th {
    /*border-width: 0 1px 1px 0;*/
    font-weight: 700;
}
.stylization td {
    /*border-width: 0 1px 1px 0;*/
}
.stylization th,
.stylization td {
    padding: 10px 15px;
}
.stylization legend {
    line-height: 1.7;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.stylization .wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
.stylization .wpcf7 .wpcf7-not-valid {
    border-color: #f33 !important;
}
.stylization .wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}
.stylization .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}
.stylization input[type=email],
.stylization input[type=tel],
.stylization input[type=search],
.stylization input[type=password],
.stylization input[type=text] {
    display: block;
    padding: 0 15px;
    color: #373d54;
    width: 100%;
    background: #f8fafc;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.stylization input[type=email]:focus,
.stylization input[type=tel]:focus,
.stylization input[type=search]:focus,
.stylization input[type=password]:focus,
.stylization input[type=text]:focus {
    border-color: #bfcedc;
}
.stylization input[type=search]::-webkit-input-placeholder,
.stylization input[type=password]::-webkit-input-placeholder,
.stylization input[type=tel]::-webkit-input-placeholder,
.stylization input[type=email]::-webkit-input-placeholder,
.stylization input[type=text]::-webkit-input-placeholder {
    color: #a0b0c1;
}
.stylization input[type=search]::-moz-placeholder,
.stylization input[type=password]::-moz-placeholder,
.stylization input[type=tel]::-moz-placeholder,
.stylization input[type=email]::-moz-placeholder,
.stylization input[type=text]::-moz-placeholder {
    color: #a0b0c1;
    opacity: 1;
}
.stylization input[type=search]:-ms-input-placeholder,
.stylization input[type=password]:-ms-input-placeholder,
.stylization input[type=tel]:-ms-input-placeholder,
.stylization input[type=email]:-ms-input-placeholder,
.stylization input[type=text]:-ms-input-placeholder {
    color: #a0b0c1;
}
.stylization textarea {
    display: block;
    padding: 12px 15px;
    background: #f8fafc;
    color: #373d54;
    width: 100%;
    font-size: 14px;
    height: 150px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.stylization textarea:focus {
    border-color: #bfcedc;
}
.stylization textarea::-webkit-input-placeholder {
    color: #a0b0c1;
}
.stylization textarea::-moz-placeholder {
    color: #a0b0c1;
    opacity: 1;
}
.stylization textarea:-ms-input-placeholder {
    color: #a0b0c1;
}
.stylization button,
.stylization input[type=submit] {
    display: inline-block;
    border: none;
    transition: all 0.2s;
    font-weight: 500;
    background: #373d54;
    padding: 10px 35px;
    color: #ffffff;
    letter-spacing: 0.01em;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.stylization button:hover,
.stylization input[type=submit]:hover {
    background: #474f6e;
}
.align-center {
    text-align: center;
}
.main-ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #373d54;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 2px;
    text-align: left;

    margin: 0 0 35px;
    position: relative;
}
h1.main-ttl {
    font-size: 22px;
    color: #373d54;

    margin: 0 0 35px;
}
.main-ttl span {
    position: relative;
    display: inline-block;
    padding: 0 0 8px;
}
.main-ttl span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background: #f8fafc;
}
.main-ttl span:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    width: 60px;
    background: #373d54;
}
.maincont-ct .main-ttl {
    text-align: center;
}
.maincont-ct .main-ttl span:after {
    left: 50%;
    margin: 0 0 0 -30px;
}


body .vc_custom_heading.heading-300 { font-weight: 300; }
body .vc_custom_heading.heading-400 { font-weight: 400; }
body .vc_custom_heading.heading-500 { font-weight: 500; }
body .vc_custom_heading.heading-700 { font-weight: 700; }
body .vc_custom_heading.heading-900 { font-weight: 900; }
body .vc_custom_heading.heading-300i { font-weight: 300; font-style: italic; }
body .vc_custom_heading.heading-400i { font-weight: 400; font-style: italic; }
body .vc_custom_heading.heading-500i { font-weight: 500; font-style: italic; }
body .vc_custom_heading.heading-700i { font-weight: 700; font-style: italic; }
body .vc_custom_heading.heading-900i { font-weight: 900; font-style: italic; }

body .heading-allstore,
body .component-ttl {
    font-size: 22px;
    text-transform: uppercase;
    color: #373d54;
    margin: 0 0 50px;
    font-weight: 900 !important;
    position: relative;
    letter-spacing: 2px;
}
body .heading-allstore.component-ttl-hasdesc,
body .component-ttl-hasdesc {
    margin: 0 0 18px;
}
body .heading-allstore span,
body .component-ttl span {
    position: relative;
    display: inline-block;
    padding: 0 0 8px;
}
body .heading-allstore span:before,
body .component-ttl span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background: #f8fafc;
}
body .heading-allstore span:after,
body .component-ttl span:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    width: 60px;
    background: #373d54;
}
body .heading-allstore.heading-align-center,
body .component-ttl-ct {
    text-align: center;
}
body .heading-allstore.heading-align-center span:after,
body .component-ttl-ct span:after {
    left: 50%;
    margin: 0 0 0 -30px;
}
body .heading-allstore.heading-align-right,
body .component-ttl-ct {
    text-align: right;
}
body .heading-allstore.heading-align-right span:after,
body .component-ttl-ct span:after {
    left: auto;
    right: 0;
}


body .vc_btn3.vc_btn3-style-allstore_inline {
    color: #373d54;
    background-color: transparent;
    padding: 0;
    font-weight: 500;
    border: none;
}
body .vc_btn3.vc_btn3-style-allstore_inline.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 40px;
}
body .vc_btn3.vc_btn3-style-allstore_inline.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 40px;
}
body .vc_btn3.vc_btn3-style-allstore_inline:hover {
    color: #3a89cf;
    border: none;
    background-color: transparent;
}



body .bg-top_center {
    background-position: top center !important; }
body .bg-top_right {
    background-position: top right !important; }
body .bg-top_left {
    background-position: top left !important; }
body .bg-center_center {
    background-position: center center !important; }
body .bg-center_right {
    background-position: center right !important; }
body .bg-center_left {
    background-position: center left !important; }
body .bg-bottom_center {
    background-position: bottom center !important; }
body .bg-bottom_right {
    background-position: bottom right !important; }
body .bg-bottom_left {
    background-position: bottom left !important; }




.page-container {
    margin-bottom: 30px;
}
.page-container .row-wrap-full,
.page-container .row-wrap-container {
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.row-inner-container {
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .row-inner-container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .row-inner-container {
        max-width: 940px;
    }
}
@media (min-width: 1200px) {
    .row-inner-container {
        max-width: 1140px;
    }
}
/*----------------------------------
3 - Stylization
----------------------------------*/


/*----------------------------------
4 - Breadcrumbs & Pagination
----------------------------------*/
ul.b-crumbs {
    font-size: 14px;
    color: #373d54;
    padding: 0 0 1px 0;
    margin: 0;
}
.maincont-ct ul.b-crumbs {
    text-align: center;
}
.b-crumbs li {
    display: inline-block;
    margin: 0 32px 6px 0;
    padding: 0;
    line-height: 1.7;
    position: relative;
    color: #616161;
}
.b-crumbs li:after {
    position: absolute;
    content: "\f105";
    font-size: 12px;
    font-family: FontAwesome;
    color: #373d54;
    display: block;
    left: auto;
    top: 0;
    line-height: 1;
    margin: 6px 0 0;
    right: -22px;
}
.b-crumbs li:last-child {
    margin-right: 0;
}
.b-crumbs li:last-child:after {
    display: none;
}
.b-crumbs li a {
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0);
    transition: all 0.2s;
    color: #373d54;
    line-height: 100%;
}
.b-crumbs li a:hover {
    border-bottom: 1px solid #373d54;
    color: #373d54;
    text-decoration: none;
}


ul.page-numbers {
    margin: 20px auto 40px;
    display: block;
    padding: 0;
}
.page-numbers li {
    display: inline-block;
    margin: 0 0 10px 0;
}
.page-numbers li:first-child a,
.page-numbers li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.page-numbers li:last-child a,
.page-numbers li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.page-numbers li span.current {
    background-color: #373d54;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.page-numbers li a,
.page-numbers li span {
    font-size: 14px;
    font-weight: 500;
    border: none;
    float: left;
    margin-left: -1px;
    padding: 0 12px;
    position: relative;
    text-decoration: none;
    margin-right: 8px;
    color: #373d54;
    background: #eff1fa;
    border-radius: 0;
    line-height: 32px;
    height: 32px;
    transition: all 0.2s;
}
.page-numbers li a:hover {
    background: #373d54;
    color: #fff;
}
.page-numbers li.prev a,
.page-numbers li.next a {
    font-size: 16px;
}

@media only screen and (max-width : 650px) {
    .topinfo .b-crumbs {
        padding: 33px 0 15px 0;
    }
}

@media only screen and (max-width : 550px) {
    body ul.page-numbers {
        padding: 52px 0px 13px;
    }
    ul.page-numbers li {
        margin: 0 0px 5px 3px;
    }
}
/*----------------------------------
4 - Breadcrumbs
----------------------------------*/




/*----------------------------------
6 - Products List
----------------------------------*/
.section-items:after {
    display: block;
    clear: both;
    content: "";
}
.page-description,
.term-description {
    clear: both;
    margin-bottom: 70px;
    position: relative;
    padding-left: 20px;
}
.page-description:after,
.term-description:after {
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    background-color: #373d54;
    height: 100%;
    top: 0;
    left: 0;
}
/*----------------------------------
6 - Products List
----------------------------------*/


/*----------------------------------
7 - Catalog | Gallery View
----------------------------------*/
.section-cont .section-items .prod-i {
    width: 32%;
    margin: 0 2% 36px 0;
}
.section-cont .section-items .prod-i:nth-child(3n) {
    margin-right: 0;
}
.section-cont .section-items .prod-i:nth-child(3n+1) {
    clear: left;
}
.section-cont-full {
    float: none;
    width: auto;
    padding: 0 0 50px;
    position: relative;
}
.section-cont-full.with-top {
    padding-top: 54px;
}
.section-cont-full.with-top .section-mode {
    left: 0;
}
.section-cont-full .section-items .prod-i {
    width: 23.5%;
    margin: 0 2% 36px 0;
}
.section-cont-full .section-items .prod-i:nth-child(4n) {
    margin-right: 0;
}
.section-cont-full .section-items .prod-i:nth-child(4n+1) {
    clear: left;
}

.prod-items .prod-i {
    float: left;
    transition: all 0.2s;
    position: relative;
    box-sizing: border-box;
    margin-right: 12px;
    text-align: center;
}
.prod-items .prod-i .button {
    text-transform: uppercase;
    padding: 8px 15px;
    letter-spacing: 0.05em;
}
.prod-items .prod-i .prod-i-top {
    border: 1px solid #e0e4f6;
    display: block;
    position: relative;
    margin: 0 0 18px;
    text-align: left;
}
.prod-items .prod-i .prod-i-top:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    height: 3px;
    background: #373d54;
    left: -1px;
    right: -1px;
    opacity: 0;
    transition: all 0.3s;
}
.prod-items .prod-i:hover .prod-i-top:after {
    opacity: 1;
}
.prod-items .prod-i-img {
    padding: 15px;
    display: block;
    height: 263px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    font-size: 0;
    z-index: 1;
    border: none;
}
.prod-items .prod-i-img:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    height: 100%;
    width: 0;
}
.prod-items .prod-i-img img {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* Carousel */
.tmb-wrap {
   position: absolute;
   z-index: 2;
   top: 0;
   bottom: -1px;
   left: -1px;
   right: -1px;
}
.tmb-wrap .tmb-wrap-table {
    display: table;
    height: 100%;
    width: 100%;
}
.tmb-wrap-table div {
    display: table-cell;
    border-bottom: 3px solid transparent;
    padding-top: 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.prod-i:hover .prod-i-carousel .tmb-wrap-table div.active {
    border-color: #3a89cf;
}
.tmb-wrap-table div:first-child:last-child {
    border-color: transparent;
}
.prod-i-img.prod-i-carousel .image-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.prod-i-img.prod-i-carousel .image-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.prod-i-img.prod-i-carousel img {
    display: none;
    vertical-align: middle;
}
.prod-i-img.prod-i-carousel img:first-child {
    display: inline-block;
}
.prod-i-img.prod-i-carousel:before {
    display: none;
}
/* Carousel */

.prod-sticker {
   position: absolute;
   top: 5px;
   left: -1px;
   z-index: 1;
}
.prod-sticker p {
    margin: 10px 0 0;
    padding: 2px 7px;
    display: block;
    min-width: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}
.prod-sticker br {
    line-height: 1;
}
.prod-sticker .prod-sticker-1 {
    background: #0ba011;
}
.prod-sticker .prod-sticker-2 {
    background: #e82131;
}
.prod-sticker .prod-sticker-3 {
    background: #28a6fd;
}
.prod-sticker .prod-sticker-4 {
    background: #0f81d0;
}
.prod-sticker .countdown {
    text-transform: none;
    display: none;
}
.prod-sticker .countdown.display {
    display: inline-block;
}
.prod-items .prod-i h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.02em;
    color: #373d54;

    margin: 0 0 4px;
}
.prod-items .prod-i h3 a {
    color: #373d54;

    transition: all 0.2s;
    border: none;
}
.prod-items .prod-i h3 a:hover {
    color: #3a89cf;
}
.prod-items .prod-i-info {
    padding: 0;
    width: 120px;
    left: 50%;
    margin: 0 0 0 -60px;
    top: 93px;
    position: absolute;
    transition: all 0.3s;
    opacity: 0;
    z-index: 1;
}
.prod-items .prod-i-info:after {
    clear: both;
    content: '';
    display: block;
}
.prod-items .prod-i-top:hover .prod-i-info {
    opacity: 1;
}
.prod-items .prod-i-info .fa * {
    line-height: 1;
    vertical-align: middle;
}
.prod-items .prod-i-info a {
    border: none;
}
.prod-items .prod-i-price {
    font-size: 13px;
    color: #373d54;
    display: block;
    margin: 0 0 10px;
    text-align: center;
    font-weight: 400;
}
.prod-items .prod-i-price ins {
    text-decoration: none;
    background-color: transparent;
    color: #373d54;
    padding: 0;
}
.prod-items .prod-i-price .amount {
    font-weight: 700;
    font-size: 20px;
}
.prod-items .prod-i-price del .amount {
    font-weight: 400;
    font-size: 13px;
}
.prod-items .prod-i-more,
.prod-items .prod-i .compare-btn,
.prod-items .prod-i-qview,
.prod-items .prod-i .wishlist-btn {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
    font-size: 14px;
    color: #373d54;
    background: rgba(255,255,255,0.9);
    margin: 0 12px 0 0;
    transition: all 0.2s;
    position: relative;
}
.prod-items .prod-i .prod-i-more:hover,
.prod-items .prod-i .compare-btn:hover,
.prod-items .prod-i .prod-i-qview:hover,
.prod-items .prod-i .wishlist-btn:hover {
    background: #373d54;
    color: #fff;
}
.prod-items .prod-i .compare-btn.compare-added .fa:before,
.prod-items .prod-i .wishlist-btn.wishlist-added .fa:before {
    content: "\f00c";
}
.prod-items .prod-i-more span,
.prod-items .prod-i .compare-btn span,
.prod-items .prod-i-qview span,
.prod-items .prod-i .wishlist-btn span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100px;
    background: #373d54;
    display: block;
    margin: 0 0 10px -50px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-items .prod-i-qview span {
    width: 140px;
    margin: 0 0 10px -70px;
}
.prod-items .prod-i-more span:before,
.prod-items .prod-i .compare-btn span:before,
.prod-items .prod-i-qview span:before,
.prod-items .prod-i .wishlist-btn span:before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #373d54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-items .prod-i-more:hover span,
.prod-items .prod-i .compare-btn:hover span,
.prod-items .prod-i-qview:hover span,
.prod-items .prod-i .wishlist-btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-items .prod-i-more:hover span:before,
.prod-items .prod-i .compare-btn:hover span:before,
.prod-items .prod-i-qview:hover span:before,
.prod-items .prod-i .wishlist-btn:hover span:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-items .prod-i .compare-btn {
    margin-right: 0;
}
.prod-items .prod-i .wishlist-btn a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    transition: all 0.2s;
    border: none;
    color: #373d54;
}
.prod-items .prod-i .wishlist-btn a .fa {
    margin: 0;
}
.prod-items .prod-i .wishlist-btn .fa.fa-remove {
    color: red;
}
.prod-items .prod-i .wishlist-btn:hover .fa.fa-remove {
    color: #fff;
}
.prod-items .prod-i-action .wishlist-btn:hover .fa.fa-remove {
    color: red;
}
.prod-items .prod-i .wishlist-btn:hover a {
    color: #fff;
}
.prod-items .prod-i .wishlist-btn .ajax-loading {
    color: #373d54;
    margin: 0;
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all 0.2s;
    background: rgba(255,255,255,0.9);
}
.prod-items .prod-i .wishlist-btn:hover .ajax-loading {
    color: #fff;
    background: #373d54;
}
.prod-items .prod-i-qview.loading .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-items .prod-i-qview.loading .fa:before {
    content: '\f110';
}
.display_none {
    display: none !important;
}
.prod-items .prod-i-buy {
    position: absolute;
    width: auto;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    top: 110px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    letter-spacing: 0.04em;
    opacity: 0;
    border-radius: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.prod-items .prod-i-top:hover .prod-i-buy {
    opacity: 1;
}
.woocommerce .prod-items a.button.alt,
.prod-items .prod-i-buy .button {
    display: inline-block;
    padding: 8px 15px;
    background: rgba(255,255,255,0.9);
    transition: background 0.2s;
    color: #373d54;
    border: none;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce .prod-items a.button.alt:hover,
.prod-items .prod-i-buy .button:hover {
    background: #373d54;
    color: #fff;
}
.woocommerce .prod-items .prod-external-link a.button.alt {
    color: #fff;
}
/*.prod-items .prod-i-buy.prod-i-buy-notshown {
	display: none !important;
}
.prod-items .prod-i .prod-i-buy.prod-i-notavailable {
	color: #B61B34;
	background: #fff;
	border: 1px solid #e0e4f6;
}*/
.prod-items .prod-i-top .prod-i-buy .button.loading {
    opacity: 1;
    padding-right: 31px;
}
.prod-items .prod-i-top .prod-i-buy .button.loading:after {
    right: 12px;
}
.prod-items .prod-i-top .prod-i-buy .button.added:after {
    margin-right: 3px;
}
.woocommerce a.added_to_cart {
    color: #fff;
    font-weight: 300;
    border: none;
    display: block;
}
.prod-items .prod-i-addwrap {
    padding: 0;
    position: absolute;
    width: 120px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.3s;
    color: #373d54;
    text-transform: uppercase;
    top: 137px;
    left: 50%;
    margin: 0 0 0 -60px;
    letter-spacing: 0.04em;
    opacity: 0;
}
.prod-items .prod-i-add {
    padding: 8px 3px;
    display: block;
    margin: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s;
    color: #373d54;
}
.prod-items .prod-i-top:hover .prod-i-addwrap {
    opacity: 1;
}
.prod-items .prod-i .prod-i-add:hover {
    background: #373d54;
    color: #fff;
}
.prod-items .prod-i .prod-i-addwrap .prod-i-addres {
    display: none;
    width: 150px;
    padding: 8px 0;
    font-size: 13px;
    margin: 0 0 8px -75px;
    border: 1px solid #e0e4f6;
    background: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 100%;
    color: #373d54;
    font-weight: 500;
    left: 50%;
    line-height: 140%;
    text-transform: none;
}
.prod-items .prod-i .prod-i-addwrap .prod-i-addres:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -8px;
    border-top: 8px solid #fff;
    border-bottom: 8px solid rgba(0,0,0,0);
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
}
.prod-items .prod-i .prod-i-addwrap .prod-i-addres:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -8px;
    border-top: 8px solid #e0e4f6;
    border-bottom: 8px solid rgba(0,0,0,0);
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
}
.prod-items .prod-i .prod-i-addwrap .prod-i-addres a {
    font-weight: 400;
    display: inline-block;
    color: #3a89cf;
    text-decoration: none;
    border-bottom: 1px solid #3a89cf;
    transition: all 0.2s;
    line-height: 140%;
}
.prod-items .prod-i .prod-i-addwrap .prod-i-addres a:hover {
    border-bottom: 1px solid rgba(0,0,0,0);
    color: #3a89cf;
}
.prod-items .prod-i .prod-i-properties-label {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    text-align: center;
    line-height: 34px;
    vertical-align: middle;
    font-size: 14px;
    color: #373d54;
    background: rgba(255,255,255,0.9);
    transition: all 0.2s;
    position: absolute;
    bottom: 7px;
    left: 5px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 1;
}
.prod-items .prod-i-top:hover .prod-i-properties-label {
    opacity: 1;
}
.prod-items .prod-i .prod-i-properties-label:hover {
    background: #373d54;
    color: #fff;
}
.prod-items .prod-i .prod-i-properties {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 180px;
    background: rgba(255,255,255,0.9);
    border: 1px solid #e0e4f6;
    margin: 0 -10px 0 0;
    padding: 0 10px;
    transition: all 0.3s ease;
    -webkit-transform: translate3d(-10px, -50%, 0);
    -moz-transform: translate3d(-10px, -50%, 0);
    -ms-transform: translate3d(-10px, -50%, 0);
    -o-transform: translate3d(-10px, -50%, 0);
    transform: translate3d(-10px, -50%, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.prod-items .prod-i-top .prod-i-properties.show,
.prod-items .prod-i-top .prod-i-properties-label:hover + .prod-i-properties {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
}
.prod-items .prod-i .prod-i-properties:before,
.prod-items .prod-i .prod-i-properties:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -8px 0 0 0;
    border-left: 8px solid #dce0f2;
    border-right: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
}
.prod-items .prod-i .prod-i-properties:after {
    border-left: 8px solid #fff;
    margin-left: -1px;
}
.prod-items .prod-i dl {
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0 10px;
    margin: 0;
}
.prod-items .prod-i dl dt {
    color: #373d54;
    display: inline;
    overflow: hidden;
    line-height: 1.2;
}
.prod-items .prod-i dl dd {
    color: #7e7e7e;
    display: inline;
    overflow: hidden;
    line-height: 1.2;
}
.prod-items .prod-i .prod-i-skuwrapcolor {
    text-align: center;
    font-size: 0;
}
.prod-items .prod-i .prod-i-skuwrapcolor * {
    line-height: 1;
    font-size: 15px;
}
.prod-items .prod-i .prod-i-skuwrapcolor .prod-i-skucolor {
    text-align: center;
    display: inline-block;
}
.prod-items .prod-i .prod-i-skuwrapcolor .prod-i-skucolor li {
    margin: 0 3px 3px 3px;
    float: left;
}
.prod-items .prod-i .prod-i-skuwrap {
    margin: 0 0 25px;
    display: none;
}
.prod-items .prod-i .prod-i-skuttl {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px;
    color: #373d54;
}
.prod-items .prod-i .prod-i-skucolorttl {
    display: none !important;
}
.prod-items .prod-i .prod-i-skucolor {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.prod-items .prod-i .prod-i-skucolor li {
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 3px 7px 3px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.prod-items .prod-i .prod-i-skucolor li:hover {
    opacity: 0.85;
}
.prod-items .prod-i .prod-i-skucolor li.bx_active:after,
.prod-items .prod-i .prod-i-skucolor li.active:after {
    position: absolute;
    content: '\f00c';
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    color: #fff;
    margin: 4px 0 0 4px;
    top: 0;
    line-height: 1;
    left: 0;
}
.prod-items .prod-i .prod-i-skucolor li img {
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
}
.prod-items .prod-i .prod-i-sku {
    margin: 0 0 15px;
}
.prod-items .prod-i .prod-i-skuwrapcolor .prod-i-skucolor li img {
    display: none;
}
.prod-items .prod-i .prod-i-skuwrapcolor .prod-i-skucolor li:not(.bx_missing) img {
    display: block;
}

.prod-items .prod-i .offer-props-select {
    margin: 0 0 10px;
    z-index: 10;
    font-size: 15px;
    color: #8e8e8e;
    position: relative;
}
.prod-items .prod-i .offer-props-select.opened {
    z-index: 50;
}
.prod-items .prod-i .offer-props-select p {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    color: #8e8e8e;
    height: 30px;
    line-height: 30px;
    padding: 0 25px 0 12px;
    border: 1px solid #e0e4f6;
    background: #fff;
    position: relative;
}
.prod-items .prod-i .offer-props-select p:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    font-size: 18px;
    right: 10px;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: FontAwesome;
}
.prod-items .prod-i .offer-props-select.opened p:after {
    content: "\f106";
}
.prod-items .prod-i .offer-props-select ul {
    box-sizing: border-box;
    width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.prod-items .prod-i .offer-props-select.opened ul {
    display: block;
}
.prod-items .prod-i .offer-props-select ul li a {
    min-height: 18px;
    padding: 5px 12px 4px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
}
.prod-items .prod-i .offer-props-select ul li a:hover {
    text-decoration: none;
}
.prod-items .prod-i .offer-props-select ul li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: #e0e4f6;
    content: "";
    top: 0;
}
.prod-items .prod-i .offer-props-select ul li a:hover {
    background-color: #3a89cf;
    color: #FFF;
    text-decoration: none;
}
.prod-items .prod-i .offer-props-select ul li a:hover:after {
    display: none;
}
.prod-items .prod-i .offer-props-select ul li:hover + li a:after {
    display: none;
}
.prod-items .prod-i .offer-props-select ul li.active a {
    background-color: #3a89cf;
    color: #FFF;
}
.prod-items .prod-i .offer-props-select ul li.active a:after {
    display: none;
}



/* Button Price Area */
.prod-items .prod-i-action {
   text-align: center;
   height: 32px;
   position: relative;
   margin: 0 0 6px;
}
.prod-items .prod-i-action .prod-i-info {
    width: auto;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    margin: 0;
    transition: none;
}
.prod-items .prod-i:hover .prod-i-action .prod-i-info {
    opacity: 1;
}
.prod-items .prod-i-action .prod-i-more,
.prod-items .prod-i-action .compare-btn,
.prod-items .prod-i-action .prod-i-qview,
.prod-items .prod-i-action .wishlist-btn {
    float: none;
    background: none !important;
    margin: 0 3px;
    display: inline-block;
    color: #373d54 !important;
}
.prod-items .prod-i-action .wishlist-btn:hover a {
    color: #373d54;
}
.prod-items .prod-i-action .wishlist-btn:hover .ajax-loading {
    color: #373d54;
    background: #fff;
}
.prod-items .prod-i-action .prod-add-btn {
    position: relative;
    padding: 0;
    font-size: 20px;
    background: none;
    color: #3a89cf;
    top: auto;
    left: auto;
    letter-spacing: initial;
    opacity: 1;
    text-transform: none;
    font-weight: normal;
    width: 36px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 3px;
}
.prod-items .prod-i-action .prod-add-btn:hover {
    color: #3a89cf;
    background-color: transparent;
}
.prod-items .prod-i-action a.added_to_cart {
    display: none;
}
.prod-items .prod-i-action .prod-add-btn.added:after {
    display: none;
}
.prod-items .prod-i-action .prod-add-btn.added .fa-shopping-basket:before {
    font-family: WooCommerce;
    content: "\e017";
}
.prod-items .prod-i-action a.prod-add-btn.loading {
    padding: 0;
    opacity: 1;
}
.prod-items .prod-i-action a.prod-add-btn.loading:after {
    display: none;
}
.prod-items .prod-i-action a.prod-add-btn.loading .fa-shopping-basket {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-items .prod-i-action a.prod-add-btn.loading .fa-shopping-basket:before {
    content: '\f110';
}
.prod-items .prod-i .prod-i-action .prod-i-properties-label {
    color: #373d54 !important;
    background: none !important;
    margin: 0 3px;
    position: relative;
    bottom: auto;
    left: auto;
    opacity: 1;
    display: inline-block;
}
.prod-items .prod-i-action .prod-i-properties-label span,
.prod-items .prod-i-action .prod-add-btn span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100px;
    background: #373d54;
    display: block;
    margin: 0px 0 10px -50px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-items .prod-i-action .prod-i-properties-label span:before,
.prod-items .prod-i-action .prod-add-btn span:before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0px 0 0px -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #373d54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-items .prod-i-action .prod-i-properties-label:hover span,
.prod-items .prod-i-action .prod-add-btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-items .prod-i-action .prod-i-properties-label:hover span:before,
.prod-items .prod-i-action .prod-add-btn:hover span:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-items .prod-i-action .prod-i-price {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.prod-items .prod-i:hover .prod-i-action .prod-i-price {
    display: none;
}
/* Button Price Area */
@media only screen and (max-width : 1200px) {
    .section-cont .section-items .prod-i-img {
        height: 200px;
    }
}

@media only screen and (max-width : 992px) {
    .section-cont .section-items .prod-i {
        width: 49%;
        margin: 0 2% 36px 0;
    }
    .section-cont .section-items .prod-i:nth-child(3n) {
        margin-right: 2%;
    }
    .section-cont .section-items .prod-i:nth-child(3n+1) {
        clear: none;
    }
    .section-cont .section-items .prod-i:nth-child(2n) {
        margin-right: 0;
    }
    .section-cont .section-items .prod-i:nth-child(2n+1) {
        clear: left;
    }
    .section-cont .section-items .prod-i-img {
        height: 235px;
    }

    .section-cont-full .section-items .prod-i {
        width: 32%;
        margin: 0 2% 36px 0;
        clear: none;
    }
    .section-cont-full .section-items .prod-i:nth-child(4n) {
        margin-right: 2%;
    }
    .section-cont-full .section-items .prod-i:nth-child(4n+1) {
        clear: none;
    }
    .section-cont-full .section-items .prod-i:nth-child(3n) {
        margin-right: 0;
    }
    .section-cont-full .section-items .prod-i:nth-child(3n+1) {
        clear: left;
    }
}

@media only screen and (max-width : 768px) {
    .section-cont-full .section-items .prod-i {
        width: 49%;
        margin: 0 2% 36px 0;
    }
    .section-cont-full .section-items .prod-i:nth-child(3n) {
        margin-right: 2%;
    }
    .section-cont-full .section-items .prod-i:nth-child(3n+1) {
        clear: none;
    }
    .section-cont-full .section-items .prod-i:nth-child(2n) {
        margin-right: 0;
    }
    .section-cont-full .section-items .prod-i:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width : 550px) {

    .section-cont-full .section-items .prod-i,
    .section-cont .section-items .prod-i {
        width: 100%;
        margin: 0 auto 36px !important;
        max-width: 264px;
        float: none;
    }
    .section-cont-full .section-items .prod-i:nth-child(2n),
    .section-cont .section-items .prod-i:nth-child(2n) {
        margin-right: 0;
    }
    .section-cont-full .section-items .prod-i:nth-child(2n+1),
    .section-cont .section-items .prod-i:nth-child(2n+1) {
        clear: none;
    }

    .section-cont .section-items .prod-i-img:not(.prod-i-carousel) {
        max-height: initial;
        height: auto;
    }
    .section-cont .section-items .prod-i-img:not(.prod-i-carousel):before {
        display: none;
    }
    .section-cont .section-items .prod-i-img:not(.prod-i-carousel) img {
        display: block;
        max-height: 250px;
        margin: 0 auto;
    }
    .section-cont .section-items .prod-i-img.prod-i-carousel {
        height: 263px;
    }

}




.products_carousel {
    overflow: hidden;
    position: relative;
}
.products_carousel .slides {
    width: 1600%;
    transition-duration: 0s;
    transform: translate3d(0px, 0px, 0px);
}
.products_carousel .prod-i {
    width: 276px;
    margin-bottom: 12px;
}
.products_carousel .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1 !important;
    margin: -40px 0 0;
    position: absolute;
    top: 50%;
    color: #373d54;
    text-shadow: none;
    background: rgba(255,255,255,0.8);
}
.products_carousel ol,
.products_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products_carousel .flex-direction-nav a:before {
    display: block;
    content: "\f104";
    font-size: 26px;
    text-indent: initial;
    color: #373d54;
    font-family: FontAwesome;
    transition: all 0.3s;
    text-shadow: none;
}
.products_carousel .flex-direction-nav a.flex-next:before {
    margin: 0 0 0 4px;
    content: "\f105";
}
.products_carousel .flex-direction-nav a.flex-prev:before {
    margin: 0 2px 0 0;
    content: "\f104";
}
.products_carousel .flex-direction-nav a:hover {
    background: #fff;
    text-decoration: none;
}
.products_carousel.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.products_carousel.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}
.products_carousel .flex-control-nav {
    bottom: 0px;
}
.products_carousel .flex-control-nav li {
    margin: 0 4px;
}
.products_carousel .flex-control-nav li a {
    display: block;
    border-radius: 0;
    width: 23px;
    height: 3px;
    box-shadow: none;
    transition: all 0.2s;
    background: #e0e4f6;
}
.products_carousel .flex-control-nav li a:hover {
    background: #373d54;
}
.products_carousel .flex-control-nav li a.flex-active {
    background: #373d54;
    cursor: default;
}
/*----------------------------------
7 - Catalog | Gallery View
----------------------------------*/


/*----------------------------------
8 - Catalog | List View
----------------------------------*/
.prod-items .prodlist-i {
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
    position: relative;
    padding: 22px 22px 7px 300px;
    margin: 0 0 30px !important;
    min-height: 200px;
}
.prod-items .prodlist-i:after {
    clear: both;
    display: block;
    content: "";
}
.prod-items .prodlist-i-img {
    display: block;
    width: 260px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    font-size: 0;
    border: none;
}
.prod-items .prodlist-i-img:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.prod-items .prodlist-i-img img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.prod-items .prodlist-i-cont {
    float: left;
    width: 60%;
    margin-right: 4%;
}
.prod-items .prodlist-i-attsnort .prodlist-i-cont {
    float: none;
    width: auto;
    margin-right: 0;
}
.prod-items .prodlist-i-cont:after {
    content: "";
    clear: both;
    display: block;
}
.prod-items .prodlist-i-cont h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0px;
    color: #373d54;

    margin: 0 0 18px;
}
.prod-items .prodlist-i-cont h3 a {
    color: #373d54;

    transition: all 0.2s;
    border: none;
}
.prod-items .prodlist-i-cont h3 a:hover {
    text-decoration: none;
    color: #3a89cf;
}
.prod-items .prodlist-i-txt {
    margin: 0 0 19px;
    font-weight: 300;
    color: #616161;
    font-size: 13px;
}
.prod-items .prodlist-i-txt p {
    margin: 0;
    padding: 0;
}
.prod-items .prodlist-i-price {
    /*position: absolute;
    top: 5px;
    right: 0;
    display: block;
    margin: 0;
    text-align: right;*/

    font-size: 14px;
    color: #373d54;
    /*position: relative;
    top: auto;
    right: auto;
    text-align: left;*/
    display: inline-block;
    vertical-align: middle;
    margin: 8px 19px 0 0;
}
.prod-items .product-type-grouped .prodlist-i-price,
.prod-items .product-type-variable .prodlist-i-price {
    display: block;
    margin: 7px 0 16px 0;
}
.prod-items .prodlist-i-price ins {
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    color: #373d54;
}
.prod-items .prodlist-i-price span {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}
.prod-items .prodlist-i-price del {
    display: block;
    color: #9b9b9b;
    font-size: 14px;
    margin: -7px 0 0;
}
.prod-items .prodlist-i-price del span {
    font-size: 14px;
    font-weight: 300;
}
.prod-items .prodlist-i-info {
    text-align: justify;
    font-size: 0;
    max-width: 320px;
}
.prod-items .prodlist-i-info:after {
    display: inline-block;
    width: 100%;
    clear: both;
    content: '';
}
.prod-items .prodlist-i-more {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #e0e4f6;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #aeaeae;
    padding: 0 0 0 3px;
    margin: 0 0 10px 10px;
    transition: all 0.2s;
}
.prod-items .prodlist-i-more:hover {
    border: 1px solid rgba(0,0,0,0);
    background: rgba(18,176,255,0.2);
    color: #3a89cf;
}
.prod-items .prodlist-i-qview,
.prod-items .prodlist-i-info .compare-btn,
.prod-items .prodlist-i-info .wishlist-btn {
    padding: 0 0 0 23px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    color: #7b7b7b;
    transition: all 0.2s;
    border: none;
}
.prod-items .prodlist-i-qview {
    padding: 0 0 0 21px;
}
.prod-items .prodlist-i-qview .fa,
.prod-items .prodlist-i-info .compare-btn .fa,
.prod-items .prodlist-i-info .wishlist-btn .fa {
    position: absolute;
    transition: all 0.2s;
    top: -1px;
    left: 0px;
    font-size: 15px;
    color: #dadada;
    padding: 1px;
}
.prod-items .prodlist-i-info .compare-btn .fa {
    font-size: 14px;
}
.prod-items .prodlist-i-qview .fa {
    font-size: 14px;
}
.prod-items .prodlist-i-qview:hover,
.prod-items .prodlist-i-info .compare-btn:hover,
.prod-items .prodlist-i-info .wishlist-btn:hover {
    color: #373d54;
}
.prod-items .prodlist-i-qview:hover .fa,
.prod-items .prodlist-i-info .compare-btn:hover .fa,
.prod-items .prodlist-i-info .wishlist-btn:hover .fa {
    color: #373d54;
}
.prod-items .prodlist-i-info .compare-btn.compare-added,
.prod-items .prodlist-i-info .wishlist-btn.wishlist-added {
    padding-left: 18px;
}
.prod-items .prodlist-i-info .compare-btn.compare-added .fa:before,
.prod-items .prodlist-i-info .wishlist-btn.wishlist-added .fa:before {
    content: '\f00c';
}
.prod-items .prodlist-i-info .wishlist-btn .ajax-loading {
    background: #fff;
    top: -2px;
    left: 0;
    margin: 0;
    width: 20px !important;
    height: 20px !important;
}
.prod-items .prodlist-i-info .wishlist-btn a {
    color: #7b7b7b;
    border: none;
}
.prod-items .prodlist-i-qview.loading .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-items .prodlist-i-qview.loading .fa:before {
    content: '\f110';
}
.prod-items .prodlist-i-action {
    position: relative;
    margin: 0 0 7px;
}
.prod-items .prodlist-i-action:after {
    clear: both;
    content: '';
    display: block;
}
.prod-items .prodlist-i-qnt {
    overflow: hidden;
    margin: 0 0 16px;
    display: inline-block;
    vertical-align: top;
    width: 66px;
}
.prod-items .prodlist-i-qnt input[type=text] {
    float: left;
    width: 39px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    text-align: center;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.prod-items .prodlist-i-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.prod-items .prodlist-i-plus .fa {
    padding: 0;
    line-height: 1;
}
.prod-items .prodlist-i-minus {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.prod-items .prodlist-i-minus .fa {
    padding: 0;
    line-height: 1;
}
.prod-items .prodlist-i-qnt a:hover {
    color: #3a89cf;
}
.woocommerce .prodlist-i .single_variation p {
    margin: 0;
    color: #616161;
    font-weight: 300;
}
.prod-items .prodlist-i-addwrap {
    padding: 0;
    margin: 0;
    font-size: 14px;
    /*transition: all 0.2s;*/
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.prod-items .product-type-variable .prodlist-i-addwrap {
    display: block;
}
.prod-items .product-type-variable .prod-skuitem {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}
.prodlist-i .woocommerce-variation.single_variation {
    margin: 0;
}
.prod-items .prodlist-i-addwrap .prod-add-btn {
    padding: 10px 18px 11px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    background: #373d54;
    position: relative;
}
.prod-items .prodlist-i-addwrap .prod-add-btn.added,
.prod-items .prodlist-i-addwrap .prod-add-btn.loading {
    opacity: 1;
    padding-right: 33px;
}
.prod-items .prodlist-i-addwrap .prod-add-btn.added:after,
.prod-items .prodlist-i-addwrap .prod-add-btn.loading:after {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 14px;
}
.prod-items .prodlist-i .prod-add-btn:hover {
    background: #474f6e;
}
.prod-items .prodlist-i .prodlist-i-addwrap .added_to_cart {
    color: #373d54;
    font-weight: 400;
    padding: 0;
    transition: all 0.2s;
    margin-left: 10px;
}
.prod-items .prodlist-i .prodlist-i-addwrap .added_to_cart:hover {
    color: #3a89cf;
}
.prod-items .prodlist-i-props-wrap {
    float: left;
    width: 36%;
    padding: 2px 0 13px;
}
.prod-items .prodlist-i-props {
    font-size: 13px;
    overflow: hidden;
}
.prod-items .prodlist-i-props li {
    padding: 5px 0 5px;
    color: #7b7b7b;
    overflow: hidden;
    border-top: 1px solid #e0e4f6;
}
.prod-items .prodlist-i-props li:first-child {
    border-top: none;
    padding-top: 0;
}
.prod-items .prodlist-i-props li b {
    color: #373d54;
    display: inline;
    overflow: hidden;
    font-weight: 500;
}
.prod-items .prodlist-i .prodlist-i-skuwrapcolor .prodlist-i-skucolor {
    width: 38px;
    float: right;
}
.prod-items .prodlist-i .prodlist-i-skuwrapcolor .prodlist-i-skucolor li {
    margin: 0 0 3px 0;
}
.prod-items .prodlist-i .prodlist-i-skuwrap {
    margin: 0;
    clear: both;
}
.prod-items .prodlist-i .prodlist-i-skuitem {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px 16px 0;
}
.prod-items .prodlist-i .prodlist-i-skuttl {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 11px;
    color: #7b7b7b;
}
.prod-items .prodlist-i .prodlist-i-skucolor {
    overflow: hidden;
    margin: 0;
    padding: 4px 0 0;
}
.prod-items .prodlist-i .prodlist-i-skucolor li {
    display: inline-block;
    margin: 0 3px 7px 0;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.prod-items .prodlist-i .prodlist-i-skucolor li:hover {
    opacity: 0.85;
}
.prod-items .prodlist-i .prodlist-i-skucolor li.bx_active:after,
.prod-items .prodlist-i .prodlist-i-skucolor li.active:after {
    position: absolute;
    content: '\f00c';
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    color: #fff;
    margin: 4px 0 0 4px;
    top: 0;
    line-height: 1;
    left: 0;
}
.prod-items .prodlist-i .prodlist-i-skucolor li img {
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
}
.prod-items .prodlist-i .prodlist-i-sku {
    margin: 0 0 15px;
}
.prod-items .prodlist-i .offer-props-select {
    margin: 0 0 10px;
    z-index: 10;
    font-size: 13px;
    color: #202020;
    position: relative;
}
.prod-items .prodlist-i .offer-props-select.opened {
    z-index: 50;
}
.prod-items .prodlist-i .offer-props-select p {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font-size: 13px;
    color: #202020;
    height: 24px;
    line-height: 22px;
    padding: 0 28px 0 8px;
    border: 1px solid #e0e4f6;
    background: #fff;
    position: relative;
}
.prod-items .prodlist-i .offer-props-select p:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    font-size: 18px;
    color: #373d54;
    right: 9px;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: FontAwesome;
}
.prod-items .prodlist-i .offer-props-select.opened p:after {
    content: "\f106";
}
.prod-items .prodlist-i .offer-props-select ul {
    box-sizing: border-box;
    min-width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.prod-items .prodlist-i .offer-props-select.opened ul {
    display: block;
}
.prod-items .prodlist-i .offer-props-select ul li a {
    min-height: 18px;
    padding: 3px 8px 2px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
}
.prod-items .prodlist-i .offer-props-select ul li a:hover {
    text-decoration: none;
    color: #373d54;
}
.prod-items .prodlist-i .offer-props-select ul li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: #e0e4f6;
    content: "";
    top: 0;
}
.prod-items .prodlist-i .offer-props-select ul li a:hover {
    color: #373d54;
}
.prod-items .prodlist-i .offer-props-select ul li.active a {
    background-color: #373d54;
    color: #FFF;
    margin-left: -1px;
    margin-right: -1px;
}
.prod-items .prodlist-i .offer-props-select ul li.active a:after {
    display: none;
}
.prodlist-i .prod-margin {
    display: none;
}
.prodlist-i .stock {
    display: none;
}
.prodlist-i.product-type-grouped .button,
.prodlist-i .prod-external-link .button {
    padding: 10px 18px 11px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #373d54 !important;
    transition: all 0.2s;
}
.prodlist-i.product-type-grouped .button:hover,
.prodlist-i .prod-external-link .button:hover {
    background: #4b5373 !important;
}
.prodlist-i .prod-skuwrap .prod-skuttl {
    font-size: 11px;
    letter-spacing: 0;
}


.prodlist-i-carousel .tmb-wrap {
    top: 0;
    bottom: -21px;
    left: 0;
    right: 0;
}
.prodlist-i-carousel .tmb-wrap-table div {
    border-bottom: 1px solid transparent;
}
.prodlist-i:hover .tmb-wrap-table div.active {
    border-color: #373d54;
}
.prodlist-i .prodlist-i-carousel .image-wrap {
    display: block;
    width: 100%;
    height: 100%;
}
.prodlist-i .prodlist-i-carousel .image-wrap:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.prodlist-i .prodlist-i-carousel img {
    display: none;
    vertical-align: middle;
}
.prodlist-i .prodlist-i-carousel img:first-child {
    display: inline-block;
}
.prodlist-i .prodlist-i-carousel:before {
    display: none;
}


.prodlist-i-props2 {
    overflow: hidden;
    margin-bottom: 15px;
    clear: both;
}
.prodlist-i-props2 li {
    border-bottom: 1px dotted #b8c3e2;
    font-size: 0;
    margin: 0 4% 5px 0;
    width: 48%;
    float: left;
}
.prodlist-i-props2 li:nth-child(2n+1) {
    clear: left;
}
.prodlist-i-props2 li:nth-child(2n) {
    margin-right: 0;
}
.prodlist-i-props2 li * {
    font-size: 13px;
    line-height: 1.2;
}
.prodlist-i-props2 .prodlist-i-propttl {
    width: 50%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    color: #373d54;
    font-weight: 500;
}
.prodlist-i-props2 .prodlist-i-propttl span {
    background: #fff;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: bottom;
    margin-bottom: -4px;
}
.prodlist-i-props2 .prodlist-i-propval {
    background: #fff;
    color: #7b7b7b;
    width: 50%;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: bottom;
    margin-bottom: -4px;
}




@media only screen and (max-width : 1200px) {
    .prod-items .prodlist-i {
        padding-left: 190px;
    }
    .prod-items .prodlist-i-img {
        width: 170px;
        left: 10px;
    }
}

@media only screen and (max-width : 992px) {
    .prod-items .prodlist-i {
        padding-left: 165px;
    }
    .prod-items .prodlist-i-img {
        width: 145px;
    }
}

@media only screen and (max-width : 768px) {
    .prod-items .prodlist-i-price {
        position: relative;
        top: auto;
        right: auto;
        text-align: left;
        margin: 0 0 15px;
    }
}

@media only screen and (max-width : 550px) {
    .prod-items .prodlist-i {
        padding: 15px 15px 7px 15px;
    }
    .prod-items .prodlist-i-img {
        width: 30%;
        float: left;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        height: auto;
        line-height: normal;
        margin-right: 5%;
    }
    .prod-items .prodlist-i-attsnort .prodlist-i-cont,
    .prod-items .prodlist-i-cont {
        float: left;
        width: 65%;
        margin-right: 0;
    }
    .prod-items .prodlist-i-props-wrap {
        float: none;
        clear: both;
        width: 100%;
    }
    .prodlist-i-carousel .tmb-wrap {
        top: -16px;
        bottom: 0;
    }
    .prodlist-i-carousel .tmb-wrap-table div {
        border-bottom: none;
        border-top: 1px solid transparent;
    }
    .prod-items .prodlist-i-info {
        max-width: initial;
    }
}

@media only screen and (max-width : 480px) {
    .prodlist-i-props2 {
        margin-bottom: 7px;
    }
    .prodlist-i-props2 li {
        margin: 0 0 5px 0;
        width: auto;
        float: none;
    }
}

@media only screen and (max-width : 380px) {
    .prod-items .prodlist-i-img {
        width: auto;
        float: none;
        margin: 0 0 20px;
    }
    .prod-items .prodlist-i-attsnort .prodlist-i-cont,
    .prod-items .prodlist-i-cont {
        width: auto;
        float: none;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    .prod-items .prodlist-i {
        padding: 22px 22px 7px 22px;
    }
    .prod-items .prodlist-i-img {
        width: 30%;
        float: left;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        margin: 0;
        height: auto;
        line-height: normal;
        margin-right: 5%;
        margin-bottom: 20px;
    }
    .prod-items .prodlist-i-attsnort .prodlist-i-cont,
    .prod-items .prodlist-i-cont {
        float: left;
        width: 65%;
        margin-right: 0;
    }
    .prod-items .prodlist-i-props-wrap {
        float: none;
        clear: both;
        width: 100%;
    }
    .prodlist-i-carousel .tmb-wrap {
        top: -23px;
        bottom: 0;
    }
    .prodlist-i-carousel .tmb-wrap-table div {
        border-bottom: none;
        border-top: 1px solid transparent;
    }
}
/*----------------------------------
8 - Catalog | List View
----------------------------------*/


/*----------------------------------
9 - Catalog | Table View
----------------------------------*/
.prod-items .prodtb-i .prodlist-i-props-wrap {
    float: none;
    width: auto;
    padding: 2px 15px 13px;
}
.prod-items .prodtb-i .prodlist-i-cont {
    float: none;
    width: auto;
    margin-right: 0;
}
.prod-items .prodtb-i .prodlist-i-info {
    text-align: left;
}
/*.prod-items .prodtb-i .prodlist-i-qview,
.prod-items .prodtb-i .compare-btn,
.prod-items .prodtb-i .prodlist-i-favorites {
	margin: 0 15px 7px 0;
}*/
.prod-items .prodtb-i .prodlist-i-price {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin: 7px 19px 0 0;
}
.prod-items .prodtb-i .prodlist-i-action {
    margin: 0px 35px 7px 0;
    display: inline-block;
    vertical-align: middle;
}
.prod-items .prodtb-i .prodlist-i .prodlist-i-skuwrap {
    display: inline-block;
    vertical-align: middle;
}
.prod-items .prodtb-i .prodlist-i .prodlist-i-skuwrap .prodlist-i-skuitem:last-child {
    margin-right: 0;
}
.prodtb-i .prodtb-i-top {
    border-left: 1px solid #e0e4f6;
    border-right: 1px solid #e0e4f6;
    border-bottom: 1px solid #e0e4f6;
    padding: 5px 300px 5px 63px;
    position: relative;
    min-height: 45px;
}
.prodtb-i:first-child .prodtb-i-top {
    border-top: 1px solid #e0e4f6;
}
.prodtb-i .prodtb-i-toggle {
    width: 44px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: block;
    border: none;
    border-right: 1px solid #e0e4f6;
    background: none;
    padding: 0;
}
.prodtb-i .prodtb-i-toggle:hover {
    background-color: #f8fafc;
}
.prodtb-i .prodtb-i-toggle:after {
    margin: -12px 0 0 -7px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    display: block;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 22px;
    color: #373d54;
    line-height: 1;
}
.prodtb-i .prodtb-i-toggle.opened:after {
    content: '\f106';
}
.prodtb-i .prodtb-i-info {
    position: absolute;
    padding: 2px 10px 0 20px;
    top: 0;
    min-width: 123px;
    text-align: center;
    right: 160px;
    bottom: 0;
    display: block;
    border-left: 1px solid #e0e4f6;
    background: none;
}
.prod-items .prodtb-i-price {
    font-size: 15px;
    color: #373d54;
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
}
.prod-items .prodtb-i-price b {
    font-weight: 500;
}
.prod-items .prodtb-i-price del {
    display: block;
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1;
}
.prod-items .prodtb-i-price ins {
    text-decoration: none;
    padding: 0;
    background-color: transparent;
    color: #373d54;
}
.prod-items .prodtb-i-qnt {
    overflow: hidden;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    line-height: 1.4;
}
.prod-items .prodtb-i-qnt input[type=text] {
    float: right;
    width: 23px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    text-align: center;
    display: block;
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
}
.prod-items .prodtb-i-plus {
    float: left;
    width: 15px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    border: none;
    font-size: 14px;
}
.prod-items .prodtb-i-plus .fa {
    padding: 0;
    line-height: 1;
}
.prod-items .prodtb-i-minus {
    float: left;
    border-top: none;
    width: 15px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    border: none;
    font-size: 14px;
}
.prod-items .prodtb-i-minus .fa {
    padding: 0;
    line-height: 1;
}
.prod-items .prodtb-i-qnt a:hover {
    color: #3a89cf;
}
.prodtb-i .prodtb-i-ttl {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-transform: none;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    color: #373d54;

    line-height: 33px;
    margin: 0;
}
.prodtb-i .prodtb-i-ttl a {
    color: #373d54;
    line-height: 1.15;

    display: inline-block;
    vertical-align: middle;
    transition: color 0.2s;
    border: none;
}
.prodtb-i .prodtb-i-ttl a:hover {
    color: #3a89cf;
}
.prodtb-i .prodtb-i-action {
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    border-left: 1px solid #e0e4f6;
    background: none;
    text-align: center;
    padding: 6px 0 0;
}
.prodtb-i .wishlist-btn,
.prodtb-i .compare-btn,
.prodtb-i .prodtb-i-qview,
.prod-items .prodtb-i-action .prod-add-btn {
    font-size: 16px;
    color: #3a89cf;
    width: 28px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1px;
    position: relative;
    text-align: center;
    border: none;
}
.prodtb-i .wishlist-btn,
.prodtb-i .compare-btn,
.prodtb-i .prodtb-i-qview {
    font-size: 14px;
    color: #373d54;
    width: 28px;
}
.prodtb-i .wishlist-btn span,
.prodtb-i .compare-btn span,
.prodtb-i .prodtb-i-qview span,
.prodtb-i .prod-add-btn span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 88px;
    background: #373d54;
    display: block;
    margin: 0px 0 10px -44px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prodtb-i .wishlist-btn span:before,
.prodtb-i .compare-btn span:before,
.prodtb-i .prodtb-i-qview span:before,
.prodtb-i .prod-add-btn span:before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0px 0 0px -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #373d54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prodtb-i .wishlist-btn:hover span,
.prodtb-i .compare-btn:hover span,
.prodtb-i .prodtb-i-qview:hover span,
.prodtb-i .prod-add-btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    z-index: 11;
}
.prodtb-i .wishlist-btn:hover span:before,
.prodtb-i .compare-btn:hover span:before,
.prodtb-i .prodtb-i-qview:hover span:before,
.prodtb-i .prod-add-btn:hover span:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prodtb-i .wishlist-btn span {
    width: 100px;
    margin: 0px 0 10px -50px;
}
.prod-items .prodtb-i .wishlist-btn > div {
    height: 100%;
    line-height: 32px;
    text-align: center;
}
.prod-items .prodtb-i .wishlist-btn .fa {
    margin: 0;
}
.prodtb-i .wishlist-btn.wishlist-added .fa:before {
    content: "\f00c";
}
.prod-items .prodtb-i .wishlist-btn .ajax-loading {
    color: #373d54;
    margin: 0;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all 0.2s;
    background-color: #fff;
}
.prod-items .prodtb-i .wishlist-btn a {
    color: #373d54;
    border: none;
}
.prod-items .prodtb-i-qview.loading .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-items .prodtb-i-qview.loading .fa:before {
    content: '\f110';
}
.prod-items .prodtb-i-action .prod-add-btn {
    background-color: transparent;
    padding: 0;
    font-weight: 400;
}
.prod-items .prodtb-i-action .prod-add-btn:hover {
    background-color: transparent;
    color: #3a89cf;
}
.prod-items .prodtb-i-action a.added_to_cart {
    display: none;
}
.prod-items .prodtb-i-action .prod-add-btn.added:after {
    display: none;
}
.prod-items .prodtb-i-action .prod-add-btn.added .fa-shopping-basket:before {
    font-family: WooCommerce;
    content: "\e017";
}
.prod-items .prodtb-i-action .prod-add-btn.loading {
    padding: 0;
    opacity: 1;
}
.prod-items .prodtb-i-action .prod-add-btn.loading:after {
    display: none;
}
.prod-items .prodtb-i-action .prod-add-btn.loading .fa-shopping-basket {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-items .prodtb-i-action .prod-add-btn.loading .fa-shopping-basket:before {
    content: '\f110';
}
.prodtb-i-toggle-rt.opened .fa:before {
    content: '\f102';
}
.prodtb-i .prodlist-i {
    margin: 0 !important;
    border-top: none;
    display: none;
}
.prodtb-i.product-type-grouped .button,
.prodtb-i .prod-external-link .button {
    padding: 10px 18px 11px;
    margin: 0 0 15px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    background: #373d54 !important;
    transition: all 0.2s;
}
.prodtb-i.product-type-grouped .button:hover,
.prodtb-i .prod-external-link .button:hover {
    background: #4b5373 !important;
}


@media only screen and (max-width : 550px) {
    .prodtb-i .prodtb-i-top {
        padding: 0 0 45px 0;
        min-height: 90px;
    }
    .prodtb-i .prodtb-i-ttl {
        line-height: 46px;
        border-bottom: 1px solid #e0e4f6;
        padding: 0 15px;
    }
    .prodtb-i .prodtb-i-ttl a {
        padding: 7px 0;
        display: inline-block;
    }
    .prodtb-i .prodtb-i-toggle {
        top: auto;
        height: 45px;
    }
    .prodtb-i .prodtb-i-info {
        top: auto;
        height: 45px;
        border-left: none;
    }
    .prodtb-i .prodtb-i-action {
        top: auto;
        height: 45px;
    }
    .prod-items .prodtb-i .prodlist-i-cont {
        float: left;
        width: 65%;
        margin-right: 0;
    }
}

@media only screen and (max-width : 380px) {
    .prodtb-i .prodtb-i-info {
        padding: 2px 0px 0 20px;
        right: 140px;
    }
    .prodtb-i .prodtb-i-action {
        width: 140px;
    }
    .prodtb-i .wishlist-btn,
    .prodtb-i .compare-btn,
    .prodtb-i .prodtb-i-qview,
    .prodtb-i .prodtb-i-action .prod-add-btn {
        margin: 0;
    }
    .prodtb-i .wishlist-btn span,
    .prodtb-i .compare-btn span,
    .prodtb-i .prodtb-i-qview span,
    .prodtb-i .prodtb-i-action .prod-add-btn span {
        width: 60px;
        margin: 0px 0 10px -30px;
    }
    .prod-items .prodtb-i .prodlist-i-cont {
        width: auto;
        float: none;
    }
}

@media (min-width : 768px) and (max-width : 991px) {
    .prod-items .prodtb-i .prodlist-i-cont {
        float: left;
        width: 65%;
        margin-right: 0;
    }
}
/*----------------------------------
9 - Catalog | Table View
----------------------------------*/


/*----------------------------------
10 - Sidebar Categories
----------------------------------*/
.section-sb {
    float: left;
    width: 25%;
    padding: 0 0 50px;
}
.section-sb .theiaStickySidebar {
    padding-top: 0px;
    padding-bottom: 1px;
}
.section-sb:after {
    content: '';
    display: block;
    clear: both;
}
.section-sb h3 {
    font-size: 20px;
}
.section-sb > .theiaStickySidebar > .widget,
.section-sb > .widget {
    margin: 0 0 50px;
}
.section-sb > .theiaStickySidebar > .widget:not(.WOOF_Widget) .chosen-container,
.section-sb > .widget:not(.WOOF_Widget) .chosen-container {
    width: 100% !important;
    min-width: initial;
}
.widget h3.widget-title {
    margin: 0 0 20px;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul li {
    list-style: none;
}
.widget ul li a {
    line-height: 1;
    display: inline-block;
}
.widget .textwidget {
    line-height: 2;
}
.widget.widget_product_search .woocommerce-product-search,
.widget.widget_search .search-form {
    position: relative;
    padding: 4px 0 0;
}
.widget.widget_product_search .woocommerce-product-search input[type=search],
.widget.widget_search .search-form input[type=search] {
    width: 100%;
    float: none;
    padding: 0 115px 0 15px;
    margin: 0;
    max-width: 100%;
    width: auto;
}
.widget.widget_product_search .woocommerce-product-search input[type=submit],
.widget.widget_search .search-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 13px;
    padding: 11px 25px;
}
.stylization .calendar_wrap table,
.stylization .calendar_wrap th,
.stylization .calendar_wrap td {
    border: none;
    line-height: 1.42857143;
}
.stylization .calendar_wrap caption {
    text-align: center;
    font-weight: 700;
    margin: 0 0 10px;
}
.stylization .wp-caption.alignnone a {
    border: none;
}
.blog-calendar-cont {
    line-height: 2;
    border-top: 1px solid #ecf2f7;
    margin-top: 20px;
    padding-top: 20px;
}
.blog-calendar-cont h3 {
    line-height: 2;
    margin: 0 0 20px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: inline;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    font-size: 12px;
    color: #3a89cf;
}
.woocommerce ul.cart_list li .star-rating *,
.woocommerce ul.product_list_widget li .star-rating * {
    line-height: 1;
}


.widget h2.widgettitle {
    margin: 0 0 20px;
    font-size: 20px;
}
.site-footer .widget h2.widgettitle {
    font-size: 16px;
}
.site-footer .widget_nav_menu h2.widgettitle {
    margin-bottom: 15px;
}
.widget_nav_menu ul li {
    margin: 0;
}
.widget_nav_menu ul li a {
    border: none;
    line-height: 1.4;
    font-weight: 300;
    padding: 5px 0;
    color: #373d54;
}
.widget_nav_menu ul li.active a,
.widget_nav_menu ul li a:hover {
    color: #3a89cf;
}

@media only screen and (max-width : 768px) {
    .section-sb {
        float: none;
        width: 100%;
        padding: 0 0 1px;
    }
    .section-sb > .theiaStickySidebar > .widget,
    .section-sb > .widget {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .section-sb > .theiaStickySidebar > .allstorecategories_widget,
    .section-sb > .allstorecategories_widget {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .section-sb > .theiaStickySidebar > .WOOF_Widget,
    .section-sb > .WOOF_Widget {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .section-sb > .theiaStickySidebar > .widget:nth-child(2n+1),
    .section-sb > .widget:nth-child(2n+1) {
        clear: left;
    }
    .section-sb > .theiaStickySidebar > .widget:nth-child(2n),
    .section-sb > .widget:nth-child(2n) {
        margin-right: 0;
    }
}
@media only screen and (max-width : 550px) {
    .section-sb > .theiaStickySidebar > .widget,
    .section-sb > .widget {
        float: none;
        width: 100%;
        margin-right: 0;
    }
}



.section-sb-current {
    margin: 0 0 50px;
    border: 1px solid #e0e4f6;
    border-top: none;
}
.section-sb-current h3 {
    border-top: 1px solid #e0e4f6;
    color: #373d54;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    position: relative;
}
.section-sb-current h3 .section-sb-toggle {
    display: none;
}
.section-sb-current h3 a {
    color: #373d54;
    transition: all 0.2s;
    display: block;
    padding: 12px 15px 10px;
    text-decoration: none;
    border: none;
}
.section-sb-current h3 a:hover {
    text-decoration: none;
    background: #f8fafc;
}
.section-sb-current .section-sb-img {
    width: 100%;
    overflow: hidden;
    margin: 0 0 14px;
}
.section-sb-current .section-sb-img img {
    max-height: 300px;
}
.section-sb-current ul {
    padding: 0;
    margin: 0;
}
/*.section-sb-current h3 + .section-sb-list {
	border-top: 1px solid #e0e4f6;
}*/
.section-sb-current ul li {
    color: #373d54;
    font-size: 14px;
    position: relative;
    padding: 0;
    list-style: none;
    margin: 0;
}
.section-sb-current ul li.has_child > a {
    padding-right: 35px;
}
.section-sb-current ul li a {
    color: #373d54;
    transition: all 0.2s;
    padding: 10px 15px;
    display: block;
    border: none;
    position: relative;
}
.section-sb-current > ul > li > a {
    padding: 0;
}
.section-sb-current > ul > li > a > .section-sb-label {
    padding: 10px 15px;
    display: block;
}
.section-sb-current > ul > li > a > .section-sb-label:hover {
    background: #f8fafc;
}
.section-sb-current ul li.active > a {
    font-weight: 500;
}
.section-sb-current ul li ul {
    display: none;
    position: relative;
    background: #f8fafc;
    margin: 0;
}
.section-sb-current ul li.current-cat > ul,
.section-sb-current ul li.current-cat-ancestor > ul,
.section-sb-current ul li.current-cat-parent > ul {
    display: block;
}
.section-sb-current ul li.current-cat > a,
.section-sb-current ul li.current-cat-ancestor > a,
.section-sb-current ul li.current-cat-parent > a {
    color: #3a89cf;
    font-weight: 500;
}
.section-sb-current > ul > li {
    border-top: 1px solid #e0e4f6;
}
/*.section-sb-current > ul > li:first-child {
	border-top: none;
}*/
.section-sb-current > ul > li > a {
    display: block;
}
.section-sb-current > ul > li > ul {
    position: relative;
    padding: 4px 0;
    border-top: 1px solid #e0e4f6;
}
.section-sb-current ul li.active > ul {
    display: block;
}
.section-sb-current ul li.active_parent > a {
    font-weight: 500;
}
.section-sb-current ul li.active_parent > ul {
    display: block;
}
.section-sb-current > ul > li ul:after {
    position: absolute;
    top: 7px;
    bottom: 6px;
    left: 17px;
    background: #e0e4f6;
    width: 1px;
    content: "";
}
.section-sb-current > ul > li ul li {
    padding: 0 0 0 16px;
}
.section-sb-current > ul > li ul li a {
    padding: 5px 16px 5px 16px;
    display: block;
}
.section-sb-current > ul > li ul li.has_child > a {
    padding-right: 35px;
}
.section-sb-current > ul > li ul li a:hover {
    color: #3a89cf;
}
.section-sb-toggle {
    width: 35px;
    height: 29px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #373d54;
    transition: all 0.2s;
    cursor: pointer;
}
.section-sb-current > ul > li > a > .section-sb-toggle {
    height: 100%;
    border-left: 1px solid #e0e4f6;
}
.section-sb-toggle:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.section-sb-current > ul > li > a:hover > .section-sb-toggle {
    background: #fff;
}
.section-sb-current > ul > li > a:hover > .section-sb-toggle:hover {
    background: #f8fafc;
}
.section-sb-ico {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s;
    font-size: 14px;
}
.section-sb-ico:before,
.section-sb-ico:after {
    content: "";
    line-height: 100%;
    position: absolute;
    background-color: #373d54;
    transition: transform 0.25s ease-out;
}
.section-sb-current ul li ul li .section-sb-toggle:hover .section-sb-ico:before,
.section-sb-current ul li ul li .section-sb-toggle:hover .section-sb-ico:after {
    background-color: #3a89cf;
}
.section-sb-ico:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}
.section-sb-ico:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}
.section-sb-ico:hover{
    cursor: pointer;
}
.section-sb-toggle.opened .section-sb-ico:before {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.section-sb-toggle.opened .section-sb-ico:after {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.section-sb-current ul li.current-cat > a .section-sb-toggle .section-sb-ico:before,
.section-sb-current ul li.current-cat-ancestor > a .section-sb-toggle .section-sb-ico:before,
.section-sb-current ul li.current-cat-parent > a .section-sb-toggle .section-sb-ico:before {
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.section-sb-current ul li.current-cat > a .section-sb-toggle .section-sb-ico:after,
.section-sb-current ul li.current-cat-ancestor > a .section-sb-toggle .section-sb-ico:after,
.section-sb-current ul li.current-cat-parent > a .section-sb-toggle .section-sb-ico:after {
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section-sb-current ul li.current-cat > a .section-sb-toggle.opened .section-sb-ico:before,
.section-sb-current ul li.current-cat-ancestor > a .section-sb-toggle.opened .section-sb-ico:before,
.section-sb-current ul li.current-cat-parent > a .section-sb-toggle.opened .section-sb-ico:before {
    transform: initial;
}
.section-sb-current ul li.current-cat > a .section-sb-toggle.opened .section-sb-ico:after,
.section-sb-current ul li.current-cat-ancestor > a .section-sb-toggle.opened .section-sb-ico:after,
.section-sb-current ul li.current-cat-parent > a .section-sb-toggle.opened .section-sb-ico:after {
    transform: initial;
}


@media only screen and (max-width : 768px) {
    .section-sb-current {
        margin: 0 0 40px;
    }
    .section-sb-current h3 {
        padding: 0 35px 0 0;
        border-bottom: none;
    }
    .section-sb-current h3 .fa {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
        display: block;
        border: 1px solid #d7d7d7;
        padding: 0;
        border-radius: 50px;
        cursor: pointer;
        color: #0f9adf;
        transition: all 0.2s;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        font-size: 26px;
    }
    .section-sb-current h3 .fa:hover {
        border: 1px solid rgba(0,0,0,0);
        background: rgba(18,176,255,0.4);
    }
    .section-sb-current h3 .section-sb-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
        border-left: 1px solid #e0e4f6;
        padding: 0;
        cursor: pointer;
        color: #0f9adf;
        transition: all 0.2s;
        width: 35px;
        height: auto;
        text-align: center;
        font-size: 26px;
    }
    .section-sb-current h3 .section-sb-toggle:after {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .section-sb-current h3 a:hover .section-sb-toggle {
        background: none;
    }
    .section-sb-current h3 a:hover .section-sb-toggle:hover {
        background: #f8fafc;
    }
    .section-sb .section-sb-list {
        display: none;
    }
    .section-sb .section-sb-img {
        display: none;
    }
}

/*----------------------------------
10 - Sidebar Categories
----------------------------------*/



/*----------------------------------
12 - Catalog Topbar
----------------------------------*/
.section-sticky-wrap {
    position: relative;
    transform: none;
}
.section-cont {
    float: left;
    width: 75%;
    padding: 54px 0 50px 30px;
    position: relative;
}
.section-cont#section-sticky-cont {
    padding-top: 0;
    padding-left: 0;
}
.section-cont .theiaStickySidebar {
    padding-bottom: 1px;
    position: relative;
    transform: none;

    padding-top: 54px !important;
    padding-left: 30px;
}


.site-content .section-mode {
    position: absolute;
    top: 0;
    left: 30px;
}
.site-content .section-mode:after {
    content: '';
    display: block;
    clear: both;
}
.site-content .section-mode li {
    float: left;
    margin: 3px 15px 11px 0;
    font-size: 14px;
}
.site-content .section-mode li a {
    color: #b1b1b1;
    display: block;
    vertical-align: middle;
    position: relative;
}
.site-content .section-mode li * {
    line-height: 1;
}
.site-content .section-mode li a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.site-content .section-mode li a:before {
    content: "";
    width: 27px;
    height: 24px;
    margin: 0;
    display: inline-block;
    vertical-align: bottom;
    background: url(../img/viewmode.png) no-repeat;
}
.site-content .section-mode li.section-mode-gallery a:before {
    background-position: left bottom;
}
.site-content .section-mode li.section-mode-gallery.active a:before {
    background-position: left top;
}
.site-content .section-mode li.section-mode-list a:before {
    background-position: -27px bottom;
}
.site-content .section-mode li.section-mode-list.active a:before {
    background-position: -27px top;
}
.site-content .section-mode li.section-mode-table a:before {
    background-position: right bottom;
}
.site-content .section-mode li.section-mode-table.active a:before {
    background-position: right top;
}
.site-content .section-mode li.active a {
    color: #3a89cf;
}
.site-content .section-mode li a span {
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    background: #373d54;
    display: block;
    margin: 0 0 10px -50px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
    width: 100px;
}
.site-content .section-mode li a span:before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #373d54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: transform 0.2s ease, opacity 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.site-content .section-mode li a:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.site-content .section-mode li a:hover span:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.site-content .products-per-page {
    position: absolute;
    top: 0;
    right: 0;
}
.site-content .section-sortby {
    position: absolute;
    top: 0;
    left: 30px;
}
/*.site-content .products-per-page + .section-sortby {
    right: 180px;
}*/
.site-content .products-per-page select,
.site-content .section-sortby select {
    opacity: 0;
    height: 32px;
}

@media only screen and (max-width : 768px) {
    .site-content .section-mode {
        left: 0;
    }
    .site-content .section-sortby,
    .site-content .products-per-page {
        position: relative;
        top: auto;
        right: auto !important;
        left: auto;
        margin: 0 0 30px;
        float: none;
    }
}
@media only screen and (max-width : 550px) {

    .site-content .section-sortby,
    .site-content .products-per-page {
        position: relative;
        top: auto;
        right: auto !important;
        left: auto;
        margin: 0 0 50px;
    }
    .site-content .section-sortby {
        float: left;
    }
    .site-content .section-mode {
        float: none;
        position: relative;
        display: block;
        text-align: center;
    }
    .site-content .section-mode li {
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 0 7px 20px 7px;
        font-size: 15px;
    }
}
@media only screen and (max-width : 420px) {
    .site-content .section-sortby,
    .site-content .products-per-page {
        display: block;
        width: 100%;
        float: none !important;
        margin: 0 0 20px !important;
    }
    .site-content .section-sortby .chosen-container,
    .site-content .products-per-page .chosen-container {
        display: block;
        min-width: 200px;
        margin: 0 auto;
    }
}
/*----------------------------------
12 - Catalog Topbar
----------------------------------*/


/*----------------------------------
13 - Single Product
----------------------------------*/
.prod-wrap {
    float: left;
    width: 80%;
    padding: 0 30px 20px 0;
    position: relative;
}
.prod-wrap.prod-wrap-full {
    float: none;
    width: 100%;
    padding: 0 0 50px 0;
}
.prod-wrap:after {
    display: block;
    content: "";
    clear: both;
}
.prod-wrap {
    display: block;
    content: "";
    clear: both;
}
.prod-slider-wrap {
    float: left;
    width: 53%;
    margin: 0 3% 50px 0;
    overflow: hidden;
    position: relative;
}
.prod-slider-wrap ul li:after {
    display: none;
}
.prod-slider {
    border: 1px solid #e0e4f6;
    padding: 8px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px;
}
.prod-slider .bx-wrapper {
    margin: 0;
}
.prod-slider .prod-slider-car {
    width: 815%;
    position: relative;
    margin: 0;
    padding: 0;
}
.prod-slider li {
    float: left;
    list-style: none;
    position: relative;
    width: 449px;
    padding: 0;
    margin: 0;
}
.prod-slider li a {
    display: block;
}
.prod-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 600px;
}
.prod-slider .bx-wrapper .bx-next {
    transition: all 0.2s ease-in;
    background: none;
    text-align: center;
    overflow: hidden;
    right: -9px;
    width: 38px;
    background: #f8fafc;
    text-indent: 100%;
    white-space: nowrap;
    height: 60px;
    border: 1px solid #e0e4f6;
    margin-top: -30px;
    z-index: 1;
    opacity: 0;
}
.prod-slider:hover .bx-wrapper .bx-next {
    opacity: 1;
}
.prod-slider .bx-wrapper .bx-next:before {
    transition: all 0.2s ease-in;
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 4px 0 0;
    background: url(../img/nav1.png) no-repeat left top;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
}
.prod-slider .bx-wrapper .bx-next:hover:before {
    right: 2px;
}
.prod-slider .bx-wrapper .bx-prev {
    transition: all 0.2s ease-in;
    background: none;
    text-align: center;
    overflow: hidden;
    left: -9px;
    width: 38px;
    background: #f8fafc;
    text-indent: 100%;
    white-space: nowrap;
    height: 60px;
    border: 1px solid #e0e4f6;
    margin-top: -30px;
    z-index: 1;
    opacity: 0;
}
.prod-slider:hover .bx-wrapper .bx-prev {
    opacity: 1;
}
.prod-slider .bx-wrapper .bx-prev:before {
    transition: all 0.2s ease-in;
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 0 0 4px;
    background: url(../img/nav1.png) no-repeat left bottom;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 4px;
}
.prod-slider .bx-wrapper .bx-prev:hover:before {
    left: 2px;
}
.prod-thumbs {
    border: 1px solid #e0e4f6;
    position: relative;
    padding: 0 8px;
}
.prod-thumbs .bx-wrapper {
    margin: 0;
}
.prod-thumbs .bx-wrapper .bx-viewport {
    background: transparent;
    margin-bottom: -1px;
}
.prod-thumbs:after {
    clear: both;
    display: block;
    content: "";
}
.prod-thumbs .prod-thumbs-car {
    width: 815%;
    position: relative;
    margin: 0;
    padding: 0;
}
.prod-thumbs li {
    width: 85px;
    position: relative;
    float: left;
    margin: 0 8px 0 0;
    line-height: 85px;
    text-align: center;
    vertical-align: middle;
    padding: 7px 0 9px;
    height: 102px;
}
.prod-thumbs li:after {
    display: none;
}
.prod-thumbs li.active:after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 3px;
    background: #3a89cf;
    width: 100%;
    left: 0;
    content: "";
}
.prod-thumbs li .active:after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 1px;
    background: #373d54;
    width: 100%;
    left: 0;
    content: "";
}
.prod-thumbs li a {
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
}
.prod-thumbs li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.prod-thumbs .bx-wrapper .bx-next {
    transition: all 0.2s ease-in;
    background: none;
    text-align: center;
    overflow: hidden;
    right: -40px;
    width: 38px;
    text-indent: 100%;
    white-space: nowrap;
    height: 38px;
    margin-top: -19px;
}
.prod-thumbs:hover .bx-wrapper .bx-next {
    right: -2px;
}
.prod-thumbs .bx-wrapper .bx-next:before {
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 3px 0 0;
    background: url(../img/nav1.png) no-repeat left top;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 4px;
}
.prod-thumbs .bx-wrapper .bx-prev {
    transition: all 0.2s ease-in;
    background: none;
    text-align: center;
    overflow: hidden;
    left: -40px;
    width: 38px;
    text-indent: 100%;
    white-space: nowrap;
    height: 38px;
    margin-top: -19px;
}
.prod-thumbs:hover .bx-wrapper .bx-prev {
    left: -2px;
}
.prod-thumbs .bx-wrapper .bx-prev:after {
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 0 0 3px;
    background: url(../img/nav1.png) no-repeat left bottom;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 4px;
}
.prod-cont {
    width: 44%;
    margin: 0 0 50px 0;
    font-size: 14px;
    float: left;
    color: #616161;
    line-height: 170%;
    position: relative;
}
.prod-cont h2 {
    position: relative;
    padding: 6px 0 33px 0;
    margin: 0;
    font-size: 22px;
    color: #373d54;
    font-weight: 700;
}
.prod-cont ul {
    list-style: none;
    margin-left: 0;
}
.prod-cont ul > li {
    list-style: none;
}
.prod-cont .prod-cont-txt {
    line-height: 170%;
    margin: 0 0 25px;
}
.prod-cont .prod-cont-txt p {
    /*margin: 0;*/
    padding: 0;
    line-height: 170%;
    font-weight: 300;
}
/*.prod-cont .prod-info {
	margin: 0 0 14px;
	position: relative;
}
.prod-cont .prod-info:after {
	clear: both;
	content: '';
	display: block;
}*/
.prod-cont .prod-price {
    /*position: absolute;
    top: 5px;
    text-align: right;
    margin: 0;
    right: 0;*/
    font-size: 14px;
    color: #373d54;
    display: block;

    display: inline-block;
    vertical-align: top;
    margin: 5px 30px 16px 0;
}
.prod-cont .prod-price b {
    font-weight: 500;
    font-size: 20px;
}
.prod-cont .prod-price del {
    display: block;
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
    margin: -4px 0 0;
}
.prod-cont .prod-price ins {
    background: none;
    padding: 0;
    color: #373d54;
    display: block;
    font-size: 20px;
    line-height: 1;
}
.prod-cont .prod-price ins * {
    line-height: 1;
}
.prod-cont .prod-margin {
    display: block;
    clear: both;
    margin: 0 0 14px;
    border: none;
}
.prod-cont .prod-form-simple {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.prod-cont .prod-form-simple .stock {
    display: block;
    margin: -12px 0 0 69px;
}
.prod-cont .prod-form-simple .stock.in-stock {
    color: green;
}
/*.prod2-wrap .prod-cont .prod-price {
	position: relative;
	top: auto;
	right: auto;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 5px 30px 0 0;
}*/
.prod-cont .prod-buy {
    width: 100%;
    max-width: 155px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 3px 0 10px;
    padding: 8px 0 7px 23px;
    border-radius: 20px;
    display: inline-block;
    background: #3a89cf;
    transition: all 0.2s;
    float: right;
    position: relative;
    border: none;
}
.prod-cont .prod-buy:hover {
    background: #22B2F9;
}
.prod-cont .prod-buy:after {
    position: absolute;
    top: 50%;
    content: "\f07a";
    left: 21px;
    font-size: 15px;
    margin: -12px 0 0;
    color: #fff;
    font-family: FontAwesome;
}
.woocommerce div.product form.cart .variations {
    margin: 0;
}
.woocommerce .prod-addwrap {
    padding: 0;
    margin: 0;
    font-size: 14px;
    transition: all 0.2s;
    color: #fff;
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
}
.woocommerce .prod-add {
    padding: 10px 18px 11px !important;
    display: inline-block;
    margin: 0 0 15px !important;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500 !important;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    background: #373d54 !important;
    position: relative;
    line-height: 140%;
    border: none;
    float: none !important;
}
.woocommerce .prod-add:hover {
    background: #474f6e !important;
}
.woocommerce .prod-add.button.added,
.woocommerce .prod-add.button.loading {
    opacity: 1;
    padding-right: 33px !important;
}
.woocommerce .prod-add.button.added:after,
.woocommerce .prod-add.button.loading:after {
    position: absolute;
    margin: 0;
    top: 10px;
    right: 14px;
}
.woocommerce .prod-cont .added_to_cart {
    color: #373d54;
    font-weight: 400;
    padding: 0;
    transition: all 0.2s;
    margin-left: 10px;
    border: none;
}
.woocommerce .prod-cont .added_to_cart:hover {
    color: #3a89cf;
}
.woocommerce .prod-qnt {
    overflow: hidden;
    margin: 0 0 16px;
    display: inline-block;
    vertical-align: top;
    width: 66px;
}
.woocommerce .prod-qnt .prod-qnt-input {
    float: left;
    width: 39px;
    height: 39px;
    overflow: hidden;
    border: 1px solid #e0e4f6;
    margin: 0 2px 0 0;
    display: block;
}
.woocommerce .prod-qnt input[type=number],
.woocommerce .prod-qnt input[type=text] {
    float: left;
    width: 52px;
    height: 37px;
    font-weight: 700;
    font-size: 14px;
    color: #373d54;
    text-align: center;
    display: block;
    background: #f8fafc;
    border: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.woocommerce .prod-qnt input[type=number] {

}
.woocommerce .prod-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    border: none;
}
.woocommerce .prod-plus .fa {
    padding: 0;
    line-height: 1;
}
.woocommerce .prod-minus {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
    border: none;
}
.woocommerce .prod-minus .fa {
    padding: 0;
    line-height: 1;
}
.woocommerce .prod-qnt a:hover {
    color: #3a89cf;
}
.prod-cont .prod-actions {
    overflow: hidden;
    margin: 0 0 12px;
}
.prod-cont .compare-btn,
.prod-cont .wishlist-btn {
    padding: 0 0 0 28px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 30px 15px 0;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    color: #7b7b7b;
    transition: all 0.2s;
    border: none;
}
.prod-cont .compare-btn {
    margin-right: 0;
}
.prod-cont .compare-btn .fa,
.prod-cont .wishlist-btn .fa {
    position: absolute;
    transition: all 0.2s;
    top: -1px;
    left: 0px;
    font-size: 15px;
    color: #dadada;
    padding: 1px;
}
.prod-cont .compare-btn .fa {
    font-size: 14px;
}
.prod-cont .compare-btn:hover,
.prod-cont .wishlist-btn:hover {
    color: #373d54;
}
.prod-cont .compare-btn:hover .fa,
.prod-cont .wishlist-btn:hover .fa {
    color: #373d54;
}
.prod-cont .compare-btn.compare-added .fa:before,
.prod-cont .wishlist-btn.wishlist-added .fa:before {
    content: '\f00c';
}
.prod-cont .compare-btn.compare-del {
    padding-left: 5px;
}
.compare-btn.compare-added .fa:before {
    content: "\f00c";
}
.compare-btn.loading .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.compare-btn.loading .fa:before {
    content: '\f110';
}
.prod-cont .wishlist-btn > div {
    display: inline-block;
}
.prod-cont .wishlist-btn a {
    border: none;
    color: #7b7b7b;
}
.prod-cont .wishlist-btn a:hover {
    color: #373d54;
}
.prod-cont .wishlist-btn .ajax-loading {
    background: #fff;
    top: -2px;
    left: 0;
    margin: 0;
    width: 20px !important;
    height: 20px !important;
}
.prod-cont .wishlist-btn .yith-wcwl-wishlistaddresponse {
    display: inline;
}
.prod-cont p {
    /*margin: 0;*/
    padding: 0;
}
.prod-cont .prod-showprops {
    display: inline-block;
    transition: all 0.2s;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #3a89cf;
    line-height: 100%;
}
.prod-cont .prod-showprops:hover {
    border-bottom: 1px solid #3a89cf;
}
.prod-cont .prod-skuwrap {
    padding: 10px 0 10px;
}
.prod-cont .prod-skuwrap .reset_variations {
    visibility: hidden;
    margin: -20px 0 0px;
    display: block;
    border: none;
    font-size: 13px;
}
.prod-cont .prod-skuitem .ajaxerrors p {
    margin: 0 0 2px;
}
.prod-skuwrap .prod-skuttl {
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 11px;
    color: #7b7b7b;
    letter-spacing: 1px;
    line-height: 1.4;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
}
.prod-skuwrap .reset_variations {
    display: none !important;
}
.woocommerce-variation-price {
    line-height: 1;
}
.woocommerce-variation-price * {
    line-height: 1;
}
.prod-skuwrap select {
    opacity: 0;
    height: 27px;
    display: block;
    margin: 0 0 26px;
}
.prod-skuwrap .chosen-container {
    margin: 0 0 26px;
}
.prod-skuwrap .chosen-container-active.chosen-with-drop .chosen-single,
.prod-skuwrap .chosen-container-single .chosen-single {
    height: 27px !important;
    line-height: 25px !important;
    padding: 0 0 0 8px;
}
.prod-skuwrap .chosen-container .chosen-results li {
    line-height: 15px;
    font-size: 13px;
}
.prod-skuwrap .chosen-container-single .chosen-single span {
    font-size: 13px;
    margin: 4px 26px 0 0;
}
.prod-cont .prod-skucolor {
    overflow: hidden;
    margin: 0 0 14px;
}
.prod-cont .prod-skucolor li {
    display: inline-block;
    margin: 0 3px 7px 0;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
}
.prod-cont .prod-skucolor li:hover {
    opacity: 0.85;
}
.prod-cont .prod-skucolor li:after {
    display: none;
}
.prod-cont .prod-skucolor li.active:after {
    position: absolute;
    content: '\f00c';
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    color: #fff;
    margin: 4px 0 0 4px;
    top: 0;
    line-height: 1;
    left: 0;
}
.prod-cont .prod-skucolor li img {
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
}
.prod-cont .prod-sku {
    margin: 0 0 14px;
}
.prod-cont .prod-notavailable {
    font-weight: 700;
    color: #B61B34;
    padding: 10px 0 11px;
    margin: 0;
    font-size: 14px;
    transition: all 0.2s;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.prod-cont .offer-props-select {
    z-index: 10;
    font-size: 13px;
    color: #202020;
    position: relative;
    display: inline-block;
    margin: 0 0 26px;
}
.prod-cont .offer-props-select.opened {
    z-index: 50;
}
.prod-cont .offer-props-select p {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font-size: 13px;
    color: #202020;
    height: 27px;
    line-height: 25px;
    padding: 0 30px 0 10px;
    border: 1px solid #e0e4f6;
    background: #fff;
    position: relative;
}
.prod-cont .offer-props-select p:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    font-size: 18px;
    color: #373d54;
    right: 9px;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: FontAwesome;
}
.prod-cont .offer-props-select.opened p:after {
    content: "\f106";
}
.prod-cont .offer-props-select ul {
    box-sizing: border-box;
    min-width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.prod-cont .offer-props-select.opened ul {
    display: block;
}
.prod-cont .offer-props-select ul li {
    padding: 0;
    margin: 0;
}
.prod-cont .offer-props-select ul li:after {
    display: none;
}
.prod-cont .offer-props-select ul li a {
    min-height: 18px;
    padding: 5px 10px 4px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
}
.prod-cont .offer-props-select ul li a:hover {
    text-decoration: none;
    color: #373d54;
}
.prod-cont .offer-props-select ul li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: #e0e4f6;
    content: "";
    top: 0;
}
.prod-cont .offer-props-select ul li a:hover {
    color: #373d54;
}
.prod-cont .offer-props-select ul li.active a {
    background-color: #373d54;
    color: #FFF;
    margin-left: -1px;
    margin-right: -1px;
}
.prod-cont .offer-props-select ul li.active a:after {
    display: none;
}
.prod-cont .prod-i-props {
    position: relative;
    padding: 25px 0 0;
    margin: 12px 0 20px;
    color: #616161;
}
.prod-cont .prod-i-props:after {
    position: absolute;
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: #e0e4f6;
    left: 0;
    top: 0;
}
.prod-cont .prod-i-props li {
    margin: 0 0 4px;
}
.prod-cont .prod-i-props b {
    color: #373d54;
    font-weight: 500;
}
.prod-cont .prod-i-props p {
    margin: 0;
    display: inline;
}
.woocommerce .prod-cont input.button,
.woocommerce .prod-cont button.button,
.woocommerce .prod-cont a.button {
    padding: 10px 18px 11px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    background: #373d54;
    border-radius: 0;
    position: relative;
    line-height: 140%;
}
.woocommerce .prod-cont input.button:hover,
.woocommerce .prod-cont button.button:hover,
.woocommerce .prod-cont a.button:hover {
    background: #474f6e;
    color: #fff;
}
.woocommerce .prod-cont input.button.disabled:hover,
.woocommerce .prod-cont button.button.disabled:hover,
.woocommerce .prod-cont a.button.disabled:hover,
.woocommerce .prod-cont input.button.disabled,
.woocommerce .prod-cont button.button.disabled,
.woocommerce .prod-cont a.button.disabled {
    background-color: #373d54;
    color: #fff;
}
.woocommerce div.product form.cart .woocommerce-variation-description p,
.woocommerce .single_variation_wrap p {
    margin: 0;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 0;
}
.woocommerce .single_variation {
    margin: 0 0 8px;
}
.woocommerce .stock.in-stock {
    color: green;
}
.woocommerce .prod-external-link {
    vertical-align: top;
    display: inline-block;
}
.woocommerce .woocommerce-variation-price .amount {
    font-weight: 500;
    font-size: 20px;
    color: #373d54;
}
.woocommerce .woocommerce-variation-price del {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce .woocommerce-variation-price del .amount {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce .woocommerce-variation-price ins {
    background: none;
    padding: 0;
    text-decoration: none;
}
.woocommerce .woocommerce-product-rating {
    margin: 0 0 15px;
    padding: 2px 0 0;
}
.woocommerce .woocommerce-product-rating * {
    line-height: 1;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: 7px 7px 0 0;
    font-size: 12px;
}
.woocommerce .star-rating span:before {
    color: #3a89cf;
}
.woocommerce .group_table {
    width: 100%;
    margin: 0 0 18px;
}
.woocommerce .group_table tr td {
    vertical-align: middle;
}
.woocommerce .group_table tr .amount {
    font-weight: 500;
    font-size: 20px;
}
.woocommerce .group_table tr ins {
    background: none;
    color: #373d54;
    padding: 0;
    text-decoration: none;
}
.woocommerce .group_table tr del {
    color: #9b9b9b;
}
.woocommerce .group_table tr del * {
    line-height: 1;
}
.woocommerce .group_table tr del .amount {
    color: #9b9b9b;
    font-size: 15px;
    font-weight: 400;
}
.woocommerce .group_table tr .prod-qnt {
    margin: 0;
}
.woocommerce .group_table,
.woocommerce .group_table th,
.woocommerce .group_table td {
    border: none;
    padding: 10px 10px 10px 0;
}
.woocommerce .group_table th,
.woocommerce .group_table td {
    border-bottom: 1px solid #c4d8ec;
}
.woocommerce .group_table tr:last-child td {
    border-bottom: none;
}
.woocommerce .group_table .group_table_qty {
    width: 76px;
    line-height: 1.4;
}
.woocommerce .group_table .label {
    width: 50%;
}
.woocommerce .group_table .label label {
    display: block;
}
.woocommerce .group_table .label label a {
    color: #373d54;
    border: none;
}
.woocommerce .group_table .label label a:hover {
    color: #3a89cf;
}
.woocommerce .group_table {
    text-align: right;
}
.woocommerce .group_table .group_table_qty .button {
    white-space: normal;
    background: none;
    padding: 0;
    font-weight: 400;
    color: #3a89cf;
    border-bottom: 1px solid transparent;
    text-transform: none;
    letter-spacing: normal;
    display: inline;
    line-height: 1.4;
    background-color: transparent !important;
    margin: 0;
}
.woocommerce .group_table .group_table_qty .button:hover {
    border-color: #3a89cf;
    color: #3a89cf;
    background: none;
}
.woocommerce .group_table td.label {
    display: table-cell;
    white-space: normal;
}


.prod-cont .label {
    color: #373d54;
    border-radius: 0;
}
.prod-cont th.label,
.prod-cont td.label {
    display: table-cell;
}
.prod-cont table.variations label {
    display: block;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    color: #7b7b7b;
    letter-spacing: 1px;
    line-height: 1.4;
}
.prod-cont table.variations {
    border: none;
    margin: 0 0 20px;
}
.prod-cont table.variations th,
.prod-cont table.variations td {
    border: none;
    padding: 10px 10px 10px 0;
}
.prod-cont table.variations td.label {
    width: 20%;
}
.prod-cont table.variations .adsw-attribute-option + select + .chosen-container {
    display: none;
}
.prod-cont table.variations .value .reset_variations {
    display: none !important;
}

.prod-cont .adsw-attribute-option span {
    margin: 5px;
}
.prod-cont .adsw-attribute-option .meta-item-img img {
    border: 1px solid #e0e4f6;
    display: block;
    transition: border-color 0.2s;
}
.prod-cont .adsw-attribute-option .meta-item-img img:hover {
    border-color: #ccd0e0;
}
.prod-cont .adsw-attribute-option .meta-item-img.active img {
    border: 1px solid #373d54;
}



/*----------------------------------
13 - Single Product
----------------------------------*/


/*----------------------------------
14 - Single Product Tabs
----------------------------------*/
.prod-tabs-wrap {
    margin-bottom: 50px;
    clear: both;
}
.prod-tabs {
    margin-bottom: 31px;
    padding: 0;
    list-style: none;
    position: relative;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.prod-tabs:after {
    display: block;
    clear: both;
    content: "";
}
.prod-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
.prod-tabs li a {
    border: none;
    display: block;
    padding: 15px 22px 15px;
    text-transform: uppercase;
    transition: all 0.2s;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #373d54;
}
.prod-tabs li a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.prod-tabs li a.active {
    color: #fff;
    background: #373d54;
    margin: -1px 0;
    padding: 16px 22px 16px;
}
.prod-tab-cont {
    overflow: hidden;
    position: relative;
    margin: 0 0 44px;
}
.prod-tab {
    overflow: hidden;
    position: relative;
    /*padding: 0;*/
    padding-top: 0;
    padding-bottom: 0;
    height: 0;
    font-size: 14px;
    line-height: 170%;
}
.prod-tab.page-container {
    margin-bottom: 0;
}
.prod-tab-cont .prod-tab:first-of-type {
    height: auto;
}
.prod-tab p {
    font-weight: 300;
    margin: 0 0 20px;
}
.woocommerce table.shop_attributes {
    border-top: none;
}
.prod-tab table {
    width: 100%;
    border-collapse: collapse;
    color: #373d54;
}
.prod-tab table.prod-propssku {
    margin: -1px 0 0;
}
.prod-tab table.shop_attributes tr th,
.prod-tab table tr td {
    padding: 8px 8px 8px 0;
    border-bottom: 1px solid #e0e4f6;
    vertical-align: middle;
    background: none;
}
.prod-tab.prod-props table.shop_attributes tr th,
.prod-tab.prod-props table.shop_attributes tr td {
    background: none;
    border: none;
    border-bottom: 1px solid #e0e4f6;
}
.prod-tab.prod-props table.shop_attributes tr th:first-child,
.prod-tab.prod-props table tr td:first-child {
    width: 30%;
    font-weight: 500;
    color: #373d54;
}
.prod-tab.prod-props table tr:last-child th,
.prod-tab.prod-props table tr:last-child td {
    border-bottom: none;
}
.prod-tab-mob {
    display: none;
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #373d54;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    margin-left: 15px;
    margin-right: 15px;
}
.prod-cont .prod-tab-mob {
    padding: 15px 0px 15px;
}
.prod-tab-mob:hover {
    color: #3a89cf;
}
.prod-tab-mob.active {
    color: #3a89cf;
}
.prod-tab-mob.active:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #373d54;
}
.prod-tab-articles .post-rel-wrap {
    margin: 0;
}
.prod-tab-articles .post-rel-wrap .post-rel {
    margin-bottom: 0;
}
.prod-tab-video {
    text-align: center;
}
.prod-tab-video > iframe {
    width: 100%;
    height: 496px;
}


.prod-comment-form {
    width: 100%;
    margin: 15px auto 10px;
    max-width: 480px;
    clear: both;
}
.prod-comment-form.post-form {
    margin-bottom: 70px;
}
.woocommerce #reviews h3,
.prod-comment-form h3 {
    font-size: 20px;
    color: #373d54;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}
.woocommerce #review_form #respond .stars {
    display: inline-block;
    margin: 2px 0 3px 10px;
    vertical-align: top;
}
.woocommerce #review_form #respond .stars a {
    border: none;
}
.woocommerce #review_form #respond #rating_chosen {
    display: none;
}
.prod-comment-form input[type=email],
.prod-comment-form input[type=text] {
    /*float: left;
    width: 48.5%;
    margin: 0 3% 20px 0;*/
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    display: block;
    height: 38px;
    color: #373d54;
    transition: all 0.2s;
    padding: 0 14px;
    font-size: 14px;
    width: 100%;
}
.post-cmts input[type=text] {
    float: left;
    width: 48.5%;
    margin: 0 3% 20px 0;
}
.post-cmts input[type=email] {
    float: left;
    width: 48.5%;
    margin: 0 0 20px 0;
}
.woocommerce #review_form.prod-comment-form #respond .comment-form-author,
.woocommerce #review_form.prod-comment-form #respond .comment-form-email {
    float: left;
    width: 48.5%;
    margin: 0 3% 20px 0;
}
.woocommerce #review_form.prod-comment-form #respond .comment-form-email {
    margin-right: 0;
}
.prod-comment-form input[type=email]::-webkit-input-placeholder,
.prod-comment-form input[type=text]::-webkit-input-placeholder {
    color: #b8bcce;
}
.prod-comment-form input[type=email]::-moz-placeholder,
.prod-comment-form input[type=text]::-moz-placeholder {
    color: #b8bcce;
    opacity: 1;
}
.prod-comment-form input[type=email]:-ms-input-placeholder,
.prod-comment-form input[type=text]:-ms-input-placeholder {
    color: #b8bcce;
}
.prod-comment-form input[type=email]:focus,
.prod-comment-form input[type=text]:focus {
    border-color: #bfcedc;
}
.prod-comment-form textarea {
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    display: block;
    min-height: 130px;
    height: 130px;
    max-height: 500px;
    color: #373d54;
    transition: all 0.2s;
    padding: 14px 14px;
    font-size: 14px;
}
.prod-comment-form textarea::-webkit-input-placeholder {
    color: #b8bcce;
}
.prod-comment-form textarea::-moz-placeholder {
    color: #b8bcce;
    opacity: 1;
}
.prod-comment-form textarea:-ms-input-placeholder {
    color: #b8bcce;
}
.prod-comment-form textarea:focus {
    border-color: #bfcedc;
}
.prod-comment-form .logged-in-as {
    margin: 0 0 10px;
}
.prod-comment-form .blog-comment-submit {
    overflow: hidden;
    padding: 0 0 17px;
    clear: both;
    color: #373d54;
    font-size: 14px;
}
.prod-rating {
    margin: 9px 0 0 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    font-size: 13px;
    color: #3a89cf;
    white-space: nowrap;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.prod-rating .fa {
    font-size: 13px;
    padding: 0 2px;
}
.prod-rating .fa:hover:before {
    content: "\f005";
}
.prod-rating .fa:hover:before,
.prod-rating .fa:hover ~ .fa:before {
    content: "\f005";
}
.prod-rating[data-rating="1"] .fa:nth-child(5):before {
    content: "\f005";
}
.prod-rating[data-rating="2"] .fa:nth-child(5):before,
.prod-rating[data-rating="2"] .fa:nth-child(4):before {
    content: "\f005";
}
.prod-rating[data-rating="3"] .fa:nth-child(5):before,
.prod-rating[data-rating="3"] .fa:nth-child(4):before,
.prod-rating[data-rating="3"] .fa:nth-child(3):before {
    content: "\f005";
}
.prod-rating[data-rating="4"] .fa:nth-child(5):before,
.prod-rating[data-rating="4"] .fa:nth-child(4):before,
.prod-rating[data-rating="4"] .fa:nth-child(3):before,
.prod-rating[data-rating="4"] .fa:nth-child(2):before {
    content: "\f005";
}
.prod-rating[data-rating="5"] .fa:nth-child(5):before,
.prod-rating[data-rating="5"] .fa:nth-child(4):before,
.prod-rating[data-rating="5"] .fa:nth-child(3):before,
.prod-rating[data-rating="5"] .fa:nth-child(2):before,
.prod-rating[data-rating="5"] .fa:nth-child(1):before {
    content: "\f005";
}
.woocommerce #respond input#submit,
.prod-comment-form input[type=submit],
.prod-comment-form button {
    border: none;
    cursor: pointer;
    text-align: center;
    height: auto;
    padding: 10px 24px 11px;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: all 0.2s;
    text-transform: uppercase;
    color: #fff;
    background: #373d54;
    position: relative;
    border-radius: 0;
    line-height: 1.4;
}
.woocommerce #respond input#submit:hover,
.prod-comment-form input[type=submit]:hover,
.prod-comment-form button:hover {
    background: #474f6e;
    color: #fff;
}
/*----------------------------------
14 - Single Product Tabs
----------------------------------*/


/*----------------------------------
15 - Single Product Related
----------------------------------*/
.cmm-container .cmm.cmm-theme-allstore .prod-rel .prod-rel-img {
    width: 40%;
}
.cmm-container .cmm.cmm-theme-allstore .prod-rel a.prod-add-btn,
.cmm-container .cmm.cmm-theme-allstore .prod-rel .compare-btn,
.cmm-container .cmm.cmm-theme-allstore .prod-rel .prod-i-qview,
.cmm-container .cmm.cmm-theme-allstore .prod-rel .wishlist-btn a {
    color: #cacaca;
}

.prod-upsells-wrap {
    display: none;
}
.prod-related {
    float: left;
    width: 20%;
    padding: 10px 0 50px;
    text-align: left;
    overflow: hidden;
}
.prod-related.prod-column {
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}
.prod-upsells-wrap + .prod-related-wrap {
    margin-bottom: 50px;
}
.prod-related-car {
    position: relative;
}
.prod-related-car:after {
    content: "";
    clear: both;
    display: block;
}
.prod-related-car ul {
    margin: 0;
    padding: 0;
}
.prod-related-car .slides {
    width: 1000%;
    position: relative;
}
.prod-related-car ul li {
    margin: 0;
    padding: 0;
    position: initial;
    width: 228px;
    float: left;
    display: block;
}
.prod-related-car ul li:after {
    display: none;
}
.prod-related h2 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px 0 20px;
    font-weight: 700;
    margin: 0;
    color: #373d54;
}
.prod-related div.prod-rel {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e0e4f6;
    margin: 0 0 20px;
    padding: 0px 0 8px;
}
.prod-related .prod-rel:last-child {
    border-bottom: none;
}
.prod-rel .prod-rel-img {
    display: block;
    margin: 0 5% 10px 0;
    width: 40%;
    max-height: 103px;
    text-align: right;
    border: none;
    float: left;
    overflow: hidden;
}
.prod-rel .prod-rel-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-height: 103px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.prod-rel .prod-rel-cont {
    float: left;
    width: 55%;
}
.prod-rel h3 {
    font-size: 15px;
    color: #373d54;
    margin: 2px 0 9px;
    line-height: 120%;
}
.prod-rel h3 a {
    border: none;
    color: #373d54;
    transition: all 0.2s;
    line-height: 120%;
}
.prod-rel h3 a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.prod-rel .prod-rel-price {
    color: #373d54;
    margin: 0 0 9px;
    /*font-size: 12px;*/
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}
.prod-rel .prod-rel-price ins {
    text-decoration: none;
    padding: 0;
    color: #f33;
    background-color: transparent;
}
.prod-rel .prod-rel-price del {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}
.prod-rel .prod-rel-actions:after {
    clear: both;
    content: "";
    display: block;
}

body .prod-rel a.prod-add-btn,
.prod-rel .compare-btn,
.prod-rel .prod-i-qview,
.prod-rel .wishlist-btn {
    position: relative;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #cacaca;
    margin: 0 15px 7px 0;
    border: none;
    transition: all 0.2s;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
}
body .prod-rel a.prod-add-btn:hover,
.prod-rel .compare-btn:hover,
.prod-rel .prod-i-qview:hover,
.prod-rel .wishlist-btn:hover {
    color: #373d54;
    background-color: transparent;
}
.prod-rel .compare-btn.compare-added .fa:before,
.prod-rel .wishlist-btn.wishlist-added .fa:before {
    content: "\f00c";
}
.prod-rel .prod-add-btn span,
.prod-rel .compare-btn span,
.prod-rel .prod-i-qview span,
.prod-rel .wishlist-btn span {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 70px;
    background: #373d54;
    display: block;
    margin: 0 0 10px -35px;
    border-radius: 4px;
    padding: 6px 0 7px;
    line-height: 1;
    color: #fff;
    font-size: 13px;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-rel .prod-add-btn span:before,
.prod-rel .compare-btn span:before,
.prod-rel .prod-i-qview span:before,
.prod-rel .wishlist-btn span:before {
    position: absolute;
    top: 100%;
    content: '';
    left: 50%;
    display: block;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    line-height: 1;
    border-top: 5px solid #373d54;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transition: all 0.2s ease;
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
    visibility: hidden;
    opacity: 0;
}
.prod-rel .prod-add-btn:hover span,
.prod-rel .compare-btn:hover span,
.prod-rel .prod-i-qview:hover span,
.prod-rel .wishlist-btn:hover span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-rel .prod-add-btn:hover span:before,
.prod-rel .compare-btn:hover span:before,
.prod-rel .prod-i-qview:hover span:before,
.prod-rel .wishlist-btn:hover span:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.prod-rel .wishlist-btn a {
    border: none;
    color: #cacaca;
}
.prod-rel .wishlist-btn a:hover {
    color: #373d54;
}
.prod-rel .wishlist-btn a .fa {
    margin: 0;
}
.prod-rel .wishlist-btn .ajax-loading {
    color: #373d54;
    margin: 0;
    display: block;
    position: absolute;
    top: 1px;
    left: -1px;
    transition: all 0.2s;
    background: rgba(255,255,255,0.9);
}
.prod-rel .wishlist-btn:hover .ajax-loading {
    color: #fff;
    background: #373d54;
}
.prod-rel .prod-i-qview.loading .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-rel .prod-i-qview.loading .fa:before {
    content: '\f110';
}
.prod-rel .compare-del {
    display: none;
}

.prod-rel a.added_to_cart {
    display: none;
}
.prod-rel .prod-add-btn.added:after {
    display: none;
}
.prod-rel .prod-add-btn.added .fa-shopping-basket:before {
    font-family: WooCommerce;
    content: "\e017";
}
.prod-rel a.prod-add-btn.loading {
    padding: 0;
    opacity: 1;
}
.prod-rel a.prod-add-btn.loading:after {
    display: none;
}
.prod-rel a.prod-add-btn.loading .fa-shopping-basket {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
.prod-rel a.prod-add-btn.loading .fa-shopping-basket:before {
    content: '\f110';
}

.prod-related .flex-control-nav {
    display: none;
    position: relative;
    bottom: auto;
    margin: 10px 0;
}
.prod-related .flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
}
.prod-related .flex-control-nav li a {
    width: 23px;
    height: 3px;
    background: #e0e4f6;
    box-shadow: none;
    transition: all 0.2s;
}
.prod-related .flex-control-nav li a:hover,
.prod-related .flex-control-nav li a.flex-active {
    background: #373d54;
}
.prod-related .flex-direction-nav {
    position: absolute;
    top: -47px;
    left: 0;
    width: 100%;
}
.prod-related .flex-direction-nav a {
    top: -3px;
    text-decoration: none;
    display: block;
    opacity: 1 !important;
    margin: 0;
    position: absolute;
    z-index: 10;
    color: transparent;
    text-align: left;
    text-shadow: none;
    transition: all 0.2s;
    overflow: hidden;
    width: 38px;
    background: none;
    text-indent: 100%;
    white-space: nowrap;
    height: 38px;
    line-height: 38px;
}
.prod-related .flex-direction-nav a.flex-disabled {
    display: none;
}
.prod-related .flex-direction-nav .flex-prev {
    left: 0;
}
.prod-related .flex-direction-nav .flex-prev:before {
    transition: all 0.3s;
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 0 0;
    background: url(../img/nav1.png) no-repeat left bottom;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    left: 0;
}
.prod-related .flex-direction-nav .flex-next {
    right: 0;
    text-align: right;
}
.prod-related .flex-direction-nav .flex-next:before {
    transition: all 0.3s;
    display: block;
    content: "";
    text-indent: initial;
    margin: -9px 0 0;
    background: url(../img/nav1.png) no-repeat left top;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
    right: 0;
}

.prod-related .prod-i-skuwrap {
    margin: 0 0 25px;
    display: none;
}
.prod-related .prod-i-skuttl {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 4px;
    color: #373d54;
}
.prod-related .prod-i-skucolor {
    overflow: hidden;
    margin: 0 0 2px;
}
.prod-related .prod-i-skucolor li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px 7px 0;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.2);
}
.prod-related .prod-i-skucolor li.active {
    border: 1px solid #3a89cf;
    padding: 2px;
}
.prod-related .prod-i-skucolor li img {
    border-radius: 50px;
    display: block;
    width: 100%;
    height: 100%;
}
.prod-related .prod-i-sku {
    margin: 0 0 15px;
}


.prod-related .offer-props-select {
    margin: 0 0 10px;
    z-index: 10;
    font-size: 15px;
    color: #8e8e8e;
    position: relative;
}
.prod-related .offer-props-select.opened {
    z-index: 50;
}
.prod-related .offer-props-select p {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    font-size: 15px;
    color: #8e8e8e;
    height: 30px;
    line-height: 30px;
    padding: 0 25px 0 12px;
    border: 1px solid #e0e4f6;
    background: #fff;
    position: relative;
}
.prod-related .offer-props-select p:after {
    position: absolute;
    content: "\f107";
    top: 50%;
    font-size: 18px;
    right: 10px;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    font-family: FontAwesome;
}
.prod-related .offer-props-select.opened p:after {
    content: "\f106";
}
.prod-related .offer-props-select ul {
    box-sizing: border-box;
    width: 100%;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #FFF;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.prod-related .offer-props-select.opened ul {
    display: block;
}
.prod-related .offer-props-select ul li a {
    min-height: 18px;
    padding: 5px 12px 4px;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    display: block;
}
.prod-related .offer-props-select ul li a:hover {
    text-decoration: none;
}
.prod-related .offer-props-select ul li a:after {
    position: absolute;
    left: 10px;
    right: 10px;
    display: block;
    height: 1px;
    background: #e0e4f6;
    content: "";
    top: 0;
}
.prod-related .offer-props-select ul li a:hover {
    background-color: #3a89cf;
    color: #FFF;
    text-decoration: none;
}
.prod-related .offer-props-select ul li a:hover:after {
    display: none;
}
.prod-related .offer-props-select ul li:hover + li a:after {
    display: none;
}
.prod-related .offer-props-select ul li.active a {
    background-color: #3a89cf;
    color: #FFF;
}
.prod-related .offer-props-select ul li.active a:after {
    display: none;
}

.discounts-list div.prod-rel {
    float: left;
    margin: 0 30px 0 0;
    width: 280px;
    position: relative;
    padding: 20px 30px 0 0;
    min-height: 120px;
    border-right: 1px solid #e0e4f6;
}
.discounts-list .prod-rel .prod-rel-img {
    margin: 0 8% 10px 0;
    width: 40%;
}
.discounts-list .prod-rel .prod-rel-cont {
    width: 52%;
}
.discounts-list .prod-rel h3 {
    color: #373d54;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}
.discounts-list .prod-rel h3 a {
    line-height: 1.2;
}
.discounts-list .prod-rel .prod-rel-price {
    font-size: 16px;
    font-weight: 500;
    color: #373d54;
}
.discounts-list .prod-rel .prod-rel-price ins {
    color: #ff3333;
}


@media only screen and (max-width : 1200px) {
    .prod-related {
        width: 24%;
    }
    .prod-related.prod-column {
        width: auto;
    }
}

@media only screen and (max-width : 992px) {
    .prod-upsells-wrap {
        display: block;
    }
    .prod-related-top {
        display: none;
    }

    .prod-related {
        float: none;
        width: 100%;
        text-align: center;
    }
    .prod-related .prod-related-car .slides {
        font-size: 0;
    }
    .prod-related div.prod-rel {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 10px;
        font-size: 14px;
    }
    .prod-related .prod-rel:last-child {
        border-bottom: 1px solid #eee;
    }
    .prod-related h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #373d54;
        margin: 0 0 10px;
        font-weight: 900;
        position: relative;
        letter-spacing: 2px;
        text-align: center;
    }
    .prod-related h2 span {
        position: relative;
        display: inline-block;
        padding: 0 0 8px;
    }
    .prod-related h2 span:before {
        display: block;
        position: absolute;
        content: "";
        bottom: 0;
        height: 2px;
        left: 0;
        right: 0;
        background: #f8fafc;
    }
    .prod-related h2 span:after {
        display: block;
        position: absolute;
        content: "";
        bottom: 0;
        height: 2px;
        left: 50%;
        margin: 0 0 0 -50px;
        width: 100px;
        background: #373d54;
    }
    .prod-related .flex-direction-nav {
        top: -66px;
    }
    .prod-related .flex-control-nav {
        display: block;
    }

    .prod-related.prod-column div.prod-rel {
        display: block;
        padding: 0px 0 8px;
        max-width: 400px;
        width: auto;
    }
    .prod-related.prod-column .prod-rel:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width : 600px) {
    .prod-related div.prod-rel {
        margin: 0 auto 25px;
        max-width: 300px;
        padding-right: 0;
        width: 100%;
    }
    .prod-related.prod-column div.prod-rel {
        max-width: initial;
    }
}

@media only screen and (max-width : 480px) {
    .prod-related div.prod-rel {
        margin: 0 0px 30px;
    }
}
/*----------------------------------
15 - Single Product Related
----------------------------------*/


/*----------------------------------
16 - Single Product V2
----------------------------------*/
.prod2-wrap {
    width: auto;
    float: none;
    padding: 0 0 50px 0;
    position: relative;
}
.prod2-wrap .prod2-slider-wrap:not(.slider-load) {
    float: left;
    width: 53%;
    margin: 0 3% 50px 0;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 100px;
}
.prod2-slider-wrap:not(.slider-load) .prod-slider {
    padding: 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px;
    border: none;
}
.prod2-slider-wrap:not(.slider-load) .prod-slider .prod2-slider-car {
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.prod2-slider-wrap:not(.slider-load) .prod-slider li {
    float: none;
    list-style: none;
    position: relative;
    width: auto !important;
    padding: 0;
    margin: 0 0 20px;
}
.prod2-slider-wrap:not(.slider-load) .prod-slider li a {
    display: block;
}
.prod2-slider-wrap:not(.slider-load) .prod-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    max-height: 800px;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    border: none;
}
.prod2-slider-wrap:not(.slider-load) .prod2-thumbs-car {
    width: 85px;
    padding: 0;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs .bx-wrapper .bx-viewport {
    background: transparent;
    margin-bottom: -1px;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs:after {
    clear: both;
    display: block;
    content: "";
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs .prod-thumbs-car2 {
    width: auto;
    position: relative;
    margin: 0;
    padding: 0;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs li {
    width: 85px;
    position: relative;
    float: none;
    margin: 0 0 10px;
    line-height: 85px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    height: 85px;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs li:after {
    display: none;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs li.active:after {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 3px;
    background: #3a89cf;
    width: 100%;
    left: 0;
    content: "";
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs li a {
    display: block;
    width: 100%;
    height: 85px;
    line-height: 85px;
}
.prod2-slider-wrap:not(.slider-load) .prod-thumbs li img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.prod2-slider-wrap:not(.slider-load) .stick {
    position: fixed;
    top: 15px;
}
.scroll_active {
    opacity: 0.5;
}
.fixed {
    position: fixed;
}
.prod2-wrap .prod-tabs-wrap {
    margin-top: 50px;
}
.prod2-wrap .prod-tabs-wrap .container {
    width: auto;
    padding: 0;
}
.prod2-wrap .prod-tabs li a {
    padding: 15px 18px 15px;
}
.prod2-wrap .prod-tabs li a.active {
    padding: 16px 18px 16px;
}
.prod-props {
    overflow: hidden;
}
.prod-props li {
    border-bottom: 1px dotted #b8c3e2;
    font-size: 0;
    margin: 0 0 10px 0;
}
.prod-props li * {
    font-size: 14px;
    line-height: 1.2;
}
.prod-props .prod-propttl {
    width: 50%;
    padding-right: 15px;
    display: inline-block;
    vertical-align: bottom;
    color: #373d54;
    font-weight: 500;
}
.prod-props .prod-propttl span {
    background: #fff;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: bottom;
    margin-bottom: -5px;
}
.prod-props .prod-propval {
    background: #fff;
    color: #7b7b7b;
    width: 50%;
    display: inline-block;
    padding-bottom: 0;
    vertical-align: bottom;
    margin-bottom: -5px;
    font-style: italic;
}
.prod-props .prod-propval p {
    color: #7b7b7b;
    margin: 0;
    font-size: 14px;
}
.prod2-related {
    width: auto;
    float: none;

    clear: both;
}
.prod2-related h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #373d54;
    margin: 0 0 10px;
    font-weight: 900;
    position: relative;
    letter-spacing: 2px;
    text-align: center;
}
.prod2-related h2 span {
    position: relative;
    display: inline-block;
    padding: 0 0 8px;
}
.prod2-related h2 span:after {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    background: #373d54;
}
.prod2-related h2 span:before {
    display: block;
    position: absolute;
    content: "";
    bottom: 0;
    height: 2px;
    left: 0;
    right: 0;
    background: #f8fafc;
}
.prod2-related .prod-related-car .slides {
    font-size: 0;
}
.prod2-related .prod-rel {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    padding-right: 10px;
    font-size: 14px;
}
.prod2-related .prod-rel:last-child {
    border-bottom: 1px solid #e0e4f6;
}
.prod2-related .flex-direction-nav {
    top: -66px;
}
.prod2-related .flex-control-nav {
    display: block;
}
/*----------------------------------
16 - Single Product V2
----------------------------------*/


/*----------------------------------
17 - Blog
----------------------------------*/
.blog-page {
}
.blog-sticky-wrap {
    position: relative;
    transform: none;
}
.blog-sb {
    float: none;
    width: auto;
    padding: 0 0 50px;
}
.blog-list {
    overflow: hidden;
}
.main-ttl-categs {
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
body .blog-categs {
    width: 60%;
    text-align: right;
    margin: 6px 0 10px -5px;
    display: inline-block;
    vertical-align: top;
}
body .blog-categs li {
    display: inline-block;
    margin: 0 0 20px 34px;
    vertical-align: top;
    padding: 0;
}
body .blog-categs li:after {
    display: none;
}
body .blog-categs li a {
    color: #373d54;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.2s;
    font-weight: 500;
    position: relative;
    display: block;
}
body .blog-categs li.cat-item-all a,
body .blog-categs li.current-cat a,
body .blog-categs li.active a {
    color: #3a89cf;
    text-decoration: none;
}
body .blog-categs li a:hover {
    color: #3a89cf;
    text-decoration: none;
}
body .blog-categs li.cat-item-all a:hover,
body .blog-categs li.current-cat a:hover,
body .blog-categs li.active a:hover {
    color: #3a89cf;
    text-decoration: none;
}


.posts-wrap {
    overflow: hidden;
    margin: 0 0 50px;
}
.posts-list {
    margin: 0 -15px;
}
.posts-list:after {
    clear: both;
    content: '';
    display: block;
}
.posts-list .posts-i {
    color: #373d54;
    position: relative;
    /*width: 33.33333%;*/
    padding: 0 15px;
    float: left;
    margin: 0 0 30px;
    height: 236px;
    overflow: hidden;
}
.posts-i .posts-i-img {
    display: block;
    height: 100%;
    overflow: hidden;
    border: none;
    position: relative;
}
.posts-i .posts-i-img:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    transition: background 0.5s;
}
.posts-i:hover .posts-i-img:after {
    background: rgba(0,0,0,0.5);
}
.posts-i .posts-i-img span {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    display: block;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.posts-i:hover .posts-i-img span {
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    -ms-transform: scale3d(1.05,1.05,1);
    -o-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.posts-i .posts-i-date {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    padding: 0;
    position: absolute;
    color: #fff;
    top: 15px;
    left: 35px;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.posts-i:hover .posts-i-date {
    opacity: 1;
    top: 20px;
}
.posts-i .posts-i-date span {
    display: block;
    font-size: 28px;
    line-height: 1;
    font-family: 'PT Serif', Roboto, sans-serif;
    font-weight: 700;
    margin: 0 0 1px;
}
.posts-i .posts-i-info {
    position: absolute;
    bottom: 15px;
    left: 35px;
    right: 35px;
    padding: 0;
    color: #fff;
    line-height: 1;
    opacity: 0;
    transition: all 0.3s ease-in;
}
.posts-i:hover .posts-i-info {
    opacity: 1;
    bottom: 20px;
}
.posts-i .posts-i-ttl {
    font-family: 'PT Serif', Roboto, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.posts-i.sticky .posts-i-ttl {
    position: relative;
    padding-left: 30px;
}
.posts-i.sticky .posts-i-ttl:after {
    position: absolute;
    content: '\f0c6';
    font-family: FontAwesome;
    display: block;
    left: 1px;
    top: -1px;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
}
.posts-i .posts-i-ttl a {
    border: none;
    color: #fff;
    line-height: 1.2;
    transition: color 0.2s;
}
.posts-i .posts-i-ttl a:hover {
    color: #b3bede;
}
.posts-i .posts-i-ctg {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 7px;
    display: block;
    line-height: 1;
    border: none;
    color: #fff;
    transition: color 0.2s;
}
.posts-i .posts-i-ctg span,
.posts-i .posts-i-ctg a {
    display: inline-block;
    line-height: 1;
    color: #fff;
    border: none;
}
.posts-i .posts-i-ctg a:hover {
    color: #b3bede;
}
.posts-i.posts-i-noimg .posts-i-img {
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.posts-i.posts-i-noimg .posts-i-img:after {
    display: none;
}
.posts-i.posts-i-noimg .posts-i-info {
    opacity: 1;
    bottom: 20px;
}
.posts-i.posts-i-noimg .posts-i-ttl a,
.posts-i.posts-i-noimg .posts-i-ctg,
.posts-i.posts-i-noimg .posts-i-ctg span,
.posts-i.posts-i-noimg .posts-i-ctg a {
    color: #373d54;
}
.posts-i.posts-i-noimg .posts-i-ttl a:hover,
.posts-i.posts-i-noimg .posts-i-ctg a:hover {
    color: #3a89cf;
}
.posts-i.posts-i-noimg .posts-i-date {
    opacity: 1;
    top: 20px;
    color: #373d54;
}
.posts-list-rel {
    margin: 0;
    padding: 0 0 50px;
    overflow: hidden;
}
.posts-list-rel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.posts-list-rel .posts-i {
    padding: 0;
    margin: 0;
    list-style: none !important;
}
.posts-list-rel .posts-i .posts-i-info {
    left: 22px;
    right: 22px;
}
.posts-list-rel .posts-i .posts-i-date {
    left: 22px;
}
.posts-list-rel .flex-control-nav {
    bottom: 10px;
    margin: 0;
    list-style: none;
}
.posts-list-rel .flex-control-nav li {
    margin: 0 4px;
}
.posts-list-rel .flex-control-nav li a {
    display: block;
    box-shadow: none;
    border-radius: 0;
    width: 23px;
    height: 3px;
    background: #e0e4f6;
    box-shadow: none;
    transition: all 0.2s;
    border: none;
}
.posts-list-rel .flex-control-nav li a:hover {
    background: #373d54;
}
.posts-list-rel .flex-control-nav li a.flex-active {
    background: #373d54;
    cursor: default;
}
.posts-list-rel .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1 !important;
    margin: -48px 0 0;
    position: absolute;
    top: 50%;
    color: #373d54;
    text-shadow: none;
    z-index: 2;
    background: rgba(255,255,255,0.8);
    border: none;
}
.posts-list-rel .flex-direction-nav a.flex-disabled {
    display: none;
}
.posts-list-rel .flex-direction-nav a:before {
    display: block;
    content: "\f104";
    font-size: 26px;
    text-indent: initial;
    color: #373d54;
    font-family: FontAwesome;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
}
.post-wrap .flex-direction-nav a.flex-next:before {
    margin: 0 0 0 4px;
    content: "\f105";
}
.post-wrap .flex-direction-nav a.flex-prev:before {
    margin: 0 2px 0 0;
    content: "\f104";
}
.posts-list-rel .flex-direction-nav a:hover {
    background: rgba(255,255,255,1);
    text-decoration: none;
}
.posts-list-rel.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.posts-list-rel.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}


.posts-list .posts2-i {
    color: #373d54;
    position: relative;
    /*width: 33.33333%;*/
    /*padding: 0 15px;*/
    /*float: left;*/
    margin: 0 0 30px;
    overflow: hidden;
}
.posts2-i .posts-i-img {
    display: block;
    overflow: hidden;
    border: none;
    position: relative;
    height: 236px;
    margin: 0 0 18px;
    font-size: 0;
}
.posts2-i .posts-i-img:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    transition: background 0.5s;
}
.posts2-i .posts-i-img:hover:after {
    background: rgba(0,0,0,0.3);
}
.posts2-i .posts-i-img span {
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    display: block;
    -o-background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    -ms-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.posts2-i .posts-i-img:hover span {
    -webkit-transform: scale3d(1.05,1.05,1);
    -moz-transform: scale3d(1.05,1.05,1);
    -ms-transform: scale3d(1.05,1.05,1);
    -o-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
.posts2-i.posts-i-noimg .posts-i-img {
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.posts2-i.posts-i-noimg .posts-i-img:after {
    display: none;
}
.posts2-i .posts-i-date {
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    padding: 8px 12px 7px;
    position: absolute;
    color: #fff;
    top: 20px;
    left: 35px;
    background: rgba(51,129,197,0.85);
}
.posts2-i .posts-i-date span {
    display: block;
    font-size: 26px;
    line-height: 1;
    font-family: 'PT Serif', Roboto, sans-serif;
    font-weight: 700;
    margin: 0 0 1px;
}
.posts2-i p {
    padding: 0;
    margin: 0 0 8px;
    line-height: 1.7;
    font-size: 14px;
    color: #616161;
}
.posts2-i .posts-i-ttl {
    font-family: 'PT Serif', Roboto, sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    margin: 0 0 10px;
}
.posts2-i.sticky .posts-i-ttl {
    padding-left: 30px;
    position: relative;
}
.posts2-i.sticky .posts-i-ttl:after {
    position: absolute;
    content: '\f0c6';
    font-family: FontAwesome;
    display: block;
    left: 1px;
    top: -2px;
    font-size: 23px;
    color: #373d54;
    font-weight: 400;
}
.posts2-i .posts-i-ttl a {
    border: none;
    line-height: 1.2;
    transition: color 0.2s;
    color: #373d54;
}
.posts2-i .posts-i-ttl a:hover {
    color: #3a89cf;
}
.posts2-i .posts-i-ctg {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 6px;
    display: inline-block;
    line-height: 1;
    border: none;
    color: #373d54;
    transition: color 0.2s;
}
.posts2-i .posts-i-ctg:hover {
    color: #3a89cf;
}
.posts2-i .posts-i-more {
    display: inline-block;
    margin: 0 0 5px;
    transition: color 0.2s;
    font-weight: 700;
    font-family: 'PT Serif', Roboto, sans-serif;
    border: none;
    color: #3a89cf;
    font-size: 15px;
}

@media only screen and (max-width : 992px) {
    .blog-page .posts-i {
        width: 50%;
    }
}

@media only screen and (max-width : 650px) {
    .posts-list .posts-i {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
        max-width: 400px;
    }
    body .blog-categs {
        display: block;
        width: 100%;
        text-align: left;
        margin: 0 0 15px;
    }
    body .blog-categs li {
        margin: 0 34px 20px 0;
    }
}

/*----------------------------------
17 - Blog
----------------------------------*/


/*----------------------------------
18 - Blog Post
----------------------------------*/
.post-wrap {
    float: left;
    width: 80%;
    padding: 0 30px 50px 0;
}
.post-wrap-full {
    float: none;
    width: 100%;
    padding: 0 0 50px;
}
.post-wrap .post-slider {
    border: none;
    box-shadow: none;
    overflow: hidden;
    margin: 0 0 30px;
    position: relative;
}
.post-wrap .post-slider ul {
    margin: 0;
    padding: 0;
}
.post-wrap .post-slider ul li {
    margin: 0;
    padding: 0;
    position: initial;
}
.post-wrap .post-slider ul li:after {
    display: none;
}
.post-wrap .post-slider .flex-direction-nav a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 1 !important;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    color: #373d54;
    text-shadow: none;
    z-index: 2;
    background: rgba(255,255,255,0.8);
    border: none;
}
.post-wrap .post-slider .flex-direction-nav a:before {
    display: block;
    content: "\f104";
    font-size: 26px;
    text-indent: initial;
    color: #373d54;
    font-family: FontAwesome;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
}
.post-wrap .flex-direction-nav a.flex-next:before {
    margin: 0 0 0 4px;
    content: "\f105";
}
.post-wrap .flex-direction-nav a.flex-prev:before {
    margin: 0 2px 0 0;
    content: "\f104";
}
.post-wrap .post-slider .flex-direction-nav a:hover {
    background: rgba(255,255,255,1);
    text-decoration: none;
}
.post-wrap .post-slider.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.post-wrap .post-slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}
.post-img {
    margin: 0 0 30px;
    padding: 0;
    display: block;
    max-width: 100%;
    max-height: 900px;
    width: auto;
    height: auto;
}
.post-video {
    display: block;
    overflow: hidden;
    margin: 0 0 30px;
}
.post-video iframe {
    display: block;
    height: 640px;
}
.post-wrap p {
    margin: 0 0 20px;
}
.post-share-wrap {
    border-top: 1px solid #e0e4f6;
    color: #888;
    overflow: hidden;
    margin: 28px 0 70px;
}
.post-share-wrap .post-share {
    float: left;
    padding: 21px 0 0;
    font-size: 18px;
    margin: 0;
}
.post-share-wrap .post-share li {
    display: inline-block;
    margin: 0 14px 10px 0;
    padding: 0;
}
.post-share-wrap .post-share li:after {
    display: none;
}
.post-share-wrap .post-share li a {
    transition: all 0.2s;
    border: none;
    color: #5f6a92;
}
.post-share-wrap .post-share li a:hover {
    color: #373d54;
    text-decoration: none;
}
.post-share-wrap .post-share li a .fa {
    transition: all 0.2s;
    padding: 1px;
}
.post-share-wrap .post-share li a .fa-pinterest:hover {
    color: #f44336;
}
.post-share-wrap .post-share li a .fa-facebook-square:hover,
.post-share-wrap .post-share li a .fa-facebook:hover {
    color: #0083C9;
}
.post-share-wrap .post-share li a .fa-twitter:hover  {
    color: #5BBCEC;
}
.post-share-wrap .post-share li a .fa-linkedin:hover  {
    color: #FF4518;
}
.post-share-wrap .post-share li a .fa-dribbble:hover  {
    color: #90C9DC;
}
.post-share-wrap .post-share li a .fa-google-plus:hover  {
    color: #CE3C2D;
}
.post-share-wrap .post-share li a .fa-instagram:hover  {
    color: #b4307d;
}
.post-share-wrap .post-share li a .fa-vk:hover  {
    color: #4c75a3;
}
.post-share-wrap .post-info {
    padding: 21px 0 0;
    float: right;
    text-align: right;
    margin: 0;
}
.post-share-wrap .post-info li {
    display: inline-block;
    padding: 0 0 10px 18px;
    margin: 0 0 0 5px;
    position: relative;
    font-size: 13px;
    text-transform: uppercase;
}
.post-share-wrap .post-info li:after {
    display: block;
    content: "";
    width: 9px;
    height: 19px;
    background: url(../img/separator1.png) no-repeat left top;
    top: 50%;
    left: 0;
    margin: -15px 0 0;
    position: absolute;
}
.post-share-wrap .post-info li:first-child:after {
    display: none;
}
.post-share-wrap .post-info li a {
    color: #3a89cf;
    transition: all 0.2s;
}
.post-share-wrap .post-info li a:hover {
    text-decoration: none;
}
.post-wrap ul.post-tags {
    clear: both;
    border-top: 1px solid #e0e4f6;
    margin: 32px 0 0;
    padding: 20px 0 0;
}
.post-wrap ul.post-tags + .post-share-wrap {
    margin-top: 8px;
}
.post-tags li {
    list-style: none;
    display: inline-block;
    margin: 0 30px 15px 0;
    font-size: 13px;
    text-transform: uppercase;
}
.post-tags li.post-tags-label .fa {
    color: #5f6a92;
    font-size: 17px;
    display: inline-block;
    margin: 2px 0 0;
    vertical-align: top;
}
.post-tags li a {

}
.post-tags li a:hover {

}
.post-rel-wrap {
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 0 30px;
    box-shadow: none;
}
.post-rel-wrap ul {
    margin: 0;
    padding: 0;
}
.post-rel-wrap ul li {
    margin: 0;
    padding: 0;
    position: initial;
}
.post-rel-wrap ul li:after {
    display: none;
}
.post-rel-wrap .posts-i {
    height: 236px;
    float: left;
    width: 280px;
    margin: 0 20px 0 0;
    color: #373d54;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.post-rel-wrap .posts-i .posts-i-date {
    left: 20px;
}
.post-rel-wrap .posts-i .posts-i-info {
    left: 20px;
}
.post-rel-wrap .flex-direction-nav a {
    transition: all 0.2s ease-in;
    background: none;
    text-align: center;
    overflow: hidden;
    width: 38px;
    background: rgba(255,255,255,0.85);
    text-indent: 100%;
    white-space: nowrap;
    height: 42px;
    margin-top: -21px;
    z-index: 1;
    opacity: 0;
}
.post-rel-wrap .flex-direction-nav a:before {
    transition: all 0.2s ease-in;
    display: block;
    content: "";
    text-indent: initial;
    background: url(../img/nav1.png) no-repeat left top;
    height: 18px;
    width: 20px;
    position: absolute;
    top: 50%;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-next {
    right: 0;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-prev {
    left: 0;
}
.post-rel-wrap.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 20px;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-next:before {
    right: 8px;
    margin: -9px 0 0 0;
    content: '';
}
.post-rel-wrap.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 20px;
}
.post-rel-wrap.flexslider .flex-direction-nav .flex-prev:before {
    left: 8px;
    margin: -9px 0 0 0;
    background-position: left bottom;
    content: '';
}


@media only screen and (max-width : 1200px) {
    .post-wrap {
        width: 76%;
        padding: 0 30px 50px 0;
    }
}

@media only screen and (max-width : 992px) {
    .post-wrap {
        width: 100%;
        float: none;
        padding: 0 0 50px 0;
    }
}

@media only screen and (max-width : 650px) {
    .posts-list-rel .posts-i {
        margin: 0;
    }
}
/*----------------------------------
18 - Blog Post
----------------------------------*/


/*----------------------------------
19 - Cart
----------------------------------*/
.cart-items-wrap {
    margin: 0 0 30px;
    overflow: auto;
    clear: both;
}
.cart-items-wrap .cart-items {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    text-align: left;
    border: none;
}
.cart-items-wrap .cart-items a {
    border: none;
}
.cart-items-wrap .cart-items p {
    margin: 0;
}
.cart-items-wrap .cart-items td {
    padding: 17px 20px 17px 0;
    vertical-align: middle;
    border: 1px solid #e0e4f6;
    font-size: 14px;
}
.cart-items-wrap .cart-items thead td {
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #e0e4f6;
}
.cart-items-wrap .cart-items tbody td {
    padding: 17px 20px 17px 0;
    border: none;
    border-bottom: 1px solid #e0e4f6;
    font-weight: 500;
}
.cart-items-wrap .cart-items tbody td b {
    font-weight: 500;
}
.cart-items-wrap .cart-items tbody .cart-image {
    min-width: 100px;
    padding: 17px 20px 17px 0;
}
.cart-items-wrap .cart-items tbody .cart-image a {
    display: block;
    height: 80px;
}
.cart-items-wrap .cart-items tbody .cart-image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    width: auto;
}
.cart-items-wrap .cart-items tbody .cart-ttl {
    text-transform: uppercase;
    color: #373d54;
    text-align: left;
}
.cart-items-wrap .cart-items tbody .cart-ttl a {
    color: #373d54;
    transition: all 0.2s;
}
.cart-items-wrap .cart-items tbody .cart-ttl a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.cart-items-wrap .cart-items tbody .cart-ttl p {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
}
.cart-items-wrap .cart-items tbody .cart-ttl dl {
    overflow: hidden;
    margin: 0;
}
.cart-items-wrap .cart-items tbody .cart-ttl dl dt {
    line-height: 1.7;
    text-transform: none;
    font-weight: 500;
    font-size: 13px;
    float: left;
    clear: left;
    margin: 0 4px 0 0;
}
.cart-items-wrap .cart-items tbody .cart-ttl dl dd {
    margin: 0;
    line-height: 1.7;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    float: left;
}
.cart-items-wrap .cart-items tbody .cart-price span {
    /*color: #bbbbbb;*/
    /*font-weight: 400;*/
}
.cart-items-wrap .cart-items tbody .cart-price del {
    color: #bbbbbb;
    font-weight: 400;
    display: block;
}
.cart-items-wrap .cart-items tbody .cart-summ span {
    /*color: #bbbbbb;*/
    /*font-weight: 400;*/
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone {
    font-weight: 400;
    font-size: 13px;
    position: relative;
    display: none;
    padding: 7px 0 0;
    margin: 4px 0 0;
    line-height: 1.2;
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 1px;
    content: '';
    margin: 0;
    display: block;
    background: #e0e4f6;
    line-height: 1.2;
}
.cart-items-wrap .cart-items tbody .cart-summ .cart-forone b {
    font-weight: 400;
    line-height: 1.2;
}
.cart-items-wrap .cart-items .cart-image {
    width: 120px;
}
.cart-items-wrap .cart-items .cart-price,
.cart-items-wrap .cart-items .cart-summ {
    width: 150px;
}
.cart-items-wrap .cart-items .cart-quantity {
    width: 150px;
}
.cart-items-wrap .cart-items .cart-del {
    width: 32px;
    padding-right: 0;
}
.cart-items-wrap .cart-items tbody .cart-remove {
    width: 32px;
    height: 32px;
    transition: all 0.2s;
    display: block;
    background: url(../img/remove.jpg) center center no-repeat;
}
.cart-items-wrap .cart-items .cart-qnt {
    overflow: hidden;
    margin: 0;
    width: 70px;
}
.cart-items-wrap .cart-items .cart-qnt input[type=text] {
    float: left;
    width: 39px;
    height: 39px;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    color: #373d54;
    text-align: center;
    display: block;
    margin: 0 2px 0 0;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
}
.cart-items-wrap .cart-items .cart-plus {
    float: left;
    width: 17px;
    margin: 5px 0 0;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.cart-items-wrap .cart-items .cart-plus:hover {
    color: #3a89cf;
}
.cart-items-wrap .cart-items .cart-plus .fa {
    padding: 0;
    line-height: 1;
}
.cart-items-wrap .cart-items .cart-minus {
    float: left;
    border-top: none;
    width: 17px;
    color: #373d54;
    text-align: center;
    line-height: 1;
    font-size: 14px;
}
.cart-items-wrap .cart-items .cart-minus:hover {
    color: #3a89cf;
}
.cart-items-wrap .cart-items .cart-minus .fa {
    padding: 0;
    line-height: 1;
}
.cart-submit {
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
}
.cart-coupon {
    float: left;
    width: 42.2%;
    display: block;
    position: relative;
    margin: 0 0 15px;
}
.cart-coupon input[type=text] {
    display: block;
    height: 34px;
    border: 1px solid #e0e4f6;
    padding: 0 17px;
    color: #373d54;
    width: 100%;
}
.cart-coupon input[type=image] {
    position: absolute;
    border: none;
    width: 20px;
    height: 15px;
    display: block;
    top: 50%;
    right: 14px;
    margin: -7px 0 0 0px;
}
.cart-coupon .cart-coupon-btn {
    position: absolute;
    border: none;
    width: 20px;
    height: 15px;
    display: block;
    top: 50%;
    right: 14px;
    margin: -7px 0 0 0;
    transition: all 0.2s;
    background-color: transparent;
    padding: 0;
}
.cart-coupon .cart-coupon-btn:hover {
    opacity: 0.85;
    background-color: transparent;
}
.cart-coupon .cart-coupon-btn img {
    display: block;
}
.cart-submit input[type=submit] {
    display: block;
    border: none;
    float: right;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    margin: 0 0 15px;
    padding: 8px 24px 7px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background: #3a89cf;
    transition: all 0.2s;
    height: auto;
}
.cart-submit input[type=submit]:hover {
    background: #22B2F9;
}
.cart-submit .cart-submit-btn {
    display: block;
    border: none;
    float: right;
    font-size: 13px;
    color: #fff;
    margin: 0 0 15px 25px;
    padding: 10px 20px 9px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background: #373d54;
    letter-spacing: 1px;
    transition: all 0.2s;
    height: auto;
}
.cart-submit .cart-submit-btn:hover {
    background: #474f6e;
    text-decoration: none;
    color: #fff;
}
.cart-submit .cart-clear {
    display: block;
    border: none;
    float: right;
    font-size: 15px;
    color: #373d54;
    line-height: 100%;
    margin: 0 0 15px;
    padding: 11px 0 0;
    border-bottom: 1px solid #373d54;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
    transition: all 0.2s;
    height: auto;
}
.cart-submit .cart-clear:hover {
    text-decoration: none;
    color: #373d54;
    border-bottom: 1px solid rgba(0,0,0,0);
}
body .cart-total {
    padding: 0;
    font-size: 18px;
    color: #373d54;
    font-weight: 700;
    overflow: hidden;
    margin: 0 0 30px;
    border-bottom: 1px solid #e0e4f6;
}
body .cart-total li {
    list-style: none;
    float: right;
    margin: 18px 15px 15px 0;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 20px;
}
body .cart-total li:last-child {
    margin-left: 0;
    padding-left: 0;
}
body .cart-total li:after {
    position: absolute;
    content: "";
    left: 0;
    height: 26px;
    width: 1px;
    top: 50%;
    margin: -13px 0 0;
    background: #e0e4f6;
}
body .cart-total li:last-child:after {
    display: none;
}
body .cart-total li span {
    text-transform: none;
    color: #ccc;
    font-weight: 400;
}
body .cart-total li b {
    font-weight: 400;
}
body .cart-total .cart-summ {
    float: right;
    margin: 15px 0 15px 0;
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
body .cart-total .cart-summ:after {
    position: absolute;
    content: "";
    left: 0;
    height: 26px;
    width: 1px;
    top: 50%;
    margin: -13px 0 0;
    background: #e0e4f6;
}
body .cart-total .cart-summ span {
    text-transform: none;
    color: #ccc;
    font-weight: 400;
}
body .cart-total .cart-summ b {
    color: #3a89cf;
    text-transform: none;
    font-weight: 500;
}
.cart_totals  h2,
.cross-sells h2 {
    font-size: 22px;
    margin: 0 0 12px;
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
    margin: 0 0 6px;
    padding: 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #373d54;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #414863;
}
.woocommerce .cart-submit input[type=submit] {
    padding: 8px 24px 7px !important;
    opacity: 1 !important;
    color: #ffffff !important;
    cursor: pointer !important;
}
.woocommerce .cart-submit input[type=submit]:hover {
    background-color: #414863 !important;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    color: #373d54;
}
.woocommerce .cart-collaterals .cross-sells .wishlist-btn a,
.woocommerce-page .cart-collaterals .cross-sells .wishlist-btn a {
    color: #373d54;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 38%;
}
.woocommerce .cart-collaterals .cart_totals .amount,
.woocommerce-page .cart-collaterals .cart_totals .amount {
    font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals .order-total,
.woocommerce-page .cart-collaterals .cart_totals .order-total {
    text-transform: uppercase;
}
.cross-sells .prod-items .prod-i {
    width: 48.5%;
    margin: 0 3% 36px 0;
}
.cross-sells .prod-items .prod-i:nth-child(2n) {
    margin-right: 0;
}
.cross-sells .prod-items .prod-i:nth-child(2n+1) {
    clear: left;
}



@media only screen and (max-width : 1200px) {
    .cart-items-wrap .cart-items .cart-image {
        width: 100px;
    }
    .cart-items-wrap .cart-items .cart-price,
    .cart-items-wrap .cart-items .cart-summ {
        width: 100px;
    }
    .cart-items-wrap .cart-items .cart-quantity {
        width: 100px;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 58%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: 38%;
    }
}

@media only screen and (max-width : 768px) {
    .cart-items-wrap .cart-items .cart-image {
        display: none;
    }
    .cart-items-wrap .cart-items .cart-discount {
        display: none;
    }
    .cart-items-wrap .cart-items .cart-price {
        display: none;
    }
    .cart-items-wrap .cart-items tbody .cart-summ .cart-forone {
        display: block;
    }
    .cart-items-wrap .cart-items .cart-summ {
        width: 140px;
    }
    .cart-items-wrap .cart-items .cart-quantity {
        width: 80px;
    }
    body .cart-coupon {
        width: 40%;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: auto;
        float: none;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        width: auto;
        float: none;
    }
}

@media only screen and (max-width : 600px) {
    body .cart-total {
        padding: 10px 0;
    }
    body .cart-total li {
        float: none !important;
        margin: 5px 0 5px 0 !important;
        padding: 0 !important;
        text-align: center;
    }
    body .cart-total li:after {
        display: none;
    }
    body .cart-coupon {
        width: 100%;
        float: none;
        margin: 0 0 30px;
    }
    body .cart-submit input[type=submit] {
        float: none;
        margin: 0 auto 15px;
    }
    body .cart-submit .cart-submit-btn {
        float: none;
        margin: 0 auto 15px;
    }
    .cart-submit .cart-clear {
        float: none;
        border: none;
        padding: 0;
        margin: 25px 0 15px;
    }
    .cart-submit .cart-clear:hover {
        border: none;
    }
}

@media only screen and (max-width : 480px) {
    .cart-items-wrap .cart-items td {
        padding: 17px 5px;
    }
    .cart-items-wrap .cart-items tbody td {
        padding: 17px 5px;
    }
    .cart-items-wrap .cart-items tbody .cart-remove {
        border: none;
        width: 12px;
        height: 12px;
    }
    .cart-items-wrap .cart-items .cart-summ {
        width: 80px;
    }
    .cross-sells .prod-items .prod-i {
        width: auto;
        margin: 0 auto 36px;
        float: none;
        max-width: 270px;
    }
    .cross-sells .prod-items .prod-i:nth-child(2n) {
        margin-right: auto;
    }
}



/*----------------------------------
19 - Cart
----------------------------------*/


/*----------------------------------
20 - Order
----------------------------------*/
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #c4d8ec;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
}
.woocommerce table.shop_table {
    border-collapse: collapse;
    border: 1px solid #c4d8ec;
    border-radius: 0;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #f8fafc;
    border: 1px solid #c4d8ec;
    margin: 0 0 50px;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #c4d8ec;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    border: 1em solid #c4d8ec;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
#add_payment_method #payment ul.payment_methods li input[type=radio],
.woocommerce-cart #payment ul.payment_methods li input[type=radio],
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
    display: none;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
    padding: 1px 0 0 25px;
    position: relative;
    cursor: pointer;
}
#add_payment_method #payment ul.payment_methods li input[type=radio] + label:after,
.woocommerce-cart #payment ul.payment_methods li input[type=radio] + label:after,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] + label:after {
    border-radius: 14px;
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    margin: -7px 0 0;
    left: 0;
    border: 2px solid #8890af;
    background-color: #fff;
    color: #fff;
    font-size: 8px;
    padding: 0 0 0 1px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 10px;
}
#add_payment_method #payment ul.payment_methods li label:before,
.woocommerce-cart #payment ul.payment_methods li label:before,
.woocommerce-checkout #payment ul.payment_methods li label:before {
    width: 6px;
    height: 6px;
    border-radius: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    z-index: 1;
    left: 4px;
    background-color: #fff;
}
#add_payment_method #payment ul.payment_methods li input[type=radio]:checked + label:after,
.woocommerce-cart #payment ul.payment_methods li input[type=radio]:checked + label:after,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:after {
    border-color: #5f6a92;
    background-color: #5f6a92;
}
.woocommerce form .woocommerce-checkout-payment .form-row {
    margin: 0;
}
.woocommerce-checkout h3 {
    margin: 0 0 8px;
}
.woocommerce-checkout .select2-container .select2-choice>.select2-chosen {
    margin: 9px 0 0;
}
.woocommerce-checkout .select2-container .select2-choice {
    padding: 0 0 0 15px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    font-weight: 400;
    display: block;
    color: #373d54;
    width: 100%;
    background: #f8fafc;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
}
.woocommerce-checkout .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    box-shadow: none;
}
.woocommerce-checkout .select2-container .select2-choice .select2-arrow b:after {
    border: none;
    left: auto;
    content: '\f107';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    color: #373d54;
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    right: 15px;
    font-size: 20px;
    margin: 0;
}
.woocommerce-checkout .select2-dropdown-open .select2-choice .select2-arrow b:after {
    margin: 0;
    content: '\f106';
}
.woocommerce-checkout .select2-drop-active {
    border: 1px solid #e0e4f6;
    border-top: none;
    background: #f8fafc;
    font-size: 14px;
}
.woocommerce-checkout .select2-results .select2-result-label {
    padding: 5px 11px;
}
.woocommerce-checkout .select2-search input {
    font-size: 14px;
    border: 1px solid #e0e4f6;
}
.woocommerce .order_details {
    overflow: hidden;
}
.woocommerce .order_details li {
    list-style: none;
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
    display: none;
}
.woocommerce-order-received h2 {
    font-size: 22px;
    margin: 0 0 15px;
}
/*----------------------------------
20 - Order
----------------------------------*/


/*----------------------------------
21 - Reviews Carousel
----------------------------------*/
.reviews-wrap {
    margin: 0 auto 30px;
    /*max-width: 800px;*/
}
.reviewscar {
    margin-left: auto;
    margin-right: auto;
}
.reviewscar .swiper-slide {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: center;
    line-height: 1.9;
    margin: 0;
    padding: 0 0 37px;
    position: relative;
    cursor: move;
    letter-spacing: 0.04em;
    font-weight: 300;
}
.reviewscar .swiper-slide:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 24px;
    left: 50%;
    width: 60px;
    margin: 0 0 0 -30px;
    height: 1px;
    background: #373d54;
}
.reviewscar .swiper-slide .reviewscar-cont p {
    line-height: 1.9;
    margin: 0;
    padding: 0;
}
.reviewscar .swiper-slide .reviewscar-post,
.reviewscar .swiper-slide .reviewscar-ttl,
.reviewscar .swiper-slide .reviewscar-imgno,
.reviewscar .swiper-slide img {
    display: none;
}
.reviewscar .reviewscar-ttl {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 25px 0 10px;
    padding-top: 25px;
    position: relative;
}
.reviewscar .reviewscar-ttl:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    margin: 0 0 0 -30px;
    height: 1px;
    background: #373d54;
}
.reviewscar-thumbs {
    box-sizing: border-box;
    padding: 0 0 100px;
    margin-left: auto;
    margin-right: auto;
}
.reviewscar-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    opacity: 0.6;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.reviewscar-thumbs .swiper-slide .reviewscar-cont {
    display: none;
}
.reviewscar-thumbs .swiper-slide:hover,
.reviewscar-thumbs .swiper-slide-active {
    opacity: 1;
}
.reviewscar-thumbs .reviewscar-ttl {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 100px;
    left: -80px;
    right: -80px;
    display: none;
}
.reviewscar-thumbs .reviewscar-ttl a {
    color: #373d54;
    border: none;
}
.reviewscar-thumbs .reviewscar-post {
    position: absolute;
    text-align: center;
    top: 119px;
    left: -80px;
    right: -80px;
    display: none;
    color: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 13px;
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
}
.reviewscar-thumbs .swiper-slide-active .reviewscar-ttl,
.reviewscar-thumbs .swiper-slide-active .reviewscar-post {
    display: block;
}
.reviewscar-thumbs .reviewscar-imgno {
    background-color: #eee;
    width: 80px;
    height: 80px;
    margin: 0;
}


/*----------------------------------
21 - Reviews Carousel
----------------------------------*/


/*----------------------------------
22 - Reviews List
----------------------------------*/
.reviews-list {
    margin: 0 0 30px;
    clear: both;
}
.prod-tab .reviews-list {
    padding-top: 15px;
}
.reviews-list:after {
    clear: both;
    content: '';
    display: block;
}
.reviews-list .reviews-i {
    position: relative;
    padding: 0;
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
    list-style: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.reviews-list .reviews-i .comment_container {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
}
.reviews-list > .reviews-i:last-child .comment_container {
    border-bottom: none;
}
.reviews-list .reviews-i.existimg .comment_container {
    padding: 0 0 5px 144px;
    min-height: 200px;
}
.reviews-list .reviews-i .children {
    margin-left: 40px;
}
.reviews-i .reviews-i-img {
    top: 2px;
    left: 0;
    width: 120px;
    position: absolute;
    margin: 0;
}
.reviews-i .reviews-i-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
}
.reviews-i .star-rating {
    font-size: 12px;
    color: #3a89cf;
    text-align: center;
    display: block;
    margin: 0 auto 4px;
    float: none;
}
.reviews-i .star-rating span {
    line-height: 1;
}
.reviews-i .reviews-i-rating {
    font-size: 13px;
    color: #3a89cf;
    text-align: center;
    display: block;
    margin: 0 0 4px;
}
.reviews-i .reviews-i-rating .fa {
    margin: 0 1px;
}
.reviews-i .reviews-i-cont {
    line-height: 1.7;
    position: relative;
}
.reviews-i .reviews-i-cont:after {
    clear: both;
    content: '';
    display: block;
}
.reviews-i .reviews-i-date {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #373d54;
    font-family: 'PT Serif', sans-serif;
    font-style: italic;
}
.reviews-i .reviews-i-cont .reviews-i-rating {
    text-align: left;
    margin-bottom: 11px;
    position: absolute;
    right: 0;
    top: 3px;
}
.reviews-i .reviews-i-cont .star-rating {
    text-align: left;
    margin-bottom: 11px;
    position: absolute;
    right: 0;
    top: 3px;
}
.reviews-i .reviews-i-cont .reviews-i-date {
    text-align: left;
    margin-bottom: 11px;
}
.reviews-i p {
    line-height: 1.7;
    margin: 0 0 12px;
}
.reviews-i .reviews-i-margin {
    display: block;
    margin-top: 12px;
}
.reviews-i .reviews-i-showanswer {
    font-size: 14px;
    color: #3a89cf;
    letter-spacing: 0.03em;
    float: right;
    line-height: 1.4;
    cursor: pointer;
}
.reviews-i .reviews-i-showanswer.opened .fa:before {
    content: '\f106';
}
.reviews-i .reviews-i-showanswer span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: all 0.2s;
    line-height: 1;
}
.reviews-i .reviews-i-showanswer:hover span {
    border-color: #3a89cf;
}
.woocommerce #reviews h3.reviews-i-ttl,
.reviews-i .reviews-i-ttl {
    font-family: 'PT Serif', sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    padding: 0 0 0 56px;
    position: relative;
    line-height: 1.1;
    margin: 0 0 20px;
    letter-spacing: 0.02em;
    float: left;
    color: #373d54;
    text-align: left;
}
.reviews-i .reviews-i-ttl:after {
    position: absolute;
    top: 8px;
    left: 0;
    background: #373d54;
    height: 1px;
    display: block;
    width: 42px;
    content: '';
}
.reviews-i .reviews-i-answer {
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
    padding: 0 0 0 40px;
    position: relative;
    display: none;
    overflow: hidden;
}
.reviews-i .reviews-i-answer:after {
    content: '';
    display: block;
    width: 2px;
    top: 3px;
    bottom: 13px;
    left: 20px;
    background: #373d54;
    position: absolute;
}

@media only screen and (max-width : 600px) {
    .reviews-i .reviews-i-ttl {
        float: none;
        margin: 0 0 13px;
    }
    .reviews-i .reviews-i-showanswer {
        float: none;
    }
}

@media only screen and (max-width : 480px) {
    .reviews-list .reviews-i.existimg .comment_container {
        padding: 0 0 0 104px;
        min-height: 170px;
    }
    .reviews-i .reviews-i-img {
        width: 80px;
    }
}
/*----------------------------------
22 - Reviews List
----------------------------------*/


/*----------------------------------
23 - Modal Form
----------------------------------*/
.modalform {
    font-size: 14px;
    background: #fff;
    width: 100%;
    padding: 30px 30px 20px;
    margin: 0 auto;
    width: 280px;
}
.modalform .modalform-ttl {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 11px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #373d54;
    text-align: center;
    position: relative;
}
.modalform .modalform-ttl:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 1px;
    margin: 0 0 0 -25px;
    display: block;
    background: #373d54;
}
.modalform input[type=text] {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #e0e4f6;
    height: 40px;
    color: #373d54;
    background: #f8fafc;
    transition: all 0.2s;
    padding: 0 14px;
    font-size: 14px;
}
.modalform input[type=text]::-webkit-input-placeholder {
    color: #c7cbdc;
}
.modalform input[type=text]::-moz-placeholder {
    color: #c7cbdc;
    opacity: 1;
}
.modalform input[type=text]:-ms-input-placeholder {
    color: #c7cbdc;
}
.modalform textarea {
    float: none;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px 0;
    border: 1px solid #e0e4f6;
    display: block;
    min-height: 170px;
    height: 170px;
    max-height: 700px;
    color: #373d54;
    background: #f8fafc;
    transition: all 0.2s;
    padding: 14px 14px;
    font-size: 14px;
}
.modalform textarea::-webkit-input-placeholder {
    color: #c7cbdc;
}
.modalform textarea::-moz-placeholder {
    color: #c7cbdc;
    opacity: 1;
}
.modalform textarea:-ms-input-placeholder {
    color: #c7cbdc;
}
.modalform button[type=submit] {
    display: block;
    border: none;
    font-size: 13px;
    color: #fff;
    margin: 0 auto 15px;
    padding: 10px 24px 9px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background: #373d54;
    transition: all 0.2s;
    height: auto;
    width: 100%;
}
.modalform button[type=submit] .fa {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    font-size: 12px;
}
.modalform button[type=submit]:hover {
    background: #22B2F9;
}
.redborder {
    border-color: red !important;
}
.modalform .form-result {
    margin: 0;
}

@media only screen and (max-width : 380px) {
    .modalform {
        width: 275px;
    }
}
/*----------------------------------
23 - Modal Form
----------------------------------*/


/*----------------------------------
24 - Pricing Table
----------------------------------*/
.pricing-wrap {
    overflow: hidden;
    margin-bottom: 30px;
}
.pricing-list {
    margin-left: -15px;
    margin-right: -15px;
}
.pricing-i {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #373d54;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
}
/*.pricing-list .pricing-i:nth-child(3n+1) {
	clear: left;
}*/
.pricing-i-marked {
    margin-top: 0;
}
.pricing-i .pricing-i-top {
    color: #ffffff;
    background: #3f4661;
    padding: 24px 15px 14px;
    font-weight: 300;
    overflow: hidden;
}
.pricing-i-marked .pricing-i-top {
    padding-top: 33px;
    padding-bottom: 22px;
}
.pricing-i .pricing-i-ttl {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 5px;
    line-height: 1.2;
    color: #fff;
}
.pricing-i-marked .pricing-i-ttl {
    font-size: 39px;
    margin-bottom: 10px;
}
.pricing-i .pricing-i-subttl {
    opacity: 0.23;
    font-size: 15px;
    margin: 0 0 9px;
}
.pricing-i .pricing-i-price {
    font-size: 28px;
    color: #fff;
    font-weight: 300;
    background: #373d54;
    margin: 0;
    padding: 12px 15px;
}
.pricing-i .pricing-i-price span {
    font-size: 16px;
}
.pricing-i .pricing-i-desc {
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #e0e4f6;
    border-left: 2px solid #e0e4f6;
    border-right: 2px solid #e0e4f6;
}
.pricing-i-marked .pricing-i-desc {
    border-color: #373d54;
}
.pricing-i .pricing-i-desc p,
.pricing-i .pricing-i-desc li {
    list-style: none;
    padding: 22px 15px;
    font-size: 15px;
    margin: 0;
}
.pricing-i .pricing-i-desc p:nth-child(2n),
.pricing-i .pricing-i-desc li:nth-child(2n) {
    background: #f8fafc;
}
.pricing-i .pricing-i-desc del {
    color: #7c83a1;
}
.pricing-i .pricing-i-desc .pricing-i-order {
    padding: 15px 15px;
}
.pricing-i .pricing-i-desc .pricing-i-order a {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #373d54;
    border: none;
    letter-spacing: 1px;
}
.pricing-i .pricing-i-desc .pricing-i-order a:hover {
    background: #474f6e;
}

/*----------------------------------
24 - Pricing Table
----------------------------------*/


/*----------------------------------
25 - Team
----------------------------------*/
/*.team-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
.team-list {
	margin-left: -15px;
	margin-right: -15px;
}*/
.team-i {
    text-align: center;
    margin-bottom: 40px;
    color: #373d54;
    margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
}
.team-list .team-i:nth-child(3n+1) {
    clear: left;
}
.team-i .team-i-img {
    margin: 0 0 25px;
    padding: 0;
    overflow: hidden;
    /*height: 280px;*/
    display: block;
}
.team-i .team-i-img img {
    display: block;
    width: 100%;
    /*min-height: 100%;*/
}
.team-i .team-i-ttl {
    margin: 0 0 2px;
    padding: 0;
    font-weight: 500;
    font-size: 19px;
}
.team-i .team-i-post {
    color: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 13px;
    font-weight: 400;
    letter-spacing: 1px;
}
.team-i p {
    margin-bottom: 19px;
}
.team-i .team-i-margin {
    display: block;
    margin-top: 19px;
}
.team-i .team-i-social {
    text-align: center;
    padding: 17px 0 0;
    margin: 0;
    position: relative;
}
.team-i .team-i-social:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    width: 190px;
    margin: 0 0 0 -95px;
    height: 1px;
    background: #e0e4f6;
}
.team-i .team-i-social li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 8px 8px;
}
.team-i .team-i-social li a {
    transition: all 0.2s;
    border: none;
    color: #5f6a92;
    font-size: 18px;
}
.team-i .team-i-social li a:hover .fa {
    color: #3a89cf;
}
.team-i .team-i-social li a:hover .fa-pinteres {
    color: #f44336;
}
.team-i .team-i-social li a:hover .fa-facebook-square,
.team-i .team-i-social li a:hover .fa-faceboo {
    color: #0083C9;
}
.team-i .team-i-social li a:hover .fa-twitter {
    color: #5BBCEC;
}
.team-i .team-i-social li a:hover .fa-linkedin {
    color: #FF4518;
}
.team-i .team-i-social li a:hover .fa-dribbble {
    color: #90C9DC;
}
.team-i .team-i-social li a:hover .fa-google-plus {
    color: #CE3C2D;
}
.team-i .team-i-social li a:hover .fa-instagram {
    color: #b4307d;
}
.team-i .team-i-social li a:hover .fa-vk {
    color: #4c75a3;
}
/*----------------------------------
25 - Team
----------------------------------*/


/*----------------------------------
26 - Contact Forms
----------------------------------*/
.contactform {
    margin: 0 auto 30px;
    max-width: 600px;
    font-size: 14px;
}
.contactform p {
    margin: 0 0 20px;
}
.contactform label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
    color: #373d54;
    font-size: 14px;
}
.contactform label {
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.contactform .contactform-multiselect label,
.contactform .contactform-textarea label {
    vertical-align: top;
    margin: 13px 0 0;
}
.contactform p label + .wpcf7-form-control-wrap,
.contactform p label + .contactform-input,
.contactform p label + select,
.contactform p label + textarea,
.contactform p label + input[type=file],
.contactform p label + input[type=password],
.contactform p label + input[type=email],
.contactform p label + input[type=tel],
.contactform p label + input[type=search],
.contactform p label + input[type=text] {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80%;
}
.contactform p input[type=file] {
    width: auto;
    color: #373d54;
    font-size: 14px;
}
.contactform p select {
    background: #fff;
    outline: none !important;
    background: #f8fafc;
    color: #373d54;
}
.contactform .contactform-radio label,
.contactform .contactform-checkbox label {
    margin: 0 0 5px;
}
.contactform .contactform-radio label[for],
.contactform .contactform-checkbox label[for] {
    text-transform: none;
    letter-spacing: 0;
    width: auto;
    text-align: left;
    line-height: 1;
    margin: 0;
}
.contactform .contactform-radio input[type=radio],
.contactform .contactform-checkbox input[type=checkbox] {
    margin: 0 5px 5px 0;
}
.contactform .contactform-radio label[for],
.contactform .contactform-checkbox label[for] {
    margin: 0 10px 5px 0;
    line-height: 1;
}
.contactform .contactform-radio br,
.contactform .contactform-checkbox br {
    display: none;
}
.contactform .contactform-date input[type=text] {
    display: inline-block;
    width: 70%;
    margin: 0 5px 0 0;
}
.contactform .contactform-submit {
    text-align: center;
    padding: 15px 0 0;
}
.contactform .contactform-submit input[type=submit] {
    display: inline-block;
    margin-left: 20px;
}

.wpcf7 .contactform + div.wpcf7-response-output {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    color: #373d54;
    text-align: center;
    margin: 0 0 30px;
}

.form-required {
    color: red;
}

@media only screen and (max-width : 650px) {
    .contactform label {
        width: auto;
        text-align: left;
        margin: 0 0 4px;
    }
    .contactform p label + .wpcf7-form-control-wrap,
    .contactform p label + .contactform-input,
    .contactform p label + select,
    .contactform p label + textarea,
    .contactform p label + input[type=file],
    .contactform p label + input[type=password],
    .contactform p label + input[type=email],
    .contactform p label + input[type=tel],
    .contactform p label + input[type=search],
    .contactform p label + input[type=text] {
        width: auto;
        display: block;
    }
}
/*----------------------------------
26 - Contact Forms
----------------------------------*/


/*----------------------------------
27 - Brands
----------------------------------*/
.brands-list {
    overflow: hidden;
    position: relative;
    padding: 0 50px;
    margin: 0 0 50px;
}
.brands-list ul.slides {
    overflow: hidden;
    position: relative;
    width: 1600%;
    transition-duration: 0s;
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    margin: 0 auto;
}
.brands-list ul.slides li {
    float: left;
    width: 157px;
    margin: 0 20px 0 0;
    text-align: center;
    vertical-align: middle;
    display: block;
}
.brands-list ul.slides li .brands-i-link {
    border: none;
    display: block;
}
.brands-list ul.slides li .brands-i-img {
    height: 70px;
    margin: 0 0 10px;
    display: block;
    transition: all 0.2s;
    font-size: 0;
}
.brands-list ul.slides li .brands-i-img:hover {
    opacity: 0.85;
}
.brands-list ul.slides li .brands-i-img:after {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.brands-list ul.slides li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.brands-i .brands-i-ttl {
    text-align: center;
    color: #373d54;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 0;
    transition: all 0.2s;
    text-transform: uppercase;
}
.brands-i .brands-i-ttl .brands-i-count {
    color: #a0a6c5;
}
.brands-list .flex-direction-nav .flex-prev {
    left: 2px;
}
.brands-list .flex-direction-nav .flex-prev:hover {
    left: 0px;
}
.brands-list .flex-direction-nav .flex-next {
    right: 2px;
}
.brands-list .flex-direction-nav .flex-next:hover {
    right: 0;
}



.brands-sb {
    overflow: hidden;
    position: relative;
    margin-top: -8px;
    text-align: center;
}
.brands-sb li {
    text-align: center;
    width: 32.3%;
    margin: 0 0 30px;
    vertical-align: top;
    display: inline-block;
}
.brands-sb li.brands-sb-noimg {
    text-align: left;
    width: 44%;
    margin: 0 12% 0 0;
    float: left;
}
.brands-sb li.brands-sb-noimg:nth-child(2n+1) {
    clear: left;
}
.brands-sb li.brands-sb-noimg:nth-child(2n+2) {
    margin-right: 0;
}
.brands-sb .brands-i-link {
    border: none;
    position: relative;
    display: block;
}
.brands-sb .brands-i-img {
    height: 43px;
    margin: 0 0 7px;
    display: block;
    transition: all 0.2s;
    font-size: 0;
}
.brands-sb .brands-i-img:hover {
    opacity: 0.85;
}
.brands-sb .brands-i-img:after {
    display: inline-block;
    height: 100%;
    content: '';
    vertical-align: middle;
}
.brands-sb img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.brands-sb .brands-i-ttl {
    text-align: center;
    color: #373d54;
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin: 0;
    transition: all 0.2s;
    text-transform: uppercase;
    position: relative;
}
.brands-sb .brands-i-ttl .brands-i-count {
    color: #a0a6c5;
}
.brands-sb .brands-sb-noimg {
    text-align: left;
}
.brands-sb .brands-sb-noimg .brands-i-ttl {
    text-align: left;
    border-top: 1px solid #e0e4f6;
    padding: 8px 25px 0 0;
    margin: 0 0 7px;
}
.brands-sb .brands-sb-noimg:nth-child(1) .brands-i-ttl,
.brands-sb .brands-sb-noimg:nth-child(2) .brands-i-ttl {
    border-color: transparent;
}
.brands-sb .brands-sb-noimg .brands-i-ttl .brands-i-count {
    position: absolute;
    top: 10px;
    right: 5px;
}
.brands-sb .brands-sb-noimg .brands-i-ttl:hover {
    color: #3a89cf;
}


@media only screen and (max-width : 992px) {
    .brands-sb li {
        width: 49%;
    }
}
@media only screen and (max-width : 768px) {
    .brands-sb li {
        width: 32%;
    }
}

/*----------------------------------
27 - Brands
----------------------------------*/


/*----------------------------------
28 - Banners
----------------------------------*/
.banners-list {
    margin: 0;
    height: 360px;
    overflow: hidden;
}
.banners-list:after {
    clear: both;
    content: '';
    display: block;
}
.banners-list .banner-i {
    width: 50%;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
}
.banner-i .banner-i-wrap {
    position: absolute;
    color: #373d54;
    font-size: 13px;
    overflow: hidden;
    border: none;
    text-align: center;
}
.banner-i a {
    display: initial !important;
}
.banner-i p {
    margin: 0 0 24px;
}
.banner-i .banner-i-img {
    display: block;
    width: 100%;
}
.banner-i .banner-i-bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.banner-i .banner-i-ttl {
    font-size: 19px;
    margin: 0 0 24px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.03em;
}
.banner-i .banner-i-ttl * {
    line-height: 1.2;
}
.banner-i .banner-i-subttl {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 0 0 11px;
}
.banner-i .banner-i-link {
    margin: 24px 0 35px;
}
.banner-i .banner-i-link button {
    background: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}
.banner-i .banner-i-link button:hover {
    background: #474f6e;
}


.banner-i .banner-i-cont-inner {
    text-align: left;
}
.banner-i .banner-i-cont-inner.align-center {
    text-align: center;
}

.banner-i.with-bg .banner-i-wrap {

}
.banner-i.with-bg p {
    margin: 0 0 14px;
    font-weight: 300;
}
.banner-i.with-bg .banner-i-cont-inner {
    background: rgba(55,61,84,0.9);
    color: #fff;
    padding: 27px 27px 1px;
}
.banner-i.with-bg .banner-i-ttl {
    color: #fff;
    margin: 0 0 14px;
}
.banner-i.with-bg .banner-i-subttl {
    margin: 0 0 8px;
}
.banner-i.with-bg .banner-i-link {
    margin: 0 0 25px;
}
.banner-i.with-bg .banner-i-link button {
    background: transparent;
    padding: 0;
    position: relative;
}
.banner-i.with-bg .banner-i-link button:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: -1px 0 0 10px;
}



.banner-i .banner-i-wrap {
    bottom: 0;
    top: auto;
    left: 35px;
    right: 35px;
    display: block;
}
.banner-i.with-bg .banner-i-wrap {
    bottom: 25px;
}

.banner-i.pos-top .banner-i-wrap {
    top: 35px;
    bottom: auto;
}
.banner-i.pos-top.with-bg .banner-i-wrap {
    top: 25px;
    bottom: auto;
}



.banners-col_3_3.banners-list .banner-i.pos-right:nth-child(3n+3) .banner-i-wrap,
.banners-col_3_2.banners-list .banner-i.pos-right:nth-child(3n+2) .banner-i-wrap,
.banners-col_3_1.banners-list .banner-i.pos-right:nth-child(3n+1) .banner-i-wrap,
.banners-col_2.banners-list .banner-i.pos-right .banner-i-wrap,
.banners-col_1.banners-list .banner-i.pos-right .banner-i-wrap,
.banners-col_3_3.banners-list .banner-i.pos-left:nth-child(3n+3) .banner-i-wrap,
.banners-col_3_2.banners-list .banner-i.pos-left:nth-child(3n+2) .banner-i-wrap,
.banners-col_3_1.banners-list .banner-i.pos-left:nth-child(3n+1) .banner-i-wrap,
.banners-col_2.banners-list .banner-i.pos-left .banner-i-wrap,
.banners-col_1.banners-list .banner-i.pos-left .banner-i-wrap {
    left: 55px;
    right: 55px;
    /*top: 50%;
    bottom: auto;
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    text-align: left;

    top: 0;
    bottom: 0;
    font-size: 0;
}
.banners-col_3_3.banners-list .banner-i.pos-right:nth-child(3n+3) .banner-i-wrap,
.banners-col_3_2.banners-list .banner-i.pos-right:nth-child(3n+2) .banner-i-wrap,
.banners-col_3_1.banners-list .banner-i.pos-right:nth-child(3n+1) .banner-i-wrap,
.banners-col_2.banners-list .banner-i.pos-right .banner-i-wrap,
.banners-col_1.banners-list .banner-i.pos-right .banner-i-wrap {
    text-align: right;
}
.banners-col_3_3.banners-list .banner-i.pos-right:nth-child(3n+3) .banner-i-wrap:after,
.banners-col_3_2.banners-list .banner-i.pos-right:nth-child(3n+2) .banner-i-wrap:after,
.banners-col_3_1.banners-list .banner-i.pos-right:nth-child(3n+1) .banner-i-wrap:after,
.banners-col_2.banners-list .banner-i.pos-right .banner-i-wrap:after,
.banners-col_1.banners-list .banner-i.pos-right .banner-i-wrap:after,
.banners-col_3_3.banners-list .banner-i.pos-left:nth-child(3n+3) .banner-i-wrap:after,
.banners-col_3_2.banners-list .banner-i.pos-left:nth-child(3n+2) .banner-i-wrap:after,
.banners-col_3_1.banners-list .banner-i.pos-left:nth-child(3n+1) .banner-i-wrap:after,
.banners-col_2.banners-list .banner-i.pos-left .banner-i-wrap:after,
.banners-col_1.banners-list .banner-i.pos-left .banner-i-wrap:after {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    content: '';
}
.banners-col_3_3.banners-list .banner-i.pos-right:nth-child(3n+3) .banner-i-cont,
.banners-col_3_2.banners-list .banner-i.pos-right:nth-child(3n+2) .banner-i-cont,
.banners-col_3_1.banners-list .banner-i.pos-right:nth-child(3n+1) .banner-i-cont,
.banners-col_2.banners-list .banner-i.pos-right .banner-i-cont,
.banners-col_1.banners-list .banner-i.pos-right .banner-i-cont,
.banners-col_3_3.banners-list .banner-i.pos-left:nth-child(3n+3) .banner-i-cont,
.banners-col_3_2.banners-list .banner-i.pos-left:nth-child(3n+2) .banner-i-cont,
.banners-col_3_1.banners-list .banner-i.pos-left:nth-child(3n+1) .banner-i-cont,
.banners-col_2.banners-list .banner-i.pos-left .banner-i-cont,
.banners-col_1.banners-list .banner-i.pos-left .banner-i-cont {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.banners-col_3_3.banners-list .banner-i.pos-right:nth-child(3n+3) .banner-i-cont,
.banners-col_3_2.banners-list .banner-i.pos-right:nth-child(3n+2) .banner-i-cont,
.banners-col_3_1.banners-list .banner-i.pos-right:nth-child(3n+1) .banner-i-cont,
.banners-col_2.banners-list .banner-i.pos-right .banner-i-cont,
.banners-col_1.banners-list .banner-i.pos-right .banner-i-cont {

}



.banners-col_1.banners-list .banner-i {
    width: 100%;
}
.banners-col_1.banners-list .banner-i .banner-i-wrap .banner-i-cont-inner {
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}

.banners-col_2.banners-list .banner-i {
    width: 50%;
}
.banners-col_2.banners-list .banner-i .banner-i-wrap .banner-i-cont-inner {
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}

.banners-col_3_1.banners-list .banner-i:nth-child(3n+1) {
    width: 50%;
    clear: left;
}
.banners-col_3_1.banners-list .banner-i:nth-child(3n+1) .banner-i-wrap .banner-i-cont-inner {
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}
.banners-col_3_1.banners-list .banner-i:nth-child(3n+2) {
    width: 25%;
}
.banners-col_3_1.banners-list .banner-i:nth-child(3n+3) {
    width: 25%;
}

.banners-col_3_2.banners-list .banner-i:nth-child(3n+1) {
    width: 25%;
    clear: left;
}
.banners-col_3_2.banners-list .banner-i:nth-child(3n+2) {
    width: 50%;
}
.banners-col_3_2.banners-list .banner-i:nth-child(3n+2) .banner-i-wrap .banner-i-cont-inner {
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}
.banners-col_3_2.banners-list .banner-i:nth-child(3n+3) {
    width: 25%;
}

.banners-col_3_3.banners-list .banner-i:nth-child(3n+1) {
    width: 25%;
    clear: left;
}
.banners-col_3_3.banners-list .banner-i:nth-child(3n+2) {
    width: 25%;
}
.banners-col_3_3.banners-list .banner-i:nth-child(3n+3) {
    width: 50%;
}
.banners-col_3_3.banners-list .banner-i:nth-child(3n+3) .banner-i-wrap .banner-i-cont-inner {
    display: inline-block;
    padding-left: 29px;
    padding-right: 29px;
}

.banners-col_4.banners-list .banner-i {
    width: 25%;
}

.banners-list.banners-gap0 { margin: 0; }
.banners-list.banners-gap0 .banner-i { padding: 0; }
.banners-list.banners-gap1 { margin: 0 -1px 2px; }
.banners-list.banners-gap1 .banner-i { padding: 0 1px; }
.banners-list.banners-gap2 { margin: 0 -2px 4px; }
.banners-list.banners-gap2 .banner-i { padding: 0 2px; }
.banners-list.banners-gap3 { margin: 0 -3px 6px; }
.banners-list.banners-gap3 .banner-i { padding: 0 3px; }
.banners-list.banners-gap4 { margin: 0 -4px 8px; }
.banners-list.banners-gap4 .banner-i { padding: 0 4px; }
.banners-list.banners-gap5 { margin: 0 -5px 10px; }
.banners-list.banners-gap5 .banner-i { padding: 0 5px; }
.banners-list.banners-gap6 { margin: 0 -6px 12px; }
.banners-list.banners-gap6 .banner-i { padding: 0 6px; }
.banners-list.banners-gap7 { margin: 0 -7px 14px; }
.banners-list.banners-gap7 .banner-i { padding: 0 7px; }
.banners-list.banners-gap8 { margin: 0 -8px 16px; }
.banners-list.banners-gap8 .banner-i { padding: 0 8px; }
.banners-list.banners-gap9 { margin: 0 -9px 18px; }
.banners-list.banners-gap9 .banner-i { padding: 0 9px; }
.banners-list.banners-gap10 { margin: 0 -10px 20px; }
.banners-list.banners-gap10 .banner-i { padding: 0 10px; }
.banners-list.banners-gap11 { margin: 0 -11px 22px; }
.banners-list.banners-gap11 .banner-i { padding: 0 11px; }
.banners-list.banners-gap12 { margin: 0 -12px 24px; }
.banners-list.banners-gap12 .banner-i { padding: 0 12px; }
.banners-list.banners-gap13 { margin: 0 -13px 26px; }
.banners-list.banners-gap13 .banner-i { padding: 0 13px; }
.banners-list.banners-gap14 { margin: 0 -14px 28px; }
.banners-list.banners-gap14 .banner-i { padding: 0 14px; }
.banners-list.banners-gap15 { margin: 0 -15px 30px; }
.banners-list.banners-gap15 .banner-i { padding: 0 15px; }


@media only screen and (max-width : 992px) {

    .banners-list {
        margin-left: auto;
        margin-right: auto;
    }
    .banners-col_1.banners-list {
        height: 450px;
        padding-bottom: 0;
    }
    .banners-col_2.banners-list .banner-i {
        width: 100%;
        height: 50%;
    }
    .banners-col_4.banners-list .banner-i {
        width: 50%;
        height: 50%;
    }

    .banners-col_3_1.banners-list .banner-i,
    .banners-col_3_2.banners-list .banner-i,
    .banners-col_3_3.banners-list .banner-i {
        height: 50%;
    }

    .banners-col_3_1.banners-list .banner-i:nth-child(3n+1) {
        width: 100%;
    }
    .banners-col_3_1.banners-list .banner-i:nth-child(3n+2) {
        width: 50%;
    }
    .banners-col_3_1.banners-list .banner-i:nth-child(3n+3) {
        width: 50%;
    }

    .banners-col_3_2.banners-list {
        height: auto !important;
    }
    .banners-col_3_2.banners-list .banner-i {
        height: 455px;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: auto !important;
    }
    .banners-col_3_2.banners-list .banner-i:nth-child(3n+2) {
        max-width: initial;
    }

    .banners-col_3_3.banners-list .banner-i:nth-child(3n+1) {
        width: 50%;
    }
    .banners-col_3_3.banners-list .banner-i:nth-child(3n+2) {
        width: 50%;
    }
    .banners-col_3_3.banners-list .banner-i:nth-child(3n+3) {
        width: 100%;
    }
}

@media only screen and (max-width : 650px) {
    .banners-list {
        height: auto !important;
    }
    .banners-list .banner-i {
        margin-left: auto;
        margin-right: auto;
        float: none;
        width: auto !important;
    }
    .banners-col_1.banners-list .banner-i {
        height: 360px;
    }
    .banners-col_2.banners-list .banner-i {
        height: 360px;
    }
    .banners-col_4.banners-list .banner-i {
        height: 455px;
        max-width: 370px;
    }

    .banners-col_3_1.banners-list .banner-i:nth-child(3n+1) {
        height: 360px;
    }
    .banners-col_3_1.banners-list .banner-i:nth-child(3n+2),
    .banners-col_3_1.banners-list .banner-i:nth-child(3n+3) {
        height: 455px;
        max-width: 370px;
    }

    .banners-col_3_3.banners-list .banner-i:nth-child(3n+1),
    .banners-col_3_3.banners-list .banner-i:nth-child(3n+2) {
        height: 455px;
        max-width: 370px;
    }
    .banners-col_3_3.banners-list .banner-i:nth-child(3n+3) {
        height: 360px;
    }

    .banners-col_3_2.banners-list .banner-i:nth-child(3n+2) {
        height: 360px;
    }

}

/*----------------------------------
28 - Banners
----------------------------------*/


/*----------------------------------
29 - Discounts
----------------------------------*/
.discounts-wrap {
    margin: 0 0 50px;
    position: relative;
}
.discounts-wrap .discounts-list {
    padding: 0 240px 0 0;
    position: relative;
}
.discounts-wrap.discounts-wrap-nobtn .discounts-list {
    padding: 0;
}
.discounts-wrap .discounts-list .slides {
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;

    height: 145px;
}
.discounts-wrap .discounts-info {
    color: #373d54;
    font-size: 15px;
    position: absolute;
    bottom: 27px;
    right: 0;
    width: 210px;
}
.discounts-wrap .discounts-info p {
    margin: 0 0 15px;
    line-height: 1.4;
}
.discounts-wrap .discounts-info a {
    background: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.discounts-wrap .discounts-info a:hover {
    background: #474f6e;
}

@media only screen and (max-width : 1300px) {
    .discounts-list .flex-direction-nav .flex-next {
        right: 20px;
    }
    .discounts-list .flex-direction-nav .flex-prev {
        left: 20px;
    }
    .discounts-list.flexslider .flex-direction-nav a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        opacity: 1 !important;
        margin: -18px 0 0;
        position: absolute;
        top: 50%;
        color: #373d54;
        text-shadow: none;
        background: rgba(255,255,255,0.8);
    }
    .discounts-list.flexslider .flex-direction-nav a:before {
        display: block;
        content: "\f104";
        font-size: 26px;
        text-indent: initial;
        color: #373d54;
        font-family: FontAwesome;
        transition: all 0.3s;
        text-shadow: none;
    }
    .discounts-list.flexslider .flex-direction-nav a.flex-next:before {
        margin: 0 0 0 4px;
        content: "\f105";
    }
    .discounts-list.flexslider .flex-direction-nav a.flex-prev:before {
        margin: 0 2px 0 0;
        content: "\f104";
    }
    .discounts-list.flexslider .flex-direction-nav a:hover {
        background: rgba(18,176,255,0.4);
        background: rgba(55,61,84,0.7);
        background: #fff;
        text-decoration: none;
    }
    .discounts-list.flexslider .flex-direction-nav .flex-next:hover {
        right: 20px;
    }
    .discounts-list.flexslider .flex-direction-nav .flex-prev:hover {
        left: 20px;
    }
}

@media only screen and (max-width : 992px) {
    .discounts-wrap .discounts-list {
        padding: 0;
        border-left: 1px solid #e0e4f6;
    }
    .discounts-list .discounts-i {
        padding: 20px 15px 0 135px;
    }
    .discounts-wrap .discounts-info {
        padding: 30px 0 0;
        position: relative;
        top: auto;
        bottom: auto;
        right: auto;
        text-align: center;
        width: auto;
    }
}
/*----------------------------------
29 - Discounts
----------------------------------*/




/*----------------------------------
31 - Iconbox
----------------------------------*/
.iconbox-i {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
}
.iconbox-i .iconbox-i-img {
    margin: 0 0 30px;
    padding: 0;
    height: 90px;
}
.iconbox-i .iconbox-i-img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.iconbox-i .iconbox-i-img i {
    font-size: 80px;
    color: #3a89cf;
    display: inline-block;
    vertical-align: middle;
}
.iconbox-i .iconbox-i-img:after {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    content: '';
}
.iconbox-i .iconbox-i-ttl {
    margin: 0 0 16px;
    padding: 0 0 17px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.iconbox-i .iconbox-i-ttl:after {
    background-color: #5f6a92;
    width: 50px;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -25px;
}
.iconbox-i .iconbox-i-link {
    color: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 3px;
    border: none;
}
.iconbox-i .iconbox-i-link:hover {
    color: #3a89cf;
}
.iconbox-i .iconbox-i-link .fa {
    font-size: 16px;
    margin-left: 3px;
}
.iconbox-i p {
    font-size: 14px;
    margin-bottom: 10px;
}
.iconbox-i .iconbox-i-margin {
    display: block;
    margin-top: 10px;
}


/*.iconbox-2-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}
.iconbox-2-list .iconbox-2-col {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}*/
.iconbox-i-2 {
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    padding-left: 80px;
    margin-bottom: 40px;
}
.iconbox-i-2 .iconbox-i-2-img {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    left: 0;
    width: 50px;
}
.iconbox-i-2 .iconbox-i-2-img img {
    width: 100%;
    height: auto;
    display: block;
}
.iconbox-i-2 .iconbox-i-2-img i {
    font-size: 45px;
    color: #3a89cf;
    display: inline-block;
}
.iconbox-i-2 .iconbox-i-2-ttl {
    margin: 0 0 12px;
    padding: 0 0 13px;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}
.iconbox-i-2 .iconbox-i-2-ttl:after {
    background-color: #5f6a92;
    width: 50px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    transition: all 0.2s;
}
.iconbox-i-2 .iconbox-i-2-link {
    color: #373d54;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 3px;
    border: none;
}
.iconbox-i-2 .iconbox-i-2-link:hover {
    color: #3a89cf;
}
.iconbox-i-2 .iconbox-i-2-link .fa {
    font-size: 16px;
    margin-left: 3px;
}
.iconbox-i-2 p {
    font-size: 14px;
    margin-bottom: 6px;
}
.iconbox-i-2 .iconbox-i-2-margin {
    display: block;
    margin-top: 6px;
}
/*----------------------------------
31 - Iconbox
----------------------------------*/


/*----------------------------------
32 - Counters
----------------------------------*/
/*.facts-wrap {
	overflow: hidden;
	margin-bottom: 30px;
}*/
.facts-i {
    text-align: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    padding-bottom: 11px;
}
.facts-i:after {
    background-color: #373d54;
    width: 50px;
    height: 1px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -25px;
    transition: all 0.2s;
}
.facts-i:hover:after {
    background-color: #3a89cf;
}
.facts-i .facts-i-num {
    margin: 0 0 10px;
    padding: 0;
    color: #373d54;
    white-space: nowrap;
    line-height: 1;
    font-size: 42px;
    letter-spacing: 2px;
    transition: all 0.2s;
    height: 42px;
    position: relative;
    font-weight: 700;
    font-family: 'PT Serif', sans-serif;
}
.facts-i:hover .facts-i-num {
    color: #3a89cf;
}
.facts-i .facts-i-ttl {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.facts-i p {
    font-size: 14px;
    margin-bottom: 11px;
}
.facts-i .facts-i-margin {
    display: block;
    margin-top: 11px;
}
.facts-i .facts-i-percent {
    margin: 0 auto 23px;
    padding: 0;
    color: #373d54;
    white-space: nowrap;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    height: 105px;
    width: 105px;
}
.facts-i .facts-i-percent .progressbar-text {
    color: #373d54 !important;
    font-size: 30px;
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
}
.facts-i .facts-i-percent .progressbar-text span {
    font-size: 20px;
}
.facts-i .facts-i-ttl.facts-i-ttl-2 {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
/*----------------------------------
32 - Counters
----------------------------------*/


/*----------------------------------
33 - Social Links
----------------------------------*/
/*.social-wrap {
	margin-bottom: 40px;
}
.social-list {
	text-align: center;
}*/
.social-i {
    text-align: center;
    margin: 0 auto 50px;
    display: block;
    max-width: 160px;
}
.social-i a {
    color: #373d54;
    transition: all 0.3s;
    display: block;
    border: none;
}
.social-i .social-i-img {
    color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    line-height: 82px;
    margin: 0 auto 20px;
    background: #373d54;
    transition: all 0.3s;
}
.social-i .social-i-img .fa {
    color: #ffffff;
    line-height: 1;
    font-size: 28px;
    transition: all 0.3s;
}
.social-i a:hover .social-i-img {
    background: #f5f5f5;
}
.social-i a:hover .social-i-img .fa {
    color: #373d54;
}
.social-i .social-i-ttl {
    text-transform: uppercase;
    font-size: 13px;
    color: #373d54;
    font-weight: 500;
    margin: 0;
    letter-spacing: 1px;
}
/*----------------------------------
33 - Social Links
----------------------------------*/


/*----------------------------------
34 - Accordion
----------------------------------*/
.wpb-js-composer .allstore-tabs.vc_tta-style-allstore.vc_tta.vc_general .vc_tta-panel.vc_active,
.wpb-js-composer .allstore-tabs.vc_tta-style-allstore.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
    height: auto !important;
    min-height: initial !important;
    overflow: initial;
}
.wpb-js-composer .allstore-tabs.vc_tta-style-allstore.vc_tta.vc_general .vc_tta-panel-body {
    overflow: hidden;
    display: block !important;
    height: 0px !important;
    min-height: initial !important;
}


.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container {
    margin: 0;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0 0 35px !important;
    padding: 0;
    position: relative;
    background: #f8fafc;
    border: 1px solid #e0e4f6;
    list-style: none;
}
body .allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list {
    overflow: initial;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list:after {
    display: block;
    clear: both;
    content: "";
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    color: #fff;
    background: #373d54;
    margin: -1px 0;
    padding: 16px 22px 16px;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a:hover {
    color: #fff;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a {
    display: block;
    padding: 15px 22px 15px;
    text-transform: uppercase;
    /*transition: all 0.2s;*/
    transition: background 0.2s;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #373d54;
    border: none;
    border-radius: 0;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {

}


.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels {
    padding: 0 0 1px;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active {
    margin: 0 0 30px;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    padding: 0;
    border: none;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    margin: 0;
}


.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {

}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 15px 0;
    text-transform: uppercase;
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-top: 1px solid #e0e4f6;
    display: block;
}
.allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #373d54;
}








.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container {
    margin: 0;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list {
    margin: 0 !important;
    overflow: initial;
    list-style: none;
    border: 1px solid #e0e4f6;
    background: #f8fafc;
    padding: 0;
    position: relative;

    -webkit-box-flex: initial !important;
    -webkit-flex-grow: initial !important;
    -ms-flex-positive: initial !important;
    flex-grow: initial !important;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list:after {
    /*display: block;
    clear: both;
    content: "";*/
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    color: #fff;
    background: #373d54;
    margin: 0 -1px;
    /*
    padding: 16px 22px 16px;*/
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a:hover {
    color: #fff;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a {
    display: block;
    border: none;
    text-transform: uppercase;
    /*transition: all 0.2s;*/
    transition: background 0.2s;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #373d54;
    border-radius: 0;
    /*
    padding: 15px 22px 15px;*/
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a:hover {
    color: #3a89cf;
    text-decoration: none;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-tabs-container .vc_tta-tabs-list li a .vc_tta-title-text {

}


.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    /*padding: 0;*/
    border: none;
    padding: 0 0 0 30px;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    margin: 0 0 30px;
}


.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {

}
.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 15px 0;
    text-transform: uppercase;
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-top: 1px solid #e0e4f6;
    display: block;
}
.allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #373d54;
}





.vc_tta-accordion.vc_tta-style-allstore {

}


.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    /*padding: 0;*/
    border: none;
    padding: 0 0 30px;
}
.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
    /*margin: 0 0 30px;*/
}


.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border: none;
}
.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {

}
.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    /*padding: 15px 0;*/
    text-transform: uppercase;
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border-top: 1px solid #e0e4f6;
    display: block;
}
.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover {
}
.vc_tta-accordion.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #373d54;
}










@media only screen and (max-width : 768px) {
    .allstore-tour.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
        padding: 0;
    }
}


@media (min-width: 768px) {
    .allstore-tabs.vc_tta-style-allstore .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        display: none;
    }
}








.accordion-wrap .component-ttl {
    margin-bottom: 35px;
}
.accordion-tab-cont {
    overflow: hidden;
    position: relative;
    margin: 0 0 44px;
}
.accordion-tab {
    border: none;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding: 0;
    height: 0;
}
.accordion-tab-cont .accordion-tab:first-of-type {
    height: auto;
}
.height_auto {
    height: auto !important;
}
.accordion-tab-mob {
    cursor: pointer;
    border-top: 1px solid #e0e4f6;
    padding: 15px 0px 15px;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #373d54;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    margin: 0 !important;
}
.accordion-tab-mob:hover {
    color: #3a89cf;
}
.accordion-tab-mob.active {
    color: #373d54;
}
.accordion-tab-mob.active:before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 100%;
    box-sizing: content-box;
    padding: 0 1px;
    height: 3px;
    background: #373d54;
}
.accordion-inner {
    padding-bottom: 1px;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
}
.accordion-inner:after {
    clear: both;
    content: '';
    display: block;
}
.tabs-wrap {
    padding-bottom: 1px;
}
.tabs-wrap .flex-viewport {
    padding-bottom: 1px;
    color: #616161;
    line-height: 1.7;
    font-size: 14px;
}
.tabs-wrap .flex-viewport:after {
    clear: both;
    content: '';
    display: block;
}
.tabs-margin {
    margin-top: 30px;
    display: block;
}
/*----------------------------------
34 - Accordion
----------------------------------*/


.image-half {
    position: relative;
}
.image-half {
    position: relative;
}
.image-half .image-half-img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.image-half .image-half-img img {
    display: none;
}
.image-half-right .image-half-img {
    right: 0;
}
.image-half .image-half-cont {
    position: relative;
}
.image-half .image-half-cont:after {
    clear: both;
    content: '';
    display: block;
}
.image-half .image-half-inner {
    width: 50%;
    padding-top: 100px;
    padding-bottom: 65px;
    font-weight: 300;
}
.image-half-left .image-half-inner {
    float: right;
    padding-left: 100px;
}
.cont-full .image-half-inner {
    padding-right: 100px;
}
.image-half-right .image-half-inner {
    float: left;
    padding-right: 100px;
}
.cont-full .image-half-inner {
    padding-left: 100px;
}

@media only screen and (max-width : 1200px) {
    .image-half .image-half-img {
        width: 35%;
    }
    .image-half .image-half-inner {
        width: 65%;
    }
}

@media only screen and (max-width : 992px) {
    .image-half .image-half-inner {
        padding-top: 80px;
        padding-bottom: 45px;
    }
    .image-half-left .image-half-inner {
        padding-left: 80px;
    }
    .cont-full .image-half-inner {
        padding-right: 80px;
    }
    .image-half-right .image-half-inner {
        padding-right: 80px;
    }
    .cont-full .image-half-inner {
        padding-left: 80px;
    }
}

@media only screen and (max-width : 768px) {
    .image-half .image-half-img {
        background-image: initial;
        width: auto;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .image-half .image-half-img img {
        display: block;
        width: 100%;
        height: auto;
    }
    .image-half .image-half-inner {
        width: 100%;
        float: none;
        padding: 50px 35px 15px;
    }
    .cont-full .image-half-inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width : 480px) {
    .image-half .image-half-inner {
        padding: 35px 20px 0;
    }
    .cont-full .image-half-inner {
        padding-left: 35px;
        padding-right: 35px;
    }
}


body .video-i {
    margin: 0 0 50px;
    padding: 0;
}
.video-i .video-i-url {
    display: block;
    border: none;
    position: relative;
}
.video-i .video-i-url:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.3s;
}
.video-i .video-i-url:hover:before {
    background-color: rgba(0,0,0,0.1);
}
.video-i .video-i-url:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92px;
    height: 92px;
    margin: -46px 0 0 -46px;
    background: url("../img/ico-play.png") no-repeat center;
}
.video-i .video-i-url img {
    display: block;
    width: 100%;
    height: auto;
}


body .images-carousel {
    height: auto;
    margin: 0 auto 50px;
}
.images-carousel .images-carousel-wrapper {
    position: relative;
}
.images-carousel .images-carousel-wrapper:after {
    clear: both;
    display: block;
    content: '';
}
.images-carousel .images-carousel-slide {
    position: relative;
    text-align: center;

    width: auto;
    display: inline-block;
}
.images-carousel .images-carousel-slide a {
    display: block;
    border: none;
}
.images-carousel .images-carousel-slide img {
    display: block;
}

.images-carousel-ht .images-carousel-wrapper {
    height: 100%;
}
.images-carousel-ht .images-carousel-slide {
    height: 100%;
}
.images-carousel-ht .images-carousel-slide a {
    height: 100%;
}
.images-carousel-ht .images-carousel-slide img {
    height: 100%;
}


.menu-i {
    margin: 0 0 40px;
}
.menu-i > .menu-i-ttl {
    color: #2e344b;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 5px;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
}
.menu-i > .menu-i-ttl:after {
    position: absolute;
    content: '';
    display: block;
    background-color: #4a5369;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
}
.menu-i > ul.menu-i-list {
    color: #2e344b;
    font-size: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-i > ul.menu-i-list > li {
    padding: 0;
    margin: 0;
    border: none !important;
    border-bottom: 1px solid #e0e4f6 !important;
    list-style: none;
}
.menu-i > ul.menu-i-list > li:last-child {
    border: none !important;
}
.menu-i > ul.menu-i-list > li > a {
    color: #2e344b;
    position: relative;
    border: none;
    display: block;
    padding: 15px 0;
    letter-spacing: 0.04em;
    transition: color 0.2s;
}
.menu-i > ul.menu-i-list > li.menu-i-badge-exist > a {
    padding-right: 43px;
}
.menu-i > ul.menu-i-list > li > a:hover {
    color: #3a89cf;
}
.menu-i > ul.menu-i-list > li a > .menu-i-badge {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    height: 18px;
    line-height: 18px;
    margin: -9px 0 0;
    color: #fff;
    padding: 0 6px;
    background-color: #000;
    min-width: 36px;
    letter-spacing: 0.04em;
}



.menu-i-marker > .menu-i-ttl {
    padding: 0;
    margin: 0 0 6px;
}
.menu-i-marker > .menu-i-ttl:after {
    display: none;
}
.menu-i-marker > ul.menu-i-list > li {
    border: none !important;
}
.menu-i-marker > ul.menu-i-list > li > a {
    padding-left: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.menu-i-marker > ul.menu-i-list > li > a:after {
    content: '\F0DA';
    font-family: FontAwesome;
    position: absolute;
    top: 10px;
    left: 1px;
    display: block;
    font-size: 11px;
    color: #a7acc2;
}



ul.links_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.links_list:after {
    clear: both;
    content: '';
    display: block;
}
.links_list li {
    font-size: 13px;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.links_list li p {
    display: inline-block;
    color: #373d54;
    vertical-align: middle;
    margin: 0 0 9px;
    line-height: 1.4;
}
.links_list li p .fa {

}
.links_list p a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
    border: none;
}
.links_list p a:hover {
    color: inherit;
    text-decoration: none;
    color: #3a89cf;
}
.links_list .links_list-label {
    margin-right: 5px;
}
.links_list .links_list-value {

}

.links_list.links_list-align-left {
    text-align: left;
}
.links_list.links_list-align-right {
    text-align: right;
}
.links_list.links_list-align-center {
    text-align: center;
}
.links_list.links_list-align-left li {
    margin-right: 20px;
}
.links_list.links_list-align-right li {
    margin-left: 20px;
}
.links_list.links_list-align-center li {
    margin-right: 10px;
    margin-left: 10px;
}

@media only screen and (max-width : 768px) {
    .links_list.links_list-align-left {
        text-align: center;
    }
    .links_list.links_list-align-right {
        text-align: center;
    }
    .links_list.links_list-align-left li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .links_list.links_list-align-right li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .links_list.links_list-align-center li {
        margin-right: 10px;
        margin-left: 10px;
    }
}




/*----------------------------------
35 - Select Styles
----------------------------------*/
.chosen-container {
    position: relative;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.chosen-container * {
    box-sizing: border-box;
}
.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #e0e4f6;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}
.chosen-container a {
    cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 10px;
    height: 32px !important;
    line-height: 30px !important;
    border: 1px solid #e0e4f6;
    color: #373d54;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
}
.chosen-container-single:not(.chosen-with-drop) .chosen-single:hover {
    border-color: #d1d6ec;
}
.chosen-container-single .chosen-single span {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    margin: 5px 26px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}
.chosen-container-single .chosen-single div:after {
    position: absolute;
    top: 50%;
    right: 50%;
    margin: -9px -1px 0 0;
    display: block;
    font-family: FontAwesome;
    content: '\f107';
    font-size: 14px;
}
.chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div:after {
    content: '\f106';
}
.chosen-container-single .chosen-single div b {
    display: none;
}
.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 4px 4px;
    white-space: nowrap;
}
.chosen-container-single .chosen-search:after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 10px 0 0;
    display: block;
    font-family: FontAwesome;
    color: #8890af;
    content: '\f002';
    font-size: 12px;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin: 0;
    padding: 0 20px 0 5px;
    width: 100%;
    height: 28px;
    outline: 0;
    border: 1px solid #e0e4f6;
    font-size: 14px;
    border-radius: 0;
    background: none;
}
.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3a89cf;
    color: #fff;
    background-image: initial;
}
.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}
.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}
.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 3px 10px;
    width: 100%;
    height: auto;
    border: 1px solid #e0e4f6;
    background-color: #fff;
    cursor: text;
    background-image: initial;
    box-shadow: none;
}
.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 0;
    height: 24px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #373d54;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 1px 17px 1px 5px;
    border: 1px solid #e0e4f6;
    max-width: 100%;
    font-size: 13px;
    background-color: #f8fafc;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    color: #373d54;
    line-height: 13px;
    cursor: default;
    box-shadow: none;
    border-radius: 0;
    background-image: initial;
}
.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 12px;
    height: 12px;
    color: #8890af;
    content: '\f00d;';
    font-family: FontAwesome;
    background: none;
    font-size: 13px;
    border: none;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    font-size: 11px;
    content: '\f00d';
    font-family: FontAwesome;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    color: #373d54;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single {

}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}
.chosen-disabled .chosen-single {
    cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}
.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}
.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}
.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}
.chosen-rtl .chosen-choices li {
    float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('../img/chosen-sprite.png') no-repeat -30px -20px;
    background: url('../img/chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}
/*----------------------------------
35 - Select Styles
----------------------------------*/


/*----------------------------------
36 - Footer
----------------------------------*/
.footer-wrap {
    background: #f8fafc;
    border-top: 1px solid #e0e4f6;
}
.footer-top .container {
    border-bottom: 1px solid #e0e4f6;
    padding-bottom: 20px;
}
.companyinfo {
    width: 16.66666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 50px;
    color: #acadae;
    font-size: 12px;
    font-weight: 300;
}
.companyinfo h3 {
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.companyinfo a:hover {
    text-decoration: none;
    color: #acadae;
}
.companyinfo img {
    display: block;
    margin: 0 0 9px;
}
.companyinfo p {
    margin: 0;
    padding: 0;
    color: #acadae;
}
.f-block-list {
    overflow: hidden;
}
.f-block-wrap {
    padding: 0 15px;
    float: left;
}
.f-block-wrap:nth-child(4n+1) {
    clear: left;
}

.col_1 .f-block-wrap {
    float: none;
}
.col_2 .f-block-wrap {
    width: 50%;
}
.col_2 .f-block-wrap:nth-child(2n+1) {
    clear: left;
}
.col_3 .f-block-wrap {
    width: 33.33333%;
}
.col_3 .f-block-wrap:nth-child(3n+1) {
    clear: left;
}
.col_4 .f-block-wrap {
    width: 25%;
}
.col_4 .f-block-wrap:nth-child(4n+1) {
    clear: left;
}
.col_6 .f-block-wrap {
    width: 16.66665%;
}
.col_6 .f-block-wrap:nth-child(6n+1) {
    clear: left;
}

.f-block {
    position: relative;
    text-align: center;
    /*overflow: hidden;*/
    margin-top: 50px;
}
.f-block a img {
    display: block;
    height: auto;
    width: 100%;
}
.f-block .f-block-link,
.f-block .f-block-btn {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.f-block .iframe-img {
    position: relative;
    display: block;
    border: 1px solid #e0e4f6;
    padding: 3px;
    background: #fff;
    overflow: hidden;
}
.f-block .overlay-icon {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3a89cf;
    color: #FFF;
    font-size: 20px;
    line-height: 0;
    display: block;
    opacity: 0;
    transition: 200ms;
}
.f-block .overlay-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
.f-block .loading .overlay-icon .fa {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    font-size: 18px;
}
.f-block .loading .overlay-icon .fa:before {
    content: '\f110';
}
.f-block .overlay-icon * {
    line-height: 1;
}
.f-block a:hover .overlay-icon{
    opacity: 1;
}
.f-block .f-info-ttl {
    color: #373d54;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.2;
}
.f-block .f-block-cont {
    display: none;
}
.f-block p {
    color: #acadae;
    font-size: 12px;
    font-weight: 300;
    margin-top: 0;
    line-height: 1.2;
}
.f-block-modal.f-block-modal-map {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    background: #fff;
}
.f-block-modal-wrap .f-block-modal.f-block-modal-map {
    width: 700px;
    height: 400px;
}
.f-block-modal.f-block-modal-map .allstore-gmap {
    width: 700px;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.f-block-modal-video iframe {
    width: 853px;
    height: 480px;
}
.f-block-modal.f-block-modal-callback {
    max-width: 500px;
    padding: 0;
}
.f-block-modal.f-block-modal-content {
    max-width: 500px;
    padding: 20px;
}
.f-block-modal .f-block-modal-img {
    display: block;
    margin: 0 0 18px;
    border: 1px solid #e0e4f6;
    padding: 4px;
}
.f-block-modal-wrap .fancybox-skin {
    background: #fff;
}
.f-delivery {
    margin-top: 34px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 25%;
    float: left;
    padding: 0 15px;
}
.f-delivery img {
    width:auto;
}
.f-delivery h1,
.f-delivery h2,
.f-delivery h3,
.f-delivery h4,
.f-delivery h5,
.f-delivery h6 {
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.f-delivery p {
    left: 0;
    right: 0;
    position: absolute;
    top: 107px;
    color: #acadae;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.f-menu-list {
    margin-bottom: 20px;
    padding-top: 40px;
}
.f-menu-list .f-menu {
    float: left;
    width: 18.75%;
    padding: 0 15px;
    /*margin: 0 0 25px;*/
    margin: 0;
}
.f-menu-list .f-menu .widget {
    margin: 0 0 25px;
}
.f-menu-list .f-menu h3 {
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.f-menu-list .f-menu ul li {
    margin: 0;
    line-height: 1.4;
}
.f-menu-list .f-menu ul li * {
    line-height: 1.4;
}
.f-menu-list .f-menu ul li a {
    border: none;
    line-height: 1.4;
    color: #616161;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}
.f-menu-list .f-menu ul li a i {
    margin-right: 18px;
}
.f-menu-list .f-menu ul li a:hover{
    background:none;
    color:#3a89cf;
}
.f-menu-list .f-menu ul li a {
    color: #373d54;
    background-color: transparent;
    border-radius: 0;
}
.f-menu-list .f-menu ul li a:hover {
    color: #3a89cf;
    background-color: transparent;
}
.f-menu-list .f-menu ul li.active a {
    color: #3a89cf;
}
.f-subscribe {
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 0 0 10px;
}
.f-subscribe h3 {
    color: #373d54;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.f-subscribe-form {
    position: relative;
}
.f-subscribe-form input[type=tel],
.f-subscribe-form input[type=email],
.f-subscribe-form input[type=text] {
    height: auto;
    border: 1px solid #e0e4f6;
    color: #373d54;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-top: 0;
    outline: none;
    padding: 8px 50px 7px 12px;
    width: 100%;
    max-width: 100%;
    transition: all 0.2s;
}
.f-subscribe-form input[type=tel]:focus,
.f-subscribe-form input[type=email]:focus,
.f-subscribe-form input[type=text]:focus {
    border-color: #d1d5e5;
}
.f-subscribe-form input[type=tel]::-webkit-input-placeholder,
.f-subscribe-form input[type=email]::-webkit-input-placeholder,
.f-subscribe-form input[type=text]::-webkit-input-placeholder {
    color: #c7cbdc;
}
.f-subscribe-form input[type=tel]::-moz-placeholder,
.f-subscribe-form input[type=email]::-moz-placeholder,
.f-subscribe-form input[type=text]::-moz-placeholder {
    color: #c7cbdc;
    opacity: 1;
}
.f-subscribe-form input[type=tel]:-ms-input-placeholder,
.f-subscribe-form input[type=email]:-ms-input-placeholder,
.f-subscribe-form input[type=text]:-ms-input-placeholder {
    color: #c7cbdc;
}
.f-subscribe-form input[type=submit],
.f-subscribe-form button {
    background: #373d54;
    border: none;
    border-radius: 0;
    line-height: 1;
    padding: 7px 22px 8px;
    transition: all 0.2s;
    color: #fff;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    font-size: 12px;
    font-weight: 500;
    right: 0;
}
.f-subscribe-form button i {
    font-size: 14px;
}
.f-subscribe-form input[type=submit]:hover,
.f-subscribe-form button:hover,
.f-subscribe-form button:focus {
    background: #414863;
    color: #fff;
}
.f-subscribe-form,
.f-subscribe-form p {
    margin-top: 13px;
    color: #acadae;
    font-size: 12px;
    font-weight: 300;
}
.f-subscribe-form .ajax-loader {
    display: none !important;
}
.f-subscribe-form .ajax-loader {
    display: none;
}
.footer-bottom {
    background: #eff1fa;
}
.f-menu-list + .footer-bottom {
    border-top: 1px solid #e0e4f6;
}
.footer-bottom p {
    color: #373d54;
    font-size: 14px;
}
.footer-bottom p span a {
    color: #28a906;
    font-style: italic;
    text-decoration: underline;
}
.footer-copyright {
    margin: 10px 0 8px;
    text-align: center;
}
.footer-copyright a:hover {
    color: #3a89cf;
}

@media only screen and (max-width : 1200px) {
    .f-block .iframe-img {
        height: 48px;
    }
    .f-block .overlay-icon {
        height: 48px;
    }
    .f-delivery {
        margin-top: 21px;
    }
}

@media only screen and (max-width : 992px) {
    .companyinfo {
        width: 100%;
        float: none;
        margin-top: 30px;
        text-align: center;
        padding: 0;
    }
    .companyinfo img {
        margin: 0 auto 9px;
    }
    .f-block-list {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .f-block {
        margin-top: 35px;
    }
    .f-block .iframe-img {
        height: 72px;
    }
    .f-block .overlay-icon {
        height: 72px;
    }
    .f-delivery {
        padding: 0;
        clear: both;
        width: 100%;
        float: none;
        text-align: center;
        margin-top: 25px;
    }
    .f-block-modal-video iframe {
        width: 560px;
        height: 315px;
    }
}

@media only screen and (max-width : 768px) {
    .f-menu-list .f-menu {
        width: 25%;
    }
    .f-subscribe {
        float: none;
        clear: both;
        max-width: 400px;
        width: 100%;
    }
    .f-block-modal-wrap .f-block-modal.f-block-modal-map {
        width: 420px;
    }
    .f-block-modal.f-block-modal-map .allstore-gmap {
        width: 420px;
    }
}

@media only screen and (max-width : 650px) {
    /*.footer-bottom .f-copyright {
        font-size: 15px;
        padding: 20px 0 0;
        max-width: 100%;
        float: none;
        text-align: center;
        width: 100%;
    }*/
    .footer-bottom .f-social {
        float: none;
        max-width: 100%;
        padding: 12px 0 0;
        text-align: center;
        width: 100%;
    }
    .footer-bottom .footer-copyright {
        text-align: center;
        float: none;
        margin: 2px 0 10px;
    }
    .footer-bottom .social-icons {
        text-align: center;
        float: none;
        margin: 3px 0 0;
    }
    .footer-bottom .social-icons li .fa:hover {
        color: #3a89cf;
        background: initial;
    }
    .f-menu-list .f-menu {
        width: 50%;
    }
    .f-menu-list .f-menu:nth-child(2n+1) {
        clear: left;
    }
    .f-block-list {
        text-align: center;
    }
    .f-block-wrap {
        width: 50%;
    }
    .f-block-wrap .f-block {
        display: inline-block;
        vertical-align: top;
        width: auto;
        max-width: 150px;
    }
    .f-block .iframe-img {
        height: 69px;
    }
    .f-block .overlay-icon {
        height: 69px;
    }
    .f-block-modal-video iframe {
        width: 420px;
        height: 236px;
    }
    .footer-bottom #bx-composite-banner {
        margin: 12px 0 20px 0px;
    }

    .col_3 .f-block-wrap {
        width: 50%;
    }
    .col_3 .f-block-wrap:nth-child(3n+1) {
        clear: none;
    }
    .col_3 .f-block-wrap:nth-child(2n+1) {
        clear: left;
    }
    .col_4 .f-block-wrap {
        width: 50%;
    }
    .col_4 .f-block-wrap:nth-child(4n+1) {
        clear: none;
    }
    .col_4 .f-block-wrap:nth-child(2n+1) {
        clear: left;
    }
    .col_6 .f-block-wrap {
        width: 50%;
    }
    .col_6 .f-block-wrap:nth-child(6n+1) {
        clear: none;
    }
    .col_6 .f-block-wrap:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width : 480px) {
    /*.footer-bottom .copyright {
        float: none;
        clear: both;
        margin: 10px 0 10px;
        font-weight: 300;
        text-align: center;
    }*/
    .f-block-modal-wrap .f-block-modal.f-block-modal-map {
        width: 275px;
    }
    .f-block-modal.f-block-modal-map .allstore-gmap {
        width: 275px;
        height: 300px;
    }
    .f-block-modal-video iframe {
        width: 275px;
        height: 154px;
    }
}

/*----------------------------------
36 - Footer
----------------------------------*/


/*----------------------------------
37 - Error 404
----------------------------------*/
.err404 {
    margin: 0 auto 50px;
    text-align: center;
    max-width: 500px;
    padding: 40px 0;
}
.err404 .err404-ttl {
    text-align: center;
    font-size: 170px;
    font-family: 'PT Serif', sans-serif;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1;
}
.err404 .err404-subttl {
    text-align: center;
    font-size: 45px;
    font-family: 'PT Serif', sans-serif;
    margin: 0 0 40px;
}
.err404 .err404-search {
    position: relative;
    margin: 0 0 50px;
}
.err404 .err404-search input[type=text] {
    border: 1px solid #e0e4f6;
    color: #373d54;
    font-size: 14px;
    margin-top: 0;
    outline: none;
    padding: 7px 50px 7px 18px;
    width: 100%;
    max-width: 100%;
    border-radius: 100px;
    transition: all 0.2s;
}
.err404 .err404-search input[type=text]::-webkit-input-placeholder {
    color: #c7cbdc;
}
.err404 .err404-search input[type=text]::-moz-placeholder {
    color: #c7cbdc;
    opacity: 1;
}
.err404 .err404-search input[type=text]:-ms-input-placeholder {
    color: #c7cbdc;
}
.err404 .err404-search input[type=text]:focus {
    border-color: #d1d5e5;
}
.err404 .err404-search button {
    background: transparent;
    border: none;
    line-height: 1;
    padding: 7px 17px 8px;
    transition: all 0.2s;
    color: #373d54;
    height: 35px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}
.err404 .err404-search button:hover,
.err404 .err404-search button:focus {
    color: #404d6e;
}
.err404 .err404-menus {
    text-align: justify;
}
.err404 .err404-menus:after {
    width: 100%;
    height: 0;
    content: '';
    display: inline-block;
}
.err404-menus ul {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: left;
}
.err404-menus ul li {
    margin: 0 0 8px;
}
.err404-menus ul li a {
    transition: all 0.2s;
    line-height: 1.2;
    color: #373d54;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.err404-menus ul li a:hover {
    border-color: #373d54;
    color: #373d54;
}
/*----------------------------------
37 - Error 404
----------------------------------*/

/* 38 - Quickview */
.quick-view-modal.container {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 100%;
    background-color: #fff;
}
.quick-view-modal.container .container {
    width: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.quick-view-modal .prod-wrap > h1.product_title.main-ttl {
    display: none;
}
.quick-view-modal .prod-wrap {
    float: none;
    width: 100%;
    padding: 25px 10px 0;
}
.quick-view-modal .prod-slider-wrap {
    margin-bottom: 30px;
}
.quick-view-modal .prod-cont {
    margin-bottom: 30px;
}
.quick-view-modal .prod-cont .prod-showprops {
    display: none;
}
.quick-view-modal .prod-cont h1.main-ttl {
    margin: 0 0 18px;
}
.quick-view-modal .prod-tabs-wrap {
    padding-top: 20px;
}
.quick-view-modal .prod-related {
    display: none;
}


/* 39 - Subcategories */
.categs-list {
    margin: 30px auto;
    padding-top: 0;
    padding-bottom: 1px;
    list-style: none;
    display: block;
    text-align: center;
    font-size: 0;
    clear: both;
}
.categs-list li {
    text-align: center;
    width: auto;
    line-height: 140%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px;
    width: 20%;
}
.categs-list li a {
    display: block;
    border: none;
    position: relative;
}
.categs-list li .product-category-thumb {
    height: 70px;
    margin: 0 0 10px;
    font-size: 0;
    transition: all 0.2s;
}
.categs-list li .product-category-thumb:hover {
    opacity: 0.85;
}
.categs-list li .product-category-thumb:before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    height: 100%;
}
.categs-list li img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.categs-list li h2,
.categs-list li h3 {
    text-align: center;
    color: #373d54;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s;
    text-transform: uppercase;
}
.categs-list li h2 .count,
.categs-list li h3 .count {
    color: #a0a6c5;
    background-color: transparent;
}
@media only screen and (max-width : 992px) {
    .categs-list li {
        width: 25%;
    }
}
@media only screen and (max-width : 768px) {
    .categs-list li {
        width: 33.33333%;
    }
}
@media only screen and (max-width : 550px) {
    .categs-list li {
        width: 50%;
    }
}

/* 40 - Woocommerce */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 13px;
    line-height: 140%;
    padding: .618em 1em;
    border-radius: 0;
    color: #fff;
    background-color: #373d54;
    white-space: initial;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #474f6e;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #373d54;
}
.woocommerce-message:before {
    color: #373d54;
}
ul.woocommerce-error li {
    margin: 0;
    line-height: 1.4;
}


.woocommerce-account .woocommerce-MyAccount-navigation {
    margin: 0 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0 0 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    margin: 8px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {

}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #373d54;
    border: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #3a89cf;
}


.yith-wcwl-share ul {
    padding: 0;
    margin: 0 0 30px;
}

/* 41 - Compare */
.wccm-catalog-items {
    clear: both;
    margin: 2em 0;
    vertical-align: middle;
}
.wccm-catalog-item {
    float: left;
    margin-right: 1em;
    position: relative;
}
.wccm-catalog-item img {
    width: 48px;
    height: 48px;
}
.wccm-catalog-item a.dashicons {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: red;
    display: block;
}
.wccm-empty-compare {
    background-color: #faa;
    padding: 10px;
    color: black;
}
.wccm-compare-table {
    margin: 20px 0 50px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.wccm-table-wrapper {
    margin: 0 0 0 150px;
    overflow: hidden;
}
.wccm-table {
    border-spacing: 0px;
    border-collapse: separate;
    margin: 0;
    table-layout: fixed;
}
.wccm-thead .price del {
    display: block;
}
.wccm-tr {
    position: relative;
}
.wccm-table td {
    vertical-align: top;
    padding: 10px 0;
    border: none;
}
.wccm-th {
    width: 130px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 10px;
    line-height: 1;
    color: #373d54;
    font-weight: 500;
}
.wccm-tbody .wccm-th,
.wccm-tbody .wccm-table-wrapper {
    border-top: none;
}
.wccm-td {
    text-align: center;
    width: 200px !important;
}
.wccm-td p:first-child {
    margin-top: 0;
}
.wccm-td p:last-child {
    margin-bottom: 0;
}
.wccm-thumb {
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.wccm-thumb a {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: red;
}
.wccm-compare-table .wccm-tr {
    border-bottom: 1px solid #e0e4f6;
    padding: 7px 0;
}
.wccm-compare-table .wccm-th {
    padding: 11px 0;
}
.wccm-td a {
    font-size: 15px;
    color: #373d54;
    transition: all 0.2s;
    font-weight: 700;
    border: none;
    display: block;
    line-height: 1.2;
    margin: 0 0 8px;
}
.wccm-td a:hover {
    color: #337ab7;
}
.wccm-table-wrapper .wccm-table .wccm-td .price {
    font-weight: 700;
    font-size: 20px;
    color: #373d54;
    margin: 0 0 8px;
}
.wccm-table-wrapper .wccm-table .wccm-td .price ins {
    text-decoration: none;
    background: transparent;
    color: #283346;
    padding: 0;
}
.wccm-table-wrapper .wccm-table .wccm-td .price del {
    font-weight: 300;
    color: #868ca7;
    font-size: 17px;
    line-height: 1;
}
.wccm-table-wrapper .wccm-table .wccm-td .price del * {
    line-height: 1;
}
.wccm-table-wrapper .wccm-table .wccm-thumb {
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
    display: inline-block;
    height: 150px;
    width: 100%;
    min-width: 150px;
    text-align: center;
    font-size: 0;
}
.wccm-table-wrapper .wccm-table .wccm-thumb:before {
    height: 100%;
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.wccm-table-wrapper .wccm-table .wccm-thumb .fa {
    right: 0;
    font-size: 16px;
    border: none;
    color: red;
    transition: color 0.2s;
    position: absolute;
    top: 0;
    cursor: pointer;
}
.wccm-table-wrapper .wccm-table .wccm-thumb .fa:hover {
    color: #ff3535;
}
.wccm-table-wrapper .wccm-table .wccm-thumb img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.wccm-table-wrapper .wccm-table .wccm-td {
    text-align: center;
    width: 170px !important;
    min-width: 170px !important;
}
.wccm-table-wrapper .wccm-table {
    border: none;
    margin: 0;
}
.wccm-table-wrapper .wccm-table tr {
    border: none;
}
.wccm-table-wrapper .wccm-table td {
    border: none;
    padding: 0;
}
body #yith-wcwl-popup-message {
    background: rgba(255,255,255,0.85);
    border: 1px solid #e0e4f6;
    border-radius: 3px;
}
#compare-popup-message {
    font-size: 15px;
    color: #283346;
    background: rgba(255,255,255,0.85);
    border: 1px solid #e0e4f6;
    border-radius: 3px;
    line-height: 140%;
    padding: 15px;
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    z-index: 10000;
}


@media only screen and (max-width : 992px) {
    .wccm-table-wrapper .wccm-table .wccm-thumb {
        min-width: 120px;
        height: 120px;
    }
    .wccm-table-wrapper .wccm-table .wccm-td {
        width: 140px !important;
        min-width: 140px !important;
    }
    .wccm-td a {
        font-size: 15px;
    }
    .wccm-table-wrapper .wccm-table .wccm-td .price {
        font-size: 17px;
    }
}


@media only screen and (max-width : 768px) {
    .wccm-th {
        width: 110px;
    }
    .wccm-table-wrapper {
        margin: 0 0 0 110px;
    }
    .wccm-table-wrapper .wccm-table .wccm-thumb {
        min-width: 100px;
        height: 100px;
    }
    .wccm-table-wrapper .wccm-table .wccm-td {
        width: 120px !important;
        min-width: 120px !important;
    }
    .wccm-td a {
        font-size: 15px;
    }
    .wccm-table-wrapper .wccm-table .wccm-td .price {
        font-size: 17px;
    }
    .wccm-compare-table .wccm-tbody {
        font-size: 14px;
    }
}

@media only screen and (max-width : 480px) {
    .wccm-th {
        width: 100px;
    }
    .wccm-table-wrapper {
        margin: 0 0 0 100px;
    }
    .wccm-table-wrapper .wccm-table .wccm-thumb {
        min-width: 70px;
        height: 70px;
    }
    .wccm-table-wrapper .wccm-table .wccm-td {
        width: 90px !important;
        min-width: 90px !important;
    }
}

/* 42 - Auth */
.auth-wrap {
    overflow: hidden;
}
.auth-wrap .auth-col {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
}
.auth-wrap .auth-col form {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
.auth-wrap .auth-col:nth-child(2n) {
    margin-right: 0;
}
.auth-wrap .auth-col h2 {
    font-size: 22px;
    margin: 0 0 25px 20%;
}
.auth-wrap .auth-col p {
    overflow: hidden;
    margin: 0 0 20px;
}
.auth-wrap .auth-col .required {
    color: red;
}
.auth-wrap .auth-col p a {
    line-height: 1;
    display: inline-block;
}
.auth-wrap .auth-col .auth-lost_password {
    padding: 0 0 0 20%;
}
.auth-wrap .auth-col label {
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
}
.auth-wrap .auth-col input[type=email],
.auth-wrap .auth-col input[type=password],
.auth-wrap .auth-col input[type=text] {
    padding: 0 15px;
    color: #373d54;
    background: #f8fafc;
    font-size: 14px;
    height: 40px;
    border: 1px solid #e0e4f6;
    transition: all 0.2s;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: 80%;
}
.auth-wrap .auth-col input[type=submit] {
    margin: 0 0 0 20%;
    font-size: 13px;
    padding: 10px 20px;
}
.auth-wrap .auth-submit {
    position: relative;
    margin: 0px 0 23px;
}
.auth-wrap .auth-submit input[type=checkbox] {
    display: none;
}
.auth-wrap .auth-submit input[type=checkbox] + label {
    padding: 2px 25px 0 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: color 0.2s;
    width: auto;
    position: absolute;
    top: 50%;
    margin: -10px 0 0;
    right: 0;
}
.auth-wrap .auth-submit input[type=checkbox] + label:hover {
    color: #3a89cf;
}
.auth-wrap .auth-submit input[type=checkbox] + label:after {
    content: "\f00c";
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    margin: -7px 0 0;
    right: 0;
    border: 2px solid #8890af;
    border-radius: 4px;
    background-color: #fff;
    color: #fff;
    font-size: 8px;
    padding: 0 0 0 1px;
    text-align: center;
    font-family: FontAwesome;
    line-height: 10px;
}
.auth-wrap .auth-submit input[type=checkbox]:checked + label:after {
    border-color: #5f6a92;
    background-color: #5f6a92;
}
.auth-wrap .auth-register {

}


@media only screen and (max-width : 1200px) {
    .auth-wrap .auth-col h2 {
        margin: 0 0 25px 24%;
    }
    .auth-wrap .auth-col label {
        width: 24%;
    }
    .auth-wrap .auth-col input[type=email],
    .auth-wrap .auth-col input[type=password],
    .auth-wrap .auth-col input[type=text] {
        width: 76%;
    }
    .auth-wrap .auth-col input[type=submit] {
        margin: 0 0 0 24%;
    }
    .auth-wrap .auth-col .auth-lost_password {
        padding: 0 0 0 24%;
    }
}

@media only screen and (max-width : 992px) {
    .auth-wrap .auth-col {
        width: auto;
        margin: 0;
        float: none;
        max-width: 500px;
    }
}

@media only screen and (max-width : 480px) {
    .auth-wrap .auth-col {
        margin: 0 0 50px;
    }
    .auth-wrap .auth-col h2 {
        margin: 0 0 25px;
    }
    .auth-wrap .auth-col label {
        width: auto;
        display: block;
        text-align: left;
        padding: 0 0 3px;
    }
    .auth-wrap .auth-col input[type=email],
    .auth-wrap .auth-col input[type=password],
    .auth-wrap .auth-col input[type=text] {
        width: 100%;
        display: block;
    }
    .auth-wrap .auth-col input[type=submit] {
        margin: 0;
    }
    .auth-wrap .auth-col .auth-lost_password {
        padding: 0;
    }
}

/* 43 - Other */
.topbar1.vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.tp-caption a {
    border: none;
    color: inherit;
}
.tp-caption a:hover {
    color: #3a89cf;
}
@media only screen and (max-width : 991px) {
    body .align-center-tablet {
        text-align: center !important;
    }
    .align-center-tablet h1,
    .align-center-tablet h2,
    .align-center-tablet h3,
    .align-center-tablet h4,
    .align-center-tablet h5,
    .align-center-tablet h6,
    .align-center-tablet p {
        text-align: center;
    }
}
