﻿@import url('https://fonts.googleapis.com/css?family=Roboto:500');

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #2baae1;
}

    a:hover, a:focus {
        text-decoration: none;
        color: #1c91c3;
        outline: none;
    }

.top-row {
    float: left;
    width: 100%;
    padding: 5px 0;
    top: -100px;
    background: #fff;
    transition: all linear 0.5s;
}

.top-ul {
    float: right;
    margin: 0;
    margin-top: 39px;
}

    .top-ul li {
        float: left;
        list-style-type: none;
    }

        .top-ul li + li {
            margin-left: 15px;
        }

        .top-ul li a {
            font-size: 15px;
        }

            .top-ul li a i {
                color: #2baae1;
                font-size: 17px;
                margin-right: 2px;
            }

            .top-ul li a span {
                color: #555;
            }

            .top-ul li a:hover span {
                color: #000;
            }

.main-search {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .main-search input {
        float: left;
        width: 85%;
        height: 40px;
        border-radius: 0;
    }

        .main-search input:focus {
            box-shadow: none;
        }

    .main-search button {
        width: 12%;
        float: left;
        background: #333;
        color: #fff;
        height: 40px;
        text-align: center;
        line-height: 40px;
        outline: 0;
        border: 0;
    }

.goToTop {
    position: fixed;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    padding: 5px 0;
}

#nav {
    float: left;
    width: 100%;
    background: #2baae1;
    border-radius: 0;
    border: 0;
    margin-bottom: 0;
    z-index: 99;
}

    #nav ul li a {
        color: #fff;
        font-size: 14px;
        transition: all linear 0.1s;
        text-transform: uppercase;
    }

        #nav ul li a:hover, #nav ul li a:focus {
            background: #f1f1f1;
            color: #d83436;
        }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: #f1f1f1;
    color: #d83436;
}

#nav.affix {
    position: fixed;
    top: 0px;
    width: 100%;
}

.header1 {
    width: 100%;
    float: left;
}

.navbar-collapse {
    padding: 0;
}

    .navbar-collapse.in {
        overflow-y: visible;
    }

.nav2 {
    float: none;
    text-align: center;
}

    .nav2 li {
        float: none;
        display: inline-block;
    }

        .nav2 li a {
            padding: 15px 25px;
        }

.carousel {
    float: left;
    width: 100%;
}

.g-slider-item {
    float: left;
    width: 100%;
    position: relative;
}

    .g-slider-item a {
        width: 100%;
        float: left;
    }

        .g-slider-item a img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

.item-detail {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0) linear-gradient(to top,rgba(0,0,0,1) 15px,rgba(0,0,0,0) 100%) repeat scroll 0 0;
    padding: 15px 30px;
    color: #f1f1f1;
    text-align: left;
}

.g-slider-item-name {
    color: #f1f1f1;
    font-size: 23px;
}

    .g-slider-item-name small {
        color: #eee;
    }

.g-slider-item-price {
    width: 100%;
    float: left;
}

    .g-slider-item-price h4 {
        font-weight: normal;
        color: #eee;
        margin-bottom: 12px;
        margin-top: 3px;
    }

        .g-slider-item-price h4 .old-price {
            text-decoration: line-through;
        }

.g-slider-item-btn {
    background: #d83436;
    outline: none;
    border: 0;
    padding: 10px 15px;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

    .g-slider-item-btn:hover {
        background: #c12e30;
    }

.slick-slide {
    outline: none !important;
    height: auto !important;
}

.slick-slide {
    outline: none !important;
}

    .slick-slide:focus {
        outline: none;
    }

.row-2 {
    width: 100%;
    float: left;
    padding: 30px 0;
    background: #f7f7f7;
}

    .row-2 h2 {
        line-height: 36px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        color: #555;
        font-size: 28px;
        text-transform: uppercase;
    }

.ptner img {
    height: 121px;
    max-width: 100%;
}

.ptner {
    text-align: center;
}

.g-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px;
    margin-top: 10px;
}

    .g-fancy-title h2 {
        font-size: 28px;
        margin: 0px 0px 15px;
        text-transform: uppercase;
        line-height: 0.6;
        color: #555;
    }

