/* FONTS*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Muli|Droid+Serif:400,400i');
@import '../fonts/font-awesome-4.7/css/font-awesome.min.css';
@import '../fonts/stroke/style.css';
@import '../fonts/elegant/style.css';
@import '../fonts/flaticon/flaticon.css';
@import '../fonts/flaticon/other/flaticon.css';
/* PLUGIN CSS */
@import '../libs/bootstrap/bootstrap.css';
/* bootstrap */
@import '../plugins/bootstrap-select/css/bootstrap-select.css';
/* select customization */
@import '../plugins/headers/header.css';
/* header */
@import '../plugins/headers/yamm.css';
/* header */
@import '../plugins/slider-pro/slider-pro.css';
/* main slider */
@import '../plugins/owl-carousel/owl.carousel.css';
/* other sliders */
@import '../plugins/magnific-popup/magnific-popup.css';
/* modal */
@import '../plugins/animate/animate.css';
/* animations */
@import '../plugins/TiltHoverEffects/css/component.css';
/* animations */
@import '../plugins/countdown/css/jquery.countdown.css';
/* countdown */
@import '../plugins/flowplayer/skin/playful.css';
/* video-player */
@import '../plugins/jquery.fancybox.min.css';
/* MAIN CSS */
@import 'theme.css';
@import 'color.css';
@import 'responsive.css';
@import 'woocommerce-layout.css';
@import 'woo.css';



