/**
* Template Name: FlexStart - v1.7.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
    outline: none !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

:root {
    scroll-behavior: smooth;
}

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #4154f1;
    text-decoration: none;
}

.new-customer-box-details a, .forgot-password a, .new-customer-box-details a:hover, .forgot-password a:hover {
    color: #000;
    text-decoration: underline;
}

.action-button .button {
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

.warranty-form {
    padding: 24px 0 !important;
    overflow: hidden;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

    .section-header h2 {
        font-size: 13px;
        letter-spacing: 1px;
        font-weight: 700;
        margin: 0;
        color: #4154f1;
        text-transform: uppercase;
    }

    .section-header p {
        margin: 10px 0 0 0;
        padding: 0;
        font-size: 38px;
        line-height: 42px;
        font-weight: 700;
        color: #012970;
    }

@media (max-width: 768px) {
    .section-header p {
        font-size: 28px;
        line-height: 32px;
    }
}

.prolistingssection_warpper_productbox_imgbox_boost {
    height: 61px;
    width: 61px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #012970;
    min-height: 40px;
    margin-top: 82px;
    color: #fff;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 57px;
    }
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol a {
        color: #fff;
        transition: 0.3s;
    }

        .breadcrumbs ol a:hover {
            text-decoration: underline;
        }

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #8894f6;
            content: "/";
        }

#about .col-lg-6 {
    padding: 0 15px;
}

#about .form-control {
    border: 2px solid #cdcdcd;
    border-radius: 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #4154f1;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #000;
    height: 40px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

    #topbar .contact-info i {
        font-style: normal;
        color: #fff;
        font-family: "FontAwesome";
    }

    #topbar a:last-child {
        margin-right: 0;
    }

    #topbar .contact-info i a, #topbar .contact-info i span {
        padding-left: 5px;
        color: #fff;
    }

    #topbar .contact-info i a {
        line-height: 0;
        transition: 0.3s;
        transition: 0.3s;
    }

        #topbar .contact-info i a:hover {
            color: #fff;
            text-decoration: underline;
        }

    #topbar .social-links a {
        color: rgba(255, 255, 255, 0.7);
        line-height: 0;
        transition: 0.3s;
        margin-left: 20px;
    }

        #topbar .social-links a:hover {
            color: white;
        }

.text-right {
    text-align: right !important;
}

#topbar a {
    margin: 0 25px;
    color: #fff;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    background: #000000;
}

    .header.header-scrolled {
        background: #fff;
        padding: 15px 0;
        box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
    }

    .header .logo {
        line-height: 0;
    }

        .header .logo img {
            max-height: 52px;
            margin-right: 6px;
        }

        .header .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #012970;
            font-family: 'Roboto', sans-serif;
            margin-top: 3px;
        }

.banner-content {
    position: absolute;
    top: 32%;
    left: 8%;
}

    .banner-content h3 {
        font-size: 3rem;
        width: 40%;
        line-height: 65px;
        font-weight: bold;
        color: #fff;
    }

.search-query {
    border: 2px solid #ced4da;
    border-radius: 50px !important;
}

.shop-now {
    padding: 10px 20px;
    background: #000;
    margin-top: 20px;
    display: inline-block;
    border-radius: 50px;
    font-weight: bold;
    color: #fff;
}

.second-section {
    padding: 5px 0;
}

.pd-0 {
    padding: 0;
}

.shop-now:hover, .shop-now:active {
    color: #fff;
}

.carousel-item h3 {
    font-family: 'Roboto', sans-serif;
}
.product-category h3 {
    font-weight: bold;
    color: #000;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    font-size: 1.15rem;
    padding-top: 10px;
    margin-bottom: 0;
}
.productPrice-value{margin-bottom: 3px;
    display: block;
    font-weight: 500;
    margin-top: 4px;}
.main-heading-related{text-align: center;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    font-size: 1.5rem;}
.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

.left-section, .right-section {
    text-align: center;
    padding: 339px 0;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    background-size: 100%;
}

.left-section {
    background-image: url("../img/left-section.jpg");
}

.right-section {
    background-image: url("../img/right-section.jpg");
}

.second-section .col-lg-6 {
    padding: 0 5px;
}

    .second-section .col-lg-6.product-category {
        padding: 15px;
    }

.shopnow span {
    transform: rotate( 90deg);
    display: inline-block;
    position: relative;
    top: 1.5px;
    right: -4px;
}


.second-section h2 {
    font-weight: bold;
    color: #fff !important;
    font-size: 2rem;
}

.second-section a, .second-section p {
    color: #fff;
}

.best-seller {
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.brand_home .row {
    max-width: 100%;
    width: 100%;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 75px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    #header.stickey {
        position: fixed;
        width: 100%;
        top: 0;
    }

        #header.stickey .navbar .dropdown-menu {
            top: 72px;
        }

    #header.fixed-top {
        height: 70px;
    }

    #header .logo {
        font-size: 30px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 600;
        letter-spacing: 0.8px;
        font-family: 'Roboto', sans-serif;
    }

        #header .logo a {
            color: #222222;
        }

            #header .logo a span {
                color: #106eea;
            }

        #header .logo img {
            max-height: 40px;
        }

.scrolled-offset {
    margin-top: 70px;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 1rem;
}

#small-search-box-form .input-group {
    margin-bottom: 0;
}

.navbar .dropdown-menu {
    border: none;
}

.dropdown-menu ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin-left: 0;
}

.left-drop button, .left-drop button:hover, .left-drop button:active, .left-drop button:focus {
    background: transparent;
    border: none;
    color: #747474;
    font-weight: bold;
    box-shadow: none;
    width: 100%;
}

.right-drop button, .right-drop button:hover, .right-drop button:active, .right-drop button:focus {
    background: transparent;
    color: #747474;
    font-weight: bold;
    box-shadow: none;
}

.right-drop .font-design {
    color: #707070;
    font-size: 23px;
    padding: 0;
    margin: 0 10px;
    margin-right: 0;
    width: 49px;
    height: 49px;
    border: none;
}

.right-drop .font-design {
    background: url(../img/fa-th-large.png) no-repeat;
    background-position: top center;
    background-size: 100%;
}

    .right-drop .font-design:last-child {
        background: url(../img/fa-th.png) no-repeat;
        background-position: top center;
        background-size: 100%;
    }

    .right-drop .font-design i {
        display: none;
    }

.right-drop .dropdown {
    width: 100%;
}

.right-drop button {
    width: 100%;
    text-align: left;
    background: transparent;
    color: #707070;
    font-weight: bold;
    border-radius: 0;
    border: 1px solid #707070;
}

    .right-drop button i {
        float: right;
        position: relative;
        top: 5px;
    }

.product-category .tooltipp h3 {
    font-weight: bold;
    color: #000;
    margin: 15px 0 7px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 57px;
    font-size: 1.15rem;
}


.product-category .shopnow, .product-category .product-box-add-to-cart-button {
    background: #000;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.product-box-image {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1ecff;
}

    .product-box-image::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .product-box-image .prolistingssection_warpper_productbox_imgboxx .main-img {
        max-width: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: auto;
        max-height: initial;
    }

.dropdown select {
    margin: 0;
    width: 100%;
}

.pager li a, .pager li span {
    background: #eee !important;
    display: inline-block;
    padding: .1875rem .625rem;
    font-size: 1.2em;
    border-radius: 5px;
    color: #000;
}

.pager li.current-page span {
    color: #fff;
    background: #000 !important;
    font-weight: bold;
}

.prolistingssection_paging_wrap a:hover {
    color: #000;
}

.dropdown-item label {
    clear: both;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    color: #747474;
    font-size: 16px;
}

.left-drop .dropdown input[type="checkbox"] ~ label::before {
    display: none !important;
}

.left-drop .dropdown-item, .right-drop .dropdown-item {
    color: #747474;
}

.left-drop .dropdown-item-parent, .right-drop .dropdown-item-parent {
    color: #747474;
    font-weight: bold;
    padding-left: 10px;
}

.left-drop .dropdown-item.active, .left-drop .dropdown-item:active, .right-drop .dropdown-item.active, .right-drop .dropdown-item:active {
    background-color: #e9ecef;
}

.left-drop {
    border-right: 2px solid #e7e7e7;
    padding: 0;
    margin-bottom: 10px;
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: .5rem .5rem;
            margin: 0 .25rem;
        }

        /* makes the dropdown full width  */
        .navbar .dropdown,
        .navbar .trending {
            position: static;
            padding: 0 22px;
        }

        .navbar .dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            top: 114px;
            display: block;
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.3s linear;
            position: fixed !important;
            border-top: 2px solid #cecece !important;
        }




        /* shows the dropdown menu on hover */
        .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
            display: block;
            visibility: visible;
            opacity: 1;
            transition: visibility 0s, opacity 0.3s linear;
        }

        .navbar .dropdown-menu {
            border: 1px solid rgba(0,0,0,.15);
            background-color: #fff;
        }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar li {
        position: relative;
        padding: 0 22px;
    }

    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 30px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
    }

