/*Page Content*/

a {
    -webkit-font-smoothing: antialiased;
}



.woocommerce-page .wc-block-components-button.wc-block-checkout__shipping-method-option {
    /*color: #fff !important;*/
    font-weight: 400 !important;
    background-color: transparent !important;
    border: 2px solid rgb(var(--primary-color)) !important;
}

.woocommerce-page .wc-block-components-button.wc-block-checkout__shipping-method-option span {
    font-weight: 400 !important;
}

.woocommerce-page .wc-block-components-button.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected {
    color: #fff !important;
    background-color: rgb(var(--primary-color)) !important;
    border: 2px solid rgb(var(--primary-color)) !important;
}



.entry-content h1,
.entry-content .h1 {
    margin: 0 0 15px;
}

.entry-content .h2,
.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content .h3,
.entry-content h3 {
    margin: 20px 0 10px;
}

.entry-content .h3,
.entry-content h3 {
    line-height: 1.3;
}

.entry-content .h4,
.entry-content h4 {
    line-height: 1.4;
}

.entry-content .h5,
.entry-content h5 {
    line-height: 1.5;
}

.entry-content .h6,
.entry-content h6 {
    line-height: 1.6;
}


/*Page Banner*/
.c20-page-banner {
    position: relative;
    padding: 170px 0 180px;
}

.c20-page-banner:before {
    background: linear-gradient(275.41deg, rgba(0, 0, 0, 0) 41.75%, rgba(0, 0, 0, 0.55) 75.54%);
}

.page-banner-title {
    font-size: 74px;
}
.page-banner-title span {
    color: #fff;
}

.banner-video-wrap {
    max-width: 945px;
    padding-right: 115px;
    padding-left: 115px;
    position: relative;
}

.banner-video-wrap iframe {
    border-radius: 25px;
}

.banner-video-wrap:before {
    content: '';
    width: 190px;
    height: 240px;
    position: absolute;
    right: -5px;
    bottom: -55px;
    background-image: url(../img/banner-video-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/*End Page Banner*/

.hentry .post-thumbnail {
    margin-bottom: 30px;
}

.hentry .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content p {
    margin-bottom: 20px;
}

/*.hentry > .entry-content a:not(.btn):not(.wp-element-button) {
    color: rgb(var(--primary-color));
    font-weight: 700;
}*/

.hentry .entry-content h1,
.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    font-family: var(--secondary-font);
    font-weight: 400;
}

.hentry .entry-content h2,
.hentry .entry-content h3,
.hentry .entry-content h4,
.hentry .entry-content h5,
.hentry .entry-content h6 {
    line-height: 1.3;
}



.main-sidebar .widget ul:not(.c20-social) {
    padding: 20px 20px 0;
    margin: 0;
}

.main-sidebar ul:not(.c20-social)  {
    padding:0;
    list-style: none;
}

.main-sidebar ul:not(.c20-social) li  {
    padding: 5px 0;
    border-top: 1px solid #ddd;
}

.main-sidebar ul:not(.c20-social) li a {
    font-size: 17px;
    font-weight: 400;
    font-family: var(--secondary-font);
    padding: 10px 10px 10px 20px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.625;
    transition: .4s;
    color: rgb(var(--primary-color));
    letter-spacing: .4px;
}

.main-sidebar ul:not(.c20-social) li a:hover {
    padding-left: 25px;
    padding-right: 5px;
}

.main-sidebar ul:not(.c20-social) li a:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 0;
    transition: .4s;
    background-color: transparent;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.main-sidebar ul:not(.c20-social) li a:before {
    background-image: url(../img/chevron-right-solid.png);
}



/*Review Module*/
.page-review {
    max-width: 900px;
    text-align: center;
    margin: 40px auto;
    clear: both;
}

.review-header {
    background-color: rgb(var(--text-color));
    padding: 0 15px;
    border-radius: 0;
}

.review-header h2 {
    font-size: 18px;
    padding: 16px 0;
    color: #fff;
}

.review-body {
    padding: 20px;
    border-radius: 0 0 8px 8px;
    border: 1px solid #E4E4E4;
    background-color: #FAFFFF;
}

.review-star-count {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 5px 0 15px;
}

.review-text {
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
    margin-bottom: 15px;
}

.review-star-count img:not(:last-child) {
    margin-right: 6px;
}

.review-author {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 10px;
}

.review-footer {
    /*background: #fff;*/
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.review-footer__right a {
    margin-bottom: 10px;
}

.review-footer__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

    .review-footer__right .btn {
        width: 100%;
    }
}

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

    .review-header h2 {
        font-size: 20px;
    }

    .review-text {
        padding: 0 15px;
    }

    .review-footer {
        flex-direction: row;
        justify-content: space-between;
    }
}


