@import url("font-awesome.min.css");

body {
    font-family: "Droid Sans";
    font-size: 14px;

    scroll-behavior: smooth;
}


a {
    color: #c9cba1;
}

a:focus,
a:hover {
    color: #000;
}

body.rtl .navbar-right {
    padding: 0;
}

body.share-body:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .5;
    background-color: #000;
}

::-webkit-scrollbar {
    width: .5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

* {
    outline: none;
}

h1 {
    margin: 0;
    margin-bottom: 40px;

    font-family: "Oswald";
    font-size: 40px;
    font-weight: normal;
}

.h2,
h2 {
    margin: 0;
    margin-bottom: 20px;

    font-family: "Oswald";
    font-size: 24px;
    font-weight: normal;
}

h4 {
    font-family: "Oswald";
    font-size: 20px;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;

    color: #000;
}

img {
    height: auto;
    max-width: 100%;
}

.link {
    color: #70c16f;
}

.link:hover {
    color: #370c3a;
}

.mb {
    margin-bottom: 40px;
}

.btn,
.wpcf7-submit {
    min-width: 190px;
    padding: 10px 15px;

    font-size: 14px;
    font-weight: 600;

    text-transform: uppercase;

    color: #fff;
    border: 2px solid #01948d;
    border-radius: 0;
}

.btn:hover,
.wpcf7-submit:hover {
    color: #fff;
    background-color: #01948d;
}

.btn-plan {
    color: #c9cba1;
    border: 1px solid #c9cba1;
}

.btn-plan:hover {
    color: #fff;
    background-color: #c9cba1;
}

.btn-primary,
.wpcf7-submit {
    background-color: #c9cba1;
}

.btn-primary:hover,
.wpcf7-submit:hover {
    background-color: #ffc830;
}


.btn-light:hover {
    color: #370c3a;
    background-color: #fff;
}


.container-sm {
    max-width: 750px;
    margin: auto;
}

.content-padding {
    padding: 100px 0;
}

.content-padding-top {
    padding-top: 60px;
}

.content-padding-bottom {
    padding-bottom: 60px;
}

.content-padding-md {
    padding: 50px 0;
}

.gray-bg {
    background-color: #f2f2f2;
}

.main-banner {
    text-align: center;

    color: #fff;
    background-image: url("../img/banner.jpg");
    background-position: center;
    background-size: cover;
}

.main-banner form {
    max-width: 700px;
    padding: 20px;
    margin: auto;
    margin-top: 40px;

    background-color: #c9cba1;
}

.main-banner form .input-group {
    width: 100%;
    margin-bottom: 30px;
}

.main-banner h1 {
    position: relative;

    max-width: 700px;
    padding-top: 20px;
    margin: auto;

    font-size: 45px;
    font-weight: 700;

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.home .main-banner h1:before {
    position: absolute;
    top: 0;
    left: 0;

    display: inline-block;
    width: 100px;
    height: 1px;

    content: "";

    background-color: #fff;
}

.home .main-banner h1:after {
    position: absolute;
    top: 0;
    right: 0;

    display: inline-block;
    width: 100px;
    height: 1px;

    content: "";

    background-color: #fff;
}

.dgwt-wcas-search-wrapp {
    max-width: 700px;
}

.black-gradient {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#222222+0,000000+100 */
    background: rgb(34, 34, 34);
    /* Old browsers */
    background:    -moz-linear-gradient(left, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background:         linear-gradient(to right, rgba(34, 34, 34, 1) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:dximagetransform.Microsoft.gradient(startColorstr="#222222", endColorstr="#000000", GradientType=1);
    /* IE6-9 */
}

.icons-box {
    min-height: 250px;
    padding: 40px;
}

.icons-box h3 {
    max-width: 170px;
    margin: auto;
    margin-top: 20px;

    font-family: "Oswald";
    font-weight: 400;

    color: #fff;
}

.img-bg-block {
    position: relative;

    display: block;
    height: 350px;
    margin: 30px 0;

    border: 4px solid #fff;
    background-image: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.img-bg-block:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .5;
    background-color: #000;
}

.img-bg-block h3 {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    margin: 0;

    font-family: "Oswald";
    font-size: 32px;
    font-weight: 400;

    transform: translate(-50%, -50%);
    text-transform: uppercase;

    color: #fff;
}

.post-block {
    position: relative;

    min-height: 164px;
    padding: 20px;
    margin-bottom: 16px;

    border: 1px solid #ccc;
}


.post-block .post-thumb {
    position: absolute;
    top: 15px;
    left: 15px;

    width: 130px;
    height: 130px;
    margin-bottom: 10px;

    background-image: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
}

.post-block .post-content {
    position: relative;

    padding-left: 150px;
}

.post-content .post-date {
    font-size: 12px;
}

.post-content .post-date .day {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.post-content .post-meta {
    position: relative;

    padding: 10px 0;

    color: #9b9b9b;
}

.post-content .post-meta:before {
    position: absolute;
    bottom: 0;

    display: block;
    width: 80px;
    height: 4px;

    content: "";

    background-color: #ff5d5d;
}

.post-content h3 {
    padding: 15px 0;
    margin: 0;

    font-size: 14px;
    line-height: 1.5;
}

.footer {
    position: relative;

    font-size: 16px;

    text-align: center;

    color: #7e8135;
}

.footer p {
    font-size: 16px;
    line-height: 1.5;

    color: #7e8135;
}


.footer:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    background-color: #c9cba1;
}

.footer h4 {
    margin: 0;
    margin-bottom: 15px;

    font-family: "Oswald";
    font-size: 12px;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #000;
}

.newlatter-sub .form-group {
    position: relative;

    padding-right: 90px;
}

.newlatter-sub .form-group .btn {
    position: absolute;
    top: 0;
    right: 0;

    width: auto;
    min-width: auto;
    padding: 15px 20px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    background-color: #b9a830;
}

.newlatter-sub .form-group .form-control {
    border: 1px solid #aeaeae;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}


.newlatter-sub .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #7e8135;
}

.newlatter-sub .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #7e8135;
}

.newlatter-sub .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #7e8135;
}

.newlatter-sub .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #7e8135;
}

.f-logo {
    display: block;
    margin-bottom: 25px;
}

.border-box {
    padding: 0 50px;
    padding-bottom: 30px;

    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.footer ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.footer li a {
    color: #7e8135;
}

.footer li img {
    margin-right: 10px;

    vertical-align: middle;
}

.footer ul.social-media {
    margin-top: 25px;
}

.social-media li {
    display: inline-block;
    margin-right: 6px;
}

.top-left .social-media a,
.top-left .social-media a .fa {
    color: #fff;
}

.top-left .social-media a:hover,
.top-left .social-media a .fa:hover {
    color: #c9cba1;
}

.footer-bottom {
    padding: 20px 0;

    color: #fff;
    background-color: #fff;
}

.footer-bottom ul {
    padding: 0;
    margin: 0;

    list-style: none;
}

.footer-bottom ul li {
    display: inline-block;
    margin-left: 16px;

    vertical-align: middle;

    color: rgba(5, 5, 5, .5);
}

.footer-bottom ul li a {
    color: #fff;
}


.newsletter {
    position: relative;

    padding: 50px 0;

    text-align: center;

    color: #fff;
    border: 6px solid #fff;
    background-image: url(../img/fb.jpg);
    background-position: center;
    background-size: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}


.newsletter:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .5;
    background-color: #000;
}

.newsletter h2 {
    margin: 0;
    margin-bottom: 30px;

    text-transform: uppercase;
}

.newsletter .field-list {
    padding: 0 50px;
    margin: 0;

    list-style: none;
}

.newsletter .field-list li {
    display: inline-block;
    width: 24%;
    padding: 0 10px;
}

.newsletter .field-list li .input-group {
    width: 100%;
}

.chose-service h2 {
    margin: 0;
    margin-bottom: 20px;
}



.top-header {
    padding: 15px 0;

    color: #fff;
    background-color: #222;
}

.rtl .top-header {
    text-align: left;
}

.top-left,
.top-right {
    display: inline-block;
    padding: 0;
    margin: 0;

    list-style: none;
}

.top-left li,
.top-right li {
    display: inline-block;
    margin-left: 30px;

    font-family: "Oswald";
    font-size: 12px;

    vertical-align: middle;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-right li:last-child {
    opacity: 0;
}

.woocommerce-cart .top-right li:last-child,
.woocommerce-checkout .top-right li:last-child {
    opacity: 1;
}

.top-right li select {
    width: 50px;

    border: 0;
}

.top-right li a {
    vertical-align: middle;

    color: #000;
}

.top-right li svg {
    margin-right: 12px;

    vertical-align: -2px;
}

.full-bg-img {
    position: relative;

    overflow: hidden;

    color: #fff;
    background-color: #222;
}

.full-bg-img .bg-invert {
    position: absolute;
    top: 0;
    right: -50px;

    width: 50%;
    height: 100%;
    overflow: hidden;

    transform: skewX(-10deg);

    background-color: #c9cba1;
}

.full-bg-img .bg-invert span {
    position: absolute;
    top: 0;
    right: 0;

    width: 110%;
    height: 100%;

    transform: skewX(10deg);

    background-image: url(../img/bg.jpg);
    background-position: center;
    background-size: cover;
}

.full-bg-img h3 {
    margin: 0;
    margin-bottom: 30px;

    font-size: 40px;

    color: #c9cba1;
}


.full-bg-img ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;

    list-style: none;
}

.full-bg-img li {
    position: relative;

    padding-left: 30px;
    margin: 10px 0;
}

.rtl .full-bg-img li {
    padding-right: 30px;
}

.rtl .full-bg-img .col-md-6 {
    float: right;
}

.rtl .full-bg-img .bg-invert {
    right: initial;
    left: -50px;
}

.rtl .full-bg-img .bg-invert span {
    right: initial;
    left: 0;
}

.full-bg-img li:before {
    position: absolute;
    top: 4px;
    left: 0;

    display: inline-block;
    width: 10px;
    height: 10px;

    content: "";

    border-radius: 50%;
    background-color: #c9cba1;
}

.rtl .full-bg-img li:before {
    right: 0;
}


/* .woocommerce-page.woocommerce-account .left-filter {
    display: none;
}

.woocommerce-page.woocommerce-account .right-content {
    width: 100%;
} */

.left-filter {
    display: none;
    float: left;
    width: 24%;
    padding: 20px;

    background-color: #f5f5f5;
}

.rtl .left-filter {
    float: right;
}

.rtl.woocommerce-page .right-content {
    float: left;
}

.right-content {
    width: 100%;
}

/* .woocommerce-page .left-filter {
    display: block;
}

.woocommerce-page .right-content {
    float: right;
    width: 74%;
} */

.left-filter h3 {
    margin: 0;

    color: #c9cba1;
}

.left-filter .widget-title {
    margin: 0;
    margin-bottom: 10px;

    font-size: 18px;
}

.widget_layered_nav_filters {
    padding: 15px;
    margin-top: 20px;

    background-color: #fff;
}

/* .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    float: right;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 10px 0 1px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
    color: #727272;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    color: #000;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
    padding: 15px 0;
    margin: 15px 0;

    border-bottom: 1px solid #ccc;
}

.woocommerce .widget_layered_nav_filters ul li a::before {
    float: right;
    margin: 0;
    margin-left: 10px;

    font-size: 12px;
    line-height: 1.6;
}

.woocommerce .widget_layered_nav_filters ul li {
    padding: 4px 10px;
    margin-right: 6px;

    font-size: 12px;

    color: #000;
    border: 1px solid #d3d3d3;
    background-color: #f5f5f5;
}

.woocommerce .widget_layered_nav_filters ul li a {
    color: #000;
} */


h1.entry-title {
    margin: 0;
    margin-bottom: 10px;
}

/* .woocommerce .woocommerce-ordering select {
    padding: 8px 10px;
}



.entry-content .woocommerce ul.products li.product a h2 {
    font-size: 18px;

    color: #c9cba1;
    border: 0;
}

.woocommerce ul.products li.product .product-summary {
    margin: 10px 0;

    color: #000;
} */

/* .woocommerce ul.products li.product .button {
    display: none;
    padding: 12px 18px;

    font-weight: 500;

    color: #fff;
    border-radius: 0;
    background-color: #666;
} */

/* .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-weight: bold;

    color: #000;
} */


/* .woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #c9cba1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 20px;

    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff;
} */

.search-results .main-banner,
.single-product .main-banner {
    display: none;
}

.search-results .entry-title {
    font-size: 24px;
}

.search-results .entry-title a {
    color: #000;
}

/* .woocommerce ul.products li.product:hover a img {
    opacity: .9;
}

.woocommerce a.wqoecf_enquiry_button {
    padding: 15px 30px;
} */

.product_meta {
    display: none;
    margin: 30px 0;

    font-weight: 600;
}

.product_meta a {
    font-weight: 400;

    color: #c9cba1;
}

/* .woocommerce-product-details__short-description p {
    line-height: 2;
} */


.breadcrumbs {
    padding: 15px 0;

    font-family: "Oswald";
    font-size: 12px;
    font-weight: normal;

    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: rgba(5, 5, 5, .5);
    border-bottom: 1px solid #b8b7b7;
    background-color: #c9cba1;
}

.breadcrumbs a {
    color: rgba(5, 5, 5, .5);
}

.navigation.post-navigation {
    display: none;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    margin: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px;

    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #000;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin: 0;
    margin-bottom: 20px;

    font-size: 25px;

    color: #c9cba1;
} */

.related.products h2 {
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 30px;

    font-size: 25px;

    border-bottom: 1px solid #ccc;
}


.es_subscription_form .es-field-wrap {
    display: inline-block;
    width: 25%;
    margin: 0;
}

.es_subscription_form .es-field-wrap label {
    width: 100%;
    margin: 0;
}

.es_subscription_form .es-field-wrap label br {
    display: none;
}

.es_subscription_form .es-field-wrap input {
    width: 100%;
    padding: 14px 20px;

    font-weight: 400;
    line-height: 1.5;

    color: #000;
    border: 0;
}

.es_subscription_form .es_subscription_form_submit {
    min-width: 190px;
    padding: 13px;

    font-size: 16px;
    font-weight: 600;

    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #c9cba1;
}

input.wpcf7-form-control,
textarea.wpcf7-form-control {
    width: 100%;
    height: auto;
    padding: 10px 18px;
    margin: 0;

    font-family: "Droid Sans";
    line-height: 2;

    color: #000;
    border: 1px solid #b8b7b7;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;

    -webkit-appearance: none;
}


input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 16px;
    margin-top: 20px;
}

