/*Fonts*/
/*Avenir Next Cur*/
@font-face {
    font-family: 'AvenirNextCyr-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Regular'), url('fonts/avenir-next-cyr/AvenirNextCyr-Regular.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Italic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Italic'), url('fonts/avenir-next-cyr/AvenirNextCyr-Italic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Demi';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Demi'), url('fonts/avenir-next-cyr/AvenirNextCyr-Demi.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-DemiItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-DemiItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-DemiItalic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Thin';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Thin'), url('fonts/avenir-next-cyr/AvenirNextCyr-Thin.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-UltraLight';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-UltraLight'), url('fonts/avenir-next-cyr/AvenirNextCyr-UltraLight.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-ThinItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-ThinItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-ThinItalic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-UltraLightIt';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-UltraLightIt'), url('fonts/avenir-next-cyr/AvenirNextCyr-UltraLightIt.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Light';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Light'), url('fonts/avenir-next-cyr/AvenirNextCyr-Light.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-LightItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-LightItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-LightItalic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Medium';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Medium'), url('fonts/avenir-next-cyr/AvenirNextCyr-Medium.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-MediumItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-MediumItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-MediumItalic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Bold'), url('fonts/avenir-next-cyr/AvenirNextCyr-Bold.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-BoldItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-BoldItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-BoldItalic.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-Heavy';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-Heavy'), url('fonts/avenir-next-cyr/AvenirNextCyr-Heavy.woff') format('woff');
}
@font-face {
    font-family: 'AvenirNextCyr-HeavyItalic';
    font-style: normal;
    font-weight: normal;
    src: local('AvenirNextCyr-HeavyItalic'), url('fonts/avenir-next-cyr/AvenirNextCyr-HeavyItalic.woff') format('woff');
}

/*Header*/
/*Social Icons*/
#header .button.icon {
    margin-right: 4px;
}
#header .top-divider {
    display: none;
}
#header .header-bottom {
    background: transparent;
}
/*Logo*/
#header #logo img {
    max-height: 91px;
}
/*Buy menu*/
#header .account-item,
#header .cart-item {
    margin: 0;
}
#header .account-item a {
    padding: 4px 12px;
    position: relative;
}
#header .account-item a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    margin: auto;
    background: #909090;
}
#header .cart-item {
    margin-left: 23px;
}
#header .header-cart-link,
#header .cart-icon strong {
    color: #1e0f0e;
}
#header .cart-icon {
    margin-left: 25px;
}
#header .header-cart-title {
    text-transform: none;
}
#header .cart-icon strong,
#header .cart-icon strong:after {
    border-color: #909090;
}
#header .header-cart-link:hover strong,
#header .current-dropdown .cart-icon strong{
    background: #909090;
    color: #fff;
}
/*Navigation*/
#wide-nav .nav li {
    margin: 0 22px;
}
#wide-nav .nav li a {
    font: 14px/18px 'AvenirNextCyr-Demi', Sans-serif;
    text-transform: none;
    color: #4d4543;
    transition: 0.1s;
}
#wide-nav .menu-item-type-custom:nth-of-type(3) a {
    color: #c20d01;
}
#wide-nav .nav li a:hover,
#wide-nav .nav li a:focus {
    color: #000;
}