/*Slogan module*/

.slogan-section {
    text-align: center;
    border: 1px solid #E4E4E4;
}

.slogan-section__header {
    border-top: 5px solid rgb(var(--primary-color));
}


/*Contact Form*/

.gform_widget .gform_wrapper {
    padding-top: 15px;
}

.gform_widget .gform_wrapper select,
.gform_widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_widget .gform_wrapper textarea {
    border: 1px solid #d7d7d7;
    padding: 7px 10px;
}

.gform_widget .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_widget .gform_wrapper textarea:focus {
    border-color: rgb(var(--primary-color));
    outline: none;
}

.gform_widget .gform_wrapper .gform_footer input.button,
.gform_widget .gform_wrapper .gform_footer input[type=submit],
.gform_widget .gform_wrapper .gform_page_footer input.button,
.gform_widget .gform_wrapper .gform_page_footer input[type=submit] {
    color: rgb(var(--secondary-color));
}

.gform_widget .gform_wrapper .gform_footer input.button:hover,
.gform_widget .gform_wrapper .gform_footer input[type=submit]:hover,
.gform_widget .gform_wrapper .gform_page_footer input.button:hover,
.gform_widget .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #fff;
}

#commonContactForm .modal-body {
    padding-bottom: 0
}

.modal-body .row > div:last-child .form-group {
    margin-bottom: 0;
}

.modal-body div.wpcf7-response-output {
    margin: 0 0 20px;
    padding: 2px 10px;
}

.modal-body textarea.wpcf7-form-control {
    height: 100px;
}

/*.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder {
    color: #333333;
    font-size: 14px;
}
.wpcf7-form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder {
    color: #333333;
    font-size: 14px;
}
*/


/*Carrer Form*/

.carrer-form label {
    font-size: 15px;
    font-weight: 600
}

.form-block-title {
    line-height: 1 !important;
    margin: 30px 0 20px
}

.form-block-title span {
    font-size: 15px;
    color: #666
}

.carrer-form .wpcf7-form-control.wpcf7-checkbox {
    background: 0 0;
    border: 0;
    padding-left: 0;
}

.carrer-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:first-child {
    margin-left: 0
}

.checkbox-item-block .wpcf7-list-item {
    display: block;
    margin-left: 0
}

.carrer-form span.wpcf7-not-valid-tip {
    line-height: 1
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.print-button {
    background-color: rgb(var(--primary-color));
    padding: 15px 50px 10px 50px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border: none;
    color: #FFFFFF;
    margin-top: 10px;
    border-radius: 50px;
    line-height: 18px;
    margin: 0 auto;
    color: rgb(var(--primary-color));
    display: inline-block;
    position: absolute;
    right: 4rem;
    cursor: pointer;
}

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

    .carrer-form section p.smaller,
    .carrer-form section p.small,
    .carrer-form section p {
        width: 100%;
    }
}

/*Sidebar*/
.main-sidebar .widget-title {
    line-height: 1.4;
    font-weight: 400;
    padding: 12px 15px;
    position: relative;
    background: rgb(var(--text-color));
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    margin-bottom: 0;
    letter-spacing: .5px;
}

.main-sidebar .widget:not(.widget_custom_html) {
    border: 1px solid rgb(0, 0, 0, .1);
    border-radius: 6px;
    background-color: #FAFFFF;
    padding: 0 0 20px;
}

.main-sidebar .widget:not(:last-child) {
    margin-bottom: 32px;
}