.navbar-expand-lg .navbar-nav .nav-link {
    height: 75px;
}

.dropdown-toggle::after {
    content: none;
}

.nav-link:focus, .nav-link:hover {
    color: #808080;
}

.navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar .getstarted, .navbar .getstarted:focus {
    background: #4154f1;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #fff;
}

    .navbar .getstarted:hover, .navbar .getstarted:focus:hover {
        color: #fff;
        background: #5969f3;
    }

.navbar .dropdown ul li {
    min-width: 200px;
    padding: 0;
}

.navbar .dropdown ul a {
    padding: 4px 0;
    font-size: 15px;
    text-transform: none;
    font-weight: 600;
}

.navbar .dropdown .col-lg-2 {
    padding: 0 15px;
}

    .navbar .dropdown .col-lg-2 p {
        font-weight: bold;
        text-transform: uppercase;
        border-bottom: 1px solid #cecece;
        margin-bottom: 0;
        padding-bottom: 10px;
        color: #000;
    }

    .navbar .dropdown .col-lg-2.product p {
        font-weight: 500;
        text-transform: none;
        border: none;
        padding-bottom: 5px;
    }

.navbar .dropdown-menu .col-lg-2.product a {
    display: block;
    font-weight: 500;
}

.navbar .dropdown-menu .col-lg-2.product h2 {
    font-weight: bold;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 4px;
}

.navbar .dropdown-menu .col-lg-2.product h2,
.navbar .dropdown-menu .col-lg-2.product p a,
.navbar .dropdown-menu .col-lg-2.product p {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar .dropdown-menu a {
    padding: 0;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #4154f1;
}

.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.nav-img-box a {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overlay-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    max-width: 100%;
    padding: 20px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #012970;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
    margin-left: 44px;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(1, 22, 61, 0.9);
    transition: 0.3s;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        border-radius: 10px;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a, .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #012970;
    }

        .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
            color: #4154f1;
        }

    .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
                color: #4154f1;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }

.middle-logo {
    padding-top: 15rem;
}

.middle-logo-top {
    text-align: center;
    background: #000;
    margin: 0;
    height: 100vh;
    margin-top: 0 !important;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about a {
    color: #000;
    text-decoration: underline;
}

#about .life-time {
    margin-bottom: 35px;
}

.about .content {
    background-color: #f6f9ff;
    padding: 40px;
}

#about label {
    font-weight: bold;
    color: #000;
    margin-bottom: 6px;
    width: 100%;
}

#about .button-design {
    width: 120px;
    border-radius: 50px;
    background: #000;
    border: none;
}

#about em {
    color: red
}

#about .form-group {
    padding: 0 10px;
}

.about h3 {
    font-weight: 700;
    color: #000;
    font-size: 3.1rem;
    letter-spacing: -2px;
}

.about h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -1px;
    margin-top: 35px;
}

.about p {
    margin: 4px 0 0 0;
    line-height: 31px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
}

.about .btn-read-more {
    line-height: 0;
    padding: 15px 40px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #4154f1;
    box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

    .about .btn-read-more span {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .about .btn-read-more i {
        margin-left: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .about .btn-read-more:hover i {
        transform: translateX(5px);
    }

.st0 {
    fill: #FFFFFF;
}

#Layer_1 {
    width: 33%;
}

.logo #Layer_1 {
    width: 53%;
    height: 52px;
}

.logo #Layer_2 {
    width: 67%;
    height: auto;
}

.logo #Layer_3 {
    width: 74%;
    height: 52px;
}

.btn-search {
    position: absolute;
    right: 0;
    z-index: 9999;
}

.btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    background: #000;
    padding: 35px 0 30px 0;
    font-size: 14px;
}

    .footer .footer-newsletter {
        padding: 50px 0;
        background: #f6f9ff;
        border-top: 1px solid #e1ecff;
    }

        .footer .footer-newsletter h4 {
            font-size: 24px;
            margin: 0 0 10px 0;
            padding: 0;
            line-height: 1;
            font-weight: 700;
            color: #012970;
        }

        .footer .footer-newsletter form {
            margin-top: 20px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4px;
            border: 1px solid #e1ecff;
        }

            .footer .footer-newsletter form input[type=email] {
                border: 0;
                padding: 8px;
                width: calc(100% - 140px);
            }

            .footer .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 30px;
                margin: 3px;
                background: #4154f1;
                color: #fff;
                transition: 0.3s;
                border-radius: 4px;
            }

                .footer .footer-newsletter form input[type=submit]:hover {
                    background: #5969f3;
                }

    .footer .footer-top {
        background: white url(../img/footer-bg.png) no-repeat right top;
        background-size: contain;
        border-top: 1px solid #e1ecff;
        border-bottom: 1px solid #e1ecff;
        padding: 60px 0 30px 0;
    }

#footer {
    padding-top: 35px;
}

    #footer ul {
        padding: 0;
        list-style: none;
    }

        #footer ul li a {
            color: #fff;
            line-height: 29px;
        }

            #footer ul li a:hover {
                color: #fff;
                text-decoration: none;
            }


    #footer p {
        font-weight: 600;
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

@media (max-width: 992px) {
    .footer .footer-top {
        background-position: center bottom;
    }
}

