/***
Theme Name:Oneiro Builder theme
Theme URI:https://Wordpress.org
Author: ZEESHAN
Author URI: https://Wordpress.org
Description: Custom theme
Version: 1.0
Text Domain: BUilder_Blank_Theme
**/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
}

/*-------THEME-Container tempeorary css-------------------------------------------------------------------*/
.container {
    padding: 0 15px !important;
}

/*-------THEME-Container----------*/
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
}

/*-------THEME-BASICS----------*/
.row {
    margin-right: 0;
    margin-left: 0;
}

/*--------------------------------------All font Sizes-------------------------------------*/
/*--------------------------------------All font Families-------------------------------------*/
@font-face {
    font-family: 'Adobe Garamon';
    src: url('fonts/grampod.woff') format('woff');
}

.font-Montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.font-Oswald {
    font-family: 'Oswald', sans-serif;
}

.font-Adobe-Garamon {
    font-family: 'Adobe Garamon', sans-serif !important;
}

/*--------------------------------------All font weights-------------------------------------*/
.font-medium {
    font-weight: 500;
}

.font-Sbold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-Ebold {
    font-weight: 800;
}

.font-Blk-bold {
    font-weight: 900;
}

.line-height0 {
    line-height: 0;
}

/*--------------------------------------All Colors-------------------------------------*/
/*-----------------Font Colours-----------------*/
.font-theme-dark {
    color: #000000;
}

/*-----------------Background Colours-----------------*/
.theme-black-bg {
    background-color: #000000;
}

/*--------------------------------------All THEME-Buttons and bars contents-------------------------------------*/
.theme-blue-button {
    padding: 25px 2px;
    background-color: #799DCF;
    color: #fff;
    border-radius: 33px;
    font-size: 16px;
    width: auto;
    cursor: pointer;
    display: block;
    line-height: 0;
    font-family: 'Quicksand', sans-serif;
    border: 1px solid #fff;
    transition-duration: 700ms;
}

.cursor-pointer {
    cursor: pointer;
}

.hr-div {
    max-width: 233px;
    padding-top: 1px;
}

.star-ratiings .checked {
    color: #fff;
}

.top-social .button-apply {
    padding: 10px 26px;
    border: 2px solid #fff;
    width: 100%;
    max-width: 178px;
    border-radius: 10px;
    transform: scale(0.9);
    transition-duration: 600ms;
}

/*--------------------------------------Theme Resetting -------------------------------------*/
body .container {
    padding: 0;
}

.alignself {
    align-self: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.m-0 {
    margin: 0;
}

.item:focus, .item:hover {
    outline: none !important;
}

ul#menu {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3f4551;
    border-radius: 10px;
}

a, a:hover {
    text-decoration: none !important;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

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

a:focus, input:focus, button:focus, select:focus, textarea:focus {
    outline: 0 !important
}

input[type="checkbox"], input[type="radio"] {
    width: auto !Important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 100px 0;
}

.not-found p {
    margin-bottom: 30px;
}

.nav-bar {
    float: right;
    width: auto;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0px 51px 0 0;
    position: relative;
}

.nav-menu li a {
    color: #000000;
    display: block;
    line-height: 1;
    padding: 44px 0 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    color: #2F91B3;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #db572f;
}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #2F91B3;
}

.closebtn, .openmenu, .menuToggle, .mobilesubmenu {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#content {
    margin-top: 88px;
}

/*--------------------------------------Slick Slider CSS contents-------------------------------------*/
/*--------------------------------------Slick slider end contents-------------------------------------*/
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a, .sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-align: center;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.container::after, .blogdetail::after, .fw-container::after, .entry-content::after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#primary {
    padding-top: 100px;
}

