body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #3D3D3D;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

i.fa.fa-home {
    font-size: 22px;
}

.top-header {
    padding: 30px 0px 0px 0px;
}

#logo {
    z-index: 99;
    position: relative;
}

button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: none;
}

.breadcrumb {
    background: none;
    align-items: center;
}

.breadcrumb>li+li:before {
    content: url('/image/catalog/arrow.svg');
    width: 12px;
    height: 5.33px;
    margin-right: 15px;
    padding-top: 3px;
}

ul.breadcrumb li {
    margin-right: 15px;
}

a.sw-title {
    background: #fff;
    color: #006BB7;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left !important;
    border-radius: 0 5px 5px 0;
    background-size: cover;
    height: auto !important;
    padding: 18px 11px 18px 9px;
    text-transform: uppercase;
}

a.sw-title:hover {
    text-decoration: none;
}

#content h1 {
    font-family: Open Sans;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
}

.sw-item.sub-category {
    box-shadow: 0px 4px 30px rgb(169 169 169 / 30%);
    border-radius: 4px;
}

.sub-category .sub-category-img {
    position: relative;
}

.btn.btn-info {
    display: none;
    background: rgba(237, 27, 36, 1) !important;
    border: none;
}

.sub-category:hover .btn.btn-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* margin: 51px 80px 52px 80px; */
    width: 190px;
    height: 42px;
    z-index: 99;
}

.sub-category:hover .sub-category-img::before {
    opacity: 0.4;
}


/*img-cat*/

.sub-category-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(61, 61, 61, 0.5), rgba(61, 61, 61, 0.5));
    opacity: 0;
    transition: 0.2s;
}

.sub-category-img:hover::before {
    opacity: 0.4;
}


/* img {
    object-fit: cover;
    width: 100%;
} */


/* product list */

.product-thumb {
    margin-bottom: 30px;
    overflow: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(169, 169, 169, 0.3);
    border-radius: 4px;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

#content .product-thumb .caption .button-group {
    display: flex;
    justify-content: flex-end;
}

ul.list-unstyled.price-group {
    display: flex;
    align-items: baseline;
}

ul.list-unstyled.price-group li {
    display: inline-block;
}

ul.list-unstyled.price-group li:first-child {
    order: 2;
  }
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0px;
        margin-right: 30px;
    }
}

.product-thumb h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #006BB7;
    margin: 15px 0px;
}

.product-thumb h4 a {
    color: #006BB7;
}

.product-thumb h4 a:hover {
    color: #006BB7;
    text-decoration: none;
}

.caption p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #3D3D3D;
    margin-bottom: 35px;
    padding: 0 17px;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #ED1B24;
}

.product-thumb .price-old {
    /* color: #999; */
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 16px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

@media (max-width: 767px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button,
.detailed {
    background: #FFFFFF;
    border-radius: 4px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #ED1B24;
    padding: 12px 28px 11px 28px;
    width: 30%;
    border: 1px solid #ED1B24;
    box-sizing: border-box;
}

.product-thumb .button-group button:first-child {
    background: #ED1B24;
    color: #fff;
    width: 30%;
    margin-right: 20px;
}

.product-thumb .button-group {
    display: flex;
    justify-content: flex-end;
    margin-top: -58px;
    margin-right: 14px;
}

.button-group.button-group-special {
    justify-content: flex-start;
}

#product-category .product-thumb .button-group {
    margin-top: -40px;
}

.product-thumb .button-group .fa-shopping-cart:before {
    display: none;
}

.product-thumb .button-group button:hover {
    color: #ED1B24;
    ;
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#product-category {
    padding-bottom: 80px !important;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}
.thumbnail {
    border: none;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 767px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    ul.list-unstyled.price-group {
        display: flex;
        flex-direction: column;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 767px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/* fix oclabs */

.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}


/* pagination to category product*/

.pagination>li>a,
.pagination>li>span {
    border: none;
    color: #0E2A3A !important;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0 8px 3px 8px;
    margin: 0px 2px;
}

.pagination>li.active>span {
    background-color: #006BB7;
    border-radius: 2px;
    color: #fff !important;
}

.pagination>li>a:hover {
    background-color: transparent;
    border-radius: 2px;
}


/* pagination tio category */

.pagination li.arrow_grey i {
    color: #E8E8E8;
}

.pagination li.arrow_blue i {
    color: #006BB7;
}

#content h1 {
    color: #006BB7;
    text-transform: uppercase;
}


/* we are the official dealer of Katepal in Ukraine */

#home_first {
    display: flex;
    align-items: flex-start;
    min-height: 200px;
    margin-top: 70px;
}

.katepal-roof h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.katepal-roof .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-align: right;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 30px;
}

.katepal-roof .description {
    font-size: 18px;
    line-height: 25px;
    text-align: right;
    color: #3D3D3D;
}

.katepal-roof h3 hr {
    width: 84px;
    background: #006BB7;
    height: 2px;
}

.three-reasons h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 55px;
}