.g-fancy-shape {
    display: inline-block;
    position: relative;
    width: 158px;
}

    .g-fancy-shape:before, .g-fancy-shape:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 50%;
        margin: -2px 0px 0px;
        width: 60px;
        height: 1px;
        background-color: #666;
    }

    .g-fancy-shape:after {
        right: 0px;
        left: auto;
    }

    .g-fancy-shape span {
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
    }

        .g-fancy-shape span:before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0px;
            height: 100%;
            width: 2px;
            margin: 0px 0px 0px -1px;
            background-color: #666;
        }

        .g-fancy-shape span:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 50%;
            height: 2px;
            width: 100%;
            margin: 0px 0px -1px;
            z-index: -1;
            background-color: #666;
        }

        .g-fancy-shape span small {
            width: 12px;
            height: 12px;
            display: inline-block;
            border: 1px solid;
            position: relative;
            border-radius: 100%;
            background-color: #ffffff;
        }

            .g-fancy-shape span small:before {
                content: '';
                position: absolute;
                left: 3px;
                top: 3px;
                width: 4px;
                height: 4px;
                background-color: #666;
            }

.featured-clothes {
    padding: 50px 0;
    width: 100%;
    float: left;
}

.search-bar {
    background: #f1f1f1;
    border: 1px solid #d7d7d7;
    padding: 8px;
}

.home-filters {
    margin: 0;
    display: inline-block;
    margin-top: 6px;
}

    .home-filters li {
        float: left;
        color: #555;
    }

        .home-filters li + li {
            margin-left: 60px;
        }

        .home-filters li a {
            font-size: 16px;
            color: #555;
        }

            .home-filters li a i {
                margin-right: 3px;
                color: #d83436;
                font-size: 17px;
            }

.t-center {
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #2baae1;
    border-color: #28a1d6;
    border-radius: 2px;
}

    .btn-primary i {
        margin-right: 4px;
    }

.form-control {
    border-radius: 2px;
    height: 38px;
}

    .form-control:focus {
        box-shadow: none;
    }

.btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:hover, .btn-primary:focus {
    background-color: #238fbd;
    border-color: #238fbd;
    outline: none;
}

.g-row {
    float: left;
    width: 100%;
}

.item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

    .item .img {
        text-align: center;
        width: 100%;
        float: left;
        overflow: hidden;
    }

        .item .img img {
            height: 300px;
            object-fit: contain;
            transition: all linear 0.2s;
            margin: auto;
        }

.item-spec {
    float: left;
    width: 100%;
    text-align: center;
}

    .item-spec h4 {
        margin: 0;
        margin-top: 10px;
        margin-bottom: 3px;
        color: #555;
        transition: all linear 0.1s;
        font-size: 16px;
        line-height: 21px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 21px;
        overflow: hidden;
    }

    .item-spec h5 {
        margin: 0;
        margin-bottom: 3px;
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 13px;
        overflow: hidden;
    }

.item a:hover .img img {
    transform: scale(1.1);
}

