/*Ecommerce*/

/*--------------------------------------------------------------
20. Ecommerce Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
20.1. Products
--------------------------------------------------------------*/
@import url('Shop.css');
#primary {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 70%;
}

.shop-table {
    width: 100% !important;
}

.sidebar {
    width: 30%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}

#sidebar-primary {
    float: right;
}

.sidebar ul li::before {
    content: "\f058";
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin-right: 10px;
    font-family: 'Font Awesome 5 Free';
}

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 46%;
}

.global-layout-three-columns .sidebar {
    float: right;
}

.three-columns-enabled .sidebar {
    width: 27%;
}

#content.global-layout-no-sidebar,
.global-layout-no-sidebar > .container {
    width: 100%;
    padding: 0;
}

.global-layout-no-sidebar-box > .container {
    padding: 0;
}

.global-layout-no-sidebar #primary {
    width: 100%;
}

.equal-three-columns-enabled #primary,
.equal-three-columns-enabled .sidebar {
    width: 33.33%;
}

#content.global-layout-no-sidebar > .container > .inner-wrapper {
    margin: 0;
}

.global-layout-no-sidebar #primary {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Global layout sidebar*/

.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

.clear-fix {
    clear: both;
}

.box-shadow-block {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    background: #fff;
    position: relative;
}

    .box-shadow-block:hover,
    .box-shadow-block:focus,
    .box-shadow-block:active,
    .box-shadow-block.active {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

    .box-shadow-block:hover,
    .box-shadow-block:focus,
    .box-shadow-block:active {
        -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
        box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
        transform: translateY(-8px);
    }

    .box-shadow-block:before {
        pointer-events: none;
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 0;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: transform, opacity;
        transition-property: transform, opacity;
    }

    .box-shadow-block:hover:before, .box-shadow-block:focus:before, .box-shadow-block:active:before {
        opacity: 1;
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }

@media only screen and (max-width: 1023px) {
    .sidebar, #primary, .three-columns-enabled .sidebar, .three-columns-enabled #primary {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}

.pull-left {
    float: left !important;
}

.clear-fix:after, .clear-fix:before {
    content: "";
    display: table;
    clear: both;
}


main {
    display: block;
}

.clear-fix:after, .clear-fix:before {
    content: "";
    display: table;
    clear: both;
}

.section-products .pruduct-buttons {
    position: absolute;
    width: auto;
    text-align: center;
    left: -20%;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    bottom: 28%;
}

.section-products .product-item-wrapper:hover .pruduct-buttons {
    visibility: visible;
    left: 15px;
}

.section-products .quick-view {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -20px;
    text-align: center;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    z-index: 99;
}

.section-products .product-item-wrapper:hover .quick-view {
    visibility: visible;
    bottom: 20px;
    left: 10%;
    right: 10%;
    width: 80%;
}

.section-products .product-thumb {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.section-products .pruduct-buttons a {
    background: #fff;
    padding: 8px 9px;
    line-height: 1.5;
    font-size: 15px;
    margin: 10px;
    display: block;
    height: 40px;
    width: 40px;
    border: none;
    box-shadow: 0 0 40px #2422222b;
}

.section-products .product-thumb a.thumbnail {
    display: block;
    position: relative;
}

.section-products .product-item-details {
    padding: 0px 15px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    border-top: 0;
    padding-bottom: 15px;
}

.product-ratings .star {
    display: inline-block;
    font-size: 12px;
    color: #e2e2e2;
    margin-right: -1px;
    cursor: pointer;
    font-weight: 900;
}

    .product-ratings .star:hover:before,
    .product-ratings .star.active:before {
        content: "\f005";
        color: #fba506;
    }

    .product-ratings .star:before {
        content: "\f005";
        font-family: 'Font Awesome 5 Free';
    }
.fa-star{
    color:orange !important;
}
.section-products a.custom-button.button-small {
    padding: 5px 15px;
    text-transform: capitalize;
    width: 100%;
    background: #fff;
    color: #00446e;
    box-shadow: 0 0 40px #2422222b;
}

.section-products a.quick-view:hover {
    color: #fba506;
}

.section-products .quick-view i {
    margin-right: 5px;
    font-size: 13px;
}

.product-cats a {
    font-size: 14px;
}

.section-products del.dis-price, del.dis-price {
    color: #9c9aa0;
    /*display: block;*/
    font-size:14px !important;
}

.section-products h3.product-title {
    font-size: 15px;
    margin-bottom: 0px;
    text-transform: capitalize !important;
    font-weight: 500 !important;
}
.badge-success{
    background-color:#1b9b02;
}
.product-price {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #eee;
}

.section-products .product-ratings {
    margin-bottom: 0px;
}

.section-products .product-price-container {
    font-size: 15px;
}

.section-products span.fix-price, span.fix-price {
    color: #1a2c79;
    margin: 0 3px;
    font-weight: 500 !important;
}

.fix-price {
    color: #780B47;
}

.section-products .ribbon-rotated,
.ribbon-rotated {
    left: -25px;
    right: auto;
    display: inline-block;
    padding: 1px 8px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #d83527;
    position: absolute;
    top: 5%;
    left: 5%;
    line-height: 1.5;
    font-weight: 500;
}

.menu-container span.ribbon-rotated.right-align {
    right: 0;
    left: inherit;
}

.section-products .ribbon-rotated.hot-item, .ribbon-rotated.hot-item {
    background: #81bb37;
}

button.custom-button.button-small {
    padding: 7px 20px;
}


.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
    color: #555;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        position: absolute;
        width: 115px;
        background-color: #ffffff;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        color: #000;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        box-shadow: 0 0 40px #2422222b;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.tooltip-right {
    top: 2px;
    left: 125%;
}

    .tooltip-right::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent #ffffff transparent transparent;
    }

.tooltip-bottom {
    top: 135%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-bottom::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #fff;
    }

/*--------------------------------------------------------------
11.3. Header Min-cart
--------------------------------------------------------------*/

.hearder-min-cart > ul {
    margin: 0;
    padding: 0;
}

.hearder-min-cart .cart-button i {
    margin-right: 10px;
}

.hearder-min-cart {
    position: relative;
}


    .hearder-min-cart .cart-button a > span {
        min-width: 15px;
        min-height: 15px;
        border-radius: 100%;
        font-size: 11px;
        padding: 2px 0px 0;
        line-height: 1.2;
        position: absolute;
        top: -3px;
        background: #222222;
        text-align: center;
        right: -4px;
        color: #fff;
    }

    .hearder-min-cart .cart-button {
        position: relative;
        margin: 13px 15px 0;
    }

.mini-cart-wrap ul.cart-list {
    width: 300px;
    top: 13px;
    right: 0;
    background-color: #fff;
    position: absolute;
    padding: 25px 25px 5px;
    z-index: 1111111;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0 4px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    margin: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 3px;
}

.sticky-header .mini-cart-wrap ul.cart-list {
    top: 10px;
}

.mini-cart-wrap ul.cart-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-bottom: 20px;
}

    .mini-cart-wrap ul.cart-list li .cart-img {
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        max-width: 70px;
        position: relative;
        max-height: 90px;
    }

    .mini-cart-wrap ul.cart-list li .cart-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        padding-left: 15px;
        text-align: left;
    }

        .mini-cart-wrap ul.cart-list li .cart-info h4 {
            font-size: 15px;
            font-weight: 400;
            text-transform: capitalize;
        }

        .mini-cart-wrap ul.cart-list li .cart-info span {
            font-size: 15px;
            margin-top: 5px;
            display: block;
            line-height: 1.4;
            font-weight: 600;
        }

            .mini-cart-wrap ul.cart-list li .cart-info span.cart-qty {
                font-size: 12px;
                color: #666666;
                font-weight: 400;
            }

        .mini-cart-wrap ul.cart-list li .cart-info p {
            font-size: 12px;
            color: #666666;
            text-transform: capitalize;
        }

    .mini-cart-wrap ul.cart-list li .del-icon {
        max-width: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
        flex: 0 0 20px;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        float: right;
    }