.servie-list {
    padding: 0;
    margin: 0;
}

.servie-list li {
    display: inline-block;
    width: 23%;
    min-height: 194px;
    padding: 20px;
    margin: 1% .5%;

    text-align: center;
    vertical-align: top;

    background-color: #f5f5f5;
}

.servie-list li img {
    max-width: 80%;
    margin-bottom: 25px;
}

.servie-list li b {
    display: block;
}

/* .woocommerce-MyAccount-navigation ul {
    padding: 30px;
    margin: 0;

    list-style: none;

    background-color: #f5f5f5;
}

.woocommerce-MyAccount-navigation ul li {
    padding: 10px 0;
}

.woocommerce-MyAccount-navigation ul li a {
    font-size: 18px;

    color: #000;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #c9cba1;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 14px;

    border: 0;
    background-color: #eee;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 15px 26px;

    font-weight: 600;

    color: #fff;
    background-color: #c9cba1;
} */

.enquiry-text {
    padding: 20px;

    line-height: 1;

    background-color: #ebe9eb;
}

.enquiry-text .link {
    font-weight: 600;

    color: #c9cba1;
}



body .wqoecf-pop-up-box {
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    overflow: auto;

    transform: translate(0);

    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}

body .wqoecf-pop-up-box div.wpcf7 {
    max-width: 800px;
    padding: 30px;
    margin: 50px auto;

    background-color: #ffe089;
}

