/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.33%;
}
.col-lg-3{
    width: 25%;
}*/



.hide-mobile {
    display: block;
}
.show-mobile {
    display: none;
}

/*Home Page */


.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.w-100 {
    width: 100%!important;
}
.d-block {
    display: block!important;
}
.prod-cat-slider .slick-slide img {
    max-height: 530px;
}
/*.elementor-84 .elementor-element.elementor-element-0a9b874 .jet-carousel__content .jet-carousel__item-title, .elementor-84 .elementor-element.elementor-element-0a9b874 .jet-carousel__content .jet-carousel__item-title a, .elementor-84 .elementor-element.elementor-element-0a9b874 .jet-banner__title{
    position: relative;
    bottom: 125px;
}*/

/*Overring Bootstrap CSS*/
.dropdown-menu {
    position: static !important;
    display: block !important;
    background-color: unset!important;
    border: none !important;
    border-radius: unset !important;
    box-shadow: none !important;

}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: unset !important;
}

/* Book Appointment */
div.row.appointment-row{
    padding: 0 0;
    justify-content: center;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}
.form-appointment .bar {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
}
.appointment-row label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.form-appointment label {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.form-appointment input:focus ~ label, .form-appointment input:valid ~ label {
    top: -15px;
    font-size: 12px;
    color: #2d2e2c;
}
.form-appointment .btn-primary-custom {
    background-color: #2d2e2c;
    font-size: 14px;
    min-width: 154px;
}

.appointment-row .marked {
    background-color: #fffceb!important;
}
a.form-wizard-previous-btn {
    color: #151b54;
}
/*.appointment-row .nav-link {
    color: #151b54;
}*/
.appointment-check .form-check-input {
    visibility: hidden;
    position: absolute;
}
.appintment-div {
    border: 1px solid #e8e8e7;
    padding: 15px 20px;
    display: block !important;
    color: #2d2e2c;
    margin-bottom: 20px;
    border-radius: 4px;
    min-height: 140px;
    /* margin-top: 20px; */
}
.appintment-div> h4 {
    font-size: 15px;
}
.appintment-div p {
    font-size: 14px;
    margin-bottom: 0px;
}
.appintment-div a{
    color: inherit;
    font-size: 14px;
    text-decoration: none;
}
.appintment-time-light {
    color: #898989;
    font-size: 12px;
    text-transform: uppercase;
}
.appintment-time {
    margin-bottom: 0px;
}
.tab-appointment {
    padding: 20px;
}
.nav-appointment {
    margin-top: 50px;
    margin-right: 20px;
    border-bottom: 1px solid #efefef !important;
    position: sticky;
    top: 68px;
    background-color: #fff;
    z-index: 1;
}
.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-appointment> .nav-item {
    width: 20%;
    text-align: center;
}
.nav-appointment .nav-item.show .nav-link, .nav-appointment .nav-link.active, .nav-appointment .nav-link.active:hover, .nav-appointment .nav-link.active:focus {
    border: none;
    border-bottom: 2px solid #2d2e2c !important;
}
.nav-appointment .nav-item .nav-link {
    border: none;
    font-size: 14px;
    pointer-events: none;
    color: #151b54;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.tab-content>.tab-pane {
    display: none;
}
.tab-content>.active {
    display: block;
}
.datepicker-inline {
    width: 100% !important;
}
#calendar .datepicker {
    width: 100%!important;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0!important;
}
#calendar .datepicker table {
    width: 100%!important;
}
#calendar .datepicker table thead {
    background-color: #636363;
    color: #fff;
}
#calendar .datepicker table thead tr {
    background-color: #fff;
    color: #000;
}
#calendar .datepicker table th {
    height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
}
#calendar .datepicker table td {
    height: 40px;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
}
th.dow {
    background: #f2f2f2;
}
td.day {
    border: 1.5px solid #f2f2f2 !important;
}
#timing-list .btn-group, #timing-list .custom_button{
    min-width: 100%;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
