html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Roboto",sans-serif;
    line-height: inherit;
    background: #E2E1D8;
    margin-bottom: 60px;
}

.body_pading {
    position: relative;
    padding-bottom: 150px;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.fa {
    font-size: 14px;
    padding: 0px 6px;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

    a:hover {
        text-decoration: none;
    }

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

p {
    text-align: left;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    /*display: inline;*/
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    text-decoration: none;
    color: #000;
    background-color: #7D8CFF;
}

#top {
    /*background-color: #EEEEEE;*/
    border-bottom: none;
    /* padding: 4px 0px 3px 0; */
    /* margin: 0 0 20px 0; */
    min-height: 40px;
    margin-bottom: 0;
}

    #top .container {
        /*padding: 0 20px;*/
    }

    #top #currency .currency-select {
        text-align: left;
    }

        #top #currency .currency-select:hover {
            text-shadow: none;
            color: #ffffff;
            background-color: #229ac8;
            background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
            background-repeat: repeat-x;
        }

    #top .btn-link, #top-links li, #top-links a {
        color: #888;
        text-shadow: 0 1px 0 #FFF;
        text-decoration: none;
    }

        #top .btn-link:hover, #top-links a:hover {
            color: #444;
        }

#top-links .dropdown-menu a {
    text-shadow: none;
}

    #top-links .dropdown-menu a:hover {
        color: #FFF;
    }

#top .btn-link strong {
    font-size: 14px;
}

#top-links {
    padding-top: 6px;
    float: right;
}

    #top-links a + a {
        margin-left: 15px;
    }

#logo {
    /*width: 160px;*/
    margin: 0 0 10px 0;
    height: 70px;
    position: relative;
    top: -15px;
}

#search {
    margin-bottom: 10px;
    margin-top: 15px;
}

    #search .input-lg {
        height: 40px;
        line-height: 20px;
        padding: 0 10px;
        border-radius: inherit;
        font-size: 13px;
        font-weight: 300;
        border: none;
        box-shadow: none;
    }

    #search .btn-lg {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 18px;
        text-shadow: inherit;
        color: #fff;
        /*background: #777777;*/
        background: #20296F;
        LETTER-SPACING: 1PX;
        border-radius: inherit;
        font-weight: 400;
        border: none !important;
        outline: none !important;
    }

#cart {
    margin-bottom: 10px;
    margin-top: 14px;
}

    #cart > .btn {
        font-size: 12px;
        line-height: 18px;
        color: #FFF;
    }

    #cart.open > .btn {
        background-image: none;
        background-color: #FFFFFF;
        border: 1px solid #E6E6E6;
        color: #666;
        box-shadow: none;
        text-shadow: none;
    }

        #cart.open > .btn:hover {
            color: #444;
        }

    #cart .dropdown-menu {
        background: #eee;
        z-index: 1001;
    }

    #cart .dropdown-menu {
        min-width: 100%;
    }

        #cart .dropdown-menu table {
            margin-bottom: 10px;
        }

        #cart .dropdown-menu li > div {
            min-width: 427px;
            padding: 0 10px;
        }

        #cart .dropdown-menu li p {
            margin: 20px 0;
        }

#menu {
    background-color: #20296F;
    min-height: 40px;
    border-radius: inherit;
}

    #menu .nav > li > a {
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        padding: 0px 12px 0px 18px;
        min-height: 10px;
        background-color: transparent;
        position: relative;
        /*border-right: 1px solid #666;*/
        border-right: 1px solid #fff;
        line-height: 14px;
        margin-top: 21px;
        top: -8px;
        font-size: 1.2em;
        font-weight: 400;
    }

        #menu .nav > li > a:hover, #menu .nav > li.open > a {
            background-color: rgba(0,0,0,0.1);
        }

    #menu .dropdown-menu {
        background: #FFFFFF;
        border-radius: inherit;
    }

    #menu .dropdown-inner {
        display: table;
    }

        #menu .dropdown-inner ul {
            display: table-cell;
        }

        #menu .dropdown-inner a {
            min-width: 160px;
            display: block;
            padding: 3px 20px;
            clear: both;
            line-height: 20px;
            color: #333333;
            font-size: 12px;
        }

        #menu .dropdown-inner li a:hover {
            color: #FFFFFF;
        }

    #menu .see-all {
        display: block;
        margin-top: 0.5em;
        border-top: 1px solid #DDD;
        padding: 3px 20px;
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 3px 3px;
        font-size: 12px;
    }

        #menu .see-all:hover, #menu .see-all:focus {
            text-decoration: none;
            color: #ffffff;
            background-color: #229ac8;
            background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
            background-repeat: repeat-x;
        }

    #menu #category {
        float: left;
        padding-left: 15px;
        font-size: 16px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }

    #menu .btn-navbar {
        font-size: 15px;
        font-stretch: expanded;
        color: #FFF;
        padding: 2px 18px;
        float: right;
        background-color: #229ac8;
        background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
        background-repeat: repeat-x;
        border-color: #1f90bb #1f90bb #145e7a;
    }

        #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
            color: #ffffff;
            background-color: #229ac8;
        }

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

        #menu div.dropdown-inner > ul.list-unstyled {
            display: block;
        }

        #menu div.dropdown-menu {
            margin-left: 0 !important;
            padding-bottom: 10px;
            background-color: rgba(0,0,0,0.1);
        }

        #menu .dropdown-inner {
            display: block;
        }

            #menu .dropdown-inner a {
                width: 100%;
                color: #fff;
            }

        #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
            background: rgba(0,0,0,0.1);
        }

        #menu .see-all {
            margin-top: 0;
            border: none;
            border-radius: 0;
            color: #fff;
        }
}

#content {
    /*min-height: 600px;*/
}



footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #ccc;
}

    footer a:hover {
        color: #fff;
    }

footer h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.alert {
    padding: 8px 14px 8px 14px;
    /* display: none; */
}

.breadcrumb {
    margin: 0;
    padding: 8px 0px;
    background-color: inherit;
    margin-top: -12px;
}

    .breadcrumb i {
        font-size: 15px;
    }

    .breadcrumb > li {
        padding: 1px 10px;
        position: relative;
        /* white-space: nowrap; */
        /* font-size: 1em; */
    }

    .breadcrumb a {
        color: #3b3c3b;
        font-size: 1em;
        font-weight: 400;
    }

    .breadcrumb > li + li:before {
        content: '';
        padding: 0;
    }

    .breadcrumb > li:after {
        content: '';
        display: block;
        position: absolute;
        top: -3px;
        right: 3px;
        width: 13px;
        height: 24px;
        /* border-right: 1px solid #DDD; */
        border-bottom: 2px solid #afaeae;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-76deg);
    }

.pagination {
    margin: 0;
    /* border: none; */
}

.buttons {
    margin: 1em 0;
    overflow: auto;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05); */
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom,#eeeeee,#dddddd);
    /* background-repeat: repeat-x; */
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        background-color: #1f90bb;
        background-position: 0 -15px;
    }

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom,#fbb450,#f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

    .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
    }

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

    .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
    }

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

    .btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        box-shadow: inset 0 1000px 0 rgba(0,0,0,0.1);
    }

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom,#e06342,#dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

    .btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-image: none;
        background-color: #df5c39;
    }

.btn-link {
    border-color: rgba(0,0,0,0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link[disabled] {
        background-color: rgba(0,0,0,0);
        background-image: none;
        box-shadow: none;
    }

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

    .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        background-color: #222222;
        background-image: linear-gradient(to bottom,#333333,#111111);
    }

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

    .list-group a.active, .list-group a.active:hover, .list-group a:hover {
        color: #444444;
        background: #eeeeee;
        border: 1px solid #DDDDDD;
        /*text-shadow: 0 1px 0 #FFF;*/
    }

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


.product-thumb .image {
    text-align: center;
}

    .product-thumb .image a {
        display: inherit;
    }

        .product-thumb .image a:hover {
            opacity: 0.8;
        }

    .product-thumb .image img {
        margin-left: auto;
        margin-right: auto;
    }

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 20px;
    min-height: 140px;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

    .rating .fa-star + .fa-star-o {
        color: #E69500;
    }

h2.price {
    margin: 0;
}

.product-thumb .price {
    /* color: #444; */
    margin-top: 16px;
    /* font-size: 21px; */
    /* font-weight: normal; */
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}



.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb_Button .button-group button + button {
    width: 20%;
    border-left: 3px solid #ddd !important;
}



@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .thumbnails > li {
        margin-left: 20px;
    }

.thumbnails {
    margin-left: -20px;
}

    .thumbnails > img {
        width: 100%;
    }

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

.flexslider .slides img {
    width: inherit;
}

.flexslider.carousel .slides img {
    width: auto;
}

.slides {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .slides li {
        text-align: center;
    }

        .slides li img {
            text-align: center;
        }

.flex-direction-nav a:before {
    line-height: 40px;
}

.sca-qv-image {
    position: relative;
}

.sca-qv-button-wrap {
    overflow: visible !important;
    position: initial !important;
}

.sca-qv-button {
    padding: 8px 18px !important;
    display: inline-block !important;
    border-radius: 3px;
    text-align: center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-top: -21px !important;
    margin-left: -61px !important;
    opacity: 0;
    border: none;
    z-index: 70999 !important;
}

div.quickview {
    display: block;
    /*margin-top: 40%;*/
    max-height: 50px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
    z-index: 2;
}

.product-thumb:hover div.quickview {
    visibility: visible;
}

.product-thumb:hover .btn-quickview {
    visibility: visible;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0 0 3px #515151;
}

.btn-quickview {
    border-radius: inherit !important;
    letter-spacing: 2px;
    color: #000 !important;
    border-color: none !important;
    box-shadow: inherit !important;
    border: none;
    text-transform: uppercase;
    background: #20296F;
    left: auto;
    min-width: 150px;
    max-height: 40px;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    visibility: hidden;
    width: 140px;
    /*display: inline-block !important;*/
    z-index: 2;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    font-weight: bolder;
}

    .btn-quickview:hover {
        background-color: #20296F !important;
        border-color: inherit !important;
    }

.pshadow :hover .imagedropshadow {
}

.imagedropshadow {
    box-shadow: 3px 5px 5px silver;
}


.product-thumb:hover {
    box-shadow: 0px 0px 16px 1px silver;
}

.modal-product-thumb {
    clear: both;
    display: block;
    text-align: center;
    padding-top: 15px;
    width: 81%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .modal-product-thumb a {
        display: inline-block;
        margin-right: 10px !important;
        margin-top: 5px;
        height: 62px;
        /* overflow: hidden; */
        /*width: 60px !important;*/
        border-radius: inherit;
    }

.main-image {
    margin-top: 40px;
}


.modal-product-thumb a img {
    display: block;
    max-width: 100%;
    height: 100%;
    max-height: 65px;
    /*width: 60px !important;*/
}

.product-main-div {
    height: 300px;
    width: 77%;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-main-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*Dropdown Submenu*/

.dropdown-submenu {
    font-size: 19px;
    position: relative;
    font-weight: 500;
}

    .dropdown-submenu > .dropdown-menu {
        font-size: 12px;
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        border-radius: inherit;
    }

    .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: #3b3c3b;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #3b3c3b;
    }

    .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;
        }

.d-down {
    position: relative;
    display: inline-block;
    border-top: 3px solid;
    border-color: transparent;
    position: relative;
    top: -3px;
}

    .d-down:hover {
        border-top: 3px solid #FFFFFF;
        position: relative;
        top: -3px;
    }


.activeMenu {
    border-top: 3px solid #FFFFFF;
    position: relative;
    top: -3px;
}

.d-down:hover > .dropdown-menu,
.d-down:focus > .dropdown-menu {
    display: block;
    border-top: 2px solid #fff;
    z-index: 99;
}

.d-down:hover > a:after {
    display: block;
}

.d-down > 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;*/
}

.product-thumb_Button {
    margin-bottom: 20px;
}

.product-thumb {
    overflow: auto;
    background: #fff;
}

    .product-thumb .image {
        text-align: center;
    }



        .product-thumb .image a:hover {
            opacity: 0.8;
        }

        .product-thumb .image img {
            margin-left: auto;
            margin-right: auto;
        }

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 10px;
    }
}

