html,
body {
    width: 98%;
    max-width: 1850px;
    margin: 0 auto !important;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
    margin-top: 0 !important;
}

html {
    font-size: 10px;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
}

input[type='search'] {
    -webkit-appearance: none;
    -webkit-user-select: text;
    -webkit-rtl-ordering: logical;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.d-none-i{
	display: none !important;
}

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

#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_item:not(.sbi_transition) .sbi_photo{
    height:0!important;
    padding-bottom:100%!important
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    transition: .3s all;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label .woo-selected-variation-item-name {
    font-size: 0;
}

.xoo-cp-modal {
    position: fixed;
    text-align: center;
    z-index: 99998;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}

.xoo-cp-active {
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(0,0,0,.5);
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.modal-open, .modal-open .modal {
    overflow-y: scroll !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-view .modal-header {
    padding: 20px 50px;
    border: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-view .modal-content {
    padding: 15px;
}

@media screen and (min-width:  768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
        box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    }
}

i.fa {
    display: inline-block;
}

i.fa::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

i.fa.fa-user::before {
    background-image: url(../img/fa-icons/user.svg);
}

i.fa.fa-shopping-cart::before {
    background-image: url(../img/fa-icons/shopping-cart.svg);
}

i.fa.fa-map-marker::before {
    background-image: url(../img/fa-icons/map-marker_red.svg);
}

i.fa.fa-phone::before {
    background-image: url(../img/fa-icons/phone_red.svg);
}

i.fa.fa-envelope::before {
    background-image: url(../img/fa-icons/envelope_red.svg);
}

i.fa.fa-search::before {
    background-image: url(../img/fa-icons/search_red.svg);
}

i.fa.fa-th-large::before {
    background-image: url(../img/fa-icons/th-large_grey.svg);
}

i.fa.fa-bars::before {
    background-image: url(../img/fa-icons/bars_grey.svg);
}

a:hover > i.fa.fa-facebook::before {
    background-image: url(../img/fa-icons/facebook_red.svg);
}
a:hover > i.fa.fa-instagram::before {
    background-image: url(../img/fa-icons/instagram_red.svg);
}
a:hover > i.fa.fa-pinterest-p::before {
    background-image: url(../img/fa-icons/pinterest-p_red.svg);
}
a:hover > i.fa.fa-twitter::before {
    background-image: url(../img/fa-icons/twitter_red.svg);
}

i.fa.fa-facebook::before {
    background-image: url(../img/fa-icons/facebook.svg);
}
i.fa.fa-instagram::before {
    background-image: url(../img/fa-icons/instagram.svg);
}
i.fa.fa-pinterest-p::before {
    background-image: url(../img/fa-icons/pinterest-p.svg);
}
i.fa.fa-twitter::before {
    background-image: url(../img/fa-icons/twitter.svg);
}

i.fa.fa-close::before {
    display: inline-block;
    background-image: url(../img/fa-icons/close_red.svg);
}

i.fa.fa-play-circle::before {
    background-image: url(../img/fa-icons/play-circle_white.svg);
}

.header-second-bar-nav .share-info-single-product i {
    font-size: inherit;
    padding-top: 0;
}

.shop-sorting form.form-wppp-select::after {
    right: 115px !important;
}


/* additional BE styles  */

/* navigation */
#navigation {
    height: 30px;
    margin: 0 0 10px;
    font-family: "Open Sans";
}
#navigation ul {
    margin: 0;
    padding: 0;
}
#navigation li {
    display: inline-block;
    float: left;
    line-height: 30px; /* this should be the same as your #navigation height */
    height: 30px; /* this should be the same as your #navigation height */
    margin: 0;
    padding: 0;
    position: relative;
}
#navigation li a {
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 2vw;
    text-transform: uppercase;
}
#navigation li a:hover {
    text-decoration: none;
}
#navigation .current-menu-item a, #navigation .current_page_item a, #navigation ul ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}
#navigation .current-menu-item .sub-menu a {
    font-weight: normal;
}
#navigation ul ul {
    display: none;
    position: absolute;
    top: 30px;
}
#navigation ul ul li {
    float: none;
    width: 300px;
}
#navigation ul ul li a {
    color: #000;
    padding: 5px 10px;
}
#navigation ul li:hover > ul {
    display: block;
}
#navigation ul ul li ul {
    left: 300px;
    top: 0;
}

#btnClose {
    display: none;
}

@media only screen and (max-width:767px) {

    #btnClose {
        display: block;
    }

    #mobile-header {
        display: block;
    }
    #navigation {
        display: none;
    }

    #responsive-menu-button > span {
        background: #000 none repeat scroll 0 0;
        display: block;
        height: 2px;
        margin: 12px;
        width: 40px;
    }

    #responsive-menu-button {
        display: block;
        margin: 40px;
        vertical-align: middle;
    }

    #open.sidr.right {
        right: -30%;
    }

    #open {
        background: #f5f5f5 none repeat scroll 0 0;
        box-shadow: none;
        height: auto;
        margin: 0;
        max-width: 100%;
        overflow: hidden;
        padding: 0 5%;
        text-align: right;
        width: 30%;
    }

    #open.sidr .sidr-inner {
        font-size: 18px;
        padding: 35px 0;
        text-transform: uppercase;
    }

    #open.sidr ul {
        border: medium none;
    }

    #open.sidr ul li {
        border: medium none;
        transition: border 5s ease;
    }

    #open.sidr ul li:hover > a, #open.sidr ul li:hover > span, #open.sidr ul li.active > a, #open.sidr ul li.active > span,
    #open.sidr ul li.sidr-class-active > a, #open.sidr ul li.sidr-class-active > span {
        box-shadow: none;
        color: #25AAE1;
        border-bottom: 3px solid #25AAE1;
        transition: border 5s ease;
    }

    #open.sidr ul li a, #open.sidr ul li span {
        padding: 5px 3%;
    }

    #btnClose {
        color: inherit;
        font-size: 35px;
        vertical-align: middle;
    }
}

@media screen and (min-width: 768px){
    #navigation li a {
        padding: 0 1.8vw;
    }
}

@media screen and (min-width: 992px){
    #navigation li a {
        padding: 0 1.5vw;
    }
}

@media screen and (min-width: 1200px){
    #navigation li a {
        padding: 0 1.4vw;
    }
}

/* TODO  */

/*.woocommerce .single_add_to_cart_button,
.woocommerce .buttons-single .view-more{
    display: none!important;
}*/
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block;
}

.col-2 label, .col-1 label {
    color: rgb(179, 179, 179);
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: .3s all;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dfdcde;
    text-decoration: none;
    background-image: none;
    color: #515151;
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
}

.woocommerce-shipping-fields #ship-to-different-address-checkbox {
    position: inherit;
    display: initial;
}

#ship-to-different-address {
    padding-left: 30px;
    text-align: left;
}

#ship-to-different-address .checkbox input[type='checkbox'] {
    margin-left: -20px;
}

#ship-to-different-address span {
    float: none;
    font-size: inherit;
    color: #0B0B0B !important;
}

.woocommerce form .form-row .input-checkbox {
    position: absolute;
    margin-top:  -4px;
}

.woocommerce-terms-and-conditions-checkbox-text {
    padding-left: 20px;
}

.woocommerce-terms-and-conditions-checkbox-text sup,
.woocommerce-shipping-methods sup {
    color: #D70013;
}
#billing_country_field, #shipping_country_field {
    display: none;
}

label[for="reg_captcha"] {
    display: none !important;
}

.note {
    position: absolute;
    bottom: 70px
}
@media (max-width:  780px) {
    .note {
        bottom: -5px;
    }
}

.form-row.place-order { position: relative }

.white-popup {
    position: relative;
    background: #FFFFFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.woocommerce-cart-form .att-icon {
    display: flex;
    align-items: center;
}

.woocommerce-Price-amount bdi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}

.att-desc {
    padding-left: 10px;
}

.hide-att-desc {
    display: none;
}

.hide-att-desc p {
    font-size: .83em;
}

.woocommerce-cart #calc_shipping_country_field span.select2-selection__arrow {
    display: none !important;
}

#custom-search-order form.woocommerce-ordering {
    min-width: auto;
}

#custom-search-order .wppp-select {
    height: 35px;
    width: 180px;
}

.woocommerce-ordering {
    display: flex;
    min-width: 270px;
}

.before-ordering {
    width: 70px;
    height: 35px;
    padding: 10px;
}

.before-ppp {
    width: 100px;
    height: 35px;
    padding: 10px;
}

.before-ppp:first-child {
    width: 55px;
}

.form-wppp-select {
    display: flex;
}

/* Woo BE start */

.js .slider-for > div:nth-child(1n+2) {
    display: none
}

.js .slider-for.slick-initialized > div:nth-child(1n+2) {
    display: block
}

h3 {
    font-size: 2.25rem;
    margin: .5rem;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slider-for h3 {
    line-height: 10rem;
}

.slider-nav h3::before {
    content: "";
    display: block;
    padding-top: 75%;
}

.slider-nav img {
    max-height: 80px !important;
    height: 80px !important;
}

.slider-nav h3 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-nav .slick-slide {
    cursor: pointer;
}

.slick-slide.is-active h3 {
    color: #D70013;
    background-color: #FFFFFF
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Woo BE finish */


.hide-att-icon {
    display: none;
}

.xoo-cp-added {
    display: none;
}

#door-handle-position {
    display: none;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 50px;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.head-loc, .contact, .geo, .phone, .mail a, .head-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
}

.contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact .geo {
    margin-right: 20px;
}

.head-loc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #535353;
}

.owl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.owl-flex .item {
    padding: 120% 0 0 0;
    width: 100%;
    background-size: cover;
}

.logo-door {
    width: 50%;
}

.logo-door .img {
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    margin-top: 20px;
    width: 600px;
    max-width: 100%;
    height: 70px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 721.3 85.5' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none;%7D .st1%7Bfill:%23F7BC60;%7D .st2%7Bfill:%23FFFFFF;%7D .st3%7Bfill:%23D2232A;%7D%3C/style%3E%3Cpath d='m47.2 74.2h-10.6v-5.3h2v-52.2h-2v-5.3h10.6c12.4 0 23.2 5.1 23.2 31.4 0 26.2-10.8 31.4-23.2 31.4zm3.6-57.1v51.4c3.8 0 6.2-5.5 6.2-25.7s-2.3-25.7-6.2-25.7z'/%3E%3Cpath d='m91.7 75c-9.3 0-17.1-6.5-17.1-32.2s7.8-32.2 17.1-32.2 17.1 6.5 17.1 32.2c-0.1 25.7-7.9 32.2-17.1 32.2zm0-59.1c-2.6 0-3.7 4-3.7 26.9s1.1 26.9 3.7 26.9 3.7-4 3.7-26.9c-0.1-22.9-1.1-26.9-3.7-26.9z'/%3E%3Cpath d='m130 75c-9.3 0-17.1-6.5-17.1-32.2s7.8-32.2 17.1-32.2 17.1 6.5 17.1 32.2-7.8 32.2-17.1 32.2zm0-59.1c-2.6 0-3.7 4-3.7 26.9s1.1 26.9 3.7 26.9 3.7-4 3.7-26.9c-0.1-22.9-1.1-26.9-3.7-26.9z'/%3E%3Cpath d='m170.9 74.2c0-3.3-0.3-6.6-1.8-10-1.4-3.7-3.4-6.4-4.8-7.8v17.8h-14.2v-5.3h2v-52.2h-2v-5.3h11.6c11 0 21.3 6.3 21.3 19.5 0 11.1-5 16.9-9.1 20.2 1.8 2.2 4.3 5.6 5.9 9.7 1.4 3.4 1.6 5.4 2 8.1h2v5.3zm-6.6-57.2v33.5c2.3-1.5 5.9-9.5 5.9-19.5 0-9.3-2.7-14-5.9-14z'/%3E%3Cpath class='st3' d='m221.2 20.7-0.8-4.1c-0.2-0.1-0.6-0.1-0.9-0.1-2.4 0-5.9 6.2-5.9 26.2 0 24.9 5.8 26.5 9.5 26.5 1.3 0 2.6-0.3 3.3-0.5v5s-2.5 0.7-5.1 0.7c-8.5 0-21.1-2.6-21.1-31.8s12.8-31.8 20.7-31.8c2.3 0 5.6 0.7 5.6 0.7v8.9h-5.3z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m229.8 74.2v-5.3h2v-52.2h-2v-5.3h16.3v5.3h-2v52.2h7.6l1.8-10.2h5.3v15.4h-29z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m261.6 74.2v-5.3h2v-17.1h-2v-5.3h2v-29.8h-2v-5.3h27.2v9.3h-5.2l-0.3-4.1h-7.4v29.8h9.6v5.3h-9.6v17.1h8.4l0.6-4.1h5.3v9.3h-28.6z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m315.9 74.2-2.4-12.2h-11.1l-2.4 12.2h-7.6v-5.3h2l11.5-57.7h9.8l11.5 57.7h2v5.3zm-7.9-40.8-4.6 23.3h9z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m352.5 74.2c0-3.3-0.3-6.6-1.8-10-1.4-3.7-3.4-6.4-4.8-7.8v17.8h-14.3v-5.3h2v-52.2h-2v-5.3h11.6c11 0 21.3 6.3 21.3 19.5 0 11.1-5 16.9-9.1 20.2 1.8 2.2 4.3 5.6 5.9 9.7 1.4 3.4 1.6 5.4 2 8.1h2v5.3zm-6.6-57.2v33.5c2.3-1.5 5.9-9.5 5.9-19.5-0.1-9.3-2.8-14-5.9-14z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m391.6 74.2-2.4-12.2h-11.1l-2.4 12.2h-7.6v-5.3h2l11.5-57.7h9.8l11.5 57.7h2v5.3zm-7.9-40.8-4.6 23.3h9z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m441.3 16.7v57.7h-9l-16.4-38.5v33h2v5.3h-10.6v-5.3h2v-52.2h-2v-5.3h11.1l16.4 38.4v-33.1h-2v-5.3h10.6v5.3z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m467.2 20.7-0.8-4.1c-0.2-0.1-0.6-0.1-0.9-0.1-2.4 0-5.9 6.2-5.9 26.2 0 24.9 5.8 26.5 9.5 26.5 1.3 0 2.6-0.3 3.3-0.5v5s-2.5 0.7-5.1 0.7c-8.5 0-21.1-2.6-21.1-31.8s12.8-31.8 20.7-31.8c2.3 0 5.6 0.7 5.6 0.7v8.9h-5.3z' fill='%23d2232a'/%3E%3Cpath class='st3' d='m475.8 74.2v-5.3h2v-17.1h-2v-5.3h2v-29.8h-2v-5.3h27.2v9.3h-5.3l-0.3-4.1h-7.4v29.8h9.6v5.3h-9.6v17.1h8.4l0.6-4.1h5.3v9.3h-28.5z' fill='%23d2232a'/%3E%3Cpath d='m540.8 20.7-0.8-4.1c-0.2-0.1-0.6-0.1-0.9-0.1-2.4 0-5.9 6.2-5.9 26.2 0 24.9 5.8 26.5 9.5 26.5 1.3 0 2.6-0.3 3.3-0.5v5s-2.5 0.7-5.1 0.7c-8.5 0-21.1-2.6-21.1-31.8s12.8-31.8 20.7-31.8c2.3 0 5.6 0.7 5.6 0.7v8.9h-5.3z'/%3E%3Cpath d='m549.4 74.2v-5.3h2v-17.1h-2v-5.3h2v-29.8h-2v-5.3h27.2v9.3h-5.3l-0.3-4.1h-7.4v29.8h9.6v5.3h-9.6v17.1h8.4l0.6-4.1h5.3v9.3h-28.5z'/%3E%3Cpath d='m614.6 16.7v57.7h-9l-16.4-38.5v33h2v5.3h-10.6v-5.3h2v-52.2h-2v-5.3h11.1l16.4 38.4v-33.1h-2v-5.3h10.5v5.3z'/%3E%3Cpath d='m648.3 24.8-1.1-8.1h-4.6v52.2h2.4v5.3h-17.1v-5.3h2.4v-52.2h-4.6l-1.1 8.1h-5.3v-13.4h34.3v13.4z'/%3E%3Cpath d='m656.4 74.2v-5.3h2v-17.1h-2v-5.3h2v-29.8h-2v-5.3h27.2v9.3h-5.3l-0.3-4.1h-7.4v29.8h9.6v5.3h-9.6v17.1h8.4l0.6-4.1h5.3v9.3h-28.5z'/%3E%3Cpath d='m708.4 74.2c0-3.3-0.3-6.6-1.8-10-1.4-3.7-3.4-6.4-4.8-7.8v17.8h-14.2v-5.3h2v-52.2h-2v-5.3h11.6c11 0 21.3 6.3 21.3 19.5 0 11.1-5 16.9-9.1 20.2 1.8 2.2 4.3 5.6 5.9 9.7 1.4 3.4 1.6 5.4 2 8.1h2v5.3zm-6.5-57.2v33.5c2.3-1.5 5.9-9.5 5.9-19.5-0.1-9.3-2.8-14-5.9-14z'/%3E%3Crect x='26.7' y='11.2' width='2.9' height='63.1'/%3E%3Cpath d='m6.4 32.4c0-8.9 1.9-16.9 4.6-18.7-0.2 0-0.3 0-0.5 0.1-2.8 1.1-5 9.4-5 18.7s2.1 17.1 5 17.3h0.5c-2.6-1.1-4.6-8.5-4.6-17.4z'/%3E%3Cpath class='st3' d='m23.7 0-23.7 11.2v63.1l23.7 11.2zm-12.7 49.8c-0.2 0-0.3 0.1-0.5 0-2.8-0.3-5-8-5-17.3s2.1-17.7 5-18.7c0.2-0.1 0.3-0.1 0.5-0.1 2.8-0.2 5.2 7.2 5.2 17.3s-2.4 18.2-5.2 18.8z' fill='%23d2232a'/%3E%3Cpolygon class='st3' transform='translate(-35.4,-263.3)' points='61.5 347.4 61.5 264.6 59.7 263.4 59.7 348.6' fill='%23d2232a'/%3E%3C/svg%3E%0A")
}