/*Footer*/
/*New block - Items*/
.footer-info-block {
    border-top: 1px solid #c4b9b8;
    border-bottom: 1px solid #c4b9b8;
    margin-bottom: 18px;
}
#footer .footer-info {
    padding: 42px 25px;
    display: flex;
    justify-content: space-between;
}
.footer-info-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 45px;
}
.footer-info-item:first-child {
    padding-left: 0;
}
.footer-info-item:last-child {
    padding-right: 0;
}
.footer-info-item:last-child:after {
    display: none;
}
.footer-info-item:after,
.footer-info-item:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50%;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0;
    background: #c4b9b8;
}
.footer-info-item:before {
    display: none;
    right: auto;
    left: 0;
}
.footer-info-item figure {
    margin: 0;
    position: relative;
}
.footer-info .footer-info-item figure img {
    margin: 0;
}
.footer-info .footer-info-item:nth-of-type(2) img {
    height: 27px;
}
.footer-info .footer-info-item:nth-of-type(3) img {
    height: 23px;
}
.footer-info .footer-info-item figure h4 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
    color: #1e0f0e;
    text-align: center;
}
.footer-info .footer-info-item h4 {
    font: 12px/14px 'AvenirNextCyr-Bold', sans-serif;
    color: #1e0f0e;
    white-space: nowrap;
    margin-bottom: 0;
}
.footer-info .footer-info-item h4 span {
    display: block;
    font-size: 10px;
}
.footer-info .footer-info-item img {
    height: 35px;
    width: auto;
    margin-right: 15px;
}
/*Navigation*/
#footer .absolute-footer {
    background: transparent;
}
.absolute-footer .footer-primary {
    float: none;
}
.absolute-footer .footer-primary ul.links li {
    margin: 0 5px;
}
.absolute-footer .footer-primary ul li a {
    display: inline-block;
    padding: 0 12px;
    font: 14px/48px 'AvenirNextCyr-Regular', sans-serif;
    color: #605a5a;
    transition: 0.2s;
}
.absolute-footer .footer-primary ul li a:hover,
.absolute-footer .footer-primary ul li a:focus {
    color: #000;
}
.absolute-footer .footer-primary ul {
    display: flex;
    justify-content: center;
}
/*About*/
.absolute-footer .menu-menu1-container {
    margin-bottom: 10px;
}
.absolute-footer .copyright-footer {
    display: flex;
    justify-content: center;
}
.absolute-footer .footerwhite {
    font: 12px/48px 'AvenirNextCyr-Regular', sans-serif;
    color: #605a5a;
}
.absolute-footer .footer_logo {
    width: 85px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}


/*-----HOME PAGE-----*/

/*Main*/
#main .page-wrapper {
    padding: 0 0 15px;
}
#main .home_about {
    font: 16px/24px 'AvenirNextCyr-Regular', Sans-serif;
    color: #636363;
    white-space: nowrap;
}

/*Shoes block*/
.shoes_block {
    padding: 60px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    flex-wrap: wrap;
}
.col-inner .shoes_block li {
    margin: 0 auto;
    min-width: 144px;
    display: flex;
    justify-content: center;
}
.shoes_block a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    font: 14px/16px 'AvenirNextCyr-Demi', sans-serif;
    color: #7b7b7b;
    text-decoration: none;
    transition: 0.2s;
}
.shoes_block a:hover,
.shoes_block a:focus {
    color: #1e0f0e;
}
.shoes_block a:hover .st0,
.shoes_block a:hover .st1,
.shoes_block a:focus .st0,
.shoes_block a:focus .st1 {
    stroke: #1e0f0e;
}
.shoes_block a:hover .st2,
.shoes_block a:focus .st2 {
    fill: #1e0f0e;
}
.shoes_svg {
    width: 115px;
    margin-bottom: 50px;
}
.shoes_svg .st0 {
    fill: none;
    stroke: #7b7b7b;
    stroke-miterlimit: 10;
    transition: 0.2s;
}
.shoes_svg .st1 {
    fill: none;
    stroke: #7b7b7b;
    stroke-miterlimit: 10;
    stroke-width: 0.5;
    transition: 0.2s;
}
.shoes_svg .st2 {
    fill: #7b7b7b;
    transition: 0.2s;
}


/*-----SHOES PAGE-----*/