.product-thumb h4 {
    font-weight: bold;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}



.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

    .rating .fa-star + .fa-star-o {
        color: #E69500;
    }

h2.price {
    margin: 0;
}


.product-thumb .price-new {
    font-weight: 400;
    font-size: 1.3em;
    color: #000;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb_Button .button-group {
    /*border-top: 1px solid #ddd;*/
    background-color: #eee;
    overflow: auto;
    margin-top: 4px;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb_Button .button-group {
        border-left: none;
    }
}

.product-thumb_Button .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #757575;
    color: #fff;
    height: 41px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    outline: none;
}

    .product-thumb_Button .button-group button + button {
        width: 20%;
        border-left: 1px solid #ddd;
        outline: none;
    }

    .product-thumb_Button .button-group button:hover {
        color: #fff;
        background-color: #20296F;
        text-decoration: none;
        cursor: pointer;
    }

    .view-detail_Button{
        background-color:#20296F!important;
    }

    .view-detail_Button:hover{
        background-color:#3C3C3C!important;
    }

    .wish-list_Button{
        background-color:#464D41!important;
    }

    .wish-list_Button:hover{
        background-color:#464D41!important;
    }

@media (max-width: 1200px) {
    .product-thumb_Button .button-group button, .product-thumb .button-group button + button {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .product-thumb_Button .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .thumbnails > li {
        margin-left: 20px;
    }

.thumbnails {
    margin-left: -20px;
}

    .thumbnails > img {
        width: 100%;
    }

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
    height: 90px;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    /*#content .col-lg-3:nth-child(4n+1),*/
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        /*clear:left;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        /*clear:left;*/
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}


.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #000000 !important;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000000 !important;
    border-radius: 10px;
}

.in-ip-color {
    color: silver;
}


/**SET FOOTER MSG**/
.SetFooterMsg {
    display: none;
    padding: 10px 5px;
    border: solid 1px deepskyblue;
    margin-top: 15px;
    font-size: 15px;
}

/***search pagination***/
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    padding: 8px 10px;
    border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    padding: 8px 17px;
    background-color: #20296F;
    border-color: #20296F;
    color: #fff;
    border: none;
}

.pagination > li > a, .pagination > li > span {
    padding: 8px 14px;
    color: #777;
    margin-left: 4px;
    border: none;
    font-size: 1.5em;
    font-weight: 400;
}