.item-spec .price {
    color: #d42426;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

.item-spec .ratings {
    color: #f1cd11;
    font-size: 16px;
}

    .item-spec .ratings i + i {
        margin-left: 2px;
    }

.product-released {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
}

.content-cover {
    color: #f2f2f2;
}

    .content-cover h2 {
        margin: 0;
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 42px;
    }

    .content-cover p {
        font-size: 17px;
        line-height: 24px;
        font-weight: normal;
        font-family: arial;
        margin: 0;
        margin-bottom: 30px;
    }

.most-pop-game {
    width: 100%;
    float: left;
    padding: 0 10px;
}

    .most-pop-game .img {
        background: url(../img/bg-fit.jpg) no-repeat;
        background-size: cover;
        width: 100%;
        text-align: center;
        float: left;
        overflow: hidden;
    }

        .most-pop-game .img img {
            height: 250px;
            object-fit: contain;
            margin: auto;
            transition: all linear 0.2s;
        }

    .most-pop-game a:hover .img img {
        transform: scale(1.1);
    }

    .most-pop-game h4 {
        color: #555;
        text-transform: uppercase;
        float: left;
        width: 100%;
        margin-bottom: 7px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .most-pop-game p {
        color: #555;
        float: left;
        width: 100%;
        margin-bottom: 2px;
    }

        .most-pop-game p i {
            margin-right: 3px;
        }

.game-search {
    padding: 50px 0;
    width: 100%;
    float: left;
    background: url(../img/bg-img.png) no-repeat center bottom;
    background-size: cover;
    text-align: center;
}

    .game-search h3 {
        color: #fff;
        text-align: center;
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 36px;
        text-shadow: 1px 1px 1px #777;
    }

    .game-search .t-tle {
        color: #eee;
        text-align: center;
        font-size: 21px;
    }

.search-input {
    width: 450px;
    margin: auto;
    background: none;
    border-color: #fff;
    border-radius: 0;
    height: 40px;
    color: #eee;
    margin-top: 26px;
    margin-bottom: 20px;
}

.game-search .btn-primary {
    font-size: 16px;
    padding: 9px 15px;
    border-radius: 4px;
}

.search-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #e6e6e6;
    opacity: 1; /* Firefox */
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e6e6;
}

.search-input::-ms-input-placeholder { /* Microsoft Edge */
    color: #e6e6e6;
}

.news-blogs {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.home-blog {
    float: left;
    width: 100%;
}

    .home-blog .img {
        float: left;
        width: 100%;
    }

        .home-blog .img img {
            height: 200px;
            object-fit: contain;
            margin: auto;
            width: 100%;
            background: #000;
        }

    .home-blog h4 {
        float: left;
        width: 100%;
        margin-bottom: 7px;
        font-size: 20px;
    }

        .home-blog h4 a {
            color: #555;
        }

.home-blog-details {
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

    .home-blog-details li {
        color: #666;
        float: left;
    }

        .home-blog-details li + li {
            margin-left: 15px;
        }

        .home-blog-details li i {
            margin-right: 3px;
        }

.home-blog p {
    font-family: arial;
    color: #555;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: left;
    width: 100%;
}

.footer-1 {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #333;
}

.quick-links {
    float: left;
    margin: 0;
    margin-top: 5px;
}

    .quick-links li {
        float: left;
        color: #fff;
    }

        .quick-links li + li {
            margin-left: 10px;
        }

        .quick-links li a {
            color: #e4e4e4;
        }

            .quick-links li a:hover {
                color: #fff;
            }

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    ul.social-network li {
        display: inline;
        margin: 0 5px;
    }

.footer-2 {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: #444;
}

.footer-cloumn {
    float: left;
    width: 100%;
}

    .footer-cloumn h3 {
        color: #f1f1f1;
        margin: 0;
        text-transform: uppercase;
        font-size: 21px;
        margin-bottom: 15px;
    }

    .footer-cloumn p {
        color: #eee;
        font-family: Arial, Helvetica, sans-serif;
    }

.social-network {
    float: right;
    margin: 0;
}
    /* footer social icons */
    .social-network a.icoRss:hover {
        background-color: #F56505;
    }

    .social-network a.icoFacebook:hover {
        background-color: #3B5998;
    }

    .social-network a.icoTwitter:hover {
        background-color: #33ccff;
    }

    .social-network a.icoGoogle:hover {
        background-color: #BD3518;
    }

    .social-network a.icoVimeo:hover {
        background-color: #0590B8;
    }

    .social-network a.icoLinkedin:hover {
        background-color: #007bb7;
    }

        .social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
        .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
            color: #fff;
        }

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.app-links a img {
    height: 50px;
}

.app-links a + a img {
    margin-left: 10px;
}

.consoles-footer {
    float: left;
    width: 100%;
    margin: 0;
}

    .consoles-footer li {
        float: left;
    }

        .consoles-footer li + li {
            margin-left: 21px;
        }

        .consoles-footer li img {
            height: 33px;
        }

.copyrights {
    float: left;
    width: 100%;
    background: #444;
}

.border-top {
    border-top: 1px solid #888;
    padding-top: 15px;
    padding-bottom: 15px;
}

.copyrights .para-1 {
    margin: 0;
    color: #ddd;
    font-size: 13px;
    float: left;
}

.copyrights .para-2 {
    margin: 0;
    float: right;
    color: #ddd;
}

    .copyrights .para-2 a {
        color: #eee;
        font-size: 13px;
    }

.listings-page-item .item {
    float: left;
    margin-bottom: 30px;
    min-height: 295px;
}

.left-side p {
    float: left;
    margin-top: 8px;
    margin-bottom: 0;
}

.g-pagination {
    float: left;
    width: 100%;
    margin-top: 4px;
}

    .g-pagination p {
        float: left;
        margin: 0;
        line-height: 28px;
    }

.next-prev {
    float: left;
    margin-left: 5px;
    line-height: 28px;
}

.g-pagination ul {
    margin: 0;
    float: left;
    margin-left: 5px;
}

    .g-pagination ul li {
        display: inline-block;
    }

        .g-pagination ul li a {
            display: inline-block;
            color: #333;
            border: 1px solid #d7d7d7;
            background: #ddd;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 24px;
            transition: all linear 0.1s;
        }

            .g-pagination ul li a:active:focus, .g-pagination ul li a:active:hover, .g-pagination ul li a:hover, .g-pagination ul li a:focus {
                background: #d83436;
                color: #fff;
            }

            .g-pagination ul li a.active {
                background: #d83436;
                color: #fff;
            }

.g-pagination-cover {
    float: right;
    padding-right: 15px;
}

.product-detail-img, .product-detail {
    float: left;
    width: 100%;
}

    .product-detail-img img {
        height: 270px;
        object-fit: contain;
        width: 100%;
    }

    .product-detail h3 {
        margin-top: 0;
    }

    .product-detail .console {
        color: #555;
        font-size: 15px;
    }

    .product-detail .price {
        margin-bottom: 5px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .product-detail .ratings {
        color: goldenrod;
        font-size: 20px;
    }

.views {
    font-size: 14px;
    color: #555;
    float: left;
    margin-top: 10px;
}

.qty .form-control {
    width: 100px;
}

.btn-default {
    color: #555;
    border-radius: 2px;
}

.card {
    padding: 15px;
    padding-top: 0;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.card-heading {
    background: #eee;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #2baae1;
}

    .card-heading span {
        color: #555;
    }

#exTab1 {
    float: left;
    width: 100%;
    margin-top: 30px;
}

    #exTab1 .nav > li > a {
        border-radius: 2px;
        padding: 9px 15px;
        color: #555;
        background: #f1f1f1;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
    background-color: #ff7295 !important;
}

#exTab1 .tab-content {
    float: left;
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    color: #555;
}

    #exTab1 .tab-content .tab-pane p {
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.w-full {
    width: 100%;
}

.g-provides h4 {
    color: #555;
}

.g-provides + .g-provides {
    margin-top: 10px;
}

.dlt-item {
    background: none;
    border: 0;
    outline: none;
}

    .dlt-item i {
        font-size: 19px;
    }

.cart-img {
    width: 50px;
}

.shp-cart tr td {
    text-align: center;
    vertical-align: middle !important;
}

.shp-cart tr th {
    text-align: center;
    font-weight: 600;
    background: #eee;
}

.ttl-cart h4 {
    float: right;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
    font-family: arial;
    border: 1px solid #ccc;
    padding: 10px 15px;
    background: #f5f5f5;
}

    .ttl-cart h4 span {
        font-weight: 600;
        font-size: 19px;
        font-family: arial;
    }

.checkout-details {
    background: #f1f1f1;
    border-radius: 2px;
    padding: 20px;
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

.summary {
    text-transform: uppercase;
    margin: 0;
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
}

.summary-tbl tr td {
    text-align: right;
}

    .summary-tbl tr td:first-child {
        text-align: left;
    }

hr {
    border-color: #d7d7d7;
}

.chkout-btns button {
    float: none !important;
    margin: auto;
    width: 100%;
    margin-top: 10px;
}

    .chkout-btns button + button {
        margin-top: 5px;
    }

.order-history > tbody > tr > th {
    background: #eee;
}

.extab2 .nav {
    text-align: center;
}

.extab2 .nav-pills > li {
    float: none;
    display: inline-block;
}

#itemDetail .modal-header {
    background: #ff7295;
    color: #fff;
    text-align: center;
}

#itemDetail .modal-body {
    padding: 0;
}

    #itemDetail .modal-body table {
        margin: 0;
    }