.mini-cart-button {
    width: 100%;
}

    .mini-cart-button .custom-button {
        padding: 3px 20px;
        margin: 0;
    }

.mini-cart-wrap ul.cart-list li .del-icon i {
    font-size: 11px;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    color: #ff0c4e;
    line-height: 2;
    display: block;
}

.mini-cart-wrap ul.cart-list li.mini-cart-price span {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.mini-cart-wrap ul.cart-list li:last-child {
    margin-top: -10px;
}

.mini-cart-wrap ul.cart-list.mobile-cart-list {
    opacity: 0;
    visibility: hidden;
}

    .mini-cart-wrap ul.cart-list.mobile-cart-list.open {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.mini-cart-wrap:hover .cart-list {
    opacity: 1;
    visibility: visible;
}
/*===========================================================
20.3. Product grid layout
=============================================================*/

.section-products .product-grid .product-thumb {
    float: left;
    max-width: 28%;
    margin-right: 0;
}

.section-products .product-grid .product-item-details {
    text-align: left;
    padding: 35px 50px;
}

    .section-products .product-grid .product-item-details p {
        clear: both;
        float: left;
    }

.section-products .product-grid .product-item-wrapper {
    overflow: hidden;
}

.section-products .product-grid h3.product-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.section-products .product-grid .product-price-container, .section-products .product-grid .product-ratings {
    margin-bottom: 5px;
    float: none;
}

.product-item.col-grid-3:nth-child(4n+1) {
    clear: both;
}

.section-carousel-enabled .product-item.col-grid-3:nth-child(4n+1) {
    clear: inherit;
}



/*===========================================================
20.5. Sord By Filter
=============================================================*/

.product-listing-filter span {
    float: left;
    border-right: 1px solid #f1f1f1;
    width: 100%;
    display: block;
}

.product-listing-filter .sort-by-title {
    float: left;
    margin-top: 5px;
}

    .product-listing-filter .sort-by-title h3 {
        float: left;
        margin-right: 15px;
        margin-bottom: 0;
        line-height: 1.3;
    }

.pruduct-filter-row {
    float: left;
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px;
}

select.orderby {
    background: #f0f0f0;
}

.sort-by:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 13px;
    top: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 900;
}

.sort-by ul a {
    border-bottom: 1px solid #f5f2f2;
    transition: padding 0.2s ease-in-out 0s;
    height: auto;
    padding: 4px 0;
    width: 100%;
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

.sort-by ul {
    padding: 10px 20px;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 150%;
    left: 0;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 0 10px 20px rgba(166, 166, 166, 0.25);
    width: 100%;
    position: absolute;
    z-index: 999;
}

.sort-by:hover ul {
    opacity: 1;
    left: 0;
    z-index: 9999;
    visibility: visible;
    top: 114%;
}

.sort-by {
    padding: 2px 35px 2px 10px;
    position: relative;
    float: left;
    border: 1px solid #f1f1f1;
    /*margin-left: -20px;*/
    min-width: 210px;
}

    .sort-by ul li {
        list-style: none;
        width: 100%;
        margin-bottom:0px;
    }

.filter-row-box.pull-left span {
    padding: 3px 8px;
    display: block;
}

.pagination.filter-row-box .nav-links .page-numbers {
    padding: 1px 11px;
    display: inline-block;
    margin: 1px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.pagination.filter-row-box .nav-links .current,
.pagination.filter-row-box .nav-links a:hover,
.pagination.filter-row-box .nav-links a:active,
.pagination.filter-row-box .nav-links a:focus {
    background: #E70826;
    color: #fff;
    border-color: #E70826;
}

.filter-row-box.product-view > a {
    border: 1px solid #f1f1f1;
    display: inline-block;
    padding: 2px 10px;
    font-size: 12px;
    margin-right: 5px;
}

    .filter-row-box.product-view > a.active, .filter-row-box.product-view > a:hover {
        color: #E70826;
        border-color: #E70826;
    }

.pruduct-filter-row.top-space {
    margin-top: 40px;
}

/*Featured-product-carousel*/

.main-product-carousel .featured-product-price {
    display: block;
    color: #fff;
    float: right;
    background: #ffffff;
    padding: 5px 60px;
    font-size: 17px;
    font-weight: 400;
    margin-right: 0;
    position: absolute;
    top: 15px;
    z-index: 9;
    right: -39px;
    transform: rotate(45deg);
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid #fdfdfd;
}

.main-product-carousel .view-details-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    visibility: hidden;
    bottom: 30%;
    transition: all 0.5s ease-in-out;
}

.main-product-carousel .product-item-wrapper:hover .view-details-wrapper {
    visibility: visible;
    bottom: 50%;
}

.main-product-carousel .product-thumb {
    overflow: hidden;
    position: relative;
}

.main-product-carousel .product-item-details h3 {
    font-size: 18px;
    text-align: center;
}

.main-product-carousel .product-item-details {
    padding: 15px 30px;
    text-align: center;
    background: #ffffff;
    overflow: hidden;
    border-top: 0;
    text-align: center;
    margin: -30px 25px 0;
    z-index: 99;
    position: relative;
}

/*--------------------------------------------------------------
20.6. Single Product Page
--------------------------------------------------------------*/
.product-single {
    margin-bottom: 20px;
    width: 100%;
}

.single-thumb-detail.clear-fix {
    box-sizing: border-box;
}

.product-single .single-main-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}

.product-single .pager-thumbnail {
    float: left;
    margin: 0 -5px 20px;
    width: 102%;
}

.pager-thumb:active, .pager-thumb:hover, .pager-thumb:focus {
    outline: none;
}

.product-single .slick-list {
    padding: 0 !important;
    z-index: 1;
}

.product-single .pager-thumb a {
    display: block;
}

.single-thumb {
    display: block;
    width: 100%;
}

.pager-thumb {
    padding: 5px;
    overflow: hidden;
    width: 33.33%;
    float: left;
    cursor: pointer;
}

.product-single .quantity {
    float: left;
    margin-right: 20px;
}

.product-single form.single-cart {
    margin-bottom: 20px;
    margin-top: 15px;
}

.product-single .entry-meta.product-meta {
    margin-top: 10px;
}

.product-single .section-products.related-product {
    margin-top: 30px;
}

.product-single .product-price-container {
    margin-bottom: 15px;
}

.product-single .single-cart input {
    max-width: 75px;
    margin-right: 15px;
    height: 33px;
    border: 2px solid #ddd;
}

.product-single .info-links {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.product-single .rating-wrapper .product-ratings {
    float: left;
    line-height: 2.5;
}

.product-single .rating-wrapper ul.info-links li {
    float: left;
    border-left: 1px solid;
    line-height: 1;
    margin-left: 10px;
    padding-left: 10px;
}

.availability i {
    color: #00446e;
    font-size: 13px;
    margin-right: 5px;
}

.availability {
    color: #555;
    font-weight: 500;
    text-transform:capitalize;
    font-size: 14px;
}

.share-on .social-links li a:before {
    line-height: 2.3;
    font-size: 13px;
}

.share-on .social-links li a {
    width: 35px;
    height: 35px;
    margin-right: 7px;
}

.social-links.text-alignleft {
    text-align: left;
}

.share-on .social-links li {
    margin: 0;
}

    .share-on .social-links li a {
        border: 2px solid #e5e5e5;
    }

.share-on {
    margin: 35px 0;
    overflow: hidden;
}

.single-thumb a {
    display: block;
}

.quick-view-content .section-carousel-enabled .slick-prev.slick-arrow,
.quick-view-content .section-carousel-enabled .slick-next.slick-arrow {
    display: none !important;
}



/*Price fiilture*/
.widget-price-filter form input[type="text"] {
    background: transparent;
    padding: 0px;
    width: 100%;
    font-size: 14px;
    color: #000000 !important;
    margin-top: 15px;
    border: none;
}

#slider-range {
    height: 5px;
    border: 0;
    background: #eaeaea;
    margin-top: 15px;
    clear: both;
    float: left;
    width: 100%;
}

    #slider-range .ui-slider-range {
        background: #222222;
    }

    #slider-range .ui-slider-handle {
        height: 13px;
        width: 13px;
        border-radius: 50%;
        background: #fba506;
        border: 0;
    }

        #slider-range .ui-slider-handle:focus {
            outline: none;
        }

