@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body {
    margin-top: -8px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Quicksand', sans-serif;
    color: #333;
    line-height: 20px;
    padding-top: 87px;
}

h1 {
    color: #333;
    text-align: center;
    font-size: 18px;
}


.top-header {
    background: #e9e9e9;
    font-size: 13px;
    line-height: 22px;
    height: 40px;
    color: #505050;
}

    .top-header ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .top-header li {
        float: left;
        margin-right: 4px;
        padding-right: 6px;
        border-right: 1px solid #cacaca;
    }

.sp-wrap {
    width: 100%;
    background: #fff !important;
    border: none !important;
}

.sp-large {
    width: 80% !important;
    ;
    float: right;
}

.sp-thumbs {
    float: left;
    width: 20%;
    margin-top: 0px !important;
}

    .sp-thumbs a {
        width: 90%;
        height: 100px;
        margin-bottom: 10px;
        display: block;
        border: solid 2px #fff;
        opacity: 1 !important;
    }

a.sp-current {
    border: solid 2px #3e3d3d;
}

.my-breadcrumb {
    background: #fff;
    padding: 10px 0px;
    margin-bottom: 30px;
}

    .my-breadcrumb a {
        font-size: 12px;
        display: inline-block;
        margin-right: 10px;
        color: #333;
        font-weight: 600;
    }

.main-heading {
    text-transform: uppercase;
    margin: 40px auto;
    font-size: 27px;
    font-weight: 400;
    color: #555;
}

    .main-heading span {
        display: block;
        font-weight: 300;
        text-transform: none;
        font-size: 13px;
        color: #777;
    }

    .main-heading:after {
        content: "";
        display: table;
        margin: auto;
        width: 100px;
        height: 3px;
        background: #ec9d2c;
        margin-top: 30px;
    }

.home-block {
    position: relative;
    overflow: hidden;
}

    .home-block img {
        width: 100%;
        transition: all .3s linear;
    }

    .home-block h3 {
        position: absolute;
        bottom: 0px;
        background: rgba(255,255,255,1);
        padding: 10px 20px;
        font-weight: 400;
        border-left: solid 4px #333;
    }

    .home-block .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.6);
        transition: all .3s linear;
        opacity: 0;
        visibility: hidden;
    }

    .home-block:hover .overlay {
        opacity: 1;
        visibility: visible;
    }

.top-header li:last-child {
    border: 0;
}

.top-header li a {
    display: block;
    padding: 4px 6px;
    color: #505050;
    line-height: 32px;
}

.top-header #CartButton {
    padding: 0px 12px;
    border: 2px solid #505050;
    margin-top: 8px;
    line-height: 20px;
}

    .top-header #CartButton span {
        padding: 0 5px;
    }

.top-header a#CartButton:hover, .top-header a#CartButton:focus {
    opacity: 1;
    background-color: #505050;
    color: #e9e9e9;
}

.center-block {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.input-group .icon-addon .formcontrol {
    border-radius: 0;
}

.formcontrol {
    display: block;
    margin-top: 2px;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
    margin-top: 2px;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

#inner-banner {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

    #inner-banner h2 {
        margin: 0px;
        padding: 0px;
        color: #333;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
        font-weight: 700;
        display: table;
        margin: auto;
        border-bottom: solid 3px #ff9800;
        padding-bottom: 20px;
        /* padding: 2px; */
        padding-left: 20px;
        padding-right: 20px;
    }

#top-bar {
    margin-bottom: 10px;
    background: #eee;
    color: #fff;
    padding: 4px;
    font-size: 12px;
    transition: all .3s linear;
}

    #top-bar a {
        text-transform: uppercase;
        color: #333;
        text-decoration: none;
        font-weight: 400;
    }

.shrink #top-bar {
    display: none;
}

.shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#header {
    padding: 0px 0px 0px 0px;
    box-shadow: 0px 0px 40px rgba(0,0,0,.2);
    z-index: 999;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0px;
    transition: all .3s linear;
}

#top-bar .pull-right a {
    display: inline-block;
    margin-left: 10px;
    font-size: 11px;
    font-weight: 600;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 9px 0;
    top: 1px;
}

.icon-addon.addon-lg .formcontrol {
    line-height: 17px !important;
    height: 28px !important;
    font-size: 12px;
    padding: 5px 16px 10px 40px;
}