/*Shop Title*/
.shop-page-title {
    margin-bottom: 10px;
}
.shop-page-title .page-title-inner {
    padding-top: 0;
    min-height: auto;
}
.shop-page-title .breadcrumbs {
    font: 12px/53px 'AvenirNextCyr-Regular', sans-serif;
    color: #0a7ed8;
    text-transform: none;
}
.shop-page-title .last-breadcrumbs {
    margin-bottom: 20px;
    font: 22px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
}
.category-filtering .filter-button {
    max-width: 265px;
    width: 100%;
    border: 3px solid #f99e33;
    margin: 0;
    font: 14px/36px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-transform: none;
    transition: 0.2s;
}
.category-filtering .filter-button:hover,
.category-filtering .filter-button:focus {
    background: #f99e33;
    color: #fff;
}
.page-title-inner > .flex-col:last-child {
    margin: auto 0 0;
}
.shop-page-title .woocommerce-result-count {
    display: none;
}
.shop-page-title .woocommerce-ordering select {
    margin: 0;
}
.woocommerce-ordering.price-filter {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.woocommerce-ordering.price-filter span {
    font: 14px/36px 'AvenirNextCyr-Medium', sans-serif;
}
.filter-price-btn {
    padding: 0;
    width: 31px;
    height: 31px;
    min-height: auto;
    border: 3px solid transparent;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.filter-price-btn:hover,
.filter-price-btn.active {
    border-color: #f99e33;
}
.price-arrow {
    width: 10px;
    height: 11px;
}
.price-arrow line,
.price-arrow polyline {
    fill: none;
    stroke: #0a7ed8;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
    transition: 0.2s;
}
.filter-price-btn:hover .price-arrow line,
.filter-price-btn:hover .price-arrow polyline,
.filter-price-btn.active .price-arrow line,
.filter-price-btn.active .price-arrow polyline {
    stroke: #000;
}

/*Shop*/
#main .category-page-row {
    padding-top: 0;
}
.shop-container {
    margin-bottom: 10px;
}
#main .shop-container .products {
    margin: 0 0 48px;
}
.products .product {
    border: 1px solid #edebeb;
    padding: 0 15px !important;
    max-height: 300px;
}
.products .product .box-image {
    height: 50%;
    overflow: visible;
}
.products .product .box-image a {
    display: flex;
    justify-content: center;
}
.products .product .box-image img {
    width: auto;
    max-height: 150px;
    margin: 0 auto !important;
}
.products .product .box-image .hover-slide-in {
    transform: none;
    max-width: 140px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    z-index: 1;
}
.products .product .box-image .hover-slide-in a {
    padding: 0;
    background: #f99e33;
    border-radius: 20px;
    font: 14px/41px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-transform: none;
    cursor: pointer;
}
.products .product .box-text {
    padding: 30px 0 15px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-transform: none;
}
.products .product .box-text .category {
    margin: 0 0 10px !important;
    font: 10px/18px 'AvenirNextCyr-Regular', sans-serif;
    color: #797979;
    text-transform: none;
}
.products .product .box-text .name {
    margin: 0;
}
.products .product .box-text .name a {
    margin: 0;
    font: 12px/14px 'AvenirNextCyr-Regular', sans-serif;
    color: #0a7ed8;
}
.products .product .box-text .price-wrapper {
    position: relative;
    margin-left: 0;
    padding: 0 12px;
    display: flex;
    width: 100%;
}
.products .product .box-text .price-wrapper:before{
    content: '';
    position: absolute;
    width: 28px;
    height: 23px;
    right: 17px;
    bottom: 0;
    background: url('images/buy.svg') 0 0 no-repeat;
}
.products .product .box-text .price {
    display: flex;
}
.products .product .box-text .amount {
    font: 20px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    margin: 0;
}
.products .product .box-text .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.products .product.sale .badge-container {
    position: absolute;
    top: 10px;
    left: auto;
    right: -5px;
    margin: 0;
    width: 50px;
    height: 35px;
    display: flex;
}
.products .product.sale .badge-container:before {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 32px;
    height: 22px;
    background: url("images/sale.svg") 0 0 no-repeat;
}
.products .product.sale .badge-container .badge {
    margin: auto 0 0;
    height: auto;
    width: auto;
}
.products .product.sale .badge-container .badge-inner {
    padding: 0;
    background: transparent;
    font: 8px/10px 'AvenirNextCyr-Bold', sans-serif;
    color: #fa4a4b;
}
.products .product.sale .box-text .price {
    flex-direction: row-reverse;
}
.products .product.sale .box-text del {
    text-decoration-color: #f53a3a;
    font-size: 20px;
    text-decoration: none;
    position: relative;
}
.products .product.sale .box-text del:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 2px;
    background: #f53a3a;
    z-index: 1;
}
.products .product.sale .box-text del .amount {
    color: #aeaeae;
}
.products .product.sale .box-text ins .amount {
    color: #f53a3a;
    margin-right: 10px;
}
/*Navigation*/
.shop-container .nav-pagination {
    margin: 0;
}
.shop-container .nav-pagination .page-number {
    border: none;
    border-radius: 0;
    height: auto;
    width: 44px;
    font: 16px/44px 'AvenirNextCyr-Demi', sans-serif;
    color: #0a7ed8;
}
.shop-container .nav-pagination .page-number:hover,
.shop-container .nav-pagination .page-number.current {
    background: #f99e33;
    color: #232323;
}
.shop-container .nav-pagination .next,
.shop-container .nav-pagination .prev {
    color: #acacac;
}
.shop-container .nav-pagination .next i,
.shop-container .nav-pagination .prev i {
    font-size: 3em;
    line-height: 0.8em;
}
.shop-container .nav-pagination .next:hover,
.shop-container .nav-pagination .prev:hover {
    background: transparent;
    color: #000;
}


