/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
@font-face {
			font-family: "CenturyGothicRegular";
			src: url('CenturyGothicRegular/CenturyGothicRegular.eot');
			src: url('CenturyGothicRegular/CenturyGothicRegular.eot?#iefix')format("embedded-opentype"),
			url('CenturyGothicRegular/CenturyGothicRegular.woff') format("woff"),
			url('CenturyGothicRegular/CenturyGothicRegular.ttf') format("truetype");
			font-style: italic;
			font-weight: normal;
	}

.product-image-summary-wrap {
    background: rgba(255, 255, 255, 0.7);
}
h1, h2, h3, h4, h5, h6, legend {
    margin-bottom: 5px;
}
a.front-link {
text-decoration: underline;
color: #fff;
}
a.front-link:hover {
color: #BC0000 !important;
}
.alignleft {
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    margin-bottom: 0px;
}
#logo_wrap {
    float: left;
    padding-top: 3px;
    cursor: pointer;
    min-width: 35%;
    background: url(/wp-content/uploads/2020/09/rekvsem_logo.svg) no-repeat left -5px;
    background-size: 55px;
    background-position-x: -5px;
}
#logo_wrap_mobile {
    float: left;
    margin-top: 5px;
    cursor: pointer;
    min-width: 35%;
    background: url(/wp-content/uploads/2020/09/ritual_plus_logo_bold.svg) no-repeat left 3px;
    background-size: 30px;
    background-position-x: 0px;
    background-position-y: 0px;
}
#logo_text_wrap {
    font-family: "CenturyGothicRegular";
    font-weight: 600;
    color: #171614;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 60px;
    line-height: 120%;
}
#logo_text_wrap2 {
    font-family: "CenturyGothicRegular";
    font-weight: 600;
    color: #171614;
    font-size: 18px;
    padding-top: 5px;
    margin-left: 50px;
    line-height: 120%;
}
.text_logo2 {
    padding: 0px 0px 10px 0px;
    color: #171614;
    font-family: "CenturyGothicRegular";
    font-size: 11px;
    border-top: 1px solid #171614;
    max-width: fit-content;
    margin-left: 2px;
    margin-top: 5px;
    margin-right: -10px;
}
.text_logo3 {
    padding: 0px 0px 10px 0px;
    color: #171614;
    font-family: "CenturyGothicRegular";
    font-size: 12px;
    max-width: fit-content;
    margin-left: 2px;
    margin-top: 5px;
    margin-right: -10px;
    line-height: 120%;
}
img.smallpic {
    margin-right: 25px;
    margin-bottom: 10px;
}
.whb-top-bar {
    background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
}
.whb-header-bottom {
    background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
}
.front-banner-bordo {
    background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
    border-radius: 15px;
    opacity: 90%;
}
.woodmart-menu-price .menu-price-details {
    font-size: 135%;
}
.woodmart-price-table .woodmart-plan-feature {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid;
    color: #171614;
    border-color: #ebebeb;
}
.woodmart-price-table {
    margin-right: 5px;
    margin-left: 5px;
}  
.woodmart-price-table .woodmart-plan-features {
    padding: 10px;
} 
.woodmart-price-table .woodmart-price-value {
    color: #171614;
    font-weight: 400;
}     
.vc-hoverbox-block {
    height: 70% !important;
}
.vc-hoverbox-block.vc-hoverbox-back {
    background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
   color: #fff !important; 
}
.front-text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
    text-align: left;
}
ul.front {
    margin-bottom: 10px;
}
.vc_tta-panel-heading:hover {
    background: #fff !important;
}
.vc_tta-title-text:hover {
    color: #DD1515 !important;
} 
.box-icon-wrapper {
    padding-top: 25px;
}
.front-box-blue {
   background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
}
.footer-container {
   background: linear-gradient(to bottom, #3c3935 -50%,#171614 100%) !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
    padding-top: 12px;
    padding-bottom: 12px;
}
h5 {
    margin-bottom: 7px;
}
.darkcolor {
    color: #171614;
}
.darkcolor2 {
    color: #171614;
    font-size: 16px;
    margin-top: 10px;
    line-height: 100%;
}
select {
    padding: 0 5px;
    max-width: 100%;
    min-width: 160px;
    height: 42px;
    /*border: 2px solid #331426;*/
    border-radius: 2px !important;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 16px;
    transition: border-color .5s ease;
    font-weight: 600;
    color: #171614;
}
/*input[type=text], input[type=email], input[type=password], input[type=search], input[type=number], input[type=url], input[type=tel], input[type=date], select, textarea {
    padding: 0 5px;
    max-width: 100%;
    min-width: 160px;
    height: 42px;
    border: 2px solid #331426;
    border-radius: 2px !important;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 16px;
    transition: border-color .5s ease;
    font-weight: 600;
    color: #331426;
}
*/
.tm-extra-product-options .tc-cell, .tc-cell {
    margin-bottom: 5px;
}
.quantity input[type=button], .quantity input[type=number] {
    color: #171614;
}
.variations_form .variations .value {
    padding-top: 15px;
}
.product-image-summary .variations {
    margin-bottom: 5px;
}
.variations_form .variations td {
    display: block;
}
/*.summary.entry-summary {
    padding-left: 0px !important;
}*/
h1.product-image-summary .entry-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
}
.tc-quantity-right .tm-quantity {
    margin-top: -25px;
}
.tm-quantity input.tm-qty {
    border: 2px solid;
    border-color: #171614;
    border-radius: 2px !important;
}
input[type=number] {
    color: #171614;
    font-weight: 600;
}
.product-image-summary .quantity {
    display: none !important;
}
label.tm-epo-field-label.fullwidth {
    margin-bottom: -20px;
}
.rrp-price {
    font-size: 20px;
    font-weight: 600;
}
dt.tm-options-totals, dt.tm-final-totals {
    font-size: 20px;
    color: #171614;
    font-weight: 600;
}
#slider-48 {
    margin-top: 25px;
}
@media screen and (max-width: 579px){
.order {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: -webkit-center;
}
.tel {
    margin-top: 0px;
    font-size: 21px;    
    text-align: -webkit-center;
    margin-right: 25px;
}
.top_panel {
    font-size: 0.73em;
    font-weight: 500;
}
h3.h3_ac {
    font-size: 14px;
    padding-top: 5px;
}
h2 {
    font-size: 1.2em;
    line-height: 120%;
    margin-top: 7px;
} 
#logo_text_wrap {
    font-size: 15px;
}
#logo_text_wrap2 {
    font-size: 15px;
}
.text_logo2 {
    font-size: 9px;
}
#logo_wrap {
    background-size: 60px;
}
img.smallpic {
    margin-right: 0px;
    margin-bottom: 10px;
}
.main-page-wrapper {
    padding-top: 10px;
}
.vc_custom_1599667787846 {
    margin-bottom: 15px !important;
}
}