.icon-addon.addon-sm .formcontrol {
    height: 20px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 17px !important;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .formcontrol,
.icon-addon .formcontrol {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
    color: #2580db;
}

.banner {
    margin-bottom: 35px;
}

.image-hover * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.image-hover {
    position: relative;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    border: 10px solid #fff;
    margin-bottom: 30px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

    .image-hover a {
        text-decoration: none;
    }


/*** effect zoom in ***/

.img-zoom-in img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.img-zoom-in:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/*** effect zoom out ***/

.filters-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

    .filters-wrapper h2 {
        margin: 0px;
        padding: 0px;
        font-size: 14px;
        text-align: center;
        color: #333;
        padding: 15px;
        border-bottom: 1px solid #eee;
        text-align: left;
        margin-bottom: 20px;
    }

    .filters-wrapper ul {
        margin: 0px 20px;
        padding: 0px;
        list-style: none;
    }

        .filters-wrapper ul li {
            margin-bottom: 5px;
            color: #777;
            font-size: 12px;
        }

            .filters-wrapper ul li label {
                margin-top: 3px;
            }

.product {
    margin-bottom: 60px;
    position:relative;
}

.product-sorting {
    border-top: solid 0px #eee;
    border-bottom: solid 0px #eee;
    padding: 0px 0px;
    margin-bottom: 30px;
}

    .product-sorting strong {
        font-weight: 400;
    }

    .product-sorting select {
        padding: 3px !important;
        height: 30px !important;
        font-size: 12px;
    }
/*-- effect --*/
.men-pro-item {
    position: relative;
    border: solid 1px #eee;
    padding-bottom: 0px;
    margin-top: 15px;
}

.men-thumb-item {
    position: relative;
}

.item-info-product {
    text-align: center;
    margin: 0px 0 0;
}

.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}

.product-new-top {
    background: #fc636b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

    .inner-men-cart-pro ul {
        left: 0;
        margin: -60px 0 0;
        padding: 0;
        position: absolute;
        top: 45%;
        width: 100%;
        transition: all 0.5s ease-out 0s;
    }

    .inner-men-cart-pro .link-product-add-cart {
        width: 100%;
        bottom: -40px;
        left: 0;
        position: absolute;
        transition: all 0.5s ease-out 0s;
    }

.link-product-add-cart {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro > ul > li {
    display: inline-block;
}

.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.men-thumb-item:hover {
    cursor: pointer;
}

    .men-thumb-item:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .men-thumb-item:hover .pro-image-front {
        transform: rotateY(180deg);
        opacity: 0;
        visibility: hidden;
    }

    .men-thumb-item:hover .pro-image-back {
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
        background: #f7f7f7;
    }

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    /*padding: 52px 50px 20px;*/
}

.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}

.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}

.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 58.5%;
}

.link-product-add-cart:hover {
    background: #2fdab8 none repeat scroll 0 0;
    color: #fff;
}
/*-- //effect --*/

.item-info-product h4 {
    margin-top: 0 !important;
}

    .item-info-product h4 a {
        font-size: 0.9em;
        color: #fc636b;
        text-decoration: none;
        font-weight: 600;
    }

.info-product-price {
    margin: 10px 0;
}

    .info-product-price span {
        color: #000;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .info-product-price del {
        color: #908e8e;
        margin-left: 10px;
        letter-spacing: 1px;
    }


.snipcart-details {
    text-align: center;
    margin: 0.5em auto 1em;
    width: 77%;
}

.btn-danger.my-cart-btn:focus {
    outline: none;
}

.snipcart-details input.button {
    font-size: 13px;
    color: #fff;
    background: #2fdab8;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 99999;
}

    .snipcart-details input.button:hover {
        background: #000;
    }
/*.agile_top_brand_left_grid:hover .snipcart-details input.button,.snipcart-details input.button:hover{
    background:#2fdab8;
}*/

.footer-sprite {
    background-repeat: no-repeat;
    display: inline-block;
    height: 43px;
    width: 43px;
    margin-top: 20px;
}

.footer-sprite-description {
    font-size: 12px;
    margin-top: 20px;
    color: #787878;
}

#footer {
    background: #191919;
    margin-top: 40px;
    padding-top: 40px;
    color: #ccc;
}

    #footer h5 {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        color: #FF9800;
    }

    #footer .list-unstyled ul {
        padding: 0;
        margin: 0;
    }

    #footer .list-unstyled li a {
        color: #fff;
        font-size: 12px;
    }

        #footer .list-unstyled li a:hover {
            color: #fff;
        }

    #footer .social_icons a {
        color: #787878 !important;
    }

    #footer .copyright {
        background-color: #303030;
        padding: 1%;
        margin-top: 1%;
        color: #787878;
        margin-top: 80px;
    }

        #footer .copyright a {
            color: #ccc;
        }