label.custom-control-label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.5;
    margin-bottom: 0;
}
.custom-control-label img {
    margin-bottom: 2px;
    margin-right: 4px;
}
.custom_button {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    background-color: #f8f9fa;
    color: #002757!important;
    border-color: #eceff1;
    /*min-width: 165px;*/
    padding: 8px 5px;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.form-appointment input {
    font-size: 18px !important;
    font-size: 14px !important;
    padding: 10px 10px 10px 5px !important;
    display: block !important;
    /* width: 300px; */
    border: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #efefef !important;
}.form-appointment .group {
    margin-bottom: 29px;
}
.form-appointment .group {
    position: relative;
    margin-bottom: 3em;
}
.form-appointment .bar {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -1px;
}


.pt-2, .py-2 {
    padding-top: .5rem!important;
}
.pb-2, .py-2 {
    padding-bottom: .5rem!important;
}
.justify-content-md-center {
    justify-content: center;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
/* Footer Bottom */
.footer-bottom .social-icons .elementor-icon-list-items li{
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    padding: 12px 5px 12px 11px;
    text-align: center;
}
.footer-bottom .social-icons .elementor-icon-list-items li:hover{
    border: 1px solid #898989;
}
.footer-section .social-icons .elementor-icon-list-items li{
    border: 1px solid #e1e1e1;
    border-radius: 25px;
    padding: 12px 5px 12px 11px;
    text-align: center;
}
.footer-section .social-icons .elementor-icon-list-items li:hover{
    border: 1px solid #898989;
}
.social-icons .elementor-icon-list-items a:hover{
    text-decoration: none;
}
.btn-black {
    text-decoration: none !important;
    padding: 15px 30px;
    background: #2d2e2c;
    color: #ffffff;
    border-radius: .25em;
    font-size: 12px;
}
.btn-black:hover {
    color: #dddddd;
}
.row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
/*    margin-right: -15px;
    margin-left: -15px;*/
}
.store-detail h1,.store-detail h2,.store-detail h3,.store-detail h4,.store-detail h5,.store-detail h6{
    font-weight: 500;
}
.store-detail h5{
    font-size: 22px;
}
.store-detail h6{
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}
.store-div{
    padding: 80px 0;
}
.store-div:nth-child(odd){
    flex-direction: row-reverse;
}
.store-div>div{
    width: 50%;
    padding: 20px;
}
.store-div img{
    width: 100%;
}
.store-detail h5{
    font-size: 22px;
}
.store-detail table th, .store-detail table td {
    padding: 0px;
    text-align: left;
    vertical-align: top;
    border-bottom: none;
    color: #151b54;
    padding-bottom: 8px;
    line-height: 1.2;
}
.store-detail table td.tw-150{
    vertical-align: middle;
}
.foo-form-check label, .foo-form-check label a {
    color: #aaa;
    font-weight: 400;
}
#site-logo #site-logo-inner {
     vertical-align: inherit;
}
.after-header-content .after-header-content-inner>a, .after-header-content .after-header-content-inner>div>a {
    display: inline-block;
    line-height: 100%;
}
.wcmenucart-cart-icon span.wcmenucart-count{
    font-size: 10px;
}
.header-user{
    position: relative;
    padding: 10px;
    top: 4px;
    right: 20px;
}
.header-user .fa-user{
    color: #fff;
    font-size: 22px;
}
.elementor-84 .elementor-element.elementor-element-0a9b874 .jet-banner__title {
    text-shadow: .5px 0px 3px rgb(0 0 0);
}
li.nav-item.dropdown {
    font-size: 6px;
    position: relative;
    top: 4px;
    min-width: 40px;
}
.nav-item a.navbar-brand {
    padding: 5px;
    font-size: 18px;
    line-height: unset;
    height: unset;
}
.after-header-content .after-header-content-inner{
    display: flex;
    flex-wrap: wrap;
}
.after-header-content-inner .bag-style {
    position: relative;
    display: inline-block;
    top: 10px;
}
.after-header-content-inner .wcmenucart-cart-icon span.wcmenucart-count {
    font-size: 8px;
}
.after-header-content-inner .wcmenucart-cart-icon .wcmenucart-count:after {
    height: 8px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.type-product .summary.entry-summary {
    padding: 0px 100px 0px 60px;
}
.related .products.oceanwp-row .woo-entry-image img {
    width: 100%;
}






/* Customise Button on Product Page */
.custumize-produtc-btn {
    font-size: 12px;
    margin-top: 5px;
}
.btn-outline {
    /* height: 36px; */
    /* margin-bottom: 7px; */
    /* font-size: 12px; */
    color: #012756;
    border: 2px solid #012756;
    font-weight: 600;
    background-color: #ffffff;
    box-shadow: 0 0 0 transparent;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    /* border-radius: .25rem; */
    padding: .91rem .75rem;
    text-transform: uppercase;
}
.btn-outline:hover, .btn-outline:focus {
    border: 2px solid #012756;
    text-decoration: none;
}
.custumize-produtc-div {
    width: 100%;
}
.custumize-produtc-btn a {
    color: #2d2e2c;
    text-decoration: none;
    background-color: transparent;
}
.custumize-produtc-btn a.hover, .custumize-produtc-btn a:hover {
    text-decoration: none;
}
.customize-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 8px;
    transition: transform .3s ease-out;
}
.customize-icon:after {
    content: "";
    transition: box-shadow .3s ease-out;
    width: 6px;
    height: 6px;
    background-color: #797979;
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-8px);
    box-shadow: 6px 6px 0 #6c7490, -6px 6px 0 #8c8878, 0 12px 0 #8d9c89;
}
.custumize-produtc-btn:hover>.customize-icon::after {
    box-shadow: 8px 8px 0 #6c7490, -8px 8px 0 #8c8878, 0 16px 0 #8d9c89;
}