/*-----Shopping card - Stage 1-----*/

.checkout-page-title .checkout-breadcrumbs {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 11px;
    text-transform: none;
}
.checkout-page-title .checkout-breadcrumbs a,
.checkout-page-title .checkout-breadcrumbs span {
    text-transform: none;
    font: 22px/59px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
}
.checkout-page-title .checkout-breadcrumbs span {
    color: #7b7b7b;
    margin: 0 21px;
}
.checkout-page-title .checkout-breadcrumbs a.hide-for-small {
    color: #0a7ed8;
}
/*Table*/
#main .cart-container.page-checkout {
    max-width: 1050px;
    padding: 0;
    margin-bottom: 40px;
}
.cart-container.page-checkout .cart-stage-one {
    margin: 0 !important;
    flex-wrap: nowrap;
}
.cart-product .shop_table thead th,
.cart-collaterals .cart_totals thead th {
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    text-transform: none;
    text-align: center !important;
    padding: 7px 0 13px;
    border: none;
}
.cart-stage-one .cart-product {
    flex-shrink: 1;
    max-width: 715px;
}
.cart-product .shop_table tbody td {
    border-top: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
}
.cart-product .shop_table tbody td.product-remove {
    padding: 0 7px;
}
.cart-product .shop_table tbody td.product-thumbnail {
    padding: 15px 0;
    width: 173px;
    border-left: none;
}
.cart-product .shop_table tbody .product-thumbnail a {
    display: flex;
    justify-content: center;
}
.cart-product .product-thumbnail img {
    height: 120px;
    width: auto;
}
.cart-product .shop_table tbody td.product-name {
    border-left: none;
}
.cart-product .shop_table tbody td.product-name a {
    font: 12px/30px 'AvenirNextCyr-Demi', sans-serif;
    color: #0a7ed8;
}
.cart-product .shop_table tbody td.td-product {
    width: 95px;
    max-width: 95px;
    padding: 0 8px;
    font: 20px/40px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
}
.cart-product .shop_table tbody td.td-product .woocommerce-Price-currencySymbol {
    font: 14px/48px 'AvenirNextCyr-Demi', sans-serif;
}
.cart-product .shop_table tbody td.product-quantity {
    padding: 0 4px;
}
.cart-product .shop_table tbody td.product-quantity input {
    min-height: 0;
    height: 40px;
    padding: 0 8px;
    font: 14px/16px 'AvenirNextCyr-Demi', sans-serif;
}
.cart-product .shop_table tbody td.product-quantity .quantity input[type="number"] {
    width: 39px;
    font-size: 16px;
}