.head-loc i {
    color: #000000;
}

.contact i, .mail i {
    color: #D70013;
    padding-right: 5px;
    font-size: 18px;
}

.nav-product, .cart-page {
    border-top: 1px solid #D70013;
}

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

.social i {
    vertical-align: middle;
    padding-right: 10px;
    font-size: 20px;
}

.social i:hover {
    color: #D70013 !important;
}

.login-buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.cart-page {
    background-color: #F8F8F8;
    padding: 35px 0 200px 0;
}

.buy {
    position: relative;
}

.login, .buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-color: #FFC83F;
    border-radius: 50px;
}


.login {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}


header .login {
    justify-content: center;
    webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.login i, .buy i {
    font-size: 18px;
    vertical-align: text-bottom;
}

.buy .count {
    font-size: 10px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border-radius: 50px;
    top: 1px;
    right: -7px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.first-menu-line {
    position: relative;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 20px;
}

.first-menu-line input {
    width: 350px;
    height: 40px;
    border-radius: 50px;
    padding-left: 20px;
    border: none;
    background-color: #E0E0E0;
}

.first-menu-line button {
    background: transparent;
    border: none;
    position: absolute;
    right: 5px;
    top: 26px;
}

.first-menu-line button > i {
    color: #D70013;
    font-size: 23px;
}

.first-menu-line input::-webkit-input-placeholder {
    color: #424242;
}

.first-menu-line input:-moz-placeholder {
    color: #424242;
}

.header-second-bar, .bottom-bar {
    display: inline;
}

.header-second-bar ul, .header-first-bar ul, .bottom-bar {
    list-style-type: none;
    padding-left: 0;
}

.header-second-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.header-second-bar ul, .bottom-bar ul {
    padding-top: 20px;
    margin-bottom: 25px;
}

.bar-icon {
    display: none;
}

.bottom-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0;
    padding: 45px 0 20px 0;
}

.header-first-bar {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 25px;
    list-style-type: none;
}

footer .bottom-separate {
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

footer .follow-us-mobile {
    display: none;
}

.third-colum .social i:hover {
    color: #D70013;
}

.header-second-bar, .bottom-bar {
    padding-left: 0;
}

.header-second-bar ul > li > a, .bottom-bar ul > li > a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #535353;
}

.header-second-bar ul > li > a {
    font-size: 18px;
}

.header-second-bar ul > li {
    display: inline;
}

.bottom-bar ul > li {
    display: inline;
}

.header-second-bar ul > li:last-child, .bottom-bar ul > li:last-child {
    padding-right: 0;
}

.header-first-bar > ul > li {
    display: inline;
    padding-right: 45px;
}

.header-first-bar > ul > li > a {
    color: #3F3F3F;
}

.sub-head {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 380px;
}

.sub-head-absolute {
    position: absolute;
    background-color: #FFFFFF;
    opacity: 0.4;
    width: 100%;
    /*padding: 100% 0 0 0;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sub-head-image {
    width: 100%;
    padding: 110% 0 0 0;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    /*
    background-size: cover!important;
    */
    background-size: cover !important;
}

.img-subhead {
    position: relative;
}

.img-subhead > .sub-img {
    position: absolute;
}

.sub-describe {
    padding: 110px 0 130px;
    min-height: 380px;
}

.sub-describe .title,
.before-after-title .title, .blog-title .title, .contact-us-title .title,
.customer-stories-title .title, .virtual-title .title, .fags-title .title, .shipping-title .title,
.reviews-title .title, .videos-title .title, .home-title-doors .title, .cart-title, .archive .page-title {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    text-shadow: -2px -2px 0 #FFFFFF,
    2px -2px 0 #FFFFFF,
    -2px 2px 0 #FFFFFF,
    2px 2px 0 #FFFFFF;

}

.page-template-template-checkout .top-title {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #000000;
    text-align: center;
}

.cart-title {
    font-size: 30px;
    color: #000000;
}

.before-after-title .title, .blog-title .title, .contact-us-title .title, .customer-stories-title .title,
.virtual-title .title, .fags-title .title, .shipping-title .title,
.reviews-title .title, .videos-title .title, .home-title-doors .title, .archive .page-title {
    text-align: center;
    font-size: 36px;
    padding: 80px 0px 60px 0px;
}

.archive .page-title {
    padding: 20px 0px 20px 0px;
    max-width: 1220px;
}

.videos-title .title, .customer-stories-title .title, .contact-us-title .title {
    padding-bottom: 0px;
}

.home-title-doors .title {
    font-size: 54px;
    padding: 60px 0 0 0;
}

.before-after-title .title {
    padding-bottom: 20px;
}

.virtual-title .title {
    padding-bottom: 30px;
}

.sub-describe .describe {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    color: #000000;
}

.sub-describe .describe a {
    color: #D70013;
}

.about-us {
    padding-top: 80px;
    margin-bottom: 100px;
}

.about-us-descr {
    color: #000000;
}

.about-us-descr .title {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 48px;
    padding: 20px 0 60px;
}

.about-us-descr p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.video-area-single {
    background-size: cover;
    background-position: center;
}

.video-area {
    padding: 200px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-area i {
    font-size: 70px;
    color: #FFFFFF !important;
}

.review-page .video-wrapper p {
    text-align: center;
}

.review-page .video-area {
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-page .video-area i, .videos-page .video-area i {
    font-size: 80px;
    color: #FFFFFF !important;
}

.review-page .video-area i:before, .videos-page .video-area i:before {
    color: #FFFFFF !important;
}

.review-page .video-area, .videos-page .video-area {
    padding: 185px 0;
    background-size: cover;
}

.videos-page {
    color: #000000;
    margin-bottom: 80px;
}

.map-area {
    margin-bottom: 50px;
    margin-top: 130px;
    position: relative;
}

.firm-info {
    font-family: 'Lato', sans-serif;
    position: absolute;
    left: calc(65% - 225PX);
    bottom: 6%;
    background-color: #FFFFFF;
    width: 460px;
    padding: 60px 80px 60px 30px;
    -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.firm-info .title {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;

}

.firm-info .hours {
    margin-bottom: 50px;
}

.firm-info p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#map {
    height: 570px;
    width: 1000px;
}

.follow-us .title {
    text-align: center;
    font-family: 'Marker Felt', sans-serif;
    font-size: 54px;
    color: #000000;
    font-weight: bold;
    margin-top: 60px;
    margin-bottom: 60px;
}

.img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.follow-us .img-area .img {
    margin-top: 10px;
}

.virtual-page .img-area .img {
    margin-top: 20px;
}

.bottom-area {
    margin-top: 40px;
}

.bottom-area .title {
    padding-top: 40px;
    text-align: center;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 36px;
    color: #000000;
}

.review-page .sub-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #767676;
    text-align: center;
    font-weight: 500;
}

.review-page .title {
    padding-bottom: 20px;
}

.bottom-area .sub-title {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #2E2E2E;
    text-align: center;
    padding-bottom: 10px;
}

.bottom-area .subscribe-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    max-height: 125px;
    overflow: hidden;
}

.bottom-area .subscribe-area input {
    width: 390px;
    height: 60px;
    border: none;
    border-radius: 50px;
    margin-right: 15px;
}

.bottom-area .subscribe-area input::-webkit-input-placeholder {
    padding-left: 40px;
    font-family: 'Lato', sans-serif;
    color: #A0A0A0;
}

.bottom-area .subscribe-area input:-moz-placeholder {
    padding-left: 40px;
    font-family: 'Lato', sans-serif;
    color: #A0A0A0;
}

.bottom-area .subscribe-area button {
    font-family: 'Lato', sans-serif;
    height: 60px;
    width: 180px;
    background-color: #D70013;
    border-radius: 50px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}

.foot-menu {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #535353;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 65px;
}

.foot-menu h3 {
    padding-top: 30px;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    color: #282828;
    font-weight: 900;
    font-size: 16px;
    text-align: left;
}

.foot-menu p {
    margin-bottom: 3px;
}

footer {
    font-size: 16px;
    color: #535353;
}

footer .fa {
    color: #000000;
    text-decoration: none;
}

footer h3 {
    font-size: 16px;
    color: #282828;
    text-align: left;
    margin: 0;
    padding: 20px 0 15px 0;
    font-weight: bold;
    white-space: nowrap;
}

footer p {
    margin: 0;
}

footer .social {
    display: flex;
}

.second-item .first-num {
    margin-bottom: 10px;
}

.third-item span {
    color: #282828;
}

.footer-menu4 > ul {
    padding-left: 0;
    list-style-type: none;
}

.footer-menu4 > ul > li {
    margin-bottom: 4px;
}

footer .describe span {
    font-weight: bold;
}

footer .bottom-categories {
    padding-top: 15px;
}

.footer-menu4 > ul > li > a {
    color: #535353;
    font-family: 'Lato', sans-serif;
}

.footer-menu4 > ul > li > a:hover,
.footer-menu4 > ul > li > a:focus {
    text-decoration: none;
    color: #D70013;
}

footer .copy {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #7D7D7D;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 50px;
}

.copy a {
    color: #7D7D7D;
}

footer .copy a > span {
    color: #000000;
}

.before-after-row, .customer-item-row {
    padding: 50px 0px 40px;
    border-bottom: 1px solid #BAB9B9;
}

.last-row {
    border-bottom: none;
}

.before-after-row .row {
    padding-right: 0px;
}

.search .next-bar {
    width: 100%;
}

.next-bar {
    margin-top: 50px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

@media (max-width: 767px) {
    .next-bar {
        display: flex;
        margin: 10px 0;
        width: 100%;
    }

    .next-bar .dots, .next-bar .num {
        display: inline-block;
    }
}

.next-bar .dots,
.next-bar .num {
    color: #6D6D6D;
    font-family: 'Lato', sans-serif;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #DFDFDF;
}

.next-bar .active {
    background-color: #D70013;
    color: #FFFFFF;
}

.current .num {
    background-color: #D70013;
    color: #FFFFFF;
}

.next-bar .next i {
    font-size: 18px;
}

.blog-row {
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px;
}

.blog-item {
    width: 100%;
    margin-bottom: 40px;
}

.blog-item .img {
    padding: 35% 50%;
    background-size: cover;
}

.blog-item .title {
    color: #000000;
    font-weight: bold;
    margin: 20px 0;
}

.blog-row .title {
    margin: 30px 0px;
    font-size: 16px;
    font-weight: 900;
}

.blog-row a {
    color: #333333;
}

.blog-item .date {
    margin-bottom: 25px;
    color: #969696;
}

.blog-item .item-describe {
    color: #2A2A2A;
    line-height: 25px;
}

.product-back {
    margin-top: 30px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: 'Lato', sans-serif;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-items: baseline;
    font-size: 12px;
}

.blog-back {
    padding: 50px 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-family: 'Lato', sans-serif;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-items: baseline;
}

.blog-back a {
    color: #5C5C5C;
}

.product-back a {
    color: #949494;
}

.product-back .product-name {
    color: #494949;
}

.blog-back p, .product-back p {
    margin: 0;
}

.blog-back i {
    margin-right: 5px;
}

.product-back i {
    margin: 5px 5px;
    color: #949494;
}

.blog-internal-text {
    font-family: 'Lato', sans-serif;
}

.blog-internal-img-area {
    padding: 120% 0 0 0;
    width: 100%;
    background-size: cover;
}

.page-template-template-door-handing table, .page-template-template-door-handing table {
    width: 100%;
}

table {
    min-width: 750px;
}

.table-area {
    width: 100%
}

.small-img-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
}

.small-img-area img {
    margin-bottom: 20px;
}

.blog-internal-text .title {
    font-weight: bold;
    font-size: 20px;
}

.blog-internal-text .date {
    padding: 30px 0 20px;
    color: #969696;
}

.blog-internal-text p {
    font-size: 16px;
    color: #2A2A2A;
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.buttons .prev-button button, .buttons .next-button button {
    width: 85px;
    height: 45px;
    border-radius: 50px;
    border: none;
    color: #3D3D3D;
    font-size: 16px;
}

.buttons .next-button button {
    margin-left: 10px;
}

.buttons .prev-button button:hover, .buttons .next-button button:hover {
    background-color: #FFC83F;
}

.before-after-item p, .customer-item-row p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #2A2A2A;
    margin-top: 20px;
}

.before-after-item img {
    height: 600px;
    width: auto !important;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .before-after-item img {
        height: auto;
        max-height: 500px;
        width: auto !important;
        margin: 0 auto;
    }

    .modal-content.before-after-content {
        padding: 60px 30px
    }
}

.custom-item-area {
    text-align: center;
}

.before-after-item {
    text-align: center;
}

.before-after-item .image-block, .customer-item-row .img-before-area, .customer-item-row .img-after-area {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 361px;
    margin-bottom: 30px
}

.custom-describe {
    font-family: 'Lato', sans-serif;
}

.custom-describe .title {
    font-weight: bold;
    font-size: 16px;
}

.custom-describe .date {
    color: #848484;
    font-size: 12px;
    margin: 25px 0;
}

.custom-describe {
    color: #292929;
    line-height: 25px;
}

.describe-virtual {
    text-align: center;
    /*font-size: 16px;*/
    margin-bottom: 50px;
}

.describe-virtual span {
    color: #D70013 !important;
    font-weight: bold;
}

.virtual-page, .customer-page {
    color: #000000;
}

.virtual-page .img-area {
    margin-bottom: 10px;
}

.insta-virtual {
    font-size: 24px;
    text-align: center;
    margin: 90px 0 50px;
    font-weight: 900;
}

.title-bar {
    background-color: #D70013;
    text-align: center;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 24px;
    margin-top: 30px;
    min-width: 750px;
}

.table-wrap .titles {
    text-align: center;
    margin-bottom: 50px;
}

.table-wrap .titles .main-table-title {
    font-size: 18px;
    font-weight: 900;
    margin-top: 50px;
}

.table-wrap .titles .sub-table-title a {
    font-size: 16px;
    color: #D70013;
}

.img-types {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.type-hand-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;

    justify-content: space-around;
    -webkit-justify-content: space-around;
    background-color: #F7F7F7;
}

.type-hand-names .type, .img-types {
    text-align: center;
}

.type-hand-names .col-md-3, .img-types .col-md-3 {
    padding: 20px 0 30px;
    border-right: 1px solid grey;
}

.img-types .col-md-3 {
    border-bottom: 1px solid grey;
}

.type-hand-names, .img-types {
    border-left: 1px solid grey;
}

.page-template-template-door-sizes table p,
.page-template-template-door-handing table p {
    width: 100%;
}

.page-template-template-door-sizes table p,
.page-template-template-door-handing table td {
    margin: 0;
}

.page-template-template-door-sizes table td,
.page-template-template-door-handing table td {
    width: 25%;
}

.page-template-template-door-sizes table td,
.page-template-template-door-handing table td,
.page-template-template-door-sizes table th,
.page-template-template-door-handing table th {
    border: 1px solid #CCCCCC;
    text-align: center;
    padding: 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}

table thead th {
    border-bottom: transparent;
}

table tbody tr:first-child td {
    border-top: transparent;
}

.table-sizes {
    margin-bottom: 150px;
}

/*.table-sizes tbody tr:last-child td {
    border-bottom: transparent;
}*/

.table-handing-wrap {
    margin-bottom: 100px;
}

table thead {
    background-color: #F7F7F7;
    border-bottom: none;
}

.table-foot {
    font-family: 'Lato', sans-serif;
    padding: 40px;
    background-color: #F5F5F5;
    color: #000000;
    min-width: 750px;
}

.img-bottom-area {
    background-size: cover;
    padding: 90px 0 100px;
    margin-bottom: 100px;
}

.contact-info-area {
    background-color: #FFFFFF;
    padding: 60px 120px 60px 60px;
}

.contact-info-area .info {
    padding-left: 20px;
    border-left: 1px solid #D70013;
    font-size: 16px;
}

.contact-info-area .info .title {
    font-weight: bold;
}

.contact-info-area .info p {
    margin: 0px;
}

.contact-info-area .info .descr {
    margin-bottom: 20px;
}

.white-space, .grey-space {
    padding: 20px 55px 25px 30px;

}

.white-space {
    background-color: #FFFFFF;
}

.white-space.title {
    font-size: 20px;
    color: #D70013;
    margin: 30px 0 20px;
    text-align: center;
    font-weight: bold;
}


.grey-space {
    background-color: #F5F5F5;
}

.fags-page {
    margin-bottom: 80px;
}

.fags-area p {
    margin: 0;
}

.fags-page {
    color: #000000;
}

.col-area {
    -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    font-family: 'Lato', sans-serif;
}

.col-area .title {
    font-size: 18px;
    color: #D70013;
    font-weight: bold;
}

.col-area .about {
    font-weight: 900;
}

.shipping-page {
    font-family: 'Lato', sans-serif;
    color: #222222;
}

.shipping-area, shipping-title {
    color: #000000;
}

.shipping-area span, .main-article p {
    color: #D70013;
    font-weight: 900;
}

.no-pad {
    padding-left: 0px;
}

.main-article {
    padding: 0 50px 90px;
    font-family: 'Lato', sans-serif;
    margin-top: 60px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.2);
    background-color: #F9F9F9;
}