.footer .footer-top .footer-info {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-info .logo {
        line-height: 0;
        margin-bottom: 15px;
    }

        .footer .footer-top .footer-info .logo img {
            max-height: 40px;
            margin-right: 6px;
        }

        .footer .footer-top .footer-info .logo span {
            font-size: 30px;
            font-weight: 700;
            letter-spacing: 1px;
            color: #012970;
            font-family: 'Roboto', sans-serif;
            margin-top: 3px;
        }

    .footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        font-family: 'Roboto', sans-serif;
    }

.footer .footer-top .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

    .footer .footer-top .social-links a:hover {
        color: #012970;
    }

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #012970;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-top .footer-links {
    margin-bottom: 30px;
}

    .footer .footer-top .footer-links ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .footer .footer-top .footer-links ul i {
            padding-right: 2px;
            color: #d0d4fc;
            font-size: 12px;
            line-height: 0;
        }

        .footer .footer-top .footer-links ul li {
            padding: 10px 0;
            display: flex;
            align-items: center;
        }

            .footer .footer-top .footer-links ul li:first-child {
                padding-top: 0;
            }

        .footer .footer-top .footer-links ul a {
            color: #013289;
            transition: 0.3s;
            display: inline-block;
            line-height: 1;
        }

            .footer .footer-top .footer-links ul a:hover {
                color: #4154f1;
            }

.footer .footer-top .footer-contact p {
    line-height: 26px;
}

.footer .copyright {
    text-align: left;
    padding-top: 30px;
    color: #fff;
}

.footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

.left-cont {
    color: #fff;
    position: absolute;
    right: 51px;
    text-align: right;
    top: 5%;
    font-family: 'Roboto', sans-serif;
}

    .left-cont a {
        color: #fff;
        text-decoration: none;
    }

#about.middle-logo-top p, #about.middle-logo-top a {
    color: #fff;
    text-decoration: none;
}

#about.middle-logo-top img {
    width: 36%;
}

@media screen and (max-width: 500px) {
    #about.middle-logo-top img {
        width: 100%;
    }

    .left-drop {
        width: 25%;
        margin-bottom: 20px;
    }
}











.preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px;
    }
}

.preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
    border: none;

}
.color-value{font-weight: normal;}
    .preview-thumbnail.nav-tabs li {
         width: 15%;
    margin-right: 2%;
    }

        .preview-thumbnail.nav-tabs li img {
            max-width: 100%;
            display: block;
        }

        .preview-thumbnail.nav-tabs li a {
            padding: 0;
            margin: 0;
            border: 1px solid #dddddd;
            display: block;
        }
.color-section a{width: 100%;
    display: block;}
        .preview-thumbnail.nav-tabs li:last-of-type {
            margin-right: 0;
        }

.tab-content {
    overflow: hidden;
}

    .tab-content img {
          width: 80%;
        -webkit-animation-name: opacity;
        animation-name: opacity;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }
.tab-content ul{padding: 25px 0;
    padding-left: 20px;
    line-height: 30px;}
.discription-tab.nav-tabs li a{    color: #000;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 5px solid transparent;padding-bottom: 10px;
    display: inline-block;}
.discription-tab.nav-tabs {
    border-bottom: 3px solid #eeeeee;
}
.discription-tab.nav-tabs li a:hover, .discription-tab.nav-tabs li a.active{    border-bottom: 5px solid #000;}
.discription-tab.nav-tabs li{    margin-right: 40px;
    padding-left: 0;
   }
#main .fa {
    font-family: FontAwesome;
}

.card .row {
    max-width: 100%;
    margin: 0 -15px;
}

.accessories_detail .row {
    max-width: 100%;
}

.card {
    margin-top: 50px;
    padding: 0em;
    line-height: 1.5em;
    margin-bottom: 50px;
    border: none;
}



.vote {
    color: green;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.colors {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-title, .price, .sizes, .colors {
    font-weight: bold;
}

    .checked {
        color: #000;
    }
.price .old-price{    font-size: 14px;
    margin-left: 15px;}
.price .mrp{ font-size: 11px;    font-weight: normal;}
.product-title, .rating, .product-description, .price, .vote, .sizes {
    margin-bottom: 15px;
}

.product-title {
    margin-top: 0;    font-size: 1.5rem;
}

.size {
    margin-right: 10px;
}

    .size:first-of-type {
        margin-left: 40px;
    }

.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }

.add-to-cart, .like {
    background: #000;
    padding: 1.2em 1.5em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    border-radius: 50px;
}

.preview-pic .tab-pane {
    border: 1px solid #dddddd;min-height: 500px;
    margin-bottom: 10px;
	    text-align: center;
    padding: 33px;
}

.add-to-cart:hover, .like:hover {
    background: #000;
    color: #fff;
}

.not-available {
    text-align: center;
    line-height: 2em;
}


.orange {
    background: #ff9f1a;
}

.green {
    background: #85ad00;
}

.blue {
    background: #0076ad;
}

.tooltip-inner {
    padding: 1.3em;
}

.colors {
    flex-grow: inherit;
}

#quantity {
    width: 53px;
    text-align: center;
}

.quantity {
    padding:  0;
    font-size: 14px;
    margin-bottom: 0;
}
td .quantity {
    margin: 0 auto;
}
td .table-image{    width: 26%;
    border: 1px solid #dddddd;}
.responsive-table .action{text-align: center;
    margin-bottom: 10px;}
.responsive-table .action .add-to-cart{    padding: 0.6em 1.5em;}
.quantity label{margin-bottom: 10px;}
.details .add-to-cart{    padding: 0.5em 1.5em;    margin-top: 25px;}
.about ul {
    margin: 17px 0;
    line-height: 36px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
}


.responsive-card-table {
    width: 100%;
    margin: 20px 0;
    margin-top: 0;
}

    .responsive-card-table tbody tr td i.fa-check-circle {
        color: #f9f9f9;
    }

    .responsive-card-table tbody tr td:first-child {
        text-align: left;
    }

    .responsive-card-table thead {
        background: #f9f9f9;
        color: #000;
    }

        .responsive-card-table thead th {
background: #000000;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
            color: #fff;
            text-align: center;
            font-size: .9375rem;
            font-weight: 500;
            padding: 0.8125rem 0.625rem;
            border-right: 1px solid #fff;
            white-space: nowrap;
            font-weight: bold;
        }
th .quantity{    display: inline-block;
    margin-right: 10px;    margin-bottom: 0;}
.th-apply{    background: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    color: #000;
    padding-top: 8px;
    font-size: 14px;}
.form-check .form-check-input {
    float: none;
    margin-left: 9px;
}
.form-check{text-align: center;}
    .responsive-card-table tbody tr td {
        padding: 0.5625rem 0.625rem;
        font-size: .875rem;
        border-right: 1px solid #dddddd;
        text-align: center;
    }

    .responsive-card-table tbody {
        border: 1px solid #f2f2f2;
    }

    .responsive-card-table.unstriped tbody tr {
        border-bottom: 1px solid #f2f2f2;
    }

.product_detail_details_benefits_wrap {
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 20%);
}

.product_detail_details_benefits_wrap_col {
    width: 25%;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #ddd;
}

    .product_detail_details_benefits_wrap_col i {
        font-size: 30px;
        margin-top: 10px;
    }

.product_detail_details_benefits_wrap_col_title {
    display: block;
    font-weight: 500;
    padding: 10px 0 5px 0;
}

