@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Inter', sans-serif;
    /* color: #35ABE6 */
    outline: none;
    overflow-x: hidden;
}
html{
    outline: none;
}

a{
    transition: all 0.2;
    color: #35ABE6
}
p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #061938;
}
p.higher{
    font-size: 20px
}
video {
  object-fit: cover;
}
iframe{
    width: 100%;
    height: auto;
    max-width: 100%;
}
ol a, ul a, p a, .link{
    color: #35ABE6
}
.link:hover{
    text-decoration: underline;
}

.brandname{
    color: #161D25;
}
.brandname .highlight,
.brandname.highlight{
    color: #35ABE6;
}

/* Dividers */
.separator-adv{
    position: relative;
}
.style-doublediagonal::before,
.style-doublediagonal::after{
    position: absolute;
    content: '';
    pointer-events: none;
}
.style-doublediagonal{
    padding-top: 6em;
}
.style-doublediagonal::before,
.style-doublediagonal::after{
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.style-doublediagonal::before{
    height: 50%;
    background: #35ABE6;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
}
.style-doublediagonal::after{
    top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}


/* Slider */
.slider {
    height: 550px;
    width: 100%;
    position: relative;
}
.slider .slide{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex; 
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 550px; 
}
.slider .slide .background{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider .slide .heading{
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 12px;
    font-weight: 700;
    color: #fff;
}
.slider .slide .highlight{
    color:#35ABE6;
}
.slider .slide .sub-title,
.slider .slide .sub-title p,
.slider .slide .sub-title span{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 300;
}
.slider .slide .item{
    position: absolute;
    max-width: 640px;
    text-align: center;
    z-index: 10;
}
.slider .slide .bg{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}
.slider .slide .action{
    margin-top: 19px;
}
.slider .slide .btn{
    text-transform: uppercase;
}
.slider .nav-dots{
    position: absolute;
    left: 40px;
    height: 130px;
    z-index: 10;
    top: 50%;
    margin-top: -65px;
}
.slider .nav-dots .dot{
    height: 22px;
    background: #fff;
    width: 3px;
    display: block;
}
.slider .nav-dots .dot.active{
    height: 56px;
    background: #35ABE6;
}
.slider .nav-dots .dot:not(:last-child){
    margin-bottom: 15px;
    margin-right: 0;
}

#slider .slick-dots{
    position: absolute;
    left: 40px;
    height: 130px;
    z-index: 10;
    top: 50%;
    margin-top: -65px;
    display: block;
    margin-left: 0;
}
#slider .slick-dots > li:not(:last-child){
    margin-bottom: 15px;
}
#slider .slick-dots > li{
    height: 22px;
    background: #fff;
    width: 3px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
#slider .slick-dots .slick-active{
    background: #35ABE6;
}
.slider-video{
    position: absolute;
    width: 100%;
    height: 100%;
}


/* Mobile Menu */
#mm-menu .divider{
    background-color: #C1C7D0;
    height: 1px;
    width: 100%;
}

#mm-menu .heading{
    margin-top: 26px;
    margin-bottom: 26px;
}

#mm-menu .heading h2{
    margin: 0;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0.2px;
    font-weight: 500;
}

#mm-menu .heading .icon{
    top: 2px;
}

ul.mm-menu{
    /* text-align: center;
    
    margin-bottom: 38px;
     */
    margin-top: 45px;
}

.mm-menu li{
    position: relative;
}

.mm-menu > li:not(:last-child){
    /* margin-bottom: 40px; */
}

.mm-menu li a .icon{
    position: absolute;
    right: -31px;
    bottom: 0;
}

.mm-menu a{
    color: #061938;
    position: relative;
}

.mm-menu .sub-menu{
    /*display: none;*/
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    margin-top: 15px;
    padding: .5rem 0;
}

.mm-menu .sub-menu.active{
    display: block;
}

.mm-menu .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
}