/*.main-sidebar .widget_nav_menu ul,
.main-sidebar .c20-related-pages ul {
    padding: 20px 20px 0;
    margin: 0;
}

.main-sidebar .widget_nav_menu ul li,
.main-sidebar .c20-related-pages ul li {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 6px 0;
}


.main-sidebar .widget_nav_menu ul li:not(:last-child),
.main-sidebar .c20-related-pages ul li:not(:last-child) {
    margin-bottom: 0 !important;
}

.main-sidebar .widget_nav_menu ul li a,
.main-sidebar .c20-related-pages ul li a {
    font-size: 17px;
    font-weight: 500;
    color: rgb(var(--primary-color));
    padding: 10px 35px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.625;
    transition: .4s;
}

.main-sidebar .widget_nav_menu ul li a:after,
.main-sidebar .widget_nav_menu ul li a:before,
.main-sidebar .c20-related-pages ul li a:after,
.main-sidebar .c20-related-pages ul li a:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: .4s;
    background-color: rgb(var(--primary-color));
    z-index: -1;
}*/

/*.main-sidebar .widget_nav_menu ul li a:after,
.main-sidebar .c20-related-pages ul li a:after {
    background-position: center;
    background-image: url(../img/control/icon-next.png);
    background-repeat: no-repeat;
    background-size: auto;
}

.main-sidebar .widget_nav_menu ul li a:hover,
.main-sidebar .c20-related-pages ul li a:hover {
    color: #fff;
}

.main-sidebar .widget_nav_menu ul li a:hover:before,
.main-sidebar .c20-related-pages ul li a:hover:before {
    width: 100%;
    height: 100%;
}*/


.main-sidebar .gform_wrapper select,
.main-sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.main-sidebar .gform_wrapper textarea {
    font-family: inherit;
    letter-spacing: normal;
    font-size: 18px !important;
    padding: 8px 10px;
    box-shadow: none!important;
    background: #fff!important;
    border-radius: 5px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0;
    width: 100%;
}

.main-sidebar .gform_wrapper .gform_footer input.button,
.main-sidebar .gform_wrapper .gform_footer input[type=submit],
.main-sidebar .gform_wrapper .gform_page_footer input.button,
.main-sidebar .gform_wrapper .gform_page_footer input[type=submit] {
    color: #222;
}

.main-sidebar .gform_wrapper .gform_footer input.button:hover,
.main-sidebar .gform_wrapper .gform_footer input[type=submit]:hover,
.main-sidebar .gform_wrapper .gform_page_footer input.button:hover,
.main-sidebar .gform_wrapper .gform_page_footer input[type=submit]:hover {
    color: #fff !important;
}

.main-sidebar .widget_recent_entries .post-date {
    font-weight: bold;
    font-size: 15px;
}

.c20_collapse {
    border-bottom: 1px solid #fff;
}
.c20_collapse:not(:last-child) {
    padding-bottom: 10px;
}


.collapse_status,
.c20_collapse_header {
    color: #fff;
}
.c20_collapse_header {
    font-size: 20px;
    background-color: rgb(var(--primary-color));
    color: #fff;
    position: relative;
    cursor: pointer;
    transition: .5s;
    line-height: 1.5;
    font-weight: 900;
    padding: 15px 20px;
}

.collapse_status {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: auto;
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 30px;
    margin-top: -11px;
    color: #fff;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
}

.collapse_icon:not(.c20_collapse_open) .collapse_status:before,
.c20_collapse.c20_collapse_open .collapse_status:before {
    content: "\2212";
}
.collapse_status:before,
.c20_collapse_open.collapse_icon .collapse_status:before {
    content: "\002b";
}

.c20_collapse_nav {
    padding: 5px 0;
}

.c20_collapse:not(.c20_collapse_open) .c20_collapse_nav {
    display: none;
}

.c20_collapse_contact .c20_collapse {
    background: transparent;
}

.c20_collapse_contact .c20_collapse_nav {
    padding: 15px 0 0;
}
.c20_collapse_contact .c20_collapse_header {
    background-color: #E12D2B;
    color: #fff;
}



/*Tips*/
.c20-tips-module {
    text-align: left;
    background-color: rgba(var(--primary-color), .06);
    width: 100%;
    max-width: 1110px;
    margin: 15px auto;
}

.tips-header {
    background-color: rgb(var(--primary-color));
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px;
    font-family: var(--secondary-font);
    font-weight: 400;
}

.tips-body {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #eee;
    border-top: 0;
}

.tips-thumb {
    margin-right: 20px;
    min-width: 120px;
    flex-basis: 120px;
}