.product_detail_details_benefits h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 25px;
}



.product_detail_details_addtocart_colors {
    margin: 0;
    padding: 25px 0;
}

    .product_detail_details_addtocart_colors h4 {
        font-size: 1rem;
        font-weight: bold;
    }

.product_detail_details_addtocart_colors_form {
    display: block;
}

.product_detail_details_addtocart_colors_form_color_select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    padding: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    width: 30%;    border: 2px solid #dddddd;margin: 1%;
}
.product_detail_details_addtocart_colors_form_color_select:hover, .product_detail_details_addtocart_colors_form_color_select.active{border: 2px solid #000;}
.color-section{    margin-left: 10px;}

.product_detail_details_addtocart_colors_form_color_select_color {
    font-size: .875rem;
    color: #333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product_detail_details_addtocart_colors_form_color_select_color a {
        color: #000;
        font-weight: bold;
    }

.product_detail_details_addtocart_colors_form_color_select_color--block {
    width: 50px;
    height: 50px;
    margin: 0 0 0 0;
}

    .product_detail_details_addtocart_colors_form_color_select_color--block img {
        max-height: 100%;
    }

.product_detail_details_addtocart_colors_form_color_select_addtocart_form {
    margin: 0.3125rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.625rem;
}

    .product_detail_details_addtocart_colors_form_color_select_addtocart_form input[type=text] {
        height: 40px;
        width: 52px;
        text-align: center;
        color: #333333;
        font-size: .9375rem;
        margin-bottom: 0px;
    }

    .product_detail_details_addtocart_colors_form_color_select_addtocart_form input[type=button] {
        height: 37px;
        margin-left: 20px;
        margin-bottom: 0px;
        width: auto;
        font-size: .75rem;
        background-color: #292929;
        color: #fff;
        box-shadow: 0px 2px 2px 0px #333;
        border-radius: 2.5rem;
        border: none;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0 20px;
    }






.contact-page h2 {
    font-size: 20px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0px;
    padding: 0.625rem 0 1.25rem;
}

.contact-page .pdf-links {
    padding: 0 1.875rem 1.25rem 0;
}

.contact-page .pdf-links {
    padding: 0 0.9375rem 1.25rem 0;
    border-bottom: 1px solid #dddddd;
}

    .contact-page .pdf-links:last-child {
        padding-top: 1.25rem;
        border: none;
    }

.bordered-box {
    padding: 30px;
    border: 1px solid #ddd;
}

.account-page .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.account-page .inputs {
    margin-bottom: 0.9375rem;
}

    .account-page .inputs label {
        display: inline-block;
        width: auto !important;
        font-weight: bold;
    }

.required, .field-validation-error, .error, .message-error, .validation-summary-errors {
    color: #cc4b37;
    font-size: .875rem;
}

.account-page .inputs input, .account-page .inputs select, .account-page .inputs textarea {
    margin-bottom: 0px;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #999;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bordered-box select {
    height: 2.4375rem;
    width: 100%;
}

.about .bordered-box p {
    font-size: 16px;
}

#about .warrantyblock .bold-link {
    text-decoration: none;
}

.large-push-4 .button-1 {
    background: #000;
    color: #fff;
    padding: 7px 26px;
    border-radius: 50px;
    margin-top: 20px;
    border: none;
}

/* Login Page*/

.login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h1 {
    font-weight: bold;
    font-size: 18px;
}

.login h2 {
    font-size: 1.875rem;
    margin: 20px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.login-bg {
    background: #fafbff;
    padding: 30px;
    height: 100%;
    border: 1px solid #e1ecff;
}

.login .login-title h5 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0.9375rem 0;
}

.login-title p {
    font-size: .875rem;
    margin: 0.625rem 0;
}

.action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-blocks-contatiner h5 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0.9375rem 0;
}

.btnn {
    color: #fff !important;
    background: #1c1c1c;
    border: 0;
    text-decoration: none !important;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    width: 200px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.login a {
    text-decoration: none !important;
    color: #b2b2b2;
}

.login-bg label {
    color: #000;
    margin-bottom: 6px;
    width: 100%;
    font-size: 15px !important;
}

.recoverpass {
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    width: 100%;
}

    .recoverpass p {
        font-size: 13px;
        margin-bottom: 10px;
    }

sup {
    color: #ee3a0a;
}

/* Login Page*/

.login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h1 {
    font-weight: bold;
    font-size: 18px;
}

.login h2 {
    font-size: 1.875rem;
    margin: 20px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}

.login-bg {
    background: #fafbff;
    padding: 30px;
    height: 100%;
    border: 1px solid #e1ecff;
}

.login .login-title h5 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0.9375rem 0;
}

.html-shopping-cart-page .ui-dialog .ui-dialog-titlebar .ui-icon {
    background-image: url(../images/ui-icons_222222_256x240.png);
    background-color: white;
}

.buttons [type=submit] {
    background: #1c1c1c;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    margin: 10px 10px 0px 0px;
}

.login-title p {
    font-size: .875rem;
    margin: 0.625rem 0;
}

.action-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-blocks-contatiner h5 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0.9375rem 0;
}

.btnn {
    color: #fff !important;
    background: #1c1c1c;
    border: 0;
    text-decoration: none !important;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
    width: 200px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.login a {
    text-decoration: none !important;
    color: #b2b2b2;
}

.login-bg label {
    color: #000;
    margin-bottom: 6px;
    width: 100%;
    font-size: 15px !important;
}

/* The Modal (background) */
.modal-pop {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}


.title-popup {
    background: #1c1c1c;
    padding: 10px 20px 10px;
    margin-top: 10px;
}

.content-items p {
    text-align: center;
    padding: 20px;
    color: #000000;
}


.content-itemsbutton {
    display: inline-block;
    vertical-align: middle;
    padding: 0.6em 1.7em;
    border: 1px solid transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
    background: #1c1c1c;
    color: #fff;
    margin-left: 50px;
}

.contentus-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 80px;
}

.dark {
    text-align: center;
    cursor: pointer;
    justify-content: center;
    display: flex;
    border-radius: 50px;
    margin: 20px;
    padding: 10px;
    width: 150px;
    background: #545454;
    color: #fff;
    border: 1px solid #a6a6a6;
}

.contentus-btn a:hover {
    color: #fff !important;
}

.buttons a:hover {
    color: #fff !important;
}