/*--------------------------------------All Hoover Animations contents-------------------------------------*/
/*--------------------------------------All KeyFrames and static  Animations contents-------------------------------------*/
/*--------------------------------------Section header and one top -------------------------------------*/
/*--------------------------------------EXpert-slider -------------------------------------*/
/*--------------------------------------Contact Form7  css -------------------------------------*/
/*--------------------------------------Footer Section -------------------------------------*/
/*--------------------------------------Media Quries Section -------------------------------------*/
/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1920px ) {
    #menuToggle {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 25%;
        left: 0;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
        transform: translateY(-50%);
        height: 35px;
        cursor: pointer;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open {
        top: 25%;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open span {
        background-color: transparent;
    }

    #menuToggle.open .font-Oswald {
        color: transparent !important;
    }

    #menuToggle.open::after {
        content: 'X Close';
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        position: absolute;
    }

    #menuToggle input {
        width: 32px !important;
        height: 31px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0px;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 9px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    ul.nav-menu li ul.sub-menu, ul.nav-menu li:hover ul.sub-menu {
        display: none !IMportant
    }

    ul.nav-menu li.open ul.sub-menu, ul.nav-menu li.open:hover ul.sub-menu {
        display: block !important
    }

    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }

    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }

    ul.sub-menu {
        position: relative !Important;
        width: 100% !important;
        top: 0px !important;
        left: 0px !important;
        margin-left: 10px !important;
        margin-top: 0 !important;
        min-width: unset !important;
        max-width: 1000px;
    }

    .site-logo {
        float: left;
    }

    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }

    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }

    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }

    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }

    ul.sub-menu li {
        display: block;
    }

    ul.sub-menu, .open-submenu {
        transition: all 1s;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }

    .nav-bar.open {
        left: 0;
    }

    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub-menu li:last-child {
        border: 0 !Important;
    }

    ul.sub-menu li a {
        color: #ffffff !Important;
        font-weight: 600;
    }

    ul.sub-menu li {
        margin: 0
    }

    ul.sub-menu li:last-child a {
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }

    .nav-menu li:last-child {
        border: 0px !Important;
    }

    .nav-menu li:last-child a, .nav-menu .sub-menu, .nav-menu .children {
        left: 0;
        width: 100% !important;
    }

    .nav-bar {
        background-color: #050606FA;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 25%;
        text-align: left;
        z-index: 999;
    }

    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .font-size-60 {
        font-size: 37px;
    }
}

/*--------------------------------------Single Product page CSS  -------------------------------------*/
.tab-item-customiser.active {
    visibility: visible;
    height: unset;
    width: 100%;
    display: block;
    position: relative;
    z-index: 100;
}

.tab-item-customiser {
    visibility: hidden;
    /*height: 0;*/
    /*width: 0;*/
    position: absolute;
    z-index: 95;
}

.themeSlider .swiper-slide img {
    display: block;
    width: 100%;
    height: 550px;
    transition: 4s all ease;
    border-width: 1px 1px 1px 1px;
    border-color: #007AFF;
    object-fit: cover;
}

.themeSlider .swiper-slide img:hover {
    object-position: bottom;
    transition: 3s all ease;
}

.themeSlider .swiper-slide {
    width: 100%;
    max-width: 380px;
}

/*--------------------------------------Swiper-js cover-flow theme  -------------------------------------*/
/*---------------coverflow slider-css----------------*/
.step1Slider .swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.step1Slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 250px;
}

.step1Slider {
    padding: 30px 0;
}

.slide-item-wrapper {
    position: relative;
}

.fullwidth-image.swiper-slide img {
    box-shadow: none;
    border: none;
}

.step1Slider .swiper-slide img {
    display: block;
    width: 100%;
    object-position: top;
    object-fit: cover;
    height: 400px;
    transition: 4s all ease;
    border-style: double;
    border-width: 1px 1px 1px 1px;
    border-color: #F4E7D7;
    box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.5);
}

.step1Slider .swiper-slide img:hover {
    object-position: bottom;
    transition: 3s all ease;
}