.tips-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.tips-author {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-family: var(--secondary-font);
    font-weight: 400;
}

/* End Tips*/

/*Blog*/

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: 0;
}

body.search article.page,
body.search article.post,
body.archive article.post,
body.archive article.page {
    margin-bottom: 40px;
}


article.c20-post-card {
    margin-bottom: 60px;
}

.c20-post-card:not(:last-child) {
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 30px;*/
}

.entry-meta {
    padding: 0;
    margin-bottom: 10px;
}

.entry-meta li {
    list-style: none;
    display: inline-block;
}

.entry-meta li {
    color: #333 !important;
    line-height: 1;
}

.entry-meta li,
.entry-meta li a {
    font-weight: 600 !important;
    font-size: 15px;
}

.entry-meta li a {
    color: rgb(var(--primary-color)) !important;
}
.entry-meta li a:hover {
    text-decoration: underline !important;
}

.entry-meta li:not(:last-child) {
    margin-right: 6px;
    padding-right: 10px;
    border-right: 2px solid #ddd;
}

.c20-post-card .post-thumbnail img {
    height: auto;
}

.c20-post-card header.entry-header a {
    text-decoration: none;
}

.post-footer a.readMore {
    font-size: 18px;
    font-weight: bold;
}

.c20_pagination {
    text-align: center;
}

.c20_pagination .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(var(--primary-color))!important;
    color: #fff !important;
    border-radius: 50%;
    margin: 0 5px;
}

.c20_pagination .prev,
.c20_pagination .next {
    width: auto;
    background: transparent!important;
    height: auto;
    color: rgb(var(--primary-color))!important;
    padding: 0 10px;
}

.c20_pagination span.page-numbers.current {
    opacity: .5;
}

.c20_pagination span.page-numbers.dots {
    width: auto;
    background: transparent!important;
    color: rgb(var(--primary-color))!important;
}

/*Woo*/

.woocommerce div.product form.cart .variations select,
.variations .value select {
    display: none;
}

.w-c-variation-radios > span {
    margin-right: 15px;
}
.w-c-variation-radios > span label {
    margin-left: 5px;   
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex;
    flex-direction: row;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 34px;
    font-weight: 400 !important;
    font-family: 'Anton';
    text-transform: uppercase;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
    float: left;
    margin: 0;
    list-style: none;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}

.woocommerce ul.products li.product .price {
    color: #000;
}

/*product page*/

.woocommerce .woocommerce-ordering select {
    border: 1px solid #ddd;
    padding: 5px;
}

/*product details page*/

.woocommerce .blockUI.blockOverlay {
    z-index: 1 !important;
}

.w-c-product-content {
    padding-left: 30px;
    width: 100%;
}

body.woocommerce-checkout .wc-block-components-product-metadata__description,
body.woocommerce-cart .wc-block-components-product-metadata__description {
    display: none;
}

body.single-product div.product div.summary .product_meta {
    display: none;
}