.widget-price-filter form input[type="submit"] {
    margin-top: 15px;
}

/*--------------------------------------------------------------
20.7. Login/registor
--------------------------------------------------------------*/


.section-my-account {
    /*max-width: 390px;*/
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 23px #ddd;
}

.user-account-popup .user-acc-header h3 {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.section-my-account .user-acc-header img,
.user-acc-header img {
    border-radius: 100%;
    margin: 0 auto 5px;
    display: block;
    max-width: 80px;
}

#login-popup .user-acc-header img {
    max-width: 160px;
    margin-bottom: 10px;
}

.section-my-account .content-body {
    text-align: left;
}

    .section-my-account .content-body label {
        font-weight: 500;
        margin-bottom: 5px;
        display: block;
        color: #8c1658;
    }

    .section-my-account .content-body p {
        margin-bottom: 5px;
    }

.section-my-account .register-account {
    display: block;
}

.user-acc-header h3 {
    padding: 5px 0;
    font-size: 21px;
    border-bottom: 1px dashed #ddd;
    text-align: left;
    margin-bottom: 20px;
}


.content-body div input {
    padding: 7px 15px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
}



/*--------------------------------------------------------------
20.8. Cart Page
--------------------------------------------------------------*/

table.cart,
table.cart th,
table.cart td {
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
}

    table.cart th {
        background: #f9f9f9 !important;
        padding: 6px 0px 6px 15px;
        font-size: 14px;
        text-transform: capitalize;
        color: #555;
        font-weight: 600 !important;
    }

    table.cart td {
        padding: 6px 0px 6px 15px;
    }

    table.cart .product-name {
        width: 35%;
    }

    table.cart .cart_item {
        border-bottom: 1px solid #ddd;
    }

    table.cart .cart-product-thumb {
        width: 75px;
        display: inline-block;
        float:left;

    }

    table.cart .product-info {
        display: inline-block;
        font-size: 14px;
        vertical-align: top;
        margin-bottom: 0px;
        padding-left: 15px;
        float: left;
        width: 70%;
    }

        table.cart .product-info h3 {
            font-size: 14px !important;
            margin-bottom: 0px;
            /* color: #000 !important; */
            border: 0px !important;
            font-weight: 600 !important;
        }

        table.cart .product-info ul {
            margin: 0;
            list-style: none;
        }

    table.cart .quantity input[type="number"] {
        width: 55px;
        height: 37px;
        text-align: center;
        border: 2px solid #f3f3f3;
        padding: 0;
    }

        table.cart .quantity input[type="number"]:focus {
            outline: none;
        }

    table.cart .coupon,
    table.cart .coupon input[type="submit"] {
        display: inline-block;
        float: none;
    }

        table.cart .coupon label {
            display: none;
        }

        table.cart .coupon input[type="text"] {
            padding: 7px 0 7px 15px;
            margin-right: 15px;
        }

    table.cart .actions input[type="submit"] {
        float: right;
    }

.actions input.custom.button {
    margin-right: 15px;
}

.cart-collaterals {
    max-width: 50%;
    margin-top: 0px;
    float: right;
}

td.product-remove a {
    text-align: center;
    display: block;
    color:#f00;
}
#cartBody tr:nth-child(even) {
    background: #ecf8ff
}

#cartBody tr:nth-child(odd) {
    background: #FFF
}
/*#cartBody ul li{
    color:#000 !important;
}*/

td.product-remove {
    padding-left: 0 !important;
}

.cart-collaterals h2 {
    display: none;
}

.cart-collaterals .cart_totals {
    background: #f3f3f3;
    display: inline-block;
    width: 50%;
    padding: 30px;
    text-align: center;
}

    .cart-collaterals .cart_totals table {
        margin-bottom: 0px;
    }

    .cart-collaterals .cart_totals table,
    .cart-collaterals .cart_totals th,
    .cart-collaterals .cart_totals td {
        border: 1px double #f5f4f4;
        text-align: left;
        padding-left: 20px;
        background: #fff;
    }

.cart-collaterals .cart-totals table tr {
    border-bottom: 1px solid #ddd;
}

.cart-collaterals .cart-totals td {
    padding: 5px;
    color: #555 !important;
    text-align:right;
}
/*.btn-red {
   
    padding: 7px 25px;
    display: inline-block;
    
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}
.btn-blue {

    background-color: #00446e;
}
    .btn-blue:hover {
        color: #00446e !important;
        background-color: #fff !important;
        border-color: #00446e !important;
        border: solid 2px;
    }*/

.cart-collaterals .cart-totals table tr:last-child {
    border-bottom: 0px;
}

.cart-collaterals .order-total,
.cart-collaterals .order-total strong {
    font-weight: 400;
    /*font-size: 18px;*/
}

.cart-collaterals .wc-proceed-to-checkout {
    margin-top: 20px;
    text-align: left;
}


/*--------------------------------------------------------------
20.9. Checkout Page Starts
--------------------------------------------------------------*/

.section-checkout h3, .checkout h3 {
    font-size: 16px !important;
    border-bottom: 1px solid #efefef;
    padding-bottom: 7px;
    clear: both;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600 !important;
    color: #555;
}