/* .woocommerce ul.products li.product.featured {
    overflow: hidden;
} */

/* .woocommerce ul.products li.product.featured:before {
    position: absolute;
    top: 20px;
    right: -26px;
    z-index: 1;

    padding: 4px 30px;

    content: "Featured";
    transform: rotate(45deg);

    color: #fff;
    background-color: #c9cba1;
} */

.tinv-wraper.tinv-wishlist {
    display: inline-block;
}

/* .woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a {
    margin: 0;

    color: #000;
}

.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a span {
    display: none;
}


.woocommerce-page ul.products li.product .share-options {
    display: inline-block;

    vertical-align: bottom;
}


.woocommerce-page ul.products li.product .share-options .addtoany_shortcode {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;

    display: none;
    padding: 40px;

    transform: translate(-50%, -50%);

    background-color: #fff;
    box-shadow: 0 0 10px #dfdfdf;
}

.woocommerce-page ul.products li.product .share-options .fa {
    width: 35px;
    height: 35px;
    margin-top: 14px;

    line-height: 38px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #c9cba1;
}

.woocommerce ul.products li.product .tinv-wraper.tinv-wishlist a:before {
    width: 35px;
    height: 35px;
    margin-right: 10px;

    line-height: 38px;

    text-align: center;
    vertical-align: middle;

    color: #fff;
    border-radius: 50%;
    background-color: #c9cba1;
}



.woocommerce-page ul.products li.product .share-options.share-open .addtoany_shortcode {
    display: block;
}

.woocommerce-page ul.products li.product .share-options.share-open .addtoany_shortcode:before {
    position: absolute;
    top: 0;
    right: 0;

    width: 20px;
    height: 20px;

    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;

    content: "\f00d";
    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #f00;
} */


.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-left: 20px;

    font-weight: 700;

    color: #000;
}



.tinv-wishlist tfoot .tinvwl-to-left:not(:empty),
.tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
    display: none;
}

.related.products {
    clear: both;
}


/* .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
} */

#menu-language-menu {
    margin: 0 20px;
}



.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 48px 10px 10px;

    text-align: right;
}

.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    right: 12px;
    left: initial;
}

.rtl .top-left li .fa,
.rtl .top-right li .fa {
    margin-right: 0;
    margin-left: 10px;
}


.rtl .top-left li,
.rtl .top-right li {
    padding-right: 0;
    padding-left: 10px;
    margin-right: 0;
    margin-left: 10px;

    border-right: 0;
    border-left: 1px solid;
}

.rtl .top-left li:last-child,
.rtl .top-right li:last-child {
    padding: 0;
    margin: 0;

    border: 0;
}


.blog .main-banner {
    display: none;
}

.blog-post-list {
    padding-bottom: 25px;
    margin-bottom: 25px;

    border-bottom: 1px solid #ccc;
}


.rtl input.wpcf7-form-control,
.rtl textarea.wpcf7-form-control {
    text-align: right;
}

.rtl .footer li img {
    margin-right: 0;
    margin-left: 10px;
}


.rtl a.wqoecf_enquiry_button:before {
    margin-right: 0;
    margin-left: 5px;
}


.content-center {
    max-width: 300px;
    margin: auto;
}




.banner-content {
    position: relative;
    z-index: 1;

    max-width: 600px;
    padding: 100px 0;
    padding-bottom: 150px;
    margin: auto;

    text-align: center;

    color: #fff;
}



.banner-content .btn {
    margin-top: 30px;
}

.slick-arrow {
    position: absolute;
    right: 51px;
    bottom: 0;
    z-index: 2;

    width: 50px;
    height: 50px;

    font-size: 26px;
    line-height: 50px;

    cursor: pointer;
    text-align: center;

    color: #fff;
    background-color: #b9a830;
}

.partner .slick-arrow {
    background-color: #ababab;
}

.slick-arrow.fa-angle-right {
    right: 0;
    left: initial;
}


.partner .slick-arrow.fa-angle-right {
    right: 0;
}

.partner .slick-arrow.fa-angle-left {
    left: 0;
}

.slick-dots {
    position: absolute;
    right: 0;
    bottom: 50px;
    left: 0;

    padding: 0;
    margin: auto;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    overflow: hidden;

    cursor: pointer;

    border-radius: 50%;
    background-color: #fff;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #c9cba1;
}

.footer #menu-main-menu-1 {
    margin-top: 30px;
}

.footer #menu-main-menu-1 li {
    display: inline-block;
    padding: 0 10px;

    border-left: 1px solid #ccc;
}

.footer #menu-main-menu-1 li:first-child {
    padding-left: 0;

    border: 0;
}


.footer-brand {
    display: block;
    padding: 30px;
    margin-top: -50px;

    text-align: center;

    background-color: #fff;
}


.get-touch {
    padding: 50px 40px;
    padding-bottom: 25px;
    margin-top: -50px;

    background-color: #01948d;
}

.wpcf7-form {
    margin-top: 40px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(5, 5, 5, .5);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(5, 5, 5, .5);
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(5, 5, 5, .5);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(5, 5, 5, .5);
}

