/*
Theme Name: MPower
Theme URI: http://test.mpairsoft.ru/
Description: For site: MPower
Version: 4.0.8
Author: VK
Author URI: http://blackrus.ru/
*/

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI.eot');
    src: local('./fonts/Segoe UI'), local('./fonts/SegoeUI'), url('./fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('./fonts/SegoeUI.woff') format('woff'), url('./fonts/SegoeUI.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('./fonts/SegoeUI-Bold.eot');
    src: local('./fonts/Segoe UI Bold'), local('./fonts/SegoeUI-Bold'), url('./fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('./fonts/SegoeUI-Bold.woff') format('woff'), url('./fonts/SegoeUI-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
font-family:'star';
src:url('./fonts/star.eot');
src:url('./fonts/star.eot?#iefix') format('embedded-opentype'), url('./fonts/star.woff') format('woff'), url('./fonts/star.ttf') format('truetype'), url('./fonts/star.svg#star') format('svg');font-weight:normal;font-style:normal;
}

body {
    background: #FFF;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #313131;
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #FF8900;
}

a:hover, 
a:focus {
    text-decoration: none;
    color: #313131;
}

a:active,
a:focus {
    outline: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

p {
    text-align: left;
}

ul {
    color: #3b3b3b;
    font-size: 14px;
    padding-left: 9px;
}

ul li {
    list-style-type: none;
}

ol {
    padding-left: 22px;
}

ol li {
    padding-left: 2px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

.center-align {
    text-align: center;
}

.content {
    /*width: 1080px;*/
    width: 1340px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

button {
    display: block;
    width: auto;
    height: 34px;
    margin: 7px 0;
    padding: 0 20px;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: #fff;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
button:hover {
    background-color: #F49619;
    color: #fff;
}

#home_w {
    margin-bottom: 20px;
}

#page {
    min-height: 680px;
}


/* Header */
#top_w {
    width: 100%;
    background-color: #313131;
}

#top {
    height: 46px;
    margin: 0 auto;
    color: #AFAFAF;
}

#top a {
    color: #AFAFAF;
}

#top a:hover,
#top a:focus,
#top a:active {
    color: #F49619;
}

.email-top {
    float: left;
    height: 24px;
    margin-top: 11px;
    padding-left: 32px;
    line-height: 24px;
    background-image: url(./images/email.svg);
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}

.signin {
    float: right;
    height: 24px;
    margin-top: 11px;
    padding-left: 32px;
    line-height: 24px;
    background-image: url(./images/signin-icon.svg);
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}

.email-top a,
.signin a,
.signin #login-form,
.signin #reg-form {
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.signin #login-form:hover,
.signin #reg-form:hover {
    cursor: pointer;
    color: #F49619;
}

.signin .authoriz,
.signin-footer .authoriz {
    display: none;
}

.signin .non-authoriz,
.signin-footer .non-authoriz {
    display: inline-block;
}

#main_top {
    height: 86px;
}

.logo-main {
    float: left;
    height: 50px;
    width: 170px;
    margin: 18px 0;
}

.logo-main a {
    display: block;
    height: 50px;
    padding-left: 58px;
    background-image: url(./images/logo.svg);
    background-size: 50px 50px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #313131;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
}

.logo-main a span {
    color: #F49619;
}

.logo-main a:hover {
    text-decoration: none;
}

.basket {
    position: relative;
    float: right;
    width: 100px;
    height: 39px;
    margin: 23px 0 23px 33px;
    /*
    padding-left: 45px;
    background-image: url(./images/shopping-cart.svg);
    background-size: 40px 39px;
    background-position: left center;
    background-repeat: no-repeat;
    */
}
.basket a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.basket a,
.basket a:hover {
    text-decoration: none;
}

.basket .basket-btn__label {
    color: #313131;
    line-height: 62px;
    text-decoration: none;
}

.basket .basket-btn__counter {
    position: absolute;
    top: 0;
    left: 44px;
    width: 24px;
    height: 24px;
    background-color: #F49619;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.search {
    position: relative;
    float: right;
    width: 316px;
    height: 34px;
    margin: 26px 0;
    border-radius: 16px;
}

.icon-search {
    display: inline-block;
    height: 34px;
    width: 34px;
    background-color: #F49619;
    border-radius: 16px;
    line-height: 35px;
    text-align: center;
}

.mobile-search {
    display: none;
}

.aws-container .aws-search-form {
    height: 34px !important;
    background-color: #F3F3F3 !important;
    border-radius: 16px;
    overflow: hidden;
}

.aws-container .aws-search-field {
    padding: 6px 5px 6px 16px !important;
    border: 1px solid #F3F3F3 !important;
    background-color: #F3F3F3 !important;
}

.aws-container .aws-search-field:focus {
    background-color: #F3F3F3 !important;
}

.aws-container .aws-search-form .aws-form-btn  {
    width: 34px !important;
    height: 34px !important;
    margin-left: 1px !important;
    border-radius: 50% !important;
    background: #F49619 !important;
    border: 1px solid #F49619 !important;
}
.aws-container .aws-search-form .aws-search-btn_icon {
    width: 34px !important;
}
.aws-container .aws-search-form .aws-search-btn svg {
    color: #fff;
}

/* Navi */
#nav_w {
    height: 40px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.nav-catalog {
    position: relative;
    float: left;
    height: 40px;
    width: 250px;
    margin-top: -1px;
    background-color: #F49619;
}
.nav-catalog .catalog,
.nav-catalog .dt-menu-catalog,
.nav-catalog .mob-menu-catalog {
    width: 100%;
    height: 40px;
    padding-left: 45px;
    background-image: url(./images/menu-catalog.svg);
    background-size: 15px 13px;
    background-position: 6% 50%;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 40px;
}

.nav-catalog .dt-menu-catalog {
    display: inline-block;    
}
.nav-catalog .mob-menu-catalog {
    display: none;    
}

.dt-nav-title {
    display: block;
}
.mob-nav-title {
    display: none;
}

.dt-catalog {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #F3F3F3;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    z-index: 999;
}
.dt-catalog.active {
    display: block;
}
.dt-catalog li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dt-catalog li a {
    position: relative;
    display: block;
    padding: 9px 20px 9px 10px;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.dt-catalog li a:hover, 
.dt-catalog li a:focus,
.dt-catalog li.current-menu-item a {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}
.dt-catalog li.menu-item-has-children a,
.dt-catalog li.current-menu-item.menu-item-has-children a, 
.dt-catalog li.current-menu-parent.menu-item-has-children a {
    background-image: url(./images/menu-open-cat.svg);
    background-size: 18px 6px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.dt-catalog .sub-menu {
    display: block;
}
.dt-catalog .sub-menu {
    padding: 0;
    margin: 0;
}
.dt-catalog .sub-menu li a {
    padding: 9px 10px 9px 18px;
    background-image: none !important;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
}
.dt-catalog .sub-menu li.current-menu-item a, 
.dt-catalog .sub-menu li a:hover, 
.dt-catalog .sub-menu li a:focus {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

/* Mobile menu */
/*
.mob-catalog {
    display: none;
    position: absolute;
    top: 40px;
    left: -15px;
    width: calc(100vw - 17px);
    padding: 0;
    margin: 0;
    background-color: #F3F3F3;
    border-bottom: 1px solid #DFDFDF;
    z-index: 999;    
}
*/
.dt-catalog,
.mob-catalog {
    position: absolute;
    display: none;
    top: 40px;
    left: 0;
    width: 100%;
    max-height: 65vh;
    z-index: 9999;
    overflow-y: scroll;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.dt-catalog.active, 
.mob-catalog.active {
    display: block;
	overflow-y: auto;
}
/*
.mob-catalog li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.current-menu-ancestor {
    border-bottom: 1px solid #DFDFDF;
}
.mob-catalog li a {
    position: relative;
    display: block;
    padding: 9px 20px 9px 10px;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.mob-catalog li a:hover, 
.mob-catalog li a:focus,
.mob-catalog li.current-menu-item a {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}
.mob-catalog li.menu-item-has-children a,
.mob-catalog li.current-menu-item.menu-item-has-children a, 
.mob-catalog li.current-menu-parent.menu-item-has-children a {
    background-image: url(./images/menu-open-cat.svg);
    background-size: 18px 6px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
}
.mob-catalog .sub-menu {
    display: block;
}
.mob-catalog .sub-menu {
    padding: 0;
    margin: 0;
}
.mob-catalog .sub-menu li a {
    padding: 9px 10px 9px 18px;
    background-image: none !important;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
}
.mob-catalog .sub-menu li.current-menu-item a, 
.mob-catalog .sub-menu li a:hover, 
.mob-catalog .sub-menu li a:focus {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}
*/
/**/
/*
.navbar {
    float: left;
    min-height: 38px;
    border-bottom: none;
}

.navbar-nav {
    padding-right: 26px;
}
*/
/* Main menu */
.nav-main-menu {
    float: left;
}
#menu-main-menu {
    height: 40px;
    margin: 0;
    padding: 0;
}

#menu-main-menu > li {
    position: relative;
    float: left;
    margin: 0 0 0 32px;
}

#menu-main-menu li > a {
    display: inline-block;
    height: 38px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 38px;
    color: #313131;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

#menu-main-menu > li.current-menu-item a {
    color: #313131;
    text-decoration: none;
}

#menu-main-menu > li:hover > a {
    color: #313131;
    text-decoration: none;
}