.table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

@media screen and (max-width: 600px) {
    table#cart tbody td .form-control {
        width: 20%;
        display: inline !important;
    }

    .actions .btn {
        width: 36%;
        margin: 1.5em 0;
    }

    .actions .btn-info {
        float: left;
    }

    .actions .btn-danger {
        float: right;
    }

    table#cart thead {
        display: none;
    }

    table#cart tbody td {
        display: block;
        padding: .6rem;
        min-width: 320px;
    }

    table#cart tbody tr td:first-child {
        background: #333;
        color: #fff;
    }

    table#cart tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        display: inline-block;
        width: 8rem;
    }



    table#cart tfoot td {
        display: block;
    }

        table#cart tfoot td .btn {
            display: block;
        }
}

.main-menu ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .main-menu ul li {
        float: left;
    }

        .main-menu ul li a {
            display: block;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
            font-weight: 500;
            color: #333;
            padding: 0px 20px;
        }

    .main-menu ul ul {
        position: absolute;
        max-width: 200px;
        background: #fff;
        box-shadow: -20px 20px 40px rgba(0,0,0,.1);
        display: none;
    }

    .main-menu ul li:hover ul {
        display: block;
    }

    .main-menu ul ul li {
        float: none;
    }

        .main-menu ul ul li a {
            padding: 0px;
            line-height: normal;
            height: auto;
            padding: 10px 20px;
        }

            .main-menu ul ul li a:hover {
                background: #eee;
            }

.inline-block {
    float: left;
}

#search {
    background: #eee;
    padding: 5px 10px;
    position: relative;
    top: 3px;
}

    #search input[type="text"] {
        border: none;
        background: none;
        outline: none;
    }

    #search button {
        background: none;
        border: none;
    }

        #search button img {
            width: 15px;
            position: relative;
            top: -2px;
        }

.login-link {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0px 12px;
    font-weight: 700;
    margin: 0px 20px;
}

.cart-link {
    width: 24px;
    position: relative;
    top: 7px;
}

    .cart-link img {
        width: 24px;
    }

.product img {
    width: 100%;
}

.product h3 {
    text-align: center;
    color: #333;
    margin: 0px;
    padding: 10px 0px 5px 0px;
}

.product .price {
    text-align: center;
}

    .product .price strong {
        font-weight: 700;
        color: #333;
        font-size: 14px;
    }

.product em {
    color: #ff0000;
    font-style: normal;
    text-decoration: line-through;
    display: inline-block;
    margin: 0px 8px;
}

.product span {
    color: #009688;
    font-weight: 600;
}

#design-day {
    margin: 50px auto;
}

    #design-day h1 {
        font-weight: 700;
    }

        #design-day h1 span {
            font-size: 18px;
            margin-top: 10px;
        }

    #design-day .day-pic {
        display: table;
        margin: auto;
    }

    #design-day a {
        display: table;
        margin: auto;
        background: #fff;
        border: solid 1px #333;
        color: #ff9800;
        padding: 10px 30px;
        font-size: 20px;
        margin-top: 30px;
    }

.p-data h2 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #666;
}

.p-data .price {
    font-size: 38px;
    margin: 15px 0px;
    color: #444;
    display: table;
}

    .p-data .price img {
        width: 30px;
        position: relative;
        top: -3px;
    }

    .p-data .price span {
        font-size: 18px;
        color: #e21837;
        display: block;
        text-align: right;
    }

        .p-data .price span em {
            font-style: normal;
            text-decoration: line-through;
            margin-right: 10px;
        }

        .p-data .price span small {
            color: #333;
            font-weight: 700;
        }

.p-data select {
    font-size: 12px;
    padding: 6px !important;
}

.q-overview {
    background: #fff;
    padding: 15px;
    margin-top: 20px;
}

    .q-overview h4 {
        font-size: 16px;
    }

    .q-overview p {
        font-size: 12px;
        color: #888;
    }

.sizes label {
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.sizes a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 1px #dfdbdb;
    text-align: center;
    line-height: 50px;
    color: #333;
    font-size: 15px;
    margin-right: 5px;
}

#lblstock {
    color: #666;
    font-weight: 400;
    margin: 20px 0px;
    border: dashed 1px #dce2dc;
    padding: 3px 20px;
}