body.single-product .woocommerce form.cart .single_add_to_cart_button.button {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

body.single-product form.cart a.added_to_cart.wc-forward {
    display: none;
}


body.single-product div.product div.summary > h2 {
    margin-top: 0;

}

body.single-product div.product div.summary {
    float: none !important;
    width: 100% !important;
}

body.single-product div.product div.images {
    float: none !important;
    width: 100% !important;
}


.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

body.single-product th.ppom-price-item {
    text-align: right;
    padding: 20px 0;
}

body.single-product .woocommerce-message {
    display: none;
}

.wc-block-components-title {
    font-size: 26px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: .8px;
}

/*Product collapse*/
.ppom-rendering-fields {
    margin-bottom: 25px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start !important;
}

.wcl-pricing-col {
    width: 50%;
    flex-basis: 50%;
}

.ppom-field-wrapper {
    /*border-bottom: 1px solid rgba(0, 0, 0, .2);*/
    /*float: right;*/
    /*width: 48% !important;*/
    border-top: 1px solid rgba(0, 0, 0, .2);
    /*min-height: 625px;*/
}

/*.ppom-field-wrapper.ppom-wrapper_outer-hitch {
    min-height: 192px;
}

.ppom-field-wrapper.ppom-wrapper_outer-freedom_hitch_options {
    min-height: 326px;
}

.ppom-field-wrapper.ppom-wrapper_outer-15k_receiver_hitch_options {
    min-height: 434px;
}

.ppom-field-wrapper.ppom-wrapper_outer-20k_reciever_hitch_options {
    min-height: 434px;
}

.ppom-field-wrapper.ppom-wrapper_outer-30k_reciever_hitch_options {
    min-height: 434px;
}*/

.ppom-field-wrapper .ppom-cb-price del {
    display: none !important;
}

.ppom-field-wrapper .ppom-cb-price del + .screen-reader-text {
    display: none;
}

.w-c-collapse-content span.ppom-option-label-price {
    color: #000 !important;
    font-weight: 400 !important;
}

.ppom-field-wrapper .ppom-cb-price ins {
    text-decoration: none;
}

.ppom-field-wrapper .ppom-cb-price .amount {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.wcl-pricing-col-right > div:not(:last-child) {
    margin-bottom: 25px;
}

.modal-header .btn-close {
    background: transparent !important;
    border: 0 !important;
}

.modal-lg,
.modal-xl {
    max-width: 800px;
    width: 100%;
}


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}


/*.ppom-field-wrapper:first-child {
    float: left !important;
}*/

.woocommerce form .form-row,
.ppom-field-wrapper.ppom-col {
    padding: 0 !important;
}

.ppom-field-wrapper label.form-control-label {
    position: relative;
    padding: 12px 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 17px;
    text-transform: uppercase;
}

.ppom-field-wrapper label.form-control-label:after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url(../img/product-collapse-arrow-down.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    transition: transform .4s;
}

.ppom-collapse-open.ppom-field-wrapper label.form-control-label:after {
    transform: translateY(-50%) rotate(0);
}


.w-c-collapse-content {
    padding-bottom: 15px;
}

.ppom-wrapper span.show_description {
    font-size: 14px;
    color: inherit;
    display: block;
    text-transform: initial;
    font-weight: 500;
    position: relative;
    /*top: -2px;*/
}

.w-c-collapse-content span.ppom-option-label-price {
    color: rgb(var(--primary-color));
    font-weight: bold;
}

.w-c-collapse-content .form-check {
    margin-right: 20px;
}

/*#ppom-price-container tr.ppom-option-price-list.ppom-option-total-price {
    display: none;
}*/

#ppom-price-container tr.ppom-option-price-list.ppom-product-base-price th {
    padding-bottom: 10px;
}

#ppom-price-container tr.ppom-option-price-list.ppom-total-without-fixed th {
    border-top: 2px solid #ddd;
    padding-top: 10px;
}

.woocommerce .quantity .qty {
    height: 50px;
}

.c20-cart-widget {
    /*color: #000;*/
}

.c20-cart-widget .widgettitle {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
    padding: 25px;
    letter-spacing: .5px;
    margin: 0px 0 25px;
    position: relative;
}

.c20-cart-widget .widgettitle:after {
    content: '';
    position: absolute;
    width: calc(100% - 50px);
    height: 1px;
    background: #565656;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.c20-cart-widget .widget_shopping_cart {
    background: rgb(var(--secondary-color));
}

.c20-cart-widget .product_list_widget {
    padding: 0 25px !important;
    min-height: 350px;
}