#menu-main-menu > li.current-menu-item a::after,
#menu-main-menu > li:hover > a::after {
    content: '';
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: auto;
    background: #F49619;
}


/* Banner */
#banner_w {
    margin-bottom: 26px;
    background-color: #F3F3F3;
}

#banner {
    position: relative;
    height: 339px;
    background: url(./images/banner-1.jpg) center right no-repeat;
    /*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
}

.banner_text {
    position: absolute;
    left: 0;
    bottom: 110px;
    z-index: 1;
}

.banner_line_1 {
    color: #fff;
    color: #313131;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.banner_line_2 {
    padding-top: 8px;
    padding-bottom: 24px;
    color: #313131;
    font-size: 21px;
    line-height: 28px;
}

.banner_line_3 {
    
}

.banner_line_3 a {
    display: block;
    width: 191px;
    height: 46px;
    background: #F49619;
    border: 2px solid #F49619;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.banner_line_3 a:hover {    
    background-color: #fff;
    color: #F49619;
    text-decoration: none;
}


/* Content */

.site-content_wrap {
    min-height: calc(100vh - 220px);
    margin-top: 65px;
}


/* Footer */
#footer_w {
    width: 100%;
    background: #313131;
}

#footer {
    padding-top: 18px;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    color: #F49619;
    text-decoration: none;
}

#footer .footer-column {
    display: inline-block;
    vertical-align: top;
    width: 251px;
    margin-right: 25px;
}

#footer .footer-column-3 {
    display: inline-block;
    vertical-align: top;
    width: 170px;
}

#footer .footer-column-4 {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.logo-footer {
    float: left;
    height: 50px;
    width: 170px;
}

.logo-footer a {
    display: block;
    height: 50px;
    padding-left: 58px;
    background-image: url(./images/logo-footer.svg);
    background-size: 50px 50px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.logo-footer a:hover {
    background-image: url(./images/logo.svg);
    background-size: 50px 50px;
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.phone-footer {
    width: 100%;
    height: 24px;
    margin-top: 6px;
    padding-left: 32px;
    line-height: 24px;
    background-image: url(./images/email.svg);
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}

.signin-footer {
    width: 100%;
    height: 24px;
    margin-top: 16px;
    padding-left: 32px;
    line-height: 24px;
    background-image: url(./images/signin-icon.svg);
    background-size: 24px 24px;
    background-position: left center;
    background-repeat: no-repeat;
}

.phone-footer a,
.signin-footer a,
.signin-footer span{
    color: #AFAFAF;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.signin-footer #login-form:hover,
.signin-footer #reg-form:hover {
    cursor: pointer;
    color: #F49619;
    text-decoration: none;
}

.nav-footer {
    margin-top: 6px;
}

.nav-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.nav-footer li {
    padding-bottom: 10px;
}

.nav-footer li a {
    color: #fff;
}

#bottom_w {
    width: 100%;
    height: 51px;
    color: #FFFFFF;
    text-align: center;
    background: #171717;
}

#bottom .soc-icons {
    text-align: center;
}

#bottom .soc-icon-1 {
    display: inline-block;
    vertical-align: top;
    height: 29px;
    width: 29px;
    margin: 11px 0;
}

#bottom .soc-icon-1 a {
    display: inline-block;
    vertical-align: top;
    height: 29px;
    width: 29px;
    background-image: url(./images/vk.svg);
    background-size: 29px 29px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

#bottom .soc-icon-1 a:hover {
    background-image: url(./images/vk-h.svg);
    background-size: 29px 29px;    
}


/*
#bottom .soc-icon-1:hover {
    background-image: url('./images/instagram-h.png');
}
*/

/* Breadcrumbs */
.breadcrumbs {     
    width: 100%;
    /*height: 19px;*/    
    margin: 16px 0;
    color: #313131;
    font-size: 14px;
    line-height: 19px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #AFAFAF;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: #F49619;
    text-decoration: none;
}

/* Pages navi */
.woocommerce-pagination {
    display: none;
}
.pages-nav {
    height: 40px;
    margin: 20px auto;
    text-align: right;
}
.wp-pagenavi {
    margin: 0;
}

.wp-pagenavi a {
    margin: 0 7px;
    padding: 11px 18px 12px 18px;
    border: 2px solid #DFDFDF;
    border-radius: 50%;
    color: #313131;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.wp-pagenavi a:hover {
    border: 2px solid #F49619;
    color: #F49619;
    font-weight: 500;
    text-decoration: none;
}

.wp-pagenavi .current {
    margin: 0 7px;
    padding: 11px 18px 12px 18px;
    border: 2px solid #F49619;
    border-radius: 50%;
    color: #F49619;
    font-weight: 600;
}