/*****header fixed*/
.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}
/***CHECKOUT PAGE***/
.SetCheckooutShipping {
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.setloginCheck {
    padding: 20px 0px;
}

/****Set product page*/
.setProductImage {
    height: 300px;
    border: 1px solid #ddd;
    padding: 10px 10px;
}

    .setProductImage img {
        height: 100%;
    }

.setProductImage1 {
    height: 300px;
    padding: 10px 10px;
}

    .setProductImage1 img {
        height: 100%;
    }

.sethomeproductImage {
    padding: 10px 10px;
    height: 230px;
    width: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .sethomeproductImage img {
        max-height: 100%;
        max-width: 100%;
    }

.sethomeproductImage1 {
    padding: 10px 10px;
    height: 230px;
    width: 210px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .sethomeproductImage1 img {
        max-height: 100%;
        max-width: 100%;
    }

.setbtnGrpwidth {
    width: 20% !important;
    border-right: none !important;
}

.SetbackColor {
    background: #20296F !important;
}

.caption .titleSet {
    color: #20296F;
    font-size: 1.5EM;
    font-weight: 500;
}

    .caption .titleSet:hover {
        border-bottom: 1px solid #20296F;
    }

/* slider */
.setBackSlider {
    background-size: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    margin-top: 9px;
}

.carousel-inner {
    border: 1px solid #ddd;
}


.setTakeAction {
    background: #20296F;
    border: none;
    border-radius: inherit;
}
/***anchor link*/
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
    background-color: inherit;
    background-image: inherit;
    border-color: inherit;
    color: #20296F;
    font-size: 13px;
    font-weight: 700;
}

.dropdown-menu > li > a {
    font-size: 15px;
    color: #3b3c3b;
    font-weight: 400;
}
/***order history**/
.paymentDiv h5 {
    font-size: 1.2em;
    color: #20296F;
    font-weight: 500;
}

.shippingDiv {
    border: 1px solid #ddd;
    padding: 7px 15px;
    background: #f5f5f5;
}

.Datediv {
    background: #f5f5f5;
    padding: 7px 15px;
    width: auto;
    max-width: 15%;
    margin-bottom: 11px;
    border-bottom: 1px solid #ccc;
}

.setmargin_h2 {
    margin: 0;
}

.setProductMargin {
    margin-top: 15px;
}

/**sharedwishlist detail**/
.sharedimg {
    max-width: 100%;
    height: auto;
}

/**Summary page**/
.setsumBorder {
    border-top: 1px solid #ddd;
}

.setBorderSummary {
    background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin-top: 15px;
}

.setShipingBorder {
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.summryBtn {
    margin-top: 10px;
}

.footerSet {
    position: absolute;
    bottom: 0;
    border-top: 4px solid #FFFFFF;
    height: 217px;
    width: 100%;
    background-color: #20296F;
    color: #e2e2e2;
}

.SetShiipingSummary {
    float: left;
    width: 65%;
}

    .SetShiipingSummary label {
        font-size: 1.2em;
        font-weight: 500;
        color: #20296F;
    }

.SetSummaryRightDiv {
    float: right;
    width: 35%;
    text-align: right;
}

    .SetSummaryRightDiv label {
        color: #3c3b3c;
        font-weight: 500;
        font-size: 1.2em;
    }

.SummaryDivMargin {
    margin-bottom: 10px;
}

.SetOrderTotalSummary {
    background: #FFF;
    padding: 15px 7px;
}

.SummaryMainDiv {
    padding: 0px 6px;
}

.SetSummaryBackOrder {
    background: #ececec;
    margin-top: 43px;
    border: 1px solid #ddd;
    padding: 20px 20px;
}

.ReviewItemMargin {
    margin-top: 30px;
}
/**CREDITCARDINPUT**/
.creditcardinput table td {
    padding: 5px;
}

/**product popup modal***/
.SetMarginbtn {
    margin-top: 20px;
}

.stockSet {
    color: #fa0707;
    font-weight: 400;
    padding: 0px 3px;
    font-size: 1.05em;
}

.inStockSet {
    color: #009343;
    font-weight: 400;
    /* padding: 0px 0px; */
    font-size: 1.05em;
}

.modalAddCart {
    float: left;
    width: 45%;
}

.modalWishList {
    float: right;
    position: relative;
    top: 21px;
    z-index: 1;
    width: 45px;
    height: 45px;
    right: -8px;
}


.setCapMatter {
    color: #000;
    text-align: left;
    line-height: 150%;
    font-size: 1em;
    font-weight: 400;
    margin-top: 12px;
    height: 85px;
}
/**product index**/
.form-horizontal .control-label {
    text-align: left;
}

/**Address book**/
.address {
    margin-bottom: 15px;
    min-height: 110px;
}

.well {
    border: 1px solid #ddd;
    padding: 10px 10px;
    background: #f5f5f5;
    border-radius: inherit;
}

.addressclosebtn {
    padding: 2px 4px;
}

/**order history**/
.accountviewbtn {
    padding: 4px 15px;
    color: #20296F;
    font-weight: 500;
    font-size: 1.1em;
}

/***** ERROR PAGE ***/
.ErrorContent {
    padding-bottom: 99px;
}

.setErrordiv {
    text-align: center;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 1px solid #ddd;
    margin-top: 90px;
    padding: 20px 6px;
    background: #f5f5f5;
}

.FooterError {
    height: 50px;
}

    .FooterError p {
        margin-top: 15px;
    }
/*modal setup*/

.setFooterModal {
    padding: 20px;
}

.CloseModal {
    font-size: 27px;
}
/**header cart */
.setCartBtn {
    float: left;
    /* border: 1px solid #ddd; */
    background: #20296F;
    padding: 8px 10px;
    width: 18%;
}

.setCartInput {
    padding: 20px 13px;
    color: #fff;
    outline: none;
    border: none;
    background: #20296F;
    text-align: left;
    border-radius: inherit;
}

    .setCartInput:hover {
        color: #fff;
    }
/**home section */
.SetAccountLogo {
    height: 14px;
    position: relative;
    top: -1px;
}

.SetLogoMain {
    height: 100%;
    /*width: 100%;*/
}

.SetHead {
    color: #fff;
}

.setheadBack {
    background: url('/store/themes/Evolution/Images/icons/demo12.jpg') center;
    background-size: cover;
    color: #fff;
    padding: 1px 10px;
}

.setheadBack1 {
    background: url('/store/themes/Evolution/Images/icons/demoImage.jpg') center;
    background-size: cover;
    color: #fff;
    padding: 1px 10px;
}

.setWishBack {
    margin-left: -2px;
    display: block;
}

/*.setWishBack:hover {
        background: url('/store/themes/Evolution/Images/icons/icon_addtowishlist_hover.png') center;
        background-repeat: no-repeat;
        height: 40px;
        background-size: cover;
    }*/

.setCartBack {
    height: 40px;
    margin-left: -10px;
    display: block;
}

    .setCartBack:hover {
        background: url('/store/themes/Evolution/Images/icons/icon_addtocart_hover.png') center;
        background-repeat: no-repeat;
        height: 40px;
        background-size: cover;
    }

.ButtonHover:hover {
    background-color: #3c3c3c !important;
}

.setBoxesTop {
    margin-top: 30px;
}

.setBoxesTop1 {
    margin-top: 14px;
}

.setMatterEdit {
    background: #fff;
    padding: 12px 17px;
    font-size: 1em;
    color: #757575;
    line-height: 160%;
    font-weight: 400;
    margin-bottom: 15px;
}

.setDeliverDiv {
    float: left;
    width: 36%;
    margin-left: 173PX;
    COLOR: GRAY;
    FONT-SIZE: 11PX;
}

.homeProductplus {
    float: left;
}

.setCartText {
    float: left;
    padding: 9px 15px;
    width: 82%;
    height: 41px;
    background: #fff;
    color: #20296F;
}

.ItemSetCart {
    font-size: 1.05em;
    font-weight: 400;
    padding: 0px;
    color: #a4a3a3;
}

.ValueItemSet {
    font-size: 1.3em;
    font-weight: 700;
}

#menu .nav > ul:nth-last-child(n+2) {
    border-right: none;
}
/**homepage quickview*/
.btnAddCart {
    background: #20296F;
    vertical-align: bottom;
    color: #FFF;
    BORDER-radius: inherit;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}

    .btnAddCart:focus {
        background: #20296F;
        vertical-align: bottom;
        color: #FFF;
        BORDER-radius: inherit;
        outline: none;
        border: none;
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 300;
    }

    .btnAddCart:hover {
        background: #7D8CFF;
        vertical-align: bottom;
        color: #000;
        BORDER-radius: inherit;
        outline: none;
        border: none;
    }

a.thumbnail.selected .focus {
    border: 2px solid #7D8CFF !important;
}

.setBorderCross {
    float: right;
    border-left: 1px solid #ddd;
    height: 39px;
    margin-top: -19px;
    margin-right: -14px;
}

.ClosebtnPop {
    margin-top: -3px !important;
    padding: 10px !important;
    opacity: 1;
}

.setimageCross {
    height: 20px;
    width: 15px;
    margin-left: 4px;
}

.product-title {
    color: #20296F;
    font-size: 1.8em;
    font-weight: 500;
    word-wrap: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.modal-lg {
    width: 780px;
}

.SetmodalBorder {
    border-radius: inherit;
}

.setWishIcon {
    font-size: 32px;
    color: #20296F;
    cursor: pointer;
}

.setQuickMatter {
    text-align: left;
    background: #ebebeb;
    padding: 10px 16px;
    color: #000;
    font-size: 1em;
    font-weight: 400;
}

.setModalFoot {
    background: #ebebeb;
    padding: 15px 20px 6px;
}

.SetRightAllign {
    float: left;
    width: 50%;
    position: relative;
    top: -11px;
}

.ShareClassSet {
    float: right;
    width: 40%;
}

.ShareMatter {
    float: left;
    width: 25%;
    font-size: 1.6em;
    color: #777777;
    font-weight: 400;
}

.AlignSocialIcon {
    float: left;
}

.SetIconul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    top: -7px;
}

    .SetIconul li {
        float: left;
        padding: 0px 5px;
    }

.setColorIcons {
    color: #757575;
    font-size: 18px;
}

.setRightStock {
    color: #009343;
    padding: 0px 1px;
}

.setRemoveStock {
    color: red;
    padding: 0px 1px;
}

.SetStockTop {
    margin-top: 10px;
}

.LabelFontSet {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.form-control {
    border-radius: inherit;
    box-shadow: inherit !important;
    outline: none !important;
    height: 40px;
    border: none;
}

.setpopWish {
    /*background: url('/store/themes/Evolution/Images/icons/wishListIcon.png');
    background-repeat: no-repeat;
    height: 43px;*/
    cursor: pointer;
    color: #20296F;
    font-size: 45px;
    /*background-size: cover;*/
}

/*.setpopWish:hover {
        background: url('/store/themes/Evolution/Images/icons/wishListIconHover.png');
        background-repeat: no-repeat;
        height: 43px;
        cursor: pointer;
        background-size: cover;
    }*/

.setmodalwidth {
    width: 940px;
}

.SetIconDiv {
    width: 30px;
    height: 36px;
}

    .SetIconDiv img {
        height: 100%;
    }

.dropdown-submenu .dropdown-menu {
    background: #7D8CFF !important;
    border-radius: inherit;
    margin-left: 1px;
    border-left: none;
    margin-top: 7px;
}

    .dropdown-submenu .dropdown-menu li > a:hover {
        background: #96A3FF !important;
    }

/*** pop up spinner Input*/
.spinner {
    width: 50%;
}

    .spinner input {
        text-align: left;
        border: 1px solid #ddd;
    }

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 30%;
    vertical-align: middle;
    display: table-cell;
}

    .input-group-btn-vertical > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 9.5px;
        margin-left: -1px;
        position: relative;
        border-radius: 0;
        background-color: inherit;
        background-image: inherit;
        border-color: #ddd;
        box-shadow: inherit;
        outline: none;
    }

        .input-group-btn-vertical > .btn:first-child {
            border-top-right-radius: inherit;
        }

        .input-group-btn-vertical > .btn:last-child {
            margin-top: -2px;
            border-bottom-right-radius: inherit;
        }

    .input-group-btn-vertical i {
        position: absolute;
        top: 2px;
        left: 3px;
        font-size: 1.3em;
        color: #000;
        font-weight: 600;
    }


/**CATEGORY PAGE **/
.setCategoryBanner {
    height: 200px;
    background-size: cover;
}

.SetCategoryTitle {
    margin-top: 15px;
    background: #fff;
    padding: 7px 16px;
}

    .SetCategoryTitle h1 {
        margin-top: 0;
        font-size: 2.2em;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 300;
        color: #3B3C3B;
        font-family: "Roboto",sans-serif;
    }

.CategoryProduct {
    margin-top: 15px;
}

.SetGridDiv {
    width: 23%;
}

.setGridLeft {
    float: left;
    width: 9%;
}

.setListRight {
    float: left;
    width: 11%;
    margin-left: 10px;
}

.GridBtnset {
    background-color: #20296F;
    background-image: none;
    color: #fff;
    border-radius: inherit;
    padding: 0;
    text-shadow: none;
    outline: none !important;
    border: none;
}

    .GridBtnset i {
        font-size: 20px;
        padding: 5px 6px;
    }

.ListBtnset {
    background-color: #adadad;
    background-image: none;
    color: #fff;
    border-radius: inherit;
    padding: 0;
    text-shadow: none;
    outline: none !important;
    border: none;
}

    .ListBtnset i {
        font-size: 20px;
        padding: 5px 6px;
    }

.SetPagerNav {
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: inherit;
    border: none;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: inherit;
    background: #20296F;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #757575;
    background: #fff;
}

.setBorderLi a {
    border-left: 1px solid gray;
}

.list-group-item:first-child {
    border-radius: inherit;
    border: none;
}

.list-group-item {
    border: none;
}

.SetLeftMenuDiv {
    background: #fff;
    padding: 10px 10px;
    line-height: 110%;
    font-size: 13px;
    display: block;
}

.SetLeftMainul {
    list-style-type: none;
    padding: 0;
}

    .SetLeftMainul li a {
        /*font-size: 1.05em!important;
    color: #3c3b3c!important;
    font-weight: 400!important;*/
    }

.SetLeftSubLIst {
    border-left: 3px solid #FFFFFF;
}

.setChildLeftli {
    list-style-type: none;
}

.setChildFont {
    font-size: 11px;
}

.setParentFont {
    font-size: 15px;
}

.setBoxSelectProduct {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none;
    font-size: 1.3em !important;
    color: #464646;
    font-weight: 300;
    outline: none;
    border: none;
    box-shadow: inherit !important;
}
/***PRODUCT PAGE**/
.SetProductMainDiv {
    background: #fff;
    padding: 10px 35px;
    padding-bottom: 30px;
}

.SetProductSlick {
    width: 85%;
}

.setProductLarge {
    width: 80%;
}

.SetProductSlick a {
    margin-right: 15px !important;
}

.ProductSocialDiv {
    margin-top: 25px;
}

.SetShareProduct {
    font-size: 1.3em;
    font-weight: 400;
    color: #777;
}

.ProductSetIconul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    top: -4px;
}

    .ProductSetIconul li {
        float: left;
        padding: 0px 9px;
        margin-left: -15px;
    }

.setTopDiv {
    margin-top: 20px;
}

.SetDesciLabel {
    font-size: 1.6em;
    font-weight: 300;
}

.SetDescDiv {
    margin-top: 10px;
    color: #858585;
    line-height: 160%;
}

.setCUrsor {
    cursor: pointer;
}

.ProductReviewMain {
    margin-top: 40px;
}

.ReviewTitle {
    text-align: center;
}

    .ReviewTitle h1 {
        font-weight: 300;
    }

.LeaveBtn {
    width: 18%;
    text-align: center;
    padding: 10px 2px;
    font-size: 15px;
    color: #E2E1D8;
    background: #20296F;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.ReviewFormAppl {
    border: 1px solid #ddd;
    padding: 10px 25px;
    margin-top: 20px;
}

.SetDisplayReview {
    border: 1px solid #ddd;
    padding: 0px 30px;
    margin-top: 20px;
    padding-top: 25px;
    overflow-y: scroll;
}

.SetReviewLeft {
    float: left;
    font-size: 17px;
}

.SetReviewRight {
    float: right;
}

.ReviewDescrption {
    margin-bottom: 40px;
    margin-top: 10px;
    color: #757575;
    line-height: 160%;
}

.Filledstar {
    color: #bf9f7e;
    font-size: 15px;
    padding: 0px 2px;
}

.EmptyStar {
    color: #bf9f7e;
    font-size: 15px;
    padding: 0px 2px;
}

.MightLikeTitle {
    text-align: center;
}

    .MightLikeTitle h2 {
        font-weight: 300;
    }

.SimilarProductDiv {
    margin-top: 40px;
}

.ProductbtnAddCart {
    background: #777;
    vertical-align: bottom;
    color: #FFF;
    BORDER-radius: inherit;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 400;
}

    .ProductbtnAddCart:hover {
        background: #7D8CFF;
        vertical-align: bottom;
        color: #FFF;
        BORDER-radius: inherit;
        outline: none;
        border: none;
    }

.SubmitReviewbtn {
    background: #20296F;
    vertical-align: bottom;
    color: #FFF;
    BORDER-radius: inherit;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
}

    .SubmitReviewbtn:hover {
        background: #7D8CFF;
        vertical-align: bottom;
        color: #FFF;
        BORDER-radius: inherit;
        outline: none;
        border: none;
    }

.SetGridProduct {
    margin: 10px;
}

.MinusIcon {
    color: #777;
    float: right;
}

.PlusIcon {
    color: #777;
    float: right;
}

