﻿
/*.setpos {
    position: relative;
}

    .setpos .rightbtn {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 9;
        width: 100%;
        text-align: right !important;
    }

        .setpos .rightbtn a {
            color: #fff;
            background: #f68b34;
            width: 35px;
            height: 35px;
            display: inline-block;
            line-height: 35px;
            border-radius: 50%;
            margin: 0px auto;
            text-align: center;
            font-size: 15px;
        }*/

/********************************/
/*CSS taken from pvTAGInfo page*/
/**********************/
:root {
    --bs-modal-margin: 2.75rem;
}

.carousel-wrap {
    margin: 0px auto;
    width: 90%;
    position: relative;
}

#dvMap {
    height: 400px
}

.owl-prev {
    position: absolute;
    top: 35%;
    left: -45px;
}

.owl-next {
    position: absolute;
    top: 35%;
    right: -45px;
}

#firstdiv {
    height: 100% !important;
    overflow: auto;
}

#maindiv {
    /*height: 70vh;*/
    min-height: 48vh;
    max-height: 70vh;
    overflow: auto;
}

.categoryslider .owl-nav button.owl-prev i, .categoryslider .owl-nav button.owl-next i {
    /*display: block;
        font-size: 30px;
        line-height: 30px;
        width: 30px;
        background: #e1261c;
        text-align: center;*/
    border-radius: 4px;
    color: #fff;
}

.parentContentPopup {
    position: absolute;
    left: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
}

.contentdiv-product {
    z-index: 999;
    background-color: transparent;
    padding: 0;
    padding-top: 10px;
    border-radius: 25px;
    box-shadow: none;
    min-height: 400px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    height: 100%;
}

.contentdiv-image {
    z-index: 999;
    position: absolute;
    bottom: 12%;
    right: 25px;
    border: 1px solid #bfbbbb;
    background-color: rgba(255, 255, 255, 0.8);
    width: 40%;
    padding: 10px;
    min-height: 50px;
    max-height: 200px;
    /*  height: 200px;*/
    width: 300px;
    overflow: auto;
}

.rvNotification {
    bottom: 50% !important
}

.close {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: none;
    opacity: 1 !important;
    position: absolute;
    right: -7px;
    top: -13px;
    z-index: 9;
    background: #f00 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    width: 30px;
    height: 28px;
    text-align: center;
    margin: 0px;
    line-height: 7px;
}

.taghead strong {
    display: block;
    padding: 4px 10px;
    background: #f68d33;
    /* border-radius: 4px !important;*/
    border-radius: 12px !important;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.icondiv-product {
    z-index: -1;
    position: absolute;
    top: 0;
    right: -8%;
    background-color: rgb(255 255 255 / 98%);
    padding: 10px;
    border-radius: 25px;
    box-shadow: 10px -2px 7px 2px #00000073;
}

    .icondiv-product ul {
        padding: 0
    }

ul .fixed_icons {
    height: auto !important;
}

    ul.fixed_icons li {
        list-style: none;
        /*padding: 3px;*/
        padding: 3px 3px;
    }

.parentcontentdiv {
    position: relative;
}


.allDiv {
    padding: 0;
    padding-top: 5px;
    display: none;
    position: absolute; /* add this */
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgb(255 255 255 / 98%);
    border-radius: 25px;
    transition: 0.4s;
    z-index: 99
}

@keyframes fade-in {
    0% {
        transform: scale(0);
        transition: all 0.2s ease-in-out;
    }

    100% {
        transform: scale(1);
        transition: all 0.2s ease-in-out;
    }
}

.parentContentPopup {
    animation: fade-in 0.5s linear;
}

.product_name {
    font-size: 21px;
    padding: 0;
    margin-bottom: 10px;
}

.discount {
    color: #F43047;
    margin: 0 10px 0 5px;
}

.taxes_row {
    font-size: 13px;
    margin: 0 0 10px;
}

.old_price_row .old_price {
    font-size: 17px;
    color: #333;
    text-decoration: line-through;
    margin-right: 10px;
}

h3.sku {
    font-size: 1.15rem;
    margin-top: 10px;
}

.taxes {
    font-size: 12px;
}

.detail_cta_wrap {
    text-align: right;
    width: 100%;
    box-shadow: none;
    padding: 0;
}

    .detail_cta_wrap .btn span {
        font-size: 12px;
    }

    .detail_cta_wrap .buyNow {
        background-color: #181818;
        color: #fff;
    }

    .detail_cta_wrap .btn {
        padding: 5px 15px;
        width: auto;
        height: 40px;
        margin-right: 20px;
    }

.cart-table-container {
    margin-top: 0rem;
    background: #ffffff;
    border-radius: 6px;
}

.table.table-cart tr th, .table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.table.table-cart tr td, .table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}

.table-cart td {
    padding: 1rem 1rem;
}

.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

    .table.table-cart .product-title a, .table.table-cart .subtotal-price {
        display: block;
        margin-bottom: 1px;
    }