.three-reasons-block {
    text-align: center;
    margin-bottom: 80px;
}

.three-reasons-block .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.three-reasons h3 hr {
    width: 84px;
    height: 2px;
    background: #006BB7;
}

.save {
    padding: 50px 0px;
    background: url(/image/catalog/40percent.png), #006BB7;
    background-repeat: no-repeat;
    background-position: bottom right, center;
}

.save h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.save h3 hr {
    width: 84px;
    height: 2px;
    background: #FFFFFF;
}

.save-block .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.save-block .description {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.home-page .heading {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    margin: 0;
    padding: 20px 0;
    background: #fff;
}

#home_second {
    display: flex;
    align-items: center;
    min-height: 300px;
}

#home_two {
    width: 33.3333%;
}

#home_two .header {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
}

#home_two .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
}

#home_two .image {
    margin-bottom: 20px;
    text-align: center;
}

.bannerpro .text-bannerpro {
    padding: 0 !important;
}


/* Header */

.nav>li>a {
    padding: 10px 0px;
    font-weight: 600;
    color: #3D3D3D;
    border-bottom: 2px solid transparent;
}

/* .nav>li+li {
    margin-left: 30px;
} */

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid #006BB7;
    color: #006BB7;
}


/* .top-header-block-3 ul {
    margin: 0;
} */


/* .navbar-nav {
    flex-direction: row;
} */

.top-header ul.header-phone {
    padding: 0;
    list-style: none;
    text-align: right;
}


/* ul.nav.navbar-nav li {
    display: inline-flex;
    padding: 5px 0px;
} */

.top-header ul.header-phone li:nth-child(1) a {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #006BB7;
    text-decoration: none;
}

.top-header ul.header-phone li:nth-child(2) a {
    color: #006BB7;
}

.top-header ul.header-phone li a span {
    margin-left: 10px;
}

#burger-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    right: 0px;
    top: 0px;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
    border: none;
    background: none;
    width: 44px;
    height: 19px;
    z-index: 1;
    padding: 0;
}

#burger-menu.active .box_item1 {
    -webkit-transform: translateX(0) translateY(8px) rotate(45deg);
    transform: translateX(0) translateY(8px) rotate(45deg);
}

#burger-menu.active .box_item2 {
    opacity: 0;
}

#burger-menu.active .box_item3 {
    -webkit-transform: translateX(0) translateY(-8px) rotate(-45deg);
    transform: translateX(0) translateY(-8px) rotate(-45deg);
}

#burger-menu .box_item2 {}

#burger-menu .box {
    width: 44px;
    height: 3px;
    border-radius: 20px;
    background: #3D3D3D;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

#burger-menu .box.box_item2 {
    width: 31px;
}


/* Slider Start  */

.bannerpro .owl-wrapper-outer {
    border: none !important;
}

.text-bannerpro-inner {
    background: rgb(0 107 183 / 80%);
    width: 60%;
    padding: 20px 10px 20px 21%;
}

.text-bannerpro-inner button.btn.btn-outline-danger {
    font-weight: 600;
    line-height: 19px;
    color: #fff;
    background: #ED1B24;
    padding: 12px 30px;
    margin-top: 20px;
}

/* .bannerpro .owl-controls .owl-buttons .owl-next {
    right: -20px !important;
}

.bannerpro .owl-controls .owl-buttons .owl-prev {
    left: -20px !important;
} */

.bannerpro .owl-buttons div i {
    margin: 0px 0px 0 !important;
}


/* Slider End */

/* .owl-controls.clickable {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
} */

.bannerpro .owl-controls .owl-page span {
    width: 13px !important;
    height: 13px !important;
    background: #fff !important;
    box-shadow: none !important;
}

.bannerpro .owl-controls .owl-page.active span {
    background: #006BB7 !important;
}

.bannerpro .fa-chevron-left:before,
.bannerpro .fa-chevron-right:before {
    color: #fff;
}


.bannerpro .owl-pagination {
    top: auto !important;
    bottom: 30px;
}

/*Main page block official dealer*/

.official-dealer h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
}

.official-dealer h3 hr,
.category-title0 h3 hr {
    width: 84px;
    background: #006BB7;
    height: 2px;
}

.official-dealer .title {
    font-weight: 800;
    font-size: 64px;
    line-height: 87px;
    color: #006BB7;
}

.official-dealer .description {
    font-size: 14px;
    line-height: 19px;
    color: #3D3D3D;
}

.official-dealer h3 {
    margin-top: 50px;
    margin-bottom: 60px;
}

.official-dealer .description p {
    margin: 0;
}

.official-dealer-block .official-dealer-1 {
    padding-right: 40px;
}

.official-dealer-block .official-dealer-2 {
    border-left: 1px solid rgb(61 61 61 / 20%);
    border-right: 1px solid rgb(61 61 61 / 20%);
    padding: 0 40px;
}

.official-dealer-block .official-dealer-3 {
    padding-left: 40px;
}

.official-dealer-block {
    margin-bottom: 80px;
}