::selection { background:#1a1a1a; color:#ffffff; }
::-moz-selection { background:#1a1a1a; color:#ffffff; }
::-webkit-selection { background:#1a1a1a; color:#ffffff; }

.account-tabs .tabs-type-1 .nav > li{
    width:33.33%;
    border-top: 1px solid #eaeaea;
}

.account-tabs .tabs-type-1 .nav{
    width:51%;
    margin:20px auto;
}
.account-tabs .tabs-type-1 .nav > li{
    width:33.33%;
    border:none;
    position: relative;
    -webkit-box-shadow:none;
            box-shadow:none;
}
.account-tabs .tabs-type-1 .nav > li.active:after{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:6px;
    background-color:#e20915;
}
.account-tabs .tabs-type-1 .nav > li > a{
    padding:8px;
    font-size:18px;
}
.account-tabs .tabs-type-1 .nav > li.active > a{
    color:#e20915;
}
.quick-links{
    text-align: center;
    list-style-type: none;
}
.quick-links li{
    position: relative;
    margin-bottom:32px;
}
.quick-links li a{
    font-size:22px;
    padding:16px 8px;
    color:#e20915;
}
li.has-dropdown{
    position: relative;
    height:15px;
}

ul.is-dropdown{
    position: absolute;
    top:15px;
    left:0px;
    width:170px;
    height:auto;
    padding:0;
    background:whitesmoke;
    padding-top:20px;
    padding-bottom:20px;
    display:none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
li.has-dropdown:hover ul.is-dropdown{
    display:block;
}
ul.is-dropdown li{
    display:block;
    text-align:center;
}
ul.is-dropdown li a{
    display:block;
    padding:8px 16px;
    font-size:14px;
}
ul.is-dropdown li a:hover{
    color:#e20915;
}

.woocommerce-billing-fields{
    border: 1px #ececec solid;
    padding: 1px 10px 0px 10px;
}

.b-goods-4 .b-goods__media.js-zoom-images{
    position: absolute;
    width:20px;
    height:auto;
    top:40px;
    right:5px;
}
.zoom{
    max-width:100%
}

/* SEARCH MODAL */

.buy-pop {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    padding:55px 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    z-index: 99999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.modal-container{
    background-color:#fff;
    padding:20px;
}
.buy-pop.open {
    visibility: visible;
    opacity: 1;
}

.buy-pop-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    font-size: 18px;
    border: none;
    background-color: transparent !important;
    opacity: 1 !important;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.buy-pop-closer{
    position: relative;
    margin-bottom: 0px !important;
    top: 0;
    right: 0;
    width: 60px;
    display: block;
    border-radius: 100px;
    height: 60px;
    margin: 0 auto;
    font-size: 18px;
    border: none;
    background: none !important;
}

.buy-pop-close i {
    color: #fff;
}

.buy-pop-open {
    float: right;
    height: 40px;
    padding-top: 7px;
    padding-left: 22px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
}

.buy-pop.open {
    visibility: visible;
    opacity: 1;
}


@media only screen and (max-width:768px){
    .buy-pop.open {
        overflow:scroll;
    }
}

.b-goods-4 .b-goods__media.js-zoom-images{
    position: absolute;
    width:20px;
    height:auto;
    top:40px;
    right:5px;
    z-index:99;
}
.image-hld{
    position: relative;
    width:100%;
    height:150px;
    background-size:200%;
    background-position: center;
    -webkit-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
    margin-bottom:32px;
}
.image-hld:hover{
    background-size:160%;
    -webkit-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
a.link-to{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9;
    background-color:rgba(0, 0, 0, 0.3);
}
.on-mobile{
    margin-bottom: 32px;
    margin-left: 32px;
}
.tabs-type-1.tabs-type-1_w_border.with-name{
    position:relative;
}
.tabs-type-1.tabs-type-1_w_border.with-name:before{
    content:"Related Products";
    text-align:center;
    position:absolute;
    top:10px;
    left:0;
    font-size:24px;
    width:100%;
}

@media only screen and (max-width:768px){
    .buy-pop.open {
        overflow:scroll;
    }
    .on-desktop{
        display:none;
    }
    .slider__title {
        font-size: 24px;
    }
}
@media only screen and (min-width:769px){
    .on-mobile{
        display:none;
    }      
}

@media only screen and (max-width:600px){
    .b-goods-4 .b-goods__media.js-zoom-images{
        width: 18px;
    height: auto;
    top: 45px;
    right: 20px;
    padding:0;
    }
    .fav-button {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 16px;
    }
    .section-about p.text-justify{
        width:100% !important;
    }
    .b-goods__media.js-zoom-images img{
        margin-bottom:8px;
    }
    .list-goods.list-goods_list .b-goods-4 .b-goods__media.js-zoom-images{
        right:60px;
    }
}

@media only screen and (min-width:993px) and (max-width:1270px){
    .header-navibox-1{
        padding-right:25px;
    }
}
.b-advantages{
    padding-right:10px;
}
.b-advantages .b-advantages__info{
    text-transform: capitalize;
    letter-spacing: 1px;
}
.b-advantages .b-advantages__info strong{
    text-transform: uppercase;
}
.list-goods.list-goods_list .b-goods-4 .b-goods__media.js-zoom-images{
    top: 10px;
    right: 40px;
}

.list-goods.list-goods_list .b-goods-4 .fav-button{
    top:10px;
}
.thankyou{
    margin: 40px;
    padding: 25px 40px;
}

.canceled{
    background-color: rgba(227, 8, 22, 0.2);
}

.declined{
    background-color: rgba(207, 159, 15, 0.2);
}

.approved{
    background-color: rgba(49, 137, 55, 0.2);
}

.thankyou h4{
    margin-bottom: 30px;
    font-size: 20px;
}

.card{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color:
    #fff;
    background-clip: border-box;
    border: 1px solid
    rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: 
    rgba(0,0,0,.03);
    border-bottom: 1px solid
    rgba(0,0,0,.125);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.cus-pad{
    padding-bottom:60px;
}
.small-btn{
   margin-top: 20px;
    min-width: 100px;
    width: 125px;
    line-height: 32px;
}
    .b-goods-det__price-action {
    color: #e20915;
}
.fullscreen-center-menu li a{
    font-size:20px;
}

/*.main-slider__wrap{*/
/*  background: rgb(0,0,0);*/
/*background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,212,255,0)));*/
/*background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,212,255,0) 100%);*/
/*}*/
.main-slider__wrap {
    position: relative;
    width: 600px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 200px 120px 30px 160px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.68) 100%);

}
@media only screen and (max-width:1400px){
    .main-slider__wrap {
    position: relative;
    width: 600px;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding: 140px 120px 30px 160px;
    background: rgb(255,255,255);
    background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.68) 100%);

}
}
.sp-horizontal .sp-arrows {
    position: absolute;
    z-index: 10;
    bottom: 130px;
    left: 350px;
    width: 100%;
    margin-top: 0;
}
@media only screen and (min-width:992px){
    .b-goods-det .b-goods-det__slider .sp-slides img.sp-image{
    margin-top:-60px !important;
    padding:40px !important;
}

}
@media only screen and (min-width:600px){
    .clear-mobile{
        display:none;
    }
}
@media only screen and (max-width:600px){
    .main-slider__wrap {
    position: relative;
    width: 600px;
    height: 100%;
    margin-top: 0px;
    margin-left: 0;
    padding: 180px 120px 30px 60px;
}
.cart_warnings{
    float:none !important;
}
}
.clearfix.clear-mobile{
        display:none;
    }
@media only screen and (max-width:600px){
    .main-slider__wrap h2.main-slider__title.sp-layer{
        width:60% !important;
    }
    .main-slider__info{
        width:55% !important;
    }
    .clearfix.clear-mobile{
        display:block;
    }
    .clearfix.clear-deskyop{
        display:none;
    }
}
.btn-dark{
    color:#fff !important;
}

#cristmas-theme{
    background-image: url('./4659652.png');
    background-size: 100%;
    background-position:top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
#for-snow{
    background-color:#af2f0c;
    /* overflow: hidden; */
    position: relative;
}
#for-snow .breadcrumb > li > a, #for-snow .breadcrumb > .active{
    color:#fff;
}
#for-snow .ui-title-page {
        position: relative;
        margin-top: 0;
        margin-bottom: 65px;
        font-size: 48px;
        font-weight: 400;
        letter-spacing: -.05em;
        color: #fff;
}
/*.btns-switch__item_th .icon {*/
/*    filter: invert(1);*/
/*}*/
.collect-me{
    height:2px;
    background-color:red;
}
#cristmas-theme footer{
    background-image: url('../../bg-footer.png');
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-x;
}
#cristmas-theme .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: #af2f0c;
    color:#fff;
}
#cristmas-theme .list-goods{
    position: relative;
}
.cristree{
    position: absolute;
    bottom: 0;
    left: -15px;
    width: 300px;
    height: auto;
    opacity: 0.5;
    display:none;
}