textarea.wpcf7-form-control {
    height: 100px;
    margin-bottom: 40px;

    resize: none;
}

input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 12px 60px;
    margin: 0;

    font-size: 16px;
    font-weight: normal;

    transition: all .2s ease-out;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #b9a830;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #948626;
}

.wpcf7-form label {
    margin-top: 15px;

    font-family: Oswald;
    font-size: 12px;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: rgba(5, 5, 5, .5);
}

.info-block {
    margin: 0;
}

.info-block i {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 15px;

    line-height: 40px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #01948d;
}

.info-block span {
    display: block;
}

.info-block {
    line-height: 3;

    color: #91999b;
}


.single-product.slick-slide {
    position: relative;

    border: 1px solid #ccc;
    background-color: #f5f5f5;
}

.single-product.slick-slide img {
    width: auto;
    height: 80%;
    margin: auto;
    margin-bottom: 100px;
}

.single-product.slick-slide .price {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    padding: 8px 15px;

    font-family: "Oswald";
    font-size: 20px;

    color: #fff;
    background-color: #01948d;
}


.single-product.slick-slide .product-con {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 20px;
    margin: auto;

    text-align: center;

    background-color: #f5f5f5;
}

.single-product.slick-slide h3 {
    margin: 0;
}

.single-product.slick-slide a.button {
    display: inline-block;
    padding: 8px 20px;
    margin-top: 10px;

    color: #fff;
    background-color: #01948d;
}


.testimonial-slider {
    padding: 50px;

    border-radius: 20px;
    background-color: #f5f5f5;
}

.client-thumb {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 170px;
    height: 170px;

    border: 4px solid #01948d;
    border-radius: 50%;
    background-color: #ccc;
    background-image: url("../img/clinet.png");
    background-size: cover;
}

.slick-initialized .slick-slide.testi-slide {
    position: relative;

    min-height: 170px;
    padding-bottom: 70px;
    padding-left: 230px;
}

.slick-initialized .slick-slide.testi-slide .cleint-post {
    position: relative;

    padding-top: 30px;
    padding-right: 75px;
    padding-left: 75px;
}

.slick-initialized .slick-slide.testi-slide .cleint-post:before {
    position: absolute;
    top: 0;
    left: 0;

    display: block;
    width: 50px;
    height: 50px;

    content: "";

    background-image: url(../img/rs.png);
}

.slick-initialized .slick-slide.testi-slide .cleint-post:after {
    position: absolute;
    right: 0;
    bottom: 0;

    display: block;
    width: 50px;
    height: 50px;

    content: "";

    background-image: url(../img/ls.png);
}

.testimonial-slider .slick-dots {
    display: block;
    padding-right: 42px;

    text-align: right;
}

.testimonial-slider .slick-dots li {
    background-color: #d9d9d9;
}

.testimonial-slider .slick-dots li.slick-active {
    background-color: #c9cba1;
}

.home-product .nav.nav-tabs {
    margin-bottom: 30px;

    text-align: center;

    border: 0;
}

.home-product .nav.nav-tabs > li {
    display: inline-block;
    float: none;
}

.home-product .nav-tabs > li > a {
    color: #000;
    border: 1px solid #ccc;
    border-radius: 0;
}

.home-product .nav-tabs > li.active > a,
.home-product .nav-tabs > li.active > a:focus,
.home-product .nav-tabs > li.active > a:hover {
    color: #fff;
    background-color: #01948d;
}

/* .tab-pane .woocommerce .products li.product {
    padding-bottom: 25px;

    text-align: center;

    background-color: #f5f5f5;
} */

/* .tab-pane .woocommerce ul.products li.product a img {
    border: 10px solid #e1e1e1;
}

.tab-pane .woocommerce ul.products li.product .price {
    position: absolute;
    top: 0;
    left: 0;

    padding: 10px 16px;
    margin: 0;

    font-family: "Oswald";
    font-size: 20px;

    color: #fff;
    background-color: #01948d;
} */

.btn-normal {
    color: #01948d;
}


.top-pro {
    text-align: center;

    border: 20px solid #ccc;
}

.top-procon {
    padding: 44px 50px;
    margin: 40px;

    background-color: #f5f5f5;
}


.top-procon h4 {
    font-family: "Segoe Script";

    color: #01948d;
}


.home-product .outer-block {
    position: relative;
}

.home-product .outer-block:before {
    position: absolute;
    top: 0;
    right: 110px;

    width: 51%;
    height: 100%;

    content: "";

    background-color: #999;
}

.home-product .outer-block:after {
    position: absolute;
    top: 43%;
    left: 27%;

    font-size: 40px;
    font-weight: bold;

    content: "WELCOME TO PMD";
    transform: rotate(-90deg);

    color: #fff;
}


.how-we {
    position: relative;

    background-image: url("../img/testimonial.png");
    background-size: cover;
}

.how-we:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;

    display: block;
    width: 100%;
    height: 100%;

    content: "";

    opacity: .5;
    background-color: #fff;
}

.how-we .container {
    position: relative;
    z-index: 10;
}

.how-we span {
    color: #01948d;
}

.border-block {
    padding: 35px 26px;
    padding-bottom: 0;

    border-right: 6px solid #ccc;
    border-left: 6px solid #ccc;
}

.border-block h5 {
    font-size: 24px;
}

.border-block:before {
    position: absolute;
    top: 16px;
    right: 16px;

    width: 50px;
    height: 30px;

    content: "";

    background-color: #ccc;
}

.border-block a {
    display: block;
    padding: 10px 42px;
    margin-left: -42px;

    color: #01948d;
    border-top: 2px solid #ccc;
}


/* .woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;

    font-family: "Droid Sans";
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;

    color: #01948d;
} */


.font-brando {
    margin-bottom: 40px;

    font-family: "Segoe Script";
    font-size: 35px;

    text-transform: capitalize;
}

.product-slider .slick-arrow {
    position: absolute;
    top: -20px;
    right: 0;
    left: initial;

    border-radius: 0;
    background-color: #c9cba1;
}

.product-slider .slick-arrow.fa-angle-left {
    right: 50px;
}

.single-product.slick-slide h3 {
    font-size: 16px;
}

.style-checkbox ul {
    padding: 0;
    margin: 0;
}

/* .woocommerce .quantity .qty {
    padding: 10px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #c9cba1;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #01948d;
} */

.style-checkbox ul li {
    padding: 10px;
    margin: 0;
    margin-bottom: -5px;

    border-bottom: 1px solid #ccc;
    background-color: #f6f6f6;
}

.style-checkbox ul li .price-box {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;

    color: #000;
}

.style-checkbox ul li .select-box {
    margin-top: 20px;
}

.style-checkbox ul li .select-box input[type=checkbox] {
    margin: 0;

    vertical-align: middle;
}

/* .variations_form.cart {
    padding: 20px;

    color: #000;
    background-color: #ebebeb;
} */

.woocommerce div.product form.cart .variations label {
    display: block;
    margin-bottom: 10px;

    font-family: Oswald;
    font-size: 18px;
    font-weight: 400;

    color: rgba(5, 5, 5, .5);
}