/* Стена категорий на главной странице ID: #oc2cw58 */

#oc2cw58 {
    display: inherit;
}

.category-wall-main h3 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-top: 50px;
    margin-bottom: 60px;
}

#oc2cw58 .oc2cwd {
    border: none !important;
    border-radius: 4px;
    box-shadow: 0px 4px 30px 0px #A9A9A94D;
    position: static !important;
}

#oc2cw58 .oc2cw-name {
    position: static !important;
}

/* .oc2cw {
    background: rgba(61, 61, 61, 0.1);
    padding: 0px 0px 60px 0px;
} */

#product-category .oc2cw {
    background: transparent;
}

#oc2cw60 .oc2cwd {
    border: none !important;
    position: static !important;
}

#oc2cw60 .oc2cw-name {
    position: static !important;
}

/* .oc2cw .oc2cw-item {
    margin-bottom: 20px;
} */

.oc2cw .oc2cw-item:nth-child(3n) {
    margin-right: 0;
}
    

#oc2cw58 .oc2cw-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    text-align: left;
    color: #006BB7;
    background: #fff !important;
    text-decoration: none !important;
}

#oc2cw60 .oc2cw-name {
    background: #fff !important;
    text-decoration: none !important;
}

#oc2cw60 .oc2cw-item .oc2cwd {
    box-shadow: 0px 4px 30px 0px #A9A9A94D;
    border: 4px;
}

#oc2cw58 .oc2cw-name:hover,
.oc2cwa a {
    background: transparent !important;
}

#oc2cw60 .oc2cwd {
    border-radius: 4px;
    box-shadow: 0px 4px 30px 0px #a9a9a94d;
}

#oc2cw60 a.oc2cwa .oc2cw-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #006BB7;
    text-align: left;
}

.category-wall-main h3 hr {
    width: 84px;
    background: #006BB7;
    height: 2px;
}

.oc2cw.category-wall-main .oc2cwd {
    padding: 0 !important;
}

.oc2cw.category-wall-main .oc2cw-image img {
    width: 100%;
}

#product-category .oc2cwd {
    padding: 0 !important;
}

#product-category .oc2cw-image img {
    width: 100% !important;
}


/* End */


/* Стена категорий в продукции ID: #oc2cw60 */


/* End */

.three-reasons h3 {
    margin-top: 80px;
}


/*Main page form-block-1*/

.save-block .description,
.save-block div[id^="ocdw_form_builder-block"],
.save-block div[id^="ocdw_form_builder-block"] .inner-center {
    background: transparent !important;
    padding: 0px 0px 10px 0px !important;
}

.save-block div[id^="ocdw_form_builder-block"].static {
    border: none !important;
    max-width: auto !important;
}

.save-block div[id^="ocdw_form_builder-block"] .inner-center .inner-fields {
    flex-wrap: nowrap !important;
}

.save-block #ocdw_form_builder-form-1 .inner-box {
    display: flex;
}

.save-block div[id^="ocdw_form_builder-block"] .inner-footer {
    background: transparent !important;
    border-top: none !important;
}

.save-block #ocdw_form_builder-form-1 .inner-box .fields-block {
    width: 100%;
}

.save-block div[id^="ocdw_form_builder-block"] .inner-footer .save-form {
    background: #ED1B24 !important;
    width: 50% !important;
}

.save-block #ocdw_form_builder-form-1 .fields-block .inner-fields input {
    border-radius: 4px;
}

.save-block #ocdw_form_builder-form-1 .fields-block .inner-fields input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(61, 61, 61, 0.3);
}

.save-block div[id^="ocdw_form_builder-block"] {
    min-height: 100%;
}


/*Main page katepal choose block*/

.choose-katepal {
    padding: 80px 0px;
}

.choose-katepal h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 55px;
}

.choose-katepal h3 hr {
    width: 84px;
    height: 2px;
    background: #006BB7;
}

.choose-katepalе-image img,
.choose-katepalе-image-left img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.choose-katepal-block p {
    margin: 0;
}

.choose-katepalе-image-left {
    padding: 10px 20px 10px 0px;
    background: url(/image/catalog/1x4.png), url(/image/catalog/1x4v.png);
    background-repeat: repeat-x, repeat-y;
    background-position: center, right;
}

.choose-katepalе-image {
    text-align: right;
    background: url(/image/catalog/1x4.png), url(/image/catalog/1x4v.png);
    background-repeat: repeat-x, repeat-y;
    background-position: center, left;
    padding: 10px 0px 10px 20px;
}

.choose-katepalе-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.choose-katepal-child-block-left .choose-katepalе-text {
    text-align: right;
    justify-content: flex-end;
}

.choose-katepalе-image-left {
    display: flex;
    align-items: center;
}