.title-popup h2 {
    margin: 0px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


.support-content {
    background-color: #fefefe !important;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -30px;
}

    .close-btn:hover,
    .close-btn:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

@media (max-width:992px) {
    .support-content {
        background-color: #fefefe !important;
        margin: 10% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        margin-top: 90px;
    }

    .content-itemsbutton {
        border: 1px solid transparent;
        margin: 5px;
        font-size: 17px;
        -webkit-appearance: none;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        background: #1c1c1c;
        color: #fff;
    }

    .dark {
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        margin: 10px;
        padding: 10px;
        width: 150px;
        margin-right: 150px;
        background: #545454;
        color: #fff;
        border: 1px solid #a6a6a6;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
        transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*# sourceMappingURL=style.css.map */
.sku p {
       margin-bottom: 0px;
    font-size: 14px;
}

@media only screen and (max-width: 500px) {
    .banner-content h3 {
        font-size: 1.4rem;
        line-height: 31px;
        width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .banner-content {
        background-color: rgba(0,0,0,0.4);
        left: 0;
        height: 100%;
        top: 0;
        padding: 10px;
        padding-left: 36px;
        margin-top: 0 !important;
    }

        .banner-content h3 span {
            color: #fff !important;
        }

    .left-section, .right-section {
        padding: 0;
        padding-top: 136px;
    }

    .footer .d-flex {
        display: block !important;
    }

        .footer .d-flex .col-lg-2:first-child {
            float: none;
            width: 100%;
            margin: 20px;
        }

        .footer .d-flex .col-lg-2 {
            width: 50%;
            float: left;
            margin-bottom: 20px;
        }
}



/*Mobile Menu Code*/

.menu-container {
    width: 80%;
    margin: 0 auto;
}

    .menu-container .menu {
        display: block;
        position: static;
    }

    .menu-container .menu-mobile {
        display: none;
        padding: 20px;
    }

        .menu-container .menu-mobile:after {
            content: url( "../images/menu-icon.png");
            font-size: 2.5rem;
            padding: 0;
            float: right;
            position: relative;
            -webkit-transform: translateY(-25%);
            -ms-transform: translateY(-25%);
            transform: translateY(-25%);
        }

.menu-dropdown-icon:before {
    content: "+";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

    .menu > ul:before,
    .menu > ul:after {
        content: "";
        display: table;
    }

    .menu > ul:after {
        clear: both;
    }

    .menu > ul > li {
        float: left;
        background: #e9e9e9;
        padding: 0;
        margin: 0;
    }

        .menu > ul > li a {
            text-decoration: none;
            padding: 1.5em 3em;
            display: block;
            color: #000000;
            font-weight: bold;
        }

        .menu > ul > li:hover {
            background: #f0f0f0;
        }

        .menu > ul > li > ul {
            display: none;
            width: 100%;
            background: #fff;
            padding: 20px;
            position: absolute;
            z-index: 99;
            left: 0;
            margin: 0;
            list-style: none;
            box-sizing: border-box;
        }

            .menu > ul > li > ul:before,
            .menu > ul > li > ul:after {
                content: "";
                display: table;
            }

            .menu > ul > li > ul:after {
                clear: both;
            }

            .menu > ul > li > ul > li {
                margin: 0;
                padding-bottom: 0;
                list-style: none;
                width: 25%;
                background: none;
                float: left;
            }

                .menu > ul > li > ul > li a {
                    color: #000;
                    padding: .2em 0;
                    width: 95%;
                    display: block;
                    border-bottom: 1px solid #ccc;
                }

                .menu > ul > li > ul > li > ul {
                    display: block;
                    padding: 0;
                    margin: 10px 0 0;
                    list-style: none;
                    box-sizing: border-box;
                }

                    .menu > ul > li > ul > li > ul:before,
                    .menu > ul > li > ul > li > ul:after {
                        content: "";
                        display: table;
                    }

                    .menu > ul > li > ul > li > ul:after {
                        clear: both;
                    }

                    .menu > ul > li > ul > li > ul > li {
                        float: left;
                        width: 100%;
                        padding: 5px 0;
                        margin: 0;
                        font-size: .8em;
                    }

                        .menu > ul > li > ul > li > ul > li a {
                            border: 0;
                        }

            .menu > ul > li > ul.normal-sub {
                width: 300px;
                left: auto;
                padding: 10px 20px;
            }

                .menu > ul > li > ul.normal-sub > li {
                    width: 100%;
                }

                    .menu > ul > li > ul.normal-sub > li a {
                        border: 0;
                        padding: 1em 0;
                    }

.product-cat {
    text-align: center;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«
My Account Start
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â« */

#about .left-col {
    padding: 0;
    list-style: none;
    margin: 0;
}

    #about .left-col li {
        border-top: 1px solid #dddddd;
    }

        #about .left-col li a {
            text-decoration: none;
            line-height: 50px;
            font-size: 17px;
            color: #555555;
            display: block;
        }

            #about .left-col li a:hover, #about .left-col li a:active, #about .left-col li a:focus, #about .left-col li a.active {
                color: #000;
                font-weight: bold;
            }

.about .col-lg-3 .title h2 {
    margin: 0;
    display: inline-block;
    line-height: 50px;
    border-bottom: 3px solid #000;
}

.about .col-lg-9 .title h2 {
    margin: 0;
    display: inline-block;
    line-height: 50px;
    border-bottom: 3px solid #fff;
}

.about .col-lg-9 .right-section-account .title h2 {
    border-bottom: 1px solid #ddd;
    width: 100%;
    line-height: 46px;
    margin-bottom: 10px;
}

.title.my-account h2 {
    padding-top: 60px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -1px;
    margin-top: 35px;
    margin: 0;
    font-size: 3.3rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
}

.leftsidebar ul li:first-child a {
    border-top: none;
}

@media (min-width: 1200px) {
    .html-account-page .row {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .html-account-page .row {
        max-width: 1320px;
    }
}

#about .left-col span {
    float: right;
    font-weight: bold;
    transform: scaleY(1.5);
}

.right-section-account form {
    padding: 30px;
    border: 1px solid #ddd;
}

    .right-section-account form h4 {
        font-weight: bold;
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 21px;
        padding-bottom: 15px;
    }

.right-section-account .info {
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 28px;
}

#about .right-section-account ul li label, #about .right-section-account ul li label, #about .right-section-account ul li label, #about .right-section-account ul li label {
    font-weight: bold;
    display: inline-block;
    width: inherit;
    margin: 0;
}

#about .bordered-box {
    padding: 30px;
    border: 1px solid #ddd;
}

#about .right-section-account.address {
    word-break: break-word;
    padding: 20px;
    background: #f1f1f1;
}

.shop-now.order-button {
    margin-top: 16px;
    padding: 7px 38px;
}

.datepicker-days {
    display: block;
    padding: 0 10px;
    padding-top: 10px;
}

#about .right-section-account #example .shop-now {
    margin: 0;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    padding: 2px 20px;
}

#about a.paginate_button {
    border-radius: 50px;
    border: 1px solid #dddddd;
}

    #about a.paginate_button.current {
        border-radius: 50px;
        border: none;
        box-shadow: none;
        background: #000;
        color: #fff !important;
        font-weight: bold;
    }

.dataTables_filter {
    display: none;
}

#example thead tr th {
    white-space: inherit;
    background: #4d4d4d;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#1a1a1a));
    background: linear-gradient(to bottom, #4d4d4d 0%, #1a1a1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#1a1a1a',GradientType=0 );
    color: #fff;
    text-align: center;
    font-size: .9375rem;
    font-weight: bold;
    border-left: none;
    padding: 0.8125rem 0.625rem;
    border-right: 1px solid #dddddd;
    white-space: nowrap;
}

#example.dataTable tbody th, #example.dataTable tbody td {
    padding: 12px;
}

#about .title .shop-now.ach {
    margin: 0;
    float: right;
    padding: 5px 25px;
}

.right-section-account h5 {
    margin: 0;
    font-weight: bold;
    color: #000;
}

.right-section-account p {
    font-weight: normal;
    font-size: 17px;
}