/* Sidebar */
.sidebar {
    display: inline-block;
    vertical-align: top;
    width: 251px;
    height: auto;
    margin-right: 24px;
}
.menu-katalog-container,
.widget_product_categories {
    background-color: #F3F3F3;
}
ul#menu-katalog-2,
ul.product-categories {
    padding: 0;
    margin: 0;
}
ul#menu-katalog-2 li,
ul.product-categories li {
    margin: 0; 
    padding: 0;
    list-style: none;
}
ul#menu-katalog-2 li a,
ul.product-categories li a {
    position: relative;
    display: block;
    /*width: 100%;*/
    padding: 9px 20px 9px 10px;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

ul.product-categories li.cat-parent a {
    background-image: url(./images/menu-close-cat.svg);
    background-size: 6px 18px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
}
ul.product-categories li.current-cat.cat-parent a,
ul.product-categories li.cat-parent.current-cat-parent a {
    background-image: url(./images/menu-open-cat.svg);
    background-size: 18px 6px;
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #313131;
}

ul#menu-katalog-2 li a:hover,
ul#menu-katalog-2 li a:focus,
ul#menu-katalog-2 li.current-menu-item a,
ul.product-categories li a:hover,
ul.product-categories li a:focus,
ul.product-categories li.current-cat a {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

ul.product-categories li ul.children {
    padding: 0;
    margin: 0;
}

ul.product-categories li.cat-parent ul.children li a {
    display: none;
}

ul.product-categories li.current-cat.cat-parent ul.children li a,
ul.product-categories li.cat-parent.current-cat-parent ul.children li a {
    display: block;
}

ul.product-categories li ul.children li a {
    /*display: block;*/
    /*width: 100%;*/
    padding: 9px 10px 9px 18px;
    background-image: none !important;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
}

ul.product-categories li ul.children li.current-cat a,
ul.product-categories li ul.children li a:hover,
ul.product-categories li ul.children li a:focus {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

/* newest slider */
.newest-title {
    position: relative;
    margin-bottom: 20px;
    color: #F49619;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.newest-title::before {
    content: '';
    width: calc(100% - 210px);
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 110px;
    bottom: 8px;
    z-index: auto;
    background: #DFDFDF;
}

.newest-title::after {
    content: '';
    width: 84px;
    height: 34px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 17px;
    bottom: -8px;
    z-index: auto;
    border: 2px solid #DFDFDF;
    border-radius: 16px;
    background: #FFF;
}

.newest-product {
    position: relative;
    width: 253px;
    /*height: auto;*/
    height: 100%;
    border: 1px solid #DFDFDF;
}
.newest-product-stick {
    position: absolute;
    top:12px;
    left:11px;
    width:55px;
    height:26px;
    font-size: 14px;
    font-weight: 500;
    z-index: 1;
    min-width:50px;
    /* width: auto; */
    /* height: inherit; */
    min-height: auto;
    padding:5px 15px;
    margin: 0 !important;
    background-image: none;
    background-color: #f49619;
    color: #ffffff;
    line-height: 16px;
    text-indent: initial;
}

.newest-product-img {
    width: 251px;
    height: 168px;
}

.newest-product-img img {
    width: 100%;
    height: 100%;    
    object-fit: contain;
}

.newest-product-info  {
    width: 229px;
    /*margin: 7px 11px 18px 11px;*/
    margin: 7px 11px 60px 11px;
}

.newest-product-info a:hover {
    text-decoration: none;
}

.newest-product-info .star-rating {
    margin: 10px 0;
}

.newest-product-title {
    padding: 9px 0 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.newest-product-title h3 {
    margin: 0;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.newest-product-price {
    height: 21px;
    margin: 9px 0 21px 0;
}

.newest-product-price ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.newest-product-price .wholesale_price_container ins {
    float: none;
}

.newest-product-price ins span{
    color: #FF2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.newest-product-price span,
.newest-product-price del span{
    color: #313131;
    font-size: 16px;
    line-height: 21px;
}

.newest-add-to-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    text-align: center;
}

.newest-add-to-cart a.product_type_variable,
.newest-add-to-cart a.add_to_cart_button,
.newest-add-to-cart a.product_type_simple {
    /*display: block;
    width: 139px;
    height: 34px;*/
	display: inline-block;
    max-width: 90%;
    padding: 0 15px;
    margin: 7px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.newest-add-to-cart a:hover {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

.newest-add-to-cart a.added_to_cart {
    display: none;
}

/* reviews box */
#reviews {
    padding: 24px 0 32px 0;
    margin: 31px 0 24px 0;
    background: #F3F3F3;
}
.reviews-title {
    position: relative;
    margin-top: 0;
    margin-bottom: 14px;
    color: #F49619;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.reviews-more-btn {
    text-align: center;
}
.reviews-more-btn a {
    display: block;
    width: 190px;
    height: 46px;
    margin: 0 auto;
    background-color: #F49619;
    border: 2px solid #F49619;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.reviews-more-btn a:hover {
    background-color: #fff;
    color: #F49619;
    text-decoration: none;
}

/* reviews page */
.content-reviews {
    padding: 34px 0;
    margin-bottom: 30px;
    background: #F3F3F3;
}

/* news slider */
.news-title {
    position: relative;
    margin-bottom: 20px;
    color: #F49619;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}

.news-title::before {
    content: '';
    width: calc(100% - 210px);
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 110px;
    bottom: 8px;
    z-index: auto;
    background: #DFDFDF;
}

.news-title::after {
    content: '';
    width: 84px;
    height: 34px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 17px;
    bottom: -8px;
    z-index: auto;
    border: 2px solid #DFDFDF;
    border-radius: 16px;
    background: #FFF;
}

#news-inner {
    min-height: 497px;
}

.new {
    margin-bottom: 15px;
}

.img_news {
    width: 251px;
    height: 168px;
}

.img_news a {
    width: 100%;
    height: 100%;
}

.discr_news {
    width: 251px;
    margin: 7px 0;
}

.discr_news a h3 {
    margin: 0;
    color: #313131;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

.discr_news a:hover {
    color: #F49619;
    text-decoration: none;
}

.more-btn {
    text-align: center;
}

.more-btn a {
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.more-btn a:hover,
.more-btn a:focus {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

/* Text page */
#text-page {
    min-height: 525px;
}
#text-page h1 {
    margin: 0;
    font: Bold 24px/32px Segoe UI;
    color: #F49619;
}

/* Video page */
#video-page {
    min-height: calc(100vh - 435px);
}
#video-page  h1 {
    margin: 0 0 15px 0;
    font: Bold 24px/32px Segoe UI;
    color: #F49619;
}
#video-page #content {
    text-align: center;
}

/* Shop page */
.woocommerce-product-filter {
    height: 56px;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #DFDFDF;
    text-align: right;
    line-height: 56px;
}
.woocommerce-result-count {
    display: inline-block;
    float: left;
    /*width: 115px;*/
    /*width: 190px;*/
	width: 205px;
    padding-left: 14px;
    margin: 0;
}
.orderby-box {
    display: inline-block;
    float: right;
    text-align: right;
}
.orderby-txt {
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
    color: #AFAFAF;
}
.woocommerce-ordering {
    display: inline-block;
    vertical-align: top;
    margin: 0px 16px 0 0 !important;
}
.woocommerce-ordering select {
    padding: 5px 30px 5px 16px;
    border: 1px solid #DFDFDF;
    border-radius: 23px;
    background-image: url(./images/menu-open-cat.svg);
    background-position: right 13px center;
    background-repeat: no-repeat;    
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}
.content-products {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 280px);
    min-height: 575px;
}
.content-products h1.page-title {
    margin: 0;
    color: #F49619;
    font: Bold 24px/32px Segoe UI;
} 
.content-products ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.content-products li.product {    
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 253px;
    margin-right: 16px;
    margin-bottom: 28px;
    border: 1px solid #DFDFDF;    
    text-align: center;
}

/*
.content-products li.product:nth-child(3n+3) {
    margin-right: 0;
}
*/

.content-products li.product:nth-child(4n+4) {
    margin-right: 0;
}

.content-products li.product a:first-child,
.content-products li.product a.woocommerce-loop-product__link {
    display: inline-block;
    padding-bottom: 60px;
    color: #313131;
}

.content-products li.product a:hover {
    text-decoration: none;
}

.content-products li.product img {
    width: 251px;
    height: 168px;
}

.content-products li.product h2 {
    margin: 12px;
    padding: 9px 0 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}

.content-products li.product .price {
    display: inline-block;
    height: 21px;
    width: 100%;
    margin: 0 0 21px 0;
    padding: 0 12px;
    text-align: left;
}

.content-products li.product .price ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.content-products li.product .price .wholesale_price_container ins {
    float: none;
}

.content-products li.product .price ins span{
    color: #FF2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.content-products li.product .price span,
.content-products li.product .price del,
.content-products li.product .price del span{
    color: #313131;
    font-size: 16px;
    line-height: 21px;
}
.content-products li.product a.product_type_simple
/*.content-products li.product a.add_to_cart_button*/ {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 139px;
    height: 34px;
    display: inline-block;
    max-width: 90%;
    padding: 0 25px;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.content-products li.product a.product_type_variable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 224px;
    display: inline-block;
    max-width: 90%;
    padding: 0 10px;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

.content-products li.product a.product_type_simple:hover,
/*.content-products li.product a.add_to_cart_button:hover,*/
.content-products li.product a.product_type_variable:hover {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

.added_to_cart {
    display: none;
}

.content-products li.product .onsale {
    position: absolute;
    top: 12px;
    right: 11px;
    height: 24px;
    padding: 0 12px;
    background-color: #F41919;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.content-products li.product .yith-wcqv-button{
    position: absolute;
    /*display: none;*/
    visibility: hidden;
    top: 0;
    left: 0;
    height: 168px;
    width: 100%;
    /*padding: 80px 0;*/
    background-image: url(./images/search.svg);
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
}

.content-products li.product:hover .yith-wcqv-button {
    /*display: block;*/
    visibility: visible;
}

#yith-quick-view-content img {
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
    padding: 5px;
    object-fit: contain !important;
    object-position: center !important;
}
#yith-quick-view-content .onsale {
    position: absolute;
    top: 45px !important;
    right: auto !important;
    left: 15px !important;
    height: 24px;
    padding: 0 12px;
    background-color: #F41919;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
#yith-quick-view-content div.summary {
    padding: 45px 15px 15px 15px !important;
    border-right: none;
}
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button {
    padding: 0 !important;
    border-radius: 23px !important;
    font-size: 16px !important;
}


/* Sales page */
.site-inner-page {
    min-height: 575px;
}

.content-sales-products {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 295px);
    min-height: 505px;
}

.content-sales-products h1.page-title {
    margin: 0;
    color: #F49619;
    font: Bold 24px/32px Segoe UI;
}

.content-sales-products ul {
    display: flex;
    flex-wrap: wrap;  
    padding: 0;
}

.content-sales-products li.product {    
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 251px;
    margin-right: 12px;
    margin-bottom: 28px;
    border: 1px solid #DFDFDF;	
    overflow: hidden;
}

/*
.content-sales-products li.product:nth-child(3n+3) {
    margin-right: 0;
}
*/

.content-sales-products li.product:nth-child(4n+4) {
    margin-right: 0;
}
/*
.content-sales-products li.product a:first-child {
    display: inline-block;
    padding-bottom: 60px;
}
*/
.content-sales-products li.product a:first-child, 
.content-sales-products li.product a.woocommerce-loop-product__link {
    display: inline-block;
    padding-bottom: 60px;
    color: #313131;
}

.content-sales-products li.product .woosticker.woosticker_new.custom_sticker_text {
    top: 12px !important;
    left: 11px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.content-sales-products li.product .woosticker.woosticker_new.custom_sticker_text:before {
    content: none !important;
}

.content-sales-products li.product a:hover {
    text-decoration: none;
}

.content-sales-products li.product img {
    width: 251px;
    height: 168px;
}

.content-sales-products li.product h2 {
    margin: 12px;
    padding: 9px 0 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.content-sales-products li.product .price {
    display: inline-block;
    height: 21px;
    width: 100%;
    margin: 9px 0 21px 0;
    padding: 0 12px;
}

.content-sales-products li.product .price ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.content-sales-products li.product .price ins span {
    color: #FF2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.content-sales-products li.product .price span,
.content-sales-products li.product .price del,
.content-sales-products li.product .price del span  {
    color: #313131;
    font-size: 16px;
    line-height: 21px;
}

.content-sales-products li.product a.product_type_simple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.content-sales-products li.product a.product_type_variable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 224px;
    max-width: 90%;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.content-sales-products li.product a.product_type_simple:hover, 
.content-sales-products li.product a.product_type_variable:hover {
    background-color: #F49619;
    color: #fff;
}

.content-sales-products li.product .onsale,
.related.products .onsale {
    position: absolute;
    top: 12px;
    right: 11px;
    height: 24px;
    padding: 0 12px;
    background-color: #F41919;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.content-sales-products li.product .yith-wcqv-button{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 168px;
    width: 100%;
    padding: 80px 0;
    background-image: url(./images/search.svg);
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
}

.content-sales-products li.product:hover .yith-wcqv-button {
    display: block;
}

/* Product page */
.woocommerce-notices-wrapper {
    display: none;
}

.product .single-product-images {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 476px;
    height: auto;
    margin-right: 20px;
}

.woocommerce-product-gallery__wrapper {
    margin: 0 10px 0 0;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
    margin-right: 0;
}
.single-product-images .onsale {
    position: absolute;
    top: 12px;
    right: 24px;
    height: 24px;
    padding: 0 12px;
    background-color: #F41919;
    color: #fff;
    line-height: 24px;
    text-align: center;
    z-index: 1;
}

.woocommerce-product-gallery__image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    margin-right: 10px;
}

#cboxOverlay {
    background: #000 !important;
}
#cboxContent, 
#cboxLoadedContent {
    background: rgba(0, 0, 0, 0.25) !important;
}

.product .entry-summary {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 510px);
    padding: 15px;
    border: 1px solid #DFDFDF;    
}

.product .entry-summary h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin: 0;
}

.product .entry-summary .woocommerce-product-rating {
    min-height: 16px;
}

.product .entry-summary .star-rating {
    margin: 10px 0;
}

.product .entry-summary .woocommerce-review-link {
    display: none;
}

.product .entry-summary .price {
    display: inline-block;
    /*height: 44px;*/
    min-height: 44px;
    width: 100%;
    margin: 0 0 21px 0;
    padding: 9px 0 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.product .entry-summary .price span, 
.product .entry-summary .price del, 
.product .entry-summary .price del span {
    color: #313131;
    font-size: 16px;
    line-height: 21px;
}

.product .entry-summary .price ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.product .entry-summary .price ins span {
    color: #FF2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.product .entry-summary .price .wholesale_price_container ins {
    float: none;
}

.product .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 10px;    
    border-bottom: 1px solid #DFDFDF;
}

.product .entry-summary .screen-reader-text {
    display: none;
}

.product .entry-summary .product_meta {
    display: none;
}

.product .entry-summary .quantity {    
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: 90px;
    border: 1px solid #000;
    border-radius: 23px;
}

/* variations */
.product .entry-summary .variations {
    margin-bottom: 15px;
}

.product .entry-summary .variations tr {
    border-bottom: solid 10px transparent;
}

.product .entry-summary select {
    padding: 5px 30px 5px 16px;
    margin-left: 10px;
    border: 1px solid #DFDFDF;
    border-radius: 23px;
    background-image: url(./images/menu-open-cat.svg);
    background-position: right 13px center;
    background-repeat: no-repeat;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
}

.product .entry-summary .reset_variations {
    display: inline-block;
    padding: 2px 7px 4px 7px;
    margin: 0 15px;
    border: 1px solid #F49619;
    border-radius: 25px;
    background-color: inherit;
    color: #F49619;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}
.product .entry-summary .reset_variations:hover {
    background-color: #F49619;
    color: #fff;
}
/* end variations */


/* Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number]{
  -moz-appearance: textfield;
}

/* new style quantity stepper */
.product .entry-summary .quantity input {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0 28px;
    border: none;
    border-radius: 24px;
    -moz-appearance: textfield;
    text-align: center;
}
.stepper__controls [spinner-button="up"], 
.stepper__controls [spinner-button="down"] {
    position: absolute;
    display: flex;
    height: 20px;
    top: 0;
    bottom: -1px;
    width: 30px;
    z-index: 1;
    align-content: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
    font-size: 1.375em;
    line-height: 0;
    transition: all ease 0.25s;
}
.stepper__controls [spinner-button="up"] {
    right: 0;
    margin-left: -1px;
    background-image: url(./images/qty-plus.svg);
    background-size: 20px 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.stepper__controls [spinner-button="down"] {
    left: 0;
    margin-right: -1px;
    background-image: url(./images/qty-minus.svg);
    background-size: 20px 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
/* end new style quantity */

/* new style quantity number plugin */
.main_number_plugin{
    position: relative;
}
.plus_plugin_number, 
.minus_plugin_number {
    position: absolute;
    display: flex;
    height: 32px;
    top: 0;
    bottom: -1px;
    width: 30px;
    z-index: 1;
    align-content: center;
    justify-content: center;
    padding: 0;
    outline: none;
    border: none;
    font-size: 1.375em;
    line-height: 0;
    transition: all ease 0.25s;
}
.plus_plugin_number {
    right: 0;
    margin-left: -1px;
    background-image: url(./images/qty-plus.svg);
    background-size: 20px 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}
.minus_plugin_number {
    left: 0;
    margin-right: -1px;
    background-image: url(./images/qty-minus.svg);
    background-size: 20px 10px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

/* end new style quantity number plugin */


.product .entry-summary .single_add_to_cart_button {
    display: inline-block;
    vertical-align: top;
    width: 139px;
    height: 34px;
    margin: 0 15px;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: inherit;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
.product .entry-summary .single_add_to_cart_button:hover {
    background-color: #F49619;
    color: #fff;
}

.wc-tabs-wrapper {
    margin: 20px 0 30px 0;
    background: #F3F3F3;
}
.wc-tabs {
    height: 60px;
    padding-top: 30px !important;
    margin: 0 auto;
    border-bottom: 1px solid #DFDFDF;
    text-align: center;
}
.wc-tabs li {
    display: inline-block;
}
.wc-tabs li a {
    position: relative;
    display: block;
    height: 30px;
    margin: 0 10px;
    color: #313131;
}
.wc-tabs li:hover a::after,
.wc-tabs li.active a::after {
    content: '';
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: auto;
    background: #F49619;
}
.wc-tab {
    padding: 20px 0;
    background: #F3F3F3;
}
.wc-tab h2 {
    display: none;
}
.woocommerce-Tabs-panel--description ul {
    padding-left: 0;
    margin: 0 0 0 25px;
}
.woocommerce-Tabs-panel--description ul li {
    list-style: disc;
}
.woocommerce-Tabs-panel--description iframe {
	max-width: 100%;
}

#tab-reviews #reviews {
    padding: 0;
    margin: 15px 0 0px 0;
    background: #F3F3F3;
}
.commentlist {
    padding-left: 0;
}
.commentlist li {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#review_form_wrapper {
    padding-top: 15px;
    border-top: 1px solid #DFDFDF;
}
.comment-reply-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

/* Related products & up-sells on the product page */
.up-sells.products ul,
.related.products ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.up-sells.products li.product,
.related.products li.product {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 253px;
    margin-right: 14px;
    margin-bottom: 28px;
    border: 1px solid #DFDFDF;
}
.up-sells.products li.product a:first-child,
.related.products li.product a:first-child {
    display: inline-block;
    padding-bottom: 60px;
}
.up-sells.products li.product img,
.related.products li.product img {
    width: 251px;
    height: 168px;
}
.up-sells.products li.product h2,
.related.products li.product h2 {
    margin: 12px;
    padding: 9px 0 8px 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.up-sells.products li.product .price,
.related.products li.product .price {
    display: inline-block;
    height: 21px;
    width: 100%;
    margin: 0 0 21px 0;
    padding: 0 12px;
}

.related.products li.product .price ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.related.products li.product .price ins span {
    color: #FF2121;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.up-sells.products li.product .price span, 
.up-sells.products li.product .price del, 
.up-sells.products li.product .price del span,
.related.products li.product .price span, 
.related.products li.product .price del, 
.related.products li.product .price del span {
    color: #313131;
    font-size: 16px;
    line-height: 21px;
} 
.up-sells.products li.product a.product_type_simple,
.related.products li.product a.product_type_simple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.up-sells.products li.product a.product_type_variable,
.related.products li.product a.product_type_variable {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 224px;
    max-width: 90%;
    margin: 7px auto 18px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.up-sells.products li.product a.product_type_simple:hover,
.related.products li.product a.product_type_simple:hover,
.up-sells.products li.product a.product_type_variable:hover,
.related.products li.product a.product_type_variable:hover {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}
.up-sells.products li.product .yith-wcqv-button,
.related.products li.product .yith-wcqv-button {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 168px;
    width: 100%;
    /* padding: 80px 0; */
    background-image: url(./images/search.svg);
    background-color: rgba(0, 0, 0, 0.2);
    background-size: 25px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
    z-index: 1;
}
.up-sells.products li.product:hover .yith-wcqv-button,
.related.products li.product:hover .yith-wcqv-button {
    display: block;
}

/* Cart page */
.content-cart .woocommerce-notices-wrapper {
    display: block;    
}
.content-cart .woocommerce-notices-wrapper .woocommerce-error {
    padding: 10px;
    margin: 0 0 10px 0;
    background-color: #F41919;
    color: #fff;
    font-size: 16px;
}
.content-cart .woocommerce-notices-wrapper .woocommerce-error a {
    color: #fff;
    text-decoration: underline;
}
.content-cart .woocommerce-notices-wrapper .woocommerce-error a:hover {
    color: #313131;
    text-decoration: underline;
}

.content-cart .woocommerce-notices-wrapper .woocommerce-message {
    padding: 10px;
    margin: 0 0 10px 0;
    background-color: #F49619;
    color: #fff;
    font-size: 16px;
}

.content-cart .woocommerce-notices-wrapper .woocommerce-info {
    padding: 5px;
    margin-bottom: 5px;
    background: #00d084;
    color: #fff;
}

.woocommerce-cart-form__contents {
    width: 100%;
}
.woocommerce-cart-form__cart-item {
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}
.woocommerce-cart-form__cart-item_middle {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
}
.woocommerce-cart-form__cart-item_bottom {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.product-thumbnail {
    width: 30%;
    min-width: 250px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.product-name,
.product-price,
.product-quantity {
    width: 55%;
    padding: 0 15px;
}
.product-remove,
.product-subtotal {
    width: 15%;
    padding: 0 15px;
    text-align: right;
}
.product-remove {
    vertical-align: top;
    padding: 8px 0 0 0;
}

.product-name a {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}
.product-remove a  {
    display: inline-block;
    height: 18px;
    width: 15px;
    padding: 0 15px;
    background-image: url(./images/bin.svg);
    background-size: 18px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 0;
}
.product-price .woocommerce-Price-amount {
    color: #313131;
    font-size: 16px;
    line-height: 21px;
}
.woocommerce-cart-form__cart-item_middle .product-price del {
    color: #313131;
}
.woocommerce-cart-form__cart-item_middle .product-price del .woocommerce-Price-amount {
    color: #313131;
    font-size: 14px;
    line-height: 21px;
}
.woocommerce-cart-form__cart-item_middle .product-price ins {
    float: left;
    padding-right: 15px;
    text-decoration: none;
}
.woocommerce-cart-form__cart-item_middle .product-price ins .woocommerce-Price-amount {
    color: #FF2121;
    font-size: 16px;
    line-height: 21px;
}
.product-quantity .quantity {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: 90px;
    border: 1px solid #000;
    border-radius: 23px;
}
.product-quantity .quantity label {
    display: none;
}
.product-quantity .quantity input {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0 28px;
    border: none;
    border-radius: 24px;
    -moz-appearance: textfield;
    text-align: center;
}
.product-subtotal .woocommerce-Price-amount {
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
} 
.cart-discount .save-red  {
    color: #FF2121;
    font-size: 14px;
    line-height: 18px;
}

.woocommerce-cart-form__coupons {
    background-color: #F3F3F3;
}
.woocommerce-cart-form__coupons .actions {
    padding: 10px;
}
.coupon label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
#coupon_code {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    width: 200px;
    padding: 0 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #313131;
    border-radius: 23px;
}
.coupon button,
.woocommerce-cart-form__coupons button {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 34px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: #fff;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
.woocommerce-cart-form__coupons button:hover {
    background-color: #F49619;
    color: #fff;
}
.cart-collaterals {    
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F3F3F3;
}
.cart_totals h2 {
    margin: 0 0 10px 0;
    color: #F49619;
    font: Bold 24px/32px Segoe UI;
}
.cart_totals table {
    width: 35%;
    min-width: 280px;
    margin-bottom: 15px;
    text-align: right;
}
.cart_totals table th {
    width: 40%;
}
.cart_totals table td {
    padding: 4px 0;
}
.cart_totals table tr.order-total td {
    font-size: 16px;
}
.cart_totals table tr.woocommerce-shipping-totals th {
    vertical-align: top;
}
.cart_totals .form-row-wide label {
    width: auto;
    max-width: -webkit-fill-available;
    font-size: 14px;
    font-weight: 500;
}
.wc-proceed-to-checkout a {
    display: inline-block;
    width: 195px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: #fff;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.wc-proceed-to-checkout a:hover {
    background-color: #F49619;
    color: #fff;
}

/* cart cross sells slider */
.more-products-title {
    position: relative;
    margin-bottom: 20px;
    color: #F49619;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}
.more-products-title::before {
    content: '';
    width: calc(100% - 510px);
    height: 2px;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 420px;
    bottom: 8px;
    z-index: auto;
    background: #DFDFDF;
}
.more-products-title::after {
    content: '';
    width: 84px;
    height: 34px;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 17px;
    bottom: -8px;
    z-index: auto;
    border: 2px solid #DFDFDF;
    border-radius: 16px;
    background: #FFF;
}
.more-product {
    position: relative;
    width: 253px;
    height: auto;
    height: 100%;
    padding: 0 10px;
    border: 1px solid #DFDFDF;
    background: #fff;
    text-align: center;
}
.more-product img {
    width: 100%;
    height: 100%;    
    object-fit: contain;
}
.more-product a:hover {
    text-decoration: none;
}
.more-product .star-rating {
    margin: 10px 0 !important;
}
.more-product h2 {
    padding: 9px 0 8px 0;
    margin: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    color: #313131;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
}
.more-product .price {
    display: block;
    height: 21px;
    margin: 9px 0 45px 0;
    color: #313131;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}
.more-product ins {
    float: left;
    margin-right: 15px;
    text-decoration: none;
}

.more-product a.product_type_variable,
.more-product a.add_to_cart_button,
.more-product a.product_type_simple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	display: inline-block;
    max-width: 90%;
    padding: 0 15px;
    margin: 7px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.more-product a:hover {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

.more-product a.yith-wcqv-button {
    display: none;
}

/* Checkout page */
.woocommerce-form-login,
.woocommerce-form-coupon {
    width: 50%;
}
.woocommerce-error {
    padding: 0;
}
.woocommerce-error li {
    padding: 5px;
    margin: 5px 0;
    background-color: #F41919;
    color: #fff;
}
.woocommerce-error li a {
    color: #fff;
}
.woocommerce-error li a:hover {
    color: #fff;
    text-decoration: underline;
}
.woocommerce-NoticeGroup-checkout ul {
    padding: 0;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    padding: 5px;
    margin: 5px 0;
    background-color: #F41919;
    color: #fff;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a {
    color: #fff;
}
.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a:hover {
    color: #fff;
    text-decoration: underline;
}
#customer_details {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}
.woocommerce-invalid-required-field input {
    border-bottom: 2px solid #F41919 !important;
}
.form-row-first {
    width: 40%;
    float: left;
    margin-right: 5%;
}
.form-row-last {
    width: 44%;
    float: left;
    margin-right: 0;
}
.form-row-last button {
    margin: 0;
}
.form-row-first label,
.form-row-last label,
.form-row-wide label {
    width: 100%;
    max-width: 390px;
    font-size: 14px;
    font-weight: 500;
}
.form-row-first input,
.form-row-last input,
.form-row-wide input {
    width: 80%;
    max-width: 390px;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    /*border-radius: 23px;*/
}
.form-row-first input#billing_first_name,
.form-row-last input#billing_last_name {
    width: 100%;
}
.form-row-wide-select {
    width: 80%;
}
/*
.woocommerce-billing-fields__field-wrapper {
    display: none;
}
*/
select#billing_country,
select#billing_state,
select#billing_city,
select#shipping_country,
select#shipping_state,
select#shipping_city {
    width: 80%;
    max-width: 390px;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
}
.select2-container {
    width: 80% !important;
    max-width: 390px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #DFDFDF !important;
    border-radius: 0 !important;
}
.form-row-wide.create-account label {
    padding-left: 20px;
}
input#createaccount {
    width: auto;
}
.woocommerce form .form-row .required {
    visibility: visible;
    border-bottom: none;
    cursor: default;
    color: #FF8900;
}
.form-row.notes label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.form-row.notes textarea,
.billing_notes textarea {
    width: 80%;
    max-width: 390px;
    height: 75px;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
}
#ship-to-different-address {
    /*display: none;*/
    margin: 20px 0 0 0;
    padding: 0;
    font-size: 18px;
}
#order_review_details {
    display: inline-block;
    vertical-align: top;
    width: 53%;
}
.woocommerce-checkout-review-order-table {
    width: 100%;
    border: 1px solid #DFDFDF;
}
.woocommerce-checkout-review-order-table th {
    padding: 15px;
    background-color: #F3F3F3;
}
.woocommerce-checkout-review-order-table td {
    padding: 5px 15px;
}
.woocommerce-checkout-review-order-table .product-total del {
    color: #313131;
}
.woocommerce-checkout-review-order-table .product-total del .woocommerce-Price-amount {
    color: #313131;
    font-size: 14px;
    line-height: 21px;
}
.woocommerce-checkout-review-order-table .product-total ins {
    float: left;
    padding-right: 15px;
    text-decoration: none;
}
.woocommerce-checkout-review-order-table .product-total ins .woocommerce-Price-amount {
    color: #FF2121;
    font-size: 16px;
    line-height: 21px;
}
.woocommerce-checkout-review-order-table .product-total .product-quantity {
    padding: 0 5px;
}
.woocommerce-checkout-review-order-table .product-total .woocommerce-Price-amount {
    white-space: nowrap;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    vertical-align: top;
}
ul#shipping_method {
    padding: 0;
    margin: 0;
    text-align: left;
}
ul#shipping_method li {
    width: 100%;
}
ul#shipping_method input {
    /*display: inline-block;*/
    vertical-align: top;
    margin-right: .3342343017em;
}
ul#shipping_method label {
    display: inline-block;
    width: calc(100% - 25px);
    max-width: 100%;
    margin-bottom: 5px;
}
#pvz-info {
    border: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    overflow-x: auto;
}
.place-order input {
    width: 15px;
    margin-left: 0;
}
.payment_methods {
    padding: 0;
    margin: 15px 0;
}
.payment_methods li {
    border: 1px solid #DFDFDF;
    background-color: #F3F3F3;
} 

.payment_methods li input{
    margin: 15px 0 15px 15px;
}
.payment_methods li label {
    width: calc(100% - 45px);
    padding: 15px;
    margin: 0;
}
.payment_methods li .payment_box {
    padding: 15px;
    background-color: #fff;
}
.payment_methods li .payment_box p {
    margin: 0;
}

.place-order button {
    width: 185px;
    height: 34px;
    margin: 7px auto 18px auto;
    padding: 0;
    border: 2px solid #F49619;
    border-radius: 23px;
    background: #fff;
    color: #FF8900;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
.place-order button:hover {
    background-color: #F49619;
    color: #fff;
}

/* password */
.woocommerce-password-strength.short, 
.woocommerce-password-strength.bad {    
    color: #cf2e2e;
    font-weight: 600;
}
.woocommerce-password-strength.strong, 
.woocommerce-password-strength.good {
    color: #00d084;
}

/* Order is accepted page */
.woocommerce-order {
    margin-bottom: 15px;
}
.woocommerce-order .woocommerce-thankyou-order-received {
    padding: 0 10px;
    background-color: #F49619;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.706325903em 0;
    background-color: #F3F3F3;
}
ul.order_details::after, 
ul.order_details::before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%,16px 16px,16px 16px;
    background: -webkit-linear-gradient(transparent 0,transparent 0),
    -webkit-linear-gradient(135deg,#F3F3F3 33.33%,transparent 33.33%),
    -webkit-linear-gradient(45deg,#F3F3F3 33.33%,transparent 33.33%);
}
ul.order_details::after {
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.order_details::after {
    clear: both;
}
ul.order_details li:first-child {
    padding-top: 1.618em;
}
ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
}
ul.order_details > li {
    border-bottom: 1px dotted #DFDFDF;
}
ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em;
}
ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none;
}

.order_details {
    width: 100%;
    background-color: #F3F3F3;
}
.order_details thead th {
    padding: 1.41575em;
    vertical-align: middle;
}
.order_details tbody td {
    background-color: #fff;
}
.order_details td, 
.order_details th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}
/*
.woocommerce-table--order-details {
    width: 100%;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}
.woocommerce-table--order-details tfoot {
    border-top: 1px solid #DFDFDF;
}
.woocommerce-table--order-details tfoot th {
    padding: 5px 15px;
}
*/
.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
    font-weight: 600;
}
.woocommerce-customer-details {
    width: 100%;
}
.woocommerce-column--billing-address,
.woocommerce-column--shipping-address {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}


/* Account page */
.woocommerce-MyAccount-navigation {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    margin-right: 10px;
    background-color: #F3F3F3;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
}
.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 9px 20px 9px 10px;
    color: #313131;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.woocommerce-MyAccount-navigation a:hover, 
.woocommerce-MyAccount-navigation a:focus, 
.woocommerce-MyAccount-navigation .is-active a {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}
.woocommerce-MyAccount-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    margin-bottom: 25px;
}
.woocommerce-MyAccount-orders {
    width: 100%;
}
.woocommerce-MyAccount-orders th {
    background-color: #F3F3F3;
}
.woocommerce-MyAccount-orders th,
.woocommerce-MyAccount-orders td {
    padding: 10px 5px;
}
.woocommerce-orders-table__cell-order-actions a {
    padding-right: 15px;
}
.woocommerce-address-fields button,
.woocommerce-EditAccountForm button {
    width: 200px;
    height: 34px;
    margin: 7px auto 18px auto;
    padding: 0;
    border: 2px solid #F49619;
    border-radius: 23px;
    background: #fff;
    color: #FF8900;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.woocommerce-address-fields button:hover,
.woocommerce-EditAccountForm button:hover {
    background-color: #F49619;
    color: #fff;
}
.edit-account legend {
    padding: 10px 0;
}
/* Повторить заказ в ЛК */
.woocommerce-orders-table__cell-order-actions a.pay,
.woocommerce-orders-table__cell-order-actions a.order-again,
.woocommerce-table--order-details a.order-again,
.woocommerce-table--order-details a.pay,
.content-cart .return-to-shop a.wc-backward {
    padding: 5px 7px;
    margin-right: 15px;
    background-color: #FF8900;
    border: 1px solid #FF8900;
    color: #fff;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.woocommerce-orders-table__cell-order-actions a.pay:hover,
.woocommerce-orders-table__cell-order-actions a.order-again:hover,
.woocommerce-table--order-details a.order-again:hover,
.woocommerce-table--order-details a.pay:hover,
.content-cart .return-to-shop a.wc-backward:hover {
    background-color: #fff;
    border: 1px solid #FF8900;
    color: #FF8900;
}
.woocommerce-order-details p.order-again {
    display: none;
}
/* поля в Анкете в ЛК */
label[for="account_display_name"],
label[for="account_email"] {
    max-width: none;
}
#account_display_name_description {
    display: inline-block;
    width: 100%;
}
/* кнопки показать/скрыть пароль в Анкете в ЛК */
.woocommerce-EditAccountForm .password-input button {
    min-width: 80px;
    justify-content: center;
}
.woocommerce-EditAccountForm .password-input button.show-password-input::after {
    content: "Показать пароль";
    margin-left: 5px;
    font-size: 14px;
}
.woocommerce-EditAccountForm .password-input button.display-password::after {
    content: "Скрыть пароль";
}

/* pop up */
.overlay {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.popup-box-content {
    position: relative;
    width: calc(100% - 30px);
    margin-top: 40px;
    background-color: #fff;
}
.popup-login-form {
    position: fixed;
    display: block;
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0px;
    z-index: 999999;
}
.popup-reg-form {
    position: fixed;
    display: block;
    height: 100%;
    max-width: 400px;
    top: 50%;
    left: 50%;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0px;
    z-index: 999999;
}
.popup-login-form, 
.popup-reg-form {
    opacity: 0;
    text-align: justify;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}
.close_modal {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 24px;
    height: 24px;
    margin-top: 0;
    padding: 0;
    line-height: 24px;
    background-image: url(./images/close.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9;
}
.popup-box-title {
    padding: 15px 0;
    color: #F49619;
    font: Bold 24px/32px Segoe UI;
    text-align: center;
}
#loginform {
    padding: 0 20px 0 20px;
}
.login-username,
.login-password {
    margin-bottom: 15px;
}
.login-username label,
.login-password label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.login-username input,
.login-password input {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #313131;
    border-radius: 23px;
    background: #fff;
}
.login-remember label {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.login-submit input {
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: #fff;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.login-submit input:hover {
    background-color: #F49619;
    color: #fff;
} 
.login-form-reset-password {
    display: block;
    padding: 5px 0 15px 0;
    color: #313131;
    font: 14px/19px Segoe UI;
    text-align: center;
    text-decoration: underline;
}
#registerform {
    padding: 0 20px 20px 20px;
}
.reg-username label,
.reg-usermail label {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.reg-username input,
.reg-usermail input {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    border: 1px solid #313131;
    border-radius: 23px;
    background: #fff;
}
.reg-submit input {
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto;
    border: 2px solid #F49619;
    border-radius: 23px;
    background-color: #fff;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}
.reg-submit input:hover {
    background-color: #F49619;
    color: #fff;
}

/* plugin login-register */
.xoo-el-header {
    padding: 0 15px 15px !important;
}
.xoo-aff-group {
    margin-bottom: 15px !important;
}
.xoo-aff-group input[type="text"], 
.xoo-aff-group input[type="password"], 
.xoo-aff-group input[type="email"], 
.xoo-aff-group input[type="number"], 
.xoo-aff-group select, 
.xoo-aff-group select + .select2 {
    width: 100% !important;
    height: 34px !important;
    padding: 0 10px !important;
    border: 1px solid #313131 !important;
    border-radius: 23px !important;
    background: #fff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 19px !important;
}
.xoo-aff-group label {	
    font-weight: 500 !important;
}
.xoo-aff-checkbox_single a {
	text-decoration: none !important;;
    color: #FF8900 !important;;
}
.xoo-el-form-container button.button.btn.xoo-el-action-btn {
    clear: both !important;
    width: calc(100% - 20px) !important;
    max-width: 210px !important;
    display: block !important;
    cursor: pointer !important;
    margin: 10px auto !important;
    text-transform: none !important;
}
/* responsive */
@media all and (min-width: 1071px) {
    .mob-catalog.active {
        display: none !important;
    }
}

@media all and (max-width: 1360px) {
    .content {
        width: 1080px;
        margin: 0 auto;
    }

    .content-products li.product:nth-child(4n+4) {
        margin-right: 16px;
    }

    .content-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }

    .content-sales-products li.product:nth-child(4n+4) {
        margin-right: 12px;
    }

    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }
    
    .form-row-wide-select {
        width: 100%;
    }
}

@media all and (max-width: 1110px) {
    .content {
      width: 100%;
      padding: 0 15px;
    }

    .banner_text {
        position: absolute;
        left: 15px;
        bottom: 110px;
    }

    /* Product slider */
    .responsive-newest-products .newest-product {
        width: calc(100% - 20px);
    }
    .responsive-newest-products .newest-product-img {
        width: 100%;
        height: auto;
    }
    .responsive-newest-products .newest-product-info {
        width: calc(100% - 20px);
    }

    /* News slider */
    .responsive-news .img_news {
        width: calc(100% - 20px);
        height: auto;
    }
    .responsive-news .discr_news {
        width: calc(100% - 20px);
    }

    /* Catalog */
    .content-products li.product:nth-child(3n+3) {
        margin-right: 16px;
    }

    /* Sales */
    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 12px;
    }   

    /* cart cross sells slider */
    .more-product {
        width: calc(100% - 20px);
    }
    .more-product img {
        width: 100%;
        height: auto;
    }


    /* News page */
    .content_news {
        margin: 0 -15px;
    }
    .img_news {
        width: 100%;
        height: auto;
    }
    .img_news a img {
        width: 100%;
        height: auto;
    }
    .discr_news {
        width: 100%;
    }

    /* Footer */
    #footer {
        text-align: center;
    }
    #footer .footer-column {
        width: auto;
        text-align: left;
    }
    #footer .footer-column-3 {
        width: 100px;        
        text-align: left;
    }
    #footer .footer-column-4 {
        text-align: left;
    }

}