.choose-katepalе-image {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.choose-katepalе-text {
    display: flex;
    align-items: center;
}


/*Main page katepal roof block*/

.katepal-roof {
    background: rgba(61, 61, 61, 0.1);
    padding: 50px 0px 70px;
}

.katepal-roof .img {
    position: relative;
}

.katepal-roof .img::before {
    content: url(/image/catalog/bg_border_katepal-roof.png);
    position: absolute;
    left: -160px;
    top: 40px;
}


/*Main page special conditions block*/

.special-conditions {
    background: #006BB7;
    padding: 50px 0px 60px;
    position: relative;
}

.special-conditions h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
}

.special-conditions h3 hr {
    width: 84px;
    height: 2px;
    background: #FFFFFF;
}

.special-conditions .description p {
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
    margin-bottom: 0;
}

.special-conditions .description p span {
    margin: 25px 0;
    display: block;
    font-size: 14px;
}

.special-conditions .description,
.special-conditions div[id^="ocdw_form_builder-block"],
.special-conditions div[id^="ocdw_form_builder-block"] .inner-center {
    background: transparent !important;
    padding: 0 !important;
    overflow: hidden;
}

.special-conditions div[id^="ocdw_form_builder-block"].static {
    border: none !important;
    max-width: auto !important;
}

.special-conditions div[id^="ocdw_form_builder-block"] .inner-center .inner-fields {
    flex-wrap: nowrap !important;
}

.special-conditions #ocdw_form_builder-form-3 .inner-box {
    display: flex;
}

.special-conditions div[id^="ocdw_form_builder-block"] .inner-footer {
    background: transparent !important;
    border-top: none !important;
}

.special-conditions #ocdw_form_builder-form-3 .inner-box .fields-block {
    width: 100%;
}

.special-conditions div[id^="ocdw_form_builder-block"] .inner-footer .save-form {
    background: #ED1B24 !important;
    width: 50% !important;
}

.special-conditions #ocdw_form_builder-form-3 .fields-block .inner-fields input {
    border-radius: 4px;
}

.special-conditions #ocdw_form_builder-form-3 .fields-block .inner-fields input::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(61, 61, 61, 0.3);
}

.special-conditions div[id^="ocdw_form_builder-block"] {
    min-height: 100%;
}

.special-conditions:after {
    content: url(/image/catalog/main_page_bg_form-2.png);
    position: absolute;
    right: 270px;
    bottom: -35px;
}

div#ocdw_form_builder-block-3 .inner-center {
    color: #fff;
}


/*Main page roof installation block*/

.roof-installation {
    padding: 90px 0 115px;
}

.roof-installation .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #3D3D3D;
    margin-bottom: 55px;
    text-align: right;
}

.roof-installation .description p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
}

.roof-installation .img::before {
    content: url(/image/catalog/bg_border_install.png);
    position: absolute;
    left: -215px;
    top: 35px;
}


/*Footer*/

footer {
    color: #fff;
    font-size: 16px;
    padding: 50px 0px;
    background-color: #3D3D3D;
}

footer a {
    color: #fff;
}

footer .footer-title-logo {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

#logo-footer {
    margin-bottom: 30px;
}

.footer-description-logo {
    font-size: 14px;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
    color: #fff;
}

ul.list-unstyled li {
    margin-bottom: 5px;
}

.price-product {
    font-weight: 600;
    font-size: 48px;
    line-height: 65px;
    color: #ED1B24;
}

h2 span.currency {
    font-size: 24px !important;
}

.units {
    font-size: 24px !important;
    line-height: 27px !important;
    text-align: center;
    color: #ED1B24 !important;
}

.btn-primary {
    margin: 0 !important;
    width: 40%;
    background: transparent;
    border: 1px solid #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    flex-basis: 254px;
    margin-bottom: 20px !important;
}


footer .fa-phone:before,
footer .fa-envelope:before,
footer .fa-clock-o:before,
footer .fa-map-marker:before {
    color: #006BB7;
    font-size: 17px;
    margin-right: 15px;
}

footer .fa-map-marker:before {
    font-size: 22px;
}

footer .fa-clock-o:before {
    font-size: 20px;
}


/*Katalog page*/

#product-category .sw-item .subcategory_card {
    box-shadow: 0px 4px 30px 0px #a9a9a94d;
    border-radius: 4px;
}

#product-category .sw-item .subcategory_card a.sw-image {
    display: block;
    width: 100%;
}


/*Product page*/

#product-product .product-description {
    box-shadow: 0px 4px 30px 0px #A9A9A94D;
    padding: 15px;
    overflow: hidden;
}

#product-product .characteristics .row {
    box-shadow: 0px 4px 30px 0px #a9a9a94d;
    margin: 30px 0px 40px 0px;
    padding: 15px;
}

.product-description ul.list-unstyled li>h2>span {
    color: #ED1B24;
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
}

.product-description ul.list-unstyled li>h2 {
    color: #ED1B24;
    font-size: 48px;
    font-weight: 600;
    margin: 0px 30px 0px 0px;
    line-height: 55px;
}
.form-group.product-options {
    display: flex;
    align-items: center;
}