.section-checkout .col2-set,
.checkout .col2-set {
    margin-left: -15px;
    margin-right: -15px;
    float: left;
    width: 100%;
}

    .section-checkout .col2-set .col-1,
    .section-checkout .col2-set .col-2,
    .checkout .col2-set .col-1,
    .checkout .col2-set .col-2 {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

.section-checkout label,
.checkout label {
    color: #636363;
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.section-checkout select:focus,
.checkout select:focus {
    outline: none;
}

.section-checkout .col2-set .form-row,
.checkout .col2-set .form-row {
    margin-bottom: 30px;
}

.section-checkout .col2-set .form-row-wide,
.checkout .col2-set .form-row-wide {
    float: left;
    width: 100%;
}

.section-checkout .col2-set .form-row-first,
.section-checkout .col2-set .form-row-last,
.section-checkout .checkout .col2-set .form-row-first,
.section-checkout .checkout .col2-set .form-row-last {
    float: left;
    width: 48%;
}

.section-checkout .col2-set .form-row-last,
.section-checkout .checkout .col2-set .form-row-last {
    float: right;
}

.section-checkout input,
.section-checkout .checkout input {
    margin-bottom: 10px;
    width: auto;
    margin-right: 10px;
    font-size:15px;
}

.section-checkout .checkbox-wrap input[type="checkbox"],
.section-checkout .checkbox-wrap label {
    display: inline-block;
    width: auto;
}

.section-checkout table.product-checkout-review-order-table,
.section-checkout table.product-checkout-review-order-table th,
.section-checkout table.product-checkout-review-order-table td {
    border: 0;
    text-align: left;
}

    .section-checkout table.product-checkout-review-order-table th {
        border:none;
        padding: 8px 20px;
        font-weight: 400;
        font-size: 13px;
        font-weight: 600;
        padding-left:0px;
    }

    .section-checkout table.product-checkout-review-order-table td {
        padding: 8px 20px;
        border: none;
        font-size: 13px !important;
        font-weight: 600 !important;
        text-align:right !important;
    }
     
        .section-checkout table.product-checkout-review-order-table .product-name {
            width: 60%;
        }

    .section-checkout table.product-checkout-review-order-table .cart_item {
        border-bottom: 1px solid #ddd;
    }

.section-checkout .product-checkout-payment ul {
    list-style: none;
    margin: 0;
}

    .section-checkout .product-checkout-payment ul li {
        display: inline-block;
        width: 100%;
    }

        .section-checkout .product-checkout-payment ul li input[type="radio"],
        .section-checkout .product-checkout-payment ul li label {
            display: inline-block;
            width: auto;
        }

        .section-checkout .product-checkout-payment ul li label {
            font-size: 15px;
        }

        .section-checkout .product-checkout-payment ul li input[type="radio"] {
            margin-right: 5px;
        }

        .section-checkout .product-checkout-payment ul li label img {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 15px;
            max-height: 28px;
        }

.section-checkout table.shop-table.product-checkout-review-order-table {
    margin-bottom: 30px;
}

.section-checkout textarea {
    width: 100% !important;
}

/*===========================================================
20.10.1. Fuilter Brand widget
=============================================================*/

.filter-brands span.count {
    float: right;
    font-size: 12px;
    background: #f9f9f9;
    padding: 2px 10px;
    border-radius: 16px;
    line-height: 1.5;
}

.filter-by-size a {
    display: inline-block;
    padding: 3px 0;
    border: 2px solid #e9e9e9;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
}

    .filter-by-size a.active,
    .filter-by-size a:focus,
    .filter-by-size a:hover {
        color: #4c4c4c;
        border-color: #262626;
    }

.quick-filter {
    margin: 15px 0;
}

.quick-view-content a.filter-color-box {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-top: 10px;
}

/*===========================================================
20.10.2. fuilter by color
=============================================================*/


.filter-color-box {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0 5px 10px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

a.filter-color-box.color-1 {
    background: #cf5d5d;
}

a.filter-color-box.color-2 {
    background: #c9459f;
}

a.filter-color-box.color-3 {
    background: #689dd4;
}

a.filter-color-box.color-4 {
    background: #68d4aa;
}

a.filter-color-box.color-5 {
    background: #a8d468;
}

a.filter-color-box.color-6 {
    background: #d4c368;
}

a.filter-color-box.color-7 {
    background: #c2c2c2;
}

a.filter-color-box.color-8 {
    background: #000000;
}

a.filter-color-box.color-9 {
    background: #f0f0f0;
}

.filter-color-box.active {
    position: relative;
    font: 13px/37px FontAwesome;
    text-align: center;
}

    .filter-color-box.active:before {
        content: "\f00c";
        color: #fff;
        position: absolute;
        margin-left: -6px;
    }

.filter-color-box, .filter-size-box {
    display: inline-block;
    width: 37px;
    height: 37px;
    margin: 0 5px 10px 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

/*===========================================================
20.10.3. widget category menu
=============================================================*/

.widget-category ul {
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 0;
}

    .widget-category ul li {
        display: block;
        padding-left: 26px;
        font-size: 15px;
        font-weight: normal;
        border-bottom: 1px solid #ebebeb;
        transition: all 0.32s ease;
        -webkit-transition: all 0.32s ease;
        padding: 10px 20px;
        line-height: 1.7;
    }

        .widget-category ul li:last-child {
            border: none;
        }

            .widget-category ul li:last-child a {
                border: none;
            }

.widget-category li {
    position: relative;
}

.widget-category ul ul.sub-menu {
    padding: 0;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 5px 0px 20px rgba(166, 166, 166, 0.25);
    width: 230px;
    position: absolute;
    border: 1px solid #f1f1f1;
    left: 100%;
    top: 0;
}

.widget-category .has-child > a:after {
    content: "\f107";
    display: block;
    height: 13px;
    width: 18px;
    position: absolute;
    right: 10px;
    top: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}

.widget-category .has-child:hover > a:after {
    transform: rotate(-90deg);
}

.widget-category ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    display: block;
    top: 0;
    left: 100%;
}

.widget-category ul ul ul.sub-menu {
    left: 100%;
    top: -2px;
}

/*menu-right align*/

.widget-category ul li.left-enabled ul.sub-menu {
    right: 100%;
    left: inherit;
    box-shadow: none;
}

    .widget-category ul li.left-enabled ul.sub-menu ul.sub-menu {
        left: inherit;
        right: 100%;
    }

.widget-category li.left-enabled:hover > a:after {
    transform: rotate(90deg);
}

.widget-category-menu ul li a i {
    margin-right: 10px;
}

.main-cat-list .widget-category h3 {
    font-size: 16px;
    background-color: #fba506;
    color: #ffffff;
    padding: 9px 25px;
    margin-bottom: 0;
    font-weight: 500;
    font-family: roboto;
    text-transform: uppercase;
}

/*===========================================================
20.10.4. Recent Product
=============================================================*/

.recent-porduct-list a.product-thumb {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}

.recent-porduct-list .products-list {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}

.sidebar .widget.recent-porduct-list h5.product-title {
    margin: 0;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.widget span.count {
    float: right;
    font-size: 12px;
    background: #00446e;
    padding: 2px 10px;
    border-radius: 16px;
    line-height: 1.5;
    display: block;
    color: #fff;
}

.widget span.RemoveF {
    float: right;
    font-size: 12px;
    background: #f00;
    padding: 1px 10px;
    border-radius: 16px;
    line-height: 1.5;
    display: block;
    margin-top: 5px;
    color: #fff;
}

/*Main Popup*/

.custom-checkbox-wrappe {
    margin-bottom: 10px;
}

.banner-newsletter.main-popup {
    display: table;
}

.banner-info-wrapper h3 {
    font-size: 20px;
}

.banner-info-wrapper {
    padding: 35px 20px 10px;
}

    .banner-info-wrapper .social-links.text-alignleft {
        margin-bottom: 20px;
    }

    .banner-info-wrapper input.news-letter-email {
        margin-bottom: 15px;
    }

    .banner-info-wrapper input.news-letter-submit {
        position: inherit;
        margin-bottom: 20px;
        width: 100%;
        padding: 10px;
    }

.ad-wrapper {
    position: fixed;
    left: 25px;
    bottom: 0;
    width: 245px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    display: none;
    border-radius: 3px 3px 0 0;
}

    .ad-wrapper .ad-header {
        padding: 10px;
        background-color: #E70826;
        color: #fff;
        font-family: roboto;
        border-radius: 3px 3px 0 0;
        font-size: 17px;
        font-weight: 600;
    }

        .ad-wrapper .ad-header .close {
            color: #fff;
            font-size: 12px;
            text-align: center;
            cursor: pointer;
            width: 30px;
            height: 30px;
            border: 2px solid #fff;
            border-radius: 100%;
            float: right;
        }

/
/* Product Tabs*/
.products-tab-container ul.product-tab-list {
    text-align: center;
    margin: 0 0 30px;
}

.products-tab-container ul.product-tab-list li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #f6f6f4;
    min-width: 125px;
    background: #f9f9f9;
}

    .products-tab-container ul.product-tab-list li.active a,
    .products-tab-container ul.product-tab-list li:hover a {
        color: #e74c3c;
    }

    .products-tab-container ul.product-tab-list li.active {
        color: red;
    }


/*--------------------------------------------------------------
 Media Queries
--------------------------------------------------------------*/

/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1200px) {

    .section-products .product-item-details {
        padding: 10px 10px;
    }

    .product-single .single-cart input,
    .product-single .custom-button.button-small {
        margin-right: 5px;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .product-search input.search-field {
        font-size: 14px;
    }

    span#selected-category {
        cursor: pointer;
        font-size: 14px;
    }

    .main-cat-list .widget-category h3 {
        font-size: 16px;
    }

    .main-cat-list .widget-category ul li {
        font-size: 13px;
        padding: 6px 20px;
    }

    .main-cat-list .widget-category .has-child > a:after {
        top: 7px;
    }

    .pormo-info h3 {
        margin-bottom: 25px;
        margin-top: 5px;
        font-weight: 700;
        font-size: 24px;
    }
}

/* Smaller  standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {


    .section-products .product-grid .product-item-details p {
        display: none;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {

    .product-categorys-inner-wrapper img {
        width: 100%;
    }

    .section-products .product-item-details {
        padding: 25px 30px;
    }

    .recent-product-list .products-list .product-thumb {
        max-width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}

/* Smaller than standard 900 (devices and browsers) */
@media only screen and (max-width:900px) {


    /*ecommerce*/

    .sidebar .widget.widget-category {
        display: block;
    }

    .product-item.col-grid-4 {
        width: 50%;
    }

        .product-item.col-grid-4:nth-child(3n+1) {
            clear: none;
        }

    .three-columns-enabled .sidebar {
        width: 100%;
    }

    .single-mian-thumb img {
        width: 100%;
    }

    .section-checkout .col2-set .col-1, .section-checkout .col2-set .col-2, .checkout .col2-set .col-1, .checkout .col2-set .col-2 {
        float: left;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    div#login-popup,
    .quick-view-content,
    .white-popup-block {
        max-width: 90%;
    }

    .banner-info-wrapper,
    .main-popup-thumb,
    .login-popup .col-grid-6 {
        width: 50%;
    }

    .section-products .quick-view {
        visibility: visible;
        bottom: 10%;
        left: 10%;
        right: 10%;
        width: 80%;
    }
}
/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px) {

    .notice-bar {
        padding: 0;
    }


    .recent-product-list .products-list .product-thumb {
        max-width: 145px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    .section-products .product-grid .product-item-details {
        text-align: left;
        padding: 25px;
        margin-right: 0;
    }

    .section-products .product-grid h3.product-title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    table.cart td, table.cart .product-name, table.shop-able .product-remove, table.shop-able td, table.shop-able .product-name, table.woocommerce-checkout-review-order-table .product-number, table.shop-able .quantity-wrap, table.shop-able.wish-list td.product-subtotal, table.cart.wish-list .product-remove, table.cart td:first-child {
        width: 100%;
        display: block;
        position: relative;
    }

    table.cart thead {
        display: none;
    }

    td.actions {
        margin-top: 20px;
    }

    table.cart .cart-item {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
        border: 1px solid #f1f1f1;
    }

    .cart-collaterals .cart_totals {
        width: 100%;
    }

    table.cart .coupon, table.cart .coupon input[type="submit"] {
        display: block;
    }

    .cart-collaterals {
        max-width: 100%;
        margin-top: 30px;
    }

    .banner-info-wrapper,
    .main-popup-thumb,
    .login-popup .col-grid-6 {
        width: 100%;
    }
}


/* Smaller than standard 460 (devices and browsers) */
@media only screen and (max-width:649px) {

    table.cart .coupon input[type="text"], table.cart .actions input[type="submit"] {
        width: 100%;
        margin: 5px 0;
        float: none;
    }

    td.actions {
        padding: 15px !important;
        overflow: hidden;
    }
}

/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px) {


    .notice-bar span {
        display: none;
    }

    .notice-bar {
        width: 100%;
        text-align: center;
    }

    .product-item.col-grid-4 {
        width: 100%;
    }

    .entry-meta > span {
        margin-right: 10px;
    }


    .sort-by {
        margin-left: 5px;
        min-width: 180px;
    }

    nav.filter-row-box.navigation.pagination {
        float: none;
        margin-top: 10px;
        clear: both;
        display: block;
        float: left;
    }

    .section-products .product-grid .product-thumb {
        float: left;
        max-width: 100%;
        margin-right: 0;
    }

    .pruduct-filter-row.top-space {
        margin-top: 20px;
    }

    .product-item.col-grid-6 {
        width: 100%;
    }

    div#login-popup, .quick-view-content, .white-popup-block {
        padding: 5px 20px;
    }

    #content aside.section.section-pormo.minimal-padding {
        padding-top: 10px;
    }

    .top-head-right.pull-right {
        float: none;
        text-align: center;
        clear: both;
    }

    .top-space {
        padding-top: 20px;
    }

    .ad-wrapper {
        width: 180px;
    }

    #tabs .tabs li {
        width: 100%;
        margin-bottom: 15px;
    }

    #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        float: left;
        padding: 12px 20px;
    }

    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 0;
        background: none;
    }
}