@media all and (max-width: 1070px) {
    /* Navi */
    .nav-main-menu {
        display: none;
    }
    
    .nav-catalog .dt-menu-catalog {
        display: none;    
    }
    
    .nav-catalog .mob-menu-catalog {
        display: inline-block;    
    }
    
    
    .dt-catalog.active {
        display: none !important;
    } 
    
    .dt-nav-title {
        display: none;
    }
    .mob-nav-title {
        display: block;
    }
}

@media all and (max-width: 1024px) {
    #banner::after {
        content: '';
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: auto;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .banner_line_1,
    .banner_line_2 {
        color: #fff;
    }
}

@media all and (max-width: 1009px) {
    .navbar {
        float: right;
    }
    .navbar-toggle {
        margin: 0;
    }
}

@media all and (max-width: 992px) {
    /* Header */    
       
    /* Sidebar */
    .sidebar {
        display: none;
    }
    /* Category page */
    .content-products {
        width: 100%;
    }
    .content-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(33.3% - 15px);
        margin-right: 12px;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-products li.product:nth-child(3n+3) {
        margin-right: 12px;
    }
    .content-products li.product:nth-child(4n+4) {
        margin-right: 12px;
    }
    .content-products li.product img {
        width: 100%;
        height: auto;
    }
    .content-products li.product .yith-wcqv-button {
        display: none !important;
    }
    
    /* Sales page */
    .content-sales-products {
        width: 100%;
    }
    .content-sales-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(33.3% - 15px);
        margin-right: 12px;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-sales-products li.product img {
        width: 100%;
        height: auto;
    }
    
    /* Product page */    
    .product .single-product-images {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: auto;
        margin-right: 20px;
    }    
    .product .entry-summary {
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 24px);
        padding: 15px;
        border: 1px solid #DFDFDF;
    }
    .woocommerce-product-gallery__image {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        margin-right: 0;
    }    
    .woocommerce-product-gallery__image img {
        width: calc(100% - 10px);
        height: auto;
    }    
    .woocommerce-product-gallery__image img.wp-post-image {
        width: 100%;
        height: auto;
    }
    .up-sells.products li.product .yith-wcqv-button, 
    .related.products li.product .yith-wcqv-button {
        display: none !important;
    }
    
    /* Cart page */
    #order_review_details {
        width: 50%;
    }
    #customer_details {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin-right: 4%;
    }
    .form-row-first {
        width: 48%;
        float: left;
        margin-right: 2%;
    }
    .form-row-last {
        width: 50%;
        float: left;
        margin-right: 0;
    }
    .form-row-first input, 
    .form-row-last input, 
    .form-row-wide input {
        width: 100%;
        padding: 5px 10px;
        border: 1px solid #DFDFDF;
    }
    .form-row-wide-select {
        width: 100%;
    }
    select#billing_country, 
    select#billing_state, 
    select#billing_city, 
    select#shipping_country, 
    select#shipping_state, 
    select#shipping_city {
        width: 100%;
    }
    .form-row.notes textarea,
    .billing_notes textarea {
        width: 100%;
        height: 75px;
        padding: 5px 10px;
        border: 1px solid #DFDFDF;
    }    
    .select2-container {
        width: 100% !important;
        max-width: 390px;
    }
    

}