.form-group.product-options .product-item-options {
    display: flex;
    margin-left: 30px;
}
.product-item-options .radio {
    margin: 0;
    border: 2px solid transparent;
}
.product-item-options .radio label {
    padding: 0;
}
.product-item-options label input {
    display: none;
}

#product-product #product .product-item-options .radio.active {
    border: 2px solid #ED1B24;
    border-radius: 4px;
}

.product-options label.control-label {
    color: #3D3D3D;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
}

.product-item-options label img.img-thumbnail {
    width: 100px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0;
}

#product-product .product-description .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}

#product-product .product-description .form-group .quantity-goods {
    display: flex;
    align-items: center;
    width: 20%;
}

#product-product .product-description .form-group .quantity-goods label {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    color: #3D3D3D;
    margin-right: 25px;
}

#product-product .product-item-options label .options-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
}

#product-product .product-item-options label {
    position: relative;
    margin-bottom: 0;
}

#product-product .form-group.product-options .product-item-options div+div {
    margin-left: 15px;
}

#product-product .form-group .quantity-goods .input-group .form-control[name^=quantity] {
    color: #3d3d3d;
    border: 1px solid #E5E5E5;
    /* border-radius: 6px; */
    /* padding: 17px 0px; */
    position: relative;
}

#product-product .form-group .quantity-goods .input-group {
    width: 110px;
    margin: 0px!important;
}

#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-minus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    z-index: 3;
}

#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 3;
}

#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-minus button,
#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-plus button {
    background: transparent;
    border: none;
}

#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-plus button span,
#product-product .form-group .quantity-goods .input-group .input-group-btn.btn-minus button span {
    color: #C4C4C4;
}

#product-product .product-description .form-group .calculate-buy-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 80%;
}

#product-product .product-description .form-group .calculate-buy-buttons button {
    margin: 0 !important;
    width: 40%;
    background: transparent;
    border: 1px solid #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    flex-basis: 254px;
}

#product-product .product-description .form-group .calculate-buy-buttons button:last-child {
    margin-left: 15px !important;
    background: #ED1B24;
    border: 1px solid #ED1B24;
    color: #fff;
    flex-basis: 254px;
}

div#product-product table.table.product-characteristics td,
div#product-product table.table.product-characteristics th {
    border-top: none !important;
}

div#product-product .characteristics .tab-content .title-characteristics {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #006BB7;
    margin: 20px 0px;
    padding: 0px 12px;
}

div#product-product table.table.product-characteristics tbody tr td:first-child {
    font-weight: 600;
}

#product-product .image-additional a.thumbnail {
    width: 106px;
    height: 89px;
    display: block;
    border: none;
    border-radius: 4px;
}

#product-product .image-additional a.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#product-product .product-description #content .thumbnails .owl-carousel {
    margin: 15px 0px 15px !important;
    padding: 0px 25px !important;
}

#product-product .product-description #content .thumbnails #additional-carousel .owl-wrapper-outer {
    margin-left: 20px;
}

#product-product .product-description #content .thumbnails #additional-carousel .owl-controls.clickable {
    bottom: 60px;
    left: 0;
}

#product-product .product-description #content .thumbnails #additional-carousel .owl-controls.clickable .owl-buttons .owl-next {
    left: 427px !important;
}

.get-bonus {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 20px;
    width: 50%;
}
.bonus-btn {
    margin: 0 !important;
    width: 40%;
    background: transparent;
    border: 1px solid red;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
    flex-basis: 254px;
}


/*404 page*/

#error-not-found #content {
    text-align: center;
    padding: 145px 0px;
}

#error-not-found #content p {
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    color: #006BB7;
    margin-top: 25px;
}


/*pop up callback*/

button.close-modal {
    display: none !important;
}

.inner-header {
    background: #fff !important;
    border-bottom: none;
}

div[id^="ocdw_form_builder-block"] .inner-header {
    border-bottom: none !important;
    font-size: 18px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #3d3d3d !important;
}

div[id^="ocdw_form_builder-block"] .inner-footer {
    background: transparent !important;
    border-top: none !important;
}