.cart-product .shop_table tbody td.actions {
    border: none;
    padding: 89px 0 0;
}
.cart-product .shop_table tbody td.actions button,
.cart-product .shop_table tbody td.actions a {
    text-transform: none;
    font: 14px/36px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    border: 3px solid #f99e33;
    background: transparent;
    opacity: 1;
    margin: 0 15px 15px 0;
}
.cart-product .shop_table tbody td.actions button {
    background: #f99e33;
    box-shadow: none;
}
.cart-product .shop_table tbody td.actions svg {
    height: 12px;
    width: auto;
    margin-right: 10px;
}
.cart-product .shop_table tbody td.actions a svg {
    height: 10px;
}
.cart-product .shop_table tbody td.actions svg .st0 {
    fill: none;
    stroke: #f99e33;
    stroke-miterlimit: 10;
    transition: 0.2s;
}
.cart-product .shop_table tbody td.actions a svg .st0 {
    stroke-width: 0.5;
}
.cart-product .shop_table tbody td.actions button svg .st0 {
    stroke: #fff;
}
.cart-product .shop_table tbody td.actions a:hover,
.cart-product .shop_table tbody td.actions a:focus {
    background: #f99e33;
}
.cart-product .shop_table tbody td.actions a:hover svg .st0,
.cart-product .shop_table tbody td.actions a:focus svg .st0 {
    stroke: #fff;
}
.cart-product .shop_table tbody td.actions button:hover,
.cart-product .shop_table tbody td.actions button:focus {
    background: #fff;
    color: #2f2f2f;
}
.cart-product .shop_table tbody td.actions button:hover svg .st0,
.cart-product .shop_table tbody td.actions button:focus svg .st0 {
    stroke: #f99e33;
}
.cart-stage-one .cart-collaterals {
    flex-shrink: 2.2;
}
.cart-collaterals .cart_totals table {
    margin: 0;
}
.cart-collaterals .cart_totals .shop_table {
    border-top: 1px solid #edebeb;
    border-right: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    padding: 54px 34px 36px;
}
.cart-collaterals .cart_totals tbody th,
.cart-collaterals .cart_totals tbody td {
    border: none;
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    padding: 0 0 0 4px;
}
.cart-collaterals .cart_totals tbody th {
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    width: 85px;
}
.cart-collaterals .cart_totals tbody td {
    font: 20px/40px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-align: left !important;
}
.cart-collaterals .cart_totals tbody td .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.free-delivery {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 34px 38px;
    font: 12px/14px 'AvenirNextCyr-Bold', sans-serif;
    color: #1e0f0e;
    border-right: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
}
.free-delivery img {
    width: 47px;
    height: auto;
    margin-right: 14px;
}
.free-delivery p {
    margin: 0 !important;
}
.free-delivery span {
    display: block;
    font-size: 10px;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin: 0;
    padding: 0 34px 16px;
    border-right: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
}
.cart-collaterals .cart_totals .checkout-button.button {
    font: 18px/39px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    border: 3px solid #1e9d00;
    background: transparent;
    box-shadow: none;
}
.cart-collaterals .cart_totals .checkout-button.button:hover,
.cart-collaterals .cart_totals .checkout-button.button:focus {
    background: #1e9d00;
    color: #fff;
}

.checkout_coupon {
    padding: 0 34px;
    border-right: 1px solid #edebeb;
    border-left: 1px solid #edebeb;
    border-bottom: 1px solid #edebeb;
}
.checkout_coupon h3.widget-title {
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    text-align: center;
    position: relative;
    padding: 12px 16px;
    border: none;
    margin: 0 0 8px;
}
.checkout_coupon h3.widget-title svg {
    width: 32px;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 11px;
}
.checkout_coupon input {
    margin: 0 0 15px;
    font: 14px/38px 'AvenirNextCyr-regular', sans-serif;
    color: #636363;
}
.checkout_coupon input[type='submit'].is-form {
    border: 3px solid #c8c8c8;
    margin-bottom: 35px;
    background: transparent;
    font: 18px/38px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-transform: uppercase;
    box-shadow: none;
}
.checkout_coupon input[type='submit'].is-form:hover,
.checkout_coupon input[type='submit'].is-form:focus {
    background: #c8c8c8;
}