.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem;
}


.btn-remove {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #474747;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    text-align: center;
    line-height: 2rem;
}

.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px;
}

.product-single-qty {
    display: inline-block;
    max-width: 104px;
    vertical-align: middle;
}

.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.product-single-qty .bootstrap-touchspin.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: none;
    padding-right: 0;
}

.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700;
}

.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus), .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: #dae2e6;
}

.table.table-cart .product-title a, .table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
    font-size: 15px;
}

.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
}

.totalcost {
    font-weight: 400;
    color: #636363;
    font-size: 18px;
}

    .totalcost span {
        font-weight: 600;
        font-size: 24px;
        color: #ed3237;
    }




/*Dealer Locator*/
.tableWrapper .tableHolder {
    float: left;
    width: 100%;
}

.store-address {
    color: #333;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    margin-bottom: 0px;
    min-height: 150px;
}

    .store-address:before {
        width: 23px;
        height: 32px;
        background: url(Images/pointer.png) no-repeat 0 0 #fff;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
    }

address {
    color: #333;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.store-address address {
    border-left: solid 1px #ed4544;
    margin: 0 0 0 11px;
    padding-left: 30px;
}

.delaerparent {
    margin-bottom: 15px;
    overflow-x: hidden;
    height: 500px;
    overflow-y: scroll;
}

.pophead {
    margin: 0;
    padding: 4px 10px;
    background: #f68d33;
    /* border-radius: 4px !important; */
    border-radius: 12px !important;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

    .pophead a {
        color: #fff;
    }

.product_single_box {
    /*   background-color: #f5f5f5;*/
    background-color: transparent;
    padding: 5px;
    border: 1px solid #0000003b;
    margin: 1px 0;
}

.slick-slide .product_single_box {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    transition: all 0.3s;
    text-align: center;
}

.product_single_box .product_img {
    position: relative;
    margin-bottom: 10px;
    justify-self: flex-start;
    margin-bottom: auto;
}

.product_single_box .product_img {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 180px;
}

.slick-slide img {
    width: 100%;
    border: none;
    outline: none;
}

.product_single_box .product_img img {
    height: 180px;
}

.product_single_box .other_details {
    padding: 0 0;
    margin-top: 0;
    height: 55px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.block_heading {
    display: flex;
    justify-content: flex-start;
    padding: 10px 15px;
}

    .block_heading h2 {
        display: inline-block;
        background-color: #F43047;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px;
        text-transform: uppercase;
        padding: 5px 15px;
        position: relative;
        line-height: 1.1;
        text-align: center;
    }

.product_single_box .product_name {
    font-size: 17px;
    padding: 0;
    font-weight: 600;
}

.default_button {
    background-color: #181818;
    color: #fff;
    border: 1px solid #181818;
}

text_other_details {
    overflow: auto;
    max-height: 430px;
    margin-bottom: 50px;
}

.quantity {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

    .quantity input {
        -webkit-appearance: none;
        border: none;
        text-align: center;
        width: 32px;
        font-size: 16px;
        color: #020202;
        font-weight: 300;
        border: 1px solid #9f9d9d;
        padding: 0;
        border-radius: 5px;
    }


#canvas1 {
    width: 100% !important;
    height: 100% !important;
    max-height: 650px !important;
}

ul.availablecolor {
    margin: 0;
    color: #636363;
}

    ul.availablecolor li {
        display: inline;
        /*border-radius: 50%;*/
        padding: 2px;
    }

        ul.availablecolor li div {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1px solid #cdcccc;
        }

.rightbtn {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 9;
    width: 100%;
    text-align: right !important;
}

    .rightbtn a {
        color: #fff;
        background: #f68b34;
        width: 35px;
        height: 35px;
        display: inline-block;
        line-height: 35px;
        border-radius: 50%;
        margin: 0px auto;
        text-align: center;
        font-size: 15px;
    }

.havellshead {
    text-align: left;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
    background: #F43047;
    padding: 9px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: r;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

    .havellshead strong {
        padding: 10px 10px;
        background: #ffffff;
        margin-left: 20px;
        font-size: 18px;
        color: #F43047;
        font-weight: 600;
        white-space: nowrap;
    }


.crabtreehead {
    text-align: left;
    padding: 9px;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
    background: #00ad4c;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .crabtreehead strong {
        padding: 10px 10px;
        background: #ffffff;
        margin-left: 20px;
        font-size: 18px;
        color: #00ad4c;
        font-weight: 600;
    }

.reohead {
    text-align: left;
    padding: 9px;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800;
    color: #000;
    background: #f48024;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    .reohead strong {
        padding: 10px 10px;
        background: #ffffff;
        margin-left: 20px;
        font-size: 18px;
        color: #f48024;
        font-weight: 600;
    }

#back2nd, #back2nd, #back3rd, #back5th, #back6th {
    color: #fff !important;
}

.owl-carousel .owl-item img {
    display: inherit !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff !important;
}

.havellsarrow {
    color: #F43047 !important;
}




.reoarrow {
    color: #f48024 !important;
}

.mb10 {
    margin-bottom: 10px;
}

.dealerLocator {
    padding: 10px;
}

@media (min-width: 736px) and (max-width: 1025px) {
    .contentdiv-product {
        left: auto;
    }
}

@media (min-width: 360px) and (max-width: 1023px)and (orientation: portrait) {

    .icondiv-product {
        right: -21%;
    }
}

@media (min-width: 360px) and (max-width: 1023px)and (orientation: landscape) {

    .icondiv-product {
        right: -13%;
    }

    .havellshead {
        position: relative
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .parentContentPopup {
        background: #00000085;
    }

    .modal-content {
        padding: 0px 0 !important;
        width: 90%
    }

    .havellshead strong {
        padding: 3px 10px;
    }

    ul .fixed_icons li {
        padding: 0px 7px;
    }

    #maindiv {
        height: 600px;
        overflow-y: auto;
    }

    .owl-prev {
        left: -21px;
    }

    .owl-next {
        right: -21px;
    }

    .icondiv-product {
        right: auto;
        top: -45px;
        padding: 6px 10px;
        border-radius: 7px;
    }

    ul.fixed_icons li img {
        width: 21px;
    }

    .icondiv-product ul {
        padding: 0;
        display: inline-flex;
    }

    .havellshead {
        position: relative
    }

    .delaerparent {
        margin-bottom: 15px;
        overflow-x: hidden;
        height: 200px;
        overflow-y: scroll;
    }

    #dvMap {
        height: 200px !important
    }
}

#maindiv {
    padding: 0px;
    border-radius: 10px 10px 0px 0;
}