.SetSpecificBorder {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.SetDescBorder {
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}

.ToggleTitle {
    float: left;
}

.SetSelectBoxProduct:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    right: 54px;
    top: 234px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.SetTextareaBorder {
    border: 1px solid #ddd;
}

.ProductMainTitle {
    color: #20296F;
    font-size: 1.8em;
    font-weight: 500;
}

.accordion .SetCheckoutColor {
    background-color: #777;
    padding: 10px 15px;
    color: #fff;
}
/****Checkout**/
.SetCheckoutDiv {
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
}

#accordion .SetCheckoutColor {
    background-color: #777;
    padding: 10px 15px;
    color: #fff;
}

.panel-default > .panel-heading {
    border: none;
    border-radius: inherit;
}

.panel-group .panel {
    border-radius: inherit;
    border: none;
    box-shadow: inherit;
}

.panel-body {
    background: #ececec;
    border-top: none;
}

.SetCheckoutColor.panelTitle {
    color: green;
}

.finance {
    color: #20296F;
}

.SetCheckoutColor .finance {
    color: #fff;
}

.forex {
    color: #20296F;
}

.SetCheckoutColor .forex {
    color: #fff;
}

.SetArrowToggle {
    float: right;
    background: #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 1px 0px;
}

.setIconArrow {
    font-size: 1.4em;
    color: #20296F;
    padding: 0px 5px;
}

.SetTitlePannel {
    float: left;
    position: relative;
    top: 2px;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
}

.SetShippingLabel {
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 13px;
    color: #3c3b3c;
}

.ShippingInputSet {
    font-size: 1.5em !important;
    color: #464646;
    font-weight: 300 !important;
}

.setBoxSelect1 {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 1.3em !important;
    color: #464646;
    font-weight: 300;
    border: 1px solid #ddd;
}