/*-----Shopping Cart - Stage 2-----*/

.woocommerce-form-login-toggle {
    margin-bottom: 9px;
}
.woocommerce-form-coupon-toggle {
    margin-bottom: 7px;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    font: 14px/38px 'AvenirNextCyr-Regular', sans-serif;
    color: #636363;
    padding: 0;
}
.woocommerce-form-login-toggle .woocommerce-info .showlogin,
.woocommerce-form-coupon-toggle .woocommerce-info .showcoupon{
    font-family: 'AvenirNextCyr-Demi';
    color: #0a7ed8;
    margin: 0 0 0 10px ;
}

.woocommerce-form-login,
.woocommerce-form-register {
    margin-bottom: 0;
}
.woocommerce-form-login p,
.woocommerce-form-register p,
.woocommerce-ResetPassword p {
    font: 14px/24px 'AvenirNextCyr-Regular', sans-serif;
    color: #636363;
    margin-bottom: 11px !important;
}
.woocommerce-form-login p label,
.woocommerce-form-register p label,
.woocommerce-ResetPassword p label {
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #010101;
    padding: 0;
}
.woocommerce-form-login p input,
.woocommerce-form-register p input,
.woocommerce-ResetPassword p input {
    font-size: 16px;
    margin: 0 22px 15px 0;
}
.woocommerce-form-login .button,
.woocommerce-form-register .button,
.woocommerce-ResetPassword .button {
    max-width: 263px;
    width: 100%;
    border: 3px solid #f99e33;
    background: transparent;
    box-shadow: none !important;
    font: 14px/34px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-transform: capitalize;
}
.woocommerce-form-login .button:hover,
.woocommerce-form-login .button:focus,
.woocommerce-form-register .button:hover,
.woocommerce-form-register .button:focus,
.woocommerce-ResetPassword .button:hover,
.woocommerce-ResetPassword .button:focus {
    background: #f99e33;
    color: #2f2f2f;
}

.checkout_coupon.woocommerce-form-coupon {
    border-color: #c8c8c8;
    padding: 6px 30px 27px;
}
.checkout_coupon p {
    margin-bottom: 0 !important;
    font: 12px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #010101;
}
.checkout_coupon .flex-col:first-of-type {
    max-width: 685px;
    width: 100%;
}
.checkout_coupon .flex-col:last-of-type {
    max-width: 265px;
    width: 100%;
}
.checkout_coupon .flex-col input {
    width: 100%;
}
.checkout_coupon .flex-col:last-of-type button {
    border: 3px solid #c8c8c8;
    background: transparent;
    font: 14px/33px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-transform: capitalize;
    box-shadow: none;
}
.checkout_coupon .flex-col:last-of-type button:hover,
.checkout_coupon .flex-col:last-of-type button:focus {
    background: #c8c8c8;
}

.woocommerce-checkout {
    display: flex;
    margin: 0;
}
.woocommerce-checkout .payment-details {
    flex-shrink: 1;
    max-width: 715px;
    width: 100%;
}
.payment-details .woocommerce-billing-fields {
    border: none;
    padding: 0;
}
.payment-details .woocommerce-billing-fields h3,
.your-order .checkout-sidebar h3{
    padding: 0;
    margin: 0 0 26px;
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    text-transform: capitalize;
}
.payment-details p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 25px;
    margin: 0 0 16px !important;
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #010101;
}
.payment-details label {
    padding: 0;
    margin: 0;
}
.payment-details span {
    width: 100%;
}
.payment-details .woocommerce-billing-fields input {
    height: auto;
    margin: 0;
    font: 15px/38px 'AvenirNextCyr-Regular', sans-serif;
}
.payment-details .woocommerce-billing-fields .form-row:nth-of-type(2) {
    width: 44%;
}
.payment-details .woocommerce-billing-fields__field-wrapper {
    margin-bottom: 35px;
}
.payment-details .woocommerce-account-fields .input-checkbox {
    margin: 6px 9px;
}
.woocommerce-account-fields {
    margin-bottom: 25px;
}