/* Desktop Navigation */
.main-navigation ul{
    -webkit-font-smoothing: antialiased;
}
.main-navigation ul li{
    position: relative;
}
.main-navigation ul li a{
    transition: 0.5s all;
    display: inline-block;
    line-height: 40px;
    color: #061938;
    font-weight: 500;
}
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li a:hover .icon,
.main-navigation ul li a:focus .icon{
    color: #35ABE6;
}
.main-navigation li.has-children .icon{
    display: inline-block;
    position: relative;
    top: 4px;
}
.main-navigation > ul > li {
    display: inline-block;
    float: left;
}
.main-navigation > ul > li{
    margin-right: 25px;
}
.main-navigation .sub-menu{
    /*transition: 0.5s all;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9999;
    min-width: 211px;
    max-width: 211px;
    background-color: #fff;
    padding: 11px 13px;
    */
    min-width: 211px;
    max-width: 211px;
    background-color: #fff;
    padding: 11px 13px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    float: left;
    left: 0;
    /*width:150%;*/
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.main-navigation li:hover ul{
    opacity: 1;
    visibility: visible;
}
.main-navigation .sub-menu > li:not(:last-child){
    border-bottom: solid 1px rgba(0,0,0,.1);
}

.main-navigation .mini_cart{
    position: relative;
    top: 8px;
}
/*.main-navigation li.has-children:hover .sub-menu,
.main-navigation li.has-children:focus .sub-menu{
    display: block;
}*/
.sf-arrows .sf-with-ul{
    padding-right: 0;
}

/* Section */
.alt-bg{
    background-color: #D6D6D630;
}

/* Accordion */
.accordion .accordion-item{
    background-color: #fff;
    border-radius: 6px;
}
.accordion.two-col{
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion.two-col .accordion-item{
    float: left;
    width: 49%;
    overflow: hidden;
}

.accordion.two-col .accordion-item:nth-child(odd){
    margin-right: 2%;
}

.accordion-panel{
    background-color: #D6D6D610;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    -webkit-transition:  all 0.18s ease;
	-moz-transition:  all 0.18s ease;
	-o-transition:  all 0.18s ease;
	-ms-transition:  all 0.18s ease;
	transition:  all 0.18s ease;
}
.accordion-panel p:not(:last-child){
    margin-bottom: 12px;
}
.accordion .action > span:first-child{
    width: 90%;
    text-align: left;
}
.accordion .action .icon{
    position: absolute;
    right: 2.5rem;
    transform: rotate(180deg);
}
.accordion-item.active .accordion-panel{
    visibility: visible;
    height: auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    opacity: 1;
}
.accordion-item.active .action{
    color: #35ABE6;
}
.accordion-item.active .action .icon{
    transform: rotate(0deg);
}

/* Header */
.header{
    min-height: 65px;
    max-height: 65px;
    line-height: 1;
}
.header .mobilemenu{
    width: 88px;
    height: 65px;
    background-color: #35ABE6;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    right: 0;
}
.header .mobilemenu a{
    display: block;
    width: 100%;
    line-height: 90px;
}
.header .mobilemenu a img{
    margin: 0 auto;
}
#main_menu .item:not(:last-child){
    margin-right: 2em;
}
#main_menu .login{
    display: inline-block;
    line-height: 36px;
    height: 40px;
    max-height: 40px;
    color:#35ABE6;
    border-width: 1px;
    border-style: solid;
    border-color:#35ABE6;
    border-radius: 7px;
    width: 112px;
    text-align: center;
}
#main_menu .login:hover,
#main_menu .login:focus{
    background-color: #35ABE6;
    color: #000000;
}