/* Smaller than standard 320 (devices and browsers) */
@media only screen and (max-width:219px) {

    .container {
        width: 310px;
        max-width: 310px;
    }
}

/*--------------------------------------------------------------
Main css ends form here
--------------------------------------------------------------*/
.list-box {
    padding-left: 35px;
}

    .list-box li a {
        font-size: 13px !important;
        text-transform: capitalize;
        font-weight: 500;
    }

    .list-box li {
        border-bottom: solid 1px #eee;
        list-style: disc;
    }

        .list-box li:last-child {
            border: none !important;
        }

.spanHead {
    font-weight: 500;
    color: #00446e;
    padding-right: 20px;
}

.rowCls {
    display: block;
    height: 55px;
    margin-bottom: 10px;
    background-color: #eee;
}

.DeliveryClassActive {
    width: 99%;
    /*height: auto;*/
    border: solid 1px #510d33;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right:15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    height: auto;
    float: left;
    margin-right: 2%;
    background-color: #fff5fb;
    position: relative;
}

.DeliveryAddClass {
    width: 48%;
    height: 170px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding-bottom: 15px;
    padding-top: 50px;
    cursor: pointer;
    float: left;
    margin-bottom: 20px;
}


.defaultAdd {
    /* margin-top: -5px; */
    font-size: 25px;
    color: #979797;
    /* float: right; */
    cursor: pointer;
    position: absolute;
    right: 15px;
    height: 50px;
    width: 40px;
    text-align: center;
    top: 8px;
    cursor: pointer;
}

    .defaultAdd i {
        cursor: pointer !important;
        position: absolute;
        /*z-index: 999;*/
    }