.woocommerce div.product form.cart .variations select {
    width: auto;
    max-width: initial;
    min-width: 280px;
    padding: 14px;
    margin: 0;

    border: 1px solid #ccc;
}

.variations td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;

    text-align: left;

    color: #000;
}

/* .woocommerce div.product form.cart .variations label {
    margin-bottom: 15px;

    font-size: 16px;
    font-weight: 700;
}

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

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;

    color: #c9cba1;
} */

.pofw-product-options-wrapper {
    padding: 20px;

    background-color: #efefef;
}

.pofw-product-options-wrapper .field .control .choice {
    margin: 4px 0;
}

.pofw-product-options-wrapper .field .control .choice label {
    font-size: 18px;
    font-weight: normal;
}

ul.sub-menu {
    position: absolute;

    visibility: hidden;
    width: 150px;
    padding: 0;
    margin: 0;
    margin-top: 30px;

    list-style: none;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

ul.sub-menu li a {
    display: block;
    padding: 10px 20px;

    color: #000;
}

.navbar-nav > li.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    margin-top: 0;

    opacity: 1;
}

/* .woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    line-height: 1.5;
}

.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity {
    display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
    padding: 10px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 15px 26px;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    font-size: 15px;
} */

@media (max-width: 768px) {
    .home-product .outer-block:before {
        display: none;
    }

    .top-procon {
        margin: 0;
    }

    /*     .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
    } */

    .testimonial-slider {
        padding: 20px;
    }

    .slick-initialized .slick-slide.testi-slide {
        padding: 0;
    }

    .client-thumb {
        position: initial;

        margin: auto;
    }

    .testimonial-slider .slick-dots {
        position: initial;

        padding: 0;
        margin: auto;
        margin-top: 30px;

        text-align: center;
    }

    .slick-initialized .slick-slide.testi-slide .cleint-post {
        padding-right: 60px;
        padding-left: 60px;
    }

    .footer-brand {
        margin: 0;
        margin-bottom: 20px;
    }

    .get-touch {
        margin: 20px 0;
        margin-bottom: 0;
    }

    .info-block {
        margin-bottom: 20px;
    }

    .h2,
    h2 {
        font-size: 40px;
    }

    .home-product .outer-block:after {
        display: none;
    }

    .top-left {
        display: none;
    }

    ul.sub-menu {
        position: initial;

        visibility: visible;
        margin: 0;

        opacity: 1;
        box-shadow: none;
    }

    .footer #menu-main-menu-1 li ul.sub-menu {
        display: none;
    }

    .get-touch {
        padding: 20px;
    }
}

.top-right {
    position: relative;
    z-index: 1;

    float: right;
    padding: 20px 0;

    vertical-align: middle;
}

.sidebar {
    position: fixed;
    top: 115px;
    left: 0;
    z-index: 10;

    width: 330px;
    height: calc(100% - 100px);
    padding: 10px 40px;
    overflow: auto;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

    border-right: 1px solid #ccc;
    background-color: #fff;
}


.main-left-content {
    padding-top: 115px;
    padding-left: 330px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    padding: 25px 40px;

    border-bottom: 1px solid #ccc;
    background-color: #fff;
}


/* #wpadminbar {
    display: none;
} */


.banner-slider,
.banner-slide {
    height: 100vh;

    background-position: center;
    background-size: cover;
}


.sidebar h4 {
    padding: 15px 0;
    margin: 0;

    font-size: 12px;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;

    border-bottom: 1px solid;
}


.sidebar .menu,
.sidebar .product-categories {
    padding: 20px 0;
    margin: 0 -10px;
    margin-bottom: 30px;

    list-style: none;
}

.sidebar .menu li,
.sidebar .product-categories li {
    padding: 10px;

    font-family: "Oswald";
    font-size: 16px;
    font-weight: normal;
}

.sidebar .product-categories li.backmenu {
    cursor: pointer;
}


.sidebar .product-categories li.backmenu:before {
    margin-right: 10px;

    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 40px;
    line-height: 1;

    content: "\f104";
    cursor: pointer;
    text-align: center;
}

.sidebar .product-categories li.cat-parent {
    position: relative;

    cursor: pointer;
}

.sidebar .product-categories li.cat-parent > a {
    pointer-events: none;
}

.sidebar .product-categories li.cat-parent.activeMenu {
    position: initial;

    background-color: #eaebd1;
}

.sidebar ul.product-categories > li.cat-parent > ul.children > li.cat-parent.activeMenu ul.children {
    width: 100%;
    margin-top: 0;
}

.sidebar .product-categories li.cat-parent:before {
    position: absolute;
    top: 4px;
    right: 0;

    display: block;
    width: 40px;
    height: 40px;

    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 40px;

    content: "\f105";
    cursor: pointer;
    text-align: center;
}

.sidebar .product-categories li.cat-parent.activeMenu:before {
    display: none;

    transform: rotate(90deg);
}

.sidebar .menu li a,
.sidebar .product-categories li a {
    position: relative;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

    color: #000;
}

.sidebar .product-categories li a:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 250px;
    height: 30px;

    content: "";
}

.sidebar .menu li a:hover,
.sidebar .product-categories li a:hover {
    text-decoration: none;
}

.sidebar .menu li:hover,
.sidebar .product-categories li:hover {
    text-decoration: none;

    background-color: #c9cba1;
}

.sidebar .product-categories li .count {
    font-size: 12px;
    font-weight: bold;

    color: #b6b6b6;
}

.sidebar .product-categories li .children {
    position: absolute;
    top: 0;
    z-index: 10;

    display: none;
    width: calc(100% - 60px);
    height: 100vh;
    padding: 0;
    margin: 0 -10px;
    margin-top: 15px;
    margin-bottom: -10px;

    list-style: none;

    background-color: #fff;
}

.header .dgwt-wcas-search-wrapp {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;

    max-width: 100%;
    padding: 32px 320px 0 330px;
}




.custom-logo-link {
    position: relative;
    z-index: 1;

    display: inline-block;
}

.header .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 50px;

    border-color: #c8c8c8;
    border-radius: 0;
}


.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .yith-wcqv-button,
.woocommerce ul.products li.product button.woosq-btn {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;

    display: block;
    width: 90%;
    padding: 18px;
    margin: auto;

    font-family: "Oswald";
    font-weight: normal;
    line-height: 1;

    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: bottom .2s ease-out;
            transition: all .25s ease;
    letter-spacing: 1px;
    text-transform: uppercase;

    opacity: 0;
    color: #fff;
    border: 0;
    border-radius: 0;
    background-color: #b9a830;
}

.woocommerce ul.products li.product .add_to_cart_button.br_compare_button {
    position: initial;

    opacity: 1;
}

.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce ul.products li.product .yith-wcqv-button:hover,
.woocommerce ul.products li.product button.woosq-btn {
    background-color: #948626;
}

.woocommerce ul.products li.product .add_to_cart_button {
    top: 120px;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 258px;

    content: "";
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;

    opacity: 0;
    background-color: #000;
}


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


