@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');

body {
    font-family: 'Roboto Condensed', sans-serif;
}

a {
    color: #db2727;
}

.page-content-container {
    padding-top: 100px;
}

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
display: block;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
max-width: unset;
}

.woocommerce-info {
    border-top-color: #000 !important;
}

#billing_country_field {
    display: none;
}

.input-text {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 3px;
    font-size: 14px;
}

.woocommerce-shipping-fields {
    margin-top: 30px;
}

.form-row label {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

@media (min-width: 769px) {
    #billing_address_1_field,
    #billing_address_2_field,
    #billing_phone_field,
    #billing_email_field,
    #billing_city_field,
    #billing_postcode_field {
        width: 47%;
        display: inline-block;
    }

    #billing_address_2_field,
    #billing_email_field,
    #billing_city_field {
        margin-left: 6%;
    }
}

.woocommerce-info::before {
    color: #000 !important;
}


.uppercase {
    text-transform: uppercase;
}
.font-300 {
    font-weight: 300;
}

.row.cols-bordered .col-item {
    border-right: 1px dashed #ddd;
}

.subtitle {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 600;
}

.btn {
    cursor: pointer;
}

.btn-custom {
    background: #b0a68e;
    border: 0;
    padding: 12px 30px;
    color: #fff;
    border-radius: 12px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.btn-custom:hover {
    background: #000;
}
.qty-div {
    padding-bottom: 30px;
}
.qty-div .minus,
.qty-div .value,
.qty-div .plus {
    display: inline-block;
}

.qty-div .minus,
.qty-div .plus {
    cursor: pointer;
    opacity: 0.7;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.qty-div .minus:hover,
.qty-div .plus:hover {
    opacity: 1.0;
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.qty-div .value {
    padding: 0 10px;
}

.step {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #efefef;
}

.step h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 4px;
    padding-top: 30px;
}

.step .section-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;

    padding-top: 20px;
    letter-spacing: 2px;
}

.step .fabric {
    display: inline-block;
    width: 100px;
    position: relative;
    cursor: pointer;

    margin: 5px;
}

.step .fabric .color {
    display: inline-block;
    width: 100px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

#step-2 .fabric,
#step-2 .fabric .color {
    height: 40px;
    width: 40px;
}

.step .odd {
    background: #f8f8f8;
}

.step .fabric img,
.step .color {

}

.step .fabric.shadow:hover,
.step .fabric.shadow.selected {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    /* transform: scale(1.3);*/
}

.step .fabric.selected .color,
.step .fabric.shadow.selected {
	border: 2px solid #fff;
	 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6) !important;
}

.step .fabric.selected .color,
.step .fabric .color:hover {
	/* transform: scale(1.3); */
}
.step .fabric:hover img,
.step .fabric.selected img {

}

.step .fabric.shadow:hover,
.step .fabric .color:hover {

	z-index: 2;
}

/*
.step .fabric.shadow:hover img,
.step .fabric .color:hover img {
	margin-top: -150px !important;
	z-index: 2;
	width: 150px !important;
	max-width: 150px !important;
}
*/
.step .fabric.shadow:hover img,
.step .fabric .color:hover img {
	/* width: 150px !important; */
}

#final-price-val {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 2px;
}

.container.main-content {
    margin-top: 100px;
}

.sidebar-widget {

}

.sidebar-widget h2 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
}

.sidebar-widget ul.widget-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-widget ul.widget-menu li {
    list-style: none;
}

.sidebar-widget ul.widget-menu a {
    color: #000;
    padding: 9px 0;
    display: block;
    border-bottom: 1px solid #efefef;
    position: relative;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 15px;
}

.sidebar-widget ul.widget-menu a:hover {
    //letter-spacing: 4px;
    color: #9e2727;
}

.sidebar-widget ul.widget-menu a::before,
.sidebar-widget ul.widget-menu li ul li.current-cat a::before {
    position: absolute;
    left: -25px;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    font-weight: 900;
    color: #efefef;
}

.sidebar-widget ul.widget-menu li ul li a::before {
    content: "";
}

@media (min-width: 769px) {
    .sidebar-widget ul.widget-menu a {
        -o-transition:.5s;
        -ms-transition:.5s;
        -moz-transition:.5s;
        -webkit-transition:.5s;
        transition:.5s;
    }
}

.sidebar-widget ul.widget-menu li.current-cat a {
    color: #000;
}
.sidebar-widget ul.widget-menu li.current-cat a::before,
.sidebar-widget ul.widget-menu li ul li.current-cat a::before {
    color: #333;
}

#menu-topbar {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

#menu-topbar .navbar-toggler {
    width: 60px;
    margin-left: 10px;
}
#menu-topbar .navbar-toggler .icon-bar {
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 8px;
    background: #000;
}

.home-banner {
    background: url(../img/banner-home.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  position: relative;
  text-align: center;
}

.home-banner .banner-content {
    height: 100vh;
    width: 100%;
    background: rgba(196,187,164,0.47);
    position: relative;
}
.home-banner .banner-content::after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c4bba4+0,7db9e8+100&1+0,0+100 */
background: -moz-linear-gradient(top, rgba(196,187,164,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(196,187,164,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(196,187,164,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4bba4', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
    height: 30vh;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.home-banner h1 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 40vh;
    text-shadow: 0px 0px 17px rgba(0, 0, 0, 0.7);
    letter-spacing: 5px;
}
.home-banner h1:hover {
    letter-spacing: 1px;
}

.home-banner .banner-content .banner-btn {
    background: #fff;
    display: inline-block;
    color: #000;
    position: relative;
    padding: 10px 90px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300;
    margin-top: 10vh;
    letter-spacing: 2px;
    text-decoration: none;
}
.home-banner .banner-content .banner-btn:hover {
    background: #000;
    color: #fff;
}
.home-banner .banner-content .banner-btn::after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
}

#topbar-nav a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 5px 20px;
}

#topbar-nav li.cart-btn a {
    position: relative;
}
#topbar-nav li.cart-btn .cart-qty {
    position: absolute;
    top: -15px;
    right: -5px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    background: #db2727;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
}
#topbar-nav li.cart-btn a::before {
    position: absolute;
    left: -5px;
    top: 5px;
    font-weight: 300;
    font-family: "Font Awesome 5 Free";
    content: "\f142";
    font-weight: 900;
    font-size: 12px;
}
#topbar-nav li.cart-btn a::after {
    position: absolute;
    right: -5px;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f291";
    font-weight: 900;
    font-size: 16px;
}