.main-article-title {
    font-size: 18px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}

.main-article ul {
    padding-left: 15px;
}

.main-article p {
    margin-top: 30px;
}

.second-row {
    padding-bottom: 35px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 35px;
}

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

.shipping-descr, .shipping-img {
    font-family: 'Lato', sans-serif;
    margin-top: 80px;
    margin-bottom: 80px;
}

.item-shipping {
    padding-bottom: 32px;
}

.item-shipping p {
    font-weight: 900;
    padding: 0;
    margin: 0;
}

.shipping-img {
    background-size: cover;
    padding: 263px 0;
}

.sub-home {
    position: relative;
}

.reviews-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.review {
    font-family: 'Lato', sans-serif;
    color: #262626;
    font-size: 14px;
    width: 30%;
    text-align: center;
    padding: 30px 25px 70px 35px;
    background-color: #F6F6F6;
    border: 1px solid #FFC83F;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
}

.review:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.review-author {
    font-size: 15px;
    color: #000000;
    font-weight: 900;
}

.review-date {
    font-size: 15px;
    color: #565656;
    font-weight: 500;
}

/*.reviews-line .active {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}*/

.review hr {
    width: 50px;
    border-top: 1px solid #D70013;
}

.review-page .next-bar {
    margin-top: 60px;
}

.main-videos-area p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
}

.episodes-area p {
    font-size: 20px;
    text-align: center;
    padding-top: 50px;
}

.episodes-area .episode {
    margin-top: 30px;
    width: 100%;
    padding: 300px 0 0 0;
    background-size: cover !important;
}

.sub-home {
    position: relative;
}

.sub-home .load-more {
    position: absolute;
    width: 65px;
    height: 65px;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.35);
    background-color: #D70013;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 1;
    left: calc(50% - 32.5PX);
    bottom: -43px;
    display: none;
}

.sub-home .load-more:hover {
    background-color: #D70013;
}

.load-more img {
    width: 25px;
    height: 30px;
}

.main-photos {
    margin-top: 100px;
}

.home-page .small-img-area {
    padding: 90% 0 0 0;
    background-size: cover;
    margin: auto;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.sub-home .item img {
    height: 560px;
}

.home-page .big-img-area {
    padding: 90% 0 0 0;
    background-size: cover;
    margin: auto;
    margin-top: 10px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}

.small-img-area .title, .big-img-area .title {
    position: absolute;
    font-family: 'Marker Felt', sans-serif;
    text-transform: uppercase;
    font-size: 35px;
    color: #FFFFFF;
    font-weight: bold;
    display: none;
}

.small-img-area:hover > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.big-img-area:hover > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.with-title-area {
    padding: 182px 0px;
}

.doors-bar .img {
    -webkit-print-color-adjust: exact !important;
    padding: 100% 0 0 0;
    background-size: contain;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.doors-bar p {
    text-align: center;
    margin-top: 20px;
    color: #1B1B1B;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.doors-bar {
    margin-bottom: 60px;
}

.product-describe {
    color: #000000;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 25px;
}

.product-describe .product-name {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.model-num {
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
}

.model-num span {
    color: #808080;
}

.product-price {
    font-family: 'Marker Felt', sans-serif;
    color: #D70013;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    font-weight: bold;
}

.count {
    font-size: 40px;
}

.cur {
    padding-top: 20px;
    font-size: 70px;
}

.order-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-family: 'Lato', sans-serif;
}

.order-info .descr p {
    margin: 0;
}

.order-info .imp {
    font-weight: 600;
    padding-bottom: 5px;
}

.order-info .old-save .old-price {
    color: #D70013;
    text-decoration: line-through;
    padding-bottom: 5px;
}

.order-info .old-save .save {
    color: #FFC83F;
}

.product-full-describe .col-md-6 {
    padding-left: 0;
}

.product-information {
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
}

.product-information .title {
    font-size: 24px;
    color: #1B1B1B;
    margin-bottom: 30px;
}

.info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.info-list ul {
    padding-left: 15px;
}

.info-list .second-col {
    margin-left: 45px;
}

.buttons-share-area {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.buttons-share-area .buttons-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.buttons-share-area .buttons-area button {
    width: 145px;
    height: 40px;
    border-radius: 50px;
    border: none;
    color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.img-area .img {
    background-size: cover !important;
    width: 100%;
    padding: 50%;
}

.buttons-share-area .buttons-area .button-first button {
    background: #FCC63F;
}

.buttons-share-area .buttons-area .button-second button {
    margin-left: 20px;
    background: #D70013;
}

.share-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.first-menu i {
    display: none;
}

.sub-menu {
    padding-left: 20px !important;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    z-index: 20;
    background: #FFFFFF;
    font-family: 'Lato', sans-serif;
    display: none;
    min-width: 700px;
    max-width: 700px;
    -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
    box-shadow: 0 40px 50px rgba(0, 0, 0, 0.2);
}

.sub-menu.open {
    display: block!important;
}

.bottom-menu i {
    display: none;
}

ul.sub-menu li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    width: 25%;
    padding-right: 0px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E8E8E8;
    margin-right: 50px;
    font-size: 15px;
}

ul.sub-menu li:last-child {
    border-bottom: 1px solid #E8E8E8;
}

li.hide-desktop {
    display: none!important;
}

.header-second-bar .current-menu-item a, .header-first-bar .current-menu-item a {
    font-weight: 900;
    color: #FFC83F;
    text-decoration: none !important;
}

.header-second-bar .menu-item a:hover, .header-first-bar .menu-item a:hover {
    color: #FFC83F;
    text-decoration: none !important;
}

#menu-bottom-menu .current-menu-item a {
    color: #D70013;
    text-decoration: none !important;
}

#menu-bottom-menu .menu-item a,
.header-second-bar .menu-item a,
.header-first-bar .menu-item a {
    text-decoration: none;
}

#menu-bottom-menu .menu-item a:hover {
    text-decoration: none !important;
    color: #D70013;
}

#menu-product-categories-menu,
.product-categories {
    padding-left: 0;
    margin-left: 0;
    margin-right: 40px;
    margin-top: -10px;
    padding-top: 0;
}

ul#menu-product-categories-menu li,
ul.product-categories li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding-right: 0px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
}

ul#menu-product-categories-menu li:first-child, ul.product-categories li:first-child {
    border-top: 1px solid #E8E8E8;
}

.sub-menu a, #menu-product-categories-menu a, .product-categories a {
    color: #4E4E4E !important;
    font-weight: 600 !important;
}

#menu-product-categories-menu a {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.sub-menu a:hover, #menu-product-categories-menu a:hover, .product-categories a:hover {
    color: #FFC83F !important;
}

#menu-product-categories-menu li.current-menu-item a,
.product-categories li.current-cat a {
    color: #D70013 !important;
}

#menu-product-categories-menu li.current-menu-item a {
    font-weight: 900 !important;
}

.shipping-page p {
    margin: 0;
}

.next-bar a {
    text-decoration: none;
}

.header-second-bar-nav i {
    font-size: 25px;
    color: #4E4E4E;
    padding-top: 30px;
}

.close-second-icon i.fa-close {
    display: none;
}

@media screen and (max-width: 1000px) {
    .img-area .img {
        background-size: cover !important;
    }
}

.error-area {
    text-align: center;
    font-size: 200px;
    color: #EDB24B;
}

.entry-content p {
    font-size: 20px;
}

.error-404 label > input, .no-results .search-form label input {
    width: 800px;
    font-size: 13px;
    min-height: 32px;
    margin: 0;
    padding: 7px 8px;
    outline: none;
    color: #333333;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    vertical-align: middle;
}

.error-404 .search-submit, .no-results .search-form .search-submit {
    width: 100px;
    margin-left: 5px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #D70013;
    background-repeat: repeat-x;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.entry-header a {
    color: #EDB24B;
}

.entry-header .entry-title {
    color: #808080;
}

.entry-title span {
    color: #CCCCCC;
}

.search-no-results #main {
    margin: 100px 0;
}

.search-no-results #main p {
    margin-bottom: 30px;
    color: #808080;
}

.foot-menu .first-colum,
.foot-menu .second-colum,
.foot-menu .third-colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    max-width: 30%;
}

.foot-menu .first-colum .second-item,
.foot-menu .second-colum .fourth-item,
.foot-menu .third-colum .item {
    margin-left: 130px;
}

.foot-menu .fifth-item.item {
    margin-left: 0;
    text-align: right;
}

.menu-item-has-children::after {
    content: '_';
    color: #FFFFFF !important;
    width: 10px;
    height: 10px;
    background: url(../img/down-arrow1.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 20;
    margin-left: 5px;
}

.menu-item-has-children:hover:after {
    content: '_';
    color: #FFFFFF;
    width: 10px;
    height: 10px;
    background: url(../img/down-arrow2.svg) no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 20;
    margin-left: 5px;
}

.mail a {
    color: #535353;
}

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

.page-template-template-reviews-php .sub-describe .title {
    margin-left: 60px;
}

#subheader .subheader-flex-wrap {
    display: flex;
    align-items: center;
}

.sub-describe {
    border-left: 1px solid #D70013;
    min-height: 0;
    padding: 0 0 0 30px;
}

.main-article .container {
    max-width: 100%;
}

.header-second-bar-nav {
    border-top: 1px solid #D70013;
}

#DropdownCartWidget ul.close {
    display: none;
}

#DropdownCartWidget ul {
    display: block;
    -webkit-animation: fadeIn 0.5s ease-out 0.1s both;
    animation: fadeIn 0.5s ease-out 0.1s both;
    position: absolute;
    top: 55px;
    right: 0;
    width: 360px;
    z-index: 100;
    background: #FFFFFF;
    margin: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.js-open-cart-widget {
    cursor: pointer;
}

.shop-sorting {
    border-bottom: 1px solid #D1D1D1;
    border-top: 1px solid #D1D1D1;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /*justify-content: flex-start;
    -webkit-justify-content: flex-start;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 10px 0;
}

.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce-pagination li, .woocommerce-pagination li a {
    color: #6D6D6D;
    font-family: 'Lato', sans-serif;
    margin-right: 10px !important;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #DFDFDF;
    border: none !important;
    text-align: center;
}

.woocommerce-pagination li a, .woocommerce-pagination li .current {
    display: flex !important;
    display: -webkit-flex !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    margin: 0 !important;
    width: 100%;
}

.woocommerce-ordering input, .form-wppp-select input {
    color: #6D6D6D !important;
}

.orderby {
    width: 200px;
    height: 35px;
}

.form-wppp-select .select {
    height: 35px;
    width: 180px;
}

nav.woocommerce-pagination {
    width: 70%;
    text-align: right !important;
}

.woocommerce-pagination ul .current, .woocommerce-pagination ul .next, .woocommerce-pagination ul .prev {
    background-color: #D70013 !important;
    color: #FFFFFF !important;
}

.woocommerce-ordering select, .form-wppp-select select {
    color: #6D6D6D !important;
}

.archive .shop-sorting, .archive .products {
    width: 1220px;
    max-width: 100%;
}

.archive .products .woocommerce-loop-product__title,
.search .products .woocommerce-loop-product__title {
    padding: 5px 10px !important;
    margin: 0;
}

/*.woocommerce ul.products li.product a{
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    height: 400px;
}*/