@media only screen and (max-width:600px){
    #for-snow .sort-goods{
        margin-top:25px;
        padding-top:0;
    }
    #cristmas-theme {
        /*background-image: url(./);*/
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
}
.jacket-head{
    /*display: none;*/
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index:9999;
    overflow: hidden;
}
.jacket-head .fa.fa-times{
    position: absolute;
    top:20px;
    right:80px;
    font-size:24px;
    color:#fff;
}
.jacket-head .fa.fa-times:hover{
    cursor: pointer;
}
.jacket-head-inner{
    display: block;
    position: absolute;
    width:75%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    padding:60px;
}
.jacket-head .jacket-head-inner img{
    max-width:100%;
    height:auto;
    display: block;
    margin:0 auto;

}
@media only screen and (max-width:992px){
    .jacket-head .jacket-head-inner{
        width:100%;
        padding:10px;
    }
    .jacket-head .fa.fa-times{
        position: absolute;
        top:20px;
        right:20px;
        font-size:32px;
        color:#fff;
    }
}

.christmas-ribbon-wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    overflow: hidden;
    top: 8.2%;
    left: 0;
    z-index: 1040;
}

.christmas-ribbon-wrapper .christmas-ribbon {
    position: absolute;
    padding: 2px 0;
    background-color: #af2f0c;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    pointer-events: auto;
    top: 20px;
    left: -66px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.christmas-ribbon-wrapper .christmas-ribbon a,
.christmas-ribbon-wrapper .christmas-ribbon a:hover {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,0.5);
    text-align: center;
    width: 200px;
    line-height: 20px;
    display: inline-block;
    padding: 2px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(255,255,255,0.7);
}
.download-now{
    margin: 0;
}
.download-now-image{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    margin-left:-10px;
    margin-bottom:16px;
}
.download-now-image a{
   display:block;
    padding:10px;
}
.download-now-image img{
    height:40px;
    width:auto;
}
.header-1 .header-navibox-2 {
    padding-left: 100px;
    text-align: right;
}
.btn_header_search {
    font-size: 16px !important;
    padding: 0 24px !important;
}
.sp-thumbnails-container{
    overflow:hidden
}
.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after{
    background-color:#af2f0c;
}
@media only screen and (min-width:768px){
    .footer-info{
        margin-top:-60px;
    }
}