.addCart {
    border-radius: 0px;
    background: #ff9800;
    border: none;
    margin-bottom: 20px;
    padding: 17px 50px;
    /*width: 100%;*/
    font-weight: 500;
    font-size: 18px;
}

    .addCart i {
        margin-right: 10px;
    }

.cart-left {
    border: solid 1px #eee;
    padding: 20px;
}

    .cart-left h4 {
        font-weight: 600;
    }

        .cart-left h4 span {
            display: block;
            font-weight: 400;
        }

.cart-price {
    font-weight: 600;
}

.cart-desc {
    margin-top: 10px;
}

.cart-block {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.removeitem {
    font-weight: 300;
    margin-top: 50px;
}

    .removeitem a {
        color: #555;
    }

.cart-right {
    background: #f5f5f5;
    padding: 20px;
}

    .cart-right h4 {
        margin: 0px;
        padding: 0px;
        margin-bottom: 30px;
    }

    .cart-right .stotal span {
        float: right;
        font-weight: 600;
    }

.bold {
    font-weight: 700;
}

#LoginModal .modal-body {
    padding: 0px;
}

    #LoginModal .modal-body > .row {
        margin: 0px;
    }

.login-left, .login-bg {
    padding: 40px 20px;
}

.login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}

.login ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}

.login :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}

.login :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

a {
    outline: none !important;
}

#btncloselogin {
    position: absolute;
    z-index: 999;
    right: 10px;
    color: #fff;
    opacity: 1;
    top: 10px;
}

#login {
    border: solid 1px rgba(255,255,255,.4);
    padding: 20px;
}

.login input[type="text"], .login input[type="password"], #forget input[type="text"], #forget input[type="password"] {
    background: transparent;
    border: solid 2px #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
}

.login button, #forget button {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.login-bg h2 {
    text-align: center;
    color: #fff !important;
    font-weight: 800;
    font-size: 18px;
}

    .login-bg h2 img {
        display: table;
        margin: auto;
        margin-bottom: 15px;
    }

.login-bg a:hover {
    color: #fff;
}

#L_dvmsg {
    color: #fff;
    text-align: center;
}

.login-bg {
    background: #007f9c;
    background-size: cover;
}

.login-left h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
}

.forgot-link {
    color: #fff;
}

.login-left h2 strong {
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    font-size: 25px;
    margin-bottom: 5px;
}

#login-icons {
    line-height: 18px;
}

    #login-icons .login-icon {
        width: 50px;
        height: 50px;
        border: solid 1px #247aef;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        #login-icons .login-icon img {
            width: 30px;
            display: table;
            margin: auto;
            position: relative;
            top: 8px;
        }

    #login-icons .row {
        margin-bottom: 20px;
    }

        #login-icons .row strong {
            padding-top: 12px;
            display: block;
            font-weight: 600;
        }

#LoginModal .nav-tabs .nav-link {
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-weight: 700;
}

.myalert {
    display: table;
    position: fixed;
    right: 20px;
    z-index: 9999;
    top: 20px;
    padding: 5px 20px;
}

.error {
    padding: 5px 10px;
    background: #dd5044;
    color: #fff;
}

.success {
    padding: 5px 10px;
    background: #419b3c;
    color: #fff;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.scroll-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    direction: ltr;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .scroll-wrapper::-webkit-scrollbar {
        display: none;
    }

.scroll-item {
    display: inline-block;
    width: 250px;
    margin: 10px;
    padding: 10px;
    vertical-align: top;
}

.scroll-btn-left,
.scroll-btn-right {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    z-index: 10;
    width: 35px;
    height: 94px;
    background-color: white;
    border: 1px solid grey;
}

.scroll-btn-left {
    left: 0;
}

.scroll-btn-right {
    right: -19px;
}

.product h3 {
    font-size: 16px; /* Adjust as needed */
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    margin-top: 10px;
}

.main-heading {
    font-size: 22px !important;
    font-weight: 700 !important;
}

.rating-badge {
    position: absolute;
    top: 10px;
    left: 10px;    
    color: #000;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}


.share-section {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    z-index: 100;
}

.share-label {
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 8px;
}

.social-share {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    z-index: 100;
    list-style: none;
    margin: 0;
}

    .social-share li {
        display: inline-block;        
    }

    .social-share img {
        width: 32px;
        height: 32px;
        transition: transform 0.2s ease;
    }

        .social-share img:hover {
            transform: scale(1.1);
        }

.share-section:hover .social-share {
    display: block;
}