.defaultAddActive i {
    cursor: pointer !important;
    position: absolute;
    z-index: 999;
}

.defaultAddActive {
    font-size: 25px;
    color: #007e21;
    /* float: right; */
    cursor: pointer;
    position: absolute;
    right: 15px;
    height: 50px;
    width: 40px;
    text-align: center;
    top: 8px;
    cursor: pointer;
}

.divAddress {
    font-size: 13px !important;
    color: #555;
    padding-bottom: 5px;
    margin-bottom: 0px !important;
    line-height: 18px;
}

.editPencil {
    font-size: 14px;
    color: #d60d45;
    font-weight: bold;
    cursor: pointer;
}

.addBtn {
    padding: 30px 35px;
    background-color: #eee;
    border-radius: 50%;
}

.mobileNo {
    font-size: 13px;
    color: #d60d45;
    font-weight: 600 !important;
}

.addrText {
    display: block;
    margin-top: 45px;
    font-size: 14px;
    font-weight: bold;
}

.couponBox {
    width: 100% !important;
    padding: 4px 15px;
    height: 40px !important;
}

.billingAddr {
    float: right;
    padding: 5px 18px;
    background-color: #ffd433;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin-top: -10px;
    display: block;
    border-radius: 50px;
    cursor: pointer;
}

#btnApplyCoupon {
    padding: 8px 10px !important;
}

.coupon .col-grid-8, .coupon .col-grid-4 {
    margin: 0px !important;
    padding-left: 0px !important;
}

.MobCartHead {
    display: none;
}
/*.col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12{
    margin:0px !important;

}*/
.col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12 {
    padding-left: 5px !important;
    margin: 0px !important;
}

@media only screen and (max-width: 600px) {
    .section-my-account {
        height: auto !important;
        margin-bottom: 20px;
    }

    .col-grid-6 {
        margin-bottom
    }

    .ReferraDiv input {
        font-size: 13px;
    }

    .qty {
        float: right !important;
    }

    table.cart .product-info {
        padding-left: 0px !important;
    }

    table.cart .cart-item {
        margin-bottom: 0px !important;
    }

    table.cart .quantity input[type="number"] {
        margin: -5px 0px 0px 5px !important;
    }

    table.cart .product-info h3 {
        font-size: 14px !important;
    }

    .ReferraDiv {
        font-size: 13px;
    }

    .product-Price-amount {
        float: right;
        padding-right: 10px;
    }

    .floatR {
        float: right;
        padding-right: 10px;
    }

    .cart-collaterals {
        margin-top: 0px !important;
    }

        .cart-collaterals .wc-proceed-to-checkout {
            margin-top: 0px !important;
        }

    .MobCartHead {
        font-weight: 600;
        color: #000;
        display: inline-block;
    }

    /*button {
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100%;
    }*/

    .billingAddr {
        float: none;
        margin-top: 10px;
        display: block;
    }

    .couponBox {
        width: 100% !important;
        padding: 4px 15px;
        height: 40px;
        margin-bottom: 10px;
    }

    .DeliveryClassActive {
        width: 100%;
        height: auto;
    }

    #memberName {
        font-size: 13px !important;
    }

    body {
        /*padding: 0px;*/
        background-color: #fff !important;
    }

    .top-space {
        padding-bottom: 0px !important;
    }

    .section-checkout .col2-set, .checkout .col2-set {
        margin: 0px !important;
    }

    .product-billing-fields_field-wrapper .col-grid-12 {
        padding: 0px !important;
    }

    .DeliveryAddClass {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .product-validated .checkbox {
        font-size: 13px;
    }

    .section-checkout .product-checkout-payment ul li label {
        font-size: 15px;
    }
}

.pImage {
    height: 310px !important;
    max-width: 100%;
    vertical-align: middle;
}

.inner-wrapper:before, .inner-wrapper:after {
    content: " ";
    display: table;
}

.site-content {
    display: inline-block;
    width: 100%;
}

.sidebar .widget-title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #555;
    font-weight: 600 !important;
    font-size: 21px !important;
}

    .sidebar .widget-title:after {
        background: #d60d45;
        position: absolute;
        bottom: -2px;
        content: "";
        width: 20%;
        height: 3px;
        left: 0;
    }
.sidebar-widget-wrapper .widget-title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #555;
    font-weight: 500 !important;
    font-size: 16px !important;
}
.cart-item .product-price {
    border-bottom:0px !important;
}
.sidebar-widget-wrapper .widget-title:after {
    background: #d60d45;
    position: absolute;
    bottom: -2px;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
}

.padRight {
    /*padding-right: 10px;*/
    float: right;
}

.search-icon {
    padding: 10px 10px;
    display: inline-block;
    font-size: 12px;
    background: #1a2c79;
    color: #fff !important;
    margin-left: 0px;
    text-align: center;
    width: 20%;
}
}

.pull-left {
    float: left !important;
}

.top-space {
    padding-bottom: 40px;
}

#txtSearch {
    color: #272727;
    border: 1px solid #e7e7e7;
    padding: 9px 10px 7px 15px;
}

button {
    border: 0px;
}

.entry-meta > span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    font-size: 15px;
    margin-right: 15px;
}

.tag {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #000 !important;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
}

#wishlist {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 50px;
    background-color: #ffd4ec;
    color: #000;
    margin-top: 10px !important;
}

#compare {
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 50px;
    background-color: #fbe89f;
    color: #000;
    margin-top: 10px !important;
}


#tabs-nav {
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
}

    #tabs-nav li {
        float: left;
        margin-right: 2px;
        border-radius: 5px 5px 5px 5px;
        cursor: pointer;
    }

        #tabs-nav li a:hover,
        #tabs-nav li.active a {
            background-color: #e80566;
            color: #fff;
            border-color: #e80566;
        }

            #tabs-nav li.active a::after, #tabs-nav li a:hover::after {
                content: "";
                display: block;
                position: absolute;
                bottom: -6px;
                z-index: 9;
                left: 20px;
                transform: rotate(45deg);
                background: #e80566;
                height: 12px;
                width: 12px;
                left: 46%;
            }

        #tabs-nav li a {
            padding: 8px 22px;
            color: #131111;
            margin-right: 5px;
            display: block;
            position: relative;
            background: #faf4f4;
        }

/* Tabs */


#tabs-nav1 {
    list-style: none;
    margin: 0;
    margin-bottom: 25px;
}

    #tabs-nav1 li {
        float: left;
        margin-right: 2px;
        border-radius: 5px 5px 5px 5px;
        cursor: pointer;
    }

        #tabs-nav1 li a:hover,
        #tabs-nav1 li.active a {
            background-color: #e80566;
            color: #fff;
            border-color: #e80566;
        }

            #tabs-nav1 li.active a::after, #tabs-nav1 li a:hover::after {
                content: "";
                display: block;
                position: absolute;
                bottom: -6px;
                z-index: 9;
                left: 20px;
                transform: rotate(45deg);
                background: #e80566;
                height: 12px;
                width: 12px;
                left: 46%;
            }

        #tabs-nav1 li a {
            padding: 8px 22px;
            color: #131111;
            margin-right: 5px;
            display: block;
            position: relative;
            background: #faf4f4;
        }


.tab-content {
    padding: 10px;
    border: 1px solid #ececec;
    background-color: #FFF;
}