.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: 16px;
    line-height: 1.5;

    transition: color .2s ease-out;

    color: #000;
}


.woocommerce ul.products li.product .price {
    font-size: 18px;

    color: rgba(5, 5, 5, .5);
}


.woocommerce ul.products li.product:hover a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
    opacity: .6;
}

.woocommerce ul.products li.product:hover .add_to_cart_button {
    top: 140px;

    opacity: 1;
}

.woocommerce ul.products li.product:hover .yith-wcqv-button,
.woocommerce ul.products li.product:hover button.woosq-btn {
    top: 80px;

    opacity: 1;
}

.woocommerce div.product .product_title {
    font-family: "Oswald";
    font-size: 36px;
    font-weight: normal;

    color: #000;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin: 0;

    font-size: 22px;
    line-height: 2.5;

    color: rgba(5, 5, 5, .5);
}

.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce div.product form.cart .sep-addtocart {
    padding: 20px;
    padding-left: 240px;
    margin-top: 40px;

    border-top: 1px solid #ccc;
}

.woocommerce div.product .yith-wcwl-add-button a.add_to_wishlist {
    position: relative;
    top: -106px;

    display: inline-block;
    padding: 15px 30px;

    font-family: "Oswald";
    font-size: 18px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #636363;
    border: 1px solid #636363;
    background-color: transparent;
}

.woocommerce div.product .yith-wcwl-add-button a.add_to_wishlist:hover {
    text-decoration: none;

    color: #fff;
    background-color: #636363;
}

.woocommerce div.product .yith-wcwl-add-button .yith-wcwl-icon {
    display: none;
}


.woocommerce div.product form.cart .button {
    display: inline-block;
    padding: 20px 50px;

    font-family: "Oswald";
    font-size: 18px;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    border-color: #636363;
    border-radius: 0;
    background-color: #636363;
}

.woocommerce div.product form.cart .button:hover {
    background-color: #4f4f4f;
}


.blog-posts {
    padding: 50px 20px;
}


.post-thumb {
    display: block;
    width: 100%;
    height: 300px;

    background-position: center;
    background-size: cover;
}

.blog-posts h3 {
    margin: 30px 0;
    margin-bottom: 20px;
}

.blog-posts h3 a {
    font-family: Oswald;
    font-size: 26px;
    font-weight: normal;

    color: #000;
}


.blog-posts a.read-more {
    display: inline-block;
    margin-top: 20px;

    font-family: Oswald;
    font-size: 20px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #b9a830;
}


.post-singlepage h1 {
    margin-bottom: 30px;
}

.post-singlepage .date {
    display: block;

    font-family: Oswald;
    font-size: 20px;

    color: rgba(5, 5, 5, .5);
}

.post-singlepage .wp-post-image {
    margin: 50px 0;
}

.post-singlepage .postby {
    display: block;
    padding: 50px 0;
    margin-top: 60px;

    font-size: 16px;

    text-align: center;

    color: rgba(5, 5, 5, .5);
    border-top: 1px solid #ccc;
}


.cat-list a {
    display: block;
    margin: 20px;

    text-align: center;
}


.cat-list .cat-thumb {
    width: 100%;
    height: 250px;

    background-position: center;
    background-size: cover;
}


.cat-list h3 {
    font-family: Oswald;
    font-size: 20px;

    color: #000;
}

.cat-slider .slick-arrow {
    top: 50%;
    left: 0;

    margin-top: -15px;
}

.cat-slider .slick-arrow.fa-angle-right {
    right: 0;
    left: initial;
}

.term-description {
    margin-bottom: 50px;

    text-align: center;
}


.result-group:after {
    display: block;
    clear: both;

    content: "";
}

.result-group {
    padding: 20px 0;
    margin-bottom: 50px;

    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    font-size: 16px;

    border: 0;
}


.woocommerce-tabs.wc-tabs-wrapper {
    display: block;
    padding: 60px 0;
    clear: both;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;

    text-align: center;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-transform: uppercase;

    color: rgba(5, 5, 5, .5);
    border: 0;
    border-radius: 0;
    background: #c9cba1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 20px 80px;

    font-family: Oswald;
    font-size: 12px;
    font-weight: normal;

    letter-spacing: 2px;

    color: rgba(5, 5, 5, .5);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #fff;
    background: #b9a830;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    margin-top: 4rem;

    line-height: 1.6em;

    text-align: left;
    text-transform: none;

    color: #050505;
    background: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-family: Oswald;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.4em;

    text-align: center;
    text-transform: uppercase;

    color: #000;
}


.woocommerce div.product .woocommerce-tabs .panel table {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel table td {
    padding: 15px;

    font-size: 16px;

    color: rgba(5, 5, 5, .5);
}

.woocommerce div.product .woocommerce-tabs .panel table td:first-child {
    font-family: Oswald;
    font-size: 12px;

    letter-spacing: 2px;

    color: #000;
}

.related.products h2 {
    text-align: center;

    border: 0;
}

.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce-product-details__short-description .product-description-read-more {
    display: inline-block;
    margin: 20px 0;
    margin-bottom: 0;

    font-family: Oswald;
    font-size: 18px;

    letter-spacing: 2px;
    text-transform: uppercase;

    color: #b9a830;
}

.quantity-outer {
    position: relative;

    display: inline-block;
    width: 100%;
    max-width: 280px;
}

.quantity-outer label {
    display: block;
    margin-bottom: 10px;

    font-family: Oswald;
    font-size: 18px;
    font-weight: normal;

    color: rgba(5, 5, 5, .5);
}

.quantity-outer button {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 50px;
    padding: 9px;

    font-size: 28px;
    line-height: 1;

    color: #ccc;
    border: 0;
    background-color: transparent;
}

.quantity-outer button.plus {
    right: 0;
    left: initial;
}


.woocommerce div.product form.cart .quantity-outer .quantity {
    display: block;
    float: none;
    width: 100%;
    max-width: 280px;
    margin: 0;

    text-align: center;

    border: 1px solid #ccc;
}

.woocommerce .quantity-outer .quantity .qty {
    padding: 12px;

    text-align: center;

    border: 0;
}


/* Chrome, Safari, Edge, Opera */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
    margin: 0;

    -webkit-appearance: none;
}

/* Firefox */
input[type=number].qty {
    -moz-appearance: textfield;
}


.main-left-content .woo_amc_container_wrap.woo_amc_show,
.main-left-content .woo_amc_container_side {
    width: 470px;
    max-width: 470px;
}

.main-left-content .woo_amc_container_side .woo_amc_center {
    max-width: 100%;
    padding: 0 30px;

    font-family: Oswald;
}

.main-left-content .woo_amc_close {
    right: 30px;
}

.main-left-content .woo_amc_item_wrap {
    padding: 30px 0;

    border: 0;
    border-top: 1px solid #ccc;
}

.main-left-content .woo_amc_item_price_wrap,
.main-left-content .woo_amc_item_price_wrap .woocommerce-Price-amount.amount {
    color: rgba(5, 5, 5, .5);
}