#topbar-nav li {

}

h2.h2-big {
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 300;
}

.measures-row {
    background: #f9f9f9;
    padding: 20px 0;
    margin-top: 30px;

}

.measures-row .nr {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: #000;
    text-align: center;
    line-height: 22px;
    margin-right: 10px;
}

.product-category {
    border: 1px solid #efefef;
    margin-top: 30px;
    padding: 20px;
}

.product-category .image {
    background: url() no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  min-height: 400px;
}

.product-category .image-cover {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.subcategory-choice {
    border: 1px solid #efefef;
}

.subcategory-choice .inner {
    padding: 20px;
    position: relative;
}

.subcategory-choice .description {
    display: inline-block;
    margin-top: 200px;
    background: #000;
    padding: 10px 50px;
    color: #fff;
    font-size: 22px;
}

.subcategory-choice .image {
    background: url() no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  width: 100%;
  text-align: center;
}

@media (min-width: 769px) {
	.product-category:hover .image-cover {
	    background: rgba(0,0,0,0);
	}
}

.product-category .category-title {
    position: absolute;
    bottom: 15px;
    background: #000;
    color: #fff;
    text-align: center;
    left: -15px;
    right: -15px;
    padding: 8px 0;
    font-size: 23px;
    font-weight: 300;
    z-index: 3;
}

.product-category:hover .category-title {
    background: #fff;
    color: #000;
    border-left: 20px solid #000;
}

#footer {
    margin-top: 200px;
}

.footer-features-row {
    background: #000;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
}

.footer-features-row span {
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}

#footer .section-title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

#footer p {
    line-height: 30px;
}

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

#footer ul li {
    padding: 5px 0;
}

#footer ul a {
    color: #000;
    font-weight: 400;
    font-size: 15px;
}

#footer .final-row {
    background: #f5f5f5;
    margin-top: 30px;
    padding: 10px 0;
    font-size: 13px;
}

#footer .menu li {
    padding: 0;
}

#footer .menu li a {
    position: relative;
    display: inline-block;
    color: #000;
    margin: 0 20px;
    font-size: 13px;
}
#footer .menu li:last-child a::after {
    position: absolute;
    left: -20px;
    top: 6px;
    width: 5px;
    height: 5px;
    content: "";
    background: #ccc;
    transform: rotate(45deg);
}
.final-row .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.final-row .menu li {
    display: inline-block;
}

#footer .join-newsletter .form-control {

    border-radius: 0px;
}
#footer .join-newsletter button {
    background: #cec2a4;
    border: 0;
    padding: 8px 40px;
    color: #fff;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
}

#footer .join-newsletter button:hover {
    background: #000;
}

#footer .hidden-xs a {
    opacity: 0.3;
}
#footer .hidden-xs a:hover {
    opacity: 1;
}

.width-height-diagram {
    display: inline-block;
    position: relative;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    background: #b0a68e !important;
    border: 1px solid #b0a68e !important;
    color: #fff !important;
}

@media (min-width: 1500px) {
	.container {
	   max-width: 1500px;
	}
}

@media (min-width: 769px) {
    .transition {
        -o-transition:.5s;
	    -ms-transition:.5s;
	    -moz-transition:.5s;
	    -webkit-transition:.5s;
	    transition:.5s;
    }
}

.category-editor-text {
    margin-top: 50px;
    font-size: 18px;
    border-top: 1px solid #efefef;
    padding-top: 50px;
}

img {
    max-width: 100%;
}

.list-post-item {
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
    margin-bottom: 30px;
    min-height: 350px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.1);
padding: 30px;
    border: 1px solid #efefef;
}
.list-post-item .img {
    padding: 0 20px;
}
.list-post-item h2 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.woocommerce .button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
.woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background: #db2727 !important;
    color: #fff !important;
}

@media (max-width: 768px) {
    .home-banner h1 {
        padding-top: 15vh;
    }
    .home-banner .banner-content .banner-btn {
        padding: 10px 20px;
    }
    .container.main-content {
        margin-top: 20px;
    }
    .woocommerce-products-header__title {
        margin-top: 20px;
    }
    #footer .col-md-3,
    #footer .col-md-4 {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #efefef;
    }

    .col-xs-12 {
        width: 100% !important;
        -webkit-flex-basis: auto;
        flex-basis: auto;
    }

    .text-center-xs {
        text-align: center !important;
    }

    .hidden-xs {
        display: none !important;
    }

    .row.cols-bordered .col-item {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #efefef;
        border-right: 0;
        text-align: center;
    }

    #topbar-nav a {
        padding: 20px;
        padding-left: 30px;
        display: block;
        border-bottom: 1px solid #efefef;
    }

    #topbar-nav li.cart-btn .cart-qty {
	    left: 0px;
	    right: auto;
	    top: 5px;
	}
	#topbar-nav li.cart-btn a::after {
	    left: 0px;
	    right: auto;
	    top: 20px;
	}

}