@media all and (max-width: 767px) {
    /* Header */
    #main_top {
        height: 130px;
    }
    .logo-main {
        float: left;
        height: 50px;
        width: 170px;
        margin: 18px 0 0 0;
    }
    .basket {
        position: relative;
        float: right;
        width: 100px;
        height: 39px;
        margin: 23px 0 0 5px;
        /*
        padding-left: 45px;
        background-image: url(./images/shopping-cart.svg);
        background-size: 40px 39px;
        background-position: left center;
        background-repeat: no-repeat;
        */
    }
    .search {
        float: left;
        width: 100%;
        margin: 20px auto 9px auto;
    }
    .search .aws-container {
        width: 70%;
        margin: 0 auto;
    }
    
    /* Navi */
    #nav.content {
        padding: 0;
    }
    .nav-catalog {
        width: 100%;
    }
	.nav-catalog .mob-menu-catalog {
		width: 50%;		
	}
    .nav-catalog .catalog {
        background-position: 3% 50%;
    }
    .mob-catalog {
        left: 0;
    }
    
    /* Footer */
    #footer .footer-column {
        width: calc(50% - 10px);
        margin-right: 0;
        text-align: left;
    }
    #footer .footer-column-3,
    #footer .footer-column-4 {
        width: 100%;
        text-align: center;
    }
    #footer .footer-column-3 {
        margin-top: 20px;
    }
    .nav-footer {
        margin-top: 0;
    }
    
    /* Category page */
    .content-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 12px);
        margin-right: 20px;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-products li.product:nth-child(3n+3) {
        margin-right: 20px;
    }
    #yith-quick-view-content div.images, 
    #yith-quick-view-content div.summary {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce-product-gallery__wrapper {
        margin: 0;
    }
    #yith-quick-view-content .onsale {
        position: absolute;
        top: 2px !important;
        right: auto !important;
        left: 4px !important;
        height: 24px;
        padding: 0 12px;
        background-color: #F41919;
        color: #fff;
        line-height: 24px;
        text-align: center;
    }
    #yith-quick-view-content div.summary {
        padding: 15px !important;
    }
    
    /* Sales page */
    .content-sales-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 12px);
        margin-right: 20px;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-sales-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 20px;
    }
    
    /* Product page */
    .product .single-product-images {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        width: 100%;
        text-align: center;
    }
    .woocommerce-product-gallery__image img.wp-post-image {
        width: auto;
        max-width: 500px;
        height: auto;
    }    
    .product .entry-summary {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 15px;
        border: 1px solid #DFDFDF;
    }    
    .commentlist li {
        width: 100%;
        margin-right: 0;
        clear: both;
    }
    
    /* Cart page */    
    .woocommerce-cart-form {   
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 0;
        overflow-x: auto;
    }
    .woocommerce-cart-form .shop_table_responsive {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        /*min-width: 670px;*/
        min-width: 290px;
    }
    .product-thumbnail {
        width: 30%;
        min-width: 100px;
        max-width: 110px;
    }
    .product-thumbnail img {
        width: 100%;
        max-width: 100px;
        height: auto;
        padding: 2px;
    }
    .product-name, 
    .product-price, 
    .product-quantity {
        width: 35%;
        padding: 0 0 10px 10px;
    }
    .product-subtotal {
        padding: 0 15px 0 0;
        width: 35%;
    }
    .cart-item_col_gap {
        width: 20%;
    }
    .cart_totals table {
        width: 100%;
        min-width: 260px;
    }
    
    #customer_details {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
    }
    #order_review_details {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .form-row-first {
        width: 100%;
        max-width: 390px;
        float: left;
        margin-right: 0;
        margin-bottom: 0;
    }
    .form-row-last {
        width: 100%;
        max-width: 390px;
        float: left;
        margin-right: 0;
    }
    .form-row-wide-select {
        width: 100%;
        max-width: 390px;
    }
    
    /* Account page */
    .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    .woocommerce-MyAccount-navigation li {
        float: left;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
        margin-top: 20px;
        overflow-x: auto;
    }
    .woocommerce-MyAccount-orders {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        min-width: 450px;
    }
    
    /* popup form */
    .popup-login-form {
        width: 90%;
    }
    .popup-reg-form {
        width: 80%;
    }
    .popup-box-content {
        width: 100%;
    }
    .close_modal {
        right: 0;
    }    
    
}
@media all and (max-width: 620px) {
    /* Category page */
    .woocommerce-product-filter {
        height: 110px;
        width: 100%;
    }
    .orderby-box {
        display: inline-block;
        float: left;
        padding-left: 14px;
        text-align: right;
    }
    .woocommerce-ordering {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
    }

    .more-products-title {
        padding-right: 150px;
    }

}
@media all and (max-width: 520px) {
    .search .aws-container {
        width: 90%;
        margin: 0 auto;
    }
    /* responsive-newest-products */
    .newest-title::before {
        content: '';
        width: calc(100% - 193px);
        height: 2px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 110px;
        bottom: 8px;
        z-index: auto;
        background: #DFDFDF;
    }
    .newest-title::after {
        content: '';
        width: 84px;
        height: 34px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -8px;
        z-index: auto;
        border: 2px solid #DFDFDF;
        border-radius: 16px;
        background: #FFF;
    }
    .responsive-newest-products .newest-product {
        width: 100%;
    }
    /* responsive-news */
    .news-title::before {
        content: '';
        width: calc(100% - 193px);
        height: 2px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 110px;
        bottom: 8px;
        z-index: auto;
        background: #DFDFDF;
    }
    .news-title::after {
        content: '';
        width: 84px;
        height: 34px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0;
        bottom: -8px;
        z-index: auto;
        border: 2px solid #DFDFDF;
        border-radius: 16px;
        background: #FFF;
    }
    .responsive-news .img_news {
        width: 100%;
        height: auto;
    }
    
    .new {
        width: 100%;
    }
    
    /* Footer */
    #footer .footer-column {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
    .logo-footer {
        float: none;
        height: 50px;
        width: 170px;
        margin: 0 auto;
    }
    .phone-footer {
        width: 155px;
        margin: 12px auto;
    }
    .signin-footer {
        width: 153px;
        height: 48px;
        margin: 12px auto 0 auto;
    }
    #footer .footer-column-3 {
        margin-top: 10px;
    }
    
    /* Category page */
    .woocommerce-product-filter {
        height: 110px;
        width: 100%;
    }
    .orderby-box {
        display: inline-block;
        float: left;
        padding-left: 14px;
        text-align: right;
    }
    .woocommerce-ordering {
        display: inline-block;
        vertical-align: top;
        margin: 0 !important;
    }
    /*
    .content-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }    
    */
    .content-products li.product a.product_type_variable {
        line-height: 20px;
    }
    /* Sales page */
    /*
    .content-sales-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-sales-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }
    */
    .content-sales-products li.product a.product_type_variable {
        line-height: 20px;
    }

    .woocommerce-column--billing-address,
    .woocommerce-column--shipping-address {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    /* popup form */
    .popup-reg-form {
        width: 90%;
    }

    /* cart cross sells slider */    
    .more-products-title {
        padding-right: 150px;
    }
    .more-product {
        width: 100%;
    }
    .more-products-title::after {
        content: '';
        width: 84px;
        height: 34px;
        padding: 0;
        margin: 0;
        position: absolute;
        right: 0px;
        bottom: -8px;
        z-index: auto;
        border: 2px solid #DFDFDF;
        border-radius: 16px;
        background: #FFF;
    }
}

