@import url("https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes header_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}
.carousel-style .owl-nav {
    visibility: hidden;
}
.carousel-style .owl-nav .disabled {
    display: none;
}
.carousel-style .owl-nav i {
    font-size: 23px;
    line-height: 70px;
}
.carousel-style .owl-nav .owl-prev,
.carousel-style .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    z-index: 5;
    width: 30px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
.carousel-style .owl-nav .owl-prev {
    left: 0px;
    border-radius: 0 4px 4px 0;
    -webkit-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.carousel-style .owl-nav .owl-next {
    right: 0px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: -3px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.carousel-style:hover .owl-nav {
    visibility: visible;
}
.other-banner {
    width: 100%;
    position: relative;
    display: block;
}
.other-banner .img-responsive {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media (max-width: 767px) {
    .other-banner .img-responsive {
        height: 66px;
    }
    .btn-grp-2 {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .cart-spinner .subcart,.cart-spinner .addcart {
        padding: 0 !important;
        width: 30px !important;
        height: 30px !important;
        line-height: 23px !important;
    }
    .cartlist .pro-can2 {
        top: 45px !important;
    }
}
.other-banner .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.other-banner .content {
    position: absolute;
    bottom: 100px;
    left: 0px;
    display: block;
    width: 100%;
    margin: auto;
    z-index: 1;
}
.other-banner .content h1 {
    margin-bottom: 2px;
}
.spinner {
    display: inline-block;
    position: relative;
}
.spinner.gap5 {
    top: 5px;
}
.spinner.spinner-center {
    text-align: center;
    display: block;
}
.spinner input[type="number"] {
    -moz-appearance: textfield;
    text-align: center;
    max-width: 40px;
    padding: 10px;
    outline: none;
}
.spinner .add,
.spinner .sub,
.spinner .addcart,
.spinner .subcart {
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    font-size: 30px;
    border: 2px solid #3e45a5;
    color: #3e45a5;
    display: inline-block;
    text-align: center;
    line-height: 18px;
}
.spinner .add:hover,
.spinner .sub:hover,
.spinner .addcart:hover,
.spinner .subcart:hover {
    background-color: #3e45a5;
    color: #fff;
}
.spinner input {
    padding: 10px;
    font-size: 15px;
    max-width: 50px;
    text-align: center;
    border-radius: 5px;
    border: none;
    color: #1d1e22;
    background-color: transparent;
    position: relative;
    top: -4px;
}
@media (max-width: 1000px) {
    .hidden-small {
        display: none !important;
    }
}
.img-zoom {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-zoom img {
    transition: transform 0.2s;
}
.img-zoom:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.imgstyleblock {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.imgstyleblock span {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    font-size: 15px;
    color: #fff;
    mix-blend-mode: difference;
}
.imgstyleblock span:before {
    position: absolute;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: "";
    background: #fff;
    height: 1px;
    -webkit-transition: width 0.2s;
    transition: width 0.2s;
}
.imgstyleblock:hover span:before {
    width: 100%;
}
.offerblock {
    width: 100%;
    display: block;
    position: relative;
}
.offerblock .contentblock {
    position: absolute;
    bottom: 20px;
    width: 90%;
    height: 40px;
    z-index: 1;
    color: #000;
    font-size: 15px;
    text-align: center;
}
.offerblock .contentblock h4 {
    margin: 0;
    padding: 0;
}
.sideimg {
    position: relative;
    width: 100%;
    display: block;
}
.produvtslider {
    width: 100%;
    display: block;
}
.produvtslider .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
.produvtslider .heading:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.product-item-info {
    width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.product-item-info .percentage {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #319fc3;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.product-item-info .imgblock {
    /*width: 50%;*/
    display: block;
    /*float: left;*/
}
.product-item-info .imgblock .imgcover {
    width: 100%;
    min-height: 160px;
    display: block;
    background: url(../images/Febino-Final-3.png) no-repeat center;
}
.product-item-info .imgblock .imgcover img{
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.product-item-info .contentblock {
    /*width: 50%;*/
    display: block;
    /*float: right;*/
    padding: 10px 5px;
}
.product-item-info .contentblock h4 {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    /*font-size: 14px;*/
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-family: 'Oswald';
    font-size: 20px;
    color: #3e45a5;
    letter-spacing: 1px;
}
.product-item-info .contentblock .blockprice {
    display: block;
    text-align: center;
    min-height: 30px;
}
.product-item-info .contentblock .blockprice .price {
    color: #319fc3;
    font-weight: bold;
    display: inline-block;
    margin: 0 3px;
}
.product-item-info del {
    color: #666;
    font-size: 12px;
    display: inline-block;
    margin: 0 3px;
}
.product-item-info .save {
    background-image: url(../images/add/offimg.png);
    background-size: 100% 100%;
    width: 65px;
    height: 66px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    line-height: 15px;
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 2;
}
.product-item-info .addtocart {
    position: absolute;
    /* bottom: -100%; */
    /* left: 20px; */
    bottom: -15%;
    left: 95px;
    top: 52%;
    z-index: 1;
    margin: auto;
    width: 120px;
    height: 37px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    color: #3e45a5;
    font-size: 13px;
    outline: none;
    border: 2px solid #3e45a5;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    font-family: 'Oswald';
    justify-content: center;
    align-items: center;
    display: flex;
}
.product-item-info .addtocart .adto {
    display: block;
}
.product-item-info .addtocart .adtext {
    display: none;
}
.product-item-info .addtocart.added {
    background-color: #319fc3;
    color: #fff;
    /*bottom: 20px;*/
}
.product-item-info .addtocart.added .adto {
    display: none;
}
.product-item-info .addtocart.added .adtext {
    display: block;
}
.product-item-info .addtocart:hover {
    background-color: #3e45a5;
    color: #fff;
}
.product-item-info .overlayblock {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
.product-item-info .overlayblock .out-of-stock {
    width: 70%;
    height: 30px;
    background-color: #6a6a6a;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 3;
    display: block;
    margin: auto;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.product-item-info:hover .addtocart {
    /*bottom: 20px;*/
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.product-item-one {
    width: 100%;
    background-color: #fff;
    display: block;
    position: relative;
    padding: 5px;
    overflow: hidden;
}
.product-item-one .imgblock {
    width: 100%;
    display: block;
}
.product-item-one .contentblock {
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    padding: 15px;
    text-align: center;
    min-height: 110px;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .product-item-one .contentblock {
        min-height: 150px;
    }
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .product-item-one .contentblock {
        min-height: 75px;
    }
}
.product-item-one p {
    font-size: 15px;
    margin: 0;
    padding-bottom: 5px;
}
.produvtslider {
    width: 100%;
    display: block;
}
.produvtslider .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
    font-family: "Oswald", sans-serif;
}
.produvtslider .heading:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
}
.brandblock {
    width: 100%;
    display: block;
    padding: 3px;
    border: 1px solid #ddd;
}
.info-wrapper {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}
.info-wrapper .infolist {
    border-right: 1px solid #ddd;
    padding: 0;
}
@media (max-width: 767px) {
    .info-wrapper .infolist {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .mobile-d-none{
        display: none;
    }
}
.info-wrapper .infolist:last-child {
    border-right: none;
}
.info-wrapper .infolist .infolist-block {
    padding: 20px;
    position: relative;
    height: 100%;
    display: block;
    text-align: center;
}
.info-wrapper .infolist .infolist-block h4 {
    font-size: 16px;
}
.info-wrapper .infolist .infolist-block p {
    font-size: 13px;
    line-height: 17px;
}
.newsletter {
    width: 100%;
    background-color: #fff;
    padding: 10px 15px 25px;
}
.newsletter .heading {
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-top: 6px;
    margin-bottom: 10px;
}
.newsletter .form-control {
    border-color: #e8e8e8;
    background-color: #f7f7f7;
    border-radius: 0;
    height: 40px;
}
.newsletter .btn {
    border-radius: 0;
    background-color: #319fc3;
    color: #fff;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.proname {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
}
.proname h4 {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.proname p {
    width: 100%;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contactblock {
    display: block;
    padding: 10px;
    min-height: 371px;
    margin-top: 20px;
    background-color: #fff;
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
    .contactblock {
        min-height: 394px;
    }
}
.contactblock h4 {
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
}
.left-side {
    display: block;
    background-color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.left-side h4 {
    font-size: 20px;
    margin: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
    color: #ffffff;
    /* font-weight: bold; */
    background: #3e45a5;
}
.left-side ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px;
}
.left-side ul li {
    width: 100%;
    display: block;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}
.left-side ul li a {
    color: #000;
    position: relative;
    padding-left: 10px;
}
.left-side ul li a:hover {
    color: #319fc3;
}
.right-side {
    display: block;
    width: 100%;
}
.right-side .heading {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    padding: 11px 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.spinner-block {
    display: inline-block;
    width: 50px;
}
.spinner-block .form-control {
    border-radius: 3px;
    text-align: center;
    padding: 4px;
}
.btn-theme {
    background-color: #3e45a5;
    border-color: #3e45a5;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 5px;
}
.btn-theme .adto {
    display: block;
}
.btn-theme .adtext {
    display: none;
}
.btn-theme.added .adto {
    display: none;
}
.btn-theme.added .adtext {
    display: block;
}
.btngap {
    margin-top: 8px;
    margin-left: 20px;
}
.btn-save {
    background: none;
    border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.product-pack-sizes {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.product-pack-sizes .heading {
    width: auto;
    display: inline-block;
    font-size: 15px;
    padding: 5px 10px 5px 0px;
    position: relative;
    z-index: 3;
}
.product-pack-sizes .pack-size {
    display: block;
    margin-bottom: 5px;
}
.product-pack-sizes .pack-size label {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 45px;
    font-weight: normal;
    border: 1px solid #d0d0d0;
    cursor: pointer;
    padding: 10px;
}
.product-pack-sizes .pack-size label .qty {
    padding-right: 20px;
    color: #319fc3;
    min-width: 60px;
    display: inline-block;
}
.product-pack-sizes .pack-size label .price {
    padding-right: 10px;
}
.product-pack-sizes .pack-size label .a-price {
    padding-right: 10px;
    color: #666;
}
.product-pack-sizes .pack-size label .off {
    color: #c73b4a;
}
.product-pack-sizes .pack-size label input[type="radio"] {
    display: none;
}
.product-pack-sizes .pack-size label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}
.product-pack-sizes .pack-size label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    z-index: 2;
}
.product-pack-sizes .pack-size label input[type="radio"]:checked + :after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: green;
    border-radius: 50%;
}
.product-pack-sizes .pack-size label input[type="radio"]:disabled + .cr {
    opacity: 0.5;
}
.product-pack-sizes .pack-size .cr {
    position: absolute;
    top: 6px;
    right: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-pack-sizes .pack-size .cr .cr-icon {
    margin-left: 5px;
    margin-top: 3px;
    color: #9cc63e;
    font-size: 20px;
}
.packagebox {
    display: inline-block;
    width: 100px;
}
.packagebox .pack-wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    z-index: 3;
}
.packagebox .pack-wrapper::after {
    background-color: #fff;
    color: #319fc3;
    font-family: "icomoon";
    content: "\e81c";
    margin-right: 6px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 20px;
}
.packagebox .pack-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    line-height: inherit;
    cursor: pointer;
    padding: 3px 5px;
    text-transform: uppercase;
}
.packagebox .pack-wrapper .select:focus {
    color: black;
}
.packagebox .pack-wrapper .select::-ms-expand {
    display: none;
}
.contact_input_area .form-group input,
.contact_input_area .form-group select,
.contact_input_area .form-group textarea {
    border-radius: 3px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.15);
    font-weight: 300;
    height: 50px;
    margin-bottom: 15px;
    padding: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 100%;
}
.contact_input_area .form-group input:focus,
.contact_input_area .form-group select:focus,
.contact_input_area .form-group textarea:focus {
    box-shadow: 5px 5px 24px rgba(0, 0, 0, 0.15);
    border: none;
}
.contact_input_area .form-group textarea {
    height: 150px;
}
.contact_input_area .btn-info {
    background-color: #e7e7e7;
    border-color: #e7e7e7;
    color: #3b3b3b;
    font-size: 16px;
}
.contact_input_area .btn-info:hover {
    background-color: #3e45a5;
    border-color: #3e45a5;
    color: #fff;
}
.contact-det {
    display: block;
}
.contact-det p {
    position: relative;
    padding-left: 50px;
    padding-bottom: 15px;
    color: #000;
    font-family: 'icomoon';
    font-size: 17px;
}
.contact-det p i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.contact-det .contact-icon {
    font-size: 20px;
    color: #fff;
    background-color: #3e45a5;
    margin-top: 0px;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    float: left;
}
.cart-section {
    display: block;
    width: 100%;
}
.cart-section .heading {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.cart-section .heading .c-title {
    width: auto;
    float: left;
    padding-top: 5px;
}
.cart-section .heading .p-button {
    width: auto;
    float: right;
}
@media (max-width: 767px) {
    .cart-section .heading .p-button {
        float: left;
        margin-top: 7px;
    }
}
.cart-section .items-list {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.cart-section .items-list.heading-bg {
    background-color: #666;
    color: #fff;
}
.cart-section .items-list .item-description {
    width: 45%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
    text-align: left;
}
.cart-section .items-list .item-description .image-gap {
    margin-right: 10px;
}
.cart-section .items-list .item-description .gap-top {
    padding-top: 15px;
}
@media (max-width: 767px) {
    .cart-section .items-list .item-description .gap-top {
        padding-top: 0px;
    }
}
.cart-section .items-list .item-description .mob-view {
    display: none;
}
@media (max-width: 767px) {
    .cart-section .items-list .item-description {
        width: 70%;
    }
    .cart-section .items-list .item-description .mob-view {
        display: block;
        border-top: 1px solid #eee;
        padding: 3px 0;
        font-size: 12px;
    }
    .cart-section .items-list .item-description .mob-view .p-price {
        display: inline-block;
    }
    .cart-section .items-list .item-description .mob-view del {
        color: #666;
        display: inline-block;
        margin-left: 3px;
    }
    .cart-section .items-list .item-description .mob-view .p-saving {
        display: block;
        color: #319fc3;
    }
}
.cart-section .items-list .item-description .t-name {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 14px;
}
.cart-section .items-list .item-description .proname {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
}
@media (max-width: 767px) {
    .cart-section .items-list .item-description .proname {
        margin-bottom: 5px;
    }
}
.cart-section .items-list .unit-price {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}
.cart-section .items-list .unit-price del {
    display: block;
    color: #666;
    line-height: 13px;
}
@media (max-width: 767px) {
    .cart-section .items-list .unit-price {
        display: none;
    }
}
.cart-section .items-list .quantity {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px) {
    .cart-section .items-list .quantity {
        width: 30%;
    }
}
.cart-section .items-list .quantity .cancel-item {
    position: relative;
    display: none;
    width: 25px;
    height: 25px;
    float: right;
    top: -3px;
    z-index: 5;
    color: red;
    font-size: 15px;
    margin-bottom: 5px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .cart-section .items-list .quantity .cancel-item {
        display: block;
    }
}
.cart-section .items-list .subtotal {
    width: 15%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
}
@media (max-width: 767px) {
    .cart-section .items-list .subtotal {
        display: none;
    }
}
.cart-section .items-list .saving {
    width: 10%;
    display: block;
    float: left;
    padding: 6px;
    position: relative;
    height: 100%;
    font-size: 14px;
    text-align: center;
    text-align: center;
}
.cart-section .items-list .saving .cancel-item {
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 8px;
    z-index: 2;
    color: red;
    font-size: 15px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .cart-section .items-list .saving {
        display: none;
    }
}
.cart-section .items-list.heading-bg .saving {
    background-color: #319fc3;
}
.cart-section .items-list .gapext {
    padding-top: 6px;
    display: block;
}
.cart-section .items-list:hover .cancel-item {
    visibility: visible;
}
.qty-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto 55px;
    z-index: 3;
}
.qty-wrapper::after {
    background-color: #fff;
    color: #3e45a5;
    font-family: "icomoon";
    content: "\e81c";
    margin-right: 6px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 20px;
}
.qty-wrapper .select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 0;
    line-height: inherit;
    cursor: pointer;
    padding: 3px 5px;
    border: 2px solid #3e45a5;
    text-transform: uppercase;
}
.qty-wrapper .select:focus {
    color: black;
    box-shadow: none;
}
.qty-wrapper .select::-ms-expand {
    display: none;
}
.number-spinner {
    width: 80% !important;
    margin: 3px auto 0;
}
.btnround {
    border-color: #319fc3;
    border-radius: 50% !important;
    color: #319fc3;
    width: 37px;
    height: 37px;
    line-height: 24px;
    font-size: 20px;
}
.fild {
    border-color: transparent;
    box-shadow: none !important;
    background-color: transparent;
    outline: none !important;
}
.fild:focus {
    border: none !important;
}
.items-list-group {
    display: block;
    width: 100%;
}
.items-list-group .items-group-heading {
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    padding: 6px;
    font-size: 14px;
}
.items-list-group .items-group-heading strong {
    color: #319fc3;
    padding-right: 10px;
}
.sbtn {
    padding: 8px 20px 7px;
    border-radius: 2px;
}
.checkout-box {
    background-color: #fdfdfd;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    display: block;
    padding: 10px;
    min-height: 150px;
}
.checkout-box .subtotal {
    width: 100%;
    padding: 0 5px;
    float: left;
    position: relative;
    height: 100%;
}
@media (max-width: 767px) {
    .checkout-box .subtotal {
        width: 100%;
        border-right: none;
    }
}
.checkout-box .subtotal .in-fo {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: green;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
.checkout-box .subtotal .c-total {
    display: block;
    width: 100%;
    padding: 10px 10px 10px 0;
    border-top: 1px solid #ddd;
    font-size: 22px;
    color: #319fc3;
}
.checkout-box .saved {
    width: 29%;
    color: red;
    text-align: center;
    font-size: 16px;
    padding: 40px 5px 0;
    float: left;
    position: relative;
    height: 100%;
}
@media (max-width: 767px) {
    .checkout-box .saved {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .checkout-box .saved {
        padding-top: 10px;
    }
}
.checkout-box .checkout-button {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px;
}
.checkout-box .checkout-button .btn {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
    padding-top: 12px;
}
.checkout-section {
    border-radius: 0 !important;
    padding: 10px;
}
.checkout-section .panelheading {
    display: table;
    width: 100%;
}
.checkout-section .panelheading .panel-title {
    width: auto;
    float: left;
    padding-top: 6px;
}
.checkout-section .panelheading .button-right {
    width: auto;
    float: right;
    border: 1px solid #319fc3;
    border-radius: 0;
    padding: 5px 15px;
    color: #319fc3;
}
.checkout-section .panelheading .button-right:hover {
    background-color: #319fc3;
    color: #fff;
}
.checkout-section .panelbody-section {
    position: relative;
    margin-top: 10px;
}
.checkout-section .panelbody-section .address-show {
    width: 100%;
    display: block;
}
.checkout-section .panelbody-section .address-show.addresshide {
    display: none;
}
.checkout-section .panelbody-section .address-show .address-list {
    display: inline-block;
    width: 33%;
    position: relative;
}
@media (max-width: 767px) {
    .checkout-section .panelbody-section .address-show .address-list {
        width: 100%;
    }
}
.checkout-section .panelbody-section .address-show .address-list label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
    width: 100%;
    height: 180px;
    padding: 10px;
    display: block;
    color: #7b7b7b;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .text-theme {
    color: #000;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .deliver-here {
    background-color: #ccc;
    color: #666;
    border-radius: 0;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .checkicon {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.checkout-section .panelbody-section .address-show .address-list label .checkblock .checkicon .cr-icon {
    margin-left: 5px;
    margin-top: 4px;
    color: #fff;
    font-size: 18px;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"] {
    display: none;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"] + .checkblock > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock {
    border: 1px solid #319fc3;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .text-theme {
    color: #319fc3;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .deliver-here {
    background-color: #319fc3;
    color: #fff;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .checkicon {
    border: 1px solid #319fc3;
}
.checkout-section .panelbody-section .address-show .address-list label input[type="radio"]:checked + .checkblock .checkicon > .cr-icon {
    color: #319fc3;
}
.checkout-section .panelbody-section .addnew {
    background-color: #fff;
    border: 1px solid #319fc3;
    border-radius: 0;
    padding: 5px 15px;
    color: #319fc3;
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 3;
}
.checkout-section .panelbody-section .blockwhite {
    background-color: #fff;
    width: 160px;
    height: 40px;
    display: block;
    position: absolute;
    top: -42px;
    right: 0px;
    z-index: 3;
}
.checkout-section .panelbody-section .collapseaddnew {
    background-color: #f7f7f7;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    z-index: 2;
    padding: 5px 10px;
}
.checkout-section .panelbody-section .addnewaddress {
    display: block;
    width: 100%;
}
.checkout-section .panelbody-section .addnewaddress .heading {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
    color: #319fc3;
    margin-bottom: 5px;
}
.checkout-section .panelbody-section .addnewaddress .input-gap {
    padding: 5px;
}
.checkout-section .panelbody-section .addnewaddress .input-gap .form-control {
    border-radius: 0;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name label {
    font-weight: normal;
    font-size: 12px;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    border-radius: 50%;
    position: relative;
    top: 3px;
    margin-right: 3px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.checkout-section .panelbody-section .addnewaddress .choose-nick-name input[type="radio"]:checked + .radio-label:before {
    background-color: #3197ee;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.checkout-section .panelbody-section .d-charge {
    position: relative;
    padding-left: 30px;
}
.checkout-section .panelbody-section .d-charge:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.checkout-section .panelbody-section .d-charge:after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #319fc3;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
}
.checkout-section .panelbody-section .delivery-msg {
    display: block;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 20px;
}
.checkout-section .panelbody-section .payment-section {
    width: 100%;
    display: block;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 10px;
    margin-bottom: 5px;
}
.checkout-section .panelbody-section .payment-section .payment-list {
    width: 100%;
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 10px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check {
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 50px;
    padding: 10px;
    display: block;
    color: #7b7b7b;
    background-color: #fff;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-name {
    color: #000;
    padding-left: 35px;
    width: auto;
    float: left;
    padding-top: 4px;
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-name span {
    display: none;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-icon {
    width: auto;
    float: right;
    height: 25px;
    display: block;
    padding-top: 2px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-icon img {
    height: 100%;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .checkicon {
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid #ccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .checkicon .cricon {
    margin-left: 5px;
    margin-top: 4px;
    color: #f7f7f7;
    font-size: 18px;
}
.checkout-section .panelbody-section .payment-section .payment-list label .payment-check .payment-details {
    width: 100%;
    padding: 10px;
    display: none;
    background-color: #f2f2f2;
    margin-top: 10px;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"] {
    display: none;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check {
    border: 1px solid #319fc3;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-name {
    color: #319fc3;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-name span {
    display: inline-block;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .checkicon {
    border: 1px solid #319fc3;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .checkicon > .cricon {
    color: #319fc3;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details {
    display: block;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details .btn-place {
    padding: 10px 20px;
    background-color: #319fc3;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}
.checkout-section .panelbody-section .payment-section .payment-list label input[type="radio"]:checked + .payment-check .payment-details .btn-place:hover {
    background-color: #2083a1;
}
.order-summary {
    display: block;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    padding: 10px 15px;
}
.order-summary .heading {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    color: #319fc3;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    display: block;
}
.order-summary .coupon-code {
    background-color: #d9efe6;
    padding: 5px 10px;
    display: block;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.order-summary .border-line {
    border-bottom: 1px solid #ddd;
}
.order-summary .product-value {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding: 5px 3px;
}
.order-summary .product-value .c-name {
    width: 70%;
    float: left;
}
.order-summary .product-value .c-value {
    width: 30%;
    float: right;
    text-align: right;
}
.coupon-code-block {
    width: 310px;
    background-color: #d9efe6;
    padding: 5px 10px;
    display: block;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .coupon-code-block {
        width: 100%;
        margin-bottom: 10px;
    }
}
.coupon-code-block h3 {
    margin: 0;
    padding-bottom: 10px;
    text-align: center;
}
.bg-account-block {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    min-height: 70px;
}
.bg-account-block.bg-padding {
    padding: 10px;
}
.bg-account-block .bg-account-line {
    margin: 0 -10px;
    height: 5px;
    display: block;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .borderline {
    border-bottom: 1px solid #ddd;
}
.bg-account-block .user-details {
    display: block;
}
.bg-account-block .user-details .user-content {
    position: relative;
    display: block;
    padding-left: 60px;
    padding-top: 5px;
}
.bg-account-block .user-details .user-content p {
    margin: 0;
}
.bg-account-block .user-details .user-content .username {
    width: 68%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d1024f;
    font-family: monospace;
    font-weight: 600;
}
.bg-account-block .user-details .user-content .user-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    background-color: #319fc3;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .user-details .user-content .user-img .u-imgsize {
    width: 50px;
    height: 50px;
    object-fit: cover;
    align-items: center;
    border-radius: 50%;
}
.bg-account-block .user-details .total-saving {
    font-size: 12px;
    background-color: #ddd;
    padding: 2px 5px;
    display: block;
    color: #000;
    margin-top: 7px;
    position: relative;
    text-align: center;
    font-family: monospace;
}
.bg-account-block .user-details .total-saving:before {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 0 10px;
    border-color: transparent transparent transparent #bcbcbc;
}
.bg-account-block .user-details .total-saving:after {
    content: "";
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #fff transparent transparent;
}
.bg-account-block ul.account-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}
.bg-account-block ul.account-list li {
    width: 100%;
    display: block;
    padding: 10px 10px 10px 5px;
    font-size: 15px;
    font-weight: bold;
    color: #319fc3;
}
.bg-account-block ul.account-list li a {
    position: relative;
    width: 100%;
    display: inline-block;
}
.bg-account-block ul.account-list li a:after {
    font-family: "icomoon";
    content: "\e81a";
    position: absolute;
    top: 0;
    right: 0;
}
.bg-account-block ul.account-list li a:hover {
    color: #000;
}
.bg-account-block ul.account-list li ul {
    margin: 0;
    padding: 10px 0;
}
.bg-account-block ul.account-list li ul li {
    font-weight: normal;
    font-size: 14px;
    padding: 5px 5px 5px 20px;
    margin-bottom: 2px;
}
.bg-account-block ul.account-list li ul li a {
    color: #878787;
}
.bg-account-block ul.account-list li ul li a:after {
    display: none;
}
.bg-account-block ul.account-list li ul li:hover,
.bg-account-block ul.account-list li ul li.active {
    background-color: #ecf4fc;
}
.bg-account-block ul.account-list li ul li:hover a,
.bg-account-block ul.account-list li ul li.active a {
    color: #000;
}
.bg-account-block .wishlist-block {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.bg-account-block .wishlist-block .prodelete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.bg-account-block .wishlist-block:hover {
    background-color: #f4f4f4;
}
.bg-account-block .wishlist-block:hover .prodelete {
    color: red;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.bg-account-block .wishlist-block .proimg {
    width: 10%;
    float: left;
}
.bg-account-block .wishlist-block .pro-content {
    width: 90%;
    float: left;
    padding-left: 10px;
}
.bg-account-block .wishlist-block .pro-content .rating {
    line-height: normal;
    display: inline-block;
    color: #fff;
    padding: 2px 4px 2px 6px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
    background-color: #388e3c;
}
.bg-account-block .wishlist-block .pro-content .price {
    font-size: 16px;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    padding-right: 5px;
}
.bg-account-block .wishlist-block .pro-content del {
    display: inline-block;
    color: #666;
    font-size: 13px;
    padding-right: 5px;
}
.bg-account-block .wishlist-block .pro-content .off-price {
    display: inline-block;
    color: #6eb980;
    font-size: 12px;
}
.radioleft {
    margin: 0.5rem;
    display: inline-block;
}
.radioleft input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.radioleft input[type="radio"] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 2px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.radioleft input[type="radio"]:checked + .radio-label:before {
    background-color: #319fc3;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radioleft input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #319fc3;
}
.radioleft input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radioleft input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.radioleft label {
    font-size: normal;
    color: #585858;
}
.box6 {
    background: #000;
    position: relative;
}
.box6:after {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: -30%;
    bottom: 0;
    right: 70%;
    transform: skew(20deg) translateX(-75%);
}
.box6:after {
    transform: skew(20deg) translateX(0) !important;
}
.box6 img {
    width: 100%;
    height: auto;
}
.box6 .box-content {
    padding: 20px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #384c109e;
}
.box6 .icon,
.box7 .icon {
    padding: 0;
    list-style: none;
}
.box10 .icon li a,
.box11,
.box12,
.box13,
.box14,
.box6 .icon li a,
.box7,
.box7 .icon li a,
.box8,
.box8 .icon li a {
    text-align: center;
}
.box6 .title {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 10px;
    transform: scale(0);
}
.box6 .title {
    transform: scale(1);
}
.box6 .icon li,
.box6 .post {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.35s ease 0s;
}
.box6 .post a {
    display: block;
    font-size: 14px;
    color: #fff !important;
    margin-bottom: 5px;
}
.box6 .icon {
    display: inline-block;
    margin: 0;
}
.box6 .icon li,
.box6 .post {
    opacity: 1;
    transform: translateX(0);
}
.box6 .icon li:first-child {
    transition-delay: 0.1s;
}
.box6 .icon li:nth-child(2) {
    transition-delay: 0.2s;
}
.box6 .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 18px;
    color: #605f5f;
    margin-bottom: 5px;
    transition: all 0.35s ease;
}
.box6 .icon li a:hover {
    background: #605f5f;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .box6 {
        margin-bottom: 30px;
    }
}
.main_slide_bootm .offer-item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}
.main_slide_bootm .offer-item-img {
    position: relative;
    width: 100%;
}
.main_slide_bootm .gambo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2f4c;
    border-radius: 5px;
    opacity: 0.05;
}
.main_slide_bootm .offer-item-img img {
    border-radius: 5px;
    width: 100%;
}
.main_slide_bootm .offer-top-text-banner {
    position: absolute;
    top: 20px;
    left: 5px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 11px;
    width: 220px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.main_slide_bootm p:first-child {
    margin-top: 0;
}
.main_slide_bootm .offer-top-text-banner p {
    font-size: 12px;
    font-weight: 600;
    color: #f55d2c;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}
.main_slide_bootm p {
    margin: 0 0 1em;
    line-height: 1.4285em;
}
.main_slide_bootm .top-text-1 {
    font-size: 16px;
    font-weight: 500;
    color: #2b2f4c;
    margin-bottom: 5px;
    line-height: 24px;
    text-align: left;
}
.main_slide_bootm .offer-top-text-banner span {
    font-weight: 500;
    font-size: 14px;
    color: #8f91ac;
    text-align: left;
    line-height: 24px;
}
.main_slide_bootm .Offer-shop-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 30px;
    background: #f55d2c;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}
.main_slide_bootm .owl-carousel .owl-nav.disabled,
.main_slide_bootm .owl-carousel .owl-dots.disabled {
    display: none;
}
.mb-55 {
    margin-bottom: 55px;
}
.min_c .pl-0,
.min_c .px-0 {
    padding-left: 0 !important;
}
.min_c .pr-0,
.min_c .px-0 {
    padding-right: 0 !important;
}
.min_c .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.min_c .no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.min_c .single-categories-product-style2 {
    position: relative;
}
.min_c a,
.min_c button,
.min_c input {
    outline: medium none;
    color: #434343;
}
.min_c a,
.min_c button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.min_c .img-full img {
    max-width: 100%;
}
.min_c img {
    vertical-align: middle;
    border-style: none;
}
.min_c .categories-text > h3 {
    margin-bottom: 0;
}
.min_c h3 {
    font-size: 24px;
}
.min_c .categories-text > h3 > a {
    font-size: 30px;
    color: #333;
    display: block;
    font-weight: 900;
    margin-bottom: 30px;
}
.min_c .categories-text > p {
    font-size: 14px;
    color: #444;
    line-height: 25px;
    margin-bottom: 0;
}
.min_c .categories-text .shop-btn2 {
    padding: 10px 25px;
    font-size: 14px;
}
.min_c .shop-btn2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: #fff;
    color: #6c8e01;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 30px;
    margin-top: 40px;
    text-transform: capitalize;
    vertical-align: top;
}
.min_c .shop-btn2 > i {
    margin-left: 10px;
}
.min_c .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.single-categories-product-style2 {
    position: relative;
}
.categories-product-area2 .single-categories-product-style2:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-categories-product-style2:before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
}
.single-categories-product-style2:hover .categories-text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.min_c .categories-text {
    position: absolute;
    top: 50%;
    text-align: center;
    max-width: 410px;
    margin: auto;
    left: 20px;
    right: 20px;
    margin-top: -98px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    -moz-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
}
.wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .wrapper {
        display: block;
    }
}
.wrapper .left-sidebar {
    width: 25%;
    height: 100%;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
@media (max-width: 767px) {
    .wrapper .left-sidebar {
        position: relative;
        width: 100%;
    }
}
.wrapper .right-sidebar {
    width: 75%;
    height: 100%;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .wrapper .right-sidebar {
        position: relative;
        width: 100%;
        margin-top: 10px;
        padding-left: 0px;
    }
}
.btn-themestyle {
    border: 2px solid #319fc3;
    background-color: #319fc3;
    color: #fff;
    font-family: "Oswald", sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-themestyle:hover {
    background-color: #fff;
    color: #319fc3;
}
.sidebarmenu {
    width: 100%;
    height: 100%;
    background: #fff;
}
.sidebarmenu .nano {
    display: block;
}
.sidebarmenu .nano ul {
    margin: 0;
    padding: 0;
    display: block;
}
.sidebarmenu .nano ul li {
    list-style-type: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin: 0;
}
.sidebarmenu .nano ul li.active > a {
    color: #319fc3;
}
.sidebarmenu .nano ul li.active ul {
    display: block;
}
.sidebarmenu .nano ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 8px 0 8px 15px;
    font-size: 13px;
    outline: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.sidebarmenu .nano ul li a:hover {
    color: #319fc3;
}
.sidebarmenu .nano ul li a span {
    display: inline-block;
}
.sidebarmenu .nano ul li a i {
    width: 20px;
}
.sidebarmenu .nano ul li a i .fa-angle-left,
.sidebarmenu .nano ul li a i .fa-angle-right {
    padding-top: 3px;
}
.sidebarmenu .nano ul ul {
    display: none;
}
.sidebarmenu .nano ul ul.active {
    display: block;
}
.sidebarmenu .nano ul ul li {
    background: #fbfbfb;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
}
.sidebarmenu .nano ul ul li a {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    color: #5a5a5a;
    position: relative;
    border-bottom: 1px solid #efefef;
}
.sidebarmenu .nano ul ul li a:before {
    content: "\e81a";
    font-family: "icomoon";
    margin-right: 6px;
}
.shortbyblock {
    width: auto;
    display: inline-block;
    float: right;
}
.shortbyblock span {
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}
.shortbyblock .short-wrapper {
    width: auto !important;
    display: inline-block;
}
.shortbyblock .short-wrapper:after {
    background-color: transparent;
}
.shortbyblock .short-wrapper .form-control {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    box-shadow: none;
    padding-right: 25px;
}
.selectblock {
    position: relative;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.selectblock a {
    color: #000;
    padding: 5px;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
}
.selectblock .caret {
    float: right;
    position: relative;
    top: 12px;
}
.selectblock ul.dropdown-menu {
    padding: 0;
    margin-top: 10px;
    margin-right: 0;
    min-width: 150px;
}
.selectblock ul.dropdown-menu li {
    position: relative;
    width: 100%;
    padding: 0;
    width: 100%;
    text-align: left;
    position: relative;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
}
.selectblock ul.dropdown-menu li:hover {
    background-color: #efefef;
}
.selectblock ul.dropdown-menu li:first-child:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
}
.selectblock ul.dropdown-menu li:first-child a {
    border-radius: 3px 3px 0 0;
}
.selectblock ul.dropdown-menu li:last-child a {
    border-radius: 0 0 3px 3px;
}
.sort-by {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    font-weight: normal;
    z-index: 1;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
}
.sort-by .textline {
    padding: 5px 10px;
    width: 100%;
    display: block;
}
.sort-by input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.sort-by input:checked ~ .checkmark:after {
    border: solid #319fc3;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sort-by input:checked ~ .checkmark:after {
    display: block;
}
.sort-by input:checked ~ .textline {
    color: #319fc3 !important;
    background-color: #f4f4f4;
}
.sort-by .checkmark {
    position: absolute;
    top: 10px;
    right: 0px;
    height: 25px;
    width: 25px;
    color: #eee;
}
.sort-by .checkmark:after {
    content: "";
    position: absolute;
    left: 9px;
    top: -2px;
    width: 5px;
    height: 15px;
    border: solid transparent;
    border-width: 0 2px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.rating-box {
    background: url(../images/star-gray.png) left top repeat-x;
    display: inline-block;
    height: 18px;
    text-align: left;
    width: 90px;
    vertical-align: top;
}
.rating-box .rating {
    background: url(../images/star-yellow.png) left top repeat-x;
    height: 18px;
}
.progress-thin {
    height: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.people-review {
    width: auto;
    margin-left: 10px;
}
.people-review .reviews-name {
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #319fc3;
    font-size: 25px;
    color: #fff;
}
.people-review .person-det {
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
}
.people-review .person-det:after,
.people-review .person-det:before {
    content: "";
    position: absolute;
    display: inline-block;
}
.people-review .person-det:before {
    border-bottom: 11px solid transparent;
    border-right: 10px solid #ddd;
    border-top: 10px solid transparent;
    left: -10px;
    top: 15px;
    z-index: 2;
}
.people-review .person-det:after {
    border-bottom: 9px solid transparent;
    border-right: 9px solid #fff;
    border-top: 8px solid transparent;
    left: -9px;
    top: 17px;
    z-index: 3;
}
.fontsize12 {
    font-size: 12px;
}
.fontsize13 {
    font-size: 13px;
}
.sizeicon {
    font-size: 18px;
    position: relative;
    top: 3px;
}
.reviewblock {
    float: left;
    width: 50%;
    padding: 5px;
}
.reviewblock .reviewbox {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 10px;
    display: inline-block;
}
#accordian {
    background: #fff;
    width: 100%;
    margin: 0;
    color: #000;
}
#accordian ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#accordian ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 3px;
}
#accordian ul li a {
    padding: 2px 5px;
    font-size: 16px;
    line-height: 34px;
    display: block;
    color: #000;
    text-decoration: none;
}
#accordian ul li a:hover {
    color: #319fc3;
}
#accordian ul li h4 {
    background-color: #f9f8f8;
    padding: 0 10px;
}
#accordian ul li h4 a {
    color: #3e45a5;
    font-family: 'Oswald';
    letter-spacing: 1px;
    font-weight: 100;
}
#accordian ul li h4:hover {
    background-color: #efefef;
}
#accordian ul li.list {
    padding-left: 10px;
}
#accordian ul li.sublist {
    padding-left: 20px;
}
.rating-count {
    border: none;
    float: left;
}
.rating-count > input {
    display: none;
}
.rating-count > label:before {
    margin: 2px 5px;
    font-size: 21px;
    font-family: "icomoon";
    display: inline-block;
    content: "\e9d9";
}
.rating-count > label {
    color: #ddd;
    float: right;
}
.rating-count > input:checked ~ label,
.rating-count:not(:checked) > label:hover,
.rating-count:not(:checked) > label:hover ~ label {
    color: #ffd700;
}
.rating-count > input:checked + label:hover,
.rating-count > input:checked ~ label:hover,
.rating-count > label:hover ~ input:checked ~ label,
.rating-count > input:checked ~ label:hover ~ label {
    color: #ffed85;
}
.cartlist {
    width: 100%;
    border: 1px solid #ddd;
    margin-top: -1px;
    padding: 6px;
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .cartlist {
        display: block;
        position: relative;
    }
    .cartlist2 {
        display: flex !important;
    }
    .cartlist2 .product-image {
        width: 23% !important;
    }
}
.cartlist.heading-bg {
    background-color: #666;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 767px) {
    .cartlist.heading-bg .pro-can {
        display: none;
    }
}
.cartlist .pro-name {
    width: 60%;
}
@media (max-width: 767px) {
    .cartlist .pro-name {
        width: 65%;
        display: block;
        float: left;
    }
}
.cartlist .pro-name .pro-image {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    background: url(../images/transparent-logo-bg.png) no-repeat center;
    background-size: 100% 100%;
}
.cartlist .pro-name .pro-image .img-size {
    object-fit: cover;
    align-items: center;
    width: 60px;
    height: 60px;
}
.cartlist .pro-name .pro-details {
    margin-left: 10px;
    float: left;
    padding-top: 10px;
}
@media (max-width: 767px) {
    .cartlist .pro-name .pro-details {
        padding-top: 0px;
        width: 65%;
    }
}
.cartlist .pro-name .pro-details .tname {
    display: block;
    color: #666;
    font-size: 13px;
    line-height: 14px;
}
.cartlist .pro-name .pro-details .protitle {
    color: #000;
    display: block;
    font-family: "Oswald", sans-serif;
}
@media (max-width: 767px) {
    .cartlist .pro-name .pro-details .protitle {
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 99.99%;
    }
}
.cartlist .pro-name .pro-details .price-view {
    display: none;
}
@media (max-width: 767px) {
    .cartlist .pro-name .pro-details .price-view {
        display: inline-block;
        color: #757575;
        margin-right: 5px;
    }
}
.cartlist .pro-price {
    width: 10%;
    text-align: center;
}
@media (max-width: 767px) {
    .cartlist .pro-price {
        display: none;
    }
}
.cartlist .pro-qty {
    width: 15%;
    text-align: center;
}
@media (max-width: 767px) {
    .cartlist .pro-qty {
        width: 35%;
        float: right;
        text-align: right;
    }
    .cartlist .pro-qty .p_qty {
        margin-top: 40px;
    }
}
.cartlist .pro-total {
    width: 10%;
    text-align: center;
}
@media (max-width: 767px) {
    .cartlist .pro-total {
        display: none;
    }
}
.cartlist .pro-can {
    width: 5%;
    text-align: center;
}
@media (max-width: 767px) {
    .cartlist .pro-can {
        width: 30px;
        position: absolute;
        top: 5px;
        right: 4px;
        z-index: 1;
    }
}
.cartlist .pro-can .remove-product-cart {
    font-size: 18px;
    color: red;
}
.thankyou-block {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.thankyou-block .thankcheck {
    width: 130px;
    display: inline-block;
    margin: 0 auto;
}
.thankyou-block .thankyoutext {
    font-size: 45px;
    font-family: "Berkshire Swash", cursive;
    color: #77b43f;
    margin-bottom: 10px;
    display: block;
}
.thankyou-block .color-success {
    color: #77b43f;
}
.thankyou-block .thankyou-footer {
    background: #319fc3 url(../images/bg-thankyou.png) no-repeat top;
    width: 100%;
    min-height: 270px;
    text-align: center;
}
.thankyou-block .thankyou-footer .btn-con {
    margin-top: 110px;
    display: inline-block;
    font-family: "Berkshire Swash", cursive;
    font-size: 20px;
    padding: 10px;
    color: #f46f1c;
}
.thankyou-block .thankyou-footer .btn-con:hover {
    color: #77b43f;
}


.product-details-section .product-name {
    font-size: 18px;
    color: #3e45a5 !important;
    padding: 5px 0;
    margin: 0;
    font-family: 'Oswald';
    font-size: 25px !important;
}

.carousel-caption2 {
    top: 0% !important;
}
.inner-banner-heading
{
    color: #3e45a5;
    font-family: 'Oswald';
    text-shadow: white;
    letter-spacing: 1px;
}
.heading-contact
{
    color: #3e45a5;
    font-family: 'Oswald';
}
.subheading-contact
{
    color: #3e45a5;
    font-weight: bold;
    /* font-family: 'Oswald'; */
    letter-spacing: 1px;
}
.contact-det strong
{
    color: #3e45a5;
    font-family: 'Oswald';
    font-size: 18px;
}

.wishadd
{
    position: absolute;
    /* bottom: -100%; */
    /* left: 20px; */
    bottom: 0%;
    left: 165px;
    top: 52%;
    z-index: 1;
    margin: auto;
    width: 120px;
    height: 37px;
    text-align: center;
    line-height: 36px;
    background-color: #fff;
    color: #3e45a5;
    font-size: 13px;
    outline: none;
    border: 2px solid #3e45a5;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    font-family: 'Oswald';
    justify-content: center;
    align-items: center;
    display: flex;
}

.wishadd:hover {
    background-color: #3e45a5;
    color: #fff;
}

.product-item-info:hover .wishadd {
    bottom: 20px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.wishdet
{
    width: 136px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #f4f4f4;
    color: #3e45a5;
    font-size: 13px;
    outline: none;
    border: 2px solid #3e45a5;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    margin: 7px;
}
.wishdet:hover {
    background-color: #3e45a5;
    color: #fff;
}

.bg2 .radio-inline {
    display: inline-table !important;
}

.heading-style-block2
{
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgb(106 167 62 / 38%) 0%, rgb(102 165 57) 100%);
    color: #fff;
    font-family: 'Pacifico', cursive;
}
.heading-style-block2 .btn
{
    background: #3e45a5;
}
.heading-style-block2:before,.heading-style-block2:after
{
    display: none;
}

.payment-option
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-group-addon.inr {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.payment-option .form-check
{
padding-left: 10px;
}

.cartlist .product-image
{
    object-fit: cover;
    align-items: center;
     width: 30%;
     font-size: 18px;
    font-family: 'Oswald';
}
.cartlist .product-image img
{
    width: 60px;
    height: 60px;
}

.wish .pro-name
{
    width: 30%;
    height: auto;
}
.wish .pro-name2 {
    width: 20% !important;
    font-size: 16px !important;
}
.wish .pro-pro2, .wish .pro-price-2, .wish .product-title2 {
    font-size: 16px !important;
}
.wish .pro-pro
{
    width: 20%;
    height: auto;
}

.cartlist .product-details {
    margin-left: 10px;
    float: left;
    padding-top: 10px;
    width: 20%;
    font-size: 18px;
    font-family: 'Oswald';
}

.wish .pro-price
{
    width: 20%;
    height: auto;
}

.cartlist .product-price {
    width: 20%;
    text-align: center;
    font-size: 18px;
    font-family: 'Oswald';
}
.cartlist .product-price strike {

    font-size: 16px;
    font-family: 'Oswald';
}
.wish .pro-remove
{
    width: 10%;
    height: auto;
}

.price-list
{
    font-size: 18px;
    font-family: 'Oswald';
}
.product-details-section ul.product-price {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    font-size: 18px;
    font-family: 'Oswald';
}

.btn-grp-2{
    width: 65%;
    margin-left: 20px;
}


.checkout-mob
{
    display: none;
}
.checkout-desk
{
    display: block;
}
@media (max-width: 767px) {
    .checkout-mob
{
    display: block;
}
.checkout-desk
{
    display: none;
}
}

.my-order-list
{
    color: #000;
    /* font-family: 'icomoon'; */
    font-family: 'Oswald';
    letter-spacing: 0.5px;
}
.my-order-grade
{
    display: flex;
}

.d-none
{
    display: none;
}