.mini_cart{
    position: relative;
    display: block;
}
.mini_cart .badge{
    position: absolute;
    background-color: #35ABE6;
    color: #fff;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    font-size: x-small;
    width: 10px;
    height: 10px;
    padding: 8px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.mini_cart .icon,
.mini_cart img{
    width: 27px;
    height: 27px;
    display: block;
}

/* Footer */
.footer._type_dark{
    background-color: #0B0D17;
}

.footer,
.footer-copyright{
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer{
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.footer-copyright{
    background-color: #1A1D2B;
}

.footer .widget{
    padding-left: 12px;
    padding-right: 12px;
}

.widget .widget-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 23px;
    color: #fff;
}
.widget .menu li:not(:last-child){
    margin-bottom: 5px;
}
.widget .menu li,
.widget .menu li a{
    text-transform: uppercase;
}

.widget .social{
    display: flex;
}
.widget .social li:not(:last-child){
    margin-right: 9px;
}
.widget .social img{
    width: 24px;
    height: 24px;
}

.widget ._payments img{
    margin-bottom: 11px;
}
.widget ._payments ._group img:not(:last-child){
    margin-right: 12px;
}


/* Buttons */
.btn-group > .btn-wrap:not(:last-child){
    margin-right: 15px;
}
.btn{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    border-radius: 0 !important;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
}
.btn.btn-large{
    height: 65px;
    line-height: 65px;
}
.btn.btn-block{
    display: block;
}
.btn.btn-inline-block{
    display: inline-block;
    width: auto;
    line-height: 48px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.btn.btn-wmedium{
    width: 50%;
}
.btn.btn-rounded{
    border-radius: 8px;
}
.btn.btn-bordered{
    border-color: #061938;
    border-width: 1px;
    border-style: solid;
}
.btn.btn-bordered.btn-primary{
    border-color: #35ABE6;
}
.btn.btn-primary{
    background-color: #35ABE6;
    color: #fff;
}
.btn.btn-danger{
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
    color: #fff;
}
.btn.btn-vague{
    background-color: transparent;
    color: #35ABE6;
}
.btn.btn-secondary{
    color: #061938;
}
.btn.btn-border-secondary{
    border-color: #C1C7D0;;
}
.btn.btn-btn-3d{
    box-shadow: 3px 4px 0px #0c78ae;
}

.btn .icon{
    margin-right: 5px;
}

.quick-view .btn-bordered{
    border-color: rgba(6, 25, 56, .4);
}
.quick-view .btn-bordered:hover,
.quick-view .btn-bordered:focus{
    border-color: #35ABE6;
}

/* Button Animations */
.btn:hover,
.btn:focus{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.btn > *{
    position: relative;
}
.btn::after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .35s;
    z-index: 1;
}
.btn.btn-bordered::after{
    background: #35ABE6;
}
.btn:hover::after{
    width: 100%;
}
.btn.btn-bordered.btn-primary::after{
    background: #fff;
}
.btn.btn-bordered:hover span{
    color: #fff;
}
.btn.btn-bordered.btn-primary:hover,
.btn.btn-bordered.btn-primary:hover span{
    color: #35ABE6;
}
.btn.btn-vague.btn-primary::after{
    background: #35ABE6;
}
.btn.btn-vague.btn-primary:hover,
.btn.btn-vague.btn-primary:hover span{
    color: #fff;
}
.btn:hover > *,
.btn:focus > *{
    z-index: 5;
}

button[type="submit"]{
    transition: all .35s;
}

button[type="submit"]:hover{
    border: solid 1px #35ABE6;
    color: #35ABE6;
    background: #fff;
}


/* Main Content Area */
main{
    background-image: url('./img/Fill.png');
    position: relative;
    background-color: #FBFEFF;
}

main::before,
main::after{
    content: '';
    background-image: url('./img/blue.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 249px;
    height: 330px;
}

main::after{
    top: initial;
    bottom: 0;
    right: 0;
    left: initial;
    background-image: url('./img/orange.png');
    pointer-events:none;
}

/* List */
ol li{
    list-style-type:decimal;
}
.list li{
    position: relative;
    line-height: 1;
    font-size: 15px;
    line-height: 20px;
    color: #061938;
    margin-bottom: 7px;
}
.list.md-space li{
    margin-bottom: 19px;
}
.list.highlight li{
    padding-left: 15px;
}
.list.highlight li:not(:last-child){
    margin-bottom: 20px;
}
.list.highlight.med li:not(:last-child){
    margin-bottom: 8px;
}
.list.highlight li::before{
    position: absolute;
    content: "";
    background-color: #35ABE6;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    left: 0;
    top: 6px
}
.list.features li:hover{
    color: #35ABE6
}
.list.md li{
    margin-bottom: 15px;
}

/* Products */
.discounts h3{
    color: #35ABE6;
}
.pcard .type{
    color: #959EAD;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 11px;
    display: flex;
}
.product{
    max-width: 100%;
    width: 100%;
}
.pimg img{
    width: 100%;
}
.pcard .pprice{
    color: #35ABE6;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.pcard .heading{
    margin-bottom: 8px;
}
.pcard .pfeatures{
    margin-top: 20px;
    margin-left: 15px;
}
.pcard .features li{
    color: #959EAD;
}
.pcard .pactions{
    background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,1));
    transition: .5s ease;
}

    /* product hover */
    .product:hover{
        cursor: pointer;
    }
    /*.product:hover .pactions{
        height: 100%;
        visibility: visible;
    }*/

.rating .star img{
    width: 16px;
    height: 16px;
}

/* Headings */
.heading h2{
    font-size: 28px;
    line-height: 44px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
    font-weight: 500;
}
.heading h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}
.heading h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #161D25;
}
.heading.onh h2{
    line-height: 1;
}
.sub-title.offset{
    color: #97A0AF;
    font-weight: 300;
}