.products-row {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.woocommerce ul.products.custom-rows {
    display: block !important;
}

.woocommerce ul.products li.product a img {
    width: auto;
    height: auto;
    max-height: 200px;
    display: block;
    margin: auto;
}

.search-results .products img {
    width: auto;
    height: 200px;
    max-height: 200px;
    display: block;
    margin: auto;
}

.woocommerce ul.products li.product {
    text-align: center;
}

.archive .product_meta {
    color: #000000 !important;
    font-size: 11px;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
}

.archive .product_meta span {
    color: #000000 !important;
}

.archive .product_meta .scu {
    text-transform: uppercase;
}

.woocommerce-loop-product__title {
    color: #1B1B1B;
    font-size: 16px;
}

.amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.amount .custom-decimals {
    /*font-size: 12px;*/
    font-size: 14px;
}

.amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

.price {
    font-family: 'MarkerFeltWideRegular', Arial, Helvetica, sans-serif;
    /*font-weight: bold;*/
    color: #D70013 !important;
    font-size: 36px !important;
    text-align: center;
}

.price .amount {
    /*font-weight: bold;*/
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.price .amount .custom-decimals {
    font-size: 20px !important;
}

.price .amount .woocommerce-Price-currencySymbol {
    font-size: 30px !important;
}

.single-product .price {
    font-size: 56px !important;
}

.single-product .price .amount .custom-decimals {
    font-size: 25px !important;
    top: 7px;
    position: relative;
}

.single-product .price .custom-sale .amount .custom-decimals {
    font-size: 16px !important;
}

.single-product .price .amount .woocommerce-Price-currencySymbol {
    font-size: 50px !important;
}

.single-product .price {
    margin-top: 25px;
}

/*
.woocommerce-page div.product div.images {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-justify-content: center;
}
*/

.woocommerce-page div.product div.images img {
    width: 100%;
    height: 100%;
}

.woocommerce div.product form.cart div.quantity {
    display: none;
}

.woocommerce-page div.product div.summary {
    width: 100%;
}

.single-product .header-second-bar-nav {
    border-bottom: 1px solid #D70013;
}

.single-product .product {
    padding: 30px 0;
    max-width: 1380px;
}

.woocommerce-message {
    max-width: 1380px;
}

.single-product .header-second-bar-nav {
    padding: 0;
}

.single-product .entry-title {
    color: #000000;
    font-family: 'MarkerFeltWideRegular', Arial, Helvetica, sans-serif;
    font-size: 40px;
    margin-bottom: 20px;
    text-align: center;
}

.single-product .product_meta {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;;
}

.single-product .price .availability {
    text-align: left;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 20px;
}

.single-product .product_meta .sku {
    text-transform: uppercase;
}

.woocommerce-message {
    border: none;
    background: transparent;
}

.single-product .summary h2 {
    padding-top: 25px;
    color: #1B1B1B;
    font-size: 24px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    margin-bottom: 30px;
    border-top: 1px solid #DBDBDB;
}

.single-product .summary ul {
    color: #000000;
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 30px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.single-product .summary .variations ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.single-product .summary ul li {
    line-height: 1;
    list-style-type: none;
    font-size: 14px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid; /* Makes effect only in Firefox */
    break-inside: avoid; /* IE10+, Opera 11.1—12.1 */
}

.woo-variation-swatches.wvs-show-label .variations td {
    width: 100% !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 3px 8px;
}

.single-product .summary .product_description ul li:before {
    content: "•  ";
    font-size: 30px;
    vertical-align: middle;
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before,
.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    display: none;
}

.buttons-single {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: #FFFFFF !important;
    font-family: 'Lato', sans-serif !important;
    padding-top: 30px;
}

.additional-files-list .buttons-single {
    padding-top: 0;
}

.buttons-single .single_add_to_cart_button,
.buttons-single a.add_to_cart_button {
    color: #FFFFFF !important;
    margin-right: 20px !important;
}

.buttons-single a.add_to_cart_button:after {
    display: none;
}

.buttons-single a.add_to_cart_button.worksheet_file {
    width: auto !important;
    padding: 0 30px;
}

.buttons-single .added_to_cart {
    display: none !important;
}

.buttons-single span.view-more-alt,
.buttons-single span.view-more, .buttons-single a.view-more {
    margin-right: 20px;
    background: #FFC83F !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.woocommerce div.product form.cart .button,
.woocommerce div.product div.status .button {
    width: 150px;
    min-width: 150px;
    margin: 5px 20px 5px 0;
    background: #D70013;
    border-radius: 50px;
    height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.single-product .product-note {
    font-family: 'Lato', sans-serif;
    color: #000000;
    margin-top: 20px;
    padding: 40px 0 20px;
}

.single-product .product-note span, .single-product .product-note a {
    color: #D70013 !important;
    font-weight: bold;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce-mini-cart__buttons {
    padding: 0;
}

.woocommerce-mini-cart {
    position: static !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 40px;
    width: 360px;
    list-style-type: none;
}

.woocommerce-mini-cart li a {
    display: block;
}

.dropdown-cart-widget {
    padding: 20px;
    width: 400px !important;
}

ul.cart_list li img,
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: auto;
    height: 60px !important;
    float: right;
}

.woocommerce-info::before {
    color: #D70013;
}

ul.cart_list li a {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-right: 5px;
}

.woocommerce-mini-cart-item {
    margin-top: 20px;
}

.woocommerce-mini-cart-item .woocommerce-Price-amount {
    margin-left: 5px;
}

.woocommerce-mini-cart-item .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.woocommerce-mini-cart .remove {
    font-size: 25px !important;
    float: right;
    padding-left: 10px;
    color: #D70013;
}

.quantity {
    display: block;
    margin-top: 10px;
}

.woocommerce-mini-cart__total {
    margin: 10px 0 20px;
}

.woocommerce-mini-cart__total strong {
    color: #D70013;
}

.woocommerce-mini-cart__buttons .button {
    margin-right: 20px !important;
    border-radius: 50px !important;
    width: 100px;
    text-align: center;
    height: 35px;
    vertical-align: middle;
    padding-top: 7px;
}

.wc-forward {
    background: #D70013 !important;
    color: #FFFFFF !important;
}

.wc-proceed-to-checkout .wc-forward {
    background: #D70013 !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    vertical-align: middle;
    width: 200px;
    height: 50px;
    text-align: center;
}

.wc-proceed-to-checkout .continue-button {
    margin-right: 20px !important;
    background: #FCC63F !important;
    line-height: 1.7 !important;
}

.checkout {
    background: #FCC63F !important;
}

.woocommerce-mini-cart {
    padding-left: 0;
}

.woocommerce-cart #subheader {
    display: none;
}

.woocommerce-cart .breadcrumbs {
    display: none;
}

.woocommerce-cart .site-main {
    background-color: #F8F8F8;
    margin: 30px 15px;
}

.woocommerce-cart .bottom-area {
    display: none;
}

.woocommerce-cart .header-second-bar-nav {
    border-bottom: 1px solid #D70013;
}

div.product div.images
.woocommerce-product-gallery__trigger {
    top: 1% !important;
    right: 2% !important;
}

button.view-more-alt,
button.view-more {
    background: #FCC63F !important;
    margin-right: 20px !important;
}

.woocommerce .shop_table_responsive th {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    border: none;
    text-align: center;
    background: #D70013;
    color: #FFFFFF;
}

.woocommerce table.shop_table td {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 15% !important;
}

td.product-price {
    min-height: 242px;
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 14px;
}

td.product-remove a.remove {
    font-weight: normal;
    color: #D9D9D9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #D9D9D9;
    line-height: 0.8;
}

.woocommerce a.remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

th.product-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

td.product-how .radio {
    margin: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

td.product-how input[type=radio] {
    padding-right: 20px;
}

td.product-name a {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    color: #000000;
}

.woocommerce .container {
    width: 1800px;
    max-width: 100%;
}

.woocommerce-cart .col-md-9 {
    float: none;
}

.woocommerce-cart .entry-title {
    color: #000000;
    font-size: 30px;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
}

.cart_totals .shop_table_responsive th {
    background: #CCCCCC !important;
    font-size: 25px !important;
}

.woocommerce-shipping-calculator p > a {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    font-size: 20px;
    color: #D70013;
    font-family: 'Lato', sans-serif;
}

.coupon input {
    width: 120px !important;
    margin-right: 20px !important;
}

.wc-proceed-to-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin: auto;
    padding-right: 0;
    vertical-align: middle;
}

.wc-proceed-to-checkout a {
    border-radius: 50px !important;
}

td.product-price {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}

.page-template-template-checkout #main .checkout {
    background: transparent !important;
}

.page-template-template-checkout #main .container-fluid .row {
    background: #F5F5F5;
}

.col2-set .custom-col-2 .woocommerce-shipping-fields {
    background: #FFFFFF;
    margin-bottom: 30px;
}

.col2-set .custom-col-1 {
    background: #FFFFFF;
    margin-top: 70px;
}

.checkout .col2-set .custom-col-1 {
    margin-top: 0;
}

.custom-col-2 #order_review_heading {
    font-family: 'Lato', sans-serif;
    display: inline;
    width: 100%;
    color: #000000;
    font-size: 20px;
}

.custom-col-2 #order_review_heading span {
    float: none;
    color: #D70013;
    font-weight: bold;
}

.custom-col-2 span {
    float: right;
    font-size: 14px;
}

.custom-col-2 span a {
    color: #717171;
}

.order-items-list {
    background-color: #FFFFFF;
    margin-top: 27px;
    margin-bottom: 30px;
}

.chosen-shipping, .expected-shipping {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0 15px;
    padding: 15px 0;
}

.expected-shipping {
    color: #5F5F5F;
    font-size: 14px;
    margin-bottom: 15px;
}

.cur-items ul {
    list-style-type: none;
    min-height: 130px;
    padding-left: 0;
}

.cur-items li {
    margin-right: 20px;
}

.cur-items img {
    width: auto;
    height: 100px;
}

.cur-items ul li:first-child {
    width: 25%;
    float: left;
}

.cur-items ul li:nth-child(2) {
    font-family: 'Lato', sans-serif;
    float: left;
    width: 60%;
}

.cur-items ul li:nth-child(2) p {
    font-size: 14px;
    color: #000000;
}

.cur-items ul li:nth-child(2) p span {
    color: #808080;
}

.cur-items ul li:nth-child(3),
.cur-items ul li.price-item {
    float: right;
    font-family: 'Lato', sans-serif;
    color: #D70013;
    font-size: 14px;
    font-weight: 700;
}

.cur-items {
    padding-bottom: 37px;
}

.cur-items ul li:nth-child(2) span {
    float: none;
}

.cur-items ul li:nth-child(2) a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.cur-items .item {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 15px;
    padding: 15px 0;
    margin-bottom: 20px;
    min-height: 150px;
    display: inline-block;
}

.cur-items .item p {
    position: static;
}

p.order {
    color: #6A6A6A;
}

p.get {
    color: #333333;
    font-weight: 700;
}

.woocommerce-shipping-fields,
.custom-col-1 {
    padding: 30px;
}

.checkout-shipping-mobile {
    display: none;
}

.checkout-shipping-mobile .woocommerce-shipping-fields {
    padding: 0;
}

.checkout-shipping-mobile #ship-to-different-address {
    text-align: center;
}

.checkout-shipping-mobile #ship-to-different-address-checkbox {
    height: auto !important;
}

.checkout-shipping-mobile .select2-container--default .select2-selection--single .select2-selection__rendered,
.checkout-shipping-mobile .select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 40px;
    height: 40px;
}

.custom-col-2 input,
.custom-col-1 input, span.select2-selection {
    height: 40px !important;
}

.custom-col-2 input#ship-to-different-address-checkbox {
    height: inherit !important;
}

.page-template-template-checkout .top-title {
    font-size: 36px;
    margin: 30px 0;
}

.page-template-template-checkout .woocommerce-info {
    border-top: none;
}

button#place_order.button.alt {
    background-color: #D70013;
}

.woocommerce-checkout-payment {
    background: #FFFFFF !important;
}

.page-template-template-checkout table, .shop_table_responsive {
    min-width: 0;
}

.woocommerce-checkout {
    padding-bottom: 30px;
}

.page-template-template-account h2 {
    text-align: left;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
}

.page-template-template-account .woocommerce h2 {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
}

.page-template-template-account #breadcrumbs-wrapper {
    display: none;
}

.page-template-template-account #main .login {
    width: 100%;
    height: auto;
    vertical-align: middle;
    background: #F5F5F5;
    border: none !important;
    display: flex;
    flex-wrap: wrap;
}

.page-template-template-account #main #username, .page-template-template-account #main #password,
.page-template-template-account #main #reg_email, .page-template-template-account #main #reg_password {
    height: 40px;
    width: 200px !important;
    margin-right: 20px !important;
    border-radius: 50px;
    padding-left: 10px;
    border: none;
    margin-bottom: 25px;
}

.woocommerce-form-register {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.page-template-template-account .form-row button {
    width: 150px;
    height: 40px;
    background: #D70013;
    border-radius: 50px;
    color: #FFFFFF;
}

.page-template-template-account .form-row button, .page-template-template-account .form-row label {
    margin: 0 20px;
}

.lost_password a {
    color: #000000;
}

.page-template-template-account .woocommerce-error {
    border: 1px solid #D70013;
    border-radius: 10px;
}

#billing_address_1, #shipping_address_1 {
    margin-bottom: 15px;
}

.custom-col-2 label,
.custom-col-1 label {
    font-family: 'Lato', sans-serif;
    color: #B3B3B3 !important;
    font-weight: 500;
}

.page-template-template-checkout .order-total {
    font-size: 20px;
}

.page-template-template-account .woocommerce-form-row label {
    margin-left: 0;
}

.woocommerce-info {
    border-top: none;
}

.bottom-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.page-template-template-account .site-main {
    background-color: #F5F5F5;
}

.page-template-template-account .site-main h2 {
    margin: 30px 0;
    padding-left: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    background-color: #FFFFFF;
    padding: 30px 30px;
    margin-right: 1vw;
}

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-MyAccount-navigation li {
    margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation li a {
    font-weight: bold;
    color: #D70013;
}

.woocommerce-MyAccount-content a {
    color: #D70013;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}

.woocommerce-account .woocommerce-MyAccount-content .left-col {
    width: 48% !important;
}

.woocommerce-account .woocommerce-MyAccount-content .left-col,
.woocommerce-account .woocommerce-MyAccount-content .right-col {
    background-color: #FFFFFF;
    padding: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content .left-col table td {
    width: 200px;
}

.woocommerce-MyAccount-content h3 {
    margin: 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    color: #000000;
}

.woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce-MyAccount-content .left-col .dash-block a,
.woocommerce-EditAccountForm button,
.woocommerce-MyAccount-content .order-actions .button,
.woocommerce-MyAccount-content .woocommerce-orders-table .button {
    color: #FFFFFF !important;
    background-color: #D70013 !important;
    border-radius: 50px !important;
}

.woocommerce-MyAccount-content .left-col .dash-block a,
.woocommerce-EditAccountForm button {
    width: 200px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 20px 0 50px;
    font-weight: bold;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.search-results .col-md-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: space-between;
    -webkit-justify-content: space-between;;*/
}

.search-results .product {
    list-style-type: none;
    position: relative;
    width: 24%;
    margin: 0 0.5%;
    padding-top: 20px;
    border: 1px solid;
    -o-border-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgb(234, 234, 234)), to(rgb(255, 255, 255)));
    border-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image-slice: 1;
}


.search-results .col-md-12 header {
    width: 100%;
}

.search-results .products img {
    height: 300px;
    width: auto;

}

.product_description img.alignnone {
    height: 40px;
    width: auto;
    margin: 10px 0;
}

.product_description_wrapper .additional_content img.alignnone {
    /*width: 100%;*/
    height: auto;
}

.woocommerce-checkout #payment ul.payment_methods li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li.payment_method_bacs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li img {
    margin-top: 10px;
}

.custom-col-2 #order_review_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.custom-col-2 #order_review_heading strong {
    margin-left: 20px;
}

.custom-col-2 #order_review_heading strong span {
    font-size: 20px;
}


.woocommerce-cart table.cart td a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.woocommerce-cart table.cart img {
    width: auto;
    height: 150px;
    max-width: inherit;
}

.first-bar-icon-area, .second-bar-icon-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.first-bar-icon-area .bar-name {
    padding-left: 5px;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.second-bar-icon-area .bar-name {
    padding-right: 5px;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.review .review-text {
    max-height: 175px;
    overflow: hidden;
}

.modal-content .review .review-text {
    max-height: initial;
}

.review .read-more {
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 50px;
    background-color: #FFC83F;
    display: block;
    width: 200px;
    margin: 20px auto;
}

.modal-reviews .review {
    width: 100%;
}

.modal-reviews .modal-content {
    margin-top: 20%;
}

.shop-sorting .woocommerce-ordering, .shop-sorting .form-wppp-select {
    margin: 0;
    margin-right: 20px;
}

.remove_from_cart_button:hover {
    background-color: transparent;
}

.lost_reset_password {
    text-align: center;
}

.lost_reset_password .form-row {
    width: 100% !important;
}

.lost_reset_password input.input-text {
    width: 20% !important;
    margin: 20px 0 !important;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #E0E0E0;
    padding-left: 20px;
}

.single-product .breadcrumbs {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #949494;
    margin-top: 25px;
}

.single-product .breadcrumbs a {
    color: #949494;
}

.single-product .breadcrumbs:last-child {
    color: #000000;
}

#breadcrumbs-wrapper .col-md-12 {
    padding-left: 0;
}

.woocommerce a.button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.popup-view-more iframe {
    position: absolute;
    z-index: 20;
    top: -120%;
}

.close-more {
    position: absolute;
    z-index: 20;
    bottom: -2000px;
    color: #D70013;
    font-size: 20px;
}

.close-add {
    position: absolute;
    color: #D70013;
    font-size: 20px;
    right: 30px;
}

.popup-add-to-cart {
    position: absolute;
    width: 60%;
    height: 350px;
    left: 20%;
    top: -50%;
    background-color: #FFFFFF;
    z-index: 20;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
}

.popup-add-to-cart .popup-content {
    height: 310px;
    margin: 20px;
    border: 1px solid #FFC83F;
}

.woocommerce-mini-cart a.remove:hover, .woocommerce-mini-cart a.remove:focus {
    color: #D70013 !important;
    background: transparent !important;
}

.modal-view .modal-content {
    padding: 15px;
}

.modal-view .content-info {
    border: 1px solid #FFDE8C;
    border-radius: 5px;
}

.modal-view .modal-body {
    padding: 0;
}

.modal-view .modal-title {
    text-align: center;
    color: #000000;
    font-size: 20px;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    margin: 0 0 20px;
}

.woocommerce div.product .product_title {
    font-weight: 400;
    padding-top: 20px;
}

.modal-view iframe {
    min-height: 650px !important;
}

.modal-view .modal-header {
    padding: 20px 50px;
    border: none;
}

.modal-view .modal-sub-title {
    font-family: 'Lato', sans-serif;
    color: #000000;
    text-align: center;
}

.modal-view .modal-sub-title span {
    color: #D70013;
    font-weight: bold;
}

.share-info-single-product, .share-info-single-product a {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.share-info-single-product a:hover {
    color: #D70013 !important;
}

.addtoany_list a:hover img {
    opacity: 1;
}


.share-info-single-product a {
    margin-left: 7px;
}

.related h2 {
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
}

.modal-cart .content-info {
    border: 1px solid #FFDE8C;
    border-radius: 5px;
    margin: 15px;
}

.modal-cart .modal-dialog {
    margin: auto;
    margin-top: 15%;
    width: 40%;
}

.modal-cart .modal-header {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    margin-bottom: 5px;
}

.phone .data a {
    color: #535353;
}

.share-info-single-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin-top: 20px;
}

.custom-sale {
    font-size: 20px;
    font-weight: bold;
}

.custom-sale > span {
    margin-top: 10px;
}

.boldnred {
    font-size: 16px;
    color: #D70013;
    font-weight: bold;
}

.price .custom-sale old_price,
.price .custom-sale .new_price {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.woocommerce-page div.product div.images img {
    width: auto;
    /*height: 500px;*/
    height: auto;
    max-height: 500px;
    margin: auto;
}

.woocommerce-page div.product div.images {
    height: inherit;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.flex-active-slide {
    width: 1500px;
}

.flex-control-thumbs {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin-top: 40px;
    margin-right: 20px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: auto !important;
    height: 250px !important;
}

.woocommerce span.onsale {
    top: 1%;
    right: 10%;
    left: inherit;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 200px;
    float: left;
    margin-top: 20px;
    height: 50px;
    border-radius: 50px;
}

.place-order-mobile {
    display: none;
}

.place-order-mobile #place_order {
    width: 200px;
    margin-top: 20px;
    height: 50px;
    border-radius: 50px;
}

.woocommerce-Price-amount bdi .custom-decimals {
    vertical-align: top;
    position: relative;
    top: 4px;
}

.product .custom-decimals {
    line-height: inherit;
}

.woocommerce ul#shipping_method li {
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.page-template-template-checkout .woocommerce ul#shipping_method li label {
    color:  transparent !important;

}
.page-template-template-checkout .woocommerce ul#shipping_method li label .woocommerce-Price-amount.amount{
    color: #D70013 !important;
    height: auto;
}