.form-group select {
    appearance: auto;
}

#about .wallet .select label {
    width: 35%;
}

#about .wallet .select {
    margin-bottom: 10px;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    position: relative;
    top: 4px;
}

#about .right-section-account.address.wallet {
    min-height: 332px;
}

.wallet-table table {
    border: 1px solid #ddd;
    width: 100%;
}

    .wallet-table table tbody {
        border: 1px solid #dddddd;
        background-color: #fff;
    }

        .wallet-table table tbody tr {
            border-bottom: 1px solid #dddddd;
        }

            .wallet-table table tbody tr td {
                padding: 0.5625rem 0.625rem;
                font-size: .875rem;
                border-right: 1px solid #dddddd;
                text-align: center;
            }

                .wallet-table table tbody tr td:first-child {
                    text-align: left;
                }

.wallet-box .wallet-table table td:last-child {
    text-align: right;
}

#example.no-footer.dataTable tbody td {
    padding: 8px 10px;
}

.mypoints-title {
    text-align: center;
    background: #fff;
    padding: 0.625rem 0;
    border-radius: 0.4375rem;
    margin: 1.25rem 0;
    font-weight: bold;
    color: #222;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«
My Account End
ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â« */

/*Shoping Cart Start*/

.cart-header {
    color: #171616;
    font-size: 20px;
    padding: 1rem;
    text-align: center;
}

.delete-btn {
    background: #4d4b4b;
    border-color: #b1b1b1;
    padding: 7px;
    color: #fff !important;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
}

    .delete-btn a {
        color: #fff !important;
    }

.update {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    cursor: pointer;
}

.cart_buttons {
    margin-top: 20px;
    text-align: right;
}

.cart_button_clear {
    background: #070707;
    display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #fff;
    border: solid 1px #b2b2b2;
    padding-left: 25px;
    padding-right: 25px;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
}

    .cart_button_clear:hover {
        border-color: #dddddd;
        color: #e2e2e2;
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;

    border-radius: 0px
}

.txt-right {
    float: right !important;
    margin-top: -20px;
}



.dlist-align {
}



.html-account-page .table-users {
    border: 1px solid #327a81;
    border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    max-width: calc(100% - 2em);
    margin: 1em auto;
    overflow: hidden;
    width: 800px;
}

.html-account-page table {
    width: 100%;
}

    .html-account-page table td, .html-account-page table th {
        color: #000;
        padding: 20px;
        font-size: 16px;
        border: 1px solid #E0E0E0;
    }

    .html-account-page table td {
        text-align: center;
        vertical-align: middle;
    }

        .html-account-page table td:last-child {
            font-size: 0.95em;
            line-height: 1.4;
            text-align: left;
        }


        .html-account-page table td:nth-child(2n) {
            border: 1px solid #EDEDED;
        }

#accordionExample .accordion-item h2 {
    margin: 0;
}

.accordion-button, .accordion-button:not(.collapsed) {
    background: #f1f1f1;
    font-weight: bold;
    color: #000;
}

    .accordion-button:focus {
        border: none;
        box-shadow: none;
    }

.about #accordionExample .right-section-account .title h2 {
    border-bottom: 1px solid #ddd;
    width: 100%;
    line-height: 46px;
    margin-bottom: 10px;
}

.about .info-list {
    list-style: none;
    text-align: left;
    padding: 0;
}

.info-list li {
    font-size: 1rem;
}

.info-list .label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 5px;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #000;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .html-account-page table, .html-account-page tr, .html-account-page td {
        display: block;
    }

        .html-account-page td:first-child {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100px;
        }

        .html-account-page td:not(:first-child) {
            clear: both;
            margin-left: 100px;
            padding: 4px 20px 4px 90px;
            position: relative;
            text-align: left;
        }

            .html-account-page td:not(:first-child):before {
                color: #000;
                content: '';
                display: block;
                left: 0;
                position: absolute;
                font-weight: 600;
                font-size: 18px;
            }

        .html-account-page td:nth-child(2):before {
            content: 'SKU:';
        }

        .html-account-page td:nth-child(3):before {
            content: ':';
        }

        .html-account-page td:nth-child(4):before {
            content: 'Product(s):';
        }

        .html-account-page td:nth-child(5):before {
            content: 'Price:';
        }

        .html-account-page td:nth-child(6):before {
            content: 'Qty.:';
        }

        .html-account-page td:nth-child(7):before {
            content: 'Total:';
        }

    .html-account-page tr {
        padding: 10px 0;
        position: relative;
    }

        .html-account-page tr:first-child {
            display: none;
        }
}

@media screen and (max-width: 500px) {

    .header {
        background-color: transparent;
        color: #fff;
        font-size: 2em;
        font-weight: 700;
        padding: 0;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }

    .html-account-page .master-wrapper-content img {
        border: 3px solid;
        border-color: #E0E0E0;
        height: 100px;
        margin: 0.5rem 0;
        width: 100px;
    }

    .html-account-page td:first-child {
        background-color: #f1f1f1;
        border-bottom: 1px solid #E0E0E0;
        border-radius: 10px 10px 0 0;
        position: relative;
        top: 0;
        transform: translateY(0);
        width: 100%;
    }

    .html-account-page td:not(:first-child) {
        margin: 0;
        padding: 5px 1em;
        width: 100%;
    }

        .html-account-page td:not(:first-child):before {
            font-size: 0.8em;
            padding-top: 0.3em;
            position: relative;
        }

    .html-account-page td:last-child {
        padding-bottom: 1rem !important;
    }

    .html-account-page tr {
        background-color: white !important;
        border: 1px solid #E0E0E0;
        border-radius: 10px;
        box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
        margin: 0.5rem 0;
        padding: 0;
    }

    .html-account-page .table-users {
        border: none;
        box-shadow: none;
        overflow: visible;
    }

    .html-account-page table td, .html-account-page table th {
        color: #000;
        padding: 20px;
        font-size: 16px;
        border: 0;
    }
}

#header .search-box {
    width: 120px;
    margin: 0px auto;
    margin-right: 0;
}

/*===========================
trending page start
===========================*/
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}

.page-link:hover, .page-link {
    color: #000;
}

.trending-bottom .col-lg-2 p, .trending-bottom .col-lg-3 p {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0;
    padding-bottom: 10px;
    color: #000;
    font-size: 1.3rem;
}

.trending-bottom ul {
    padding: 0;
    list-style: none;
    text-align: left;
    margin: 0;
}

    .trending-bottom ul li {
        min-width: 100%;
        padding: 0;
    }

        .trending-bottom ul li a .spn-trending {
            width: 45px;
            display: inline-block;
            float: left;
            margin-right: 6px;
            border: 1px solid #ddd;
            height: 45px;
            text-align: center;
            padding: 1px;
        }

        .trending-bottom ul li a .p-name {
            margin-left: 50px;
        }

    .trending-bottom ul a, .trending-bottom a:focus {
        padding: 10px 0;
        font-size: 15px;
        text-transform: none;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        font-family: 'Roboto', sans-serif;
        justify-content: space-between;
        color: #000;
        /*   white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;*/
    }