#itemDetail .modal-footer {
    border-top: 0;
}

#itemDetail .modal-header .close {
    color: #fff !important;
}

.forget-password {
    color: #337ab7;
}

    .forget-password:hover {
        color: #23527c;
    }

.able-to ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    color: #555;
}

    .able-to ul li i {
        margin-right: 5px;
        color: #11bf11;
        font-size: 20px;
        vertical-align: middle;
    }

.able-to ul {
    margin: 0;
    float: left;
    width: 100%;
}

.thnkYouMsagg .modal-header .close {
    color: #fff;
}

.thnkYouMsagg .modal-body p {
    color: #555;
    font-size: 17px;
    font-weight: normal;
    font-family: calibri;
}

.thnkYouMsagg .modal-header {
    background: #ff7295;
}

    .thnkYouMsagg .modal-header h4 {
        color: #f1f1f1;
    }

#nav ul li a:hover, #nav ul li a:focus {
    background: #ff7295;
    color: #fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: #ff7295;
}

.navbar-nav .dropdown-menu {
    background: #ff7295;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

    .navbar-nav .dropdown-menu li {
        width: 100%;
    }

        .navbar-nav .dropdown-menu li a {
            padding: 7px 20px;
            font-size: 13px !important;
            color: #eee !important;
        }

            .navbar-nav .dropdown-menu li a:hover {
                background: #ea6082 !important;
            }

.offer-login-row {
    background: #333;
    padding: 8px;
}

    .offer-login-row .offer {
        color: #eee;
        float: left;
        margin: 0;
        font-size: 12px;
    }

    .offer-login-row ul {
        float: right;
        margin: 0;
    }

        .offer-login-row ul li {
            float: left;
        }

            .offer-login-row ul li + li {
                margin-left: 15px;
            }

            .offer-login-row ul li a {
                color: #eee;
                font-size: 13px;
                text-transform: uppercase;
            }

                .offer-login-row ul li a:hover {
                    color: #fff;
                }

.slick-prev:before, .slick-next:before {
    color: #2baae1 !important;
}
/*Cart*/ .cd-cart-container::before {
    /* dark bg layer visible when the cart is open */
    content: '';
    position: fixed;
    z-index: 1;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    z-index: 999;
}

.cd-cart-container.cart-open::before {
    opacity: 1;
    visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
    position: fixed;
    bottom: 20px;
    right: 5%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: transform;
    backface-visibility: hidden;
}

.empty .cd-cart-trigger, .empty .cd-cart {
    /* hide cart */
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

@media only screen and (min-width: 1170px) {
    .cd-cart-trigger,
    .cd-cart {
        bottom: 40px;
    }
}

.cd-cart-trigger {
    /* button that triggers the cart content */
    z-index: 9999;
    height: 72px;
    width: 72px;
    /* replace text with image */
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    background: #fff;
    border-radius: 5px;
}

    .cd-cart-trigger::after, .cd-cart-trigger::before {
        /* used to create the cart/'X' icon */
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        height: 100%;
        width: 100%;
        background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
        -webkit-transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, -webkit-transform .2s;
        transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s, -webkit-transform .2s;
    }

    .cd-cart-trigger::after {
        /* 'X' icon */
        background-position: -72px 0;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
    }

.cart-open .cd-cart-trigger::before {
    opacity: 0;
}

.cart-open .cd-cart-trigger::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cd-cart-trigger .count {
    /* number of items indicator */
    position: absolute;
    top: -10px;
    right: -10px;
    height: 28px;
    width: 28px;
    background: #e94b35;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50%;
    text-indent: 0;
    -webkit-transition: -webkit-transform .2s .5s;
    transition: -webkit-transform .2s .5s;
    transition: transform .2s .5s;
    transition: transform .2s .5s, -webkit-transform .2s .5s;
}

    .cd-cart-trigger .count li {
        /* this is the number of items in the cart */
        position: absolute;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    /*.cd-cart-trigger .count li:last-of-type {
  visibility: hidden;
}*/
    .cd-cart-trigger .count.update-count li:last-of-type {
        -webkit-animation: cd-qty-enter .15s;
        animation: cd-qty-enter .15s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
    }

    .cd-cart-trigger .count.update-count li:first-of-type {
        -webkit-animation: cd-qty-leave .15s;
        animation: cd-qty-leave .15s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
    }

.cart-open .cd-cart-trigger .count {
    -webkit-transition: -webkit-transform .2s 0s;
    transition: -webkit-transform .2s 0s;
    transition: transform .2s 0s;
    transition: transform .2s 0s, -webkit-transform .2s 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.empty .cd-cart-trigger .count {
    /* fix bug - when cart is empty, do not animate count */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}

.cart-open .cd-cart-trigger:hover + div .wrapper {
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
    /* cart content */
    z-index: 999;
    width: 90%;
    max-width: 440px;
    height: 400px;
    max-height: 90%;
    pointer-events: none;
}

    .cd-cart .wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 2;
        overflow: hidden;
        height: 72px;
        width: 72px;
        border-radius: 6px;
        -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
        transition: height .4s .1s, width .4s .1s, box-shadow .3s;
        -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
        background: #ffffff;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
        pointer-events: auto;
    }

    .cd-cart header, .cd-cart footer {
        position: absolute;
        z-index: 2;
        left: 0;
        width: 100%;
    }

    .cd-cart header, .cd-cart .body {
        opacity: 0;
    }

    .cd-cart header {
        top: 0;
        border-radius: 6px 6px 0 0;
        padding: 0 1.4em;
        height: 40px;
        line-height: 40px;
        background-color: #ffffff;
        -webkit-transition: opacity .2s 0s;
        transition: opacity .2s 0s;
        border-bottom: 1px solid #e6e6e6;
    }

        .cd-cart header::after {
            clear: both;
            content: "";
            display: block;
        }

    .cd-cart footer {
        bottom: 0;
        border-radius: 0 0 6px 6px;
        box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
        background: #ffffff;
    }

    .cd-cart h2 {
        text-transform: uppercase;
        display: inline-block;
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: .1em;
    }

    .cd-cart .undo {
        float: right;
        font-size: 1.2rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .2s, visibility .2s;
        transition: opacity .2s, visibility .2s;
        color: #808b97;
    }

        .cd-cart .undo a {
            text-decoration: underline;
            color: #2b3e51;
        }

            .cd-cart .undo a:hover {
                color: #2c97de;
            }

        .cd-cart .undo.visible {
            opacity: 1;
            visibility: visible;
        }

    .cd-cart .checkout {
        display: block;
        height: 72px;
        line-height: 72px;
        margin-right: 72px;
        background: #2c97de;
        color: rgba(255, 255, 255, 0);
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        -webkit-transition: all .2s 0s;
        transition: all .2s 0s;
        font-size: 2.1rem !important;
        padding-top: 0 !important;
    }

        .cd-cart .checkout:hover {
            background: #399ee0;
        }

        .cd-cart .checkout em {
            position: relative;
            display: inline-block;
            -webkit-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px);
            -webkit-transition: -webkit-transform 0s .2s;
            transition: -webkit-transform 0s .2s;
            transition: transform 0s .2s;
            transition: transform 0s .2s, -webkit-transform 0s .2s;
        }

            .cd-cart .checkout em::after {
                position: absolute;
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                content: '';
                height: 24px;
                width: 24px;
                background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
                opacity: 0;
                -webkit-transition: opacity .2s;
                transition: opacity .2s;
            }

    .cd-cart .body {
        position: relative;
        z-index: 1;
        height: calc(100% - 40px);
        padding: 20px 0 10px;
        margin: 40px 0 10px;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

        .cd-cart .body ul {
            overflow: hidden;
            padding: 0 1.4em;
            position: relative;
            padding-bottom: 90px;
        }

        .cd-cart .body li {
            position: relative;
            opacity: 0;
            -webkit-transform: translateX(80px);
            -ms-transform: translateX(80px);
            transform: translateX(80px);
            -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
            transition: opacity 0s .2s, -webkit-transform 0s .2s;
            transition: opacity 0s .2s, transform 0s .2s;
            transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
        }

            .cd-cart .body li::after {
                clear: both;
                content: "";
                display: block;
            }

            .cd-cart .body li:not(:last-of-type) {
                margin-bottom: 20px;
            }

            .cd-cart .body li.deleted {
                /* this class is added to an item when it is removed form the cart */
                position: absolute;
                left: 1.4em;
                width: calc(100% - 2.8em);
                opacity: 0;
                -webkit-animation: cd-item-slide-out .3s forwards;
                animation: cd-item-slide-out .3s forwards;
            }

                .cd-cart .body li.deleted.undo-deleted {
                    /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
                    -webkit-animation: cd-item-slide-in .3s forwards;
                    animation: cd-item-slide-in .3s forwards;
                }

                .cd-cart .body li.deleted + li {
                    -webkit-animation: cd-item-move-up-mobile .3s;
                    animation: cd-item-move-up-mobile .3s;
                    -webkit-animation-fill-mode: forwards;
                    animation-fill-mode: forwards;
                }

            .cd-cart .body li.undo-deleted + li {
                -webkit-animation: cd-item-move-down-mobile .3s;
                animation: cd-item-move-down-mobile .3s;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
            }

    .cd-cart .product-image {
        display: inline-block;
        float: left;
        /* the image height determines the height of the list item - in this case height = width */
        width: 50px;
    }

        .cd-cart .product-image img {
            display: block;
            width: 100%;
            height: 90px;
            object-fit: contain;
        }

    .cd-cart .product-details {
        position: relative;
        display: inline-block;
        float: right;
        width: calc( 100% - 50px);
        padding: 0.3em 0 0 0.5em;
        padding-top: 0 !important;
    }

        .cd-cart .product-details::after {
            clear: both;
            content: "";
            display: block;
        }

    .cd-cart h3, .cd-cart .price {
        font-weight: bold;
    }

    .cd-cart h3 {
        width: 70%;
        float: left;
        /* truncate title with dots if too long */
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: 0;
        margin-bottom: 3px;
        font-size: 15px !important;
    }

        .cd-cart h3 a {
            color: #2b3e51;
        }

            .cd-cart h3 a:hover {
                color: #2c97de;
            }

    .cd-cart .price {
        float: right;
        width: 30%;
        text-align: right;
    }

    .cd-cart .actions {
        font-size: 1.4rem;
        height: 1.6em;
        line-height: 1.6em;
    }

        .cd-cart .actions::after {
            clear: both;
            content: "";
            display: block;
        }

    .cd-cart .delete-item, .cd-cart .quantity {
        float: left;
        color: #808b97;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .cd-cart .delete-item {
        margin-right: 1em;
    }

        .cd-cart .delete-item:hover {
            color: #e94b35;
        }

    .cd-cart .quantity label {
        display: inline-block;
        margin-right: .3em;
    }

    .cd-cart .select {
        position: relative;
    }

        .cd-cart .select::after {
            /* switcher arrow for select element */
            content: '';
            position: absolute;
            z-index: 1;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            display: block;
            width: 12px;
            height: 12px;
            background: url(../img/cd-icon-select.svg) no-repeat center center;
            pointer-events: none;
        }

    .cd-cart select {
        position: relative;
        padding: 0 1em 0 0;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: transparent;
        border: none;
        border-radius: 0;
        font-size: 1.4rem;
        margin: 0;
        color: #808b97;
    }

        .cd-cart select:focus {
            outline: none;
            color: #2b3e51;
            box-shadow: 0 1px 0 currentColor;
        }

        .cd-cart select::-ms-expand {
            /* hide default select arrow on IE */
            display: none;
        }

.cart-open .cd-cart .wrapper {
    height: 100%;
    width: 100%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.cart-open .cd-cart header, .cart-open .cd-cart .body {
    opacity: 1;
}

.cart-open .cd-cart header {
    -webkit-transition: opacity .2s .2s;
    transition: opacity .2s .2s;
}

.cart-open .cd-cart .body {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
}

    .cart-open .cd-cart .body li {
        -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
        transition: opacity .3s .2s, -webkit-transform .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s;
        transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        .cart-open .cd-cart .body li:nth-of-type(2) {
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
        }

        .cart-open .cd-cart .body li:nth-of-type(3) {
            -webkit-transition-duration: .5s;
            transition-duration: .5s;
        }

        .cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
            -webkit-transition-duration: .55s;
            transition-duration: .55s;
        }

.cart-open .cd-cart .checkout {
    color: #ffffff;
    -webkit-transition: color .2s .3s;
    transition: color .2s .3s;
}

    .cart-open .cd-cart .checkout em {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
        transition: padding .2s 0s, -webkit-transform .2s .3s;
        transition: transform .2s .3s, padding .2s 0s;
        transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
    }

    .cart-open .cd-cart .checkout:hover em {
        padding-right: 30px;
    }

        .cart-open .cd-cart .checkout:hover em::after {
            opacity: 1;
        }

@media only screen and (min-width: 768px) {
    .cd-cart .body li:not(:last-of-type) {
        margin-bottom: 14px;
    }

    .cd-cart .body li.deleted + li {
        -webkit-animation: cd-item-move-up .3s;
        animation: cd-item-move-up .3s;
    }

    .cd-cart .body li.undo-deleted + li {
        -webkit-animation: cd-item-move-down .3s;
        animation: cd-item-move-down .3s;
    }

    .cd-cart .checkout {
        font-size: 2.4rem;
    }

    .cd-cart .product-image {
        width: 90px;
    }

    .cd-cart .product-details {
        padding: 1.4em 0 0 1em;
        width: calc( 100% - 90px);
    }

    .cd-cart h3, .cd-cart .price {
        font-size: 1.8rem;
    }
}

@-webkit-keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@keyframes cd-qty-enter {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

@-webkit-keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@keyframes cd-qty-leave {
    0% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
    }
}

@-webkit-keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up-mobile {
    0% {
        padding-top: 70px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@keyframes cd-item-move-up {
    0% {
        padding-top: 104px;
    }

    100% {
        padding-top: 0px;
    }
}

@-webkit-keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@keyframes cd-item-move-down-mobile {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 70px;
    }
}

@-webkit-keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@keyframes cd-item-move-down {
    0% {
        padding-top: 0px;
    }

    100% {
        padding-top: 104px;
    }
}

@-webkit-keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-out {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@-webkit-keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

@keyframes cd-item-slide-in {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
        opacity: 0;
    }
}

.ptner h4 {
    color: #555;
    font-size: 21px;
}

.ptner p {
    color: #777;
    font-size: 16px;
}

.cat-product {
    padding: 0 40px;
}

.color-box {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
}

.btn-pink {
    background-color: #ff7295;
    border-color: #ff7295;
}

    .btn-pink:hover, .btn-pink:focus {
        background-color: #f55980;
        border-color: #f55980;
    }

.search-input:focus {
    border-color: #fff;
}

.footer-cloumn .info-footer {
    margin: 0;
}

    .footer-cloumn .info-footer li + li {
        margin-top: 5px;
    }

    .footer-cloumn .info-footer li a {
        color: #eee;
    }

        .footer-cloumn .info-footer li a:hover {
            color: #fff;
        }

.logo-set a img {
    height: 100px;
}

.goToTop .logo-set a img {
    height: 67px;
}

.goToTop .main-search {
    margin-top: 14px;
}

.goToTop .top-ul {
    margin-top: 25px;
}

.cat-box {
    width: 20%;
    float: left;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
    text-align: center;
}

    .cat-box a {
        float: left;
        width: 100%;
        padding: 15px;
    }

        .cat-box a img {
            height: 100px;
            margin-bottom: 5px;
        }

        .cat-box a h4 {
            margin-bottom: 0;
            color: #777;
        }

        .cat-box a:hover {
            box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        }

.fabby-panel .panel-heading {
    font-size: 17px;
    background: #2baae1;
    color: #f1f1f1;
}

.categories-listing, .categories-chkbox-listing {
    margin: 0;
}
/*.categories-listing li{
    padding: 4px 0;
}*/
    .categories-listing li, .categories-chkbox-listing li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #e2e2e2;
        /*padding-bottom: 8px;*/
        padding: 4px 0;
    }

        .categories-listing li + li, .categories-chkbox-listing li + li {
            /*margin-top: 8px;*/
        }

        .categories-listing li a {
            color: #666;
            font-size: 17px;
            font-family: calibri;
            transition: all linear 0.1s;
        }

            .categories-listing li a i {
                margin-right: 2px;
            }

            .categories-listing li a:hover {
                padding-left: 10px;
                color: #000;
            }

        .categories-chkbox-listing li label {
            color: #666;
            font-size: 17px;
            font-family: calibri;
            font-weight: normal;
            margin-bottom:0;
        }


/* hover style just for information */
label:hover:before {
    border: 2px solid #2196f3 !important;
}

.dim {
    color: #dad4d4;
}

.sort-listing {
    padding: 10px;
    width: 100%;
    float: left;
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    border-radius: 2px;
}

    .sort-listing select {
        width: 133px;
        float: left;
        margin-left: 5px;
    }

    .sort-listing p {
        margin: 0;
        color: #555;
        float: left;
        margin-top: 10px;
    }

.info-row {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

    .info-row + .info-row {
        margin-top: 15px;
    }

.info-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #2baae1;
}

    .info-icon i {
        font-size: 25px;
        vertical-align: middle;
    }

.info-txt {
    margin-left: 8px;
}

    .info-txt h4 {
        margin: 0;
        margin-top: 7px;
        color: #f1f1f1;
    }

    .info-txt p {
        margin: 0;
        color: #eee;
        font-family: calibri;
        font-size: 17px;
    }

.pro-info {
    background: #2baae1;
}

    .pro-info .card-heading {
        background: #4e4e4e;
        color: #f1f1f1 !important;
    }

        .pro-info .card-heading span {
            color: #f1f1f1;
        }

.content-p p {
    color: #555;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 15px;
}

.cd-cart-container {
    display: block !important;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.alert {
    float: left;
    width: 100%;
}

.gallery .previews, .gallery .full, .gallery .desc {
    float: left;
    width: 100%;
}

.gallery .desc, .gallery .full {
    width: 100%;
    font-size: 12px;
}

    .gallery .desc h2 {
        margin-top: 0;
    }

.gallery .previews a {
    display: block;
    float: left;
    margin-bottom: 3px;
    border: 1px solid #d7d7d7;
    margin-right: 3px;
}

    .gallery .previews a img {
        width: 69px;
        height: 80px;
        object-fit: contain;
    }

.gallery .full, .gallery .full img {
    width: 100%;
    height: 286px;
    object-fit: contain;
}

.gallery .previews a, .gallery .full {
}

    .gallery .previews a:hover, .gallery .previews a.selected {
    }

    .gallery .full img:hover {
        cursor: pointer;
    }

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.main-slider {
    max-height: 400px;
    overflow: hidden;
}
.bgGrey{
    background: rgb(251,250,250);
    background: -moz-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(251,250,250,1)),color-stop(100%,rgba(237,236,233,1)));
    background: -webkit-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -o-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: -ms-linear-gradient(top,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    background: linear-gradient(to bottom,rgba(251,250,250,1) 0%,rgba(237,236,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfafa',endColorstr='#edece9',GradientType=0 );
}