/*category select slider----------------------*/
.categorySlider {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
}
.categorySlider .slide-item-wrapper {
    height: 500px;
    margin: 0 30px;
    display: inline-block;
    float: none;
    vertical-align: top;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.categorySlider .next-sibling .sliderContent {
    transform: rotateY(-30deg) scale(.9);
    transform-origin: center;
    z-index: 1000;
    position: absolute;
    width: 100%;
    transition: transform .1s ease-in;
}
.categorySlider .previous-sibling .sliderContent {
    transform: rotateY(30deg)scale(.9);
    transform-origin: center;
    z-index: 1000;
    position: absolute;
    width: 100%;
    transition: transform .1s ease-in;
}
.categorySlider .slick-track {
    overflow: hidden;
    display: flex;
}
.sliderContent {
    width: 100%;
    transition: transform .1s ease-in;
}
.categorySlider .slide-item-wrapper img {
    display: block;
    width: 100%;
    height: 400px;
    transition: 4s all ease;
    object-fit: cover;
}
.categorySlider .slick-current.slick-center {
    border: 1px solid #007AFF;
    border-radius: 10px;
}
.categorySlider .slide-item-wrapper img:hover {
    object-position: bottom;
    transition: 3s all ease;
}
.categorySlider .slick-arrow {
    cursor:pointer;
    bottom: 0;
    position: absolute;
    background-color: #0E0E0E;
    border-radius: 4px;
    padding: 5px;
    min-width: 120px;
    color: #fff;
    border: none;
    font-weight: 500;
}
.categorySlider .slick-arrow.slick-next {
    right: 0;
}
.categorySlider .swiper-slide-active {
    border: 1px solid #007AFF;
    border-radius: 5px;
}
.select-category-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.wapf-field-row .wapf-field-container:last-child {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 10px;
    max-width: 340px;
}
.wapf-product-totals .wapf--inner {
    padding: 10px 0;
}
/*category select slider----------------------*/
/*theme select slider----------------------*/
.themeSlider .slide-item-wrapper img {
    display: block;
    width: 100%;
    height: 400px;
    transition: 4s all ease;
    object-fit: cover;
}
.themeSlider .slide-item-wrapper img:hover {
    object-position: bottom;
    transition: 3s all ease;
}
.themeSlider{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.themeSlider .slide-item-wrapper {
    width: 100%;
    max-width: 380px;
    z-index: 1000 !important;
    transform-style: flat !important;
    height: max-content;
    margin: 0 30px;
    padding: 20px 0;
    min-height: 500px;
}
.themeSlider .slick-current.slick-center {
    border: 1px solid #007AFF;
    border-radius: 10px;
}
.themeSlider .slick-arrow {
    cursor:pointer;
    bottom: 0;
    position: absolute;
    background-color: #0E0E0E;
    border-radius: 4px;
    padding: 5px;
    min-width: 120px;
    color: #fff;
    border: none;
    font-weight: 500;
}
.themeSlider .slick-arrow.slick-next {
    right: 0;
}
#select-theme .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
    /*transform-style: preserve-3d !important;*/
}
/*theme select slider----------------------*/
.price-wrapper {
    display: flex;
    align-items: center;
    font-family: "Arimo", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-right: 20px;
    justify-content: space-between;
}
.tab-triggers {
    padding: 22px 0;
    border-bottom: 1px solid #CCCCCC;
}
.customiser-inputs {
    background: transparent;
    border: none;
    padding: 20px 8px;
    color: #181818;
    font-size: 18px;
    border: 1px solid #181818;
    width: 100%;
    margin-top: 20px;
}
.addon-container {
    display: flex;
    align-items: center;
    font-family: "Arimo", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin-right: 20px;
    justify-content: space-between;
}
.addon-container .total-Pric-title {
    font-size: 12px;
}
#addon-price-trigger {
    cursor: pointer;
}
.price-wrapper .total-Pric-title svg {
    transition-duration: 1s;
}
.price-wrapper.active .total-Pric-title svg {
    transform: rotate(180deg);
    transition-duration: 1s;
}
.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    color: gray !important;
}
.buton-wrapper #previous {

}
/*--------------------------------------vertical-slider-item   -------------------------------------*/
.main-section-product-fields .wapf-field-row {
    /*visibility: hidden;*/
    /*height: 0;*/
}
.wapf-checkable.slick-slide {
    transform: scale(0.95);
    opacity: 0.45;
}
.wapf-radios.slick-initialized.slick-slider.slick-vertical .slick-list.draggable {
    min-height: 190px;
}
.wapf-checkable.slick-current.slick-center {
    transform: scale(1);
    opacity: 1;
    border-color: #0954A6;
    color: #0954A6;
}
#swiper-wrapper-a59781414d17509b {
    z-index: -20;
}
.wapf-field-row.active .wapf-field-input {
    visibility: visible;
    height: unset;
    transition: 0.8s all ease;
}
.wapf-field-row.d-none-visible {

}
.wapf-field-row.d-none-visible .wapf-field-input {
    height: 0;
    visibility: hidden;
}
.navigator-btn {
    color: #fff;
    padding: 9px 10px;
    background-color: #FF7425;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin: 8px 7px !important;
    text-align: center;
    width: 50%;
}
.navigator-btn:hover {
    color: #fff;
}
.wapf-field-label.wapf--above label {
    margin: 0 auto;
}
.wapf-field-label.wapf--above {
    display: flex;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 4px;
    width: 100%;
    min-width: max-content;
    background-color: #0E0E0E;
    color: #fff;
}
.wapf-field-label.wapf--above label span::after {
    content: "\f078";
    position: absolute;
    margin-left: 20px;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: 1s all ease;
}
.wapf-field-row.d-none-visible .wapf-field-label.wapf--above label span::after {
    transform: rotateX(180deg);
    transition: 0.8s all ease;
}
.wapf-field-row.d-none-visible .wapf-field-input {
    transition: 100ms all ease;
    height: 0 !important;
    visibility: hidden !important;
}
.wapf-field-input {
    height: 0;
    visibility: hidden;
}
.wapf-field-row:first-child .wapf-field-input {
    visibility: visible;
    height: unset;
}
.single_add_to_cart_button.button.alt {
    padding: 9px 10px;
    background-color: #FF7425 !important;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin: 8px 7px !important;
    text-align: center;
    width: 100%;
    max-width: 340px;
    line-height: 1.5;
}
/*verticalslider theme select*/
.themeSlider .swiper-slide-active {
    border: 1px solid #007AFF;
    border-radius: 5px;
}
/*--------------------------------------Swiper-js cover-flow theme   -------------------------------------*/
/*-------------------------------------- Days select theme -------------------------------------*/
.day-select {
    margin: 0 15px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
    -webkit-box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
    -moz-box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
}
.day-select.active{
    border: 1px solid #FF7425;
}
/*-------------------------------------- Days select theme -------------------------------------*/
/*---------------------------------------Addons Select for pages and content -------------------------------------------*/
#pages-number-select .select-pages-item {
    max-width: 300px;
    display: flex;
    margin: 0 15px;
    border-radius: 8px;
    border: 1px solid transparent;
    box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
    -webkit-box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
    -moz-box-shadow: 0px 16px 16px -5px rgba(0,0,0,.31);
    padding: 30px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 250px;
}
#select-addons h4 {
    margin-bottom: 25px;
    margin-top: 16px;
}
#pages-number-select .select-pages-item.active {
    border: 1px solid #FF7425;
}
/*---------------------------------------Addons Select for pages and content-------------------------------------------*/
/*--------------------------------------All woocomerence-css  -------------------------------------*/
.main-section {
    margin-top: 72px;
    overflow-y: hidden;
    overflow-x: hidden;
    min-height: 100vh;
}