.trending-bottom .col-lg-3 {
    padding: 0 15px;
}
/*===========================
trending page End
===========================*/
/*===============================================
            Sumit Changes Start
===============================================*/
.footer h5 {
    margin-top: 10px;
}

.product-grid .product-image img {
    object-fit: cover;
    max-width: 100%;
    width: auto !important;
}

.product_detail_gallery_thumbs ul li {
    width: 15.5%;
    margin: 4px;
}

.login-page {
    padding-bottom: 55px;
}

.product_detail_gallery_thumbs ul li:first-child, .product_detail_gallery_thumbs ul li:nth-child(7) {
    margin-left: 0;
}

.product_detail_gallery_thumbs ul li:nth-child(6) {
    margin-right: 0;
    margin-left: 7px;
}

.trending-bottom {
    padding-top: 20px !important;
}

.text-center.product-category.col-lg-3 {
    margin-bottom: 50px;
}

.navbar .dropdown-menu {
    padding: 50px 0;
}

.login-page h2 {
    margin-top: 55px;
}

#product-details-form .preview, #product-details-form .details {
    padding: 0;
}

#product-details-form .details {
    padding-left: 35px;
}

#product-details-form .sku {
    padding: 25px 0;
}

.pagination {
    margin-bottom: 0;
}

.page.product-details-page.innerbody {
    padding-top: 50px;
}

.right-drop .font-design .fa-th-large {
    background: white url(../img/fa-th-large.png) no-repeat right top;
}

.product-details-page .card {
    background-color: transparent;
    border: none;
    margin: 0;
}

.product-grid .price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 83%;
    margin: 0 auto;
    margin-top: 19px;
    letter-spacing: 0 !important;
    text-transform: capitalize;
}

#blogSlider .product-grid .price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 83%;
    margin: 0 auto;
    margin-top: 19px;
    letter-spacing: 0;
}

#product-details-form .quantity {
    padding: 0px 0;
}

#product-details-form {
    padding: 10px;
}

.product-details-page .product-title, .product-details-page .price, .product-details-page .sizes, .product-details-page .colors {
    text-transform: none;
}

.product-details-page .price {
    margin-bottom: 0;
}

.product_detail_gallery {
    padding-right: 0;
}

.product_detail_details_benefits h4 {
    margin-top: 0;
}

.product_detail_details_benefits {
    margin-top: 0;
}

.login-page .login-blocks-contatiner p {
    font-size: .875rem;
    margin: 0.625rem 0;
    line-height: 31px;
    font-weight: 600;
}

.login-page .login-blocks-contatiner {
    background: #f1f1f1;
    border: 1px solid #e1ecff;
}

.new-customer-box.login-blocks-contatiner {
    background: #fff !important;
    border: 1px solid #e1ecff;
    height: 93%;
}

.login-page .login-blocks-contatiner .title {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

    .login-page .login-blocks-contatiner .title h1 {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 0;
        margin-bottom: 0;
    }

.row {
    max-width: 83.625rem;
}

.grey-box.box-full {
    display: block;
    background: #fafbff;
    padding: 30px;
    height: 100%;
    border: 1px solid #e1ecff;
}

.html-topic-page .page.topic-page h3 {
    font-weight: 700;
    color: #000;
    font-size: 3.1rem;
    letter-spacing: -2px;
}

.html-topic-page .page.topic-page h2 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    letter-spacing: -1px;
    margin-top: 35px;
}

.html-topic-page .page.topic-page p {
    margin: 4px 0 0 0;
    line-height: 31px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
}

.html-topic-page .page.topic-page ul {
    margin: 17px 0;
    line-height: 36px;
    font-weight: 600;
    font-size: 19px;
    color: #000;
    padding-left: 2rem;
}

.checkbox-left input[type=checkbox]:checked + label:before {
    color: #000;
}

.html-topic-page .page.topic-page h2 span, .html-topic-page .page.topic-page h3 span, .html-topic-page .page.topic-page p span {
    font-size: inherit !important;
}

.html-topic-page .page.topic-page {
    margin-top: 16px;
}

.data-table .quantity {
    padding: 0.8125rem 0.625rem;
}

.data-table .price {
    font-weight: normal;
}

.k-grid-delete {
    position: relative;
}

.leftsidebar .title:before {
    background: #000;
}

.k-grid-delete .k-delete {
    position: absolute;
    width: 100%;
    left: 0;
}

.button, .button:hover, .button:focus, .k-button {
    background: #000 !important;
    box-shadow: 0px 2px 2px 0px #4c4c4c;
    color: #fff !important;
    border-radius: 50px;
    text-transform: capitalize;
}

.password-recovery-page p {
    font-size: 13px;
    font-weight: bold;
}

input[type=radio]:checked + label:before {
    color: #000;
}

.account-page.password-recovery-page h1 {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.checkout-page ul.opc > li:before {
    background: #000;
}

.k-state-selected, .k-list > .k-state-selected, .k-state-hover, .k-state-hover:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
}

.order-filters .btn-search {
    position: static;
}

.banner_interior, .banner_interior_contatiner_breadcrumbs {
    display: none;
}

    .banner_interior.hero_banner {
        display: block !important;
    }

.leftsidebar ul li a {
    font-weight: 600;
}

    .leftsidebar ul li a.active {
        color: #000;
        font-weight: bold;
    }

        .leftsidebar ul li a.active:after {
            color: #000;
        }

.footer_cols--half {
    width: 100%;
}

.html-account-page table th {
    background-color: #f1f1f1;
    font-weight: 600;
    font-size: 16px;
    padding: 7px;
    color: #fff;
}

.date-picker .btn-search {
    position: static;
}

.html-topic-page .page.topic-page a {
    color: #000;
    text-decoration: underline;
}

.html-shopping-cart-page .ui-dialog .ui-dialog-titlebar, div#addtocart-popup .title-popup, #login-popup .title-popup {
    background: #000;
}

.product-grid .price {
    letter-spacing: 0;
}

.banner-content h3 span {
    font-size: inherit !important;
    line-height: 20px;
}

.pager li a, .pager li span {
    background: #eee !important;
    display: inline-block;
    padding: 7px 15px;
    font-size: 1.2em;
    color: #000;
    border-radius: 50px;
    text-align: center;
}

.html-account-page .banner_interior.hero_banner {
    display: none !important;
}

#topbar .col-lg-7 {
    padding-left: 0;
}

    #topbar .col-lg-7 a {
        margin-left: 0 !important;
    }

@media only screen and (max-width: 959px) {
    li.nav-item.dropdown .nav-link:before {
        content: "+";
        font-family: "Ionicons";
        cursor: pointer;
        float: right;
        padding: 23px 2em;
        background: #fff;
        color: #333;
        position: relative;
        top: -24px;
        right: -25px;
    }

    .show-on-mobile .dropdown-menu p {
        color: #000;
        padding: 0.2em 0;
        width: 95%;
        display: block;
        border-bottom: 1px solid #ccc;
    }

    header .mobile-menu-ul {
        display: none !important;
    }

    .show-on-mobile .dropdown-menu.show {
        display: block;
        position: static !important;
        transform: translate(0) !important;
        background: #fff;
    }

    .show-on-mobile > li .dropdown-menu a {
        padding: 6px 0 !important;
        font-weight: 600;
        font-size: 13px;
        line-height: 19px;
    }

    .show-on-mobile > li .dropdown-menu .text-overlay-center {
        position: static !important;
        padding: 0;
        transform: translate(0);
        text-align: left;
    }

    .show-on-mobile .dropdown-menu p {
        color: #000;
        padding: 0.2em 0;
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
        margin-bottom: 12px;
        margin-top: 15px;
    }

    .show-on-mobile .dropdown-menu.show {
        border: none;
    }
}