/* Notification */
.warning,
.notification{
    border-radius: 15px;
}
.warning{
    background-color: #FFDDDD;
    border: solid 1px #DE350B;
}
.warning .heading h4{
    color: #FF5630;
}
.notification{
    background-color: #FFF3DD;
    border: solid 1px #FF8B00;
}
.notification p{
    color: #97A0AF
}
.warning p{
    color: #FF7452;
}

/* News */
.news,
.blogs,
.products{
    margin-top: 3rem;
}
.news-item .img,
.blog-item .img{
    margin-bottom: 1.2rem;
}
.news-item img{
    width: 100%;
}
.news-item .date{
    margin-bottom: 1rem;
    color: #35ABE6;
}
.news-item .desc,
.blog-item .desc,
.news-item .desc p,
.blog-item .desc p{
    color: #97A0AF;
}

.desc p strong,
.desc p .highlight{
    color: #061938;
}

/* Services */
.services .item img{
    margin-bottom: 35px;
}
.services .item .desc p{
    color: #97A0AF
}

.about .desc p {
    color: #596273
}
.about .desc p:not(:last-child){
    margin-bottom: 1.5rem;
}

/* Blog */
.blogs .blog-item:not(:last-child){
    margin-bottom: 5rem;
}
.blog-item .inner{
    padding-left: 2rem;
    padding-right: 2rem;
}
.blog-item .actions {
    margin-top: 2rem;
}
.blog-item .actions .item:first-child{
    margin-right: 1.5rem;
}
.blog-item .actions .read-more{
    width: 295px;
}
.blog-item ._details{
    margin-bottom: 1.5rem;
}
.blog-item .author .title{
    margin-left: 7px;
    display: inline-block;
}
.single-post .desc p{
    margin-bottom: 2rem;
}
.single-post .heading h4{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.single-post .review{
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.single-post .review .heading h2{
    line-height: 1;
    font-size: 24px;
    line-height: 28px;
}
.single-post .review .heading{
    padding-left: 8rem;
    padding-top: 2rem;
}
.single-post .review::before{
    content: "";
    position: absolute;
    background-image: url('./img/quote-mark.webp');
    background-size: contain;
    width: 59px;
    height: 50px;
    left: 0;
    top: 0;
}
.post-navigation{
    border-top: solid 1px rgba(0,0,0,.05);
    padding-top: 3rem;
}
.post-navigation .heading{
    width: 195px;
}
.post-navigation .item .img{
    height: 75px;
}
.post-navigation .item.prev-blog .img{
    margin-right: 23px;
}
.post-navigation .item.next-blog .img{
    margin-left: 23px;
}
.post-navigation .item ._title{
    font-size: 16px;
    line-height: 24px;
    color: #97A0AF;
    margin-bottom: 12px;
}

.tags{
    display: flex;
}
.tags .tag{
    background-color: rgba(53, 171, 230, .13);
    border-radius: 50px;
    border: solid 1px #F5F5F5;
    padding-left: 21px;
    padding-right: 21px;
    height: 40px;
    line-height: 40px;
    color: #35ABE6;
    font-size: 15px;
    text-align: center;
}
.tags .tag:not(:last-child){
    margin-right: 15px;
}


/* Form */
.group{
    display: block;
    margin-bottom: 20px;
}
.group label,
.group input{
    display: block;
}
.group label{
    padding-left: 15px;
}
.order-cart-form .group label,
.cashapp-payment-method .group label{
    padding-left: 2px;
    font-weight: 600;
}
.cashapp-payment-method .group label{
    font-size: 16px;
}
label {
    color: #061938;
    font-size: small;
    position: relative;
    margin-bottom: 8px;
}
label .mandatory{
    color: #ff0000;
    position: relative;
    top: -5px
}
.group input{
    color: #333;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    border: solid 1px #C1C7D0;
    border-radius: 6px;
    width: 100%;
}
.group select{
    width: 100%;
}
.group .des{
    color: #42526E;
    font-size: x-small;
}
.group button{
    width: 100%;
}

button[type="submit"]{
    background-color: #35ABE6;
    height: 65px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.group.no-space{
    margin-bottom: 0;
}
.group.no-rounded-corners input,
.group.no-rounded-corners button[type="submit"]{
    border-radius: 0;
}

.affiliate-panel .group button[type="submit"]{
    height: 48px;
    line-height: 48px;
}


/* Reviews */
.review-item .applause{
    color: #42526E;
    font-size: 16px;
}
.review-item .author{
    margin-top: 1.5rem;
}
.review-item .blockquote{
    padding-left: 2.5rem;
    position: relative;
}
.review-item .blockquote::before,
.reivew-heading::before{
    position: absolute;
    content: '';
    background-image: url('./img/quote-mark.webp');
    background-repeat: none;
    background-size: contain;
    top: 0;
    left: 0;
    width: 16px;
    height: 14px;
}
.review-item .author .title{
    font-size: 28px;
    line-height: 32px;
    color: #061938;
    font-weight: 600;
}
.review-item .author .position{
    color: #97A0AF;
    font-size: 14px;
}
.reivew-heading{
    position: relative;
    margin-bottom: 2rem;   
}
.reivew-heading::before{
    top: -54px;
    left: -90px;
    width: 143px;
    height: 120px;
}
.reivew-heading h2{
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 5px;
}

/* Plugins */
.select2-container{
    width: 100% !important;
}
.select2-container,
.select2-container .select2-selection--single{
    height: 50px !important;
    line-height: 50px !important;   
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px !important;
    color: #1B1924 !important;
    padding-left: 23px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 50px !important;
    right: 23px !important;
}
.select2-container--default .select2-selection--single{
    border-color: #C1C7D0 !important
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #1B1924 transparent transparent transparent !important
}

/* slider */
.slick-dotted .slick-dots{
    position: absolute;
    
    width: 96px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5px;
    display: none;
}
.slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots li:not(:last-child){
    margin-right: 8px;
}
.slick-dots li button{
    width: 12px;
    height: 12px;
    background-color: #fff;
    text-indent: -9999px;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.2);
}
.slick-dots > li.slick-active button{
    background-color: #35ABE6
}
.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.splide__pagination__page.is-active{
    background-color: #35ABE6;
}

/* Page */

/* Theme */
._type_dark,
._type_dark a,
._type_dark p,
._type_dark li{
    color: #D9DBE1;
}
._type_dark a:hover,
._type_dark a:focus{
    color: #35ABE6;
}


/* Order Page */
.progress-bar{
    max-width: 640px;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 3rem;
}
.progress-bar .steps{
    counter-reset: step;
}
.progress-bar .steps .step{
    position: relative;
    text-align: center;
}
.progress-bar .steps .step::before{
    content: counter(step);
    counter-increment: step;
    background-color: #C1C7D0;
    color: #000;
    width: 33px;
    height: 33px;
    line-height: 33px;
    /* border: solid 5px rgba(151, 160, 175, .13); */
    display: block;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    margin: 0 auto;
    box-shadow: 0 0 0 5px rgba(193, 199, 208, .2);
}
.progress-bar .steps .step::after{
    content: '';
    width: 100%;
    height: 3px;
    background: rgba(193, 199, 208, .4);
    position: absolute;
    left: -50%;
    top: 16px;
    z-index: 2;   
}
.progress-bar .steps .step:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
.progress-bar .steps .step.active::before{
    background-color:#35ABE6;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(53, 171, 230, .2);
    animation: pulse 2s infinite;
}
.progress-bar .step .step-title{
    margin-top: 10px;
    color: inherit;
    line-height: inherit;
    display: inherit;
    font-weight: 600;
}

.progress-bar .steps .step.active .step-title{
    color: #35ABE6;
}

@-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(53, 171, 230, .2);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(53, 171, 230, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(53, 171, 230, 0);
    }
  }
  @keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(53, 171, 230, .2);
      box-shadow: 0 0 0 0 rgba(53, 171, 230, .2);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(53, 171, 230, 0);
        box-shadow: 0 0 0 10px rgba(53, 171, 230, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(53, 171, 230, 0);
        box-shadow: 0 0 0 0 rgba(53, 171, 230, 0);
    }
  }