.main-left-content .woo_amc_item_wrap + .woo_amc_item_wrap {
    margin: 0;
}

.main-left-content .woo_amc_item_title {
    padding-right: 50px;
}

.main-left-content .woo_amc_item_delete svg {
    width: 10px;
    height: 10px;
}


.main-left-content .woo_amc_container_wrap.woo_amc_show .woo_amc_footer_w50 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.main-left-content .woo_amc_container_side .woo_amc_center {
    display: block;
    height: auto;
}

.main-left-content .woo_amc_footer_lines {
    display: flex;
    width: 100%;
    padding: 0;

    text-align: center;

    justify-content: space-between;
}

.woo_amc_container.woo_amc_container_side .woo_amc_footer {
    padding-top: 10px;

    background-color: #fff;
}

.main-left-content .woo_amc_footer_link {
    display: inline-block;
    width: 100%;
    padding: 8px;

    font-size: 18px;
    line-height: 3.5rem;

    transition: all .2s ease-out;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #fff;
    background-color: #b9a830;
}


.woo_amc_container.woo_amc_container_side .woo_amc_footer:hover {
    text-decoration: none;

    opacity: 1;
}


.woocommerce table.shop_table {
    border: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 70px;
}

.woocommerce table.shop_table td.product-name a {
    font-family: Oswald;
    font-size: 18px;

    color: #000;
}

.woocommerce table.shop_table td {
    padding: 20px 12px;

    border-top: 1px solid rgba(0, 0, 0, .25);
}

.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal {
    font-family: Oswald;
    font-size: 18px;

    color: #000;
}

.woocommerce table.shop_table th {
    font-weight: normal;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: auto;
}

.woocommerce .quantity .qty {
    width: 4.631em;
    padding: 6px;

    font-size: 16px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 20px;

    font-size: 16px;

    border: 1px solid #b8b7b7;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-block;
    padding: 13px 30px;
    overflow: hidden;

    font-family: Oswald;
    font-size: 15px;
    font-weight: normal;

    transition: all .2s ease-out;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #b9a830;
    border: 1px solid #b9a830;
    border-radius: 0;
    background: transparent;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    padding: 13px 30px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background-color: #b9a830;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: auto;
    padding: 20px 0;

    font-family: Oswald;
    font-size: 12px;
    font-weight: normal;

    letter-spacing: 2px;
    text-transform: uppercase;
}

.woocommerce table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .order-total td {
    font-family: inherit;
    font-size: 18px;

    text-align: right;
    letter-spacing: normal;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
    background-color: #b9a830;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #948626;
}

.woocommerce-info {
    border-top-color: #948626;
}

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

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    padding: 10px 20px;
}

.main-left-content .woo_amc_open_image svg {
    width: 22px;
    max-height: 22px;
}

.main-left-content .woo_amc_open_image,
.main-left-content .woo_amc_open {
    width: auto;
    height: auto;
}

.main-left-content .woo_amc_open.right-top-fixed {
    top: 44px;
    right: 34px;

    display: flex;

    align-items: center;
}

.main-left-content .woo_amc_open_count {
    position: initial;

    width: auto;
    height: 12px;
    padding: 0 2px;
    margin-left: 10px;

    font-size: 12px;
    line-height: 1;

    color: #000;
    border-right: 1px solid;
    border-left: 1px solid;
    border-radius: 3px;
    background-color: transparent;
}

.woocommerce form .form-row .required {
    font-size: 8px;

    vertical-align: 6px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    margin-bottom: 0;

    font-size: 14px;
    font-weight: normal;
}


.select2-container--default .select2-selection--single {
    height: auto;
    padding: 8px 15px;

    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #948626;
}

.woocommerce form .form-row .input-checkbox {
    position: initial;
}


.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #948626;
}


.checkout.woocommerce-checkout h3 {
    font-family: Oswald;
    font-weight: normal;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 20px 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th:last-child,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
}


.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 16%;
    margin: 1%;
}


#yith-quick-view-modal .yith-wcqv-main {
    padding: 30px;

    box-shadow: none;
}


#woosq-popup .woocommerce div.product .summary-content .product_title + .product_title {
    display: none;
}

#woosq-popup #yith-quick-view-close {
    top: 20px;
    right: 20px;

    font-size: 20px;

    color: #000;
    border: 0;
}

#woosq-popup .woocommerce div.product form.cart .sep-addtocart {
    padding-left: 0;
}

#yith-quick-view-content div.summary {
    padding: 0 30px;
}

form.woocommerce-currency-switcher-form .dd-select {
    border: 0;
    background: transparent !important;
}

form.woocommerce-currency-switcher-form .dd-selected {
    padding: 0;

    font-weight: normal;
}

form.woocommerce-currency-switcher-form .dd-selected label {
    padding-right: 15px;
    margin: 0;

    font-weight: normal;
}


form.woocommerce-currency-switcher-form .dd-select .dd-pointer-down {
    right: 0;

    margin-top: -1px;

    border: solid 3px transparent;
    border-top: solid 3px #000;
}

form.woocommerce-currency-switcher-form .dd-select .dd-pointer-up {
    right: 0;

    margin-top: -5px;

    border: solid 3px transparent !important;
    border-bottom: solid 3px #000 !important;
}

form.woocommerce-currency-switcher-form ul.dd-options {
    width: 50px !important;
}

form.woocommerce-currency-switcher-form .dd-options li {
    display: block;
    padding: 6px;
    margin: 0;
}

form.woocommerce-currency-switcher-form .dd-options li:last-child {
    opacity: 1;
}

form.woocommerce-currency-switcher-form .dd-options li a.dd-option {
    padding: 0;

    font-weight: normal;

    border: 0;
}

form.woocommerce-currency-switcher-form .dd-options li a.dd-option label {
    margin: 0;

    font-weight: normal;

    cursor: pointer;
}


@media (min-width: 769px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 42%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 55%;
    }
}

.woobt-products .woobt-product .woobt-thumb img {
    width: 100px;
    height: 100px;
}

.woobt-products .woobt-product .woobt-thumb {
    width: 115px;
}

.woobt-products .woobt-product > td {
    font-family: Oswald;
    font-size: 16px;
    font-weight: normal;

    color: rgba(5, 5, 5, .5);
}

.custom-checkbox {
    position: relative;

    display: block;
    width: 20px;
    height: 20px;
    margin-right: 20px;

    border: 1px solid;
}

.custom-checkbox:before {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 0;

    display: block;
    width: 14px;
    height: 14px;

    content: "";

    opacity: 1;
    background-color: #b9a830;
}


.custom-checkbox .woobt-checkbox {
    position: relative;
    z-index: 1;

    width: 20px;
    height: 20px;
    margin: 0;

    opacity: 0;
}

.woobt-products .woobt-product .woobt-quantity {
    display: none;
}

.woobt-product.woobt-product-together.woobt-hide .custom-checkbox:before {
    opacity: 0;
}

.manu-toggle {
    display: none;
}

.single-product .for-quickview {
    display: none;
}

#woosq-popup .for-quickview {
    display: block;
}

