/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
header#header{
    background-color: white;
}
#product #content-wrapper .elementor .elementor-inner .elementor-section-wrap section:first-child{
    margin-top:0;
}
#desktop_language_selector{
    position: relative;
    background: white;
}
#desktop_language_selector .language-selector ul{
    margin-bottom: 0;
    position: absolute;
    right: 5vw;
    top: 5px;
}
#desktop_language_selector .language-selector li{
    padding: 0 5px;
}
#_mobile_language_selector{
    display: none;
}
.navigation-nav1{
    display: flex;
    align-items: center;
}
.navigation-nav2{
    padding-bottom: 2px;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.an_clientservice .clientservice-title {
    margin: -29px;
    padding: 24px 29px 25px;
    background: #f3f3f3;
    margin-bottom: 33px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}
.clientservice-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 28px;
}
.clientservice-item:last-child {
     border-bottom: 0;
}
.an_clientservice p {
    text-align: left;
    margin-bottom: 0;
    font-size: 14px;
   
}
.an_clientservice h4 {
    text-align: left;
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.an_clientservice h4 svg {
    margin-right: 10px;
    margin-left: 1px;
    width: 25px;
}
.client-separator {
    height: 7px;
}
.an_clientservice a {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
    text-decoration: underline;
    color: #000!important;
}
.an_clientservice a:hover {
    text-decoration: none;
}
    /*** modal ***/
.clientservice_sg-open {
    overflow: hidden;
    
}
.clientservice_sg-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 100;
    
}
  
.clientservice_sg-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    overflow-x: none;
    overflow-y: auto;
    z-index: 200;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.an_clientservice {
    max-width: 340px;
    width: 100%;
    display: none;
    min-width: 200px;
    position: relative;
    background-color: #fff;
    z-index: 300;
    padding: 29px;
    float: right;
    min-height: 100vh;
    color: #000;
}
.clientservice_sg-btn-close {
    font-size: 27px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #000;
}
.clientservice_sg-btn-close:hover {
    color: #949494;
}
#_desktop_contact_link span, #_desktop_clientservice .clientservice_open-modal-btn, #_desktop_contact_link a {
    color: #000000;
    font-size: 10px;
}
.clientservice_open-modal-btn {
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.clientservice_open-modal-btn:hover {
    text-decoration: none;
}
nav#navigation{
    background: #f2f2f2;
    font-size:10px;
}
.navigation-nav2.col-md-6 .elementor-column-wrap.elementor-element-populated{
    padding: 5px;
}
#_desktop_contact_link {
    margin: 0;
    padding: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
#_desktop_contact_link span {
    margin-right: 30px;
}
#contact-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px){
    nav#navigation{
        background:white;
    }
}

#mc_embed_signup {
    max-width: 90%;
}

h4{
	margin-top: 10px!important;
    margin-bottom: 10px!important;
}

@media (min-width: 1200px) {
    #main .col-md-6.product-page-right {
        padding-left: 30px;
        min-height: 700px !important;
    }
}

.sold-out-label {
    position: absolute;
    top: 2px;
    left: 10px;
    background: #000000;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /*border-radius: 5px;*/
    z-index: 10;
}

.sold-out-label-list {
    position: absolute;
    top: 2px;
    left: 10px;
    background: #000000;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /*border-radius: 5px;*/
    z-index: 10;
}

.discount-label-list {
    position: absolute;
    top: 2px;
    right: 10px;
    background: #000000;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    /*border-radius: 5px;*/
    z-index: 10;
}

button:disabled, 
.btn[disabled], 
.button[disabled] {
    background-color: black !important;
    color: white !important;
    opacity: 1 !important;
    cursor: not-allowed;
}