@media all and (max-width: 510px) {
    /* Product page */
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        width: 25%;
        text-align: center;
    }
    .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
        width: 100%;
        text-align: center;
    }
    .woocommerce-product-gallery__image img.wp-post-image {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
}

@media all and (max-width: 440px) {	
    /* Header */
    .email-top {
        padding-left: 24px;
        background-size: 22px 22px;
    }
    .signin {
        padding-left: 26px;
        background-size: 22px 22px;
    }
    .email-top, .signin {
        font-size: 12px;
    }
}

@media all and (max-width: 410px) {	
    /* Header */
    .email-top, .signin {
        font-size: 11px;
    }
	.nav-catalog .mob-menu-catalog {
		width: 70%;		
	}
    .woocommerce-product-filter {
        line-height: 34px;
    }
    .woocommerce-result-count {
        width: 100%;
        height: 34px;
        line-height: 34px;
    }
    .orderby-box {
        width: 100%;
        text-align: left;
    }
    .orderby-txt {
        width: 100%;
        height: 20px;
        padding: 0;
        line-height: 20px;
    }
    .woocommerce-ordering {
        height: 34px;
        line-height: 28px;
    }
}
@media all and (max-width: 360px) {
    /* Category page */
    .content-products li.product {        
        width: calc(50% - 8px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .content-products li.product:nth-child(3n+3) {
        margin-right: 15px;
    }
    .content-products li.product h2 {
        width: calc(100% - 10px);
        margin: 12px 3px;
        font-size: 14px;
        line-height: 18px;
        word-wrap: break-word;
    }
    .content-products li.product a.product_type_simple {
        padding: 0px 10px;
    }
    /*
    .content-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }        
    .content-products li.product a.product_type_variable {
        line-height: 20px;
    }
    */

    /* Sales page */
    .content-sales-products li.product {        
        width: calc(50% - 8px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 15px;
    }
    .content-sales-products li.product h2 {
        width: calc(100% - 10px);
        margin: 12px 3px;
        font-size: 14px;
        line-height: 18px;
        word-wrap: break-word;
    }
    .content-sales-products li.product a.product_type_simple {
        width: 125px;
    }
    /*
    .content-sales-products li.product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
        border: 1px solid #DFDFDF;
    }
    .content-sales-products li.product:nth-child(2n+2) {
        margin-right: 0 !important;
    }
    .content-sales-products li.product:nth-child(3n+3) {
        margin-right: 0;
    }
    .content-sales-products li.product a.product_type_variable {
        line-height: 20px;
    }
    */
}
@media all and (max-width: 340px) {
    /* Header */
    .email-top, .signin {
        font-size: 10px;
    }
    .search {
        width: 100%;
    }
    .search .aws-container {
        width: 100%;
        margin: 0 auto;
    }
    
    /* Navi */
    
    /* Product page */
    .product .entry-summary .single_add_to_cart_button {
        margin: 0 0 0 15px;
    }
}

/* STARS */
.star-rating,
a .star-rating,
a:hover .star-rating {
    color:#FFC107;
}

.comment-text {
    margin-top: 5px;
}

.star-rating,.woocommerce-page .star-rating {
    /*float: right;*/
    overflow: hidden;
    position: relative;
    height: 16px;
    line-height: 1em;
    font-size: 1em;
    width: 93px;
    font-family: 'star';
}

.star-rating:before,.woocommerce-page .star-rating:before {
content:"\73\73\73\73\73";
color:#dfdbdf;
float:left;
top:0;
left:0;
position:absolute; 
font-size: 16px;
letter-spacing: 2px;
}

.star-rating span,.woocommerce-page .star-rating span {
overflow:hidden;
float:left;
top:0;
left:0;
position:absolute;
padding-top:1.5em;
}

.star-rating span:before,.woocommerce-page .star-rating span:before {
content:"\53\53\53\53\53";
top:0;
position:absolute;
left:0;
font-size: 16px;
letter-spacing: 2px;
}

.products .star-rating,
.product .star-rating,
.woocommerce-page .products .star-rating {
display:block;
margin: 10px 12px;
float:none;
}

.hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating {
margin:10px 0 0 0;
}

#review_form #respond,.woocommerce-page #review_form #respond { 
position:static;
margin:0;
width:auto;
padding:0 0 0;
background:transparent none;
border:0;
}

#review_form #respond:after,.woocommerce-page #review_form #respond:after {
content:"";
display:block;
clear:both;
}

#review_form #respond p,
.woocommerce-page #review_form #respond p { 
    width: 6.5em;
    margin:0 0 10px;
}