@media only screen and (min-width:600px){
    .mobile-only{
        display:none;
    }
}
@media only screen and (max-width:600px){
    .download-now-image{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        margin-left:-0;
        margin-bottom:16px;
    }
    
}
@media only screen and (max-width:375px){
    .header-1 .header-navibox-2 {
        padding-left: 60px;
        text-align: right;
    }
}

@keyframes blink {
	0% {color: #e30816}
	49%{color: #e30816}
	50% {color: #090909}
}
.blinks{animation: blink 2s infinite;}

@media only screen and (min-width:1300px){
    .header-1 .header-navibox-2{
        padding-left:45px;
    }
    .header-navibox-2 .yamm{
        margin-right:-16%;
    }
    .header-1 .header-navibox-1 .yamm li a{
        padding:0 45px;
    }
}
@media only screen and (min-width:1100px) and (max-width:1299px){
    .header-1 .header-navibox-2{
        padding-left:45px;
    }
    .header-navibox-2 .yamm{
        margin-right:-8%;
    }
    .header-1 .header-navibox-1 .yamm li a{
        padding:0 45px;
    }
}
@media only screen and (min-width:769px) and (max-width:1099px){
    .header-1 .header-navibox-1{
        padding-left:65px;
    }
    .header-1 .header-navibox-2{
        padding-left:45px;
    }
    .header-navibox-2 .yamm{
        margin-right:-7%;
    }
    .header-1 .header-navibox-1 .yamm li a{
        padding:0 15px;
    }
}


.christmas-ribbon-wrapper {
    width: 100px;
    height: 100px;
    position: fixed;
    overflow: hidden;
    top: 8.2%;
    left: 0;
    z-index: 1040;
}

.christmas-ribbon-wrapper .christmas-ribbon {
    position: absolute;
    padding: 2px 0;
    background-color: #af2f0c;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    pointer-events: auto;
    top: 20px;
    left: -66px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.christmas-ribbon-wrapper .christmas-ribbon a,
.christmas-ribbon-wrapper .christmas-ribbon a:hover {
    font-size: 13px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0,0,0,0.5);
    text-align: center;
    width: 200px;
    line-height: 20px;
    display: inline-block;
    padding: 2px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(255,255,255,0.7);
}

.sold-out-ribbon-wrapper .sold-out-ribbon a, .sold-out-ribbon-wrapper .sold-out-ribbon a:hover {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px rgba(98, 96, 96, 0.5);
    text-align: center;
    width: 200px;
    line-height: 24px;
    display: inline-block;
    padding: 2px 0;
    border-width: 1px 0;
    border-style: dashed;
    border-color: rgba(255,255,255,0.7);
}

.sold-out-ribbon-wrapper .sold-out-ribbon {
    position: absolute;
    padding: 2px 0;
    background-color: #838383;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    pointer-events: auto;
    top: 20px;
    left: -66px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