.main-navigation .login-small-scr{
    display: none;    
}


/*#my-menu{
    position: absolute;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #444;
    z-index: 1;
    transition: 400ms ease;
    display: block;
}
#my-menu.open {
    height: 100%;
    transform: translateX(-300px);
}

#my-menu > ul > li{
    flex-wrap: wrap;
}

#my-menu a{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 10px;
    -webkit-box-flex: 1;
}*/

#my-menu li:not(.w-full):not(:last-child) a{
    color: #111;
    border-bottom: solid 1px rgba(0,0,0,.1);
}

#my-menu li:not(.w-full) a,
#my-menu .sub-menu-heading{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}
#my-menu .sub-menu-heading{
    background-color: rgba(0,0,0,.2);
    border-bottom: solid 1px rgba(0,0,0,.1);
    color: #222;
    font-weight: 500;
}
#my-menu > ul > li > ul {
    margin-left: 15px;
}
/* responsive media queries */
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .main-navigation ul li.login-item{
        display: none;
    }
    .main-navigation .login-small-scr{
        display: block;
    }
}
@media screen and (min-width: 768px){
    .review-high{
        margin-top: -7rem;
    }
    .review-width-350{
        width: 350px;
    } 
}
@media screen and (max-width: 767px){
    .news-item{
        margin-bottom: 2rem;
    }
    .tags .tag:first-child{
        margin-right: 0;
    }
    .tags .tag:nth-child(odd){
        margin-right: 1%;
    }
    .tags .tag{
        display: inline-block;
        height: auto;
        width: 49%;
        margin-bottom: 7px;
        float: left;
    }
    
    .tags{
        display: block;
        margin-bottom: 1.5rem;
        overflow: hidden;
    }

    .blog-item .actions .item{
        margin-bottom: 1.2rem;    
    }
    .blog-item .actions .item:first-child{
        margin-right: 0;
    }
    .blog-item .actions .btn{
        width: 100%;
        max-width: 100%;
    }
    .post-navigation .item .img{
        display: none;
    }
    .post-navigation .item.next-blog{
        text-align: right;
    }
    .post-navigation .heading{
        width: auto;
    }
    .post-navigation .heading h4{
        font-size: 17px;
        line-height: 19px;
    }
    .slider .nav-dots,
    #slider .slick-dots{
        left: 20px;   
    }
    .slider .slide .heading{
        font-size: 32px;
        line-height: 45px;
    }
    .products-homepage > div:nth-child(2n){
        margin-left: 2%;
    }
}
@media screen and (max-width: 640px){
    .single-post .review .heading{
        padding-left: 2rem;
    }
    .mobile-table{
        border: 0;
    }
    .mobile-table thead{
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .mobile-table tr{
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }
    .mobile-table td{
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }
    .mobile-table td::before{
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 7px;
    }
    .mobile-table td:last-child {
        border-bottom: 0;
    }
    .mobile-table .text-center{
        text-align: right;
    }
}
@media screen and (max-width: 1024){

}

@media (min-width: 640px) {
    /*table {
      display: inline-table !important;
    }*/

    thead tr:not(:first-child) {
      display: none;
    }
  }

  /*td:not(:last-child) {
    border-bottom: 0;
  }*/

  /*th:not(:last-child) {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
  }*/
  
  /* u/Grand_Ray_Cero Fixes */
  body > div:nth-child(1) > header > div > section {
      width: 100vw;
      margin: 0;
      padding: 0;
  }

  body > div:nth-child(1) > header > div > section > div > div.w-2\/3.md\:w-3\/6.lg\:w-1\/4{
      margin-left: 2.5%;
  }

  body > div:nth-child(1) > header > div > section > div {
      width: 100vw;
  }
.mr-06per {
  margin-right: 0.6666%;
  margin-left: 0.6666%;
}
.sm\:mr-06per {
    margin-right: 0.6666%;
    margin-left: 0.6666%;
  }
.md\:mr-06per {
    margin-right: 0.6666%;
    margin-left: 0.6666%;
  }
.lg\:mr-06per {
    margin-right: 0.6666%;
    margin-left: 0.6666%;
  }
.xl\:mr-06per {
    margin-right: 0.6666%;
    margin-left: 0.6666%;
  }
.\32xl\:mr-06per {
    margin-right: 0.6666%;
    margin-left: 0.6666%;
  }
.mx-05per {
  margin-right: 0.5%;
  margin-left: 0.5%;
}
.sm\:mx-05per {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
.md\:mx-05per {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
.lg\:mx-05per {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
.xl\:mx-05per {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
.\32xl\:mx-05per {
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  