#woosq-popup .for-product {
    display: none;
}

#woosq-popup {
    height: 100%;
    max-width: 1140px;
    max-height: 100%;
    padding: 40px;
}

#woosq-popup .single-product .product > div.thumbnails {
    text-align: center;

    background-color: #f1f1f1;
}

#woosq-popup .single-product .product .woovr-variations.woovr-variations-select {
    display: none;
}


#woosq-popup .woobt-choose .custom-checkbox:before {
    display: none;
}

#woosq-popup .woobt-choose .custom-checkbox.checked:before {
    display: inline-block;
}

.mfp-woosq .mfp-close {
    top: 10px;
    right: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
}

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

.woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;

    list-style: none;

    background-color: #f3f3f3;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 20px;

    font-family: "Oswald";

    color: #000;
    border-bottom: 1px solid #e7e7e7;
}

.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover {
    text-decoration: none;

    color: rgba(5, 5, 5, .5);
    background-color: #c9cba1;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 20px 12px;

    font-size: 14px;
    font-weight: bold;
}

#woosq-popup .single-product .product .summary .summary-content {
    padding: 0 30px;
}
#woosq-popup .product-type-woosg form.cart .quantity {
    display: block;
}

.woocommerce form  .wooccm-additional-fields .wooccm-type-checkbox .description {
    display: block !important;
    min-height: 20px !important;
    padding: 0;
    margin: 0;

    font-size: 12px;

    color: #000;
    border: 0;
    background: transparent;
}

.woocommerce form .wooccm-additional-fields .wooccm-type-checkbox .description:before {
    display: none;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    border-color: #b9a830;
    background-color: #b9a830;
}

.product-type-woosg form.cart .quantity {
    display: block;
}

.woocommerce ul.products li.product.product_cat-build-your-own-kits button.woosq-btn {
    display: none;
}
.woocommerce ul.products li.product.product_cat-build-your-own-kits:hover .add_to_cart_button {
    top: 110px;
}

.summary .woosg_wrap .woosg-products .woosg-product .woosg-price {
    display: none;
}

.summary .woosg_wrap .woosg-products .woosg-product .woovr-variation-select {
    padding: 10px;
}

.woosg-products .woosg-product .woosg-qty .quantity:before {
    content: "Qty:";
}

@media (max-width: 768px) {
    .sidebar {
        left: -100%;
    }

    .main-left-content {
        padding-top: 110px;
        padding-left: 0;
    }

    .banner-slider,
    .banner-slide {
        height: 50vh;
    }

    .woocommerce ul.products li.product .add_to_cart_button,
    .woocommerce ul.products li.product .yith-wcqv-button,
    .woocommerce ul.products li.product button.woosq-btn {
        position: initial;

        margin: 6px auto;

        opacity: 1;
    }

    .woocommerce ul.products li.product .yith-wcqv-button,
    .woocommerce ul.products li.product button.woosq-btn {
        color: #b9a830;
        border: 1px solid #b9a830;
        background-color: transparent;
    }

    .footer {
        padding: 40px 0;
    }

    .footer h4 {
        margin-top: 40px;
    }

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

    .footer-bottom ul {
        text-align: center;
    }

    .woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
        display: none;
    }

    .woocommerce-tabs.wc-tabs-wrapper {
        padding-top: 0;
    }

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

    .top-right li span {
        display: none;
    }

    .top-right li span.dd-pointer {
        display: inline-block;
    }

    .top-right li {
        margin-left: 10px;
    }

    .custom-logo-link {
        width: 120px;
        margin: 14px;
    }

    .header .dgwt-wcas-search-wrapp {
        padding: 32px 200px 0 200px;
    }

    .header {
        padding: 25px;
    }

    .manu-toggle {
        position: relative;
        z-index: 1;

        display: block;
        float: left;
        width: 24px;
        height: 24px;
        padding: 0;
        margin: 15px 0;

        border: 0;
        background-color: transparent;
    }

    .manu-toggle span {
        display: block;
        width: 100%;
        height: 2px;

        background-color: #000;
    }

    .manu-toggle:before,
    .manu-toggle:after {
        display: block;
        width: 100%;
        height: 2px;
        margin: 5px 0;

        content: "";

        background-color: #000;
    }

    .manu-toggle.menuActive:before {
        position: relative;
        top: 7px;

        transform: rotate(45deg);
    }

    .manu-toggle.menuActive:after {
        position: relative;
        top: -7px;

        transform: rotate(-45deg);
    }

    .manu-toggle.menuActive span {
        opacity: 0;
    }

    .sidebar.menuActive {
        top: 110px;
        left: 0;
    }
    .woocommerce div.product .yith-wcwl-add-button a.add_to_wishlist{
    top: -122px;
    }
}

@media (max-width: 480px) {
    .header .dgwt-wcas-search-wrapp {
        top: 54px;

        padding: 10px 15px;
    }

    .header {
        min-height: 115px;
        padding: 15px;
    }

    .manu-toggle {
        margin: 5px 0;
    }

    .custom-logo-link {
        width: 100px;
        margin: 6px 16px;
    }

    .top-right {
        padding: 6px 0;
    }

    .main-left-content .woo_amc_open.right-top-fixed {
        top: 20px;
        right: 20px;
    }

    .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        height: 40px;
        padding: 8px 15px 8px 40px;
    }

    .main-left-content .woo_amc_container_wrap.woo_amc_show,
    .main-left-content .woo_amc_container_side {
        width: 100%;
    }

    .main-left-content .woo_amc_container_side .woo_amc_center {
        padding: 0 15px;
    }

    .woocommerce div.product form.cart .sep-addtocart {
        padding: 0;
        padding-top: 20px;
        margin-top: 30px;
    }

    .woocommerce div.product .yith-wcwl-add-button a.add_to_wishlist {
        top: -10px;
    }

    .yith-wcwl-add-to-wishlist {
        margin: 20px 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .summary .woosg_wrap .woosg-products .woosg-product {
        display: block;
    }
    .summary .woosg_wrap .woosg-products .woosg-product .woosg-thumb {
        float: left;
        width: 80px;
        margin-bottom: 20px;
    }
    .summary .woosg_wrap .woosg-products .woosg-product .woosg-thumb img {
        display: block;
        width: 70px;
        height: 70px;
        max-width: 70px;
    }
    .summary .woosg_wrap .woosg-products .woosg-product:after {
        display: block;
        clear: both;

        content: "";
    }
    .summary .woosg_wrap .woosg-products .woosg-product .woosg-qty {
        display: inline-block;
        float: left;
        width: auto;
        margin: 0;
        clear: both;
    }

    .woosg-products .woosg-product .woosg-qty .quantity {
        position: relative;

        padding-left: 35px;
        margin-left: 80px;
    }

    .woosg-products .woosg-product .woosg-qty .quantity:before {
        position: absolute;
        top: 10px;
        left: 0;
    }

    .summary .woosg_wrap .woosg-products .woosg-product .woosg-price {
        display: none;
        float: right;
        margin: 0;

        font-size: 20px;
        font-weight: bold;

        flex: initial;
    }
}