div[id^="ocdw_form_builder-block"] .inner-footer .save-form {
    background: #ED1B24 !important;
    height: 42px !important;
    width: 100% !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

div[id^="ocdw_form_builder-block"] .inner-center input[type=text]:not(.numInput),
div[id^="ocdw_form_builder-block"] .inner-center input[type=email],
div[id^="ocdw_form_builder-block"] .inner-center input[type=tel],
div[id^="ocdw_form_builder-block"] .inner-center textarea,
div[id^="ocdw_form_builder-block"] .inner-center select:not(.flatpickr-monthDropdown-months):not(.oc15-fix) {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
    padding: 13px 10px !important;
}

@media (max-width: 1500px) {
    .text-bannerpro-inner {
        width: 60%;
        padding: 10px 10px 10px 14%;
    }

    .text-bannerpro-inner p,
    .text-bannerpro-inner p span {
        font-size: 30px !important;
    }

    .special-conditions:after {
        right: 130px;
    }
}

@media (max-width: 1200px) {
    .text-bannerpro-inner {
        width: 70%;
        padding: 10px 10px 10px 10%;
    }

    .text-bannerpro-inner p,
    .text-bannerpro-inner p span {
        font-size: 22px !important;
    }

    .product-thumb .image a img {
        height: 120px;
    }

    #product-category .product-thumb .button-group button,
    .product-thumb .button-group button+button, a.btn.detailed {
        width: 50%;
    }

    #product-category .product-thumb .button-group button:first-child {
        width: 50%;
    }

    #product-category .product-thumb .image a img {
        height: 245px;
    }

    #product-category .product-thumb .button-group {
        margin-top: -15px;
        margin-right: 15px;
    }

    .three-reasons-block .title {
        font-size: 17px;
        line-height: 24px;
    }

    .save-block #ocdw_form_builder-form-1 .inner-box .fields-block {
        width: 67%;
    }

    .save-block div[id^="ocdw_form_builder-block"] .inner-footer {
        width: 33%;
    }

    .save-block div[id^="ocdw_form_builder-block"] .inner-footer .save-form {
        width: 100% !important;
    }

    .roof-installation .img::before {
        left: -255px;
    }

    .roof-installation .img img {
        width: 100%;
    }

    .special-conditions:after {
        right: 0px;
    }
    #product-product .product-description .form-group .calculate-buy-buttons {
        width: 77%;
    }
}