.tab-content1 {
    padding: 20px;
    border: 1px solid #ececec;
    background-color: #FFF;
}

.colorValue {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 5px;
}

.sizeValue {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 5px;
    border: solid 1px gray;
    text-align: center;
    text-transform: uppercase;
    background-color: #eee;
}

.productSize .active .sizeValue {
    background-color: #d4075f !important;
    color: #fff !important;
    border-color: #d4075f !important
}

.rCartPro {
    color: #f00;
    cursor: pointer;
}

.smallText {
    font-size: 13px;
    display: block;
    line-height: 18px;
    color: #000;
}

.ratingR {
    padding: 4px 10px;
    background-color: #ffd433;
    color: #000;
    font-size: 13px;
    border-radius: 5px;
}

.reviewC {
    padding-left: 10px;
    color: #9d1661;
}

.CommentBanda {
    font-size: 13px;
}

.product-noreviews {
    border-bottom: solid 1px #eee;
}

.AllReview {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 16px;
    background-color: #f7f3f5;
    color: #000;
    font-weight: 600;
    color: #1b74bb;
    margin-bottom: 10px;
    cursor: pointer;
}

.custom-Button1 {
    transition: all 0.3s ease 0s;
    background: #ffd433;
    color: #000;
    font-size: 15px;
    padding: 7px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 500;
    margin-top: 20px;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.CartEmpty {
    /*background-color: #faf6ec;*/
    margin-bottom: 10px;
    border-radius: 10px;
}

.Fright {
    float: right;
}

@media only screen and (max-width: 600px) {
    .section-news-letter .col-grid-2 {
        margin: 0px !important;
    }

    .Fright {
        float: left;
        display: block;
    }

    #content .section {
        padding: 10px 0;
    }

    .col-grid-1, .col-grid-2, .col-grid-3, .col-grid-4, .col-grid-5, .col-grid-6, .col-grid-7, .col-grid-8, .col-grid-9, .col-grid-10, .col-grid-11, .col-grid-12, .col-grid-4.service-block-item {
        margin: 0px;
    }

    #content .boxed-width-section, .container {
        max-width: 98%;
        margin: 0 auto;
    }

    #content p {
        text-align: justify;
    }

    img {
        margin-bottom: 10px;
    }

    .page-title {
        font-size: 30px;
    }

   

    .CenterDiv {
        text-align: center;
    }
}

.comment .comment-body {
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    padding: 30px 30px 30px 0;
    position: relative;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
}

.comments-title {
    padding: 0 0 45px;
    clear: both;
    border-bottom: 1px solid #f7f7f7;
    font-size: 25px;
}

.comment-author.vcard {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-list .children {
    padding-left: 40px;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url {
    width: 100%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

.tab-content p {
    font-size: 14px;
    color: gray;
}

.imgDiv {
    float: left;
}

.Prodetails {
    float: left;
    width: 80%;
    color: #00446e !important;
    font-family: "Roboto", sans-serif;
    padding-left: 15px;
    font-size: 13px;
}

.liHeight {
    height: 60px;
    margin-bottom: 5px !important;
    line-height: normal;
    border-bottom: solid 1px #eee;
}

.priceL {
    /*margin-top: -10px;*/
    color: gray;
}

#CartList {
    top: 50px !important;
    width: 300px !important;
}

@media only screen and (max-width: 600px) {
    #CartList {
        left: 2%;
        top: 40px !important;
    }
}

.GtoCart {
    display: block;
    width: 48%;
    padding: 5px 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-top: 5px;
    float: left;
    margin-right: 10px;
    font-size: 14px;
}

.checkoutS {
    display: block;
    width: 48%;
    padding: 5px 10px;
    background-color: #ffd433;
    color: #000;
    text-align: center;
    margin-top: 5px;
    float: left;
    font-size: 14px;
}

.rCartPro {
    color: #f00;
    cursor: pointer;
    float: right;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
    border: solid 2px #eee;
}

.xzoom-container {
    display: inline-block;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}

.xzoom-container {
    width: 100%;
}

    .xzoom-container .xzoom5 {
        width: 100% !important;
    }

.xzoom5 {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Thumbs */
.xzoom-gallery5 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-bottom: 10px;
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
    overflow: hidden;
}

/* Preview */
.xzoom-preview {
    border: 1px solid #777;
}

/* Lens */
.xzoom-lens {
    border: 1px solid #777;
    cursor: crosshair;
}

/* Loading */
.xzoom-loading {
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 100%;
    opacity: 0.7;
    background: url(../images/xloading.html);
    width: 48px;
    height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
    border: 1px solid #c9030f;
}

/* Caption */
.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000000;
    width: 100%;
    text-align: left;
}

    .xzoom-caption span {
        color: #fff;
        font-family: Arial, sans-serif;
        display: block;
        font-size: 0.75em;
        font-weight: bold;
        padding: 10px;
    }