.SetSelectBox1:after {
    content: '\f107';
    font-family: FontAwesome;
    /* color: #0ebeff; */
    right: 28px;
    top: 25px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    /* border-left: 1px solid #0ebeff; */
    position: absolute;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

.SaveContinueBtn {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

.GuestCheckoutBtn {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

.EmailContinue {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

.MethodContineBtn {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

.PaymentSaveContinue {
    font-size: 1.5em;
    font-weight: 400;
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

.NewCustomerSet {
    font-size: 2em;
    font-weight: 400;
    margin-bottom: 13px;
    color: #3c3b3c;
}

.CheckoutInputOption {
    font-size: 1.2em !important;
    color: #464646;
    font-weight: 300 !important;
}

/***HOME PAGE SignIn NAVIGATION*/
.setMainDrop {
    position: absolute;
    /* margin-left: -102%; */
    z-index: 999999;
    background: #fff;
    min-width: 750px;
    margin-left: -390px;
    padding: 33px 0px;
    margin-top: 11px;
    border-radius: inherit;
    box-shadow: inset 0px -7px 0px #afaeae;
    -webkit-box-shadow: inset 0px -7px 0px #afaeae;
    -moz-box-shadow: inset 0px -7px 0px #afaeae;
    border: 1px solid #afaeae;
}

    .setMainDrop:before {
        content: "";
        position: absolute;
        /* right: 16px; */
        top: -10px;
        left: 413px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #fff transparent;
        z-index: 9999;
    }

.SetRegisterTitle {
    font-weight: 300;
    color: #777;
    font-size: 2.25em;
}

.LabelTextSet {
    font-size: 1.45em;
    color: #464646;
    font-weight: 300;
}

.LabelTextSet1 {
    font-size: 1.3em;
    color: #464646;
    font-weight: 300;
}

    .LabelTextSet1 a:hover {
        color: #464646 !important;
        font-weight: 300;
    }

.FormSetMargin {
    margin-top: 20px;
}

.SetRegisterInput {
    background: #eee;
    font-size: 1.45em !important;
    color: #464646;
    font-weight: 300;
}

.SetForgotRight {
    float: right;
}

.SetPasswordLeft {
    float: left;
}

.SetArow {
    color: #20296F;
    font-size: 1.4em;
}

.SetSignInBtn {
    font-size: 1.5em;
    color: #fff;
    font-weight: 400;
    width: 100%;
    border: none;
    border-radius: inherit;
    background: #20296F;
    outline: none !important;
}

    .SetSignInBtn:hover {
        font-size: 1.5em;
        color: #fff;
        font-weight: 400;
        width: 100%;
        border: none;
        border-radius: inherit;
        background: #20296F;
    }

.SetAccountP {
    font-size: 1.2em;
    color: #464646;
    font-weight: 300;
    line-height: 120%;
    width: 105%;
}

    .SetAccountP a {
        font-size: 1.2em;
        color: #c1a081;
        font-weight: 500;
        line-height: 120%;
        width: 105%;
    }

.SetAccountul {
    font-size: 1.2em;
    color: #464646;
    font-weight: 300;
    line-height: 120%;
    list-style-type: disc;
}

.setCreateAccountTop {
    margin-top: 11px;
}

.SetCreateBtn {
    font-size: 1.5em;
    color: #fff !important;
    font-weight: 400;
    width: 100%;
    border: none;
    border-radius: inherit;
    background: #afaeae;
    outline: none !important;
}

    .SetCreateBtn :hover {
        font-size: 1.5em;
        color: #fff !important;
        font-weight: 400;
        width: 100%;
        border: none;
        border-radius: inherit;
        background: #afaeae;
        outline: none !important;
    }

.btn:focus {
    color: #fff;
}

.SignInPageSet {
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/***PopUp Sucess*/
.setModalSuccess {
    background: #109248;
}

.ModalTitleMain {
    width: 79%;
}

.SetShoppingTitle {
    float: left;
    font-size: 1.6em;
    color: #fff;
    font-weight: 300;
}

.SetQualityItems {
    float: right;
    font-size: 1em;
    color: #fff;
    font-weight: 300;
    position: relative;
    top: 8px;
}

.SetBorderleft {
    border-right: 2px solid #0a7739;
    padding: 0px 8px;
}

    .SetBorderleft a {
        color: #fff;
    }

.ContinShopping {
    padding: 0px 10px;
}

.PopImageLeft {
    float: left;
    width: 45%;
}

.PopInfoRight {
    float: left;
    margin-top: 11px;
    width: 54%;
}

.SetSucessLogo {
    height: 30px;
    position: relative;
    top: -1px;
}

.CartCountSet {
    font-size: 2em;
    color: #777;
    font-weight: 400;
}

.SetSkuCodeSucess {
    font-size: 0.8em;
    color: #777;
    font-weight: 500;
}

.CountMainDiv {
    text-align: center;
}

.TaxSet {
    font-size: 1.1em;
    color: #777;
    font-weight: 500;
}

.ProceedBtn {
    width: 73%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.SetBorderLeftDiv {
    border-left: 1px solid #999;
}

.CheckOutWith {
    float: left;
}

    .CheckOutWith label {
        font-size: 1em;
        font-weight: 300;
        color: #777;
        margin-top: 7px;
        text-align: center;
    }

.SetPaypalDiv {
    width: 62%;
    float: left;
}

    .SetPaypalDiv img {
        width: 60%;
    }

.SetMainPaypal {
    width: 68%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.SetCloseBtn {
    opacity: 1;
}

.SetSucessCross {
    height: 25px;
    width: 20px;
}

/**Add to cart **/
.SetShopBag {
    margin-top: 0;
}

.CartProduct {
    margin-top: 20px;
    background: #fff;
    padding: 20px 15px;
    border-bottom: 3px solid #e0e0e0;
}

.SetBorderTable > thead > tr > th {
    border-bottom: none !important;
    background: #ebebeb;
    color: #20296F;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
}

.SetBorderTable > tbody > tr > td {
    padding: 27px 0px;
}

.CartImage {
    height: 60px;
}

.setWidhQuant {
    float: left;
}

.SetUpdateDiv {
    float: left;
    margin-left: 25px;
}

.SetUpdateBtn {
    background: transparent;
    border: none;
    outline: none !important;
    box-shadow: inherit !important;
}

.CartCouponDiv {
    float: left;
    width: 80%;
}

    .CartCouponDiv label {
        font-size: 1.3em;
        font-weight: 400;
        margin-bottom: 13px;
        color: #3c3b3c;
        position: relative;
        top: 7px;
    }

.CartShippingDiv {
    float: left;
    width: 35%;
}

    .CartShippingDiv label {
        font-size: 1.3em;
        font-weight: 400;
        margin-bottom: 13px;
        color: #3c3b3c;
        position: relative;
        top: 7px;
    }

.SetCartInputBox {
    float: left;
    width: 65%;
}

.SetCartShipInput {
    width: 100% !important;
    font-size: 1.5em !important;
    color: #464646;
    font-weight: 300;
}

.SetSelectBox2:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    right: 28px;
    top: -7px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.GetQuoteDiv {
    float: right;
    margin-top: 15px;
}


.SetGetQuoteBtn {
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
}

.SetAllTotalDiv {
    float: right;
    width: 24%;
    padding: 4px 15px;
}

.SetAllTotalDiv1 {
    float: right;
    width: 24%;
    background: #ecebec;
    padding: 15px 15px;
    line-height: 196%;
}

.SetSubTotalDiv {
    float: left;
    width: 52%;
}

.SetRightTotalDiv1 {
    float: right;
    width: 48%;
    text-align: right;
}

    .SetRightTotalDiv1 label {
        color: #3c3b3c;
        font-weight: 500;
        font-size: 1.3em;
    }

.SetRightTotalDiv {
    float: right;
    width: 48%;
    text-align: right;
}

    .SetRightTotalDiv label {
        color: #3c3b3c;
        font-weight: 500;
        font-size: 1.3em;
    }

.SetSubTotalDiv label {
    font-size: 1.3em;
    font-weight: 500;
    color: #20296F;
}

.SetBottomLine {
    border-bottom: 1px solid #ddd;
    margin-top: 11px;
}



.SetPriceCart {
    font-size: 1.2em;
    font-weight: 400;
    color: #000;
}

.setCouponCode {
    background: #ececec !important;
}

.SetCouponMain {
    width: 15%;
    margin-left: 17px;
}

.SetLeftCoupon {
    float: left;
}

    .SetLeftCoupon label {
        font-size: 1.1em;
        font-weight: 400;
    }

.SetRightClose {
    float: right;
}

.SetRemoveCoup {
    background: transparent;
    border: none;
    outline: none;
}

.SetCouponModal {
    font-size: 1.4em;
    font-weight: 400;
    color: #3c3b3c;
}

.SetTitlePannel1 {
    position: relative;
    top: 4px;
    font-size: 1.3em;
    font-weight: 500;
}

.breadcrumb > .active {
    color: #3c3b3c;
}
/***SignIn page*/
.SignInPage {
    background: white;
    padding: 40px 25px;
}

/***Wishlist page*/
.WishImgDiv {
    width: 100px;
    height: 80px;
}

    .WishImgDiv img {
        height: 100%;
    }

.SetStockColor {
    color: #109248;
    font-weight: 400;
    font-size: 1.05em;
}

.OutStockColor {
    color: #fa0707;
    font-weight: 400;
    font-size: 1.05em;
}

.RemoveTxtWish {
    font-size: 1em;
    color: #777;
    font-weight: 400;
    text-decoration: underline;
    padding: 0px 6px;
    position: relative;
    top: 9px;
}

.SetEditText {
    position: relative;
    top: -4px;
}

.AddToWish {
    font-size: 1.2em;
    font-weight: 400;
}

.RemoveImgSet {
    width: 25px;
}

.EditImgSet {
    width: 30px;
}

.SharedWishTitle {
    float: left;
    position: relative;
    top: -18px;
}

.FullStockDiv {
    position: relative;
    top: 4px;
}

.SetWishRemove {
    position: relative;
    top: 5px;
}
/**All fonts set */
.setFontNav {
    font-weight: 500;
    color: #3b3c3b !important;
    font-size: 1em;
}

.ContactSet {
    font-weight: 700;
    color: #3b3c3b;
    font-size: 1em;
}

.setBoxesTop1 h2 {
    font-weight: 300;
    color: #3b3c3b;
    font-size: 2.2em;
}

.button-group span {
    font-weight: 500;
    font-size: 1.05em;
    color: #fff;
}

.PopPriceSet {
    font-weight: normal;
    margin-top: 0;
    font-size: 1.3em;
    color: #000;
    margin-bottom: 20px;
}

.setBoxSelect {
    -webkit-appearance: none; /*Removes default chrome and safari style*/
    -moz-appearance: none;
    font-size: 1.5em !important;
    color: #464646;
    font-weight: 300;
    border: 1px solid #ddd;
}

.SetSelectBox:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    right: 28px;
    top: -7px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #20296F;
    border-width: 2px;
    outline: none;
}

.SetSkuCode {
    font-size: 0.8em;
    color: #777;
    font-weight: 500;
    margin-top: -12px;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: none !important;
    left: 0 !important;
    background: none !important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
/*.navbar-nav>li{
    float:none;
}*/
.nav > li {
    display: inline-block;
}

.SetDeliverText {
    position: relative;
    top: 9px;
    font-size: 1em;
    color: #777;
    font-weight: 400;
    height: 20px;
}
/**footer css*/
.SetFooterContact {
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
}

.SetFooterConnect {
    font-size: 1.2em;
    font-weight: 400;
    color: #fff;
}

.SetAddress {
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0;
}

.SetPlaneIcon {
    font-size: 0.95em;
    color: #fff;
    position: relative;
    top: -7px;
}

.VIPEmail {
    color: #20296F;
    font-weight: 300;
    font-size: 2em;
}

.VipMatter {
    font-weight: 300;
}

.SetSubscribeBtn {
    background: #20296F;
    color: white;
    border: none;
    border-radius: inherit;
    line-height: 20px;
    outline: none !important;
}
/***CONTACT US PAGE */
.SetContactFull {
    background: #fff;
    margin-top: 25px;
    padding: 20px 20px;
    border-bottom: 3px solid #e0e0e0;
}

.ContactFormDiv {
    background: #ececec;
    padding: 40px 40px;
}

.SetContactTitle span label {
    font-size: 2.39em;
    font-weight: 300;
    color: #20296F;
}

.SetPlaneContact {
    height: 28px;
    position: absolute;
    top: 20px;
}

.PlanePadingSet {
    padding: 5px;
}

.FormMarginTop {
    margin-top: 20px;
}

.SetMesDiv {
    float: right;
}

.SetSendMessage {
    font-size: 1.5em;
    font-weight: 400;
}

.SetLocationImg {
    width: 100%;
    height: 100%;
}

.ImageLeftDiv {
    float: left;
    position: relative;
    top: 20px;
    width: 50px;
    height: 50px;
}

.TitleRightDiv {
    float: right;
    width: 72%;
}

    .TitleRightDiv h2 {
        font-size: 1.5em;
        font-weight: 500;
        color: #20296F;
    }

.ContactMarginTop {
    margin-top: 30px;
    margin-bottom: 20px;
}

.SetContInfo {
    font-size: 1em;
    color: #464646;
    font-weight: 400;
    word-break: break-all;
}

/***Address Book*/
.SetAddressFull {
    margin-top: 20px;
    background: #fff;
    padding: 20px 15px;
    border-bottom: 3px solid #e0e0e0;
}

.SetAddressDiv {
    float: right;
    margin-bottom: 20px;
}

.AddressDivColum {
    border: 1px solid #c4c4c4;
    margin-bottom: 25px;
    box-shadow: 0px 4px 0px #e6e6e6;
    -webkit-box-shadow: 0px 5px 0px #e6e6e6;
}

    .AddressDivColum:hover {
        background: #FFFFFF;
        color: #fff;
    }

.SetEditRemove {
    border-top: 1px solid #c4c4c4;
}

.setAddressInner {
    padding: 10px 11px;
}

.SetEditLeftDiv {
    float: left;
    width: 46%;
    border-right: 1px solid #ccc;
}

.SetRemoveRightDiv {
    float: right;
    width: 52%;
    /* padding: 5px 5px; */
}

.AddressEditImgSet {
    background: url(/store/themes/Evolution/Images/icons/editIcon.png);
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    /* padding-left: 15px; */
    position: relative;
    top: 3px;
}

.AddressDivColum:hover .AddressEditImgSet {
    background: url(/store/themes/Evolution/Images/icons/edit.png);
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    /* padding-left: 15px; */
    position: relative;
    top: 3px;
}

.AddressRemoveImgSet {
    background: url(/store/themes/Evolution/Images/icons/removeIcon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding: 3px 0px;
    top: 8px;
    padding-left: 20px;
}

.AddressDivColum:hover .AddressRemoveImgSet {
    background: url(/store/themes/Evolution/Images/icons/trash.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding: 3px 3px;
    top: 8px;
    padding-left: 20px;
}

.SetLeftPadding {
    padding: 3px 10px;
}

.SetRightPadding {
    /* padding: 0px 0px; */
}

.SetAddressMain {
    color: #20296F;
    font-size: 1.5EM;
    font-weight: 500;
    margin-bottom: 6px;
}

.AddressDivColum:hover .SetAddressMain {
    color: #fff;
}

.AddressDivColum:hover .RemoveTxtWish {
    color: #fff;
}

.SetAllFOntUl {
    font-size: 1.05em;
    font-weight: 400;
    color: #3c3b3c;
}

.SelectAddress {
    width: 100%;
}
/**VIEW ORDER PAGE***/
.SetViewOrderMain {
    background: #E2E1D8;
    padding: 29px 29px;
}

.PaymentMethodDiv {
    font-size: 1em;
    color: #3c3b3c;
    font-weight: 400;
}

.MethodPayDiv h5 {
    font-size: 1.2em;
    color: #3c3b3c;
    font-weight: 500;
}

.SetMarginMethod {
    margin-top: 25px;
}

.SetBorderTablePayment > thead > tr > th {
    border-bottom: none !important;
    background: #fff;
    color: #20296F;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
}

.table .table {
    background-color: transparent;
}

.SetBorderTablePayment > tbody > tr > td {
    padding: 27px 0px;
    border-bottom: 1px solid #ddd;
}

.SetBorderTableOrderView > tbody > tr > td {
    padding: 7px 0px;
    font-size: 1.2em;
    font-weight: 400;
    vertical-align: middle;
}

.SetBorderTableOrderView > thead > tr > th {
    border-bottom: none !important;
    background: #ebebeb;
    color: #20296F;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 500;
}

.SetAllTotalDivOrder {
    float: right;
    width: 40%;
    padding: 4px 15px;
}

.SetSubTotalDivOrder {
    float: left;
    width: 52%;
}

    .SetSubTotalDivOrder label {
        font-size: 1.1em;
        font-weight: 500;
        color: #20296F;
        text-transform: uppercase;
    }

.SetRightTotalDivOrder1 {
    float: right;
    width: 48%;
    text-align: right;
}

    .SetRightTotalDivOrder1 label {
        color: #3c3b3c;
        font-weight: 500;
        font-size: 1.1em;
        text-transform: uppercase;
    }

.SetAllTotalDivOrder1 {
    float: right;
    width: 40%;
    background: #fff;
    padding: 15px 15px;
    line-height: 196%;
}

.OrderUpArrow {
    font-size: 2em;
    color: #fff;
    font-weight: 300;
    float: right;
    padding-right: 25px;
}

.SetBack {
    background: #afaeae;
    color: #fff !important;
}
/***Privacy policy*/
.PrivacyQuickLink {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1.5em;
}

.SetLinksul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.SetllinksLi {
    color: #20296F;
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 15px;
    text-decoration: underline;
}

.SetPrivacyFull {
    background: #fff;
    margin-top: 20px;
    padding: 33px 30px;
}

.PrivacyMatterTitle label {
    font-size: 1.5em;
    color: #474747;
    font-weight: 500;
}

.SetPrivacyPara p {
    font-size: 1em;
    color: #777;
    font-weight: 400;
    line-height: 174%;
}

.PrivacyMarginSet {
    margin-top: 20px;
}

.privacyLeftLabel {
    float: left;
}

.PrivacyBackTop {
    float: right;
}

    .PrivacyBackTop label {
        font-size: 1.5em;
        color: #20296F;
        font-weight: 500;
    }


/***FOrgot password***/
.SetForgotDiv {
    width: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.SetMainDivForgot {
    background: #ececec;
    padding: 40px 40px;
}
/**RESET PASSWORD*/
.ResetPassMsg {
    margin-top: 20px;
}

.LabelTextSet1 a {
    color: #464646;
    font-weight: 300;
}

/***Edit Address***/
.SetSelectBoxAddress:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    right: 53px;
    top: 573px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.SetSelectBoxEdit:after {
    content: '\f107';
    font: normal normal normal 17px/1 FontAwesome;
    /* color: #0ebeff; */
    right: 71px;
    top: 65px;
    font-size: 1.8em;
    height: 43px;
    padding: 15px 0px 0px 8px;
    /* border-left: 1px solid #0ebeff; */
    position: absolute;
    pointer-events: none;
}

/**REGISTER PAGE**/
.PersonalDetail h1 {
    font-size: 1.5em;
    font-weight: 500;
    color: #20296F;
}
/**Search*/
.SetSearchDiv {
    margin-top: 20px;
}

.SearchMainDiv {
    width: 30%;
    float: right;
}

.SearchInputSet {
    float: left;
    width: 70%;
}

.SearchBtnGroup {
    float: right;
    width: 26%;
}

.IconGridSet {
    height: 39px;
}

.IconRowSet {
    height: 39px;
}
/***Button Background color*/
.SetBrownBackBtn {
    color: #fff;
    background: #20296F;
    border: none;
    text-transform: uppercase;
    border-radius: inherit;
    outline: none !important;
}

    .SetBrownBackBtn:hover {
        color: #fff;
        background: #20296F;
        border: none;
        text-transform: uppercase;
        border-radius: inherit;
        outline: none !important;
    }

.SetAllBtnColor {
    color: #fff;
    background: #20296F;
    border: none;
    border-radius: inherit;
    outline: none !important;
}

    .SetAllBtnColor:hover {
        color: #fff;
        background: #20296F;
        border: none;
        border-radius: inherit;
        outline: none !important;
    }

.SetGrayBackBtn {
    color: #fff;
    background: #adadad;
    border: none;
    text-transform: uppercase;
    border-radius: inherit;
    outline: none !important;
}

    .SetGrayBackBtn:hover {
        color: #fff;
        background: #adadad;
        border: none;
        text-transform: uppercase;
        border-radius: inherit;
        outline: none !important;
    }

/***SHARED WISH LIST***/
.SharedWishtd {
    font-size: 1.2em;
    font-weight: 400;
    color: #464646;
}
/**Subscribe and recipt page*/
.SetSubscribeMargin {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Summary page*/
.SummaryChangeDiv {
    float: left;
}

.SummaryAddressDiv {
    float: right;
}

/*My Account page***/
.AccontMainDiv {
    background: #E2E1D8;
    padding: 30px 20px;
    cursor: pointer;
}

.OrderImg {
    height: 100%;
}

.SetOrderAccountDiv {
    height: 100px;
    text-align: center;
}

.AccountTitle h3 {
    text-align: center;
    color: #464646;
    font-weight: 400;
    font-size: 1.5em;
}

.SetHoverDrop.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.slick-initialized .slick-slide {
    display: block;
    width: 70px !important;
    height: 70px;
    cursor: pointer;
}

.respoBar {
    color: #afaeae;
    font-size: 1.5em;
}

.AccontMainDiv:hover, .AccontMainDiv:hover .AccountTitle h3 {
    background: #20296F;
    color: #fff;
}

.OrderBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_MyAccount.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

.AccontMainDiv:hover .OrderBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_MyAccount_white.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
}

.AddressBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_AddressBook.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.AccontMainDiv:hover .AddressBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_AddressBook_white.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.ManageBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_ManageStore.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.AccontMainDiv:hover .ManageBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_ManageStore_white.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.LogBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_LogOut.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}

.AccontMainDiv:hover .LogBackImage {
    background: url('/store/themes/Evolution/Images/social_icons/Icon_LogOut_white.png');
    height: 100%;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
}
/*Css For Wishlist Success and Error messages.*/

.cartSuccessMsg {
    border-style: solid;
    border-color: #4CAF50;
    /* padding-top: 8px; */
    /* padding-left: 5px; */
    margin-bottom: 5px;
    padding: 7px 13px;
}

.cartErrorMsg {
    border-style: solid;
    border-color: red;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.signErrorMsg {
    border-style: solid;
    border-color: red;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.lblstrong {
    font-weight: 500;
}

.setBorderAll {
    border: none;
}

select::-ms-expand {
    display: none;
}

.btn-default:hover {
    background-color: #20296F !important;
    color: #fff !important;
}

.btn:hover {
    color: #fff !important;
}

.alert {
    border: none;
    border-radius: inherit;
}

.modal {
    z-index: 2222;
    -webkit-overflow-scrolling: touch;
}

.CartContinueLeft {
    float: left;
}

.CartCheckRight {
    float: right;
}

.QuickFacebook {
    width: 35px;
}

.SocialIconSet {
    width: 40px;
}

.QuickProductMissing {
    max-height: 210px;
    max-width: 210px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.SetWidthProduct {
    width: 40%;
    padding-right: 15px !important;
}

.AboutMainDiv {
    background: #fff;
    padding: 20px 20px;
    margin-top: 20px;
}

.SetAboutPara {
    font-size: 1.05em;
    font-weight: 300;
    line-height: 150%;
}

.SetSideWidget {
    border: 1px solid #d6d6d6;
    padding: 17px 15px;
    text-align: center;
    color: #757575;
    font-size: 1em;
    margin-bottom: 20px;
}


.wishEmailIcon {
    float: right;
    width: 60px;
    height: 50px;
    position: relative;
    top: -4px;
}

.BrainInput {
    background: #fff;
    height: 40px;
    padding: 0px 10px;
    /* font-size: 1.2em; */
    margin-bottom: 15px;
    width: 40%;
}

#EditMode {
    top: 0;
    z-index: 99999;
    position: fixed;
    background-color: #E2E1D8;
    border-radius: 4px;
    opacity:0.9;
}

.checkoutImg{
    height: 200px;
    width: 200px;
}
.checkoutImg img{
    width:100%;
    height:100%;
}


/**** BirdToyManfooter  css ***/
.SetContact_ul{
     list-style-type: none;
    margin: 0;
    padding: 0;
}
.SetContact_ul li{
        padding-bottom: 10px;
}
.SetContact_ul li a{
    color:#fff;
}
.SetContact_icon_facebook{
   
    padding-left:0;
}
.SetContact_icon{
    padding:0;
}

 .VIPEmail_Bird {
    color: #fff;
    font-weight: 300;
    font-size: 2em;
    margin-top: 0;
}
 .VipMatter_Bird {
    font-weight: 300;
    line-height: 18px;
    font-size:14px;
}
.SetIconLeft{
    float: left;
    width: 7%;
}
.SetTextLeftDiv{
    float: left;
    margin-left: 10px;
    width: 88%;
}

.AddWishListbtn{
    width:189px;
    background: #464D41 !important;
    vertical-align: bottom;
    color: #FFF;
    BORDER-radius: inherit;
    outline: none;
    border: none;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
}

.AddWishListbtn:hover {
        background: #20296F !important;
        vertical-align: bottom;
        color: #FFF;
        BORDER-radius: inherit;
        outline: none;
        border: none;
    }

/***MOBILE RESPONSIVE MEDIA QUERIES **/

@media (max-width: 320px) {
    .setBackSlider {
        height: 100px;
    }

    .setaddbtn {
        position: relative;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .SetMarginbtn {
        margin-top: 20px;
    }

    .modalAddCart {
        float: none;
        width: 100%;
    }

    .wishbtn {
        width: 100%;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        margin-left: 28px;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 10px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .setpopWish {
        background-size: 100%;
    }

    .ShareClassSet {
        width: 100%;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .SetShoppingTitle {
        font-size: 1.2em;
    }

    .PopImageLeft {
        width: 100%;
    }

    .PopInfoRight {
        width: 100%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartCountSet {
        font-size: 1.7em;
    }

    .ProceedBtn {
        width: 100%;
    }

    .btnAddCart {
        font-size: 1.2em;
    }

    .SetMainPaypal {
        width: 100%;
    }

    .slick-initialized .slick-slide {
        width: 33px !important;
        height: 40px;
    }

    .modal-product-thumb {
        width: 100%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 17% !important;
    }

    .LeaveBtn {
        width: 100%;
    }

    .SetMenuToggle {
        position: absolute;
        top: 43px;
        z-index: 1111;
        background: transparent !important;
        margin-bottom: 0;
        min-height: inherit !important;
    }

    .toggle-nav {
        float: none;
        margin: 0;
        padding: 0;
    }

    .DropNavSet {
        background: #3c3b3c;
    }

    .SetReviewRight {
        float: none;
        position: relative;
        top: 7px;
    }

    .SetReviewLeft {
        width: 100%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .setGridLeft {
        width: 13%;
        margin-bottom: 12px;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 74px;
    }

    .setMainDrop {
        min-width: 289px;
        margin-left: -48px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .CartShippingDiv label {
        font-size: 1em;
    }

    .setBoxSelect {
        font-size: 1em !important;
    }

    .SetCartShipInput {
        font-size: 1em !important;
    }

    .SetRespoPadng {
        padding: 15px 0px;
    }

    .SetAllTotalDiv {
        width: 100%;
    }

    .SetAllTotalDiv1 {
        width: 100%;
    }

    .EmailContinue {
        font-size: 1.2em;
    }

    .GuestCheckoutBtn {
        font-size: 1.1em;
    }

    .ShippingInputSet {
        font-size: 1em !important;
    }

    .SaveContinueBtn {
        font-size: 1.2em;
    }

    .SetCheckooutShipping {
        width: 90%;
    }

    .SetShippingLabel {
        font-size: 1em;
    }

    .MethodContineBtn {
        font-size: 1.2em;
    }

    .PaymentSaveContinue {
        font-size: 1.2em;
    }

    .SetForgotDiv {
        width: 100%;
    }

    .SetSignInBtn {
        font-size: 1.2em;
    }

        .SetSignInBtn:hover {
            font-size: 1.2em;
        }

    .nav > li {
        display: block;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .product-main-div {
        width: 100%;
    }

    .modalWishList {
        right: 0;
    }

    .body-content {
        padding-bottom: 40px;
    }

    .SearchMainDiv {
        width: 100%;
    }

    .SearchInputSet {
        width: 65%;
    }

    .SearchBtnGroup {
        width: 33%;
    }

    .SetContactTitle span label {
        font-size: 1.4em;
    }

    SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .CartImage {
        height: 47px;
    }

    .RespoTitleCart {
        font-size: 1em !important;
    }

    .RespoQuantity {
        padding: 0px 4px;
    }

    .SetPriceCart {
        font-size: 1em;
    }

    .SetSelectBoxProduct:after {
        top: 250px;
    }

    .WishImgDiv {
        width: 68px;
        height: 40px;
    }

    .SetBorderTable > thead > tr > th {
        font-size: 1em;
    }

    .SetBorderTable > tbody > tr > td {
        padding: 27px 27px;
    }

    .setWidhQuant {
        width: 70%;
    }

    .SetUpdateDiv {
        float: none;
    }

    .RemoveImgSet {
        width: 20px;
    }

    .EditImgSet {
        width: 25px;
    }

    .SetBorderTablePayment > tbody > tr > td {
        padding: 27px 27px;
    }

    .setBoxesTop {
        margin-top: 20px;
    }

    .modal {
        height: 500px;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px;
        }

    .modal-body {
        max-height: 2400px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .SetGetQuoteBtn {
        font-size: 1em;
        width: 100%;
        margin-bottom: 5px;
    }

    .AddToWish {
        font-size: 1em;
    }

    .CartContinueLeft {
        float: none;
    }

    .CartCheckRight {
        float: none;
    }

    .SetSendMessage {
        font-size: 1.2em;
    }

    .SetSelectBoxAddress:after {
        top: 541px;
    }

    .ImageLeftDiv {
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 400px) and (min-width: 321px) {
    .setBackSlider {
        height: 100px;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .setaddbtn {
        position: relative;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .SetMarginbtn {
        margin-top: 20px;
    }

    .modalAddCart {
        float: none;
        width: 100%;
    }

    .wishbtn {
        width: 100%;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        margin-left: 28px;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 10px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .setpopWish {
        background-size: 100%;
    }

    .ShareClassSet {
        width: 100%;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .SetShoppingTitle {
        font-size: 1.2em;
    }

    .PopImageLeft {
        width: 100%;
    }

    .PopInfoRight {
        width: 100%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartCountSet {
        font-size: 1.7em;
    }

    .ProceedBtn {
        width: 100%;
    }

    .btnAddCart {
        font-size: 1.2em;
    }

    .SetMainPaypal {
        width: 100%;
    }

    .slick-initialized .slick-slide {
        width: 33px !important;
        height: 35px;
    }

    .modal-product-thumb {
        width: 100%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 34% !important;
    }

    .LeaveBtn {
        width: 86%;
    }

    .SetMenuToggle {
        position: absolute;
        top: 43px;
        z-index: 1111;
        background: transparent !important;
        margin-bottom: 0;
        min-height: inherit !important;
    }

    .toggle-nav {
        float: none;
        margin: 0;
        padding: 0;
    }

    .DropNavSet {
        background: #3c3b3c;
    }

    .SetReviewRight {
        float: none;
        position: relative;
        top: 7px;
    }

    .SetReviewLeft {
        width: 100%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .setGridLeft {
        width: 12%;
        margin-bottom: 12px;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 74px;
    }

    .setMainDrop {
        min-width: 289px;
        margin-left: -48px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .CartShippingDiv label {
        font-size: 1em;
    }

    .setBoxSelect {
        font-size: 1em !important;
    }

    .SetCartShipInput {
        font-size: 1em !important;
    }

    .SetRespoPadng {
        padding: 15px 0px;
    }

    .SetAllTotalDiv {
        width: 100%;
    }

    .SetAllTotalDiv1 {
        width: 100%;
    }

    .EmailContinue {
        font-size: 1.2em;
    }

    .GuestCheckoutBtn {
        font-size: 1.1em;
    }

    .ShippingInputSet {
        font-size: 1em !important;
    }

    .SaveContinueBtn {
        font-size: 1.2em;
    }

    .SetCheckooutShipping {
        width: 90%;
    }

    .SetShippingLabel {
        font-size: 1em;
    }

    .MethodContineBtn {
        font-size: 1.2em;
    }

    .PaymentSaveContinue {
        font-size: 1.2em;
    }

    .SetForgotDiv {
        width: 100%;
    }

    .SetSignInBtn {
        font-size: 1.2em;
    }

        .SetSignInBtn:hover {
            font-size: 1.2em;
        }

    .nav > li {
        display: block;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .product-main-div {
        width: 100%;
    }

    .modalWishList {
        right: 0;
    }

    .SearchMainDiv {
        width: 100%;
    }

    .SearchInputSet {
        width: 67%;
    }

    .SearchBtnGroup {
        width: 31%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }


    .CartImage {
        width: 47px;
    }

    .RespoTitleCart {
        font-size: 1em !important;
    }

    .RespoQuantity {
        padding: 0px 4px;
    }

    .SetPriceCart {
        font-size: 1em;
    }

    .SetSelectBoxProduct:after {
        top: 250px;
    }

    .WishImgDiv {
        width: 68px;
        height: 40px;
    }

    .SetBorderTable > thead > tr > th {
        font-size: 1em;
    }

    .SetBorderTable > tbody > tr > td {
        padding: 27px 27px;
    }

    .setWidhQuant {
        width: 70%;
    }

    .SetUpdateDiv {
        float: none;
    }

    .RemoveImgSet {
        width: 20px;
    }

    .EditImgSet {
        width: 25px;
    }

    .SetBorderTablePayment > tbody > tr > td {
        padding: 27px 27px;
    }

    .setBoxesTop {
        margin-top: 20px;
    }

    .modal {
        height: 610px;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px;
        }

    .modal-body {
        max-height: 2400px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .SetGetQuoteBtn {
        font-size: 1em;
        width: 100%;
        margin-bottom: 5px;
    }

    .AddToWish {
        font-size: 1em;
    }

    .CartContinueLeft {
        float: none;
    }

    .CartCheckRight {
        float: none;
    }

    .SetSendMessage {
        font-size: 1.2em;
    }

    .SetContactTitle span label {
        font-size: 1.4em;
    }

    .SetSelectBoxAddress:after {
        top: 539px;
    }

    .SetOrderAccountDiv {
        height: 110px;
    }

    .ImageLeftDiv {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) and (min-width: 401px) {
    .setBackSlider {
        height: 135px;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .setaddbtn {
        position: relative;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .SetMarginbtn {
        margin-top: 20px;
    }

    .modalAddCart {
        float: none;
        width: 100%;
    }

    .wishbtn {
        width: 100%;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        margin-left: 28px;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 10px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .setpopWish {
        background-size: 100%;
    }

    .ShareClassSet {
        width: 72%;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .SetShoppingTitle {
        font-size: 1.2em;
    }

    .PopImageLeft {
        width: 100%;
    }

    .PopInfoRight {
        width: 100%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartCountSet {
        font-size: 1.7em;
    }

    .ProceedBtn {
        width: 100%;
    }

    .btnAddCart {
        font-size: 1.2em;
    }

    .SetMainPaypal {
        width: 100%;
    }

    .slick-initialized .slick-slide {
        width: 38px !important;
        height: 40px;
    }

    .modal-product-thumb {
        width: 100%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 34% !important;
    }

    .LeaveBtn {
        width: 65%;
    }

    .SetMenuToggle {
        position: absolute;
        top: 43px;
        z-index: 1111;
        background: transparent !important;
        margin-bottom: 0;
        min-height: inherit !important;
    }

    .toggle-nav {
        float: none;
        margin: 0;
        padding: 0;
    }

    .DropNavSet {
        background: #3c3b3c;
    }

    .SetReviewRight {
        float: none;
        position: relative;
        top: 7px;
    }

    .SetReviewLeft {
        width: 100%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .setGridLeft {
        width: 10%;
        margin-bottom: 12px;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 119px;
    }

    .setMainDrop {
        min-width: 350px;
        margin-left: -98px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartShippingDiv label {
        font-size: 1em;
    }

    .setBoxSelect {
        font-size: 1em !important;
    }

    .SetCartShipInput {
        font-size: 1em !important;
    }

    .SetRespoPadng {
        padding: 15px 0px;
    }

    .SetAllTotalDiv {
        width: 100%;
    }

    .SetAllTotalDiv1 {
        width: 100%;
    }

    .EmailContinue {
        font-size: 1.2em;
    }

    .GuestCheckoutBtn {
        font-size: 1.1em;
    }

    .ShippingInputSet {
        font-size: 1em !important;
    }

    .SaveContinueBtn {
        font-size: 1.2em;
    }

    .SetCheckooutShipping {
        width: 90%;
    }

    .SetShippingLabel {
        font-size: 1em;
    }

    .MethodContineBtn {
        font-size: 1.2em;
    }

    .PaymentSaveContinue {
        font-size: 1.2em;
    }

    .SetForgotDiv {
        width: 100%;
    }

    .SetSignInBtn {
        font-size: 1.2em;
    }

        .SetSignInBtn:hover {
            font-size: 1.2em;
        }

    .nav > li {
        display: block;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .product-main-div {
        width: 100%;
    }

    .modalWishList {
        right: 0;
    }

    .body-content {
        padding-bottom: 40px;
    }

    .SearchMainDiv {
        width: 76%;
    }

    .SearchInputSet {
        width: 65%;
    }

    .SearchBtnGroup {
        width: 33%;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }


    .CartImage {
        height: 47px;
    }

    .RespoTitleCart {
        font-size: 1em !important;
    }

    .RespoQuantity {
        padding: 0px 4px;
    }

    .SetPriceCart {
        font-size: 1em;
    }

    .SetSelectBoxProduct:after {
        top: 215px;
    }

    .WishImgDiv {
        width: 68px;
        height: 40px;
    }

    .SetBorderTable > thead > tr > th {
        font-size: 1em;
    }

    .SetBorderTable > tbody > tr > td {
        padding: 27px 27px;
    }

    .setWidhQuant {
        width: 70%;
    }

    .SetUpdateDiv {
        float: none;
    }

    .RemoveImgSet {
        width: 20px;
    }

    .EditImgSet {
        width: 25px;
    }

    .SetBorderTablePayment > tbody > tr > td {
        padding: 27px 27px;
    }

    .setBoxesTop {
        margin-top: 20px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .SetGetQuoteBtn {
        font-size: 1em;
        width: 100%;
        margin-bottom: 5px;
    }

    .AddToWish {
        font-size: 1em;
    }

    .SetSendMessage {
        font-size: 1.2em;
    }

    .SetContactTitle span label {
        font-size: 1.4em;
    }

    .SetSelectBoxAddress:after {
        top: 541px;
    }

    .modal {
        height: 500px;
        position: fixed;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px;
        }

    .modal-body {
        max-height: 2400px;
    }

    .SetOrderAccountDiv {
        height: 150px;
    }

    .modal-body {
        max-height: 2400px;
    }
}

@media (max-width: 620px) and (min-width: 481px) {
    .setBackSlider {
        height: 165px;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .setaddbtn {
        position: fixed;
        bottom: 0;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        width: 83%;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        margin-left: 28px;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 10px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .ShareClassSet {
        width: 60%;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .SetShoppingTitle {
        font-size: 1.2em;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartCountSet {
        font-size: 1.7em;
    }

    .ProceedBtn {
        width: 100%;
    }

    .btnAddCart {
        font-size: 1.2em;
    }

    .SetMainPaypal {
        width: 88%;
    }

    .slick-initialized .slick-slide {
        width: 41px !important;
        height: 47px;
    }

    .modal-product-thumb {
        width: 80%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 34% !important;
    }

    .LeaveBtn {
        width: 50%;
    }

    .SetMenuToggle {
        position: absolute;
        top: 43px;
        z-index: 1111;
        background: transparent !important;
        margin-bottom: 0;
        min-height: inherit !important;
    }

    .toggle-nav {
        float: none;
        margin: 0;
        padding: 0;
    }

    .DropNavSet {
        background: #3c3b3c;
    }

    .setCategoryBanner {
        height: auto;
    }

    .setGridLeft {
        width: 8%;
        margin-bottom: 12px;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 200px;
    }

    .setMainDrop {
        min-width: 439px;
        margin-left: -180px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartShippingDiv label {
        font-size: 1em;
    }

    .setBoxSelect {
        font-size: 1em !important;
    }

    .SetCartShipInput {
        font-size: 1em !important;
    }

    .SetRespoPadng {
        padding: 15px 0px;
    }

    .SetAllTotalDiv {
        width: 50%;
    }

    .SetAllTotalDiv1 {
        width: 50%;
    }

    .SetForgotDiv {
        width: 100%;
    }

    .SetSignInBtn {
        font-size: 1.2em;
    }

        .SetSignInBtn:hover {
            font-size: 1.2em;
        }

    .nav > li {
        display: block;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .product-main-div {
        width: 100%;
    }

    .modalWishList {
        right: 0;
    }

    .body-content {
        padding-bottom: 40px;
    }

    .SearchMainDiv {
        width: 61%;
    }

    .SearchInputSet {
        width: 65%;
    }

    .SearchBtnGroup {
        width: 33%;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartImage {
        height: 47px;
    }

    .RespoTitleCart {
        font-size: 1em !important;
    }

    .RespoQuantity {
        padding: 0px 4px;
    }

    .SetPriceCart {
        font-size: 1em;
    }

    .SetSelectBoxProduct:after {
        top: 196px;
    }

    .WishImgDiv {
        width: 68px;
        height: 40px;
    }

    .SetBorderTable > thead > tr > th {
        font-size: 1em;
    }

    .SetBorderTable > tbody > tr > td {
        padding: 27px 27px;
    }

    .setWidhQuant {
        width: 70%;
    }

    .SetUpdateDiv {
        float: none;
    }

    .RemoveImgSet {
        width: 20px;
    }

    .EditImgSet {
        width: 25px;
    }

    .SetBorderTablePayment > tbody > tr > td {
        padding: 27px 27px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .modal {
        height: 800px; /* Set a default max height of the modal (adjusted later)*/
        position: fixed; /* Display modal in the centre of your screen */
        overflow-y: scroll; /*  Ensure that the modal is scroll-able */
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px; /* Use more screen real estate */
        }

    .modal-body {
        /* Increase the max height of the modal body to try & avoid both it,
             * and the modal container having scroll bars which results in odd behavior */
        max-height: 2400px;
    }

    .SetOrderAccountDiv {
        height: 200px;
    }
}

@media (max-width: 767px) and (min-width: 621px) {
    .setBackSlider {
        height: 200px;
    }

    .setbtnGrpwidth {
        width: 33% !important;
    }

    .setaddbtn {
        position: fixed;
        bottom: 0;
        padding-bottom: 30px;
        border-top: 1px solid #ddd;
        width: 88%;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        margin-left: 28px;
        float: none;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 10px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: 200px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .ShareClassSet {
        width: 46%;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 70%;
        top: -9px;
    }

    .slick-initialized .slick-slide {
        width: 41px !important;
        height: 47px;
    }

    .modal-product-thumb {
        width: 80%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 34% !important;
    }

    .LeaveBtn {
        width: 37%;
    }

    .SetMenuToggle {
        position: absolute;
        top: 43px;
        z-index: 1111;
        background: transparent !important;
        margin-bottom: 0;
        min-height: inherit !important;
    }

    .toggle-nav {
        float: none;
        margin: 0;
        padding: 0;
    }

    .DropNavSet {
        background: #3c3b3c;
    }

    .setCategoryBanner {
        height: auto;
    }

    .setGridLeft {
        width: 6%;
        margin-bottom: 12px;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 64px;
    }

    .setMainDrop {
        min-width: 578px;
        margin-left: -43px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .SetAllTotalDiv {
        width: 40%;
    }

    .SetAllTotalDiv1 {
        width: 40%;
    }

    .SearchMainDiv {
        width: 61%;
    }

    .nav > li {
        display: block;
    }

    .navbar-collapse.in {
        overflow-y: inherit;
    }

    .product-main-div {
        width: 100%;
    }

    .modalWishList {
        right: 0;
    }

    .body-content {
        padding-bottom: 40px;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .SetBorderLeftDiv {
        border-top: 1px solid #999;
        border-left: hidden;
    }

    .CartImage {
        height: 47px;
    }

    .RespoTitleCart {
        font-size: 1em !important;
    }

    .RespoQuantity {
        padding: 0px 4px;
    }

    .SetPriceCart {
        font-size: 1em;
    }

    .SetSelectBoxProduct:after {
        top: 196px;
    }

    .WishImgDiv {
        width: 68px;
        height: 40px;
    }

    .SetBorderTable > thead > tr > th {
        font-size: 1em;
    }

    .SetBorderTable > tbody > tr > td {
        padding: 27px 27px;
    }

    .setWidhQuant {
        width: 70%;
    }

    .SetUpdateDiv {
        float: none;
    }

    .RemoveImgSet {
        width: 20px;
    }

    .EditImgSet {
        width: 25px;
    }

    .SetBorderTablePayment > tbody > tr > td {
        padding: 27px 27px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .modal {
        height: 350px; /* Set a default max height of the modal (adjusted later)*/
        position: fixed; /* Display modal in the centre of your screen */
        overflow-y: scroll; /*  Ensure that the modal is scroll-able */
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px; /* Use more screen real estate */
        }

    .modal-body {
        /* Increase the max height of the modal body to try & avoid both it,
             * and the modal container having scroll bars which results in odd behavior */
        max-height: 2400px;
    }

    .SetOrderAccountDiv {
        height: 250px;
    }
}
/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
    .setBackSlider {
        height: 274px;
    }

    .setbtnGrpwidth {
        width: 25% !important;
    }

    .modal-lg {
        width: 730px;
    }

    .setmodalwidth {
        width: auto;
    }

    #top-links {
        float: none;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 8px;
        }

    .SetAccountLogo {
        height: 22px;
    }

    .homeSerchIcon {
        background: #fff !important;
        color: #777 !important;
    }

    #logo {
        width: auto;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .setCartBtn {
        padding: 8px 0px;
        width: 16%;
    }

    .setCartText {
        padding: 4px 15px;
        width: 82%;
    }

    .ValueItemSet {
        font-size: 1em;
    }

    .ItemSetCart {
        font-size: 1em;
    }

    .ShareMatter {
        width: 30%;
        font-size: 1.4em;
    }

    .SetRightAllign {
        width: 60%;
        top: -9px;
    }

    .slick-initialized .slick-slide {
        width: 34px !important;
        height: 37px;
    }

    .modal-product-thumb {
        width: 78%;
    }
    /*.modal-product-thumb a img{
        height:auto;
    }*/
    .slick-prev, .slick-next {
        top: 34% !important;
    }

    .LeaveBtn {
        width: 25%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 447px;
    }

    .setMainDrop {
        min-width: 653px;
        margin-left: -427px;
    }

    .ContactFormDiv {
        padding: 40px 20px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .SetAllTotalDiv {
        width: 35%;
    }

    .SetAllTotalDiv1 {
        width: 35%;
    }

    .SearchMainDiv {
        width: 47%;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .RemoveTxtWish {
        padding: 0;
    }

    #menu .dropdown-menu {
        margin-top: -3px;
    }

    body {
        cursor: pointer;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .SetOrderAccountDiv {
        height: 140px;
    }

    .modal {
        height: 1000px; /* Set a default max height of the modal (adjusted later)*/
        position: fixed; /* Display modal in the centre of your screen */
        overflow-y: scroll; /*  Ensure that the modal is scroll-able */
        -webkit-overflow-scrolling: touch; /* Avoid having to use 2 finger scroll on iOS    */
    }

        .modal.fade.in {
            top: 5px; /* Use more screen real estate */
        }

    .modal-body {
        /* Increase the max height of the modal body to try & avoid both it,
             * and the modal container having scroll bars which results in odd behavior */
        max-height: 2400px;
    }
}

/* laptops */
@media (max-width: 1023px) and (min-width: 992px) {
    .setBackSlider {
        height: 358px;
    }

    .setbtnGrpwidth {
        width: 24.8% !important;
    }

    .button-group span {
        font-size: 1em;
    }

    #top-links {
        float: right;
    }

        #top .btn-link, #top-links li, #top-links a {
            padding: 0px 5px;
        }

    .SetAccountLogo {
        height: 15px;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid #FFFFFF;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .LeaveBtn {
        width: 25%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .slick-initialized .slick-slide {
        width: 55px !important;
        height: 55px;
    }

    .slick-prev, .slick-next {
        top: 22% !important;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .SetTitlePannel {
        font-size: 1em;
    }

    .setMainDrop:before {
        left: 369px;
    }

    .setMainDrop {
        min-width: 660px;
        margin-left: -331px;
    }

    .ContactFormDiv {
        padding: 40px 40px;
    }

    .SetCategoryTitle h1 {
        font-size: 1.7em;
    }

    .SignInPage {
        padding: 40px 0px;
    }

    .SignInPageSet {
        width: 100%;
    }

    .SetRegisterTitle {
        font-size: 2em;
    }

    .SetRegisterInput {
        font-size: 1em !important;
    }

    .AccontMainDiv {
        margin-top: 15px;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .SetAllTotalDiv {
        width: 35%;
    }

    .SetAllTotalDiv1 {
        width: 35%;
    }

    .SearchMainDiv {
        width: 36%;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .RemoveTxtWish {
        padding: 0;
    }

    #menu .dropdown-menu {
        margin-top: -3px;
    }
    /*body{cursor:pointer;}*/
    .breadcrumb {
        margin-top: 0;
    }

    .ImageLeftDiv {
        width: 30px;
        height: 30px;
    }
}



/* desktops */
@media (max-width: 1200px) and (min-width: 1024px) {
    .setBackSlider {
        height: 358px;
    }

    .setbtnGrpwidth {
        width: 23% !important;
    }

    .product-thumb_Button .button-group button, .product-thumb .button-group button + button {
        width: 54%;
    }

    #top-links {
        float: right;
    }

        #top .btn-link, #top-links li, #top-links a {
            /* padding: 0px 5px; */
        }

    .SetAccountLogo {
        height: 15px;
    }

    .footerSet {
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-top: 4px solid gray;
        height: auto;
        padding-bottom: 35px;
    }

    .VIPEmail {
        font-size: 1.9em;
    }

    .LeaveBtn {
        width: 25%;
    }

    .setCategoryBanner {
        height: auto;
    }

    .slick-initialized .slick-slide {
        width: 55px !important;
        height: 55px;
    }

    .slick-prev, .slick-next {
        top: 22% !important;
    }

    .CartCouponDiv {
        float: left;
        width: 100%;
    }

        .CartCouponDiv label {
            font-size: 1.2em;
        }

    .setMainDrop:before {
        left: 440px;
    }

    .setMainDrop {
        min-width: 708px;
        margin-left: -415px;
    }

    .SearchMainDiv {
        width: 36%;
    }

    .SetAllTotalDivOrder {
        width: 50%;
    }

    .SetAllTotalDivOrder1 {
        width: 50%;
    }

    .RemoveTxtWish {
        padding: 0;
    }

    #menu .dropdown-menu {
        margin-top: -3px;
    }

    .breadcrumb {
        margin-top: 0;
    }

    .ImageLeftDiv {
        width: 30px;
        height: 30px;
    }
}