@media (max-width: 991px) {
    .official-dealer-block .official-dealer-1 {
        padding-right: 10px;
    }

    .official-dealer-block .official-dealer-2 {
        padding: 0 10px;
    }

    .official-dealer-block .official-dealer-3 {
        padding-left: 10px;
    }

    .official-dealer .title {
        font-size: 50px;
    }

    .official-dealer-block {
        margin-bottom: 50px;
    }

    .official-dealer h3 {
        margin-bottom: 50px;
    }

    .three-reasons-block .title {
        font-size: 16px;
    }

    .choose-katepal-column-left {
        background: url(/image/catalog/1x4v.png);
        background-repeat: repeat-y;
        background-position: right;
    }

    .choose-katepalе-image-left {
        padding: 10px 20px 10px 0px;
        background: url(/image/catalog/1x4.png);
        background-repeat: repeat-x;
        background-position: center;
    }

    .choose-katepalе-image {
        background: url(/image/catalog/1x4.png);
        background-repeat: repeat-x;
        background-position: center;
    }

    .katepal-roof .img::before {
        left: -319px;
        top: 89px;
    }

    .katepal-roof .wrapper .img img {
        position: relative;
        left: -160px;
        top: 47px;
    }

    .roof-installation .img::before {
        left: -390px;
        top: 70px;
        z-index: 2;
    }

    .roof-installation .img img {
        top: 28px;
        width: auto;
        position: relative;
        left: -165px;
    }

    .roof-installation .title {
        margin-bottom: 20px;
        font-size: 19px;
    }

    .roof-installation {
        padding: 50px 0 70px;
    }

    .special-conditions div[id^="ocdw_form_builder-block"].static {
        width: 50% !important;
        display: inline-block !important;
    }

    .special-conditions #ocdw_form_builder-form-3 .inner-box {
        width: 100% !important;
        flex-direction: column !important;
    }

    .special-conditions #ocdw_form_builder-form-3 .inner-box .fields-block {
        width: 100% !important;
    }

    .special-conditions div[id^="ocdw_form_builder-block"] .inner-footer {
        padding: 0px !important;
    }

    .special-conditions div[id^="ocdw_form_builder-block"] .inner-footer .save-form {
        width: 100% !important;
        margin-top: 20px;
    }

    .special-conditions div[id^="ocdw_form_builder-block"] .inner-center .inner-fields {
        flex-direction: column !important;
    }

    #burger-menu {
        display: flex !important;
        position: absolute !important;
        top: 45px;
        right: 9%;
        align-items: flex-end;
    }

    .nav>li>a:focus,
    .nav>li>a:hover {
        text-decoration: none;
        background-color: transparent;
        border-bottom: 2px solid transparent;
        color: #3d3d3d;
    }

    .bannerpro .owl-item img,
    #bannerpro0 .text-bannerpro,
    div#bannerpro0,
    #bannerpro0 .item {
        height: 370px !important;
    }

    #product-category .product-thumb .image a img {
        height: 94px;
        width: 160px;
        object-fit: cover;
    }

    #product-category .product-list .product-thumb .caption {
        margin-left: 170px;
    }

    #product-category .product-thumb .button-group {
        margin-top: -17px;
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    .official-dealer-block .official-dealer-2 {
        border: none!important;
    }
    .three-reasons-image {
        margin-top: 50px;
    }
    .caption p {
        padding: 10px 17px;
    }
    #product-product .product-description .form-group .calculate-buy-buttons button:last-child {
        margin-left: 6px !important;
    }
    #product-product .product-description .form-group .calculate-buy-buttons {
        width: 73%;
    }
    #product-product .product-description .form-group .quantity-goods {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .text-bannerpro-inner {
        width: 100%;
        padding: 25px 15px 25px 15px;
        text-align: center;
    }

    .text-bannerpro-inner button.btn.btn-outline-danger {
        width: 100%;
        display: inline-block;
    }

    .official-dealer .description p br {
        display: none;
    }

    .official-dealer-block .official-dealer-2 {
        border-left: none;
        border-right: none
    }

    .official-dealer-block .official-dealer-1,
    .official-dealer-block .official-dealer-2,
    .official-dealer-block .official-dealer-3 {
        padding: 0;
    }

    .category-title0 h3,
    .three-reasons h3,
    .save h3,
    .choose-katepal h3,
    .katepal-roof h3,
    .special-conditions h3,
    .official-dealer h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .product-thumb .image a img {
        height: 145px;
    }

    .three-reasons-block .title {
        font-size: 24px;
        line-height: 32px;
    }

    .three-reasons-image {
        margin-top: 50px;
    }

    .save {
        background: #006BB7;
    }

    .save-block .title {
        font-size: 16px;
        line-height: 22px;
    }

    div[id^="ocdw_form_builder-block"] .inner-center .inner-fields>div {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    div[id^="ocdw_form_builder-block"] .inner-center .inner-fields {
        flex-direction: column;
        margin: 0 !important;
    }

    .save-block #ocdw_form_builder-form-1 .inner-box {
        flex-direction: column;
    }

    .save-block div[id^="ocdw_form_builder-block"] .inner-footer {
        width: 100%;
        padding: 10px 0px;
    }

    .save-block #ocdw_form_builder-form-1 .inner-box .fields-block {
        width: 100%;
    }

    .save>.container-fluid {
        padding-right: 0 !important;
    }

    .choose-katepal-column-left,
    .choose-katepalе-image-left,
    .choose-katepalе-image {
        background: none;
        padding: 5px 10px;
    }

    .choose-katepal-child-block-left .choose-katepalе-text {
        justify-content: flex-start;
        text-align: left;
    }

    .katepal-roof .wrapper .img img {
        position: inherit;
        left: inherit;
        top: inherit;
    }

    .choose-katepalе-image-left {
        justify-content: center;
    }

    .choose-katepalе-image {
        justify-content: center;
    }

    .katepal-roof .title,
    .katepal-roof .description,
    .katepal-roof .img {
        text-align: center;
    }

    .katepal-roof .img {
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .katepal-roof .img img {
        width: 90%;
        height: auto;
    }

    .roof-installation .title,
    .roof-installation .description p {
        text-align: center;
    }

    .roof-installation .img img {
        top: inherit;
        position: inherit;
        left: inherit;
        width: 100%;
    }

    .roof-installation .img::before {
        left: -220px;
        top: 42px;
    }

    .katepal-roof .img::before {
        left: -83px;
        top: 78px;
        z-index: 2;
    }

    .special-conditions {
        padding: 50px 0px 360px;
    }

    .special-conditions:after {
        right: 50%;
        transform: translateX(50%);
        bottom: 0;
    }

    .special-conditions .description {
        text-align: center;
    }

    .special-conditions div[id^="ocdw_form_builder-block"].static {
        width: 100% !important;
    }

    /* .top-header-block-3 {
        display: none;
    } */
    .footer-column-1 {
        margin-bottom: 30px;
    }

    .bannerpro .owl-item img,
    #bannerpro0 .text-bannerpro,
    div#bannerpro0,
    #bannerpro0 .item {
        height: 310px !important;
    }

    .text-bannerpro-inner {
        padding: 5px 10px 5px 10px;
    }

    .text-bannerpro-inner p,
    .text-bannerpro-inner p span {
        font-size: 20px !important;
        margin-bottom: 0;
    }

    #product-category .product-list .product-thumb .image {
        float: left;
        padding: 0px;
        margin: 0px 15px 15px 0px;
    }

    #product-category .product-thumb .caption {
        display: contents;
    }

    #product-category .product-thumb .button-group {
        flex-direction: column;
    }

    #product-category .product-thumb .button-group button:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    #product-category .product-thumb .button-group button,
    .product-thumb .button-group button+button, a.btn.detailed {
        width: 100%;
        margin-top: 12px;
    }
    .menu-header-box {
        position: absolute;
        right: 0;
        /* width: 200%; */
        text-align: center;
    }
    .menu-header-box .navbar-collapse {
        border: none !important;
    }
    .menu-header-box .nav>li+li {
        margin-left: 0px;
    }
    .product-thumb h4 {
        padding: 0px 15px;
    }
    ul.list-unstyled.price-group {
        display: flex;
        flex-direction: column;
    }
    #product-product .product-description .form-group {
        flex-direction: column;
    }
    
    #product-product .product-description .form-group .calculate-buy-buttons {
        width: 100%;
        margin-top: 15px;
    }
    #product-product .product-description .form-group .quantity-goods {
        width: 100%;
    }
    
    #product-product .product-description .form-group .calculate-buy-buttons button {
        flex-basis: 100%;
    }
    
    #product-product .product-description .form-group .calculate-buy-buttons button:last-child {
        flex-basis: 100%;
        margin-left: 0px!important;
        margin-top: 15px!important;
    }
    
    #product-product .product-description .form-group .calculate-buy-buttons {
        flex-wrap: wrap;
    }
    
    .get-bonus {
        margin-top: 15px;
        width: 100%;
    }
    
    .bonus-btn {
        flex-basis: 100%;
    }
}