#review_form #respond p.must-log-in {
    width: 100%;
}

#review_form #respond .form-submit input,
.woocommerce-page #review_form #respond .form-submit input {
    left: auto;
    display: block;
    width: 139px;
    height: 34px;
    margin: 7px auto 18px auto;
    background-color: #fff;
    border: 2px solid #F49619;
    border-radius: 23px;
    cursor: pointer;
    color: #F49619;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    -webkit-transition: All 0.2s ease-in;
    -moz-transition: All 0.2s ease-in;
    -o-transition: All 0.2s ease-in;
    -ms-transition: All 0.2s ease-in;
    transition: All 0.2s ease-in;
    -webkit-transition: All 0.2s ease-out;
    -moz-transition: All 0.2s ease-out;
    -o-transition: All 0.2s ease-out;
    -ms-transition: All 0.2s ease-out;
    transition: All 0.2s ease-out;
}

#review_form #respond .form-submit input:hover,
.woocommerce-page #review_form #respond .form-submit input:hover {
    background-color: #F49619;
    color: #fff;
    text-decoration: none;
}

#review_form #respond textarea,
.woocommerce-page #review_form #respond textarea {
    border: 1px solid #DFDFDF;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
max-max-max-width:100%;
}

p.stars:after,.woocommerce-page p.stars:after {
content:"";
display:block;
clear:both;
}