.woocommerce ul#shipping_method li .forceall-tooltip {
    display: none !important;
}

.woocommerce ul#shipping_method li .woocommerce-Price-amount {
    margin: 5px 0;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.woocommerce .special-shipping-title {
    float: left !important;
    font-weight: 400;
    color: #808080
}

.woocommerce-cart ul#shipping_method li .woocommerce-Price-amount {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.woocommerce-checkout ul#shipping_method li {
    text-align: right;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}

.content-installation {
    font-family: 'Lato', sans-serif;
    color: #000000;
}

.breadcrumbs-install {
    color: #000000;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 5px;
    font-size: 16px;
}

.breadcrumbs-install a {
    color: #000000;
    margin-left: 5px;
}

.content-installation {
    margin-bottom: 50px;
}

.content-installation .installation-title {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #000000;
    padding: 20px 0;
}

.installation-describe {
    font-size: 16px;
}

.installation-describe a {
    color: #D70013;
}

.install-single {
    margin-top: 30px;
}

.install-img {
    padding: 130% 100% 0 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.install-img-descr {
    font-size: 16px;
}

.install-img-descr a {
    color: #D70013;
}

.install-img-area, .install-before-after-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.install-before-after-area {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #BAB9B9;
    margin-bottom: 50px;
}

.install-before-after-area .install-img-descr {
    margin-top: 20px;
    text-align: center;
}

.title-install-process {
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.download-in-stock-button {
    margin-right: 20px;
}

.download-in-stock-button p {
    margin-bottom: 0;
}

.btn-in-stock-1 {
    width: 330px;
    height: 70px;
    background-color: #FFC83F;
    margin-bottom: 20px;
    border: none;
}

.btn-in-stock-1 a {
    text-align: center;
    font-size: 20px;
    font-family: 'Marker Felt', sans-serif;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-in-stock-2 {
    width: 330px;
    height: 70px;
    background-color: #D70013;
    margin-bottom: 20px;
    border: none;
}

.btn-in-stock-2 a {
    text-align: center;
    font-size: 20px;
    font-family: 'Marker Felt', sans-serif;
    color: #FFFFFF;
    /*text-decoration: ;*/
    text-transform: uppercase;
    text-decoration: none;
}

.home-title-doors .title {
    font-size: 40px;
}

h1.instagram {
    font-family: 'Marker Felt', sans-serif;
    color: #000000;
    font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: flex;
    display: -webkit-flex !important;
}

/*.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center!important;
    -webkit-justify-content: center;
}*/

.woocommerce nav.woocommerce-pagination ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-photos .col-xs-6,
.main-photos .col-xs-12,
.all-doors-area__col {
    padding: 0 5px !important;
}

.page-template-template-doors-installation #breadcrumbs-wrapper .container {
    width: 100% !important;
}

.page-template-template-doors-installation #breadcrumbs-wrapper a {
    color: #000000;
}

.bilbord-slider img {
    display: inline-block !important;
    height: 450px;
    width: auto !important;
    max-width: inherit !important;
}

.sub-head .red-area {
    position: absolute;
    width: 40%;
    left: 30%;
    top: 0;
    bottom: 0;
    background-color: #D70013;
    opacity: 0.6;
}

.single-product .describe-product {
    /*width: 100%;*/
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*border-top: 1px solid #c0bfbe;*/
    border-bottom: 1px solid #C0BFBE;
    padding: 30px 0;
    clear: both;
}

.single-product .describe-product h2 {
    color: #000000;
    width: 100%;
}

.single-product .describe-product ul {
    padding-left: 20px;
    padding-top: 10px;
    /*width: 50%;*/
}

.single-product .describe-product ul li:first-child {
    margin-top: 0;
}

.woocommerce-page div.product div.images {
    width: 50%;
}

.woocommerce div.product div.summary {
    width: 50%;
}

div.product div.images .woocommerce-product-gallery__trigger {
    right: 15% !important;
}

.single-product .entry-summary .entry-title, .entry-summary .product_meta {
    text-align: left;
    border: none;
}

.entry-summary .buttons-single, .entry-summary .price .amount {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.product-template-default.type-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.single-product .entry-title {
    font-size: 35px;
}

.describe-product ul li {
    margin: 10px 0;
}

.glass-options {
    width: 50%;
    background-color: #F0F0F0;
    display: none;
}

.glass-options-title {
    margin: 20px 20px 0 20px;
    font-weight: bold;
}

.glass-options-image {
    width: 100%;
    padding: 50% 0 0 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin: auto;
}

.postid-5982 .glass-options {
    display: block;

}

.kitchen-description-area {
    padding: 20px 115px 50px 60px;
    background-color: #F0F0F0;
    width: 50%;
    display: none;
}

.kitchen-description-area .kitchen-top-describe {
    font-family: 'Lato', sans-serif;
    color: #D70013;
    font-size: 20px;
    font-weight: 500;
}

.kitchen-description-area .kitchen-image {
    width: 100%;
    padding: 55% 0 0 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 40px 0;
}

.kitchen-list-description {
    width: 100% !important;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-left: 20px;
}

.kitchen-list-description li {
    padding: 5px 0;
    font-size: 16px;
}

.postid-6876 .kitchen-description-area {
    display: block;
}

.video-product-area {
    width: 50%;
    background-color: #F0F0F0;
    padding: 40px 60px;
    display: none;

}

.video-product-area .video-area {
    width: 100%;
    padding: 75% 0 0 0;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.video-product-area .video-title {
    margin-bottom: 20px;
    font-weight: bold;
}

.video-product-area .popup-youtube {
    position: absolute;
    top: 45%;
    left: 45%
}

.postid-6692 .video-product-area {
    display: block;
    position: relative;
}

.additional_content {
    background-color: #F0F0F0;
    margin-left: -15px;
    padding: 20px;
}

.additional_content ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.additional_content h4 {
    font-family: 'Lato', sans-serif;
    color: #D70013;
    font-size: 20px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 20px;
}

.additional_content iframe {
    width: 100%;
    height: 378px;
    margin-top: 10px;
}

.additional_content img.alignnone {
    /*margin: 0 0 20px;*/
    margin: 23px 0 20px;
}

.share-info-single-product {
    width: 100%;
    display: block;
    text-align: center;
}

.share-info-single-product .addtoany_shortcode {
    display: inline-block;
}

.woocommerce-page div.product div.images .share-info-single-product img {
    height: auto;
}

.product_description a.button {
    width: auto;
    display: inline-block;
    background: #FFC83F;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    color: #FFFFFF;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.shop_table.cart .price-item {
    margin-bottom: 30px;
}

.shop_table.cart .product-price {
    display: table-cell !important;
    text-align: center;
}

.shop_table.cart .amount {
    display: block;
}

.download-in-stock-button {
    padding: 10px 20px;
    /*background: #ffc83f;*/
    border-radius: 50px;
    border: none;
    margin: 30px 20px 0 0;
    color: #FFFFFF;
}

.download-in-stock-button a {
    color: #FFFFFF;
    font-weight: bold;
}

.single-product .prod-label, .single-product .custom-sale {
    text-align: left;
    display: block;
    margin: 20px 0;
}

.single-product .custom-sale {
    margin: 0;
}

.product_description span {
    font-size: 16px;
    color: #D70013;
    font-weight: bold;
}

.tax-product_cat .page-title {
    display: none;
}

.tax-product_cat .top-level {
    margin-top: 40px;
}

.tax-product_cat .sub-head-image, .woocommerce .sub-head-image {
    width: auto;
    height: 365px;
    max-height: 365px;
    padding: inherit;
    background-repeat: no-repeat !important;
    background-position: center right !important;
    background-size: contain !important;
}

/*.tax-product_cat .sub-head-image,*/
.woocommerce .sub-head-image img {
    display: none;
}

header .phone, header .geo {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #535353;
    text-decoration: none;
}

.single-product .custom-sale p {
    font-family: 'Lato', sans-serif;
    color: #000000;
}

.single-product .custom-sale p span, .single-product .custom-sale h3 span {
    font-family: 'Marker Felt', sans-serif;
}

.single-product .value {
    float: left;
    width: 60%;
    /*height: 40px;*/
}

.single-product .reset_variations {
    color: #000000;
}

.woocommerce-variation-add-to-cart .quantity {
    margin-right: 30px !important;
}

.woocommerce-variation-add-to-cart .quantity input {
    width: 100px !important;
}

.search-results .product_meta {
    color: #808080;
    font-size: 11px;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
}

.search-results .products {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding: 0;
    list-style-type: none;
}

.search-results .products a {
    text-decoration: none;
}

.search-results .entry-title {
    text-align: center;
    color: #000000 !important;
    margin-bottom: 40px;
}

.single-product .custom-sale .old_price,
.single-product .custom-sale .new_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    align-items: center;
    -webkit-align-items: center;
}

.single-product .custom-sale .old_price span,
.single-product .custom-sale .new_price span {
    font-size: 16px !important;
}

.single-product .price .custom-sale .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
}

.single-product .custom-sale .amount {
    margin-left: 10px;
}

.single-product .custom-sale .old_price,
.single-product .custom-sale .old_price span {
    color: #D70013;
    font-weight: 400;
}

.single-product .custom-sale .old_price {
    position: relative;
    display: inline-flex;
}

.single-product .custom-sale .old_price::after {
    content: '';
    position: absolute;
    left: -7px;
    right: -7px;
    height: 1px;
    background: #D70013;
    top: 50%;
}

.single-product .custom-sale .new_price,
.single-product .custom-sale .new_price span {
    color: #FFC83F;
    font-weight: 600;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.single-product .price {
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.single-product .price .custom-sale br {
    display: none;
}

.single-product .price .custom-sale span {
    line-height: 1.5;
}

.single-product table.variations td.value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.reset_variations {
    width: 100%;
}

.single-product table.variations td.value label {
    min-width: 150px;
}

.single-product .button-variable-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    border: none !important;
    min-width: 350px;
}

.single-product .button-variable-wrapper li {
    width: 155px !important;
    margin-right: 12px !important;
    border-radius: 0 !important;
    height: 40px;
}

.single-product .button-variable-wrapper .selected {
    border: none !important;
    background-color: #FCC63F !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.single-product .button-variable-wrapper li:before,
.single-product .button-variable-wrapper li:after {
    display: none !important;
}

.single-product .button-variable-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.modal-cart .modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.modal-cart .modal-body .table-area {
    width: 80%;

}

.modal-cart .modal-body .table-area table {
    margin-bottom: 0 !important;
    border: none;
}

.modal-cart .product-price .price-item {
    font-weight: bold !important;
}

.modal-cart .product-price .price-item
.woocommerce-Price-amount .amount {
    text-decoration: none !important;
    border: none;
}

.modal-cart .woocommerce-mini-cart__buttons {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal-cart .woocommerce-mini-cart__buttons .button {
    height: 40px !important;
    margin-right: 0 !important;
    margin-left: 20px
}

.modal-cart #mc-q {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #CCCCCC;
    font-weight: bold;
}

.modal-cart #mcart_total {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.modal-cart #mcart_total .woocommerce-Price-amount {
    display: inline;
    float: right;
    font-weight: bold;
}

.modal-cart #mcart_total strong {
    display: inline;
    color: #000000;
    margin-right: 5px;
}

.modal-cart .product-thumbnail {
    width: 35%;
}

.woocommerce table.shop_table td {
    border-top: 1px solid #CCCCCC !important;
    border-right: none;
}

.modal-cart .product-thumbnail img {
    width: 120px;
    margin-right: 10px;
}

.xoo-cp-modal .xoo-cp-container {
    max-width: 100%;
    width: 50%;
    padding: 0;
}

.xoo-cp-modal .xoo-cp-container .container-inner {
    padding: 15px;
    margin: 20px;
    border: 1px solid #FFDE8D;
    border-radius: 5px;
}

table.xoo-cp-pdetails td {
    border: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC !important;
    border-right: none;
    color: #000000;
}

.xoo-cp-pdetails td.xoo-cp-ptitle {
    border-left: none;
}

.xoo-cp-pdetails td.xoo-cp-remove {
    border-right: 1px solid #CCCCCC
}

td.xoo-cp-pimg img {
    padding: 30px 0 15px 10px;
}

td.xoo-cp-ptitle {
    width: 35%;
}

.xoo-cp-pdetails td.xoo-cp-remove {
    width: 15%;
}

.xoo-cp-success {
    display: none;
}

td.xoo-cp-ptitle a {
    font-weight: normal;
    font-family: 'MarkerFeltWideRegular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
}

td.xoo-cp-ptitle p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
}

td.xoo-cp-ptitle p > span {
    color: #808080;
    margin-left: 5px;
}

.xoo-cp-qtybox {
    width: 125px;
    border: 0;
    background-color: #E8E8E8;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 10px;
    margin: auto 30px;
}

.xoo-cp-qtybox input {
    background-color: #E8E8E8;
}

.xoo-cp-qtybox span {
    border: 0;
    color: #D70013;
}

td.xoo-cp-pprice .amount {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
}

td.xoo-cp-pprice .amount .woocommerce-Price-currencySymbol {
    font-size: 14px;
}