.product-details-section .right-area .product-info .qtySelector {
    height: 40px;
    margin: 0;
    border-radius: 50px;
    display: inline-block;
}

    .product-details-section .right-area .product-info .qtySelector .decreaseQty {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        float: left;
        cursor: pointer;
        transition: all 0.3s;
        background-image: -webkit-linear-gradient(55deg, #00446e 0%, #00446e);
        background-image: linear-gradient(55deg, #00446e 0%, #00446e);
        text-align: center;
        color: #fff;
    }

        .product-details-section .right-area .product-info .qtySelector .decreaseQty.clicked {
            font-size: 12px;
            padding: 12px 5px;
        }

    .product-details-section .right-area .product-info .qtySelector .increaseQty {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 30px;
        float: right;
        cursor: pointer;
        transition: all 0.3s;
        background-image: -webkit-linear-gradient(55deg, #00446e 0%, #00446e);
        background-image: linear-gradient(55deg, #00446e 0%, #00446e);
        text-align: center;
        color: #fff;
    }

    .product-details-section .right-area .product-info .qtySelector .qtyValue {
        border: none;
        padding: 5px;
        width: 70px;
        border-radius: 50px;
        height: 40px;
        height: 80%;
        float: left;
        text-align: center;
        background-image: -webkit-linear-gradient(55deg, #00446e 0%, #00446e);
        background-image: linear-gradient(55deg, #00446e 0%, #00446e);
        color: #fff;
        margin: 0px 5px;
    }

    .product-details-section .right-area .product-info .qtySelector i {
        color: #737373;
        font-size: 14px;
    }

        .product-details-section .right-area .product-info .qtySelector i:hover {
            background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
            background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
            color: #fff;
            transition: all 0.3s;
        }

.product-details-section .right-area .product-info .cart-buttons {
    display: flex;
    /*margin-top: 70px;*/
    margin-top: 20px;
    padding-top: 15px;
    border-top: solid 1px #d8d8d8;
}

    .product-details-section .right-area .product-info .cart-buttons .first {
        margin-right: 20px;
    }

    .product-details-section .right-area .product-info .cart-buttons .add-cart-btn {
        display: block;
        cursor: pointer;
        border: 0px;
        padding: 10px 30px;
        box-shadow: none;
    }

.product-details-section .right-area .product-info .produck-sku {
    color: #d60d45;
    display: block;
    margin-top: 25px;
}

    .product-details-section .right-area .product-info .produck-sku span {
        color: #242424;
        font-weight: 600;
    }

.product-details-section .right-area .product-info .produck-category span {
    color: #242424;
    font-weight: 600;
}

.product-details-section .right-area .product-info .produck-category a {
    color: #555;
}

    .product-details-section .right-area .product-info .produck-category a:hover {
        text-decoration: underline;
    }

.product-details-section .right-area .product-info .product-single-share {
    margin-top: 20px;
}

    .product-details-section .right-area .product-info .product-single-share label {
        color: #d60d45;
        /*font-weight: 600;*/
        font-size: 15px;
        line-height: 38px;
        margin-right: 10px;
    }

    .product-details-section .right-area .product-info .product-single-share ul li {
        display: inline-block;
    }

        .product-details-section .right-area .product-info .product-single-share ul li a {
            background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
            background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            margin-right: 5px;
        }

.product-details-section .nav-tabs {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-top: 40px;
    text-align: left;
    display: block;
}

    .product-details-section .nav-tabs li {
        display: inline-block;
    }

        .product-details-section .nav-tabs li a {
            /*border-radius: 50px;*/
            /*box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);*/
            color: #242424;
            padding: 10px 30px;
            margin: 0px 5px;
          
        }

            .product-details-section .nav-tabs li a:hover, .product-details-section .nav-tabs li a.active {
                background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
                background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
                color: #fff;
                /*border-radius: 50px;*/
            }

        .product-details-section .nav-tabs li:hover, .product-details-section .nav-tabs li.active {
            background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
            background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
            color: #fff;
            /*border-radius: 50px;*/
        }

            .product-details-section .nav-tabs li.active a {
                color: #fff !important;
            }

.product-details-section .tab-content {
    padding-top: 15px;
}

    .product-details-section .tab-content .review-wrapper .review-single {
        position: relative;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        padding-bottom: 5px;
    }

        .product-details-section .tab-content .review-wrapper .review-single .avatar {
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
            margin-right: 30px;
        }

            .product-details-section .tab-content .review-wrapper .review-single .avatar img {
                border-radius: 50%;
                width: 80px;
                height: 80px;
                border: 4px solid #fff;
                box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
            }

        .product-details-section .tab-content .review-wrapper .review-single .comnt-text {
            width: 100%;
            position: relative;
            padding-left: 110px;
        }

            .product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info h5 {
                font-weight: 600;
                margin: 0;
                display: inline-block;
                font-size: 20px;
                line-height: 30px;
            }

            .product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block {
                margin-left: 15px;
                display: inline-block;
            }

                .product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review {
                    margin-bottom: 0px;
                }

                    .product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .review-block .star-review .star i {
                        color: #f87115;
                        margin-right: -3px;
                        font-size: 17px;
                        line-height: 30px;
                    }

            .product-details-section .tab-content .review-wrapper .review-single .comnt-text .comnt-info .date-area {
                font-size: 15px;
                color: #62768a;
                margin: 8px 0 14px;
            }

    .product-details-section .tab-content .review-form {
        padding-top: 30px;
    }

        .product-details-section .tab-content .review-form h3 {
            font-size: 24px;
            line-height: 34px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            font-weight: 600;
            padding-bottom: 10px;
        }

        .product-details-section .tab-content .review-form .star-area h5 {
            display: inline-block;
            font-size: 16px;
            line-height: 26px;
            font-weight: 400;
            color: #555;
        }

        .product-details-section .tab-content .review-form .star-area .star-list {
            display: inline-flex;
        }

        .product-details-section .tab-content .review-form .star-area ul li {
            float: left;
            margin-right: 20px;
            padding-right: 20px;
            padding-top: 0px;
            padding-bottom: 0px;
            position: relative;
        }

            .product-details-section .tab-content .review-form .star-area ul li:nth-last-child(1) {
                border: none;
                margin: 0;
                padding: 0;
            }

            .product-details-section .tab-content .review-form .star-area ul li .star i {
                color: #ddd;
                font-size: 14px;
                transition: 0.3s linear;
                cursor: pointer;
            }

            .product-details-section .tab-content .review-form .star-area ul li .star .active {
                color: #f87115;
                font-size: 14px;
                transition: 0.3s linear;
                cursor: pointer;
            }

            .product-details-section .tab-content .review-form .star-area ul li .star:hover i {
                color: #f87115;
            }

            .product-details-section .tab-content .review-form .star-area ul li::before {
                position: absolute;
                content: "";
                width: 1px;
                height: 15px;
                background: #aebed2;
                right: -6px;
                top: 50%;
                transform: translateY(-50%);
            }

            .product-details-section .tab-content .review-form .star-area ul li:last-child::before {
                display: none;
            }

        .product-details-section .tab-content .review-form .star-area .star-review {
            margin-bottom: 0px;
        }

        .product-details-section .tab-content .review-form textarea {
            font-size: 16px;
            outline: none;
            border: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: none;
            background: none;
            padding: 10px 20px;
            border-radius: 0px;
            height: 150px;
            margin-top: 36px;
        }

        .product-details-section .tab-content .review-form .mybtn1 {
            border: 0px;
            padding: 12px 30px;
        }

.related-product-section {
    padding-top: 50px;
}

    .related-product-section .section-title {
        text-align: left;
        margin-bottom: 30px;
    }

        .related-product-section .section-title .title {
            font-size: 24px;
            font-weight: 700;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }

    .related-product-section .related-product-slider .single-product {
        margin-bottom: 0px;
    }

    .related-product-section .related-product-slider.owl-carousel .owl-nav .owl-prev, .related-product-section .related-product-slider.owl-carousel .owl-nav .owl-next {
        font-size: 14px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 24px;
        opacity: 1;
        color: #fff;
        border-radius: 50%;
        background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
        background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
        box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease-in;
    }

    .related-product-section .related-product-slider.owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }

    .related-product-section .related-product-slider.owl-carousel .owl-nav .owl-next {
        right: -10px;
    }

.mybtn1 {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 40px;
    /*border-radius: 50px;*/
    display: inline-block;
    color: #fff;
    /*background-image: -webkit-linear-gradient(55deg, #d60d45  0%, #d60d45);
    background-image: linear-gradient(55deg, #d60d45  0%, #d60d45);*/
    transition: 0.3s;
    border: 0px;
}

    .mybtn1 i {
        opacity: 0;
        width: 0px;
        transition: 0.5s;
    }

    .mybtn1:hover {
        color: #fff;
        animation: color 4s linear infinite;
    }

        .mybtn1:hover i {
            opacity: 1;
            padding-left: 8px;
            width: auto;
        }

    .mybtn1:focus {
        outline: 0px;
    }

a.product-thumb {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}

.mybtn1 {
    background-image: linear-gradient(55deg, #d60d45 0%, #d60d45);
    background-image: -webkit-linear-gradient(55deg, #d60d45 0%, #d60d45);
}
.ship-box-info .form-control{
    margin-bottom:10px;
}
.headPopup {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    font-size: 18px !important;
    padding-bottom: 10px;
    font-weight: 500 !important;
    color: #000;
}
.choiceVar {
    background-color: #eee;
    /* padding-left: 10px; */
    margin-top: 10px;
    border-radius: 50px;
    margin-bottom: 5px;
    padding: 5px 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.variantImg {
    max-width: none;
    height: 70px;
    margin-right: 5px;
    border: solid 1px #ddd;
}
.variationName {
    /*padding-left: 6px;
    border-left: solid 1px #ddd;*/
}
#FreshR {
    padding: 5px 15px;
    background-color: #f9c7c7;
    border-radius: 3px;
}
@media only screen and (max-width:676px){
    .product-details-section .right-area .product-info .qtySelector{
        display:flex;
    }
    
}