.custumize-produtc-btn:hover>.customize-icon {
    transform: rotate(180deg);
}


.woocommerce .owp-btn-big .summary form button[type="submit"].button {
    width: calc(100% - 120px);
}



/* Select size modal of single product page */
.variations_button {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 10px 20px;
}
#open{
    display: none;
}
#myModal2{
    display: block;
    background-color: #000000bb;
    z-index: -1;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
         -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -450px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
       -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
         -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
#myModal2 .modal-content {
    border-radius: 0;
    border: none;
    padding: 40px 20px;
    position: static;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#open:checked + label + #myModal2 {
    z-index: -1;
    opacity: 0;
}
#open:checked + label + #myModal2 {
    z-index: 100;
    opacity: 1;
}
label.select-size {
    width: 100%;
    margin-top: 30px;
}
label.selectsize-close {
    color: #a2a2a2;
    font-size: 15px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 101;
    font-family: monospace;
    border: 1px solid #a2a2a2;
    border-radius: 30px;
    padding: 0px 10px 3px 10px;
    cursor: pointer;
    background-color: #fff;
}


















.hide-div-lg{
    display: none;
}
.hide-trigger-lg:hover{
    cursor: pointer;
}
.jet-banner.jet-effect-sadie:hover .jet-banner__title {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 0px, 0) !important; 
    transform: translate3d(0, -50%, 0) translate3d(0, 0px, 0) !important; 
    /*-webkit-transform: unset !important; 
    transform: unset !important;*/
}
.oceanwp-mobile-menu-icon a {
    font-size: 20px;
}
.oceanwp-mobile-menu-icon a i.fa-bars{
    font-size: 24px;
}
.header_after_content i{
    color: #fff;
}
.header_after_content i.fa-phone-alt{
    font-size: 16px;
}










/* Reseting product single page styling / Single product CSS  */
.woocommerce-product-gallery__image img {
    min-width: 95%;
    max-width: 95%;
}
.woocommerce-product-gallery__image {
    margin-bottom: 5px;
}
.product .summary.entry-summary {
    position: sticky;
    top: 150px;
}
.woocommerce div.product div.summary {
    margin-bottom: 1250px !important;
}

.woocommerce table.shop_table tr td {
    padding-top: 40px;
	padding-bottom: 40px;
    vertical-align: top;
    text-transform: capitalize;
    border-color: #eaeaea;
}
.single-product.woocommerce div.product p.price {
    font-size: 18px;
    margin: unset;
}
.single-product.single.woocommerce h2.entry-title {
     padding: unset !important; 
     margin: unset !important; 
     border-bottom: unset !important; 
}
.single-product.woocommerce table.variations td{
    border: 0px solid #ffffff00 !important;
}
.single-product.woocommerce table.variations label[for="size"]{
    position: relative;
    top: 5px;
}
.single-product.woocommerce .variations .label{
    font-size: 100%;
}
.single-product.single.woocommerce .wc-pao-addons-container{
    display: none;
}
.single-product.single.woocommerce div.product form.cart {
    border-top: 0px solid;
    border-bottom: 0px solid;
}
.single-product.single.woocommerce div.product form.cart .variations .reset_variations {
    display: none;
}
.woocommerce .related.products {
    max-width: 1340px;
    padding: 0 20px;
    margin: auto;
    background: #fff;
}




.cart_item td.product-name dl.variation{
    display: none;
}
.product-bottom-fixed{
    display: none;
}
.elementor-13 .elementor-element.elementor-element-933e3f2.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container{
    display: none;
}
.elementor-element-fb74051 .elementor-menu-cart__container.elementor-lightbox{
    display: none;
}
.elementor-element-fb74051.elementor-menu-cart--shown .elementor-menu-cart__container.elementor-lightbox{
    display: block;
}
.kk-child-category-products.elementor-widget-wc-archive-products .products li.category {
    margin-top: -20px;
}
.related .products li.category {
    margin-top: -20px;
}
.woocommerce .product span.onsale {
    left: 10px !important;
    top: 10px !important;
}
form.variations_form table.variations tr {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}


























/* Media Query of Responsive */