.contentdiv-product {
    height: calc(100% - var(--bs-modal-margin) * 2);
}

@media (min-device-width: 320px) and (max-device-width: 1023px) and (orientation: landscape) {
    .parentContentPopup .contentdiv-product {
        width: 80%;
    }

    .icondiv-product {
        right: -8%;
        top: auto;
    }

        .icondiv-product ul {
            display: block;
        }

            .icondiv-product ul img {
                width: 25px;
            }

    .contentdiv-product {
        left: auto;
    }

    .havellshead {
        /* position: absolute; */
        /* z-index: 9; */
    }

    /*    .divheight {
        height: auto !important;
    }*/


    /* .parentContentPopup .modal-content {
        height: 215px !important;
        border-radius: 10px 10px 0px 0;
    }*/
    #maindiv {
        padding: 0px;
        /*   height: 213px !important;*/
        border-radius: 10px 10px 0px 0;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

@media (min-device-width: 750px) and (max-device-width: 865px) and (orientation: landscape) {
    #maindiv {
        padding: 0px;
        height: 60vh !important;
    }

    .setpos .rightbtn {
        width: 42px !important;
        padding: 4px;
        top: 7px !important;
    }

    .rightmenu {
        padding: 0 3px;
    }

    /*   .parentContentPopup .modal-content {
        height: 61vh !important;
        margin-top: 15px;
    }*/
}

@media (min-device-width: 865px) and (max-device-width: 870px) and (orientation: landscape) {
    #maindiv {
        padding: 0px;
        height: 244px !important;
        border-radius: 10px 10px 0px 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .parentContentPopup .modal-content {
        height: 256px !important;
    }

    ul.fixed_icons li {
        list-style: none;
        padding: 3px !important;
        text-align: center;
    }

        ul.fixed_icons li img {
            width: 24px;
        }
}

@media (min-device-width: 750px) and (max-device-width: 865px) and (orientation: landscape) {
    #maindiv {
        padding: 0px;
        height: 60vh !important;
    }

    .setpos .rightbtn {
        width: 42px !important;
        padding: 4px;
        top: 7px !important;
    }

    .rightmenu {
        padding: 0 3px;
    }

    .parentContentPopup .modal-content {
        height: 61vh !important;
        margin-top: 15px;
    }
}

@media (min-device-width: 1192px) and (max-device-width: 1195px) and (orientation: landscape) {
    #maindiv {
        padding: 0px;
        height: 60vh !important;
    }

    .setpos .rightbtn {
        width: 42px !important;
        padding: 4px;
        top: 7px !important;
    }

    .rightmenu {
        padding: 0 3px;
    }

    .parentContentPopup .modal-content {
        height: 61vh !important;
        margin-top: 15px;
    }
}
/***NEW POPUP 25 jan 24 - AK*/
/*.modal-header {
    border-bottom: 0;
    padding-top: 2px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 2px;
    background:transparent !important;
    color:#000;
}
.modal-heading {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 0;
}
.havellshead {
    text-align: left;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    background: #F43047;
    padding: 9px;
    width: auto;
    margin-right: 18px;
}
.close-modal {
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #F44336;
    text-align: center;
    height: 28px;
    line-height: 28px;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
    position: absolute;
    right: 1px;
    top: 1px;
}*/