@media screen and (max-width: 500px) {
    .product_detail_gallery_imgbox_boost {
        width: 19%;
    }

    .product-grid .product-image a {
        min-height: 346px;
    }

    .product-grid .product-image img {
        height: auto !important;
    }

    #blogSlider .MS-controls .MS-left, #blogSlider .MS-controls .MS-right {
        bottom: 27%;
    }

    .html-account-page td:first-child {
        top: 0;
        padding: 10px 0 !important;
    }

    #header .search-box {
        margin-right: 70px;
    }

    .banner_interior.hero_banner {
        background: none;
        width: 100%;
        min-height: auto;
    }

    #header .input-group {
        top: 0;
    }

    .second-section h2 {
        font-size: 21px;
    }

    .left-section, .right-section {
        padding-top: 161px;
        padding-bottom: 24px;
    }

    #header .logo img {
        max-height: 45px;
        width: 82%;
    }

    .html-topic-page .master-wrapper-content .row {
        max-width: 100%;
    }

    .innerwraper {
        padding: 15px 20px;
    }

    .search-box {
        margin-right: 0;
    }

    #header .btn-search {
        right: 71px;
    }

    .invoice-table.order-box table tbody tr {
        padding: 0;
        border: 3px solid #dddddd;
        box-shadow: none;
        border-radius: 0;
    }

        .invoice-table.order-box table tbody tr td {
            border: none;
            border-radius: 0;
        }

    .row {
        max-width: 100%;
        width: 100%;
    }

    .col-lg-2.nav-img-box {
        width: 50%;
        text-align: center;
    }

    .nav-img-box img {
        height: auto !important;
    }

    .show-on-mobile > li .dropdown-menu .text-overlay-center {
        text-align: center;
    }

    .trending-bottom .col-lg-12.d-flex {
        display: block !important;
    }

    .trending-bottom .col-lg-2 {
        padding: 0 15px;
        width: 100%;
    }

    .menu-container .dropdown-menu .col-lg-1 {
        display: none;
    }

    .footer_block {
        padding-left: 20px;
    }

    .footer .d-flex .col-lg-2:first-child {
        margin: 0;
        text-align: center;
    }

    .footer_copyright--text {
        text-align: center;
    }

    .second-section .col-lg-6 {
        margin-bottom: 5px;
        padding: 0;
    }

    .shop-now {
        font-size: 12px;
        padding: 7px 17px;
        margin-top: 0;
    }

    #topbar .col-lg-7 {
        display: none;
    }



    #topbar .col-lg-5 {
        padding-top: 0;
        text-align: right !important;
    }

        #topbar .col-lg-5 a:first-child {
            margin-left: 0;
        }

    .prolistingssection_warpper_productbox_imgbox_boost {
        width: 25%;
        height: auto;
    }

    .RememberMe {
        margin: 0;
    }

    .forgot-password {
        display: block;
    }

    .add-to-cart, .like {
        padding: 0.5em 1.5em;
    }

    .text-center.product-category.col-lg-3 {
        width: 25%;
        padding: 0 5px;
    }

    .product-category.col-lg-3 .tooltipp h3 {
        font-size: .6rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-category.col-lg-6 .tooltipp h3 {
        font-size: .8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-category .tooltipp h3 {
        min-height: 40px;
    }

    .product-price h5 {
        font-size: .8rem;
    }

    .product-category .product-box-add-to-cart-button {
        padding: 6px 10px;
        font-size: 0.6rem;
    }

    .second-section .col-lg-6.product-category {
        width: 50%;
        padding: 5px;
    }
}

@media screen and (max-width: 361px) {
    .left-section, .right-section {
        padding-top: 136px;
    }

    .second-section h2 {
        font-size: 19px;
    }

    #topbar .col-lg-5 a {
        float: left;
        width: 33%;
        margin: 0;
    }
}

@media only screen and (max-width: 1281px) and (min-width: 1200px) {
    .left-section, .right-section {
        padding: 258px 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .left-section, .right-section {
        padding: 198px 0;
        padding-bottom: 39px;
    }

    .navbar .dropdown, .navbar .trending {
        padding: 0 14px;
    }

    .left-drop {
        min-width: 10%;
    }

    .trending-bottom .col-lg-2 p {
        font-size: 1.1rem;
    }
}


@media (min-width:992px) {
    .menu-container {
        display: none !important;
    }
}



.order-summary-content .table-wrapper table.cart tbody tr td.product .message-error {
    text-align: center;
}

    .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error ul {
        margin: 0;
        line-height: 0;
    }

        .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error ul li {
            font-size: 12px;
            color: red;
            line-height: 13px;
        }

            .order-summary-content .table-wrapper table.cart tbody tr td.product .message-error ul li::marker {
                display: none;
            }

.product-cat {
    position: relative;
    margin-left: -170px;
    display: block;
}

.btn-search {
    position: absolute;
    right: 0;
    z-index: 9999;
}




.menu-container {
    width: 100%;
    float: left;
}

    .menu-container .menu-mobile {
        display: block;
    }

.menu-dropdown-icon:before {
    display: block;
}

.menu > ul {
    display: none;
}

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

        .menu > ul > li a {
            padding: 1.5em;
            width: 100%;
            display: block;
            color: #000000;
        }

        .menu > ul > li > ul {
            position: relative;
        }

            .menu > ul > li > ul.normal-sub {
                width: 100%;
            }

            .menu > ul > li > ul > li {
                float: none;
                width: 100%;
                margin-top: 20px;
            }

                .menu > ul > li > ul > li:first-child {
                    margin: 0;
                }

                .menu > ul > li > ul > li > ul {
                    position: relative;
                }

                    .menu > ul > li > ul > li > ul > li {
                        float: none;
                    }

.menu .show-on-mobile {
    display: block;
}

.menu > ul.show-on-mobile {
    position: absolute;
    z-index: 999;
    top: 110px;
}

.footer_cols ul li a:hover {
    color: #dddddd !important;
}

.related_products h2, .accessories_detail h2 {
    padding-left: 0;
}

p.MsoNormal {
    padding: 0;
}

.no-product-found {
    font-size: 36pt;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 600px) {
	.responsive-table{    overflow: scroll;}
	td .form-check{padding: 0;}
	td .table-image {
    width: 100%;

}
	.home-product .text-center.product-category.col-lg-3 {
    width: 50%;
    padding: 0 5px;
}
	.product_detail_details_addtocart_colors_form_color_select{    width: 45%;    margin: 2%;}
	.card .row{    margin: 0;}
	.preview-pic .tab-pane{    min-height: auto;}
	.product-slide{margin: 0;}
	.discription-tab.nav-tabs li{margin: 0;
    width: 100%;
    margin-bottom: 10px;}
	.discription-tab.nav-tabs li a{    width: 100%;
    text-align: center;}
    }