p.stars span, 
.woocommerce-page p.stars span {
    width: 85px;
    height: 16px;
    position: relative;
    float: left;
    /* background: url(./images/star.png) repeat-x left 0; */
}

p.stars span a, 
.woocommerce-page p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 16px;
    /* padding-top: 16px; */
    overflow: hidden;
    background: url(./images/star-no.png) repeat-x left;
    font-size: 0;
}

p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:hover,
.woocommerce-page p.stars span a:focus { 
background:url(./images/star.png) repeat-x left;
}

p.stars span a.active,
.woocommerce-page p.stars span a.active {
background:url(./images/star.png) repeat-x left;
}

p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}
p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 {
    width: 35px;
    z-index: 9;
}
p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 {
    width: 50px;
    z-index: 8;
}
p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 {
    width: 67px;
    z-index: 7;
}
p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 {
    width: 85px;
    z-index: 6;
}

/* cookie */
.cky-btn {
    height: 44px;
} 
.cky-btn-revisit-wrapper {
    display: none !important;
}

/* deferred shipment */
.def_shipment {
    margin-bottom: 15px;
    padding: 10px 5px;
    background-color: red;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/* tracking order */
.woo-orders-tracking-orders-details-tracking-number a {
    padding-left: 5px;
    color: #FF8900;
    font-size: 14px;
    font-weight: 600;
}

.woo-orders-tracking-orders-details-tracking-carrier a {
    padding-left: 5px;
    font-size: 14px;
    font-weight: 600;
}

/* WhatsApp & MAX */
.qlwapp__container.qlwapp__container--bottom-left, 
.qlwapp__container.qlwapp__container--bottom-right {
    top: auto !important;
    bottom: 70px !important;
}