.c20-cart-widget .woocommerce-mini-cart-item a:not(.remove) {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.c20-cart-widget .woocommerce-mini-cart-item a.remove_from_cart_button {
    width: 20px;
    height: 20px;
    font-size: 28px;
    line-height: 28px;
    color: #ff3d3d !important;
}
.c20-cart-widget .woocommerce-mini-cart-item a.remove_from_cart_button:hover {
    background: transparent !important;
}

.c20-cart-widget .woocommerce-mini-cart-item a:not(.remove) img {
    display: none;
}

.c20-cart-widget .product_list_widget {
    padding: 0 25px !important;
}

.c20-cart-widget .product_list_widget li {
    padding: 0 0 0 25px !important;
}

.c20-cart-widget .product_list_widget .woocommerce-mini-cart__total {
    padding: 0 !important;
    border: 0 !important;
    background: #000 !important;
    color: #fff !important;
}

.c20-cart-widget .product_list_widget li dl {
    padding: 15px 0 0 10px !important;
    font-size: 15px;
    color: #fff;
    border: 0 !important;
}

.c20-cart-widget .product_list_widget li dl > * {
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
}

.c20-cart-widget .product_list_widget li .quantity {
    color: #fff;
    font-size: 18px;
    padding-top: 15px !important;
    display: block;
}

.c20-cart-widget .woocommerce-mini-cart__total {
    color: #fff !important;
    border: 0 !important;
    margin: 0;
    padding: 10px 25px 20px !important;
    display: flex;
    justify-content: space-between;
}

.c20-cart-widget .woocommerce-mini-cart__buttons {
    background-color: #fff !important;
    margin: 0 !important;
    padding-top: 22px;
}

.c20-cart-widget .woocommerce-mini-cart__buttons .button {
    background-color: rgb(var(--primary-color)) !important;
    color: #fff !important;
    width: 100%;
    font-size: 20px;
    font-family: var(--secondary-font);
    text-align: center;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 15px 25px;
    letter-spacing: 1.5px;
}
.c20-cart-widget .woocommerce-mini-cart__buttons .button:not(:last-child) {
    margin: 0 0 10px !important;
}

.woocommerce-mini-cart__empty-message {
    color: #fff;
    padding: 0 25px 25px;
    margin-bottom: 0;
}

/*Cart page*/


.wc-block-cart-items tr th,
.wc-block-components-sidebar .wc-block-cart__totals-title {
    font-size: 22px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: var(--secondary-font) !important;
}

.wc-block-cart-item__product .wc-block-components-product-name {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: var(--secondary-font) !important;
}

.wp-block-woocommerce-cart-order-summary-block {
    background: #000;
    color: #fff;
    padding: 20px 25px;
}

.wc-block-components-sidebar .wc-block-components-shipping-calculator {
    padding: 0 !important;
}

.wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-weight: 400 !important;
}
.wc-block-components-totals-item.wc-block-components-totals-footer-item {
    font-family: var(--secondary-font);
    text-transform: uppercase;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item button {
    color: #fff;
    padding: 0 !important;
    font-size: 16px;
}

.wc-block-cart__submit {
    margin: 20px 0 0 !important;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: initial !important;
}



/*checkout*/

.wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    padding: 15px 25px 0;
    background: #000;
    color: #fff;
}

.wc-block-components-order-summary .wc-block-components-order-summary__button-text {
    font-weight: 400;
    font-family: var(--secondary-font);
    font-size: 22px;
    text-transform: uppercase;
}

.wc-block-components-sidebar .wc-block-components-totals-item,
.wc-block-components-sidebar .wc-block-components-panel {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    display: none !important;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-left: 0 !important;
}


/*Form*/

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=password],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    height: auto !important;
    border-radius: 0 !important;
}

.wc-blocks-components-select__container {
    height: 65px !important;
    border-radius: 0 !important;
}

/*end Woo*/



@media (max-width: 1199px) {

    .c20-page-banner-inner {
        flex-direction: column-reverse;
        align-items: center;
    }

    .c20-page-banner-img {
        width: 75%;
        margin-top: 20px;
    }

    .page-banner-title {
        font-size: 48px;
    }

    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 30px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
}


@media (max-width: 991px) {

    .review-header h2 {
        font-size: 18px;
    }

    .c20-page-banner {
        padding: 60px 0;
    }

    .banner-title {
        font-size: 42px;
    }

    .banner-title span {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .wp-block-columns {
        flex-wrap: nowrap !important;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 0
    }

    .wp-block-column:not(:first-child) {
        margin-left: 15px;
    }
}


@media (max-width: 768px) {

    .wp-block-columns {
        flex-wrap: wrap !important;
    }

    .wp-block-column {
        flex-basis: 100%;
    }

    .wp-block-column:not(:last-child) {
        margin-bottom: 30px;
    }

    .wp-block-column:not(:first-child) {
        margin-left: 0;
    }
    
    .wp-block-column:not(:only-child) {
        flex-basis: 100%!important;
        flex-grow: 0;
    }

}


@media (max-width: 600px) {
    
    .banner-title {
        font-size: 34px;
    }

    .banner-title span {
        font-size: 26px;
    }

    .entry-content ul:not(.entry-meta):not(.blocks-gallery-grid) {
        padding: 20px 20px;
    }
}