.woocommerce-checkout .your-order {
    flex-shrink: 2.2;
}
.your-order .checkout-sidebar h3 {
    text-align: center;
    margin-bottom: 13px;
}
.your-order .woocommerce-checkout-review-order {
    padding: 45px 35px 35px;
    border: 1px solid #edebeb;
    min-width: 295px;
}
.your-order .shop_table {
    margin-bottom: 25px;
}
.your-order .shop_table td,
.your-order .shop_table .cart_item td{
    border: none;
    padding: 0 0 20px;
}
.your-order .shop_table td:first-of-type {
    width: 85px;
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    vertical-align: top;
}
.your-order .shop_table td:last-of-type,
.your-order .shop_table td span {
    text-align: left;
    font: 20px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
}
.your-order .shop_table td.product {
    font-size: 12px;
    color: #0a7ed8;
}
.your-order .shop_table td .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.woocommerce-checkout-review-order .payment_methods {
    margin-bottom: 38px;
}
.woocommerce-checkout-review-order .payment_methods li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    padding: 0;
    margin-bottom: 23px;
}
.woocommerce-checkout-review-order li figure {
    margin: 0 14px 0 0;
    width: 45px;
    display: flex;
    justify-content: flex-end;
}
.woocommerce-checkout-review-order li img {
    height: 28px;
    width: auto;
    vertical-align: top;
}
.woocommerce-checkout-review-order li p {
    margin-bottom: 0 !important;
    font: 12px/14px 'AvenirNextCyr-Bold', sans-serif;
    color: #1e0f0e;
}
.woocommerce-checkout-review-order li p span {
    display: block;
    font-size: 10px;
}
.woocommerce-checkout-review-order li:last-child img {
    height: 25px;
}
.woocommerce-checkout-review-order .place-order button.button {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 3px solid #1e9d00;
    box-shadow: none;
    background: transparent;
    color: #2f2f2f;
}
.woocommerce-checkout-review-order .place-order button:hover,
.woocommerce-checkout-review-order .place-order button:focus {
    background: #1e9d00;
    color: #fff;
}


/*-----My account-----*/

.my-account-header.normal-title {
    border: none;
    background: transparent;
}
.my-account-header.normal-title .page-title-inner {
    padding: 41px 15px 23px;
}
.my-account-header h1 {
    font: 22px/48px 'AvenirNextCyr-Demi', sans-serif;
    color: #2f2f2f;
    text-align: left;
    text-transform: capitalize;
}
.account-container .row-divided .col {
    border: none !important;
    padding: 0 21px 0 30px;
}
.account-container h3 {
    margin-bottom: 32px;
    font: 14px/24px 'AvenirNextCyr-Demi', sans-serif;
    color: #636363;
    text-align: center;
    text-transform: capitalize;
}
.account-container .account-login-inner p,
.account-container .account-register-inner p{
    margin-bottom: 2px !important;
}
.account-container .account-login-inner p.form-row:nth-of-type(2),
.account-container .account-register-inner p.form-row:nth-of-type(2) {
    margin-bottom: 49px !important;
}
.account-container .account-login-inner input,
.account-container .account-register-inner input {
    margin-right: 0;
}
.woocommerce-ResetPassword.lost_reset_password {
    padding: 0;
}
.woocommerce-ResetPassword p {
    margin-bottom: 32px !important;
}