.slider-wrappers {
    min-height: 73vh;
}

.main-section-image-box {
    width: 100%;
    max-width: 80%;
    padding: 0 20px;
}

.main-section-product-fields {
    padding: 10px 15px;
    width: 20%;
    margin-top: auto;
    margin-bottom: auto;
}

.main-section-image-box a {
    text-align: center;
    color: #fff;
    padding: 9px 10px;
    background-color: #FF7425;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 800;
}

.product-breadd-crums .woocommerce-breadcrumb {
    display: flex;
}

.main-section-product-fields .wapf-radios {
    width: 100%;
    padding: 15px 0 15px;
    position: relative;
    min-width: 344px;
    margin-top: 10px;
    background-color: #fff;
}

.main-section-product-fields .wapf-checkable {
    padding: 10px 10px;
    margin-bottom: 15px;
    margin-right: 10px;
    border: 1px solid #8079796E;
    border-radius: 4px;
    box-shadow: -6px 9px 12px -11px rgba(0, 0, 0, .31);
    -webkit-box-shadow: -6px 9px 12px -11px rgba(0, 0, 0, .31);
    -moz-box-shadow: -6px 9px 12px -11px rgba(0, 0, 0, .31);
    width: 100%;
    min-width: max-content;
}

.main-section-product-fields .wapf-checkboxes .wapf-checkable {
    /*width: max-content;*/
}