@media screen and (max-width: 768px) {
/*    .col-sm-12{
        width: 100%;
    }
    .col-sm-9{
        width: 75%;
    }
    .col-sm-9{
        width: 75%;
    }
    .col-sm-6{
        width: 50%;
    }
    .col-sm-4{
        width: 33.33%;
    }
    .col-sm-3{
        width: 25%;
    }*/
    /*.my-nav nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{
        position: absolute;
        width: calc(100% * 2);
        top: 42px;
    }*/
    .nav-appointment {
        top: 0px;
    }
    .hide-div{
        display: none;
    }
    .hide-trigger:hover{
        cursor: pointer;
    }
    .woocommerce-product-gallery__image img {
        min-width: 100%;
        max-width: 100%;
    }
    .type-product .summary.entry-summary {
        padding: 5px 5px 0px 5px;
    }
    .woocommerce div.product div.summary {
        margin-bottom: unset !important;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: space-between;
        background: #fff;
    }
    .product .summary.entry-summary {
        position: unset;
        top: unset;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .product-bottom-fixed{
        display: flex;
    }
    .woocommerce div.product h2.product_title.entry-title {
        font-size: 16px;
        line-height: 2em;
    }
    .single-product.woocommerce div.product p.price {
        font-size: 16px;
        margin: unset;
    }
    .modal.right.fade .modal-dialog {
        right: -100%;
    }
    .variations_button {
        padding: 10px 0px;
    }
    .modal.left .modal-dialog, .modal.right .modal-dialog {
        width: 100%;
    }
    .kk-child-category-products.elementor-widget-wc-archive-products .products, .elementor-products-grid .products.elementor-grid.oceanwp-row {
        grid-template-columns: repeat(2,1fr);
    }
    .kk-child-category-products.elementor-widget-wc-archive-products .products img.woo-entry-image-main {
        width: 100%;
    }

    .woocommerce .product span.onsale {
        left: 10px !important;
        top: 10px !important;
    }
    .mobile-menu ul.menu li {
        list-style-type: none;
        font-size: 18px;
        color: black;
        padding: 17px 15px;
        border-bottom: 0.3px solid #eee;
        text-transform: uppercase;
    }
    .mobile-menu ul.sub-menu li {
        border-bottom: none;
        font-size: 15px;
        text-transform: capitalize;
    }
    .mobile-menu ul.menu li a{
        color: #000000;
        font-size: 15px;
    }
}
@media screen and (max-width: 425px) {
    #site-logo #site-logo-inner {
        vertical-align: middle;
    }
    .kk-child-category-products.elementor-widget-wc-archive-products .products, .elementor-products-grid .products.elementor-grid.oceanwp-row{
        grid-template-columns: repeat(1,1fr);
    }
    .woocommerce .product span.onsale {
        left: 10px !important;
        top: 10px !important;
    }
    .prod-cat-slider{
        max-width: 100vh;
        overflow: hidden;
    }
    .prod-cat-slider .slick-slide img {
        max-height: 156.4vw;
        min-width: 100vw;
    }
    section.up-sells.upsells.products{
        overflow: hidden;
    }
}

@media screen and (max-width: 986px) {

    .store-div>div{
        min-width: 100%;
        padding: 15px 0px;
    }
    .store-div {
        padding: 40px 0;
        flex-direction: column-reverse;
    }
    .store-div:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .store-detail h5{
        font-size: 22px;
    }
    .nav-appointment .nav-item .nav-link, .nav-appointment .nav-item{
        display: none !important;
    }
    .nav-appointment .nav-item.show, .nav-appointment .nav-item.show .nav-link, .nav-appointment .nav-link.active, .nav-appointment .nav-link.active:hover, .nav-appointment .nav-link.active:focus {
        display: block !important;
    }
    .nav-appointment> .nav-item.show {
        width: 100%;
        text-align: center;
    }
    .jet-carousel__prev-arrow-0a9b874, .jet-carousel__next-arrow-0a9b874{
        display: none !important;
    }
    .type-product .summary.entry-summary {
        padding: 10px 15px 0px 15px;
    }
}
@media screen and (max-width: 1024px) {
    /*.col-md-12{
        width: 100%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-6{
        width: 50%;
    }
    .col-md-4{
        width: 33.33%;
    }
    .col-md-3{
        width: 25%;
    }*/
    .type-product .summary.entry-summary {
        padding: 20px 15px 0px 15px;
    }
}
@media screen and (min-width: 1340px) {
  .hero-text h2 {
     font-size: 80px !important;
  }
  .hero-btn a{
    font-size: 44px !important;
  }
}
@media screen and (min-width: 960px) {
    .minimal-header.left-menu div#site-logo{
        padding-right: 48px;
    }
}