@media (max-width: 576px) {
    .roof-installation .img {
        text-align: center;
    }

    .roof-installation .img img {
        width: 320px;
    }

    .roof-installation .img::before {
        left: 50%;
        transform: translateX(-65%);
        top: 26px;
    }

    .roof-installation .img::before {
        content: url(/image/catalog/bg_border_install_mob.png);
    }

    .katepal-roof .img::before {
        left: 50%;
        transform: translateX(-50%);
        top: 31px;
        z-index: 2;
    }

    .katepal-roof .img::before {
        content: url(/image/catalog/bg_border_katepal-roof_mob.png);
    }

    .katepal-roof .wrapper .img img {
        width: 260px;
    }

    .choose-katepal {
        padding: 20px;
    }

    #error-not-found #content img {
        width: 320px;
        height: auto;
    }
}

#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    box-shadow: none;
}

#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}

    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

button.btn.btn-danger {
    vertical-align: top;
}

button.btn.btn-primary {
    width: auto;
}

.clearfix .pull-right a.btn.btn-primary {
    width: auto;
}

#content .pull-right a.btn.btn-primary {
    width: auto;
}

a#simplecheckout_button_confirm {
    width: auto;
}

.simplecheckout-button-right #button-confirm {
    width: auto;
}

/* Simple color to text */

.form-group.row-customer_field20 label.control-label.col-sm-4 {
    color: red;
}

/* End Simple */

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.old-price-product {
    font-size: 26px;
}

p.price {
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-size: 21px;
}

a.detailed {
    background: red;
    color: #fff;
}

a.detailed:hover {
    background: #fff;
    color: red;
    text-decoration: none;
    transition: 0.5s;
}

a.btn.detailed {
    margin-right: 15px;
}

/* price to tovar out start */

ul.list-unstyled {
    margin-top: 33px;
}

/* price to tovar out end */

/* Special offer start */

.modal-body p {
    font-size: 18px;
    text-align: justify;
}

/* Special offer end */

.continuous {
    display: none;
}

a#simpleregister_button_confirm,
.buttons.clearfix .btn-primary {
    width: auto;
}





.col-xs-6.col-sm-3 .product-thumb h4{
    font-size: 16px;
    line-height: 1.3;
}
.col-xs-6.col-sm-3 .product-thumb .price {
    width: 100%;
    padding: 0;
}
.col-xs-6.col-sm-3 .product-thumb .button-group button:first-child {
    width: 100%;
    margin-right: 0;
}
.col-xs-6.col-sm-3 .product-thumb .button-group {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
    padding: 0 15px 20px;
}
.col-xs-6.col-sm-3 .product-thumb .button-group button[onclick*="wishlist.add"],
.col-xs-6.col-sm-3 .product-thumb .button-group button[onclick*="compare.add"] {
    display: none;
}

@media (max-width: 767px) {
    .col-xs-6.col-sm-3 .product-thumb h4{
        font-size: 12px;
        line-height: 1.3;
    }
    .col-xs-6.col-sm-3 .product-thumb h4 {
        padding: 0;
    }
    .col-xs-6.col-sm-3 .product-thumb h4 a {
        display: block;
        width: 100%;
    }

    .col-xs-6.col-sm-3 .product-thumb p.price {
        font-size: 15px;
        flex-flow: wrap;
    }
    .col-xs-6.col-sm-3 .product-thumb .price-new {
        display: block;
        width: 100%;
    }
    .col-xs-6.col-sm-3 .product-thumb .price-old {
        display: block;
        width: 100%;
        font-size: 13px;
        margin-left: 0;
        margin-top: 2px;
    }

    .col-xs-6.col-sm-3 .product-thumb .button-group {
        margin-top: -40px;
    }

    .col-xs-6.col-sm-3 .product-thumb .button-group button:first-child span {
        display: block !important;
    }
    .col-xs-6.col-sm-3 .product-thumb .button-group button:first-child .fa {
        display: none;
    }



    .table .table-row.product-thumb {
        width: 50%;
        float: left;
    }
    .table .table-row.product-thumb .cell > a {
        height: 64px;
        display: block;
        line-height: 16px;
    }

    .table .table-row.product-thumb p.price {
        font-size: 15px;
        flex-flow: wrap;
        height: 45px;
        align-items: flex-start
    }
    .table .table-row.product-thumb .price-old {
        display: block;
        width: 100%;
        font-size: 13px;
        margin-left: 0;
        margin-top: 0;
    }
}