@media only screen and (max-width: 1200px) {
    #main .cart-container.page-checkout {
        padding: 0 15px;
    }
    .your-order .woocommerce-checkout-review-order {
        padding: 15px;
    }
}
@media only screen and (max-width: 992px) {
    /*Footer*/
    .footer-info-item {
        padding: 0;
    }
    .footer-info-item:after {
        display: none;
    }

    /*Shopping cart - Stage 1*/
    .cart-product .shop_table tbody td.product-remove,
    .cart-collaterals .cart_totals .checkout-button.button {
        padding: 0;
    }
    .cart-collaterals .cart_totals .shop_table {
        padding: 15px;
    }
    .free-delivery,
    .cart-collaterals .cart_totals .wc-proceed-to-checkout {
        padding: 0 15px 15px;
    }
    .checkout_coupon {
        padding: 0 15px;
    }


    .checkout_coupon.woocommerce-form-coupon .flex-row {
        align-items: flex-start;
    }
}
@media only screen and (max-width: 768px) {
    /*Footer*/
    .footer-info {
        flex-wrap: wrap;
    }
    .footer-info-item {
        width: calc(100%/3);
        padding: 0;
        margin: 0 auto 15px;
        justify-content: center;
    }
    .footer-info-item:after{
        display: none;
    }
    .footer-info-item:not(:last-child) h4 {
        width: auto;
        text-align: left;
    }
    .footer-info-item:nth-of-type(2) {
        order: 1;
    }
    .footer-info-item:nth-of-type(3) {
        order: 2;
    }
    .footer-info-item:nth-of-type(4) {
        order: 3;
    }
    .absolute-footer .footer-primary ul.links {
        flex-wrap: wrap;
    }
    .absolute-footer .footer-primary ul.links li {
        width: calc(100%/3);
        margin: 0;
        padding: 0;
    }

    /*--Home Page--*/
    /*Shoes Block*/
    .col-inner .shoes_block li {
        margin-bottom: 35px;
        width: calc( 100% / 3 );
    }
    .shoes_svg {
        margin-bottom: 15px;
    }

    /*--Shopping cart - Stage 1*/
    .cart-container.page-checkout .cart-stage-one {
        flex-wrap: wrap;
    }
    .cart-stage-one .cart-product,
    .cart-stage-one .cart-collaterals {
        flex-shrink: 1;
        max-width: none;
    }
    .cart-product .shop_table tbody td.actions {
        padding: 20px 0 0;
    }

    /*--Shopping Cart - Stage 2--*/
    .your-order .woocommerce-checkout-review-order {
        min-width: 240px;
    }
}
@media only screen and (max-width: 576px) {
    /*Header*/
    #header #logo img {
        max-height: 70px;
    }
    /*Footer*/
    .absolute-footer .footer-primary ul.links li {
        width: 50%;
    }
    .menu-menu1-container {
        padding: 0 10px;
    }

    /*--Home Page--*/
    /*Shoes Block*/
    .col-inner .shoes_block li {
        width: 50%;
    }
    .shoes_block li:last-child .shoes_svg {
        transform: rotate(90deg);
    }

    /*--Shopping cart - Stage 1--*/
    .cart-product .shop_table tbody td.actions {
        padding: 15px 0 0 15px;
    }
    .cart-product .shop_table tbody td.actions button {
        margin: 0;
    }
    .cart-product .woocommerce-cart-form {
        margin-bottom: 0;
    }

    /*--Shopping Cart - Stage 2--*/
    .woocommerce-checkout {
        flex-direction: column;
    }
    .payment-details p {
        padding-right: 0;
    }

}
@media only screen and (max-width: 414px) {
    /*Footer*/
    .footer-info-item {
        width: 100%;
        max-width: 215px;
        justify-content: space-between;
    }
    .footer-info-item:not(:last-child) h4 {
        width: 150px;
    }
    .absolute-footer .footer-primary ul li a {
        padding: 0;
        display: block;
        text-align: left;
    }

    /*--Shopping Cart - Stage 2--*/
    .container .message-container {
        text-align: left !important;
    }
    .woocommerce-form-login-toggle .woocommerce-info .showlogin,
    .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
        display: block;
        margin: 0;
    }

}