td.xoo-cp-remove .xoo-cp-remove-pd {
    font-size: 15px;
    color: #D70013;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E8E8E8;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

td.xoo-cp-remove .xoo-cp-icon-cross:before {
    content: "✕";
}

.xoo-cp-ptotal {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 25px 0 30px;
    margin-right: 0;
}

.xoo-cp-ptotal .amount {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin-left: 5px;
}

.xoo-cp-ptotal .amount .woocommerce-Price-currencySymbol {
    font-size: 16px;
}

.xoo-cp-btns {
    text-align: right;
}

.xoo-cp-btns a.xcp-btn {
    width: 160px;
    margin-right: 0;
    height: 40px;
    border-radius: 50px;
    margin-left: 18px;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: inherit;
    border: none;
}

.xoo-cp-btns .xcp-btn-orange {
    background-color: #FFC83F;
}

.xoo-cp-btns .xcp-btn-red {
    background-color: #D70013;
}

.xoo-cp-modal .xoo-cp-container table {
    min-width: 650px;
    width: 100%;
}

.single-product .related .price {
    font-size: 36px !important;
}

.single-product .related .price .amount .woocommerce-Price-currencySymbol {
    font-size: 30px !important;
}

.single-product .related .price .amount .custom-decimals {
    font-size: 20px !important;
}

ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    display: -webkit-flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap !important;
    -webkit-flex-wrap: wrap !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: none !important;
    margin: 20px auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 24%;
    padding-top: 20px;
    border: 1px solid;
    -o-border-image: -o-linear-gradient(top, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image: -webkit-gradient(linear, left top, left bottom, color-stop(rgb(234, 234, 234)), to(rgb(255, 255, 255)));
    border-image: linear-gradient(to bottom, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image-slice: 1;
}


.woocommerce-page ul.products li.product .custom-image {
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.quantity {
    width: 150px;
    height: 50px;
    background-color: #E8E8E8;
    border-radius: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    display: -webkit-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-justify-content: center !important;
    margin: auto;
}

.dropdown-cart-widget .quantity {
    margin: 20px 0 !important;
}

.dropdown-cart-widget .buttons {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.quantity input {
    background-color: transparent;
    border: none;
    text-align: center;
}

.woocommerce-variation-add-to-cart .quantity input {
    width: 50px !important;
}

input[type=button] {
    background: none;
    border: none;
    color: #D70013;
    font-weight: bold;
}

.woocommerce-cart-form .product-thumbnail {
    float: left;
    width: 150px;
}

td.product-name a {
    margin-bottom: 20px;
}

.woocommerce-cart-form td.product-name .product-info p {
    font-size: 12px !important;
}

.shop_table.cart .product-price .price-item {
    margin-top: 20px;
    font-weight: normal;
}

.form-woo table.cart .product-subtotal .woocommerce-Price-amount {
    text-align: center;
    font-weight: bold;
    color: #000000;
}

.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button,
.xoo-cp-qtybox input[type="number"]::-webkit-outer-spin-button,
.xoo-cp-qtybox input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type="number"],
.xoo-cp-qtybox input[type="number"] {
    -moz-appearance: textfield !important;
}

.quantity input[type="number"]:hover,
.xoo-cp-qtybox input[type="number"]:hover,
.quantity input[type="number"]:focus,
.xoo-cp-qtybox input[type="number"]:focus {
    -moz-appearance: number-input !important;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce table.shop_table .product-info dl.variation {
    display: -ms-grid;
    display: grid;
    font-size: 12px;
    font-weight: normal;
}

.woocommerce table.shop_table .product-info dl.variation dt {
    font-weight: normal;
}

.woocommerce table.shop_table .product-info dl.variation dd {
    margin-bottom: 10px;
}

.woocommerce table.shop_table .product-info > a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.woocommerce table.shop_table td {
    width: 20%;
}

.woocommerce table.shop_table td.product-name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}

.woocommerce table.shop_table td.product-name .product-thumbnail {
    width: 40%;
}

.woocommerce table.shop_table td.product-name .product-info {
    width: 60%;
}

.woocommerce-form-login .form-row:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 10px;
}

.woocommerce-form-login .form-row:nth-child(3) .woocommerce-form__label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

.single-product div.product div.summary .woocommerce-Price-amount {
    letter-spacing: 0;
}

.single-product div.product div.summary .custom-sale .woocommerce-Price-amount {
    letter-spacing: 0;
}

.related .woocommerce-Price-amount {
    letter-spacing: 3px;
}

.products .woocommerce-Price-amount {
    /*letter-spacing: 3px;*/
    letter-spacing: 0;
}

.related .product_meta {
    color: #808080;
    font-size: 11px;
    margin-top: 30px;
    font-family: 'Lato', sans-serif;
    padding-bottom: 0;
    border: none;
}

.related h2 {
    font-weight: normal;
}

.related .price {
    margin: 0;
}

.tax-product_cat .sub-head {
    height: auto;
}

.bilbord-slider {
    position: relative;
}

.bilbord-slider .splide__track {
    width: 100%;
}

.bilbord-slider .splide__arrows {
    position: absolute;
    top:  calc(50% - 13px);
    width: 100%;
    height: 26px;
    pointer-events: none;
    z-index: 3;
}

.bilbord-slider .splide__arrow {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: auto;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.bilbord-slider .splide__arrow svg {
    display: none;
}

.bilbord-slider .splide__arrow--prev {
    background-image: url(../img/left-nav.png);
}

.bilbord-slider .splide__arrow--next {
    float: right;
    background-image: url(../img/right-nav.png);
}

.bilbord-slider a {
    width: 100%;
    padding: 120% 0 0 0;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    position: static;
    padding-top: 20px;
}


@media screen and (min-width: 1920px) {
    body {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
    }
}

@media (min-width: 992px) {
    .col-md-9 {
        width: 100%;
    }
}

@media screen and (max-width: 1810px) {
    .woocommerce .sub-describe .title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1800px) {
    .map-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .firm-info {
        margin-top: 40px;
        position: static;
        width: 75%;
        text-align: center;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .firm-info .hours {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1670px) {

    .woocommerce-account .woocommerce {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-content {
        width: 100% !important;
        margin-top: 30px;
    }

    .review {
        width: 80%;
        margin: 30px auto;
    }
}

@media screen and (max-width: 1650px) {
    .xoo-cp-modal .xoo-cp-container {
        width: 70%;
    }
}

@media screen and (max-width: 1620px) and (min-width: 1201px), screen and (max-width: 400px) {
    .contact-info-area {
        background-color: #FFFFFF;
        padding: 60px 20px 60px 20px;
    }
}

@media screen and (max-width: 1600px) {
    .logo-door {
        width: 40%;
    }

    .header-first-bar .sub-menu li {
        display: inline;
        padding-right: 0;
    }

    .logo-door .img {
        height: 65px;
        width: 550px;
    }

    .logo-door .img {
        height: 55px;
        width: 500px;
    }
}

@media screen and (max-width: 1560px) {
    .header-first-bar > ul > li {
        display: inline;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1550px) {
    .modal-cart .modal-dialog {
        width: 60% !important;
    }
}

@media screen and (max-width: 1515px) {
    .bottom-bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        list-style-type: none;
        padding: 25px 0 20px 0;
        margin: 0;
    }

    .bottom-bar ul li > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1470px) {
    .header-first-bar {
        font-size: 23px;
    }

    .header-first-bar > ul > li {
        display: inline;
        padding-right: 30px;
    }

    .header-second-bar ul > li > a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    .header-first-bar > ul > li {
        display: inline;
        padding-right: 20px;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        text-align: center;
        margin: 0 1%;
    }

    .bottom-bar ul li > a,
    footer {
        font-size: 12px;
    }
}

@media screen and (max-width: 1355px) {
    .header-first-bar > ul > li {
        display: inline;
        font-size: 20px;
    }
}

@media screen and (max-width: 1350px) {
    .head-loc {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .blog-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .blog-row .blog-item {
        width: 100%;
        margin-bottom: 40px;
    }

    .head-loc .logo-door {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .head-loc .mail {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -webkit-order: 5;
        float: left;
    }

    .head-loc .social {
        width: 10%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .head-loc .login-buy {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .head-loc .contact {
        margin-right: 50px;
        margin-top: 5px;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .contact .geo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 5px;
        margin-right: 50px;
    }

    .contact .phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .head-loc .logo-door {
        width: 80%;
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 1320px) {
    .woocommerce div.product div.images .flex-control-thumbs li img {
        width: auto !important;
        height: 150px !important;
        margin-right: 20px;
    }
}

@media screen and (max-width: 1290px) {
    .woocommerce .sub-describe .title {
        font-size: 30px;
    }

    .woocommerce .sub-describe .describe {
        font-size: 16px;
    }
    .page-template-template-account #main #username, .page-template-template-account #main #password, .page-template-template-account #main #reg_email, .page-template-template-account #main #reg_password {
        width: 80% !important;
    }
    .page-template-template-account #main .login, .woocommerce-form-register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        padding-right: 17%;
        padding-left: 17%;
        margin: auto;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-justify-content: center !important;
    }
}

@media screen and (max-width: 1260px) {
    .page-template-template-account #main #username, .page-template-template-account #main #password, .page-template-template-account #main #reg_email, .page-template-template-account #main #reg_password {
        width: 100% !important;
    }
    .page-template-template-account #main .login, .woocommerce-form-register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: auto;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -webkit-justify-content: center !important;
    }

    .woocommerce-form-register {
        width: 100%;
    }

    .page-template-template-account .col2-set .custom-col-2 .woocommerce-privacy-policy-text {
        text-align: center;
    }


    .page-template-template-account .form-row button {
        margin: 0 !important;
    }

    .page-template-template-account #main #username, .page-template-template-account #main #password, .page-template-template-account #main #reg_email, .page-template-template-account #main #reg_password {
        margin-right: 0 !important;
    }

    .woocommerce-form-login p, .woocommerce-form-register p {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .page-template-template-account form .form-row label {
        width: 100%;
        text-align: center;
    }

    .page-template-template-account form .form-row input {
        margin: 0 0 25px 0;
    }


}

@media screen and (max-width: 1250px) {
    .woocommerce .header-second-bar ul > li > a {
        font-size: 14px;
    }

    .form-woo .table-area {
        overflow-x: scroll;
        /*min-width: 1140px;*/
        width: 100%;
    }

    .woocommerce-cart .woocommerce-cart-form {
        overflow-x: scroll;
    }

}

@media screen and (max-width: 1235px) {
    .header-first-bar > ul > li {
        display: inline;
        font-size: 18px;
    }

    .menu-item-has-children::after {
        font-size: 15px;
    }

    .woocommerce nav.woocommerce-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .top-level {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border-bottom: none;
    }

    .bottom-level .woocommerce-pagination {
        margin-top: 10px;
        padding-top: 10px;
        width: 100%;
        text-align: center !important;
    }

    .top-level .woocommerce-pagination {
        margin-top: 10px;
        padding-top: 10px;
        width: 100%;
        text-align: center !important;
        border-top: 1px solid #D1D1D1;
    }

}

@media screen and (max-width: 1200px) {

    .search-results .product {
        width: 30%;
        margin: 0 1.5%;
    }

    nav.woocommerce-pagination {
        width: 60%;
    }

    .blog-internal-text {
        margin-top: 20px;
    }

    .buttons {
        padding-top: 40px;
    }

    .woocommerce .cart-collaterals .cart_totals {
        width: 100%;
    }

    .cart-collaterals .cart_totals table th {
        width: 10% !important;
    }

    .modal-cart .modal-dialog {
        width: 60%;
    }

    .small-img-area .title, .big-img-area .title {
        font-size: 20px;
    }

    .xoo-cp-modal .xoo-cp-container {
        width: 90%;
    }

}

@media screen and (max-width: 1190px) {
    .woocommerce-page #secondary {
        font-size: 12px;
        padding: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content .left-col {
        width: 100% !important;
    }

    .woocommerce-MyAccount-content .right-col {
        margin-top: 30px;
        width: 100% !important;
    }

    body {
        max-width: 98%;
    }

}

@media screen and (max-width: 1170px) {
    .header-first-bar > ul > li {
        display: inline;
        padding-right: 15px;
        font-size: 17px;
    }

    .menu-item-has-children:after {
        font-size: 15px;
    }

    .menu-item-has-children:hover:after {
        font-size: 15px;
    }
}

@media screen and (max-width: 1120px) {
    .header-second-bar ul > li > a {
        font-size: 14px;
    }
}

@media screen and (max-width: 1100px) {

    .header-first-bar > ul > li {
        display: inline;
        padding-right: 10px;
        font-size: 16px;
    }

    .single-product .button-variable-wrapper {
        min-width: 300px;
    }

    .single-product .button-variable-wrapper li {
        width: 130px !important;
    }

    .button-variable-item span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1080px) {
    .sub-menu {
        margin-top: 20px;
    }

    .woocommerce .header-second-bar ul > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1040px) {
    .header-first-bar > ul > li {
        display: inline;
        padding-right: 10px;
        font-size: 14px;
    }

    .social i {
        padding-right: 7px;
    }
}

@media screen and (max-width: 1000px) {
    .firm-info {
        padding: 60px 20px 60px 20px;
    }
}

@media screen and (max-width: 991px) {
    .search-results .product {
        width: 45%;
        margin: 0 2.5%;
    }

    .woocommerce .sub-head-image {
        background-position: center center !important;
    }

    .woocommerce .sub-head {
        height: auto !important;
    }

    .sub-describe {
        margin: 30px 0;
    }

    .modal-cart .modal-dialog {
        width: 80% !important;
    }

    .woocommerce .sub-head-image {
        padding: 50% 0 0 0;
    }

    #subheader .subheader-flex-wrap {
        display: block;
    }

    footer .bottom-menu {
        width: 90%;
        float: left;
    }

    .bottom-bar ul > li {
        width: 33.33%;
    }

    .bottom-bar ul li {
        padding-bottom: 10px;
    }

    footer .follow-us-mobile {
        width: 10%;
        margin-left: auto;
        display: block;
    }

    footer .follow-us-mobile h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    footer .follow-us-desktop {
        display: none;
    }
}

/* ( < 991 ) */


@media screen and (max-width: 990px) {

    .woocommerce-page #secondary {
        display: none;
    }

    .woocommerce .header-second-bar-nav {
        border: none;
    }

    .woocommerce .first-menu-line {
        padding: 0;
    }

    .woocommerce .bar-icon {
        border-top: 1px solid #D70013;
    }

    .woocommerce .first-menu-line button {
        top: 7px;
    }

    .header-second-bar ul > li > a {
        font-size: 13px;
    }
}

@media screen and (max-width: 970px) {
    .header-first-bar > ul > li {
        display: inline;
        font-size: 13px;
    }

    .head-loc .logo-door {
        width: 79%
    }

}

@media screen and (max-width: 950px) {
    .logo-door .img {
        width: 100%;
        background-position: center;
    }

    .head-loc, .head-loc .contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .head-loc .logo-door {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .head-loc .mail {
        width: 30%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .head-loc .social {
        width: 30%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .head-loc .login-buy {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .head-loc .contact {
        margin-top: 5px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .contact .geo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 5px;
    }

    .contact .phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 100%;
    }

    .error-404 label > input, .no-results .search-form label input {
        width: 300px;

    }

    .error-404 .search-submit, .no-results .search-form .search-submit {
        width: 100px;
    }

    .head-loc .logo-door {
        width: 100%
    }

    .first-menu-line input {
        width: 330px;
    }

}

@media screen and (max-width: 925px) {
    .menu-item-has-children::after {
        width: 10px;
        height: 10px;
        background: url(/wp-content/themes/maxcanvas_child/img/down-arrow1.svg) no-repeat;
        background-size: contain;
        background-position: center center;
        margin-left: 5px;

    }

    .menu-item-has-children:hover:after {
        width: 10px;
        height: 10px;
        background: url(/wp-content/themes/maxcanvas_child/img/down-arrow2.svg) no-repeat;
        background-size: contain;
        background-position: center center;
        margin-left: 5px;

    }
}

@media screen and (max-width: 910px) {
    .header-first-bar > ul > li {
        padding-right: 5px;
    }

    .header-second-bar ul > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .woocomerce.header-second-bar ul > li > a {
        font-size: 20px;
    }

    .table-area .title-bar {
        text-align: left;
        padding: 20px 50px;
    }
}

@media screen and (max-width: 890px) {
    .single-product .entry-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 880px) {
    .header-first-bar > ul > li {
        font-size: 16px;
    }

    li.hide-desktop {
        display: block!important;
    }

    .menu-item-has-children::after {
        padding-left: 10px;
        margin-left: 5px;
    }

    .foot-menu .first-colum,
    .foot-menu .second-colum,
    .foot-menu .third-colum {
        display: block;
    }

    .foot-menu .first-colum .second-item,
    .foot-menu .second-colum .fourth-item,
    .foot-menu .third-colum .item {
        margin-left: 0;
    }

    .reviews-line {
        margin-top: 0;
    }

    .bar-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border-top: 1px solid #D70013;
        border-bottom: 1px solid #D70013;
        margin-bottom: 20px;
    }

    .bar-icon i {
        font-size: 25px;
        color: #4E4E4E;
        padding: 15px 0px;
    }

    .close-second-icon i.fa-close {
        display: block;
    }

    .header-second-bar ul li {
        padding: 10px 0;
        width: 100%;
        margin: 0;
    }

    .first-menu {
        height: 100%;
        overflow-y: scroll;
        background-color: #FFFFFF;
        position: fixed;
        top: 0px;
        left: -1200px;
        font-size: 20px;
        z-index: 20;
        -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        padding: 50px 0;
        max-height: 100%;
        width: 100%;
    }

    .first-menu i {
        position: absolute;
        top: 30px;
        right: 40px;
        display: block;
        margin-top: 0;
        color: #D70013;
        font-size: 20px;
    }

    .header-first-bar {
        font-size: 20px;
    }

    .header-first-bar > ul > li {
        text-align: center;
        display: block;
        padding: 10px 0;
    }

    .first-menu .sub-menu {
        left: 0;
        min-width: 0;
        padding-right: 0;
        padding-left: 80px !important;

    }

    .first-menu .sub-menu li {
        width: 100%;
    }

    .sub-menu > li {
        text-align: left !important;
    }

    table tr {
        width: 60%;
    }

    .reviews-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .review {
        width: 100%;
        margin-top: 20px;
    }

    .head-loc .contact {
        margin-bottom: 20px;
        margin-top: 5px;
        width: 100%;
    }

    .second-menu {
        height: 100%;
        width: 100%;
        -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
        background-color: #FFFFFF;
        position: fixed;
        right: -1200px;
        top: 0;
        z-index: 20;
        overflow: scroll;
        box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    }

    .second-menu i {
        display: block;
        margin-right: 50px;
        text-align: right;
        margin-top: 0;
        color: #D70013;
        font-size: 20px;
    }

    .header-second-bar ul {
        z-index: 20;
        max-width: 400px;
        text-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
        padding-top: 10px;
        margin: auto;
    }

    .bottom-bar ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        padding-left: 0;
    }

    .header-second-bar ul > li > a {
        font-weight: bold;
        color: #3F3F3F;
    }

    .first-menu-line input {
        position: absolute;
        right: 2%;
        top: -60px;
    }

    .first-menu-line button {
        right: 3%;
        top: -53px;
    }

    .sub-menu {
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #menu-product-categories-menu,
    .product-categories {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
    }

    .sub-menu {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

    }

    .sub-menu li {
        border: none !important;
    }

    #menu-product-categories-menu,
    .product-categories li:first-child {
        border-top: none !important;
    }

    .woocommerce-cart .header-second-bar-nav {
        border: none !important;
    }

    .woocommerce .first-menu-line button {
        top: -55px;
    }

    .woocomerce.header-second-bar ul > li > a {
        font-size: 25px
    }

    .header-second-bar ul > li > a {
        font-size: 25px;
    }

    .header-first-bar > ul > li {
        font-size: 25px;
        font-family: 'Lato', sans-serif;
    }

    .header-second-bar-nav {
        border-top: none;
    }

    .woocommerce .header-second-bar ul > li > a {
        font-size: 25px;
    }

    #menu-product-categories-menu,
    .product-categories {
        margin-right: 0;
    }

    .cart_totals table tr {
        width: 100% !important;
    }

    #menu-header-menu1 > li a, #menu-header-menu2 > li, #menu-header-menu3 > li {
        font-family: 'Marker Felt', sans-serif !important;
        font-size: 22px !important;
        color: #535353 !important;
    }


    #menu-header-menu1 > li.current-menu-item a, #menu-header-menu2 > li.current-menu-item, #menu-header-menu3 > li.current-menu-item {
        color: #FFC83F !important;
    }

    .firm-info {
        text-align: left;
    }

    .single-product .describe-product {
        padding: 30px;
    }


}

@media screen and (max-width: 850px) {
    .page-template-template-door-sizes .table-area, .page-template-template-door-handing .table-area {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 800px) {
    .woocommerce .sub-describe .title {
        font-size: 30px;
    }

    .woocommerce .sub-describe .describe {
        font-size: 14px;
    }

    .page-template-template-account #main .login {
        width: 100%;
    }

    .xoo-cp-modal .xoo-cp-container .xoo-cp-content {
        overflow-x: scroll;
    }


}

@media screen and (max-width: 780px) {

    .bottom-level nav.woocommerce-pagination {
        width: inherit;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }

    .bottom-level .form-wppp-select {
        margin-top: 10px !important;
    }

    .bottom-level {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        border-top: none;
    }

    .bottom-level .woocommerce-pagination {
        margin-top: 10px;
        padding-top: 10px;
        width: 100%;
        text-align: center !important;
    }

    .woocommerce nav.woocommerce-pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .form-woo .table-area {
        overflow-x: scroll;
        min-width: 0;
        max-width: 100%;
    }

    td.product-subtotal {
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
    }

    .col2-set .custom-col-1 {
        margin-top: 0;
    }

    .form-woo .table-area tr {
        width: 100%;
    }

    .form-woo .amount, .form-woo .product-price {
        display: block !important;
        min-width: 0;
    }

    .form-woo table.cart .product-thumbnail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }

    .form-woo table.cart .product-thumbnail a {
        margin: auto;
    }

    .form-woo .product-thumbnail::before, .form-woo .product-how::before {
        display: none;
    }

    .form-woo .product-how .radio {
        margin: 20px 0;
    }

    .woocommerce-account table.my_account_orders tr {
        width: 100%;
    }

    .prod-label-variation, .prod-label {
        margin: 0 !important;
    }

    .single-product div.product div.images, .single-product div.product div.summary {
        width: 100% !important;
        display: flex;
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        justify-content: center;
    }

    .single-product div.product .product_title,
    .single-product .entry-summary .product_meta,
    .single-product .price, .single-product .prod-label, .single-product .custom-sale,
    .single-product form.cart, .single-product .product-note {
        width: 100%;
    }

    .single-product .price {
        order: 3;
        -webkit-order: 3;
        margin-bottom: 20px;
        justify-content: center;
        -webkit-justify-content: center;
    }

    .single-product div.product .product_title {
        order: 2;
        -webkit-order: 2;
        text-align: center;
    }

    .single-product .entry-summary .product_meta {
        order: 1;
        -webkit-order: 1;
        text-align: center;
    }

    .single-product .prod-label {
        order: 4;
        -webkit-order: 4;
    }

    .single-product form.cart {
        order: 5;
        -webkit-order: 5;
    }

    .single-product .product-note {
        order: 6;
        -webkit-order: 6;
    }

    td.product-price {
        min-height: inherit;
    }

    .woocommerce-cart td.product-subtotal {
        display: flex !important;
        display: -webkit-flex !important;
        justify-content: space-between !important;
        -webkit-justify-content: space-between !important;
    }

    .woocommerce-cart-form td {
        display: block;
        width: 100% !important;
    }

    .shop_table.cart .product-price {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        display: -webkit-flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important;
    }

    .shop_table.cart .product-name {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .woocommerce table.shop_table td {
        width: 100%;
    }

    .shop_table.cart .product-price .quantity-item {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .shop_table.cart .product-price .price-item {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .shop_table.cart .product-price::before {
        width: 50%;
        text-align: left;
    }

    .woocommerce-cart .col-md-9 {
        width: 90%;
    }

    .woocommerce-cart table.cart img {
        height: 100px;
    }

    /*.form-woo table.cart .product-thumbnail {
        display: none;
    }*/
    tr.shipping .woocommerce-Price-amount {
        display: inline-block;
        margin-left: 10px;
        width: auto !important;
        float: right;
    }

    .checkout-shipping-desktop {
        display: none;
    }

    .checkout-shipping-mobile {
        display: block;
    }

    .place-order-desktop {
        display: none;
    }

    .place-order-mobile {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .modal-cart .modal-body .table-area {
        width: 100% !important;
    }

    .modal-cart td {
        border: 0 !important;
        width: 100% !important;
        border-top: 0 !important;
    }

    .modal-cart tr {
        width: 100% !important;
    }

    .modal-cart .product-info {
        width: 100% !important;
    }

    .modal-cart #mc-q {
        width: 100% !important;
        border: none !important;
        border-top: 1px solid #CCCCCC !important;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 760px) {

    .woocommerce .first-menu-line {
        padding-bottom: 40px;
    }

    .first-menu .sub-menu {
        left: 0;
        overflow-y: scroll;
    }
}

@media screen and (max-width: 740px) {
    .single-product .entry-title {
        font-size: 30px;
    }

    .single-product .price {
        font-size: 46px !important;

    }

    /* .single-product .price .amount .custom-decimals {
         font-size: 15px !important;
     }*/
    .single-product .price .amount .woocommerce-Price-currencySymbol {
        font-size: 40px !important;
    }

    .single-product .old_price .amount .woocommerce-Price-currencySymbol,
    .single-product .new_price .amount .woocommerce-Price-currencySymbol {
        font-size: 16px !important;
    }

}

@media screen and (max-height: 730px) {
    .sub-menu {
        overflow-y: scroll;
    }

}

@media screen and (max-width: 700px) {
    .modal-cart .modal-dialog {
        width: 80%;
    }

    .woocommerce-page div.product div.images img {
        width: auto;
        margin: auto;
    }

    .sub-head {
        height: 230px;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        width: auto !important;
        height: 100px !important;
        margin-right: 20px;
    }

    .before-ppp {
        display: none;
    }

    .before-ppp:first-child {
        display: block;
    }

    .shop-sorting form.form-wppp-select::after {
        right: 10px !important;
    }

    .top-level .orderby, .top-level .form-wppp-select .select {
        width: 130px;
    }

    .woocommerce-ordering {
        min-width: 150px;
    }

    .shop-sorting form.woocommerce-ordering select,
    .shop-sorting form.form-wppp-select select {
        font-size: 12px;
    }
}

@media screen and (max-width: 660px) {
    .first-menu-line input {
        position: absolute;
        top: -10px;
        left: 0;
        width: 100% !important;
    }

    .first-menu-line button {
        right: 10px;
        top: -3px;
    }

    .woocommerce .first-menu-line button {
        top: -3px;
    }

}

@media screen and (max-width: 650px) {

    .checkout input {
        border: 1px solid #E5E5E5;
    }

    .payment_box label {
        font-size: 10px;
    }

    .xoo-cp-ptotal {
        float: none;
        justify-content: center;
    }

    td.xoo-cp-pimg {
        width: 20%;
    }

    .xoo-cp-modal .xoo-cp-container table {
        min-width: 100%;
    }


    td.xoo-cp-pimg img {
        width: 30px;
        padding: 0;
    }

    .xoo-cp-pdetails td {
        vertical-align: top;
        padding: 20px 0;
        font-size: 10px;
    }

    td.xoo-cp-ptitle p, td.xoo-cp-ptitle a {
        font-size: 10px;
    }

    td.xoo-cp-ptitle p {
        margin-top: 5px;
    }

    table.xoo-cp-pdetails td {
        line-height: 1;
    }

    .header-second-bar ul li {
        padding: 10px 0;
        width: 100%;
        margin: 0;
    }

    .first-menu .sub-menu {
        left: 0;
        min-width: 0;
        padding-right: 100px;
        padding-left: 100px !important;
    }

    .first-menu .sub-menu li {
        width: 100%;
    }

    #menu-product-categories-menu,
    .product-categories {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-top: 10px;
    }

    /*.header-first-bar > ul > li {
        font-size: 16px;
    }*/
    td.xoo-cp-pqty {
        min-width: initial !important;
    }


    td.xoo-cp-remove .xoo-cp-remove-pd {
        font-size: 10px;
        font-size: 10px;
        width: 20px;
        height: 20px;
    }


    .xoo-cp-qtybox {
        width: 65px;
        height: 20px;
        line-height: 20px;
        margin: auto 5px;
    }

    td.xoo-cp-pprice .amount, td.xoo-cp-pprice .amount .woocommerce-Price-currencySymbol, td.xoo-cp-pprice .amount .custom-decimals {
        font-size: 10px;
    }

    .xoo-cp-variations .variation:first-of-type {
        font-size: 10px;
    }

    /*  td.xoo-cp-pprice .amount .woocommerce-Price-currencySymbol,
      .amount .custom-decimals
      {
          font-size: 8px;

      }*/
    table.xoo-cp-pdetails td {
        vertical-align: middle;
    }

    table.xoo-cp-pdetails td.xoo-cp-pimg {
        vertical-align: top;
    }

    .xoo-cp-btns {
        text-align: center;
    }

    .xoo-cp-btns a.xcp-btn {
        width: 100px;
        height: 30px;
        font-size: 10px;
        margin-left: 10px;
    }

}

@media screen and (max-width: 600px) {
    .cur-items ul li:nth-child(2) {
        width: 60%;
    }

    .sub-menu {
        overflow-y: scroll;
    }

    .single-product .summary ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding-left: 0;
    }

    .single-product .summary h2 {
        text-align: left;
    }

    .single-product .product-note, .share-info-single-product {
        text-align: center;
        padding: 0 20px;
    }

    .share-info-single-product {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .small-img-area .title, .big-img-area .title {
        font-size: 15px;
        text-align: center;
    }

    .home-title-doors .title {
        font-size: 30px;
    }

    .doors-bar .flex-row {
        margin-top: 20px;
    }

    .search-results .products {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    footer .bottom-menu {
        width: 75%;
    }

    footer .follow-us-mobile {
        width: 20%;
    }
}


@media screen and (max-width: 580px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
    }

    .woocommerce ul.products li.product a img {
        margin: auto;
    }
}

@media screen and (max-width: 550px) {
    .logo-door .img {
        height: 45px;
    }

    .search-results .product {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {

    .foot-menu .first-colum,
    .foot-menu .second-colum,
    .foot-menu .third-colum {
        max-width: 50%;
    }

    h1.instagram, .bottom-area .title {
        font-size: 25px;
    }

    .sub-describe {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        display: -webkit-flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .sub-describe .title {
        font-size: 40px;
    }

    .bottom-bar ul > li {
        width: 28%
    }

    .third-colum {
        position: absolute;
        top: -10px;
        right: 0;
    }

    .review {
        width: 100%;
        margin: 30px auto;
    }

    .review .read-more {
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .sub-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .sub-menu li {
        text-align: center !important;
    }

    .head-loc, .head-loc .contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .head-loc .logo-door {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .head-loc .mail {
        width: 100%;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
    }

    .head-loc .social {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .head-loc .login-buy {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
    }

    .head-loc .contact {
        margin-right: 0;
        margin-top: 5px;
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        -webkit-order: 5;
        order: 5;
    }

    .contact .geo {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        margin-bottom: 5px;
    }

    .contact .phone {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        width: 100%;
    }

    .error-404 label > input, .no-results .search-form label input {
        width: 300px;

    }

    .error-404 .search-submit, .no-results .search-form .search-submit {
        width: 100px;
    }

    .modal-view .modal-header {
        padding: 20px 5px;
    }

    .modal-view iframe {
        min-height: 620px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-content .left-col table td {
        width: 50%;
        font-size: 12px;
    }

    .firm-info {
        width: 100%;
    }

    .modal-cart .modal-dialog {
        width: 96%;
    }

    .page-template-template-account #main .login {
        padding-right: 10%;
        padding-left: 10%;
    }

    .xoo-cp-btns {
        text-align: center;
    }

    td.xoo-cp-pimg {
        display: table-cell;
    }
}

@media screen and (max-width: 480px) {
    .single-product .breadcrumbs {
        font-size: 11px;
    }

    td.xoo-cp-pqty {
        min-width: initial !important;
    }

    .top-level .orderby, .top-level .form-wppp-select .select {
        width: 100px;
        font-size: 10px !important;
        padding: 0 3px !important;
    }

    .shop-sorting form.woocommerce-ordering::after, .shop-sorting form.form-wppp-select::after {
        right: 4px !important;
    }

    .before-ordering, .before-ppp:first-child {
        width: 50px;
        font-size: 12px;
        padding: 10px 0;
    }
}

@media screen and (max-width: 450px) {
    .woocommerce div.product form.cart .button,
    .woocommerce div.product div.status .button,
    .quantity {
        width: 120px;
        min-width: 120px;
    }

    .single-product .button-variable-wrapper {
        min-width: 240px;
    }

    .download-in-stock-button a {
        font-size: 16px;
    }

    .download-in-stock-button {
        margin: 0 auto 20px auto;
        width: 270px;
        height: 60px;
        display: block;
    }

    .logo-door .img {
        height: 35px;
    }

    .woocommerce-page table.cart td.actions .coupon button {
        float: left !important;
        margin: 10px 0;
        width: 100% !important;
    }

    .dropdown-cart-widget {
        width: 260px !important;
    }

    #DropdownCartWidget ul {
        width: 230px;
    }

    .dropdown-cart-widget ul.cart_list li a {
        font-size: 10px;
    }

    .woocommerce-page div.product div.images img {
        width: auto;
        margin: auto;
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        width: auto !important;
        height: 70px !important;
        margin-right: 20px;
    }

    .cur-items ul li:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .woocommerce div.product form.cart .variations select {
        min-width: 45% !important;
    }

    .single-product .button-variable-wrapper li {
        width: 105px !important;
    }
}

@media screen and (max-width: 435px) {
    .top-level .woocommerce-ordering {
        margin-right: 10px;
    }

    .top-level .form-wppp-select {
        margin-right: 0;
    }

}

@media screen and (max-width: 425px) {
    .woocommerce-page div.product div.images {
        height: inherit;
    }
}

@media screen and (max-width: 415px) {
    .bottom-bar ul > li {
        width: 26%
    }

    .bottom-bar ul li > a, .footer-menu4 > ul > li > a, .foot-menu {
        font-size: 12px !important;
        color: #535353 !important;
    }

    .foot-menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .foot-menu h3 {
        font-size: 14px;
    }

    .foot-menu .fa {
        font-size: 16px;
    }

    .third-colum {
        position: absolute;
        top: -10px;
        right: 0;
    }

    ul.page-numbers li, ul.page-numbers li a, ul.page-numbers li span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-items: center;
        width: 20px;
        height: 20px;
    }

    ul.page-numbers li .dots {
        padding: inherit !important;
    }
}

@media screen and (max-width: 400px) {

   /* .order_review_heading_wrapper {
        flex-wrap: wrap;
    }*/

    td.xoo-cp-ptitle p, td.xoo-cp-ptitle a, .xoo-cp-variations .variation:first-of-type {
        font-size: 8px;
    }

    td.xoo-cp-pimg img {
        width: 20px;
    }

    .first-menu, .second-menu {
        overflow-y: scroll;
    }

    .first-menu-line input {
        width: 280px;
    }

    .first-menu .sub-menu {
        left: 0;
        min-width: 0;
        padding-right: 80px;
        padding-left: 80px !important;
    }

    .first-menu .sub-menu li {
        width: 100%;
    }

    .woocommerce .header-second-bar ul > li > a, .header-second-bar ul > li > a {
        font-size: 20px;
    }

    .page-template-template-account #main .login {
        padding-right: 5%;
        padding-left: 5%;
    }

    .home-title-doors .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 359px) {
    .top-level .orderby {
        width: 130px;
    }

    .top-level .form-wppp-select .select {
        width: 130px;
    }
}

@media screen and (max-width: 350px) {
    .first-menu, .header-second-menu ul {
        overflow-y: scroll;
        padding: 50px 80px 50px 80px;
    }

    .first-menu-button {
        left: 280px;
    }

    .logo-door .img {
        height: 30px;
    }

    .bottom-bar ul li > a {
        font-size: 11px !important;
    }

    .third-colum h3 {
        font-size: 13px;
    }

    .third-colum {
        top: -5px;
    }

}

.bottom-level nav.woocommerce-pagination {
    width: inherit;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
}

/*.single-product .woocommerce-product-gallery__wrapper{
    position: relative;
}*/

.product-subicons {
    /*position: absolute;
    top: 6%;
    left: -15%;
    right: 0;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);*/
}

.single .product-subicons .new-item-tag {
    position: absolute;
    top: 32px;
    left: -30px;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    width: 300px;
}

.single .product-subicons #new_price {
    top: 3px;
}

.single .product-subicons #special_buy,
.single .product-subicons #hot_price,
.single .product-subicons #sold,
.single .product-subicons #new_one,
.single .product-subicons #pre-hung {
    top: 25px;
}


.products .product-subicons .new-item-tag {
    position: absolute;
    top: 19px;
    left: 0;
    transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    width: 150px !important;
    height: auto !important;
}

.products .product-subicons .new-item-tag img {
    height: auto !important;
    width: auto !important;
}


.products .product-subicons #new_price {
    top: 0;
}

.products .product-subicons #special_buy,
.products .product-subicons #pre-hung {
    top: 15px;
}

.products .product-subicons #hot_price {
    top: 13px;
}

.products .product-subicons #sold,
.products .product-subicons #new_one {
    top: 17px;
}


/*ul.products .product-subicons {
    position: absolute;
    top: 5%;
    left: 0;
    right: 25%;
    transform: rotate(-35deg);
}*/

/*.new-item-tag img {
    width: 100% !important;
    height: auto !important;
    max-width: 500px !important;
    margin: 0 auto !important;
}*/

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    margin-left: 20px;
    border-radius: 20px;
    height: 35px;
    width: 100px;
    text-align: center;
}

.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product form.cart .variations {
    min-width: auto;
    width: auto;
}

.woocommerce div.product form.cart .variations label {
    color: #000000;
    font-size: 16px;
    display: block;
    text-align: left;
    margin: 20px 0 10px;
}

.prod-label-variation,
.woocommerce-variation-custom_var_label,
.single-product .prod-label,
.single-product .prod-label p {
    font-size: 25px;
    font-family: 'Lato', sans-serif !important;
    font-weight: bold;
    color: #D70013 !important;
    margin-bottom: 30px;
}

.woocommerce-product-gallery-zooming {
    position: absolute;
    z-index: 100;
    right: 15%;
    bottom: 15%;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.woocommerce-product-gallery a.image-popup-fit-width,
.woocommerce-product-gallery a.popup-youtube {
    display: block;
    width: fit-content;
    margin: auto;
    padding-top: 20px;
}

.woocommerce-product-gallery a.popup-youtube .product-subicons {
    display: none;
}

.woocommerce-product-gallery a.popup-youtube i.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.woocommerce-product-gallery__image {
    position: relative;
}

/*
.woocommerce-product-gallery__image::before, .image-popup-fit-width::before{
    content: url('../img/zoom-in.png');
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    right: 2%;
    bottom: 10%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/

.tax-product_cat .sub-head .video-area img,
.tax-product_cat .sub-head .sub-head-image img {
    display: none;
}

.pswp__bg {
    opacity: 0.6 !important;
}

.woocommerce a.remove {
    color: #D70013 !important;
}

.modal-open, .modal-open .modal {
    overflow-y: scroll !important;
}

table.variations td.att-icon {
    width: 60%;
}

.tax-product_cat .button-links {
    text-align: center;
}

.variations .att-icon {
    padding-top: 23px;
}

.product-main-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid;
    -o-border-image: -o-linear-gradient(left, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image: -webkit-gradient(linear, left top, right top, color-stop(rgb(234, 234, 234)), to(rgb(255, 255, 255)));
    border-image: linear-gradient(to right, rgb(234, 234, 234), rgb(255, 255, 255));
    border-image-slice: 1;
}

.product-main-info .image-slide:not(#splide01-slide01) .product-subicons {
	display: none;
}

.single .product-subicons .new-item-tag {
    left: -65px !important;
    top: 54px !important;
    -webkit-transform: rotate(-45deg) !important;
}

.products .product-subicons .new-item-tag {
    -webkit-transform: rotate(-45deg) !important;
    left: -32px !important;
    top: 26px !important;
}

.a2a_default_style {
    display: inline-block;
    vertical-align: middle;
}

.archive .page-title {
    display: none;
}

.woocommerce-billing-fields h3 {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-Price-amount {
    color: #D70013;
    font-weight: bold;
}

form.checkout .woocommerce-checkout-review-order-table td {
    width: 50%;
}

form.checkout .woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
form.checkout .woocommerce-checkout-review-order-table .order-total .custom-decimals {
    font-size: 20px;
}

.privacy-policy .sub-head {
    display: none;
}

.align-center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.breadcrumbs > span {
    margin: 0 5px;
}

.videos-page iframe {
    margin-top: 35px;
    width: 100%;
}

.shop-sorting form.woocommerce-ordering,
.shop-sorting form.form-wppp-select {
    position: relative;
}

.shop-sorting form.woocommerce-ordering select,
.shop-sorting form.form-wppp-select select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-appearance: none;
    appearance: none !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
    box-shadow: none !important;
    border: 1px solid rgb(169, 169, 169);
    z-index: 5;
    background-color: transparent;
}

.shop-sorting form.woocommerce-ordering select::-ms-expand,
.shop-sorting form.form-wppp-select select::-ms-expand {
    display: none !important;
}


.shop-sorting form.woocommerce-ordering::after,
.shop-sorting form.form-wppp-select::after {
    content: url("../img/select-down.png");
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: 0;
}

.woocommerce .menu-item-has-children {
    display: none;
}

@media screen and (max-width: 881px) {
    .woocommerce .menu-item-has-children {
        display: block;
    }
}

.videos-page .video-wrapper {
    overflow: hidden;
    position: relative;
    background-color: #000000;
    height: 450px !important;
}


.videos-page .video-wrapper-tall iframe,
.before-after-section .video-wrapper-tall iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: initial;
    height: 100%;
}

.before-after-section {
    font-size: 16px;
}

.videos-page button.open-modal:hover,
.videos-page button.open-modal,
.before-after-section button.open-modal:hover,
.before-after-section button.open-modal {
    background-color: transparent;
    border-color: transparent;
}


.videos-page .modal-dialog,
.before-after-section .modal-dialog {
    width: 100%;
    max-width: 900px;
    margin: 70px auto;
}

.videos-page .test_fb_wrapper,
.before-after-section .test_fb_wrapper {
    max-width: 100%;
    margin: 0 auto;
    background: #000000;
}

.videos-page .test_fb_wrapper_responsive,
.before-after-section .test_fb_wrapper_responsive {
    overflow: hidden;
    padding-bottom: 56.08%;
    position: relative;
    /*height: 535px;*/
}

.videos-page .test_fb_wrapper_responsive iframe,
.before-after-section .test_fb_wrapper_responsive iframe {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
}


.videos-page .modal-content,
.before-after-section .modal-content {
    border: 0;
    margin: 0;
    border-radius: 0;
}

.videos-page .modal-content .modal-body,
.before-after-section .modal-content .modal-body {
    padding: 0;
}

.videos-page .modal-header,
.before-after-section .modal-header {
    padding: 0;
    position: absolute;
    top: 4px;
    z-index: 1;
    right: 8px;
    color: #FFFFFF;
    border: none;
}

.videos-page .modal-header .close,
.before-after-section .modal-header .close {
    margin-top: 0;
    text-shadow: initial;

}

.videos-page .video-wrapper iframe.wistia_embed,
.before-after-section .video-wrapper iframe.wistia_embed {
    min-width: 100%;
    height: 450px;
}

.videos-page iframe .img,
.before-after-section iframe .img {
    padding-bottom: 0 !important;
}


.videos-page .modal-dialog-centered,
.before-after-section .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.videos-page .modal-content button.close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #FFFFFF;
    opacity: 0.5;
    font-size: 26px;
}

.videos-page .modal-content button.close:hover {
    position: absolute;
    top: -40px;
    right: 0;
    color: #FFFFFF;
    opacity: 1;
}


.page-template-template-account .col2-set .custom-col-1,
.page-template-template-account .col2-set .custom-col-2 {
    width: 100%;
    background: transparent;
    padding: 0;
}

.page-template-template-account .col2-set .custom-col-1 label,
.page-template-template-account .col2-set .custom-col-2 label {
    color: #B3B3B3 !important;
}

.page-template-template-account .custom-col-2 span {
    float: none;
}

.page-template-template-checkout .woocommerce-Price-currencySymbol {
    float: none !important;
    vertical-align: baseline;
}

.page-template-template-account .col2-set .custom-col-1 input[type="checkbox"] {
    height: initial !important;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    right: 30px;
}

.woocommerce form.register {
    border: none;
}

.woocommerce-form-register button {
    margin: 0 !important;
}

.page-template-template-account .col2-set .custom-col-2 .woocommerce-privacy-policy-text {
    width: 100%;
}

.custom-col-2 #order_review_heading {
    padding: 0;
    margin: 0;
    width: initial;
}

.order_review_heading_wrapper {
    /*display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #FFFFFF;*/
    display: none;
}


div.hidden-variable-price {
    display: none;
}

.fags-title .title {
    padding-bottom: 0;
}

.table-sizes .title-bar {
    margin-top: 50px;
}

.sizes-top-title {
    margin-top: 50px;
    font-family: 'Marker Felt', sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    color: #000000;
}

.table-sizes .additional-info .list-area {
    font-size: 16px;
    background-color: #F5F5F5;
    padding: 50px;
}

.table-sizes .additional-info .list-area ul {
    padding: 0;
    color: #000000
}

.table-sizes .additional-info .list-area ul span {
    font-weight: bold;
}

.table-handing .img-name {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

footer .copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .copy span {
    margin-right: 5px;
}

.sku_wrapper, .sku_wrapper span {
    color: #000000 !important;
}

.search .shop-sorting form.woocommerce-ordering:after, .search .shop-sorting form.form-wppp-select:after {
    content: none;
}

.search .shop-sorting .select-wrapper {
    position: relative;
}

.search .shop-sorting .select {
    z-index: 5;
}

.search .shop-sorting .select-wrapper:after {
    content: url('../img/select-down.png');
    position: absolute;
    right: 10px;
    top: 7px;
    z-index: -1;
}

.search .shop-sorting .next-bar {
    margin: 0;
    justify-content: flex-end;
}

.search .shop-sorting .before-ppp, .search .shop-sorting .before-ordering {
    width: initial;
}

.hide-att-desc p {
    margin-top: 10px;
    line-height: 1.2;
}

.woocommerce-terms-and-conditions-wrapper .input-checkbox {
    height: 33px !important;
}

.woocommerce-shipping-fields span {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

@media screen and (max-width: 1200px) {
    .search .shop-sorting .next-bar {
        justify-content: center;
        margin-top: 20px;
    }

    .search .shop-sorting .wppp-select {
        width: 80px !important;
    }

    .search .shop-sorting .before-ppp, .search .shop-sorting .before-ordering {
        display: block;
        font-size: 12px;
        padding: 10px;
    }

    .search .woocommerce-ordering {
        justify-content: center;
    }
}

header.top-banner-on {
    margin-top: 95.71px;
}
@media (max-width:767px){
    header.top-banner-on {
        margin-top: 145.71px;
    }
}
.top-banner-wrapper {
    background-color: #FFC83F;
    background-color:#FFC83F; 
    position: absolute; 
    width: 100%; 
    left: 0; 
    right: 0; 
    top: 0;
}

.top-banner-wrapper .top-banner {
    padding: 35px;
    position: relative;
}

.top-banner p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.top-banner .close-sign {
    cursor: pointer;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23bf962f' d='M13.854 2.146a.5.5 0 0 1 0 .708l-11 11a.5.5 0 0 1-.708-.708l11-11a.5.5 0 0 1 .708 0Z'/%3E%3Cpath fill='%23bf962f' d='M2.146 2.146a.5.5 0 0 0 0 .708l11 11a.5.5 0 0 0 .708-.708l-11-11a.5.5 0 0 0-.708 0Z'/%3E%3C/svg%3E")
}

.woocommerce table.my_account_orders .button {
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
    .top-banner .close-sign {
        right: 5px;
    }

    .top-banner p {
        font-size: 16px;
    }
}

/*//Before and after cpt*/

.before-after-section {
    border-bottom: 1px solid #BAB9B9;
    margin-bottom: 60px;
}

.profile-image {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.before-after-section .video-wrapper {
    margin-bottom: 30px;
}

.before-after-section .video-area {
    padding: 169px 0;
}

.before-after-section .btn-info,
.before-after-section .btn-info:hover,
.before-after-section .btn-info:active,
.before-after-section .btn-info:focus {
    /* color: #fff; */
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.profiile-handle {
    color: #2A2A2A;
    font-size: 16px;
}

.yellow-btn {
    margin-right: 20px;
    background: #FFC83F !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    width: 150px;
    border-radius: 50px;
    height: 50px;
    color: #FFFFFF;
    cursor: pointer;
}

.modal-content.before-after-content {
    background: #FFFFFF;
    display: inline-block;
    height: 100%;
    padding: 60px 80px;
    border-radius: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .modal-content.before-after-content {
        padding-right: 20px;
        padding-left: 20px
    }
}

.modal-content.before-after-content .splide__arrows {
    position: absolute;
    width: calc(100% + 20px);
    top: calc(50% - 22.5px);
    left: -10px;
    z-index: 3;
    pointer-events: none;
}

.modal-content.before-after-content .splide__arrow {
    display: inline-block;
    background-color: #FFC83F;
    width: 45px;
    height: 45px;
    line-height: ;
    border-radius: 50%;
    border: 0;
    pointer-events: auto;
    transition: .3s all;
    cursor: pointer;
}

.modal-content.before-after-content .splide__arrow svg {
    display: none;
}

.modal-content.before-after-content .splide__arrow:disabled {
    opacity: 0;
}

.modal-content.before-after-content .splide__arrow--next {
    float: right;
}

.modal-content.before-after-content .splide__arrow::before {
    color: #fff;
    font-size: 45px;
    font-weight: 200;
    line-height: 0.6em;
}

.modal-content.before-after-content .splide__arrow--next::before {
    content: '›';
}

.modal-content.before-after-content .splide__arrow--prev::before {
    content: '‹';
}

.before-after-section button.close {
    position: absolute;
    top: 4px;
    color: red;
    opacity: .5;
    font-size: 26px;
    right: 10px;
    background: #E8E8E8;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 999;
}

.before-after-section .yellow-btn {
    width: 100%;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    line-height: 0;
}
.woocommerce div.product form.cart .variations label {
    margin-bottom: 5px;
}
.woocommerce div.product form.cart .reset_variations {
    display: none !important;

}
.buttons-single {
    padding-top: 15px;
}
.single-product .product-note {
    padding: 0px 0 20px;
}

.slider-for-nav-container {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0;
}

.slider-for-nav-container .slider-nav {
    margin-top: 15px;
    width: 100%;
}

.woocommerce-product-gallery a.image-popup-fit-width {
    padding: 20px 20px 0;
}

@media screen and (min-width: 1024px) {
    .slider-for-nav-container .slider-for {
        width: calc(100% - 80px);
    }

    .slider-for-more .slider-for-nav-container .slider-for {
        width: calc(100%);
    }

    .slider-for-nav-container .slider-nav {
        width: 80px;
        margin: 0 0 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .slider-for-nav-container {
        padding-right: 30px;
    }
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: #FCC640;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px #FCC640;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: 100px;
    width: 140px;
    padding: 23px 10px;
    margin: 5px 10px 5px 0;
}

/* Task 07.07.2022 */
@media  (max-width: 816px){
    .bottom-area .subscribe-area {
        max-height: 165px;
    }
}
/* End task 07.07.2022 */
/* Task 12.07.2022 */

.main-header, .top-banner-wrapper .top-banner {
    width: 100%;
}

/* End task 12.07.2022 */

/* task 10.19.2022 */

.woocommerce .woocommerce-privacy-policy-text p,
.woocommerce .required-wrapper{
    margin-bottom: 10px;
}

/*.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
    display: none
}*/

#customer_login {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 998px) {
    #customer_login {
        display: block;
    }
    #customer_login .col-6 {
        max-width: 100%;
    }
}

.woocommerce .form-row.validate-required,
.woocommerce .form-row.custom-checkboxes {
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.42857143;
}

.form-row.form-row-wide.create-account.woocommerce-validated, .create-account {
padding-left: 1em;
margin-top: -15px;
}

.woocommerce .place-order.form-row label {
    line-height: 1.42857143;
}
#createaccount {
    margin-top: 0px;
    margin-right: 5px;
}
.woocommerce form .form-row .input-checkbox {
position: absolute;
margin-top: 4px;
height: auto !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    margin-top: 4px;
}

.form-row.place-order p:last-child{
    display: none;
}

.page-template-template-account .woocommerce {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