.wapf-checkable .wapf-input-label {
    margin-bottom: 0;
}

.wapf--above label span {
    font-weight: 600;
    font-size: 20px;
}

.title-of.option {
    font-size: 18px;
    text-align: center;
}

.main-section-product-fields .wapf-field-group {
    min-height: 300px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.wc-block-components-text-input.wc-block-components-address-form__last_name {
    margin-top: 16px !important;
}

/*--------------------------------------All woocomerence-css  -------------------------------------*/

/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1895px ) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1536px) {
}

@media (max-width: 1440px) {
}

@media ( max-width: 1366px ) {

}

@media (max-width: 1308px) {

}

@media (max-width: 1280px) {


}

@media (max-width: 1199px) {
}

@media (max-width: 1112px) {
}

@media ( max-width: 1100px ) {
    .font-size-33 {
        font-size: 28px;
    }
}

@media (max-width: 1024px) {
}

@media ( max-width: 992px ) {
    .font-size-70 {
        font-size: 44px;
    }

    .font-size-60 {
        font-size: 50px;
    }

    .font-size-28 {
        font-size: 18px;
    }

    .font-size-33 {
        font-size: 24px;
    }

    .font-size-34 {
        font-size: 27px;
    }

    .font-size-30 {
        font-size: 20px;
    }
}

@media ( max-width: 980px ) {

}

@media ( max-width: 767px ) {
    .font-size-70 {
        font-size: 43px;
    }

    .font-size-60 {
        font-size: 42px;
    }

    .font-size-34 {
        font-size: 23px;
    }

    .font-size-24 {
        font-size: 20px;
    }


}

@media ( max-width: 667px ) {
    .font-size-33 {
        font-size: 20px;
    }

    .font-size-18 {
        font-size: 15px;
    }

    .font-size-70 {
        font-size: 45px;
    }

    .font-size-60 {
        font-size: 40px;
    }

    .font-size-20 {
        font-size: 15px;
    }

    .font-size-24 {
        font-size: 18px;
    }

    .nav-bar {
        width: 80%;
    }

    .loop-item-wrapper-grid {
        max-width: 31% !important;
    }

}

@media (max-width: 576px) {
    .font-size-70 {
        font-size: 33px;
    }

    .font-size-60 {
        font-size: 30px;
    }

    .font-size-34 {
        font-size: 20px;
    }

    .font-size-24 {
        font-size: 17px;
    }
}

@media (max-width: 479px) {

}

@media (max-width: 420px) {
    .font-size-70 {
        font-size: 30px;
    }

    .font-size-60 {
        font-size: 24px;
    }

    .font-size-20 {
        font-size: 13px;
    }

    .font-size-16 {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
}