/* input(268,33): run-time error CSS1046: Expect comma, found '0'
input(268,37): run-time error CSS1046: Expect comma, found '/'
input(11523,36): run-time error CSS1046: Expect comma, found '0'
input(11523,40): run-time error CSS1046: Expect comma, found '/'
input(11867,40): run-time error CSS1046: Expect comma, found '0'
input(11867,44): run-time error CSS1046: Expect comma, found '/'
input(13097,1): run-time error CSS1019: Unexpected token, found ','
input(13783,44): run-time error CSS1046: Expect comma, found '0'
input(13783,48): run-time error CSS1046: Expect comma, found '/'
input(14367,40): run-time error CSS1046: Expect comma, found '0'
input(14367,44): run-time error CSS1046: Expect comma, found '/' */
/*
new changes
=====================*/
/*
header changes
=============================*/
.header-menu > ul > li:first-child {
    border-right: none !important;
    float: left;
    padding-left: 0;
    padding-right: 0;
    min-width: 183px;
}
.header-menuWrapper,
.header-wrapper{
    background: #fff !important;
}
.search-box input.search-box-text {
    background: #F2F2F2;
    border-radius: 30px;
    font-family: "SpaceGrotesk-Regular";
    font-weight: 400;
}
.search-box .search-box-button:hover, .search-box .search-box-button:focus {
    background-color: #f0f6ff;
    border-radius: 0 30px 30px 0;
}

.search-box .search-box-button{
    filter: grayscale(1);
}
a.account {
    background: url(../Themes/DefaultClean/Content/images/new-user-ac.svg) left center no-repeat !important;
}
    #topcartlink a {
    background: url("../Themes/DefaultClean/Content/images/cart-new-icn.svg") left center no-repeat !important;
}
/*
home page changes
============================*/
.slider-wrapper.theme-custom {
    max-width: 1300px;
    margin: 0 auto 60px !important;
    border-radius: 30px;
    overflow: hidden;
}


.brand-wrap .item-img{
    border-radius: 20px;
}

.category-grid.home-page-category-grid Strong {
    text-align: left !important;
}

.home-page-category-grid .item-box .category-item .picture a {
    position: relative;
    height: 155px;
    border-radius: 40px;
    overflow: hidden;
}

.item-box .category-item .picture a img {
    object-fit: cover;
    object-position: top 65% left 50%;
}

.home-page-category-grid .title {
    position: absolute;
    width: calc(100% - 2rem);
    bottom: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.home-page-category-grid .title a{
    font-size: 30px !important;
    /*line-height: 2.5 !important;*/
}

.home-page-category-grid .item-box .category-item .picture a:after{
    background: rgba(0, 0, 0, 0.2) !important;
}

.home-featured-products {
    background: #F2F2F2 !important;
}
.featured-product .slick-arrow, .interrested .slick-arrow,
.featured-product .slick-arrow, .interrested .slick-arrow:hover {
    background-color: transparent !important;
}
/*
product design
===============================*/
.featured-product .item-box {
    background: #fff;
    border-radius: 10px;
}

button.button-2.product-box-add-to-cart-button,
.overview .button-1.add-to-cart-button {
    background-color: #92B4FA !important;
    color: #fff !important;
    position: relative;
    padding-left: 35px !important;
    border-radius: 3px;
}

button.button-2.product-box-add-to-cart-button:before,
.overview .button-1.add-to-cart-button:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url('../Themes/DefaultClean/Content/images/cart-bucket.svg') center center no-repeat;
}

.overview .button-1.add-to-cart-button:before{
    left: 50px;
}

.featured-product .item-box:hover button.button-2.product-box-add-to-cart-button,
.overview .button-1.add-to-cart-button:hover {
    background: #1E69F5 !important;
}

    button.button-2.product-box-add-to-cart-button.out-of-stock,
    button.button-2.product-box-add-to-cart-button.out-of-stock:hover,
    .item-box:hover button.button-2.product-box-add-to-cart-button.out-of-stock,
    .overview .button-1.add-to-cart-button.out-of-stock:hover,
    .overview .button-1.add-to-cart-button.out-of-stock,
    .featured-product .item-box:hover button.button-2.product-box-add-to-cart-button.out-of-stock,
    .item-box:hover .button-1.add-to-cart-button.out-of-stock,
    .product-grid .item-grid > .item-box:hover button.button-2.product-box-add-to-cart-button.out-of-stock {
        background: #a1a3a2 !important;
        color: #fff !important;
        padding: 0 12px !important;
        cursor: default;
        border: none !important;
    }

button.button-2.product-box-add-to-cart-button.out-of-stock:before,
.overview .button-1.add-to-cart-button.out-of-stock:before {
    content: none;
}

.offer-arivalWrap .offer-token {
    min-height: 51px;
    background: #ADB5FD;
    border-radius: 0 0 5px 5px;
    transition: 0.5s all ease;
}

.offer-arivalWrap .offer-token:after{
    content: none !important;
}

.featured-product .item-box:hover .offer-arivalWrap .offer-token {
    background: #2669F5;
}

.featured-product .slick-arrow {
    background-size: 20px;
}
/*
category page css
============================*/
img.cat-banner {
    max-width: 1300px;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
}

.side-2{
    border-radius: 20px;
}

.product-sorting > span {
    font-family: SpaceGrotesk-Bold !important;
    text-transform: capitalize;
}
.product-grid .item-grid > .item-box,
.product-list .item-grid > .item-box {
    border-radius: 10px;
}

.product-grid .item-grid > .item-box:hover .offer-arivalWrap .offer-token,
.product-list .item-grid > .item-box:hover .offer-arivalWrap .offer-token {
    background: #2669F5;
}
/*
product details page css
============================*/

.interrested-box,
.page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap {
    border-radius: 20px;
}

.interrested .slick-arrow {
    background-size: 20px;
}

.page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .title{
    border-bottom: none !important;
}

.page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list {
    border-radius: 20px;
    background: #F2F2F2;
}

.gallery {
    border-radius: 30px;
}

.banner-slider .slider.slider-nav {
    border-radius: 30px 0 0 30px;
}

.banner-slider .slick-arrow{
    background-color: transparent !important;
    background-size: 20px;
}

.overview .qty-select .qty-input,
.overview .qty-select{
    border: none !important;
}

.overview .qty-select{
    border-radius: 10px;
    overflow: hidden;
}

.overview .qty-select button{
    background: #F2F2F2 !important;
    color: #7A7A7A !important;
}

.overview .qty-select button:hover {
    color: #2669F6 !important;
}

@media screen and (max-width: 1230px){
    .header-menuWrapper{
        padding: 0 15px;
    }
}


@media screen and (min-width: 481px) {
    .ui-widget.ui-widget-content {
        overflow-y: auto;
        border: 0 !important;
        border-radius: 20px;
    }
    .ui-dialog {
        box-shadow: 0 0 0 rgb(0 0 0 / 0) !important;
        padding:0 !important
    }
}

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/*# sourceMappingURL=slick.min.css.map */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../Themes/DefaultClean/Content/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(../lib_npm/jquery-ui-dist/"images/ui-icons_555555_256x240.png")&iconsHighlight=url(../lib_npm/jquery-ui-dist/"images/ui-icons_777620_256x240.png")&iconsHeader=url(../lib_npm/jquery-ui-dist/"images/ui-icons_444444_256x240.png")&iconsError=url(../lib_npm/jquery-ui-dist/"images/ui-icons_cc0000_256x240.png")&iconsDefault=url(../lib_npm/jquery-ui-dist/"images/ui-icons_777777_256x240.png")&iconsContent=url(../lib_npm/jquery-ui-dist/"images/ui-icons_444444_256x240.png")&iconsActive=url(../lib_npm/jquery-ui-dist/"images/ui-icons_ffffff_256x240.png")&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("../lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
@font-face {
    font-family: SpaceGrotesk-Bold;
    /*src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.woff');

    font-family: 'Space Grotesk';*/
    src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.eot');
    src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.eot?#iefix') format('embedded-opentype'),
    /*url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.woff2') format('woff2'),
        url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.woff') format('woff'),*/
    url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: SpaceGrotesk-Regular;
    /*src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.woff');

    font-family: 'Space Grotesk';*/
    src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.eot');
    src: url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
    /*url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.woff2') format('woff2'), 
        url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.woff') format('woff'), */
    url('../Themes/DefaultClean/Content/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*********** CSS RESET **********/


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    margin: 0;
    -webkit-text-size-adjust: none;
}

ol, ul {
    list-style: none;
}

a img {
    border: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > button::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    margin: 0;
    border: 0;
    padding: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
    max-width: 100%;
    overflow-x: hidden;
    background-color: #fff;
    font: normal 14px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #777;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

a {
    color: inherit;
    cursor: pointer;
}

    a img {
        opacity: 0.99; /*firefox scale bug fix*/
    }

table {
    width: 100%;
    border-collapse: collapse;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea, select {
    height: 40px; /*safari padding fix*/
    /*border: 1px solid #ddd;*/
    padding: 8px;
    vertical-align: middle;
    background: #F7F9FB;
    border-radius: 3px;
    border: none;
    outline: none;
}

input, textarea, select, button {
    font-size: 14px;
    font-family: SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #777;
}

/*textarea {
  min-height: 150px;
}*/

select {
    min-width: 50px;
    height: 32px; /*safari padding fix*/
    padding: 6px;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="tel"]:focus,
    input[type="password"]:focus,
    textarea:focus,
    select:focus {
        border-color: #ccc;
        color: #444;
        position: relative;
        z-index: 1;
    }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
    vertical-align: middle;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
    cursor: pointer;
}

label, label + * {
    vertical-align: middle;
}

.master-wrapper-content {
    position: relative;
    z-index: 0;
    /*width: 90%;*/
    margin: 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index: 0;
    min-height: 70vh;
}

    .master-column-wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 {
    margin: 0 0 0px;
}

.center-2, .side-2 {
    margin: 0 0 50px;
}

    .side-2:after {
        content: "";
        display: block;
        clear: both;
    }

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 6px 10px;
}

    .page-title h1 {
        font-size: 30px;
        font-weight: normal;
    }

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }

.center-1 .page-title,
.center-1 .title {
    text-align: center;
}

.buttons {
    margin: 0 0 30px;
}

.link-rss {
    display: none;
    width: 24px;
    height: 24px;
    background: url('../Themes/DefaultClean/Content/images/rss.png') center no-repeat;
    font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    margin: 12px 0;
    padding: 0 0 0 36px;
    list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.flyout-cart, .flyout-wishList {
    display: none;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
        }

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap; /*fix for 'required' elements*/
    font-size: 0;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select, .inputs textarea {
        width: 400px;
        max-width: 100%;
        /*background-color: #fff;*/
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs .option-list {
        display: inline-block;
        max-width: 95%;
        vertical-align: middle;
    }

        .inputs .option-list li {
            display: inline-block;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #fff;
            padding: 8px 10px;
        }

        .inputs .option-list label {
            display: inline-block;
            width: auto !important;
            margin: 0 0 0 5px;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.required {
    margin: 0 -8px 0 3px; /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error, .password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-bottom: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: center;
    line-height: 0; /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
    }

    .captcha-box input {
        height: auto;
    }


/*********** GLOBAL TABLES ***********/



.table-wrapper {
    overflow-x: auto;
}

.data-table .hidden-row {
    height: 1px;
    border: none;
}

.data-table tr.hidden-row th {
    padding: 0;
    border-top: none;
}

    .data-table tr.hidden-row th > span {
        height: 1px;
        width: 1px;
        position: absolute;
        overflow: hidden;
        top: -10px;
    }

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
}

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table th.latest-post,
    .forum-table th.topics,
    .forum-table th.posts,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes,
    .forum-table td.latest-post,
    .forum-table td.topics,
    .forum-table td.posts {
        display: none;
    }

.forum-table td.image {
    min-width: 0;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 20px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
    color: rgb(38, 105, 246);
}

    .cart a:hover,
    .cart a:focus,
    .data-table a:hover,
    .data-table a:focus,
    .forum-table a:hover,
    .forum-table a:focus {
        text-decoration: underline;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: left;
}

.forum-table .forum-details,
.forum-table .topic-details {
    text-align: left;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
    font-weight: bold;
    color: #444;
}
.cart .product a, .product-name {
    color: #000;
    font-family: 'Arial';
}

    .cart .product a:hover,
    .cart .product a:focus,
    .data-table .product a:hover,
    .data-table .product a:focus,
    .data-table .info a:hover,
    .data-table .info a:focus {
        color: rgb(38, 105, 246);
        text-decoration: none;
    }

.cart .product .edit-item {
    margin: 10px 0 0;
}

    .cart .product .edit-item a {
        font-weight: normal;
        color: rgb(38, 105, 246);
    }

        .cart .product .edit-item a:hover,
        .cart .product .edit-item a:focus {
            text-decoration: underline;
        }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

    .cart .remove-from-cart input[type="checkbox"] {
        display: none;
    }

    .cart .remove-from-cart .remove-btn {
        width: 11px;
        height: 11px;
        border: 0;
        background: #ffffffab url(../Themes/DefaultClean/Content/images/remove.png) center no-repeat;
    }

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #2669F6;
    font-weight: 700;
}

.total-info td.cart-total-right span.value-summary strong {
    color: #2669F6;
    font-weight: 700;
}

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
    font-style: italic;
    color: rgb(38, 105, 246);
}
.orderDetailsListBottom table td.SubTotalText, .orderDetailsListBottom table td.cart-total-right {
    color: rgb(38, 105, 246);
}

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}


/*********** NOTIFICATIONS & POPUPS  ***********/



.bar-notification-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

.bar-notification.success {
    background-color: #4bb07a;
}

.bar-notification.error {
    background-color: #e4444c;
}

.bar-notification.warning {
    background-color: #f39c12;
}

.bar-notification {
    position: relative;
    display: none;
    padding: 15px 25px 15px 10px;
}

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../Themes/DefaultClean/Content/images/close.png') center no-repeat;
        cursor: pointer;
    }

.popup-notification {
    border-radius: 5px;
    padding: 3px;
    margin: 5px 0;
}

    .popup-notification.success {
        border: 2px rgba( 75,176,122,.5) solid;
    }

    .popup-notification.error {
        border: 2px rgba( 228,68,76,.5) solid;
    }

    .popup-notification.warning {
        border: 2px rgba( 243,156,18,.5) solid;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../Themes/DefaultClean/Content/images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../Themes/DefaultClean/Content/images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px SpaceGrotesk-Regular, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: left;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: url('../Themes/DefaultClean/Content/images/close.png') center no-repeat;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        right: 0 !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: url('../Themes/DefaultClean/Content/images/close.png') center no-repeat !important;
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        min-height: 0;
        margin: 0 0 15px;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 24px;
            line-height: 30px;
        }

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            border: none;
            background-color: rgb(38, 105, 246);
            padding: 10px 15px;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
            .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
                background-color: #248ece;
            }

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover,
        .eu-cookie-bar-notification button:focus {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: rgb(38, 105, 246);
    }

        .eu-cookie-bar-notification a:hover,
        .eu-cookie-bar-notification a:focus {
            text-decoration: underline;
        }


/*********** HEADER ***********/



.admin-header-links {
    background-color: #333;
    text-align: center;
    color: #eee;
}

    .admin-header-links * {
        display: inline-block;
        margin: 0 10px;
        line-height: 35px;
        font-size: 12px;
        font-weight: bold;
    }

    .admin-header-links .impersonate {
        display: inline-block;
    }

        .admin-header-links .impersonate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .impersonate a:hover,
            .admin-header-links .impersonate a:focus {
                background-color: #666;
            }

.header {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
    text-align: center;
}

.header-upper {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ddd;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        width: 50%;
        margin: 10px auto;
        vertical-align: middle;
    }

    .header-selectors-wrapper select {
        width: 100%;
    }

.language-list {
    max-width: 100%;
    font-size: 0;
}

    .language-list li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
    }

    .language-list a {
        display: block;
        position: relative;
        width: 24px;
        height: 32px;
        line-height: 0;
    }

    .language-list img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

.header-links-wrapper {
    position: relative;
    padding: 20px 0;
}

.header-links {
}

    .header-links ul {
        font-size: 0;
    }

    .header-links li {
        display: inline-block;
        margin: 0 10px;
    }

    .header-links span,
    .header-links a {
        display: inline-block;
        font-size: 12px; /*reset zeroing*/
        line-height: 36px;
        text-transform: initial;
    }

        .header-links a:hover,
        .header-links a:focus {
            color: rgb(38, 105, 246);
            filter: invert(82%) sepia(52%) saturate(2930%) hue-rotate(553deg) brightness(82%) contrast(137%);
        }

#topcartlink {
    display: block;
    width: 70%;
    max-width: 400px;
    margin: 10px auto 0;
    background-color: transparent;
    padding: 0 20px;
}

    #topcartlink a {
        background: url('../Themes/DefaultClean/Content/images/ShoppingCart-icon.svg') left center no-repeat;
        position: relative;
        width: 28px;
    }

        #topcartlink a span.cart-label,
        span.wishlist-label {
            font-size: 0;
        }

        #topcartlink a span.cart-qty,
        li#topwishListlink a span.wishlist-qty {
            line-height: 1;
            position: absolute;
            right: -9px;
            top: 0;
            background: #2669F5;
            color: #fff !important;
            min-width: 20px;
            min-height: 20px;
            border-radius: 100%;
            text-align: center;
            display: none;
            align-items: center;
            justify-content: center;
            border: 1px solid #2669F5;
            font-family: SpaceGrotesk-Regular;
            font-size: 10px;
            font-weight: 400;
        }

            #topcartlink a span.cart-qty.active,
            li#topwishListlink a span.wishlist-qty.active {
                display: flex;
            }


        #topcartlink a:hover span.cart-qty,
        li#topwishListlink a:hover span.wishlist-qty {
            background: transparent;
        }

.ico-wishlist.topwishlink {
    background: url('../Themes/DefaultClean/Content/images/header-wish-icon.svg') left center no-repeat;
    position: relative;
    width: 28px;
}

.header-lower {
    position: relative;
    z-index: 0;
    padding: 11px 0;
}

.header-logo {
    margin: 0 0 0px;
    text-align: center;
}

    .header-logo a {
        display: inline-block;
        max-width: 100%;
        line-height: 0; /*firefox line-height bug fix*/
    }

        .header-logo a img {
            max-width: 100%;
            opacity: 1;
        }

.search-box form {
    display: inline-block;
    position: relative;
}

    .search-box form:after {
        content: "";
        display: block;
        clear: both;
    }

.search-box input.search-box-text {
    float: left;
    width: 200px;
    height: 36px;
    margin: 0 -1px 0 0;
}


    .search-box input.search-box-text::placeholder {
        color: #7A7A7A;
        opacity: 1;
    }

    .search-box input.search-box-text:-ms-input-placeholder {
        color: #7A7A7A;
    }

    .search-box input.search-box-text::-ms-input-placeholder {
        color: #7A7A7A;
    }

.search-box .search-box-button {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    /*background-color: rgb(38, 105, 246);
    padding: 0 15px;*/
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    background: url("../Themes/DefaultClean/Content/images/search-icon.svg") right 10px center no-repeat;
    min-width: 50px;
    font-size: 0;
    padding: 0 0;
    z-index: 9;
}

    .search-box .search-box-button:hover,
    .search-box .search-box-button:focus {
        background-color: #f0f6ff;
    }

.search-box .ui-autocomplete-loading {
    background: #fff url('../Themes/DefaultClean/Content/images/ajax-loader-small.gif') right center no-repeat;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    width: 285px !important;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px SpaceGrotesk-Regular, Helvetica, sans-serif;
}

    .ui-autocomplete li {
        border-top: 1px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: none;
        }

    .ui-autocomplete a {
        display: block;
        padding: 15px;
        font-size: 14px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
        border: none !important;
        border-radius: 0 !important;
        background: none !important;
        padding: 15px !important;
        line-height: normal !important;
        color: #777 !important;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a:focus,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        min-width: 20px;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

a.account {
    background: url("../Themes/DefaultClean/Content/images/UserCircle-icon.svg") left center no-repeat;
    font-size: 0;
    min-width: 35px;
    padding-right: 10px;
    position: relative;
    margin-left: 10px;
    height:36px;
}
a.account span {
    display: block;
    font-size: 14px;
    padding: 0 5px 0 30px;
    white-space: nowrap;
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header-links a:hover, .header-links a:focus,
.header-menu > ul > li > a:hover, .header-menu > ul > li > a:focus {
    color: #1E69F5 !important;
}

ul.account-info {
    position: absolute;
    right: 100px;
    bottom: -105px;
    z-index: 9;
    background: #fff;
    min-width: 150px;
    display: block;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 1rem 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}

    ul.account-info:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        position: absolute;
        right: 15px;
        top: -15px;
    }

    ul.account-info li {
        display: block;
        text-align: left;
    }

        ul.account-info li a {
            font-size: 14px;
            font-weight: 400;
            font-family: SpaceGrotesk-Regular;
            color: #7A7A7A;
            line-height: 2;
            display: block;
            outline:none;
        }

a.account:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 10px;
    width: 17px;
    height: 17px;
    font-size: 15px;
    background: url('../Themes/DefaultClean/Content/images/arrow.svg') center center no-repeat;
    transition: 0.5s all ease;
}

a.account:hover:after {
    /*transform: rotate(180deg);*/
}

/*.header-links a.account:hover + .account-info,
.account-info:hover*/
.header-links .account-info.active {
    opacity: 1;
    visibility: visible;
}
a.account::after + .header-links .account-info.active {
    transform: rotate(180deg);
}

.header-menuWrapper {
    background: #FBFCFF;
}

    .header-menuWrapper .header-menu {
        border: none;
        padding: 0 0;
        margin-bottom: 0;
    }
/*********** FOOTER ***********/
.footer {
    background: linear-gradient(92.33deg, #C8DCF3 4.47%, #BFF2DC 106.84%);
    text-align: center;
}

.footer-upper {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 40px 0;
    font-size: 0;
}

.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
}

    .footer-block .title {
        margin: 0 0 1px;
        background: #1E69F5 url('../Themes/DefaultClean/Content/images/toggle-white.png') right center no-repeat;
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

        .footer-block .title strong {
            font-weight: 700;
            font-size: 18px;
            font-family: SpaceGrotesk-Bold;
            color: #999999;
            text-transform: uppercase;
        }

    .footer-block .list {
        display: none;
        margin: 0 0 20px;
        background-color: #fff;
        padding: 10px 15px;
    }

        .footer-block .list a {
            display: block;
            padding: 10px 15px;
            line-height: 20px;
        }

            .footer-block .list a:hover,
            .footer-block .list a:focus {
                color: #2669F6;
            }

.follow-us {
    margin: 30px auto 0;
    text-align: center;
}

    .follow-us .title {
        margin: 0 0 10px;
        background: none;
        color: #444;
        cursor: auto;
    }

    .follow-us .social ul {
        margin: 0 0 30px;
        border-bottom: none;
        padding: 0 0 30px;
        font-size: 0;
    }

    .follow-us .social li {
        display: inline-block;
        margin: 0 5px;
    }

    .follow-us .social a {
        display: block;
        width: 40px;
        height: 40px;
        /*background: url('../Themes/DefaultClean/Content/images/social-sprite.png') no-repeat;*/
        font-size: 0;
        position: relative;
        background: #7A7A7A;
        border-radius: 100%;
        transition: 0.5s all ease;
    }

        .follow-us .social a:before {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            font-family: 'Fontawesome';
            font-size: 24px;
            color: #fff;
            z-index: 9;
        }

        .follow-us .social a:hover {
            background: #fff;
        }

            .follow-us .social a:hover:before {
                color: #2669F6;
            }

    .follow-us .social .facebook a:before {
        content: '\F09a';
    }

    .follow-us .social .linkdin a:before {
        content: '\f0e1';
    }

    .follow-us .social .instagram a:before {
        content: '\f16d';
    }

    .follow-us .social .twitter a:before {
        content: '\f099'
    }

    .follow-us .social .rss a {
        background-position: -76px 0;
    }

    .follow-us .social .youtube a {
        background-position: -114px 0;
    }

    .follow-us .social .google-plus a {
        background-position: -152px 0;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

    .newsletter-email:focus-within {
        overflow: visible;
    }

    .newsletter-email input[type="email"] {
        float: left;
        width: 180px;
        height: 36px;
        margin: 0 -1px 0 0;
    }

.newsletter-subscribe-button {
    float: left;
    height: 36px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

    .newsletter-subscribe-button:hover,
    .newsletter-subscribe-button:focus {
        background-color: #248ece;
    }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}
/*.newsletter-validation .please-wait {
	display: none !important; 
}*/

.footer-lower {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
}


.footer-lowerWrapper {
    background: #4F4F4F;
}

.footer-tax-shipping a {
    font-weight: bold;
    color: rgb(38, 105, 246);
}

    .footer-tax-shipping a:hover,
    .footer-tax-shipping a:focus {
        text-decoration: underline;
    }

.footer-powered-by {
    margin: 10px 0 0;
}

    .footer-powered-by a {
        font-weight: bold;
        color: rgb(38, 105, 246);
    }

        .footer-powered-by a:hover,
        .footer-powered-by a:focus {
            text-decoration: underline;
        }

.theme-selector {
    margin: 10px 0 0;
}

    .theme-selector select {
        width: 170px;
    }


/*********** SIDE COLUMN ***********/



.block {
    max-width: 100%; /*width limit in mobile*/
    min-height: 50px;
    margin: auto;
    text-align: left;
}

    .block .title {
        position: relative;
        margin: 0 0 10px;
        border-bottom: 1px solid #ddd;
        background: #f6f6f6 url('../Themes/DefaultClean/Content/images/toggle-gray.png') right 14px no-repeat;
        padding: 12px 30px 12px 10px;
        font-size: 20px;
        color: #444;
        cursor: pointer;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .listbox {
        display: none;
        border-bottom: 1px solid #ddd;
        padding: 10px 5px;
    }

    .block .list li {
        padding: 5px 0 5px 15px;
    }

    .block .list a {
        display: inline-block;
        position: relative;
        padding: 5px 0;
        font-size: 16px;
        color: #444;
        -webkit-transition: all 0.1s ease;
        transition: all 0.1s ease;
    }

        .block .list a:before {
            content: "";
            position: absolute;
            top: 12px;
            left: -15px;
            width: 5px;
            height: 5px;
            background-color: #ddd;
        }

    .block .list .active > a {
        color: rgb(38, 105, 246);
    }

    .block .list a:hover,
    .block .list a:focus {
        color: rgb(38, 105, 246);
    }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture:before {
            display: none;
        }

    .block .sublist {
        margin: 15px 0 5px;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            display: inline-block;
            padding: 10px 15px;
            font-size: 16px;
            color: rgb(38, 105, 246);
        }

            .block .view-all a:hover,
            .block .view-all a:focus {
                text-decoration: underline;
            }

    .block .tags {
        margin: 5px 0 10px;
    }

        .block .tags ul {
            font-size: 0;
        }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            position: relative;
            margin: 0 10px;
            overflow: hidden;
            font-size: 17px !important; /*setting base size*/
        }

            .block .tags li a,
            .product-tags-all-page li a {
                float: left;
                line-height: 30px;
                color: #444;
            }

                .block .tags li a:hover,
                .block .tags li a:focus,
                .product-tags-all-page li a:hover,
                .product-tags-all-page li a:focus {
                    color: rgb(38, 105, 246);
                }

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

.poll-options,
.poll-results {
    margin: 10px 0 15px;
    overflow: hidden;
    font-size: 15px;
    color: #444;
}

    .poll-options li,
    .poll-results li {
        margin: 10px 0;
    }

        .poll-options li > input {
            margin: 0 5px 0 0;
            cursor: pointer;
        }

        .poll-options li > label {
            display: inline-block;
            font-size: 16px;
            cursor: pointer;
        }

.poll .buttons,
.poll-total-votes {
}

    .poll .buttons button {
        border: none;
        background-color: #aaa;
        padding: 10px 20px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

        .poll .buttons button:hover,
        .poll .buttons button:focus {
            background-color: #bbb;
        }

.poll-total-votes {
    display: block;
    margin: 10px 0 0;
    font-weight: bold;
    font-style: italic;
    color: #444;
}

.home-page-polls {
    text-align: center;
}

    .home-page-polls .title {
        border-bottom: 1px solid #ddd;
        color: #444;
        font-size: 30px;
        font-weight: normal;
        margin: 0 0 30px;
        padding: 0 0 15px;
    }

        .home-page-polls .title strong {
            font-weight: normal;
        }

    .home-page-polls li {
        display: inline-block;
        margin: 10px;
    }


/********** CATEGORY PAGE **********/



.breadcrumb {
    margin: 0 0 50px;
    background-color: transparent;
    padding: 5px 10px;
}

    .breadcrumb ul {
        font-size: 0;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            display: inline-block;
            margin: 0 5px;
            font-size: 14px; /*reset zeroing*/
            line-height: 32px;
            font-family: SpaceGrotesk-Regular;
            font-weight: 400;
            color: #7A7A7A;
        }

    .breadcrumb strong {
        font-weight: normal;
    }

    .breadcrumb a:hover,
    .breadcrumb a:focus {
        color: #2669F6;
    }

.category-description,
.manufacturer-description,
.vendor-description {
    margin: 0 0 25px;
    line-height: 22px;
}

.contact-vendor {
    margin: 0 0 30px;
}

    .contact-vendor .button-2 {
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

        .contact-vendor .button-2:hover,
        .contact-vendor .button-2:focus {
            background-color: #248ece;
        }

.product-selectors {
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

    .product-selectors:first-child {
        border-top: none;
    }

    .product-selectors:after {
        content: "";
        display: block;
        clear: both;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 0 5px;
    }

    .product-selectors span {
        vertical-align: middle;
        font-size: 16px;
    }

    .product-selectors select {
        margin: 0 8px;
    }

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

.product-filter + .product-filter {
    margin-top: 0px;
}

.product-filter .filter-title {
    margin: 0 0 10px;
    background-color: #f6f6f6;
    padding: 10px;
    font-size: 17px;
    color: #444;
    line-height:26px;
}

    .product-filter .filter-title strong {
        font-weight: normal;
    }

.product-filter .filter-content {
    padding: 10px;
    color: #444;
}

.product-filter .group {
    font-size: 15px;
}

    .product-filter .group + .group {
        margin-top: 16px;
    }

    .product-filter .group .name {
        padding-bottom: 10px;
    }

    .product-filter .group .item {
        display: flex;
        padding-left: 0px;
        align-items: center;
    }

        .product-filter .group .item + .item {
            padding-top: 8px;
        }

        .product-filter .group .item label {
            cursor: pointer;
            display: flex;
            align-items: center;
            padding-left: 0px;
            flex-grow: 1;
        }

.price-range-filter .selected-price-range {
    padding: 5px 0;
}

    .price-range-filter .selected-price-range .to {
        float: right;
    }

    .price-range-filter .selected-price-range.manually {
        display: flex;
    }

        .price-range-filter .selected-price-range.manually .from {
            margin-right: 8px;
        }

        .price-range-filter .selected-price-range.manually .from,
        .price-range-filter .selected-price-range.manually .to {
            width: 50%;
        }

.product-filter .attribute-squares {
    font-size: inherit;
}

    .product-filter .attribute-squares .attribute-square {
        width: 20px !important;
        height: 20px !important;
        margin-right: 8px;
    }

.item-grid:after {
    content: "";
    display: block;
    clear: both;
}

.item-box {
    position: relative;
    width: 100%;
    float: left;
    margin: 0 0 80px;
    text-align: left;
}

    .item-box .picture {
        z-index: 1;
        background-color: #fff;
        margin: 0 0 20px;
    }

        .item-box .picture a {
            display: block;
            position: relative;
        }

            .item-box .picture a:focus {
                opacity: 0.85;
            }

            .item-box .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

            .item-box .picture a img {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-transform: translateZ(0) scale(1.0, 1.0);
            }

    .item-box:hover .picture a img {
        opacity: 0.85;
    }

    .item-box .details {
        /*padding: 0 10px;*/
    }

    .item-box .product-title {
        margin: 0 0 10px;
        font-size: 17px;
        line-height: 1.2;
        font-weight: normal;
        color: rgb(38, 105, 246);
        /*min-height: 40px;*/
    }

        .item-box .product-title a {
            display: block;
        }

            .item-box .product-title a:hover,
            .item-box .product-title a:focus {
                color: #333333;
            }

    .item-box .sku {
        margin: 0 0 5px;
        height: 16px;
        color: #7A7A7A;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Arial';
    }

    .item-box .product-rating-box {
        display: inline-block;
        margin: 0 0 10px;
    }

    .item-box .rating {
        background: url('../Themes/DefaultClean/Content/images/rating1.png') repeat-x;
        width: 95px;
        height: 14px;
    }

        .item-box .rating div {
            background: url('../Themes/DefaultClean/Content/images/rating2.png') repeat-x;
            height: 14px;
        }

    .item-box .description {
        /*max-height: 35px;
        min-height: 35px;*/
        overflow: hidden;
    }

        .item-box .description a {
            display: block;
            overflow: hidden;
        }

    .item-box .prices {
        margin: 0 0 8px;
        overflow: hidden;
        min-height: 40px;
    }

    .item-box .old-price {
        margin: 0 5px 0 0;
        font-size: 16px;
        color: #aaa;
        text-decoration: line-through;
    }

    .item-box .actual-price {
        margin: 0 5px 0 0;
        font-size: 16px;
        color: #666;
    }

    .item-box .tax-shipping-info a {
        color: rgb(38, 105, 246);
    }

        .item-box .tax-shipping-info a:hover,
        .item-box .tax-shipping-info a:focus {
            text-decoration: underline;
        }

    .item-box .buttons {
        margin: 0;
        font-size: 0;
    }

    .item-box button {
        display: inline-block;
        height: 40px;
        border: none;
        vertical-align: middle;
    }

    .item-box .product-box-add-to-cart-button {
        width: 60%;
        background-color: rgb(38, 105, 246);
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .item-box .product-box-add-to-cart-button:hover,
        .item-box .product-box-add-to-cart-button:focus {
            background-color: #248ece;
            color: #fff;
        }

    .item-box .add-to-compare-list-button,
    .item-box .add-to-wishlist-button {
        width: 20%;
        border-left: 1px solid #fff !important;
        background-color: #eaeaea;
        background-position: center;
        background-repeat: no-repeat;
        font-size: 0;
    }

    .item-box .add-to-compare-list-button {
        background-image: url('../Themes/DefaultClean/Content/images/compare-button.png');
    }

    .item-box .add-to-wishlist-button {
        background-image: url('../Themes/DefaultClean/Content/images/wishlist-button.png');
    }

        .item-box .add-to-compare-list-button:hover,
        .item-box .add-to-compare-list-button:focus,
        .item-box .add-to-wishlist-button:hover,
        .item-box .add-to-wishlist-button:focus {
            background-color: #ddd;
        }

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 20px;
}

    .home-page-category-grid .title,
    .sub-category-grid .title {
        text-align: center;
        font-size: 22px;
        font-weight: normal;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .home-page-category-grid .title a,
        .sub-category-grid .title a {
            display: block;
            padding: 0 0 15px;
        }

    .home-page-category-grid .picture,
    .sub-category-grid .picture {
        margin: 0;
    }

        .home-page-category-grid .picture a:before,
        .sub-category-grid .picture a:before {
            padding-top: 65%;
        }

.products-container {
    position: relative;
}

    .products-container .ajax-products-busy {
        display: none;
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        background: #ffffffab url(../Themes/DefaultClean/Content/images/loading.gif) center no-repeat;
    }

.product-grid,
.product-list {
    margin: 0 0 50px;
}

    .product-grid .title {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: normal;
        color: #444;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.manufacturer-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

    .manufacturer-grid .title a:hover,
    .manufacturer-grid .title a:focus {
        color: rgb(38, 105, 246);
    }

.manufacturer-grid .picture {
    border: 1px solid #ddd;
}

.vendor-grid .title {
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
}

    .vendor-grid .title a:hover,
    .vendor-grid .title a:focus {
        color: rgb(38, 105, 246);
    }

.vendor-grid .picture {
    border: 1px solid #ddd;
}

.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 35px;
            border: 1px solid #ddd;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
            line-height: 1;
        }

        .pager li span {
            border-color: transparent;
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

        .pager li.previous-page * {
            background-image: url('../Themes/DefaultClean/Content/images/prev.png');
        }

        .pager li.next-page * {
            background-image: url('../Themes/DefaultClean/Content/images/next.png');
        }

        .pager li.first-page * {
            background-image: url('../Themes/DefaultClean/Content/images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../Themes/DefaultClean/Content/images/last.png');
        }

        .pager li a:hover,
        .pager li a:focus {
            border-color: transparent;
            background-color: #ddd;
        }

        .pager li.next-page a, .pager li.previous-page a {
            background-image: none;
            position: relative;
        }

            .pager li.next-page a:before,
            .pager li.previous-page a:before {
                font-family: 'FontAwesome';
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
            }

            .pager li.next-page a:before {
                content: '\f105';
                right: 18px;
            }

            .pager li.previous-page a:before {
                content: '\f104';
                left: 7px;
            }


/********** PRODUCT PAGE **********/
.product-essential {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 30px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
    }

        .gallery .picture:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs .thumb-item {
            display: block;
            position: relative;
            width: 85px;
            height: 85px;
            margin: 0 auto 10px;
            overflow: hidden;
            cursor: pointer;
        }

.overview {
    position: relative;
    margin: 0 0 50px;
}

    .overview .discontinued-product {
        background: #f3f3f3;
        margin: 0 0 20px;
    }

        .overview .discontinued-product h4 {
            display: inline-block;
            font-size: 14px;
            padding: 17px 17px 17px 40px;
            background: url('../Themes/DefaultClean/Content/images/discontinued-product-icon.png') no-repeat 13px center;
            color: #de444c;
        }

    .overview .product-name {
        margin: 0 0 25px;
        padding: 0 0 10px;
    }

        .overview .product-name h1 {
            font-size: 24px;
            font-weight: 700;
            font-family: 'Arial';
            color: #000;
        }

    .overview .additional-details .sku span {
        font-size: 16px;
        font-weight: 700;
        font-family: 'Arial';
        color: #7A7A7A;
    }

    .overview .additional-details .sku {
        margin-bottom: 50px;
    }

    .overview .old-product-price span {
        color: #7A7A7A !important;
    }

    .overview .short-description {
        margin: 0 0 25px;
        line-height: 22px;
        color: #666;
    }

    .overview .prices span, .overview .old-product-price span {
        font-size: 16px;
        font-weight: 400;
        color: #7A7A7A;
        font-family: 'Arial';
    }

        .overview .prices span.price.actual-price {
            font-size: 24px;
            font-weight: 700;
            color: #1E69F5;
        }

.product-essential .overview .add-to-cart-panel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.overview .button-1.add-to-cart-button {
    font-size: 16px;
    font-weight: 700;
    text-transform: initial;
    color: #fff;
    background: #2669F6;
    height: 53px;
    max-width: 191px;
    width: 100%;
    margin-left: 10px;
    text-align: center;
    border: 1px solid transparent;
    padding: 0 10px 0 35px;
    transition: 0.5s all ease;
}

.overview .button-1.add-to-cart-button:before {
    left: 15px;
}

.overview .amazone_link_btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #221f1f;
    height: 53px;
    max-width: 191px;
    width: 100%;
    margin-left: 20px;
    text-align: center;
    border: 1px solid transparent;
    padding: 10px 35px 5px 10px;
    border-radius: 3px;
    position: relative;
}
.overview .amazone_link_btn span {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'Arial';
}

.overview .amazone_link_btn:after {
    content: '';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-right: 3px solid #ff9900;
    border-top: 3px solid #ff9900;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

button#AmazonProductLink img {
    width: 50%;
}

.overview .amazone_link_btn:hover:after {
    animation-name: yellowarrow;
    animation-duration: 0.5s;
}

@keyframes yellowarrow {
    0% {
        right: 18px;
    }

    50% {
        right: 25px;
    }

    100% {
        right: 18px;
    }
}

.overview .qty-select {
    max-width: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #F2F2F2;
}

    .overview .qty-select button {
        background: #F0F6FF;
        color: #2669F6;
        font-size: 24px;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
    }

        .overview .qty-select button:hover,
        .overview .qty-select button:focus {
            color: #fff;
            background-color: #248ece;
        }

    .overview .qty-select .qty-input,
    .overview .qty-select .add-to-cart-button-minus,
    .overview .qty-select .add-to-cart-button-plus {
        height: 53px;
        max-width: 45px;
        width: 100%;
        border: none;
        padding: 0 0;
        margin: 0 0;
        background: #fff;
    }

    .overview .qty-select .qty-input {
        border-left: 1px solid #F2F2F2;
        border-right: 1px solid #F2F2F2;
    }

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 25px;
    color: #444;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

    .product-review-box .rating {
        width: 95px;
        height: 14px;
        background: url('../Themes/DefaultClean/Content/images/rating1.png') repeat-x;
    }

        .product-review-box .rating div {
            height: 14px;
            background: url('../Themes/DefaultClean/Content/images/rating2.png') repeat-x;
        }

.product-review-links a {
    text-decoration: underline;
}

    .product-review-links a:hover,
    .product-review-links a:focus {
        color: rgb(38, 105, 246);
    }

.overview .value,
.variant-overview .value {
    color: #444;
}

    .overview .value a,
    .variant-overview .value a {
        color: rgb(38, 105, 246);
    }

        .overview .value a:hover,
        .overview .value a:focus,
        .variant-overview .value a:hover,
        .variant-overview .value a:focus {
            text-decoration: underline;
        }

.overview-buttons {
    margin: 0 0 25px;
    font-size: 0;
}

    .overview-buttons div {
        width: 80%;
        margin: 0 auto 3px;
    }

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 12px 15px 12px 40px;
    text-align: left;
    font-size: 14px; /*reset zeroing*/
    color: #666;
}

    .overview .button-2:hover,
    .overview .button-2:focus,
    .variant-overview .button-2:hover,
    .variant-overview .button-2:focus {
        background-color: #ddd;
    }

.overview .add-to-compare-list-button {
    background-image: url('../Themes/DefaultClean/Content/images/compare-button.png');
}

.overview .email-a-friend-button {
    background-image: url('../Themes/DefaultClean/Content/images/email-button.png');
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url('../Themes/DefaultClean/Content/images/email-button.png');
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url('../Themes/DefaultClean/Content/images/download-button.png');
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url('../Themes/DefaultClean/Content/images/wishlist-button.png');
}

.overview .manufacturers {
    margin: 0 0 20px;
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden;
}

    .overview .availability .stock,
    .variant-overview .availability .stock {
        margin: 0 0 10px;
    }

    .overview .availability .back-in-stock-subscription,
    .variant-overview .availability .back-in-stock-subscription {
        display: inline-block;
    }

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}

    .overview .additional-details div,
    .variant-overview .additional-details div {
        margin: 0 0 8px;
    }

.overview .delivery,
.variant-overview .delivery {
    overflow: hidden;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 10px 0;
    background: url('../Themes/DefaultClean/Content/images/shipping.png') left center no-repeat;
    padding: 2px 0 2px 28px;
    font-weight: bold;
    color: #444;
}

    .overview .free-shipping.invisible,
    .variant-overview .free-shipping.invisible {
        display: none;
    }

.overview .delivery-date,
.variant-overview .delivery-date {
    margin: 10px 0;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

        .overview .prices > div > span,
        .variant-overview .prices > div > span {
            vertical-align: middle;
        }

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: rgb(38, 105, 246);
}

    .overview .tax-shipping-info a:hover,
    .overview .tax-shipping-info a:focus,
    .variant-overview .tax-shipping-info a:hover,
    .variant-overview .tax-shipping-info a:focus {
        text-decoration: underline;
    }

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

    .customer-entered-price .price-input label {
        display: block;
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

    .customer-entered-price .price-input input {
        width: 170px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        margin: 5px 0 0;
        color: #777;
    }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .title {
        display: none;
    }

    .tier-prices table td {
        border: 1px solid #ddd;
        padding: 10px;
        color: #444;
    }

    .tier-prices .field-header {
        min-width: 80px;
    }

    .tier-prices .item-price {
        background-color: #f9f9f9;
        font-size: 16px;
        color: #e4434b;
    }

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #42526E;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
    height: 43px;
    padding: 0 12px;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .overview .add-to-cart-button:hover,
    .overview .add-to-cart-button:focus,
    .variant-overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:focus {
        background-color: #248ece;
    }

.product-share-button {
    display: inline-block;
    overflow: hidden;
}

.full-description {
    clear: both;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    font-family: 'Arial';
}

.product-collateral {
    margin: 0 0 75px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
        color: rgb(38, 105, 246);
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 22px;
    }

    .variant-overview .add-to-wishlist {
        margin: 0 0 25px;
    }

    .variant-overview .add-to-wishlist-button {
        display: inline-block;
        width: auto;
    }

    .variant-overview .add-to-cart {
        margin: 0 0 10px;
    }

.product-specs-box {
    margin: 0 0 40px;
}

    .product-specs-box td {
        border: 1px solid #ddd;
        padding: 10px;
    }

        .product-specs-box td.spec-group-name {
            border: 0;
            padding-top: 20px;
            font-size: 16px;
            color: #444;
        }

.product-tags-list {
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover,
        .product-tags-list a:focus {
            color: #444;
        }

.attributes {
    margin: 20px 0;
}

    .attributes dl {
        overflow: hidden;
        padding: 0 2px; /* fix for Chrome in Mac, the checkboxes get cut off */
    }

    .attributes dt,
    .attribute-label {
        display: block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: bold;
        color: #444;
    }

    .attributes dd,
    .attribute-data {
        margin: 0 0 10px;
    }

    .attributes li {
        margin: 8px 0 12px;
    }

    .attributes select {
        width: auto;
        min-width: 100px;
        max-width: 100%;
    }

    .attributes .option-list label {
        margin: 0 5px;
    }

    .attributes .datepicker {
        width: 280px;
        text-align: center;
        color: #444;
    }

    .attributes .qty-box input {
        width: 48px;
        height: 32px;
        text-align: center;
    }

    .attributes .option-list:not(.attribute-squares) .disabled {
        opacity: .5;
    }

    .attributes .attribute-squares .disabled .attribute-square {
        cursor: default;
        opacity: .25;
    }

    .attributes .attribute-squares .disabled .attribute-square-container {
        background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%), linear-gradient(to top right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 1.5px), #e91e63 50%, rgba(0,0,0,0) calc(50% + 1.5px), rgba(0,0,0,0) 100%);
    }

    .attributes .attribute-squares .tooltip-container .not-available-text {
        font-size: 12px;
    }

    .attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
        margin: 5px;
    }

    .attributes .attribute-squares.color-squares .tooltip-container {
        width: 120px;
        display: none;
    }

    .attributes .attribute-squares.color-squares li:hover .tooltip-container {
        margin-left: -42px;
    }

    .attributes .attribute-squares.color-squares .disabled .tooltip-container {
        display: block;
    }

    .attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
        margin-bottom: 5px;
        display: none;
    }

    .attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
        display: block;
    }

    .attributes select option.disabled,
    .attributes select option:disabled {
        color: #cecece;
    }

.ui-datepicker {
    width: 280px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    text-align: center;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    padding: 0;
    font: normal 14px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #777;
}

.ui-datepicker-header {
    position: relative;
    height: 32px;
    background-color: rgb(38, 105, 246);
    color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background-image: none;
    padding: 0 !important;
    font-weight: normal;
}

    .ui-datepicker-header a {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        width: 32px !important;
        height: 32px !important;
        border: none !important;
    }

        .ui-datepicker-header a.ui-datepicker-prev {
            left: 0;
            background: url('../Themes/DefaultClean/Content/images/calendar-prev.png') center no-repeat;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            right: 0;
            background: url('../Themes/DefaultClean/Content/images/calendar-next.png') center no-repeat;
        }

        .ui-datepicker-header a span {
            /*override jQuery UI styles, do not delete doubled properties*/
            display: none !important;
        }

.ui-datepicker-title {
    position: relative;
    z-index: 0;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: 32px !important;
}

.ui-datepicker-calendar {
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 !important;
    font-size: 14px !important;
}

    .ui-datepicker-calendar th {
        background-color: #eee;
    }

    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        width: 14.285%;
        border: 1px solid #ddd;
        /*override jQuery UI styles, do not delete doubled properties*/
        padding: 0;
    }

        .ui-datepicker-calendar th span,
        .ui-datepicker-calendar td a {
            display: block;
            min-height: 32px;
            line-height: 32px;
            color: #444;
        }

        .ui-datepicker-calendar td a {
            /*override jQuery UI styles, do not delete doubled properties*/
            border: none !important;
            background: none !important;
            padding: 0;
            text-align: center;
            color: #444 !important;
        }

    .ui-datepicker-calendar .ui-state-active {
        outline: 2px solid rgb(38, 105, 246);
        font-weight: bold;
        color: rgb(38, 105, 246);
        /*override jQuery UI styles, do not delete doubled properties*/
        color: rgb(38, 105, 246) !important;
    }

.attribute-squares {
    font-size: 0;
    display: inline-block;
}

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares .attribute-square {
        display: inline-block !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
        cursor: pointer;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: rgb(38, 105, 246);
    }

    .attribute-squares li input {
        display: none;
    }

.attribute-squares-padding {
    padding: 0 5px 0 0;
}

.tooltip-container {
    position: absolute;
    width: 200px;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    text-align: center;
    visibility: hidden;
    border-radius: 5px;
}

    .tooltip-container:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        width: 0;
        height: 0;
        border-bottom: 7px solid #eeeeee;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

    .tooltip-container:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -6px;
        width: 0;
        height: 0;
        border-bottom: 6px solid #FFFFFF;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.attribute-squares li:hover .tooltip-container,
.attribute-squares li:focus .tooltip-container {
    visibility: visible;
    margin-left: -83px;
    margin-top: 5px;
    z-index: 999;
}

.tooltip-container .tooltip-header {
    background-color: #F6F6F6;
    height: 25px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 198px;
    font-size: 15px;
    border-bottom: 1px #EEEEEE solid;
}

.tooltip-container .tooltip-body {
    margin: 5px;
}

    .tooltip-container .tooltip-body img {
        border: 0px #FFF;
        width: 190px;
    }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard label {
        display: block;
        margin: 0 auto 5px;
        font-weight: bold;
        color: #444;
    }

    .giftcard input,
    .giftcard textarea {
        width: 350px;
        max-width: 100%;
    }

    .giftcard textarea {
        height: 150px;
    }


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    color: rgb(38, 105, 246);
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #444;
}

    .product-reviews-page .title strong {
        font-weight: normal;
    }

.write-review {
    margin: 0 0 60px;
}

    .write-review .fieldset {
        margin: 0 0 30px;
    }

.tooltip {
    position: initial;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #444;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background: #f0f0f0 no-repeat 100% 5%;
        border: #c0c0c0 1px dotted;
        text-align: Left;
        padding: 10px 10px 5px 5px;
        position: absolute;
        z-index: 1;
        left: 10%;
        opacity: 0;
        transition: opacity 0.3s;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
        }

    .tooltip:hover .tooltiptext,
    .tooltip:focus .tooltiptext {
        visibility: visible;
        opacity: 1;
        cursor: help;
    }

.write-review .review-rating {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .write-review .review-rating label {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        color: #444;
    }

    .write-review .review-rating div.first {
        color: #e4444c;
    }

    .write-review .review-rating div.rating-options {
        padding-top: 2px;
    }

        .write-review .review-rating div.rating-options input {
            vertical-align: baseline;
        }

    .write-review .review-rating div.last {
        color: #4cb17c;
    }

.write-review .captcha-box {
    margin: 15px 0 0;
}

.write-review .button-1 {
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 25px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .write-review .button-1:hover,
    .write-review .button-1:focus {
        background-color: #248ece;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
}

    .product-review-item .review-item-head {
        border-top: 1px solid #ddd;
        overflow: hidden;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .product-review-item .review-title {
        line-height: 20px;
        font-size: 15px;
        color: #444;
    }

    .product-review-item .product-review-box {
        margin: 3px 0 0;
    }

    .product-review-item .review-content {
        padding: 20px 10px;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
        line-height: 22px;
        color: #444;
    }

    .product-review-item .avatar {
        margin: 0 0 10px;
    }

    .product-review-item .reply {
        margin: 15px 0;
        border-top: 1px solid #ddd;
    }

    .product-review-item .reply-header {
        margin: 15px 0;
        font-weight: bold;
    }

    .product-review-item .reply-text {
        line-height: 22px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info label {
            font-weight: normal;
        }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 5px;
            color: rgb(38, 105, 246);
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.product-review-item .review-type-rating-ext {
    overflow: hidden;
    margin: 0 0 20px;
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .message-error {
        margin: 20px 0;
    }

    .wishlist-content .table-wrapper {
        margin: 0 0 30px;
    }

    .wishlist-content .product-content {
        min-width: 300px;
        text-align: left;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        text-align: center;
    }

        .wishlist-content .tax-shipping-info a {
            color: #4ab3f1;
        }

            .wishlist-content .tax-shipping-info a:hover,
            .wishlist-content .tax-shipping-info a:focus {
                text-decoration: underline;
            }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .button-2 {
        display: block;
        width: 250px;
        margin: 0 auto 3px;
        border: none;
        padding: 10px 25px;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        border: 1px solid transparent;
        text-transform: initial !important;
    }

    .wishlist-content .update-wishlist-button,
    .wishlist-content .wishlist-add-to-cart-button {
        background-color: rgb(38, 105, 246);
        transition: 0.5s all ease;
    }

        .wishlist-content .update-wishlist-button:hover,
        .wishlist-content .update-wishlist-button:focus,
        .wishlist-content .wishlist-add-to-cart-button:hover,
        .wishlist-content .wishlist-add-to-cart-button:focus {
            background-color: transparent;
            border-color: rgb(38, 105, 246);
            color: #7A7A7A;
        }

    .wishlist-content .email-a-friend-wishlist-button {
        background-color: transparent;
        border-color: rgb(38, 105, 246);
        color: #7A7A7A;
        transition: 0.5s all ease;
    }

        .wishlist-content .email-a-friend-wishlist-button:hover,
        .wishlist-content .email-a-friend-wishlist-button:focus {
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

.wishlist-page .share-info {
    text-align: center;
}

    .wishlist-page .share-info span {
        display: block;
        margin: 0 0 5px;
    }

    .wishlist-page .share-info a {
        font-weight: bold;
        color: #444;
    }

        .wishlist-page .share-info a:hover,
        .wishlist-page .share-info a:focus {
            color: rgb(38, 105, 246);
        }

.wishlist-page .no-data {
    margin: 25px 0 0;
}

.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: inline-block;
        margin: 0 0 20px;
        background-color: rgb(38, 105, 246);
        padding: 10px 15px;
        font-size: 14px;
        color: #fff;
        text-transform: initial;
        font-family: 'SpaceGrotesk-Bold';
        font-weight: 700;
        border: 1px solid transparent;
        transition: 0.5s all ease;
    }

        .compare-products-page .clear-list:hover,
        .compare-products-page .clear-list:focus {
            background-color: transparent;
            border-color: rgb(38, 105, 246);
            color: #7A7A7A;
        }

    .compare-products-page .table-wrapper {
        margin: 0 0 30px;
        padding: 0 0 1px; /*IE mobile table border fix*/
    }

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    text-align: left;
    vertical-align: top;
    color: #444;
}

    .compare-products-table td:first-child {
        min-width: 0;
    }

    .compare-products-table td label {
        font-weight: normal;
        color: #777;
    }

.compare-products-table .specification-group td {
    border: 0;
    padding: 20px 10px 10px 10px;
}

    .compare-products-table .specification-group td label {
        font-size: 16px;
        color: #444;
    }

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: url('../Themes/DefaultClean/Content/images/remove.png') left center no-repeat;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #666;
}

    .compare-products-table .remove-button:hover,
    .compare-products-table .remove-button:focus {
        color: rgb(38, 105, 246);
    }

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

    .compare-products-table .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.compare-products-table .product-name td {
    font-weight: bold;
}

    .compare-products-table .product-name td a:hover,
    .compare-products-table .product-name td a:focus {
        color: rgb(38, 105, 246);
    }

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .full-description td {
    display: none;
}

.compare-products-page .no-data {
    margin: 25px 0 0;
}


/*********** TOPICS ***********/



.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-page .page-body {
    text-align: justify;
    line-height: 22px;
}

.topic-block a,
.topic-page a {
    text-decoration: underline;
}

.topic-block strong,
.topic-page strong {
    color: #444;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.popup-window .topic-page {
    padding: 15px;
}

.not-found-page p {
    margin: 30px 15px;
}

.topic-password {
    text-align: center;
}

.enter-password-title {
    margin: 0 0 20px;
    color: #444;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form input[type="password"] {
        float: left;
        width: 200px;
        height: 40px;
        margin: 0 -1px 0 0;
    }

    .enter-password-form button[type="submit"] {
        float: left;
        width: auto;
        min-width: 86px;
        height: 40px;
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 0 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .enter-password-form button[type="submit"]:hover,
        .enter-password-form button[type="submit"]:focus {
            background-color: #248ece;
        }


/*********** CONTACT & EMAIL A FRIEND & APPLY FOR VENDOR ACCOUNT ***********/



.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .contact-page .button-1:hover,
    .contact-page .button-1:focus,
    .email-a-friend-page .button-1:hover,
    .email-a-friend-page .button-1:focus,
    .apply-vendor-page .button-1:hover,
    .apply-vendor-page .button-1:focus {
        background-color: #248ece;
    }

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0;
}

    .email-a-friend-page .title h2 {
        font-weight: normal;
        color: rgb(38, 105, 246);
    }

.apply-vendor-page .terms-of-service {
    text-align: center;
}

    .apply-vendor-page .terms-of-service > * {
        display: inline-block;
        line-height: 32px;
    }

    .apply-vendor-page .terms-of-service span,
    .apply-vendor-page .terms-of-service a {
        color: rgb(38, 105, 246);
        cursor: pointer;
    }

/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 5px;
    }

        .gender span > * {
            display: inline !important;
            margin: 0 5px;
            line-height: 32px;
        }

.date-of-birth .date-picker-wrapper {
    display: inline;
}

.date-of-birth select {
    width: 31%; /*always single line*/
    max-width: 126px;
}

    .date-of-birth select + select {
        margin: 0 0 0 10px;
    }

.date-of-birth .select-wrapper + .select-wrapper {
    margin: 0 0 0 10px;
}

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    #check-availability-button:hover,
    #check-availability-button:focus {
        background-color: #999;
    }

.inputs.accept-consent {
    text-align: center;
}

    .inputs.accept-consent > * {
        display: inline-block;
        line-height: 32px;
    }

    .inputs.accept-consent span,
    .inputs.accept-consent a {
        color: rgb(38, 105, 246);
        cursor: pointer;
        font-size: 14px;
    }

    .inputs.accept-consent label {
        width: auto;
        margin-left: 10px;
        margin-bottom: 0;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .registration-page .button-1:hover,
    .registration-page .button-1:focus,
    .registration-result-page .button-1:hover,
    .registration-result-page .button-1:focus,
    .login-page .button-1:hover,
    .login-page .button-1:focus,
    .password-recovery-page .button-1:hover,
    .password-recovery-page .button-1:focus,
    .email-revalidation-page .button-1:hover,
    .email-revalidation-page .button-1:focus,
    .account-activation-page .button-1:hover,
    .account-activation-page .button-1:focus,
    .account-page .button-1:hover,
    .account-page .button-1:focus,
    .return-request-page .button-1:hover,
    .return-request-page .button-1:focus {
        background-color: #248ece;
    }

.return-request-page h1 a {
    color: rgb(38, 105, 246);
}

.return-request-page .return-request-file {
    font-size: 14px;
}

    .return-request-page .return-request-file .uploadedfileinput {
        display: inline-block;
        vertical-align: middle;
    }

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #4cb17c;
}

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    margin: 0 5px;
    font-size: 14px;
}

.customer-info-page .vat-status {
    display: block;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 50px;
}

    .login-page .new-wrapper .text {
        margin: 0 0 30px;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 30px;
        line-height: 22px;
    }

    .login-page .new-wrapper .topic-block {
        margin: 0;
    }

    .login-page .new-wrapper .topic-block-body strong {
        color: #444;
    }

    .login-page .new-wrapper .button-1 {
        margin: 0 0 5px;
    }

.login-page .returning-wrapper {
    margin: 0;
}

    .login-page .returning-wrapper .form-fields {
        overflow: hidden;
        padding: 30px 15px 0;
    }

    .login-page .returning-wrapper .inputs.reversed {
        white-space: normal;
    }

        .login-page .returning-wrapper .inputs.reversed * {
            display: inline-block;
            width: auto;
            margin: 5px;
            font-size: 14px; /*reset zeroing*/
            color: #444;
        }

        .login-page .returning-wrapper .inputs.reversed a:hover,
        .login-page .returning-wrapper .inputs.reversed a:focus {
            color: #1E69F5;
        }

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0;
}

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication .title {
        margin: 0 0 15px;
        font-size: 20px;
        color: #444;
    }

    .external-authentication .buttons {
        margin: 0 0 30px;
        border-top: 1px solid #e6e6e6;
        padding: 30px;
    }

.external-auth-errors {
    color: #e4444c;
}

.external-auth-association {
    color: #444;
}

    .external-auth-association a {
        color: rgb(38, 105, 246);
    }

        .external-auth-association a:hover,
        .external-auth-association a:focus {
            text-decoration: underline;
        }

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
    color: #444;
}

.password-recovery-page .tooltip {
    margin: 0 0 25px;
}

.add-more-external-records {
    text-align: center;
}

    .add-more-external-records a {
        color: rgb(38, 105, 246);
    }

        .add-more-external-records a:hover,
        .add-more-external-records a:focus {
            text-decoration: underline;
        }

.account-page .buttons {
    text-align: center;
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}

.account-page .table-wrapper {
    margin: 0 0 30px
}

.gdpr-tools-page .result {
    margin: 20px 0;
    font-size: 13px;
    color: #e4434b;
}

.gdpr-tools-page .buttons {
    margin-top: 20px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

    .address-list-page .info .name,
    .order-list-page .info .name {
        font-size: 16px;
        font-weight: bold;
    }

.address-list-page .button-2,
.order-list-page .button-2 {
    display: inline-block;
    margin: 0 0 0 10px;
    border: none;
    padding: 0 0 0 18px;
    font-size: 12px;
    color: #444;
}

.edit-address-button {
    background: url('../Themes/DefaultClean/Content/images/edit.png') left center no-repeat;
}

.delete-address-button,
.cancel-recurring-order-button {
    background: url('../Themes/DefaultClean/Content/images/remove.png') left center no-repeat;
}

.retry-recurring-order-button {
    background: url('../Themes/DefaultClean/Content/images/retry.png') left center no-repeat;
}

.return-items-button {
    background: url('../Themes/DefaultClean/Content/images/return.png') left center no-repeat;
}

.order-details-button {
    background: url('../Themes/DefaultClean/Content/images/details.png') left center no-repeat;
}

.address-list-page .button-2:hover,
.address-list-page .button-2:focus,
.order-list-page .button-2:hover,
.order-list-page .button-2:focus {
    color: rgb(38, 105, 246);
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-edit-page .page-title {
    margin: 0 0 -1px;
}

.address-edit-page .message-error {
    margin: 20px 0;
}

.address-edit-page .edit-address {
    margin: 0 0 30px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.recurring-payments table td {
    white-space: nowrap;
}

    .recurring-payments table td:first-child {
        min-width: 120px;
        white-space: normal;
    }

.recurring-payments .button-2 {
    font-size: 14px;
}

.return-request-list-page .details {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 22px;
    color: #444;
}

.return-request-list-page label {
    margin: 0 5px 0 0;
}

.return-request-list-page a {
    color: rgb(38, 105, 246);
}

    .return-request-list-page a:hover,
    .return-request-list-page a:focus {
        text-decoration: underline;
    }

.return-request-list-page .comments div {
    margin: 10px 0 0;
    font-size: 15px;
    font-style: italic;
    color: #444;
}

.downloadable-products-page table td {
    color: #444;
}

.reward-points-overview {
    margin: 0 0 25px;
}

.reward-points-history table td {
    color: #444;
}

    .reward-points-history table td:first-child {
        min-width: 120px;
    }

.change-password-page .page-title {
    margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}

.change-password-page .fieldset {
    margin: 0 0 30px;
}

.avatar-page .page-title {
    margin: 0;
}

.avatar-page .page-body {
    margin: 0 0 30px;
    overflow: hidden;
    background-color: #f9f9f9;
    padding: 30px 25px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page .button-1 {
    font-size: 14px;
}

.avatar-page .button-2 {
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

    .avatar-page .button-2:hover,
    .avatar-page .button-2:focus {
        background-color: #999;
    }

.avatar-page .info {
    color: #444;
}

.vendorinfo-page .button-2 {
    border: medium none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

    .vendorinfo-page .button-2:hover,
    .vendorinfo-page .button-2:focus {
        background-color: #999;
    }

.vendorinfo-page .vendor-picture {
    width: 400px;
    margin: 0 auto;
}

    .vendorinfo-page .vendor-picture * {
        display: block;
        margin-top: 15px;
    }

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0;
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px;
}


/********** SHOPPING CART **********/



.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 14px; /*reset zeroing*/
        color: #444;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border: 1px solid #bbb;
            background: #fff url('../Themes/DefaultClean/Content/images/pointer.png') center no-repeat;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
    }

.shopping-cart-page .page-title,
.page.wishlist-page .page-title {
    margin: 0 0 20px;
    padding: 20px 0 0;
    border-bottom: none;
    text-align: left;
}

    .shopping-cart-page .page-title h1,
    .page.wishlist-page .page-title h1 {
        font-size: 24px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        color: #7A7A7A;
    }

table.cart thead th {
    color: rgb(122, 122, 122);
    text-align: left;
    background: rgb(233, 239, 255);
    font: bold 16px / 24px SpaceGrotesk-Bold, Helvetica, sans-serif;
    padding: 5px;
    border-color: transparent;
    border-width: 0;
}

table.cart > tbody > tr:nth-of-type(2n) td {
    background: rgb(247, 249, 251);
}

table.cart tr td {
    color: rgb(122, 122, 122);
    text-align: left;
    font: 14px / 24px SpaceGrotesk-, Helvetica, sans-serif;
    padding: 5px;
    border: none;
}

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}

    .shopping-cart-page .checkout-attributes a:hover,
    .shopping-cart-page .checkout-attributes a:focus {
        text-decoration: underline;
    }

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

    .shopping-cart-page .tax-shipping-info a {
        color: #4ab3f1;
    }

        .shopping-cart-page .tax-shipping-info a:hover,
        .shopping-cart-page .tax-shipping-info a:focus {
            text-decoration: underline;
        }

.shopping-cart-page .common-buttons {
    margin: 0 0 60px;
    padding: 20px;
    font-size: 0;
}

    .shopping-cart-page .common-buttons button {
        display: inline-block;
        min-width: 180px;
        margin: 5px;
        border: none;
        background-color: transparent;
        border: 1px solid rgb(38, 105, 246);
        padding: 10px 20px;
        font-size: 15px;
        color: #7A7A7A;
        transition: 0.5s all ease;
    }

        .shopping-cart-page .common-buttons button:hover,
        .shopping-cart-page .common-buttons button:focus {
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

        .shopping-cart-page .common-buttons button:first-child {
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

            .shopping-cart-page .common-buttons button:first-child:hover,
            .shopping-cart-page .common-buttons button:first-child:focus {
                background-color: transparent;
                color: #7A7A7A;
            }

.checkout-attributes {
    margin: -30px 0 30px;
    color: #444;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes dd {
        margin: 0 0 20px;
    }

    .checkout-attributes input[type="text"],
    .checkout-attributes select {
        min-width: 170px;
    }

    .checkout-attributes ul {
        font-size: 0;
    }

    .checkout-attributes li {
        display: inline-block;
        margin: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 8px 10px;
        font-size: 14px; /*reset zeroing*/
    }

    .checkout-attributes .attribute-squares li {
        border: none;
        padding: 0;
        line-height: 0;
    }

    .checkout-attributes li label {
        display: inline-block;
        margin: 0 0 0 5px;
    }

.selected-checkout-attributes {
    margin: 30px 0;
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Regular;
}

.checkout-attributes dt label.text-prompt {
    font-size: 14px;
    font-weight: 700;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Bold;
}

.cart-collaterals .coupon-box .title strong,
.cart-collaterals .giftcard-box .title strong {
    font-size: 16px;
    font-weight: 700;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Bold;
}

.cart-collaterals .coupon-box .hint,
.cart-collaterals .giftcard-box .hint {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
}

.selected-checkout-attributes br {
    content: "";
    display: block;
    margin: 3px;
}

.cart-footer {
    margin: 0 0 50px;
    border-top: 1px solid #ddd;
}

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 50px;
        background-color: rgb(247, 249, 251) !important;
        padding: 10px;
        color: #7A7A7A;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 5px 30px 15px;
    }

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
}

    .cart-total td:first-child {
        text-align: left;
    }

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 16px;
    font-weight: 700;
    color: #2669F6;
    font-family: SpaceGrotesk-Bold;
}

    .cart-total .order-total strong {
        font-weight: normal;
    }

.cart-total .earn-reward-points {
    font-style: italic;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        margin: 0 0 0 3px;
        color: #2669F6;
    }

.cart-footer .checkout-buttons {
    padding: 0 10px;
}

.cart-footer .checkout-disabled {
    font-size: 20px;
    text-align: center;
    background: #ffa500;
    border: 1px solid #c3891e;
    color: #fff;
    padding: 15px 50px;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: 1px solid rgb(38, 105, 246);
    background-color: rgb(38, 105, 246);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #fff;
    text-transform: initial;
    transition: 0.5s all ease;
}

    .cart-footer .checkout-button:hover,
    .cart-footer .checkout-button:focus {
        background-color: transparent;
        color: #7A7A7A;
    }

.product-grid.cross-sells .title {
    margin-bottom: 25px;
}

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}

.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 25px 0 0;
}

    .cart-collaterals > div {
        max-width: 400px;
        margin: 0 0 50px;
    }

    .cart-collaterals .button-2 {
        display: inline-block;
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 10px 15px;
        border: 1px solid rgb(38, 105, 246);
        color: #fff;
        text-transform: uppercase;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
        font-size: 14px;
        text-transform: initial;
    }

        .cart-collaterals .button-2:hover,
        .cart-collaterals .button-2:focus {
            background-color: transparent;
            color: #7A7A7A;
        }

    .cart-collaterals .title {
        margin: 0 0 5px;
        font-size: 18px;
        color: #444;
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals .hint {
        margin: 0 0 10px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 20px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            width: 60%;
            height: 36px; /*safari padding fix*/
            margin: 0;
            outline:none;
            border:0 !important;
        }

        .cart-collaterals .coupon-code button[type="submit"] {
            float: left;
            width: 40%;
            height: 36px; /*safari padding fix*/
            padding: 0;
        }

    .cart-collaterals .message-failure {
        margin: 5px 0 0;
        font-size: 12px;
        color: #e4434b;
    }

    .cart-collaterals .message-success {
        margin: 5px 0 0;
        font-size: 12px;
        color: #4cb17c;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #4cb17c;
    }

.remove-discount-button,
.remove-gift-card-button {
    width: 15px;
    height: 15px;
    /*border: 1px solid #999;*/
    /*background: #fff url('../Themes/DefaultClean/Content/images/close.png') center no-repeat;*/
    background: #F0F6FF url(../Themes/DefaultClean/Content/images/remove.png) center no-repeat;
    cursor: pointer;
}

.cart-collaterals .shipping select {
    height: 36px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 20px 0;
    }

        .cart-collaterals .shipping-results li strong {
            display: block;
            margin: 0 0 5px;
            color: #444;
        }

.shopping-cart-page .no-data {
    margin: 25px 0 0;
}


/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
    position: relative;
    background: #FFF;
    padding: 25px 10px;
    width: auto;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.shipping-options-loading {
    background: url(../Themes/DefaultClean/Content/images/ajax-loader-small.gif) no-repeat;
    width: 16px;
    height: 16px;
    position: relative;
    right: 8px;
    margin: 4% 50%;
}

.shipping-address .required {
    margin-left: 0px;
}

.estimate-shipping-row {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

    .estimate-shipping-row.shipping-option {
        cursor: pointer;
    }

        .estimate-shipping-row.shipping-option.active {
            font-weight: 700;
        }

.estimate-shipping-row-item {
    flex: 0 1 100%;
}

    .estimate-shipping-row-item.shipping-item {
        padding: 8px 0;
        overflow: hidden;
        overflow-wrap: break-word;
    }

    .estimate-shipping-row-item.shipping-header-item {
        padding: 12px 0;
        border-bottom: 1px solid #f2f2f2;
        align-self: flex-end;
    }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
        padding-left: 15px;
    }

    .estimate-shipping-row-item + .estimate-shipping-row-item {
        padding-left: 10px;
    }

.estimate-shipping-row-item-radio {
    flex: 0 0 35px;
}

.ship-to-title {
    margin-bottom: 10px;
}

.choose-shipping-title {
    margin-top: 20px;
}

.estimate-shipping-address-control {
    width: 100%;
    height: 36px;
}

.estimate-shipping-radio {
    display: none;
}

    .estimate-shipping-radio + label {
        -webkit-appearance: none;
        background-color: #fafafa;
        border: 1px solid #cacece;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
    }

    .estimate-shipping-radio:checked + label:after {
        content: ' ';
        width: 6px;
        height: 6px;
        border-radius: 50px;
        position: absolute;
        top: 6px;
        left: 6px;
        background: #ffffff;
    }

    .estimate-shipping-radio:checked + label {
        background-color: rgb(38, 105, 246);
        color: #99a1a7;
        border: 1px solid #adb8c0;
        border-color: rgb(38, 105, 246);
    }

.apply-shipping-button {
    border: none;
    padding: 8px 25px;
    background-color: rgb(38, 105, 246);
    color: #fff;
    border: 1px solid transparent;
    transition: 0.5s all ease;
}

    .apply-shipping-button:hover {
        border-color: rgb(38, 105, 246);
        color: #7A7A7A;
        background: transparent;
    }

.apply-shipping-button-container {
    margin-top: 15px;
    text-align: center;
}

.shipping-options-header {
    top: 0;
    z-index: 1;
    position: sticky;
    background-color: #fff;
}

.shipping-options {
    position: relative;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
    max-height: 200px;
    background: #FFF no-repeat;
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 7px;
}

    .shipping-options:before,
    .shipping-options:after {
        content: "";
        position: relative;
        z-index: -1;
        display: block;
        height: 30px;
        margin: 0 0 -30px;
        background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
        background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    }

    .shipping-options:after {
        margin: -30px 0 0;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    }

.no-shipping-options {
    text-align: center;
    margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
    margin: 5px 0 -5px;
    font-size: 12px;
    color: #e4434b;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
    display: inline-block;
    min-width: 180px;
    margin: 5px;
    border: 1px solid rgb(38, 105, 246);
    background-color: transparent;
    padding: 10px 20px;
    font-size: 15px;
    text-align: center;
    color: #7A7A7A;
    transition: 0.5s all ease;
}

    .shopping-cart-page .common-buttons .estimate-shipping-button:hover,
    .shopping-cart-page .common-buttons .estimate-shipping-button:focus {
        background-color: rgb(38, 105, 246);
        color: #fff;
    }


/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
    margin-bottom: 20px;
}

    .product-estimate-shipping .shipping-date {
        margin-top: 3px;
    }

    .product-estimate-shipping .shipping-title {
        font-size: 16px;
        font-weight: bold;
        color: #444;
        margin-bottom: 5px;
        justify-content: center;
    }

        .product-estimate-shipping .shipping-title .shipping-price {
            margin-left: 5px;
            vertical-align: middle;
        }

        .product-estimate-shipping .shipping-title .shipping-loading {
            margin-left: 5px;
            vertical-align: middle;
            background: url(../Themes/DefaultClean/Content/images/ajax-loader-small.gif) no-repeat;
            width: 16px;
            height: 16px;
            display: inline-block;
        }

    .product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0 0 3px 6px;
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 3px;
    }


/********** CHECKOUT **********/



.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 20px 10px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .checkout-page .button-1:hover,
    .checkout-page .button-1:focus {
        background-color: #248ece;
    }

.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

    .checkout-page .address-item ul {
        margin: 0 0 15px;
        background-color: #f9f9f9;
        padding: 20px;
        color: #444;
    }

    .checkout-page .address-item li {
        padding: 5px 0;
    }

        .checkout-page .address-item li.name {
            font-size: 16px;
            font-weight: bold;
        }

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

    .checkout-page .ship-to-same-address .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.checkout-page .pickup-in-store {
    text-align: center;
}

    .checkout-page .pickup-in-store .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.select-pickup-point {
    text-align: center;
}

.checkout-page .pickup-points-map {
    min-width: 400px;
    min-height: 350px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkout-page .edit-address-button {
    float: right;
    margin: 20px 10px 10px 12px;
    display: none;
}

.checkout-page .delete-address-button {
    float: right;
    margin: 20px 0 10px 0;
    display: none;
}

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 0;
        font-size: 14px; /*reset zeroing*/
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-size: 13px;
            font-weight: bold;
            color: #444;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .payment-details {
    width: 200px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

    .payment-info .info tr {
        display: block;
        margin: 0 0 15px;
        font-size: 0;
    }

    .payment-info .info td {
        display: inline-block;
        width: 100% !important;
        max-width: 400px !important;
        font-size: 14px; /*reset zeroing*/
    }

        .payment-info .info td:only-child {
            width: 100% !important;
            max-width: 100% !important;
        }

        .payment-info .info td input[type="text"] {
            width: 100% !important;
        }

        .payment-info .info td input[name="CardCode"] {
            width: 65px !important;
        }

        .payment-info .info td select {
            min-width: 70px;
        }

        .payment-info .info td:first-child {
            margin: 0 0 10px;
        }

    .payment-info .info p {
        text-align: center;
    }

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: rgb(247, 249, 251) !important;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

    .order-review-data .title strong,
    .order-details-area .title strong,
    .shipment-details-area .title strong {
        font-weight: 700;
    }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

    .order-completed .details div {
        margin: 5px 0;
    }

    .order-completed .details strong {
        font-weight: normal;
        text-transform: uppercase;
    }

    .order-completed .details a {
        color: rgb(38, 105, 246);
    }

        .order-completed .details a:hover,
        .order-completed .details a:focus {
            text-decoration: underline;
        }

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: rgb(38, 105, 246);
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: left;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #248ece;
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .section {
    margin: 0 0 30px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        display: inline-block;
        margin: 0 0 0 -15px;
        background: url('../Themes/DefaultClean/Content/images/back-button.png') left center no-repeat;
        padding: 0 0 0 18px;
        color: #444;
    }

        .opc .back-link a:hover,
        .opc .back-link a:focus {
            color: rgb(38, 105, 246);
        }

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.ship-to-same-address {
    margin: 0 0 30px;
    padding: 0;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
    border-bottom: none;
}

    .order-details-page .page-title h1 {
        margin: 0 0 30px;
        padding: 0 0 10px;
    }

    .order-details-page .page-title a {
        display: inline-block;
        min-width: 180px;
        margin: 5px 10px;
        border: none;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #565656;
        border: 1px solid rgb(38, 105, 246);
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        transition: 0.5s all ease;
    }

        .order-details-page .page-title a:hover,
        .order-details-page .page-title a:focus {
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

        .order-details-page .page-title a.print-order-button {
            background-color: rgb(38, 105, 246);
            color: #fff;
        }

            .order-details-page .page-title a.print-order-button:hover,
            .order-details-page .page-title a.print-order-button:focus {
                background-color: transparent;
                color: #565656;
            }

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

    .order-details-page .order-overview .order-number {
        margin: 0 0 10px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'SpaceGrotesk-Bold';
        font-weight: 700;
        color: #7A7A7A;
    }

    .order-details-page .order-overview .order-total strong {
        font-weight: 700;
        color: rgb(38, 105, 246);
    }

ul.order-overview-content li {
    font-size: 14px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    color: #7A7A7A;
}

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    .order-details-page .repost .button-2:hover,
    .order-details-page .repost .button-2:focus {
        background-color: #248ece;
    }

.order-details-page .download a {
    font-weight: normal;
    color: rgb(38, 105, 246);
}

    .order-details-page .download a:hover,
    .order-details-page .download a:focus {
        text-decoration: underline;
    }

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .user-agreement-page .button-1:hover,
    .user-agreement-page .button-1:focus {
        background-color: #248ece;
    }

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

    .order-details-page .tax-shipping-info a {
        color: rgb(38, 105, 246);
    }

        .order-details-page .tax-shipping-info a:hover,
        .order-details-page .tax-shipping-info a:focus {
            text-decoration: underline;
        }

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

    .order-details-page .actions button {
        display: inline-block;
        min-width: 165px;
        margin: 5px;
        border: none;
        background-color: #aaa;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

        .order-details-page .actions button:hover,
        .order-details-page .actions button:focus {
            background-color: #999;
        }

        .order-details-page .actions button:first-child {
            background-color: rgb(38, 105, 246);
        }

            .order-details-page .actions button:first-child:hover,
            .order-details-page .actions button:first-child:focus {
                background-color: #248ece;
            }

.order-details-page .totals.section {
    width: 370px;
    padding: 0 10px;
    max-width: 100%;
    margin: 0 auto 50px;
}

.order-details-page .total-info {
    background-color: rgb(247, 249, 251) !important;
    padding: 15px 20px;
    color: #7A7A7A;
}

.total-info table.cart-total td label, .total-info table.cart-total td span {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
}

/****** SEARCH & SITEMAP ******/



.search-page .page-title {
    margin: 0 0 -1px;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}

.advanced-search {
    margin: 30px 0 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    min-width: 140px;
    border: none;
    background-color: rgb(38, 105, 246);
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .search-input .button-1:hover,
    .search-input .button-1:focus {
        background-color: #248ece;
    }

.search-results {
    margin: 30px 0 0;
}

    .search-results .warning {
        margin: 10px 0;
        color: #e4434b;
    }

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}

.sitemap-page .entity {
    margin: 0 0 30px;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        font-size: 20px;
        font-weight: normal;
        color: #444;
    }

.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
    text-align: center;
}

.sitemap-page .entity ul {
    font-size: 0;
}

.sitemap-page .entity li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px; /*reset zeroing*/
}

    .sitemap-page .entity li:before {
        content: "";
        position: absolute;
        top: 23px;
        left: 0;
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }

.sitemap-page .entity a {
    color: #444;
}

    .sitemap-page .entity a:hover,
    .sitemap-page .entity a:focus {
        color: rgb(38, 105, 246);
    }

    .sitemap-page .entity a:empty {
        display: none;
    }


/****** BLOG & NEWS ******/



.block-blog-archive .number {
    display: block;
    color: #444;
    cursor: auto;
}

.block-blog-archive .sublist {
    margin: 5px 0 5px 15px;
}

.block-blog-archive li.month {
    padding: 3px 0 3px 15px;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.blog-page .post,
.news-items .news-item {
    margin: 0 0 30px;
}

    .blog-page .post:after {
        content: "";
        display: block;
        clear: both;
    }

.post-title,
.news-title {
    display: inline-block;
    padding: 20px 10px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #444;
}

    .post-title:hover,
    .post-title:focus,
    .news-title:hover,
    .news-title:focus {
        color: rgb(38, 105, 246);
    }

.post-date,
.news-date {
    display: block;
    margin: 0 0 15px;
    background-color: #f6f6f6;
    padding: 10px;
    font-style: italic;
    color: #444;
}

.post-body,
.news-body {
    margin: 0 0 20px;
    padding: 0 10px;
    line-height: 22px;
}

.blog-page .tags,
.blogpost-page .tags {
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0 10px;
}

    .blog-page .tags label,
    .blogpost-page .tags label {
        display: inline-block;
        margin: 0 3px 3px 0;
        font-weight: bold;
        color: #444;
    }

    .blog-page .tags ul,
    .blogpost-page .tags ul {
        display: inline-block;
        margin: 0 0 3px 3px;
        font-size: 0;
    }

    .blog-page .tags li,
    .blogpost-page .tags li {
        display: inline-block;
        font-size: 14px; /*reset zeroing*/
    }

        .blog-page .tags li.separator,
        .blogpost-page .tags li.separator {
            margin: 0 8px 0 0;
        }

    .blog-page .tags a,
    .blogpost-page .tags a {
        display: block;
        color: rgb(38, 105, 246);
    }

        .blog-page .tags a:hover,
        .blog-page .tags a:focus,
        .blogpost-page .tags a:hover,
        .blogpost-page .tags a:focus {
            text-decoration: underline;
        }

.blog-posts .buttons,
.news-items .buttons {
    margin: 0;
    padding: 0 10px;
}

    .blog-posts .buttons .read-comments {
        display: block;
        margin: 0 0 15px;
        font-weight: bold;
        color: #444;
    }

        .blog-posts .buttons .read-comments:hover,
        .blog-posts .buttons .read-comments:focus {
            color: rgb(38, 105, 246);
        }

    .blog-posts .buttons .read-more,
    .news-items .buttons .read-more {
        display: inline-block;
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .blog-posts .buttons .read-more:hover,
        .blog-posts .buttons .read-more:focus,
        .news-items .buttons .read-more:hover,
        .news-items .buttons .read-more:focus {
            background-color: #248ece;
        }

.new-comment {
    margin: 50px 0 60px;
}

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

    .new-comment .form-fields {
        margin: 0 0 20px;
    }

    .new-comment .button-1 {
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 10px 30px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .new-comment .button-1:hover,
        .new-comment .button-1:focus {
            background-color: #248ece;
        }

.comment-list {
    margin: 0 0 100px;
}

    .comment-list .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
    }

        .comment-list .title strong {
            font-weight: normal;
        }

    .comment-list .comment {
        margin: 0 0 40px;
        border-top: 1px solid #ddd;
    }

        .comment-list .comment:after {
            content: "";
            display: block;
            clear: both;
        }

.comment-info {
    width: 150px;
    margin: 20px auto;
}

    .comment-info .username {
        display: block;
        margin: 0 0 -1px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
        padding: 11px 0;
        font-weight: bold;
        color: #444;
    }

    .comment-info a.username:hover,
    .comment-info a.username:focus {
        color: rgb(38, 105, 246);
    }

    .comment-info .avatar {
        position: relative;
        width: 150px;
        height: 150px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .comment-info .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            border: solid 2px #CEDBE1 !important;
        }

.comment-time {
    margin: 0 0 15px;
    font-size: 13px;
    font-weight: bold;
}

    .comment-time span {
        color: #444;
    }

.comment-title {
    margin: 0 0 15px;
    font-size: 16px;
    color: #444;
}

.comment-body {
    line-height: 22px;
}

.news-list-homepage {
    margin: 0 0 75px;
}

    .news-list-homepage .title {
        margin: 0 0 -1px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: normal;
        color: #444;
    }

        .news-list-homepage .title strong {
            font-weight: normal;
        }

    .news-list-homepage .view-all {
        text-align: center;
    }

        .news-list-homepage .view-all a {
            color: #444;
            text-decoration: underline;
        }

            .news-list-homepage .view-all a:hover,
            .news-list-homepage .view-all a:focus {
                color: rgb(38, 105, 246);
            }


/*** FORUM & PROFILE ***/



.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}

    .forums-main-page .topic-block p {
        text-align: center;
    }

.forums-main-page .pager {
    display: none;
}

.forum-breadcrumb {
    margin: 0 0 40px;
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}

    .forums-header:after {
        content: "";
        display: block;
        clear: both;
    }

    .forums-header .current-time {
        margin: 0 0 15px;
        color: #444;
    }

.forum-search-box .basic {
    overflow: hidden;
    margin: 0 0 10px;
}

.forum-search-box .advanced a {
    line-height: 22px;
    color: #444;
    text-decoration: underline;
}

    .forum-search-box .advanced a:hover,
    .forum-search-box .advanced a:focus {
        color: rgb(38, 105, 246);
    }

.forum-search-page .page-title {
    margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    margin: 0 0 15px;
    text-align: center;
    color: #e4434b;
}

/* forum group */

.forums-table-section {
    margin: 0 0 60px;
}

    .forums-table-section + .pager {
        margin: -30px 0 30px;
    }

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}

    .forums-table-section-title a,
    .forums-table-section-title strong {
        font-size: 22px;
        font-weight: normal;
        color: #444;
    }

        .forums-table-section-title a:hover,
        .forums-table-section-title a:focus {
            color: rgb(38, 105, 246);
        }

.forums-table-section .image div {
    width: 38px;
    height: 32px;
    margin: auto;
    background: url('../Themes/DefaultClean/Content/images/topic-type1.png') center no-repeat;
}

    .forums-table-section .image div.sticky {
        background: url('../Themes/DefaultClean/Content/images/topic-type2.png') center no-repeat;
    }

    .forums-table-section .image div.announcement {
        background: url('../Themes/DefaultClean/Content/images/topic-type3.png') center no-repeat;
    }

.forums-table-section .forum-title,
.forums-table-section .topic-title {
    margin: 5px 0;
}

    .forums-table-section .forum-title a,
    .forums-table-section .topic-title a {
        font-size: 16px;
        font-weight: bold;
        color: #444;
    }

        .forums-table-section .forum-title a:hover,
        .forums-table-section .forum-title a:focus,
        .forums-table-section .topic-title a:hover,
        .forums-table-section .topic-title a:focus {
            color: rgb(38, 105, 246);
            text-decoration: none;
        }

    .forums-table-section .topic-title span {
        display: block;
        color: #777;
    }

.forums-table-section .forum-description,
.forums-table-section .topic-starter {
    margin: 5px 0;
}

.forums-table-section .latest-post {
    white-space: nowrap;
}

    .forums-table-section .latest-post div {
        margin: 5px 0;
    }

    .forums-table-section .latest-post label {
        color: #777;
    }

.forums-table-section .view-all {
    margin: 30px 0 0;
    padding: 0 10px;
}

    .forums-table-section .view-all a {
        background-color: rgb(38, 105, 246);
        padding: 10px 15px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .forums-table-section .view-all a:hover,
        .forums-table-section .view-all a:focus {
            background-color: #248ece;
        }

/* forum-page, topic page */

.forum-page .forum-info {
    margin: 0 0 30px;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

    .forum-page .forum-name h1,
    .forum-topic-page .topic-name h1 {
        font-size: 30px;
        font-weight: normal;
    }

.forum-actions,
.topic-actions {
    margin: 0 0 30px;
    font-size: 0;
}

    .forum-actions .actions a,
    .topic-actions .actions a {
        display: inline-block;
        margin: 1px;
        padding: 10px 10px 10px 33px;
        font-size: 14px;
    }

    .forum-actions .actions .new-topic {
        background: #eee url('../Themes/DefaultClean/Content/images/new.png') left center no-repeat;
    }

    .forum-actions .actions .watch-forum,
    .topic-actions .actions .watch-forum {
        background: #eee url('../Themes/DefaultClean/Content/images/watch.png') left center no-repeat;
    }

    .forum-actions .actions a:hover,
    .forum-actions .actions a:focus,
    .topic-actions .actions a:hover,
    .topic-actions .actions a:focus {
        background-color: #e6e6e6;
    }

    .forum-actions .pager.upper,
    .topic-actions .pager.upper {
        display: none;
        margin: 0;
    }

    .topic-actions .reply-topic-button {
        background: #eee url('../Themes/DefaultClean/Content/images/reply.png') left center no-repeat;
    }

    .topic-actions .watch-topic-button {
        background: #eee url('../Themes/DefaultClean/Content/images/watch.png') left center no-repeat;
    }

    .topic-actions .move-topic-button {
        background: #eee url('../Themes/DefaultClean/Content/images/move.png') left center no-repeat;
    }

    .topic-actions .edit-topic-button {
        background: #eee url('../Themes/DefaultClean/Content/images/edit_.png') left center no-repeat;
    }

    .topic-actions .delete-topic-button {
        background: #eee url('../Themes/DefaultClean/Content/images/remove_.png') left center no-repeat;
    }

    .topic-actions.lower .actions {
        display: none;
    }

.active-discussions-page .forums-table-section-title {
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px;
}

    .active-discussions-page .forums-table-section-title strong {
        font-size: 30px;
        font-weight: normal;
    }

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}

/* topic post */

.topic-post {
    margin: 0 0 30px;
    border-top: 1px solid #ddd;
}

    .topic-post:last-child {
        border-bottom: 1px solid #ddd;
    }

    .topic-post:after {
        content: "";
        display: block;
        clear: both;
    }

    .topic-post .post-info {
        margin: 30px 0;
    }

    .topic-post .user-info {
        width: 150px;
        margin: 0 auto 15px
    }

    .topic-post .username {
        display: block;
        margin: 0 0 -1px;
        border: 1px solid #ddd;
        background-color: #f6f6f6;
        padding: 11px 0;
        font-weight: bold;
        color: #444;
    }

    .topic-post a.username:hover,
    .topic-post a.username:focus {
        color: rgb(38, 105, 246);
    }

    .topic-post .avatar,
    .profile-info-box .avatar {
        position: relative;
        width: 150px;
        height: 150px;
        border: 1px solid #ddd;
        overflow: hidden;
    }

        .topic-post .avatar img,
        .profile-info-box .avatar img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

        .topic-post .avatar img {
            border: solid 2px #CEDBE1 !important;
        }

    .topic-post .user-stats {
        margin: 0 0 15px;
    }

        .topic-post .user-stats li {
            display: inline-block;
            margin: 0 10px;
        }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            margin: 0 0 0 3px;
            font-weight: bold;
            color: #444;
        }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        display: inline-block;
        border: none;
        background-color: #888;
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .topic-post .pm-button:hover,
        .topic-post .pm-button:focus,
        .profile-info-box .pm-button:hover,
        .profile-info-box .pm-button:focus {
            background-color: #999;
        }

    .topic-post .post-time {
        margin: 0 0 15px;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 13px;
        font-weight: bold;
    }

        .topic-post .post-time span {
            color: #444;
        }

    .topic-post .post-actions {
        margin: 0 0 15px;
        font-size: 0;
    }

        .topic-post .post-actions > div {
            display: inline-block;
        }

        .topic-post .post-actions a {
            display: inline-block;
            margin: 1px 5px;
            font-size: 14px;
        }

        .topic-post .post-actions .edit-post-button,
        .topic-post .post-actions .delete-post-button {
            padding: 10px 10px 10px 33px;
        }

        .topic-post .post-actions .edit-post-button {
            background: url('../Themes/DefaultClean/Content/images/edit_.png') left center no-repeat;
        }

        .topic-post .post-actions .delete-post-button {
            background: url('../Themes/DefaultClean/Content/images/remove_.png') left center no-repeat;
        }

            .topic-post .post-actions .edit-post-button:hover,
            .topic-post .post-actions .edit-post-button:focus,
            .topic-post .post-actions .delete-post-button:hover,
            .topic-post .post-actions .delete-post-button:focus {
                color: rgb(38, 105, 246);
            }

        .topic-post .post-actions .post-link-button {
            padding: 10px;
            font-weight: bold;
            color: rgb(38, 105, 246);
        }

            .topic-post .post-actions .post-link-button:hover,
            .topic-post .post-actions .post-link-button:focus {
                text-decoration: underline;
            }

        .topic-post .post-actions .quote-post-button {
            background-color: #888;
            padding: 10px 20px;
            color: #fff;
        }

            .topic-post .post-actions .quote-post-button:hover,
            .topic-post .post-actions .quote-post-button:focus {
                background-color: #999;
                color: #fff;
            }

    .topic-post .post-text {
        /*topic post-text also gets style from blog post-body*/
        padding: 0 10px 20px;
        line-height: 22px;
        color: #444;
        margin-bottom: 0;
    }

    .topic-post .post-vote {
        text-align: center;
        display: table;
        margin: 0 auto 20px;
    }

    .topic-post .user-posted-image,
    .latest-posts .user-posted-image {
        max-width: 100%;
        height: auto;
    }

    .topic-post .quote,
    .latest-posts .quote {
        margin: 10px 0;
        border: 1px dashed #ccc;
        background-color: #f9f9f9;
        padding: 10px;
        color: #777;
    }

    .topic-post .signature {
        border-top: 1px solid #ddd;
        padding: 20px;
        font-size: 13px;
        font-style: italic;
        clear: both;
    }

    .topic-post .post-vote span.vote {
        cursor: pointer;
        display: block;
        width: 40px;
        height: 24px;
    }

    .topic-post .post-vote span.up {
        background: url('../Themes/DefaultClean/Content/images/vote-up.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.vote.up.selected {
        background: url('../Themes/DefaultClean/Content/images/vote-up-selected.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.down {
        background: url('../Themes/DefaultClean/Content/images/vote-down.png') no-repeat 50% 50%;
    }

    .topic-post .post-vote span.vote.down.selected {
        background: url('../Themes/DefaultClean/Content/images/vote-down-selected.png') no-repeat 50% 50%;
    }

    .topic-post .vote-count-post {
        display: block;
        font-size: 160%;
    }
/* forum edit & send message */

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.move-topic-page label {
    white-space: normal;
}

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}

.forum-edit-page .inputs strong {
    display: inline-block;
    max-width: 400px;
    font-size: 22px; /*reset zeroing*/
    font-weight: normal;
    color: #444;
    white-space: normal;
}

.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}

.forum-edit-page .inputs.reversed {
    margin: 0;
}

    .forum-edit-page .inputs.reversed label {
        width: auto;
        margin: 5px;
        font-size: 14px; /*reset zeroing*/
        white-space: normal;
    }

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    max-width: 400px;
    margin: 20px auto;
    background-color: #ddd;
    padding: 10px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    margin: 0 2px 0 0;
    border: #cec6b5 1px solid;
    padding: 2px;
}

    .forum-edit-page .toolbar .button:hover,
    .forum-edit-page .toolbar .button:focus,
    .private-message-send-page .toolbar .button:hover,
    .private-message-send-page .toolbar .button:focus {
        border: #333 1px solid;
    }

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
    min-width: 140px;
    border: none;
    background-color: #999;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .forum-edit-page .buttons button:hover,
    .forum-edit-page .buttons button:focus,
    .move-topic-page .buttons button:hover,
    .move-topic-page .buttons button:focus,
    .private-messages .buttons button:hover,
    .private-messages .buttons button:focus {
        background-color: #888;
    }

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: rgb(38, 105, 246);
}

    .forum-edit-page .buttons .button-1:hover,
    .forum-edit-page .buttons .button-1:focus,
    .move-topic-page .buttons .button-1:hover,
    .move-topic-page .buttons .button-1:focus,
    .private-messages .buttons .button-1:hover,
    .private-messages .buttons .button-1:focus {
        background-color: #248ece;
    }

.private-message-send-page a {
    font-size: 14px;
    color: rgb(38, 105, 246);
}

.private-message-send-page span {
    font-size: 14px;
}

/* jQuery tabs */

.ui-tabs {
    /*override jQuery UI styles, do not delete doubled properties*/
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font: normal 14px SpaceGrotesk-, Helvetica, sans-serif;
    color: #777;
}

.ui-widget.ui-widget-content.ui-tabs {
    border: none;
}

.ui-tabs-nav {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    font-size: 0;
    /*override jQuery UI styles, do not delete doubled properties*/
    margin: 0 0 30px !important;
    border-width: 0 0 1px;
    border-radius: 0;
    background: none;
    padding: 0 !important;
    line-height: normal;
    font-weight: normal;
    color: #444;
}

    .ui-tabs-nav li {
        margin: 0 0 -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        float: none !important;
        margin: 0 0 -1px !important;
        border: none !important;
        border-radius: 0;
        background: none !important;
        padding: 0 !important;
    }

        .ui-tabs-nav li a {
            display: block;
            border: 1px solid #ddd;
            padding: 12px 24px;
            text-align: center;
            font-size: 18px;
            color: #444;
            /*override jQuery UI styles, do not delete doubled properties*/
            float: none !important;
            padding: 12px 24px !important;
        }

        .ui-tabs-nav li.ui-state-active a {
            background-color: #eee;
            color: rgb(38, 105, 246);
        }

.ui-tabs-panel {
    /*override jQuery UI styles, do not delete doubled properties*/
    padding: 0 !important;
}

/* inbox & view message */

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-messages-page th.select {
    text-align: center;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}

.private-messages-page td.date {
    white-space: nowrap;
}

.private-messages-page td.subject a {
    color: #444;
}

    .private-messages-page td.subject a.pm-unread {
        color: rgb(38, 105, 246);
    }

.private-messages-page .pager {
    margin: 0 0 30px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: block;
        width: 250px;
        margin: 0 auto 3px;
        font-size: 15px; /*reset zeroing*/
    }

.private-messages-page .no-items {
    padding: 20px;
    text-align: center;
}

.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-message-view-page .message-head {
    margin: 0 0 20px;
    line-height: 22px;
}

    .private-message-view-page .message-head span {
        font-weight: bold;
        color: #444;
    }

.private-message-view-page .message-body {
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 30px 20px;
    line-height: 22px;
    text-align: justify;
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}

/* profile page  */

.profile-info-box {
    overflow: hidden;
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #777;
}

    .profile-info-box .user-details {
        margin: 0 0 30px;
    }

    .profile-info-box .avatar {
        margin: 0 auto 15px;
    }

    .profile-info-box .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

    .profile-info-box .stats {
        margin: 0 0 15px;
    }

.latest-posts {
    /*override jQuery UI styles, do not delete doubled properties*/
    line-height: normal;
    font-size: 14px;
    font-family: SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #777;
}

    .latest-posts .topic {
        margin: 0 0 35px;
    }

    .latest-posts .topic-title {
        margin: 0 0 20px;
        border-top: 1px solid #ddd;
        background: #f6f6f6;
        padding: 10px;
        font-size: 16px;
    }

        .latest-posts .topic-title a {
            font-weight: bold;
            color: #444;
        }

            .latest-posts .topic-title a:hover,
            .latest-posts .topic-title a:focus {
                color: rgb(38, 105, 246);
            }

    .latest-posts .topic-body {
        margin: 0 0 15px;
        line-height: 22px;
    }

    .latest-posts .topic-data {
        color: #444;
    }

/* BB codes */

.csharpcode {
    margin: 10px 0;
    border: 1px dashed #ccc;
    background-color: #fff;
    padding: 10px;
    font-family: "Courier New", Courier, monospace;
    color: #000;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .csharpcode .rem {
        color: green;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .str {
        color: #006080;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .html {
        color: maroon;
    }

    .csharpcode .attr {
        color: red;
    }

    .csharpcode .alt {
        width: 100%;
        margin: 0;
        background-color: #f6f6f6;
    }

    .csharpcode .lnum {
        color: #666;
    }


.desktopNivoBanner {
    display: block !important;
}

.mobileNivoBanner {
    display: none !important;
}

@media all and (max-width: 932px) {
    .desktopNivoBanner {
        display: none !important;
    }

    .mobileNivoBanner {
        display: block !important;
    }
}

@media all and (max-width: 769px) {
    .review-rating .name-description {
        text-align: center;
        width: 100%;
        display: block;
    }

    .write-review .review-rating div {
        text-align: center;
        padding-bottom: 10px;
        display: inline-block;
    }


    /*** ESTIMATE SHIPPING POPUP ***/


    .shipping-address {
        flex-flow: column;
    }

    .address-item {
        width: 100%;
    }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
        padding-left: 0px;
        padding-top: 8px;
    }
}





@media all and (max-width: 1000px) {
    .admin-header-links {
        display:none;
    }
    /*** GLOBAL TABLES ***/
    .theme-custom {
        max-width: 100% !important;
    }

    .cart {
        display: block;
    }

        .cart colgroup,
        .cart thead {
            display: none;
        }

        .cart tbody {
            display: block;
            overflow: hidden;
        }

        .cart tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .cart td {
            display: block;
            border: none;
            padding: 10px;
        }

            .cart td.remove-from-cart {
                margin: 0 0 0px;
                border-bottom: 1px solid #ddd;
                background-color: #eee;
                padding: 10px;
            }

            .cart td.product-picture {
                border-top: 1px solid #ddd;
                padding: 15px 10px 5px;
            }

            .cart td.product {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }

            .cart td.quantity {
                display: inline-block;
                vertical-align: middle;
            }

            .cart td.unit-price,
            .cart td.subtotal {
                display: inline-block;
                padding: 20px 10px;
                vertical-align: middle;
            }

    .order-details-page .data-table {
        display: block;
    }

        .order-details-page .data-table colgroup,
        .order-details-page .data-table thead {
            display: none;
        }

        .order-details-page .data-table tbody {
            display: block;
            overflow: hidden;
        }

        .order-details-page .data-table tr {
            display: block;
            float: left;
            width: 100%;
            margin: 40px 0 0;
            border: 1px solid #ddd;
        }

        .order-details-page .data-table td {
            display: block;
            border: none;
            padding: 10px;
        }

            .order-details-page .data-table td.product,
            .order-details-page .data-table td.tracking-number {
                min-width: 0;
                border-bottom: 1px solid #ddd;
                padding: 5px 10px 15px;
                text-align: center;
            }


    /*** MOBILE NAVIGATION ***/


    .header-menu {
        position: relative;
        z-index: 1;
        width: 90%;
        max-width: 600px;
        margin: 0 auto 40px;
    }

    .menu-toggle {
        /*background: #1E69F5 url('../Themes/DefaultClean/Content/images/menu-icon.png') right center no-repeat;*/
        background: #1E69F5;
        padding: 15px;
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
        position: relative;
    }

        .menu-toggle:after {
            content: '\f0c9';
            font-family: 'Fontawesome';
            color: #fff;
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 20px;
        }

    .top-menu {
        display: none;
    }

        .top-menu > li {
            position: relative;
            margin: 1px 0;
            background-color: #F7F9FB;
        }

            .top-menu > li > a {
                display: block;
                min-height: 30px;
                padding: 5px 18px;
                font-size: 14px;
                color: #555;
            }

                .top-menu > li > a:focus {
                    position: relative;
                    z-index: 1;
                }

        .top-menu .sublist {
            display: none;
            background-color: #fff;
            padding: 5px 0;
        }

            .top-menu .sublist li {
                position: relative;
                margin: 1px 0 1px 20px;
            }

                .top-menu .sublist li a {
                    display: block;
                    padding: 8px 18px;
                    font-size: 14px;
                }

    .sublist-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 55px;
        height: 38px;
        border-left: 1px solid #fff;
        background: url('../Themes/DefaultClean/Content/images/toggle-black.png') center no-repeat;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        cursor: pointer;
    }

    .sublist .sublist-toggle {
        height: 49px;
    }

    .sublist .sublist li {
        background-color: #f6f6f6;
    }

    .sublist .sublist .sublist li {
        background-color: #fff;
    }

    .block-category-navigation {
        display: none;
    }

    .block-account-navigation {
        float: none;
        margin: auto !important;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating div.name-description {
            width: 100%;
            margin: 0 5px 0 0;
            text-align: center;
        }

    table.cart > tbody > tr:nth-of-type(2n) td {
        background-color: transparent;
    }

    .footer-block .title strong {
        color: #fff;
    }

    .menu-toggle {
        font-size: 0;
        padding: 0;
        background: #fff;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 15px;
        top: -40px;
    }
    .master-wrapper-content {
        padding-top: 87px !important;
    }
    .header-links {
        margin-right: 30px;
    }
    .menu-toggle::after {
        content: '\f0c9';
        font-family: 'Fontawesome';
        color: #9f9f9f;
        position: absolute;
        right: 3px;
        top: 0;
        font-size: 20px;
    }
    .menu-toggle::after:hover {
        color:#1E69F5;
    }
    .header-menuWrapper {
        position: absolute;
        top: 86px !important;
    }

    .master-wrapper-content {
        position:relative;
        z-index:2;
    }
    .footer {
        position: relative;
        z-index: 1;
    }
}


@media all and (max-width: 767px) {
    .master-wrapper-content {
        padding-top: 114px !important;
    }
    .header-menuWrapper {
        position: absolute;
        top: 113px !important;
    }
}


@media all and (min-width: 481px) {


    /*** GLOBAL ***/


    .master-wrapper-content,
    .header-menu {
        /*width: 92.5%;*/
    }


    /*** GLOBAL TABLES ***/


    

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        display: inline-block;
        width: 30%;
        margin: 10px auto;
    }

    .search-box input.search-box-text {
        width: 700px;
        padding-right: 50px;
        padding-left: 15px;
        outline: none;
        border-color: transparent;
    }

    .side-2 .ui-widget.ui-widget-content {
        width: 800px !important;
        border-radius: 20px;
        max-height: 460px;
        overflow-y: scroll;
    }

    .ui-autocomplete {
        width: 280px !important;
    }

        .ui-autocomplete img {
            display: inline;
        }


    /*** FOOTER ***/


    .footer-block {
        width: 85%;
    }

    .newsletter-email input[type="text"] {
        width: 240px;
    }


    /*** CATEGORY ***/


    .item-box {
        width: 49%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: both;
        }

        .item-box .product-rating-box {
            margin: 0 0 15px;
        }

        .item-box .prices {
            min-height: 40px;
        }

        .item-box .product-title {
            /*min-height: 42px;
            max-height: 42px;*/
            overflow: hidden;
            margin: 0 0 8px;
        }


    /*** PRODUCT PAGE ***/


    .overview-buttons div {
        display: inline-block;
        width: auto;
        margin: 0 1px 2px;
    }


    /*** WISHLIST ***/


    .wishlist-content .button-2 {
        display: inline-block;
        width: auto;
        min-width: 140px;
        margin: 0 1px 5px;
    }


    /*** TOPICS ***/


    .enter-password-form input[type="password"] {
        width: 260px;
    }


    /*** FORUM & PROFILE ***/

    .forums-header {
        background-color: #f9f9f9;
        padding: 30px 20px 20px;
    }

    .ui-tabs-nav li {
        display: inline-block;
        min-width: 150px;
        margin: 0 5px -1px;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 5px -1px !important;
    }

    .private-messages-page .buttons .button-1,
    .private-messages-page .buttons .button-2,
    .private-message-view-page .buttons .button-1,
    .private-message-view-page .buttons .button-2 {
        display: inline-block;
        width: auto;
        margin: 1px;
    }

    .topic-post .post-text {
        float: left;
        width: 90.5%;
        text-align: left;
    }

    .forum-group .forum-table th.latest-post,
    .forum-group .forum-table th.topics,
    .forum-group .forum-table th.posts,
    .forum-group .forum-table td.latest-post,
    .forum-group .forum-table td.topics,
    .forum-group .forum-table td.posts {
        display: table-cell;
    }

    .topic-group .forum-table th.latest-post,
    .topic-group .forum-table td.latest-post {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: 40px;
    }

        .forum-table td.image div {
            max-width: 100%;
            background-size: contain;
        }


    /*** ESTIMATE SHIPPING POPUP ***/

    .estimate-shipping-popup {
        padding: 25px;
    }
}


@media all and (min-width: 769px) {


    /**** GLOBAL ***/


    .master-wrapper-content {
        /*width: 94%;
        */
    }

    .home-page-polls li {
        min-width: 100px;
    }


    /**** GLOBAL TABLES ***/


    .cart tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .cart tr:nth-child(2n+1) {
            clear: none;
        }

        .cart tr:nth-child(3n+1) {
            clear: both;
        }

    .order-details-page .data-table tr {
        width: 31.33333%;
        margin: 40px 1% 0;
    }

        .order-details-page .data-table tr:nth-child(2n+1) {
            clear: none;
        }

        .order-details-page .data-table tr:nth-child(3n+1) {
            clear: both;
        }


    /*** HEADER ***/


    .header-selectors-wrapper > div {
        width: 20%;
    }


    /*** FOOTER ***/


    .footer-block {
        display: inline-block;
        width: 25.33333%;
        margin: 0 4%;
        vertical-align: top;
    }

        .footer-block .title {
            margin: 55px 0 15px;
            background: none;
            padding: 0;
            color: #444;
            cursor: auto;
        }

        .footer-block .list {
            display: block !important; /* prevents toggle display:none on resize */
            background: none;
            padding: 0;
        }

            .footer-block .list li {
                padding: 5px 0;
            }

            .footer-block .list a {
                display: inline;
                padding: 0;
                font-size: 16px;
                font-weight: 400;
                color: #54595F;
                font-family: SpaceGrotesk-Regular;
            }

    .follow-us {
        width: 98%;
        margin: 25px auto 0;
    }


    /*** CATEGORY ***/


    .product-selectors {
        text-align: left;
    }

        .product-selectors .product-viewmode {
            display: inline-block;
            float: right;
        }

            .product-selectors .product-viewmode span {
                display: none;
            }

            .product-selectors .product-viewmode a {
                display: inline-block;
                width: 24px;
                height: 32px;
                margin: 0 0 0 12px;
                background-position: center;
                background-repeat: no-repeat;
                opacity: 0.5;
            }

                .product-selectors .product-viewmode a.grid {
                    background-image: url('../Themes/DefaultClean/Content/images/view-grid.png');
                }

                .product-selectors .product-viewmode a.list {
                    background-image: url('../Themes/DefaultClean/Content/images/view-list.png');
                }

                .product-selectors .product-viewmode a.selected {
                    opacity: 1;
                }

    .item-box {
        width: 32.33333%;
        margin: 0 0.5% 50px;
    }

        .item-box:nth-child(2n+1) {
            clear: none;
        }

        .item-box:nth-child(3n+1) {
            clear: both;
        }

    .product-list .item-box {
        float: none;
        width: auto;
        margin: 0 5px 20px;
    }

        .product-list .item-box .product-item:after {
            content: "";
            display: block;
            clear: both;
        }

        .product-list .item-box .picture {
            float: left;
            width: 220px;
            margin: 0 0 0 !important;
        }

        .product-list .item-box:hover .picture a img,
        .product-list .item-box:focus .picture a img {
            opacity: 1;
        }

        .product-list .item-box .picture:hover a img,
        .product-list .item-box .picture:focus a img {
            opacity: 0.85;
        }

        .product-list .item-box .picture + .details {
            margin: 0 0 0 240px;
        }

        .product-list .item-box .product-title {
            height: auto;
            max-height: 100%;
            padding: 10px 0;
            font-size: 18px;
        }

        .product-list .item-box .description {
            max-height: initial;
            display: block;
            margin: 0 0 10px;
            line-height: 22px;
            font-family: Arial !important;
        }

        .product-list .item-box .prices {
            height: auto;
            margin: 0 0 15px;
        }

        .product-list .item-box .buttons {
        }

        .product-list .item-box .product-box-add-to-cart-button {
            width: auto;
            min-width: 150px;
            padding: 0 20px;
        }

        .product-list .item-box .add-to-compare-list-button,
        .product-list .item-box .add-to-wishlist-button {
            width: auto;
        }


    /*** PRODUCT PAGE ***/


    .gallery {
        width: 550px;
    }

    .variant-picture {
        float: left;
    }

        .variant-picture + .variant-overview {
            width: auto;
            margin: 0 0 0 240px;
        }

    .variant-overview {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        float: left;
        max-width: 600px;
    }

    .product-review-item .product-review-box {
        float: right;
    }

    .write-review .review-rating div {
        display: inline-block;
        margin: 0 0 0 5px;
        cursor: default;
        vertical-align: middle;
        font-size: 14px;
        height: 17px;
    }




    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: inline-block;
        width: 45%;
        margin: 20px 1%;
        vertical-align: top;
    }

    .recurring-payments {
        width: 100% !important;
        margin: 20px 0 !important;
    }


    /*** SHOPPING CART ***/


    .order-progress {
        padding: 20px;
    }

        .order-progress li {
            margin: 0 10px;
        }

        .order-progress a {
            min-width: 80px;
        }

    .cart-options .common-buttons {
        text-align: right;
    }

    .cart-options .checkout-attributes,
    .cart-options .selected-checkout-attributes {
        padding: 0 10px;
    }

    .cart-footer .totals {
        float: right;
        width: 45%;
        margin: 0 2.5%;
    }

    .cart-footer .terms-of-service {
        text-align: left;
    }

    .cart-footer .checkout-buttons,
    .cart-footer .addon-buttons {
        text-align: right;
    }

    .cart-footer .cart-collaterals {
        float: left;
        width: 45%;
        margin: 0 2.5%;
    }

        .cart-footer .cart-collaterals div,
        .cart-footer .cart-collaterals label {
            text-align: left;
        }

    .cart-footer .estimate-shipping label {
        display: block;
        margin: 0 0 10px;
    }

    .cart-footer .estimate-shipping .buttons {
        text-align: right;
    }


    /*** CHECKOUT ***/


    .checkout-page .selected-checkout-attributes {
        float: right;
        text-align: right;
    }

    .checkout-page .cart-footer .totals {
        max-width: 350px;
        margin: 0;
    }

    .checkout-page .address-grid {
        overflow: hidden;
    }

    .checkout-page .address-item {
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        width: 48%;
        margin: 0 1% 40px;
    }

    .shipping-method .method-list li,
    .payment-method .method-list li {
        display: inline-block;
        width: 25%;
        margin: 20px 2%;
        vertical-align: top;
    }

    .shipping-method .method-name {
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-logo {
        display: block;
        background-color: #f6f6f6;
        padding: 10px;
    }

    .payment-method .payment-details {
        display: block;
        width: auto;
        min-width: 0;
        margin: 10px 0 0;
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 75px;
    }

    .order-review-data,
    .order-details-area,
    .shipment-details-area {
        overflow: hidden;
    }

        .order-review-data > div,
        .order-details-area > div,
        .shipment-details-area > div {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }


    /*** ORDER DETAILS & SHIPPING DETAILS ***/


    .order-details-page .section.options {
        text-align: right;
    }

    .order-details-page .selected-checkout-attributes {
        padding: 0 10px;
    }

    .order-details-page .tax-shipping-info {
        text-align: right;
    }

    .order-details-page .totals {
        float: right;
        clear: both;
    }

    .shipment-details-page .tracking-number .tracking-url {
        color: rgb(38, 105, 246);
    }


    /*** BLOG & NEWS ***/


    .blog-posts .tags {
        float: right;
        width: 80%;
        text-align: right;
    }

    .blog-posts .buttons {
        float: left;
        width: 20%;
        text-align: left;
    }

    .new-comment {
        text-align: center;
    }

        .new-comment .buttons {
            text-align: center;
        }

    .comment-list .comment {
        display: table;
        width: 100%;
        margin: 0;
    }

        .comment-list .comment:last-child {
            border-bottom: 1px solid #ddd;
        }

    .comment-info {
        display: table-cell;
        width: 15%;
        margin: 0;
        vertical-align: top;
    }

        .comment-info .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .comment-info .avatar {
            border: none;
        }

            .comment-info .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

    .comment-content {
        display: table-cell;
        width: 85%;
        border-left: 1px solid #ddd;
        vertical-align: top;
        text-align: left;
    }

    .comment-time {
        min-height: 40px;
        margin: 0;
        background-color: #f6f6f6;
        padding: 10px 15px;
        font-size: 14px;
        font-weight: normal;
    }

    .comment-title {
        margin: 0 0 -20px;
        padding: 20px;
    }

    .comment-body {
        padding: 20px;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions,
    .topic-actions {
        overflow: hidden;
    }

        .forum-actions .actions,
        .topic-actions .actions {
            float: left;
        }

        .forum-actions .pager,
        .topic-actions .pager {
            float: right;
            max-width: 450px;
        }

            .forum-actions .pager li,
            .topic-actions .pager li {
                margin: 2px 4px;
            }

            .forum-actions .pager.upper {
                display: block;
            }

        .topic-actions.lower .actions {
            display: block;
        }

    .topic-posts {
        margin: 0 0 30px;
    }

    .topic-post {
        display: table;
        width: 100%;
        margin: 0;
    }

        .topic-post .post-info {
            display: table-cell;
            width: 15%;
            margin: 0;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .user-info {
            width: auto;
        }

        .topic-post .username {
            min-height: 40px;
            margin: 0;
            border: none;
            text-align: center;
        }

        .topic-post .avatar {
            margin: auto;
            border: none;
        }

            .topic-post .avatar img {
                max-width: 80%;
                max-height: 80%;
            }

        .topic-post .user-stats li {
            margin: 0;
        }

        .topic-post .send-pm {
            margin: 0 0 20px;
        }

        .topic-post .pm-button,
        .profile-info-box .pm-button {
            padding: 8px 16px;
            font-size: 13px;
        }

        .topic-post .post-content {
            display: table-cell;
            width: 85%;
            border-left: 1px solid #ddd;
            vertical-align: top;
            text-align: left;
        }

        .topic-post .post-head {
            min-height: 40px;
            overflow: hidden;
            background-color: #f6f6f6;
        }

        .topic-post .post-time {
            float: left;
            margin: 0;
            font-size: 14px;
            font-weight: normal;
        }

        .topic-post .post-actions {
            float: right;
            margin: 0;
        }

            .topic-post .post-actions a {
                margin: 0;
                line-height: 20px;
            }

            .topic-post .post-actions .manage-post a {
            }

            .topic-post .post-actions .quote-post a {
                min-width: 70px;
            }

            .topic-post .post-actions a.post-link-button {
                margin: 0 0 0 10px;
                border-left: 1px solid #ddd;
                text-align: center;
            }

        .topic-post .post-text {
            padding: 20px 5px;
        }

        .topic-post .post-vote {
            padding: 20px 0 20px 15px;
        }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes {
        display: table-cell;
    }

    .forum-table td.image {
        max-width: none;
    }

        .forum-table td.image div {
            max-width: none;
            background-size: initial;
        }

    .ui-tabs-nav {
        text-align: left;
    }

        .ui-tabs-nav li {
            margin: 0 10px -1px 0;
            /*override jQuery UI styles, do not delete doubled properties*/
            margin: 0 10px -1px 0 !important;
        }

    .profile-info-box .avatar {
        float: left;
        margin: 0 15px 15px 0;
    }

    .profile-info-box .profile-stats {
        float: left;
        text-align: left;
    }

    .profile-info-box .title {
        text-align: left;
    }

    .profile-info-box .send-pm {
        clear: both;
        text-align: left;
    }
}





@media all and (min-width: 1001px) {


    /*** GLOBAL STYLES ***/
    .theme-custom {
        margin: 0px 0 60px !important;
    }

    .master-wrapper-content {
        /*width: 980px;*/
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 79%;
    }

    .side-2 {
        float: left;
        width: 20%;
    }

    .page {
        text-align: left;
    }

    .inputs {
        text-align: left;
    }

        .inputs label {
            display: inline-block;
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .inputs input[type="text"],
        .inputs input[type="email"],
        .inputs input[type="tel"],
        .inputs input[type="password"],
        .inputs select {
            min-height: 40px;
        }

        .inputs .option-list li {
            margin: 0 10px 0 0;
        }

    .center-1 .buttons {
        text-align: center;
    }

    .center-2 .inputs label {
        width: 136px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    .page-title a + h1 {
        float: left;
    }

    .link-rss {
        display: block;
        float: right;
        margin: 6px 0 0;
    }


    /*** GLOBAL TABLES ***/


    .cart tr {
        width: auto;
        margin: 0;
    }

    .cart label {
        display: none;
    }

    .order-details-page .data-table tr {
        width: auto;
        margin: 0;
    }

    .order-details-page .data-table label {
        display: none;
    }


    /*** HEADER ***/


    .header {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .header-upper:after {
        content: "";
        display: block;
        clear: both;
    }

    .header-selectors-wrapper {
        float: left;
        border: none;
        padding: 0;
    }

        .header-selectors-wrapper > div {
            width: auto;
            min-width: 100px;
            margin: 0 12px 0 0;
            line-height: 43px;
        }

        .header-selectors-wrapper select {
            height: 25px;
            padding: 4px;
            font-size: 12px;
        }

    .language-list {
        text-align: left;
    }

    .header-links-wrapper {
        float: right;
        padding: 0;
    }

    .header-links li {
        margin: 0 16px;
    }

    .header-links a,
    .header-links span {
        text-transform: none;
    }

    #topcartlink {
        display: inline-block;
        width: auto;
        margin: 0;
        padding: 0 18px;
    }

    .flyout-cart,
    .flyout-wishList {
        position: absolute;
        top: 130%;
        right: 0;
        z-index: 100;
        width: 389px;
        box-shadow: 0 0 15px rgba(0,0,0,0.15);
        background-color: #fff;
    }

    .flyout-wishList {
        right: 65px;
    }

    #flyout-cart:before, div#flyout-wishList:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        position: absolute;
        right: 15px;
        top: -15px;
    }

    .flyout-cart.active,
    .flyout-wishList.active {
        display: block;
    }

    .mini-shopping-cart {
        padding: 0px;
        text-align: left;
        font-size: 12px;
    }

        .mini-shopping-cart .count {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .mini-shopping-cart .count a {
                margin: 0 2px;
                font-weight: bold;
                color: #444;
            }

        .mini-shopping-cart .items {
            border-top: none;
            border-bottom: none;
            margin: 0 0 20px;
            padding: 1rem;
            max-height: 350px;
            overflow-y: scroll;
        }

            /* width */
            .mini-shopping-cart .items::-webkit-scrollbar {
                width: 5px;
            }

            /* Track */
            .mini-shopping-cart .items::-webkit-scrollbar-track {
                box-shadow: inset 0 0 5px #fff;
                border-radius: 3px;
            }

            /* Handle */
            .mini-shopping-cart .items::-webkit-scrollbar-thumb {
                background: #95F1C5;
                border-radius: 3px;
            }

                /* Handle on hover */
                .mini-shopping-cart .items::-webkit-scrollbar-thumb:hover {
                    background: #2669F6;
                }

        .mini-shopping-cart .item {
            overflow: hidden;
            padding: 10px 0;
        }

    div#flyout-wishList .mini-shopping-cart .items .item {
        position: relative;
    }

    div#flyout-wishList .mini-shopping-cart .item {
        overflow: hidden;
        padding: 19px 10px 19px 0;
    }

    div#flyout-wishList .mini-shopping-cart .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0;
    }

    div#flyout-wishList .td-title {
        font-size: 0;
        position: relative;
        width: 25px;
        height: 26px;
        display: inline-block;
        background: transparent;
        color: #7A7A7A;
        transition: 0.5s all ease;
    }

        div#flyout-wishList .td-title:after {
            content: '\f217';
            font-size: 25px;
            font-family: 'Fontawesome';
            position: absolute;
            left: 0;
            top: 0;
        }

        div#flyout-wishList .td-title:hover {
            color: #1E69F5;
        }

    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 80px;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
        width: 48%;
        padding: 0 5px;
    }

    .mini-shopping-cart .minicart-pq {
        width: 48%;
        padding-right: 10px;
    }

    .mini-shopping-cart .name a {
        color: #7A7A7A;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
        font-size: 14px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .mini-shopping-cart .name a:hover,
        .mini-shopping-cart .name a:focus {
            color: #2669F6;
        }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #444;
    }

    .minicart-footer {
        background: #F6F6F6;
        padding: 1rem;
    }

        .minicart-footer .cart-total {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
        }

    .mini-shopping-cart .count a {
        color: #7A7A7A;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
    }

    .mini-shopping-cart .count .ico-cart {
        background: url('../Themes/DefaultClean/Content/images/ShoppingCart-icon.svg') center center no-repeat;
        display: inline-block;
        width: 24px;
        height: 24px;
        font-size: 0;
    }

    .mini-shopping-cart button.button-1.cart-button {
        width: 100%;
        background: #2669F6;
        font-size: 16px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        border-radius: 3px;
        text-transform: none;
        border: 1px solid transparent;
        transition: 0.5s all ease;
    }

        .mini-shopping-cart button.button-1.cart-button:hover {
            border-color: #2669F6;
            color: #7A7A7A;
            background: transparent;
        }

    .mini-shopping-cart .remove-from-cart {
        align-self: flex-start;
    }

        .mini-shopping-cart .remove-from-cart button[type="button"] {
            padding: 0 0;
            width: 19px;
            height: 19px;
            position: relative;
            background: #F0F6FF;
        }

            .mini-shopping-cart .remove-from-cart button[type="button"]:before,
            .mini-shopping-cart .remove-from-cart button[type="button"]:after {
                content: '';
                width: 1px;
                height: 9px;
                background: #7A7A7A;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%) rotate(-45deg);
            }

            .mini-shopping-cart .remove-from-cart button[type="button"]:after {
                transform: translate(-50%, -50%) rotate(45deg);
            }

            .mini-shopping-cart .remove-from-cart button[type="button"]:hover:before,
            .mini-shopping-cart .remove-from-cart button[type="button"]:hover:after {
                background: #fff;
            }

    .mini-shopping-cart .price strong {
        color: #2669F6;
        font-size: 14px;
        font-family: SpaceGrotesk-Bold;
        font-weight: 700;
    }

    .mini-shopping-cart .quantity, .price {
        color: #7A7A7A;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
    }

    .mini-shopping-cart .totals {
        margin: 0 0 0px;
        font-size: 14px;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
        color: #7A7A7A;
    }

        .mini-shopping-cart .totals strong {
            color: #2669F6;
            font-size: 14px;
            font-family: SpaceGrotesk-Bold;
            font-weight: 700;
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }

    .mini-shopping-cart button[type="button"] {
        display: inline-block;
        border: none;
        background-color: rgb(38, 105, 246);
        padding: 10px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

        .mini-shopping-cart button[type="button"]:hover,
        .mini-shopping-cart button[type="button"]:focus {
            background-color: #2669F6;
        }

    .header-wrapper {
        background: #F0F6FF;
    }

    .header-lower {
        display: table;
        width: 100%;
    }

    .header-logo {
        display: table-cell;
        text-align: left;
        vertical-align: middle;
        font-size: 0;
        min-width: 146px;
    }

    .search-box {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        .search-box input.search-box-text,
        .search-box .search-box-button {
            height: 40px;
        }

    .account-Cart-box {
        padding: 0;
        display: table-cell;
        text-align: right;
        vertical-align: middle;
    }

        .account-Cart-box .header-links {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }
    /*** NAVIGATION ***/
    .header-menu {
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 30px;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 25px 0;
        text-align: left;
    }

    .menu-toggle,
    .sublist-toggle {
        display: none;
    }

    .header-menu > ul {
        display: block !important; /* prevents toggle display:none on resize */
        font-size: 0;
    }

        .header-menu > ul.mobile {
            display: none !important;
        }

        .header-menu > ul > li {
            display: inline-block;
            border-left: none;
            padding: 0 5px;
            vertical-align: middle;
        }

            .header-menu > ul > li:first-child {
                border-right: 1px solid #F0F0F0;
            }

                .header-menu > ul > li:first-child a.allProductslink {
                    padding-left: 25px;
                    position: relative;
                }

                    .header-menu > ul > li:first-child a.allProductslink:before {
                        content: "";
                        position: absolute;
                        left: 0;
                        top: 50%;
                        transform: translateY(-50%);
                        width: 30px;
                        height: 30px;
                        background: url("../Themes/DefaultClean/Content/images/menu-icon.svg") left center no-repeat;
                    }

                    .header-menu > ul > li:first-child a.allProductslink:hover:before {
                        filter: invert(82%) sepia(52%) saturate(2930%) hue-rotate(553deg) brightness(82%) contrast(137%);
                    }

            .header-menu > ul > li > a {
                display: block;
                padding: 5px 5px;
                line-height: 20px;
                font-size: 17px; /*reset zeroing*/
                color: #555;
                cursor: pointer;
                font-family: SpaceGrotesk-Regular;
            }

                .header-menu > ul > li > a:hover,
                .header-menu > ul > li > a:focus {
                    color: rgb(38, 105, 246);
                }

    .header-menu .sublist {
        display: none;
        position: absolute;
        width: 200px;
        box-shadow: 0 0 2px rgba(0,0,0,0.2);
        background-color: #fff;
        padding: 10px 0;
        text-align: left;
    }

        .header-menu .sublist li {
            position: relative;
        }

            .header-menu .sublist li a {
                display: block;
                position: relative;
                padding: 10px 20px 10px 30px;
                font-size: 14px;
                font-weight: 400;
                font-family: SpaceGrotesk-Regular;
                color: #7A7A7A;
                transition: 0.5s all ease;
            }

                .header-menu .sublist li a:hover {
                    color: #1E69F5 !important
                }
    /*.header-menu .sublist li a:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    width: 5px;
    height: 5px;
    background-color: #ddd;
  }

  .header-menu .sublist li:hover > a,
  .header-menu .sublist li:focus > a {
    background-color: #f6f6f6;
  }*/
    .header-menu ul li:hover > .sublist,
    .header-menu ul li:focus > .sublist {
        display: block;
    }

    .header-menu .sublist .sublist {
        top: -10px;
        left: 100% !important;
    }


    /*** FOOTER ***/


    .footer-upper {
        max-width: 1200px;
        padding: 55px 0px 35px;
        margin: 0 auto;
    }

        .footer-upper:after {
            content: "";
            display: block;
            clear: both;
        }

    .footer-block {
        float: left;
        width: 220px;
        margin: 0;
    }

        .footer-block:first-child {
            padding-right: 10px;
        }

        .footer-block .list {
            margin: 0;
        }

    .follow-us {
        float: right;
        /*width: 300px !important*/;
        margin: 0;
        text-align: left;
    }

        .follow-us .social li {
            margin: 0 10px 0 0;
        }

    .newsletter-email {
        display: block;
    }

        .newsletter-email input[type="text"] {
            width: 200px;
        }

        .newsletter-email .newsletter-subscribe-button {
            min-width: 100px;
            padding: 0 5px;
        }

    .newsletter-validation .field-validation-valid {
        text-align: left;
    }

    .footer-lower {
        position: relative;
        max-width: 1200px;
        padding: 5px 5px;
        margin: 0 auto;
    }

        .footer-lower:after {
            content: "";
            display: block;
            clear: both;
        }

    .footer-logo {
        margin-bottom: 20px;
    }



    .footer-powered-by {
        float: left;
        margin: 0;
        line-height: 32px;
    }

    .theme-selector {
        float: left;
        margin: 0 0 0 15px;
    }


    /*** COLUMN ***/


    .block {
        float: none;
        width: auto;
        margin: 0 0 0px;
    }

        .block .title {
            margin: 0;
            border-bottom: 1px solid #ddd;
            background: none;
            cursor: auto;
        }

            .block .title strong {
                font-weight: bold;
            }

        .block .listbox {
            display: block;
            border-bottom: none;
        }

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            margin: 0 0 0 -15px;
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .block a.product-picture + a.product-name {
            width: 70%;
        }

            .block a.product-picture + a.product-name:before {
                display: none;
            }


    /*** CATEGORY ***/


    .breadcrumb {
        margin: 0 0 20px;
    }

    .item-box .buttons {
        text-align: left;
    }

    .home-page .product-grid .item-box,
    .product-details-page .product-grid .item-box,
    .shopping-cart-page .product-grid .item-box {
        width: 24%;
        margin: 0 0.5% 50px;
    }

        .home-page .product-grid .item-box:nth-child(3n+1),
        .product-details-page .product-grid .item-box:nth-child(3n+1),
        .shopping-cart-page .product-grid .item-box:nth-child(3n+1) {
            clear: none;
        }

        .home-page .product-grid .item-box:nth-child(4n+1),
        .product-details-page .product-grid .item-box:nth-child(4n+1),
        .shopping-cart-page .product-grid .item-box:nth-child(4n+1) {
            clear: both;
        }


    /*** PRODUCT PAGE ***/




    .rental-attributes {
        overflow: hidden;
    }

        .rental-attributes .attribute-item {
            float: left;
            margin: 0 20px 0 0;
        }

        .rental-attributes .datepicker {
            width: 160px;
            text-align: left;
        }

    .attribute-squares li {
        margin: 0 10px 10px 0;
    }

    .product-details-page .title {
        text-align: left;
    }


    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 850px;
    }

    .write-review .review-rating div.name-description {
        width: 265px;
        margin: 0 5px 0 0;
        text-align: right
    }

    .product-review-item .review-text {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .product-review-item .avatar {
        display: table-cell;
        vertical-align: top;
        width: 120px;
    }

        .product-review-item .avatar img {
            max-width: 100%;
        }

    .product-review-item .text-body {
        display: table-cell;
        vertical-align: top;
    }

    .product-review-item .avatar + .text-body {
        padding: 0 0 0 20px;
    }


    /*** WISHLIST & COMPARE LIST ***/

    .compare-products-page .page-title {
        margin: 0 0 -1px;
    }

    .compare-products-page .clear-list {
        position: absolute;
        top: 7px;
        right: 0;
    }

    .compare-products-table .full-description td {
        display: table-cell;
    }

        .compare-products-table .full-description td p {
            margin-top: 0;
        }


    /*** TOPICS ***/


    .center-1 .topic-block-title {
        text-align: center;
    }

    .topic-page p {
        text-align: justify;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .gender span {
        margin: 0 10px 0 0;
    }

        .gender span > * {
            margin: 0 5px 0 0;
        }

    .date-of-birth select + select {
        margin: 0 0 0 11px;
    }

    #check-availability-button {
        display: block;
        margin: 10px auto;
    }

    .login-page .customer-blocks {
        overflow: hidden;
    }

    .login-page .new-wrapper {
        float: left;
        width: 49%;
        margin: 0;
    }

        .login-page .new-wrapper .text {
            min-height: 200px;
        }

    .login-page .returning-wrapper {
        float: right;
        width: 49%;
    }

        .login-page .returning-wrapper .form-fields {
            min-height: 200px;
            padding: 30px 0 0;
        }

        .login-page .returning-wrapper .inputs label {
            width: 110px;
        }

        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="email"],
        .login-page .returning-wrapper input[type="password"] {
            width: 300px;
        }

    .address-list-page .section,
    .order-list-page .section,
    .return-request-list-page .section {
        display: block;
        width: auto;
        margin: 0 0 40px;
    }

    .address-list-page .buttons,
    .order-list-page .buttons {
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .avatar-page .message-error,
    .avatar-page .buttons {
        text-align: left;
    }

    .registration-page .vat-note {
        margin-left: 275px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 150px;
    }

    .customer-info-page .vat-status {
        display: inline-block;
    }

    /*** SHOPPING CART ***/


    .shopping-cart-page .cart-options {
        overflow: hidden;
    }

    .shopping-cart-page .checkout-attributes {
        float: left;
        max-width: 565px;
        margin: -30px 0 15px;
    }

        .shopping-cart-page .checkout-attributes li {
            margin: 5px 10px 5px 0;
        }

    .shopping-cart-page .selected-checkout-attributes {
        float: right;
        max-width: 395px;
        margin: 15px 0;
    }


    /*** CHECKOUT ***/


    .order-progress {
        margin: -30px 0 50px;
    }

    .checkout-page .address-item {
        width: 31%;
    }

    .checkout-page .terms-of-service {
        text-align: center;
    }

    .payment-info .info {
        padding: 30px 15px;
    }

        .payment-info .info td:first-child {
            width: 265px !important;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .payment-info .info td:only-child {
            width: 100% !important;
        }

    .order-review-data .title,
    .order-details-area .title,
    .shipment-details-area .title {
        text-align: left;
    }

    .opc .order-review-data ul {
        text-align: left;
    }


    /*** SEARCH & SITEMAP ***/


    .advanced-search .price-range {
        margin-left: 114px;
    }


    /*** BLOG & NEWS ***/


    .comment-list {
        margin: 0 0 50px;
    }

    .news-list-homepage .news-items {
        overflow: hidden;
        text-align: left;
    }

    .news-list-homepage .news-item {
        float: left;
        width: 31.33333%;
        margin: 0 1% 30px;
    }

        .news-list-homepage .news-item:nth-child(3n+1) {
            clear: both;
        }

        .news-list-homepage .news-item:only-child {
            float: none;
            width: auto;
            margin: 0 0 30px;
        }

    .news-list-homepage .news-head {
        text-align: center;
    }

    .news-list-homepage .news-body {
        text-align: justify;
    }


    /*** FORUM & PROFILE ***/


    .forum-breadcrumb {
        margin: -30px 0 30px;
    }

    .current-time {
        float: right;
    }

    .forum-search-box {
        float: left;
    }

        .forum-search-box .advanced {
            text-align: left;
        }

            .forum-search-box .advanced a {
                line-height: normal;
            }

    .forums-table-section td {
        min-width: 150px;
    }

        .forums-table-section td:first-child {
            min-width: 90px;
        }

    .forums-table-section .view-all {
        text-align: right;
    }

    .topic-actions .pager.upper {
        display: block;
        max-width: 400px;
    }

    .forum-table .forum-details,
    .forum-table .topic-details {
        min-width: 225px;
    }

    .forum-table td {
        padding: 20px;
    }

    .forum-edit-page textarea,
    .private-message-send-page textarea {
        width: 600px;
        height: 250px;
    }

    .private-message-send-page .bb-code-editor-wrapper {
        display: inline-block;
        width: 400px;
        margin: 10px 0;
        vertical-align: middle;
    }

    .gallery {
        float: left;
        width: 46%;
    }

        .gallery .picture {
            width: calc( 100% - 106px);
        }

        .gallery .picture-thumbs {
            overflow: hidden;
            font-size: 0;
            width: 106px;
            flex: 1;
            border-right: 1px solid #DBE6F8;
            padding: 30px 0px;
            position: relative;
        }

    .picture-thumbs > a.previous-thumb {
        display: block;
        background: url('../Themes/DefaultClean/Content/images/thub-prevArrow.svg') center center no-repeat;
        background-color: #DBE6F8;
        height: 30px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .picture-thumbs > a.next-thumb {
        display: block;
        background: url('../Themes/DefaultClean/Content/images/thub-nextvArrow.svg') center center no-repeat;
        background-color: #DBE6F8;
        height: 30px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .overview {
        float: right;
        width: 52%;
    }
}

@media screen and (max-width: 1000px) {
    .gallery {
        display: block;
    }
}


.header-menu > ul > li {
    padding: 5px 8px;
    border: none;
}

.master-wrapper-page {
    position: relative;
    padding-top: 0px;
}

.All-header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.master-wrapper-content {
    padding-top:132px;
}
.master-wrapper-content.afterLogin {
    padding-top: 168px;
}

.header-wrapper,
.header-menuWrapper {
    width: 100%;
    z-index: 99;
}

.header-wrapper {
    z-index: 999;
}

.header-menuWrapper {
    top: 60px;
}

.footer-lower {
    max-width: 1200px;
    margin: 0 auto;
    padding: 8px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-info {
    float: none;
    line-height: 32px;
    width: 50%;
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
}

    .footer-info ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .footer-info ul li {
            margin-left: 50px;
        }

@media all and (min-width: 1367px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 100%;
    }

    .inputs label {
        width: 375px;
    }

    .center-2 .inputs label {
        width: 213px;
    }

    .inputs.accept-consent label {
        width: auto;
    }

    /*** HEADER ***/
    .header {
        max-width: 1200px;
        margin: 0 auto;
    }


    /*** NAVIGATION ***/


    .header-menu {
        max-width: 1200px;
        margin: 0 auto;
    }

        .header-menu > ul > li {
            border: none;
        }

            .header-menu > ul > li > a,
            .header-menu > ul > li > span {
                font-size: 16px;
                font-family: "SpaceGrotesk-Regular";
                font-weight: 400;
                color: #7A7A7A;
            }


    /*** FOOTER ***/


    .footer-upper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 55px 0px 35px;
    }

    .footer-block {
        width: 280px;
    }

    .footer-lower {
        max-width: 1200px;
        margin: 0 auto;
        padding: 8px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /*** PRODUCT REVIEWS ***/


    .product-review-item .review-title {
        max-width: 1050px;
    }

    .write-review .review-rating div.name-description {
        margin: 0 5px 0 0;
        min-width: 375px;
    }


    /*** REGISTRATION, LOGIN, ACCOUNT ***/


    .login-page .returning-wrapper input[type="text"],
    .login-page .returning-wrapper input[type="email"],
    .login-page .returning-wrapper input[type="password"] {
        width: 360px;
    }

    .registration-page .vat-note {
        margin-left: 385px;
    }

    .customer-info-page .vat-note,
    .customer-info-page .email-to-revalidate-note {
        margin-left: 225px;
    }

    /*** SHOPPING CART ***/


    .cart-footer .totals {
        width: 395px;
        margin: 0;
    }

    .cart-footer .cart-collaterals {
        width: 760px;
        margin: 0;
    }

        .cart-footer .cart-collaterals .deals {
            float: left;
            width: 360px;
        }

        .cart-footer .cart-collaterals .shipping {
            float: right;
            width: 360px;
        }

    .cart-footer .estimate-shipping .inputs label {
        display: inline-block;
        width: 35%;
    }

    .cart-footer .estimate-shipping .inputs input,
    .cart-footer .estimate-shipping .inputs select {
        width: 65%;
    }


    /*** CHECKOUT ***/


    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 1%;
    }

    .payment-info .info td:first-child {
        width: 375px !important;
    }

    .payment-info .info td:only-child {
        width: 100% !important;
    }


    /*** FORUM & PROFILE ***/


    .forum-actions .pager,
    .topic-actions .pager {
        max-width: 600px !important;
    }

    .topic-post .post-text {
        width: 930px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .header-menu > ul > li {
        padding: 5px 4px;
    }
}
/*
footer 1st col css
==========================*/
.footer-upper .footer-block {
    width: 23.33%;
}

    .footer-upper .footer-block:first-of-type {
        width: 30%;
        padding-right: 10%;
    }

.footer-upper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-block .list a.footer-address,
.footer-block .list a.footer-call,
.footer-block .list a.footer-email {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #54595F;
    position: relative;
    padding-left: 20px;
    display: block;
    transition: 0.5s all ease;
}

    .footer-block .list a.footer-call:hover,
    .footer-block .list a.footer-email:hover {
        color: #2669F6;
    }

    .footer-block .list a.footer-address:before,
    .footer-block .list a.footer-call:before,
    .footer-block .list a.footer-email:before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 15px;
        height: 15px;
    }

    .footer-block .list a.footer-address:before {
        background: url("../Themes/DefaultClean/Content/images/footer-location.svg") center top no-repeat;
    }

    .footer-block .list a.footer-call:before {
        background: url("../Themes/DefaultClean/Content/images/footer-call.svg") center top no-repeat;
    }

    .footer-block .list a.footer-email:before {
        background: url("../Themes/DefaultClean/Content/images/footer-email.svg") center top no-repeat;
    }

@media screen and (max-width: 1000px) {
    .header-wrapper {
        background: #F0F6FF;
        z-index: 999;
    }

    .header-menuWrapper {
        top: 60px;
    }

        .header-menuWrapper .header-menu {
            width: 100%;
            max-width: 100%;
        }

    .search-box.store-search-box {
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #F0F6FF;
        padding: 1rem 0;
    }

    .search-box form {
        width: 90%;
    }

    .search-box input.search-box-text {
        width: 100% !important;
    }

    .header-lower {
        position: relative;
        z-index: 0;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-links-wrapper {
        position: relative;
        padding: 5px 0;
    }

    .header-links {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #topcartlink {
        margin: 0 0;
        padding: 0 5px;
    }

    .footer-upper .footer-block {
        width: 100%;
    }

    .footer-upper {
        flex-direction: column;
    }

    .footer {
        margin-bottom: 72px;
    }
}

@media screen and (max-width: 1230px) {
    .footer-lower,
    .footer-upper,
    .header,
    .header-menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 750px) {
    .footer-lower {
        flex-direction: column;
    }

    .footer-info {
        text-align: center;
        width: 100%;
    }

        .footer-info ul {
            justify-content: center;
        }

            .footer-info ul li {
                margin: 0 20px;
            }

    .footer-block.information .title strong {
        color: #fff;
    }

    .footer-block .title strong {
        color: #fff;
    }
}
/*
 login css
============================*/
.customer-blocks > div {
    width: 50%;
    /*height: 100%;*/
}

.customer-blocks {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    /* box-shadow: 0px 3px 12px rgb(0 0 0 / 50%);*/
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
}

.login-page .customer-blocks .title h1 {
    font-size: 24px;
    color: #7A7A7A;
    font-weight: 700;
    text-align: left;
    font-family: SpaceGrotesk-Bold;
}

.login-page .customer-blocks .title {
    padding-left: 0;
}

.customer-blocks .returning-wrapper.fieldset {
    padding: 2rem;
}

.login-page .returning-wrapper .form-fields {
    background: transparent;
    border: none;
    padding-top: 0;
}

    .login-page .returning-wrapper .form-fields .inputs label {
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
        font-size: 15px;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
    }

    .login-page .returning-wrapper .form-fields .inputs {
        white-space: normal;
    }

        .login-page .returning-wrapper .form-fields .inputs input[type="email"],
        .login-page .returning-wrapper .form-fields .inputs input[type="password"] {
            width: 100%;
            border: none;
            background: #F7F9FB;
            outline: none;
            border-radius: 3px;
        }

.login-page .returning-wrapper .inputs.reversed {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .login-page .returning-wrapper .inputs.reversed .checkbox {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .login-page .returning-wrapper .inputs.reversed .checkbox input {
            margin: 0 5px 0 0;
        }

        .login-page .returning-wrapper .inputs.reversed .checkbox label {
            margin: 0 0px 0 0;
        }

    .login-page .returning-wrapper .inputs.reversed > div {
        width: 50%;
        margin: 0 0;
    }

        .login-page .returning-wrapper .inputs.reversed > div.forgot-password {
            text-align: right;
            margin: 0 0;
        }

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 15px 0;
    text-align: left;
}

    .login-page .returning-wrapper .buttons button.button-1.login-button,
    .create-account .buttons button.button-1.register-button,
    button#register-button,
    a.button-1.register-button {
        background: #95F1C5;
        color: #565656;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 30px;
        padding: 15px 80px;
        cursor: pointer;
        transition: 0.5s all ease;
    }

        .login-page .returning-wrapper .buttons button.button-1.login-button:hover,
        .create-account .buttons button.button-1.register-button:hover,
        button#register-button:hover,
        a.button-1.register-button:hover {
            background: #1E69F5;
            color: #fff;
        }

.returning-wrapper.fieldset form {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

    .returning-wrapper.fieldset form:after {
        content: 'OR';
        background: #fff;
        padding: 0 23px;
        position: absolute;
        left: 50%;
        bottom: -8px;
        transform: translateX(-50%);
        font-size: 18px;
    }


.fb-google-login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

    .fb-google-login a {
        display: block;
        padding: 10px 5px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        position: relative;
        min-width: 200px;
        margin-bottom: 10px;
        text-align: center;
        border: 1px solid transparent;
        transition: 0.5s all ease;
    }

        .fb-google-login a.facebook, .fb-google-login a.facebook-btn.facebook {
            background: #125196;
            height: auto;
            padding-left: 17px;
        }

            .fb-google-login a.facebook:hover {
                color: #125196;
                background: transparent;
                border-color: #125196;
            }

        .fb-google-login a.google {
            background: #ea4335;
        }

            .fb-google-login a.google:hover {
                color: #ea4335;
                background: transparent;
                border-color: #ea4335;
            }

        .fb-google-login a:before {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            left: 25px;
            top: 8px;
        }

        .fb-google-login a.facebook:before {
            background: url(../Themes/DefaultClean/Content/images/fb-login-icon.svg) center center no-repeat;
        }

        .fb-google-login a.facebook:hover:before {
            filter: invert(82%) sepia(51%) saturate(2910%) hue-rotate(211deg) brightness(104%) contrast(97%);
        }

        .fb-google-login a.google:before {
            background: url(../Themes/DefaultClean/Content/images/google-login-icon.svg) center center no-repeat;
            transition: 0.5s all ease;
        }

        .fb-google-login a.google:hover:before {
            filter: invert(73%) sepia(51%) saturate(2878%) hue-rotate(346deg) brightness(104%) contrast(97%);
        }

.create-account {
    background: url(../Themes/DefaultClean/Content/images/login_img.png) center center no-repeat;
    min-height: 530px !important;
    background-color: #ADB5FD;
    position: relative;
}

    .create-account:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background: #1e69f552;
        width: 100%;
        height: 100%;
    }

    .create-account .new-wrapper.register-block {
        width: 90%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 9;
    }

.login-page .create-account .text,
.registration-page .create-account .text {
    margin: 0 0 0px;
    border-top: none;
    background-color: transparent;
    padding: 30px;
    line-height: 22px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    min-height: auto;
}

.new-wrapper.register-block .title strong {
    font-family: SpaceGrotesk-Bold;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width: 1000px) {
    .customer-blocks > div {
        width: 100%;
    }

    .customer-blocks {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    a.account span {
        display:none;
    }
    .login-page .returning-wrapper .inputs.reversed {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

        .login-page .returning-wrapper .inputs.reversed > div.forgot-password {
            text-align: left;
            margin: 0 0 10px;
        }

    .customer-blocks .returning-wrapper.fieldset {
        padding: 1rem;
    }

    .login-page .returning-wrapper .buttons {
        text-align: center;
    }

    .fb-google-login {
        flex-direction: column;
    }

    .login-page .customer-blocks .title h1 {
        font-size: 20px;
        text-align: left;
    }
}

/*
reg page css
=========================*/
.page.registration-page > div {
    flex: 1;
    width: 50%;
}

.page.registration-page .form-body {
    padding: 2rem;
}

.page.registration-page .inputs label {
    width: 100%;
    text-align: left;
    margin: 0 0 10px;
}

.page.registration-page .inputs {
    white-space: normal;
    position: relative;
}

.page.registration-page {
    display: flex;
    width: 100%;
    /*box-shadow: 0px 3px 12px rgb(0 0 0 / 50%);*/
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
}

.form-fields.form-fields-WhiteBg {
    background:#fff;
    border:0;
}

.page.password-recovery-page .page-title {
    margin: 25px 0 0;
}

.textCenter {
    text-align:center;
}

.page.login-page {
    max-width: 1200px;
    margin: 20px auto;
}

.page.registration-page h1, .page.registration-page .page-title {
    font-family: SpaceGrotesk-Bold;
    font-size: 24px;
    color: #7A7A7A;
    font-weight: 700;
    text-align: left;
    border: none;
    padding: 0 0;
}

.page.registration-page .fieldset .title, .page.registration-page .section .title {
    text-align: left;
    border-bottom: 1px solid #D9D9D9;
    padding: 0 0 10px;
    font-family: SpaceGrotesk-Bold;
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 700;
}

.page.registration-page .form-fields {
    background: transparent;
    border: none;
    padding: 0 0;
}

.page.registration-page input[type="reset"],
.page.registration-page input[type="text"],
.page.registration-page input[type="email"],
.page.registration-page input[type="tel"],
.page.registration-page input[type="password"],
.page.registration-page textarea {
    width: 100%;
    border: none;
    background: #F7F9FB;
    outline: none;
    border-radius: 3px;
}

.page.registration-page .inputs .required {
    margin: 0 0;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
    position: absolute;
    right: 0px;
    top: 4px;
}

.page.registration-page .date-of-birth .date-picker-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page.registration-page .date-of-birth select + select {
    margin: 0 0;
}

.page.registration-page .date-of-birth select {
    width: 31%;
    max-width: 100%;
    border: none;
    background: #F7F9FB;
    outline: none;
    border-radius: 3px;
}

.page.registration-page .checkbox {
    text-align: left;
}

@media screen and (max-width: 1230px) {
    .page.registration-page,
    .page.login-page {
        max-width: 90%;
    }
}

@media screen and (max-width: 1000px) {

    .page.registration-page > div {
        flex: 1;
        width: 100%;
    }

    .page.registration-page {
        flex-direction: column;
    }

        .page.registration-page .gender {
            display: inline-block;
            width: 100%;
            text-align: left;
        }

            .page.registration-page .gender span {
                margin: 0 10px 0 0;
            }

        .page.registration-page .form-body {
            padding: 1rem;
        }
}

/*product pages css
===================================*/
img.cat-banner {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.master-wrapper-content .master-column-wrapper .container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

    .master-wrapper-content .master-column-wrapper .container .breadcrumb {
        margin: 0 0 10px;
        background-color: transparent;
        padding: 5px 0px 5px;
    }

        .master-wrapper-content .master-column-wrapper .container .breadcrumb li * {
            display: inline-block;
            margin: 0 5px;
            font-size: 14px;
            line-height: 32px;
            font-family: SpaceGrotesk-Regular;
            font-weight: 400;
            color: #7A7A7A;
        }

.breadcrumb li span.delimiter {
    font-size: 0 !important;
    background: url('../Themes/DefaultClean/Content/images/breadcrumb-arrow.svg') center center no-repeat;
    width: 7px;
    height: 22px;
}

.page-body .product-selectors {
    margin: 0px 0px 27px;
    border-top: none;
    border-bottom: none;
    padding: 0px 1.5%;
}

    .page-body .product-selectors .product-viewmode {
        display: inline-block;
        float: left;
        margin: 0 0 0;
        background: #f2f2f2;
        border-radius: 5px;
    }

    .page-body .product-selectors .product-page-size {
        display: none;
    }

    .page-body .product-selectors .product-sorting {
        float: right;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

ul#products-orderby li a {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
}

    ul#products-orderby li a.selected, ul#products-orderby li a:hover {
        /*color: #1E69F5;*/
        border-bottom: 1px solid #7A7A7A;
    }

ul#products-orderby li {
    margin-left: 20px;
}

ul#products-orderby {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-body .product-selectors .product-viewmode a {
    margin: 0 0px 0 0;
    background-color: #f2f2f2 !important;
    width: 24px;
    height: 24px;
    opacity: 1;
    border-radius: 5px;
}

    .page-body .product-selectors .product-viewmode a:hover,
    .page-body .product-selectors .product-viewmode a.selected {
        background-color: #B3B3B3 !important;
    }

.product-selectors .product-viewmode a.grid {
    background: url(../Themes/DefaultClean/Content/images/gridview-icon.svg) center center no-repeat;
}

    .product-selectors .product-viewmode a.grid:hover,
    .product-selectors .product-viewmode a.grid.selected {
        background: url(../Themes/DefaultClean/Content/images/gridview-icon-hover.svg) center center no-repeat;
    }

.product-selectors .product-viewmode a.list {
    background: url(../Themes/DefaultClean/Content/images/listview-icon.svg) center top 7px no-repeat;
}

    .product-selectors .product-viewmode a.list:hover,
    .product-selectors .product-viewmode a.list.selected {
        background: url(../Themes/DefaultClean/Content/images/listview-icon-hover.svg) center top 7px no-repeat;
    }

.product-sorting > span, .product-page-size > span {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
}

.products-wrapper .product-grid .item-grid {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-grid .item-grid > .item-box {
    width: 22%;
    border: 1px solid #D9D9D9;
    padding: 17px 12px;
    margin: 0 1.5% 3%;
    transition: 0.5s all ease;
}

.product-grid .brand-wrap .item-grid > .item-box a {
    padding: 5px;
}

.product-grid .brand-wrap .item-grid > .item-box a {
    transition: 0.5s all ease;
}

    
    .products-wrapper .product-grid .item-grid > .item-box:hover {
        /* border-color: #2669F6;*/
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }

.products-wrapper .product-grid .item-grid > .item-box {
    width: 22%;
}

.product-list .item-grid > .item-box {
    width: 100%;
    border: 1px solid #F2F2F2;
    padding: 17px 12px;
    margin: 0 0% 3%;
    transition: 0.5s all ease;
}

.product-list {
    padding: 0 1.5%;
}

    .product-list .item-grid > .item-box:hover {
        /*border-color: #2669F6;*/
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }

.item-box .add-to-wishlist-button,
button.button-2.add-to-wishlist-button {
    background-image: url("../Themes/DefaultClean/Content/images/love.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size:28px;
}

.item-box button.button-2.add-to-wishlist-button,
button.button-2.add-to-wishlist-button {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 29px;
    height: 28px;
    border-radius: 100%;
    background-color: #989AA5;
    z-index: 9;
    font-size: 0;
}

.products-wrapper .product-list .item-box button.button-2.add-to-wishlist-button {
    right: 17px;
}

.item-box:hover button.button-2.add-to-wishlist-button,
.item-box button.button-2.add-to-wishlist-button:focus,
button.button-2.add-to-wishlist-button:hover,
button.button-2.add-to-wishlist-button:focus {
    background-color: #1E69F5;
}

.item-box .product-title a {
    height: auto;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arial';
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.product-grid .item-box .description {
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Arial';
    /*min-height: 35px;
    max-height: 40px;*/
    overflow: hidden;
    margin-bottom: 8px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}

.add-info .prices span.price.actual-price {
    color: #2669F6;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arial';
}

.add-info .prices span.price.old-price,
.add-info .prices div > span {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Arial';
}

.add-info .prices div > span,
.overview .prices span {
    color: #2669F6;
}

.add-info .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-list .add-info .buttons {
    justify-content: space-between;
}

.product-list .item-box .description {
    display: flex !important;
    align-items: flex-start;
    justify-content: flex-start;
    max-height: initial;
    flex-wrap: wrap;
    font-family: Arial;
}

    .product-list .item-box .description ul {
        width: 50%;
        padding-left: 20px;
    }

        .product-list .item-box .description ul li {
            list-style: disc;
            word-break: break-word;
        }

button.button-2.product-box-add-to-cart-button {
    background: #95F1C5;
    border-radius: 3px;
    color: #565656;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Arial';
    width: auto;
    padding: 0 12px;
    text-transform: none;
    line-height: 30px;
    max-height: 30px;
    transition: 0.5s all ease;
}

.product-grid .item-grid > .item-box:hover button.button-2.product-box-add-to-cart-button,
.item-box:hover button.button-2.product-box-add-to-cart-button {
    color: #fff;
    background: #1E69F5 !important;
}

.item-box .add-to-compare-list-button {
    /*background-image: url(../Themes/DefaultClean/Content/images/compare-icon.svg);
    width: 34px;
    height: 30px;
    background-color: transparent;*/

    background-image: none;
    width: auto;
    height: 30px;
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-position: -5px 50%;
    font-weight: 600;
    border: 0 solid #e1e5e6 !important;
    border-radius: 4px;
    color: #555;
}

    .item-box .add-to-compare-list-button:hover,
    .item-box:hover .add-to-compare-list-button {
        background-image: none;
        background-color: #1e69f5;
        color: #fff;
        border-color: #1e69f5 !important;
    }

.pager ul {
    text-align: center;
}

.pager li a, .pager li span {
    display: block;
    min-width: 32px;
    height: 32px;
    border: 1px solid #FCFDFF;
    background-color: #FCFDFF;
    padding: 8px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 400;
    font-family: 'Arial';
    color: #091E42;
}

    .pager li.current-page span,
    .pager li a:hover, .pager li a:focus {
        color: #fff;
        background-color: #2669F6;
    }

.pager li.first-page, .pager li.last-page {
    display: none;
}

    .pager li.previous-page *, .pager li.next-page *, .pager li.first-page *, .pager li.last-page * {
        background-repeat: no-repeat;
        font-size: 14px;
        color: #42526E;
        font-weight: 400;
        border: 1px solid #42526E;
        min-width: 96px;
    }

.pager li.next-page * {
    background-position: right 10px center;
}

.pager li.previous-page * {
    background-position: left 10px center;
}

.side-2 {
    border: 1px solid #ccc;
    overflow: hidden;
}

    .side-2 .block.product-filters {
        background-image: linear-gradient(0deg, #f2f2f2 0%, #f2f2f2 0%);
        background-position: left 0 top 0;
        background-repeat: no-repeat;
    }

    .side-2 a.m-filterBtn {
        color: #333;
        font-size: 24px;
        font-weight: 700;
        display: block;
        font-family: 'Arial';
        padding: 16px 20px;
        /*border-bottom: 1px solid #ccc;*/
    }

.product-filter .filter-title {
    margin: 0;
    background-color: transparent;
    padding: 10px;
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 700;
    font-family: 'Arial';
}

.price-range-filter .selected-price-range {
    padding: 5px 10px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    margin: 0 10px;
}

.product-filter .filter-content {
    padding: 0px;
}

.filter-content ul {
    padding: 10px 0px;
}

.product-filter.price-range-filter {
    border-bottom: 1px solid #ccc;
    padding: 10px 23px 20px;
    margin-top: 10px;
    border-radius: 20px;
}

.product-filter .group li.name,
.block .title {
    margin: 0 0 10px;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    color: #ADB5FD;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
}
/*.product-filter .filter-content .filter-box,
.product-filter + .product-filter {
   
}*/
.filter-content .filter-box {
    padding: 10px 20px 20px 35px;
    border-bottom: 1px solid #ccc;
    border-radius: 20px;
    background: #F2F2F2;
}

.filter-content.product-filter.product-manufacturer-filter .filter-box {
    border: none;
}

.filter-content .filter-box h3.name {
    font-family: 'Arial';
    font-size: 16px;
    font-weight: 400;
    color: #7A7A7A;
    position: relative;
    cursor: pointer;
}

    .filter-content .filter-box h3.name:after {
        /*content: '\f107';*/
        content: none;
        font-family: 'Fontawesome';
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #7A7A7A;
    }

.filterContent {
    display: none;
}

    .filterContent.active {
        display: block;
    }

.filter-content .filter-box.active h3.name::after {
    transform: rotate(-180deg);
}

.product-filter .group .item label {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-left: 0px;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    font-family: 'Arial';
}

.block .list a {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Regular;
}

.offer-arivalWrap {
    min-width: 50px;
    position: absolute;
    left: 17px;
    top: 0;
}

.item-box .offer-token:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 37px solid #ADB5FD;
    border-left: 16px solid #ADB5FD;
    border-right: 16px solid #ADB5FD;
    border-bottom: 16px solid transparent;
}

.item-box .offer-token {
    position: relative;
    margin-bottom: 25px;
    /*top: 0;
    left: 17px;*/
    max-width: 32px;
    max-height: 53px;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    font-family: 'Space Grotesk',sans-serif;
}

    .item-box .offer-token strong {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 2px;
        position: relative;
        z-index: 1;
    }

    .item-box .offer-token span {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
    }

.new-arival-token {
    position: relative;
    margin-top: 10px;
    width: 39px;
    background: #2669F5;
    color: #fff;
    border-radius: 10px;
    z-index: 9;
    text-align: center;
    font-size: 10px;
    font-family: SpaceGrotesk-Bold;
    font-weight: 700;
    padding: 4px 0;
}

a.m-close {
    display: none;
}

@media screen and (max-width: 1100px) {
    .products-wrapper .product-grid .item-grid > .item-box {
        width: 30.33%;
    }
}

@media screen and (max-width: 1000px) {
    .header-menuWrapper {
        padding: 0 0px;
    }

    img.cat-banner {
        border-radius: 0;
    }
}

@media screen and (max-width: 932px) {

    img.cat-banner {
        width: 100%;
        max-height: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 0;
    }
}

@media screen and (max-width: 900px) {
    .side-2 .product-filters {
        position: fixed !important;
    }
    .page-body .product-selectors .product-viewmode a {
        display: inline-block;
        font-size: 0;
    }

    .product-selectors span, .product-selectors .product-sorting > span, .product-selectors .product-page-size > span {
        vertical-align: middle;
        font-size: 0;
    }

    .product-list .item-box .picture {
        z-index: 1;
        background-color: #fff;
        margin: 0 0 0px;
        float: left;
        width: 30%;
    }

    .product-list .item-box .details {
        padding: 0 10px;
        float: left;
        width: calc(100% - 30%);
    }

    .product-list .item-box .description {
        display: block;
    }

    .product-list .item-box .add-to-compare-list-button {
        margin-left: 10px;
    }

    .product-list .item-box .picture + .details {
        margin: 0 0;
    }

    .page-body .product-selectors .product-viewmode {
        margin-left: calc(100% - 48px);
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .side-2 {
        border: none;
        margin: 0 0;
        position: relative;
        overflow: visible;
    }
        /*.filter-content .filter-box,
    .filter-content.product-filter.product-manufacturer-filter .filter-box {
        border: 1px solid #ccc;
    }*/
        .side-2 .block.product-filters {
            background-position: left 0 top 0;
        }

    .topic-block-body p {
        margin: 0 0;
    }

    .side-2 a.m-filterBtn {
        padding: 3px 10px 3px 30px;
        font-size: 14px;
        position: absolute;
        left: 1.5%;
        top: 5px;
        border: 1px solid #ccc;
        background: #F2F2F2 !important;
        z-index: 99;
        border-radius: 5px;
    }

        .side-2 a.m-filterBtn:before {
            content: '';
            position: absolute;
            left: 4px;
            top: 4px;
            width: 15px;
            height: 15px;
            background: url('../Themes/DefaultClean/Content/images/filter-icon.svg') center center no-repeat;
        }

    .block.product-filters,
    .block.block-account-navigation {
        width: 100%;
        max-height: 100vh;
        height: 100%;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 999999;
        background: #fff;
        padding: 40px 15px 75px;
        display: none;
    }

    .overflow_hidden {
        overflow: hidden;
    }

    .block.product-filters.active,
    .block.block-account-navigation.active {
        display: block;
    }

    a.m-close {
        display: block;
        position: fixed;
        right: 5px;
        top: 5px;
        font-size: 20px;
        padding: 10px;
        z-index: 999;
    }
}

@media screen and (max-width: 700px) {
    .products-wrapper .product-grid .item-grid > .item-box {
        width: 49%;
        padding: 17px 12px;
        margin: 0 0.5% 1%
    }

    .product-selectors .product-page-size {
        display: none;
    }

    .product-sorting, .product-sorting select {
        margin: 0 0;
    }

    .product-list .item-box .description {
        flex-direction: column;
    }

        .product-list .item-box .description ul {
            width: 100%;
        }

    .page-body .product-selectors .product-viewmode,
    .page-body .product-selectors .product-sorting {
        float: left;
        width: auto;
        margin: 5px 0 10px;
    }

    .page-body .product-selectors .product-viewmode {
        margin-left: calc(100% - 48px);
    }

    .page-body .product-selectors {
        padding: 0 0.5%;
    }

    .side-2 a.m-filterBtn {
        left: 0.5%;
    }
}

/*mega menu css
=================*/


.allProducts .item-grid .item-box {
    margin: 0 0 9px;
    width: 25%;
    padding-right: 5px
}

    .allProducts .item-grid .item-box:last-of-type a:after {
        content: '\f054';
        font-family: 'FontAwesome';
        font-size: 10px;
        color: #7A7A7A;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .allProducts .item-grid .item-box:last-of-type {
        width: 84%;
        text-align: right;
    }

        .allProducts .item-grid .item-box:last-of-type a {
            position: relative;
            color: #ADB5FD;
            font-size: 14px;
            font-weight: 400;
            font-family: SpaceGrotesk-Bold;
            display: inline-block;
            padding-right: 20px;
            cursor: pointer;
        }

.allProducts {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 2px 5px 10px rgb(0 0 0 / 50%);
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.5rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
}

    .allProducts.active {
        opacity: 1;
        visibility: visible;
    }

.megamenu-hide {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all ease;
}

.megamenu-show {
    visibility: visible;
    opacity: 1;
}

.allProducts .item-grid {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 20px;
}

.allProducts .picture {
    height: 210px;
    width: 30%;
    position: relative;
}

    .allProducts .picture img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        display: block;
    }

.allProducts .item-grid .item-box a .categoryName {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
    transition: 0.5s all ease;
}

    .allProducts .item-grid .item-box a .categoryName:hover,
    .allProducts .item-grid .item-box a .categoryName.active {
        color: #1E69F5 !important
    }

/*
home page css
=============================*/
.home-page .theme-custom .nivo-controlNav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    box-shadow: none;
    background-color: #D9D9D9;
    font-size: 0;
    border-radius: 100%;
}

    .home-page .theme-custom .nivo-controlNav a.active {
        background-color: #95F1C5;
        width: 20px;
        border-radius: 30px;
    }

.theme-custom {
    margin: 0 0 40px !important;
}

.category-grid.home-page-category-grid, .product-grid.home-page-product-grid, .news-list-homepage {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.title-btnWrap {
    position: relative;
    margin-bottom: 25px;
}

.product-grid .title,
.product-grid .title strong,
.contact-page .page-title,
.contact-page .page-title h1 {
    margin: 0 0 0px;
    border-bottom: none;
    padding: 0 0;
    font-family: SpaceGrotesk-Bold;
    font-size: 24px;
    font-weight: 700;
    color: #989AA5;
    text-align: left;
}

.title-btnWrap a.view-allBtn:after {
    position: absolute;
    right: 0;
    top: 4px;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #7A7A7A;
    font-size: 14px;
}

.home-page .item-img .topic-block {
    margin-bottom: 0;
}

.title-btnWrap a.view-allBtn {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 16px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #989AA5;
    padding-right: 20px;
    display: inline-block;
    max-width: 170px;
}

.brand-wrap .item-img {
    width: 320px;
}

    .brand-wrap .item-img .item-grid span {
        height: 310px;
        position: relative;
        display: block;
    }

        .brand-wrap .item-img .item-grid span img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            border-radius: 20px;
        }

    .brand-wrap .item-img .topic-block-body p {
        position: relative;
        min-height: 320px;
        border-radius: 20px;
        overflow: hidden;
    }

        .brand-wrap .item-img .topic-block-body p img {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            object-fit: cover;
        }

    .brand-wrap .item-img span {
        background: transparent !important;
    }

.brand-wrap .item-grid .item-box {
    height: 105px;
    border-radius: 30px;
    width: 25%;
    margin: 0 0 22px;
    padding: 0 0 0 20px;
    border: none;
}

.product-grid .brand-wrap .item-grid > .item-box a {
    width: 100%;
    height: 108px;
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    max-height: 88px;
    min-height: 88px;
    padding:0;
    max-width:188px;
}

.brand-wrap .item-grid .item-box img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 90%;
    max-height: 100%;
    margin: auto;
}

.brand-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .brand-wrap > .homebrand-wrap {
        width: calc( 100% - 340px);
    }

        .brand-wrap > .homebrand-wrap .item-grid {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-right: 15px;
            margin: 0 -20px;
        }

.category-grid.home-page-category-grid Strong {
    text-align: center;
    display: block;
    color: #989AA5;
    font-size: 24px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    margin-bottom: 25px;
}

.category-grid.home-page-category-grid .item-grid .item-box {
    padding: 0 30px 60px;
    margin: 0 0;
    width: 33.33%;
}

/*.category-grid.home-page-category-grid .item-grid .item-box:last-of-type {
    padding-bottom: 0;
}*/

.category-grid.home-page-category-grid .item-grid {
    margin: 0 -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.home-page-category-grid .item-box .category-item .picture a {
    position: relative;
}

    .home-page-category-grid .item-box .category-item .picture a:after {
        content: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .home-page-category-grid .item-box .category-item .picture a:before {
        padding: 0;
    }

.item-box .category-item .picture a img {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
}

.home-page-category-grid .item-box .category-item {
    position: relative;
}

.home-page-category-grid .title {
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .home-page-category-grid .title a {
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        padding: 1rem 0;
    }

.home-featured-products .product-grid.home-page-product-grid {
    margin-bottom: 0;
}

.home-featured-products {
    background: #F5F8FF;
    padding: 25px 0 55px;
}

    .home-featured-products .title-btnWrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .home-featured-products a.view-allBtn {
        position: relative;
        right: 0;
    }

.featured-product .item-box {
    border: 1px solid transparent;
    padding: 17px 12px;
    margin: 0 0 !important;
    transition: 0.5s all ease;
}

    .featured-product .item-box:hover {
        /*border-color: #2669F6;*/
        box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
    }

.featured-product .slick-list {
    margin: 0 -15px;
}

.featured-product .slick-slide {
    margin: 0 15px;
}

.featured-product .slick-arrow,
.interrested .slick-arrow {
    width: 40px;
    height: 129px;
    background-color: #DBE6F8;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.featured-product .slick-next,
.interrested .slick-next {
    bottom: auto;
    right: -50px;
    border-radius: 0 10px 10px 0;
}

.featured-product .slick-prev,
.interrested .slick-prev {
    left: -50px;
    border-radius: 10px 0 0 10px;
}

    .featured-product .slick-prev.slick-arrow,
    .interrested .slick-prev.slick-arrow {
        background-image: url('../Themes/DefaultClean/Content/images/left-arrow.svg');
    }

.featured-product .slick-next.slick-arrow,
.interrested .slick-next.slick-arrow {
    background-image: url('../Themes/DefaultClean/Content/images/right-arrow.svg');
}

.featured-product .slick-arrow:hover,
.interrested .slick-arrow:hover {
    filter: invert(82%) sepia(52%) saturate(2930%) hue-rotate(553deg) brightness(82%) contrast(137%);
}

@media screen and (max-width: 1310px) {
    .featured-product .slick-next,
    .interrested .slick-next {
        right: 0;
    }

    .featured-product .slick-prev,
    .interrested .slick-prev {
        left: 0;
    }

    .category-grid.home-page-category-grid, .product-grid.home-page-product-grid, .news-list-homepage {
        padding: 0 15px;
    }
}

@media screen and (max-width: 900px) {
    .category-grid.home-page-category-grid .item-box,
    .category-grid.home-page-category-grid .item-grid .item-box {
        margin-bottom: 20px;
        width: 100%;
    }

    .title-btnWrap a.view-allBtn {
        right: 0;
    }

    .brand-wrap > .homebrand-wrap {
        width: 100%;
    }

        .brand-wrap > .homebrand-wrap .item-grid {
            padding-right: 0;
        }
}

@media screen and (max-width: 767px) {
    .brand-wrap > .homebrand-wrap .item-grid {
        margin: 0 -10px;
    }

    .brand-wrap {
        flex-direction: column;
    }

    .title-btnWrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-grid .title, .product-grid .title strong {
        font-size: 20px;
    }

    .title-btnWrap a.view-allBtn {
        position: relative;
        right: 0;
        top: 0;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        padding-right: 20px;
        display: inline-block;
    }

    .brand-wrap .item-grid .item-box {
        width: 50%;
        padding: 0 10px;
        margin:0;
    }
    .product-grid .brand-wrap .item-grid > .item-box a {
        max-width: 100%;
    }
}

/*checkout page Hitesh DA*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

.spacer {
    font-size: 0;
    line-height: 0;
    clear: both;
}
/* ------------  Start : CheckOut Navbar ------------------- */
.checkoutTopNav {
    clear: both;
    padding: 15px 0;
    position: relative;
    display: flex;
    margin-top: 15px;
}

    .checkoutTopNav .threeCol {
        width: 33.3%;
        float: left;
        text-align: center;
        position: relative;
        z-index: 2;
    }

        .checkoutTopNav .threeCol strong {
            display: block;
            clear: both;
            text-align: center;
            font-size: 20px;
            border: 2px solid #B6C3D8;
            border-radius: 50%;
            height: 30px;
            line-height: 30px;
            width: 30px;
            margin: 0 auto;
            background: #fff;
            z-index: 1;
        }

            .checkoutTopNav .threeCol strong i {
                line-height: 30px;
                color: #fff;
            }

            .checkoutTopNav .threeCol strong.active {
                border: 1px solid #2669F6;
                background: #2669F6;
                color: #fff;
            }

        .checkoutTopNav .threeCol span {
            display: block;
            clear: both;
            text-align: center;
            font: normal 16px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
            color: #7A7A7A;
        }

.backLine {
    font-size: 0;
    line-height: 0;
    clear: both;
    position: absolute;
    top: 30px;
    left: 19%;
    right: 19%;
    height: 2px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2669f6+0,2669f6+50,b6c3d8+50,b6c3d8+100 */
    background: #2669f6; /* Old browsers */
    background: -moz-linear-gradient(left, #2669f6 0%, #2669f6 50%, #b6c3d8 50%, #b6c3d8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #2669f6 0%,#2669f6 50%,#b6c3d8 50%,#b6c3d8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #2669f6 0%,#2669f6 50%,#b6c3d8 50%,#b6c3d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2669f6', endColorstr='#b6c3d8',GradientType=1 ); /* IE6-9 */
}
/* ------------  End : CheckOut Navbar ------------------- */

/* ------------  Start : Add New Address ------------------- */
.checkOutWrapper {
    margin: 0 auto;
    max-width: 588px;
}

    .checkOutWrapper .formRow {
        margin: 0 -15px;
        clear: both;
    }

        .checkOutWrapper .formRow .formColumnfull {
            width: 100%;
            padding: 0 15px;
            clear: both;
            box-sizing: border-box;
        }

        .checkOutWrapper .formRow .formColumn50 {
            width: 50%;
            padding: 0 15px;
            float: left;
            box-sizing: border-box;
        }

    .checkOutWrapper input {
        height: 40px;
        width: 100%;
        background-color: #F7F9FB;
        font: normal 14px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
        color: #7A7A7A;
        margin: 0 0 15px;
        padding: 0 10px;
        border: none;
        border-radius: 3px;
        outline: none;
    }

    .checkOutWrapper span.orderConfirmText {
        display: block;
        margin: 0 0 15px;
        font: normal 14px/20px SpaceGrotesk-Regular, Helvetica, sans-serif;
        color: #7A7A7A;
    }

.checkOutWrapperOne {
    padding: 25px;
    clear: both;
    border: 1px solid #F2F2F2;
    background: #fff;
    border-radius: 20px;
    /*-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);*/
    margin-bottom: 20px;
}

.checkOutBtnRow {
    clear: both;
    padding: 15px 0;
}

.pullRight {
    float: right !important;
}

.pullLeft {
    float: left !important;
}

.whiteBtn {
    background: #E6E6E6;
    color: #7A7A7A;
    font: bold 14px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
    text-align: center;
    min-width: 100px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
}

    .whiteBtn:hover {
        background: #2669F6;
        color: #fff;
        border: 1px solid #2669F6;
        border-radius: 3px;
    }

button#btnAddAddress {
    background: transparent;
    border-color: #1E69F5;
}

button#billingaddress-save-button,
button#btnAddAddress {
    margin: 0px 5px 5px 0;
}

    button#btnAddAddress i {
        display: inline-block;
    }

    button#btnAddAddress:hover {
        background: #1E69F5;
    }

button.whiteBtn i {
    margin: 0 5px;
    display: block;
}

a.whiteBtn i {
    display: inline-block;
    display: none;
}

td.remove-from-cart button.remove-btn {
    border: 1px solid #CCC;
    width: 19px;
    height: 19px;
    background: #F2F2F2;
    position: relative;
    /*transform: translateY(-30px);*/
    cursor: pointer;
    transition: 0.5s all ease;
}

    td.remove-from-cart button.remove-btn:hover {
        background: #2669F6;
    }

    td.remove-from-cart button.remove-btn i {
        opacity: 0;
        visibility: hidden;
    }

    td.remove-from-cart button.remove-btn:after, td.remove-from-cart button.remove-btn:before {
        content: '';
        width: 1px;
        height: 9px;
        background: #7A7A7A;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    td.remove-from-cart button.remove-btn:after {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    td.remove-from-cart button.remove-btn:hover:after, td.remove-from-cart button.remove-btn:hover:before {
        background: #fff;
    }

textarea #OrderNote {
    min-height: 70px !important;
}

.blueBtn {
    background: #2669F6;
    color: #fff;
    font: bold 14px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
    text-align: center;
    min-width: 125px;
    padding: 0 15px;
    box-sizing: border-box;
    border: 1px solid #2669F6;
    border-radius: 3px;
}

    .blueBtn:hover {
        background: #fff;
        color: #7A7A7A;
        border: 1px solid #2669F6;
        border-radius: 3px;
    }

    .blueBtn i {
        margin: 0 5px;
        display: none;
    }

.groupBtn button {
    margin: 0 5px !important;
}
/* ------------  End : Add New Address ------------------- */

/* ------------  Start : Address ------------------- */
.checkOutWrapper .formRow .formColumnfull h2 {
    font-size: 16px;
    height: 30px;
    margin: 0 0 10px;
    padding: 10px 15px;
    background-color: #F7F9FB;
}

    .checkOutWrapper .formRow .formColumnfull h2 input {
        width: 20px;
        height: 30px;
        margin: 0 10px 0 0;
    }

    .checkOutWrapper .formRow .formColumnfull h2 .choseeAddressText {
        display: flex;
        white-space: nowrap;
        font: normal 16px/30px SpaceGrotesk-Regular, Helvetica, sans-serif;
        color: #7A7A7A;
    }

.checkOutWrapper .formRow .formColumnfull p {
    font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #7A7A7A;
    margin: 0 0 15px;
    padding: 0;
}

.checkOutWrapper .formRow .formColumnfull h2 {
    font-size: 16px;
    height: 30px;
    margin: 0 0 10px;
    padding: 10px 15px;
    background-color: #F7F9FB;
}

.checkOutWrapperOne .formRow .formColumnfull .groupBtn .whiteBtn {
    min-width: 30px;
    height: 30px;
    padding: 0;
}

.checkOutWrapperOne .formRow .formColumnfull .groupBtn .selectBtn {
    height: 30px;
    line-height: 30px;
}

    .checkOutWrapperOne .formRow .formColumnfull .groupBtn .selectBtn.whiteBtn {
        min-width: 125px;
    }

.groupBtn {
    display: flex;
}

.bottomSeparetor {
    border-bottom: 1px solid #B6C3D8;
    margin-bottom: 20px;
}

.NewAddressBox {
    clear: both;
}
/* ------------  End : Address ------------------- */

/* ------------  Start : Order Summery ------------------- */
.blueBorder {
    border-color: #2669F6 !important;
}

.backLine.backLineBg {
    background: #2669F6 !important;
}

.orderDetailsList table > tbody > tr:nth-of-type(2n) td {
    background: #F7F9FB !important;
}

.orderDetailsList {
    clear: both;
    margin: 0 0 15px;
}

    .orderDetailsList table tr th {
        background: #E9EFFF;
        color: #333;
        font: bold 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
        padding: 5px 10px;
        text-align: left;
    }

    .orderDetailsList table {
        width: 100%;
    }

        .orderDetailsList table tr td {
            color: #333;
            font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
            padding: 0 5px;
            padding: 5px 10px;
            text-align: left;
        }

        .orderDetailsList table tr th {
            clear: both;
        }

.orderDetailsListBottom {
    width: 60%;
    float: right;
    clear: both;
    margin: 0 0 15px;
}

    .orderDetailsListBottom table {
        width: 100%;
    }

        .orderDetailsListBottom table td {
            font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
            color: #7A7A7A;
        }

.blueText, span.value-summary {
    color: #2669F6;
}

.gifDiscountCodePan {
    padding: 20px 0;
    clear: both;
    /*border-top: 1px solid #F2F2F2;*/
    background: #F2F2F2;
    border-radius: 10px 10px 0 0;
}

.gifDiscountCodeInn {
    padding: 10px;
    clear: both;
    border-bottom: 1px solid #cccccc;
    display: flex;
    position: relative;
}

    .gifDiscountCodeInn label {
        display: block;
        font: normal 14px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
        height: 40px;
        color: #333;
        white-space: nowrap;
        min-width: 121px;
    }

    .gifDiscountCodeInn input {
        border: none;
        height: 40px;
        padding: 0 100px 0 10px;
        font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
        color: #7A7A7A;
        background: #fff;
        margin: 0 20px;
        outline: none;
        border-radius: 5px;
    }

    .gifDiscountCodeInn button.whiteBtn {
        padding: 0;
        height: 40px;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 9;
    }

    .gifDiscountCodeInn label i {
        margin: 0 15px 0 0;
        display: none;
    }

.formRow textarea {
    height: 40px;
    width: 100%;
    border: none;
    padding: 0 10px;
    font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #7A7A7A;
    background: #fff;
    margin: 0 0 15px;
    border-radius: 5px;
    outline: none;
}
.delvery-note .formRow textarea {
    max-width: 100%;
    min-width: 100%;
    max-height: 40px;
    min-height: 40px;
}

.checkOutWrapper form.delvery-note .formRow {
    margin: 0 0;
}

form.delvery-note label {
    color: #333;
    margin-bottom: 10px;
    display: block;
}

.checkOutWrapper form.delvery-note .formRow .formColumnfull {
    width: 100%;
    padding: 0 15px 10px;
    clear: both;
    box-sizing: border-box;
    background: #F2F2F2;
    border-radius: 0 0 10px 10px;
}

.orderDetailsList table tr th:first-of-type {
    border-radius: 10px 0 0 0;
}

.orderDetailsList table tr th:last-of-type {
    border-radius: 0 10px 0 0;
}
/* ------------  End : Order Summery ------------------- */

/* ------------  Start : Payment ------------------- */
.checkOutWrapperOne h3 {
    font-size: 24px;
    line-height: 44px;
    margin: 0 0 15px;
    font: normal 24px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #7A7A7A;
}

.checkOutWrapperOne .paymentPan {
    font: normal 14px/24px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #7A7A7A;
    clear: both;
    margin: 0 0 20px;
}



.PaymentCardRow {
    padding: 25px 0;
    clear: both;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    background: #E9EFFF;
    margin: 20px -25px 30px;
}

    .PaymentCardRow label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font: bold 14px/20px SpaceGrotesk-Bold, Helvetica, sans-serif;
        height: 20px;
        color: #7A7A7A;
        white-space: nowrap;
        text-align: center;
    }

        .PaymentCardRow label span {
            margin-left: 10px;
        }

    .PaymentCardRow input {
        border: 1px solid #F2F2F2;
        height: 20px;
        width: 20px;
        padding: 0;
        font: normal 14px/20px SpaceGrotesk-, Helvetica, sans-serif;
        color: #7A7A7A;
        background: #fff;
        margin: 0 20px;
    }

    .PaymentCardRow label i {
        margin: 0 15px 0 0;
    }

.checkOutWrapper select {
    height: 40px;
    width: 100%;
    background-color: #F7F9FB;
    font: normal 14px/40px SpaceGrotesk-Regular, Helvetica, sans-serif;
    color: #7A7A7A;
    margin: 0 0 15px;
    padding: 0 10px;
    border: none;
    border-radius: 3px;
    outline: none;
}

.payment-option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .payment-option .option-text {
        width: 62%;
    }

    .payment-option ul {
        width: calc( 100% - 62%);
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-wrap: wrap;
        padding-left: 0%;
    }

    .payment-option .option-text p {
        margin-bottom: 10px;
    }

    .payment-option ul li {
        width: 33.33%;
        height: 27px;
        padding: 0 0;
        filter: grayscale(1);
        position: relative;
    }
    .payment-option ul li img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
/* ------------  End : Payment ------------------- */
@media screen and (max-width: 900px) {
    .payment-option ul {
        padding-left: 0;
    }
    
}

@media screen and (max-width: 600px) {
    .orderDetailsListBottom {
        width: 100%;
    }

    .gifDiscountCodeInn {
        display: block;
        overflow: hidden;
    }

        .gifDiscountCodeInn input {
            margin: 0 0 15px;
        }

    .whiteBtn, .blueBtn {
        min-width: 80px;
    }

    .checkOutWrapperOne .formRow .formColumnfull .groupBtn .selectBtn.whiteBtn {
        min-width: 80px;
    }

    .groupBtn {
        display: block;
        clear: both;
        margin: 0 0 10px;
        width: 100%;
    }

        .groupBtn button {
            margin: 0 !important;
        }

    .checkOutWrapper {
        padding: 0 15px;
    }

    .checkOutWrapperOne .formRow .formColumnfull .groupBtn .whiteBtn {
        display: inline-block !important;
    }

    .checkoutTopNav .threeCol span {
        font-size: 14px;
    }

    .gifDiscountCodeInn button.whiteBtn {
        top: 50px;
    }

    .orderDetailsList table thead, .orderDetailsList table colgroup {
        display: none;
    }

    .orderDetailsList table tbody tr,
    .orderDetailsList table tbody tr td {
        clear: both;
        display: block;
        width: 100%;
        overflow:hidden;
    }

    .orderDetailsList table tbody tr {
        border: 1px solid #ccc;
        margin-bottom: 10px;
        border-radius: 10px;
        position: relative;
    }

        .orderDetailsList table tbody tr td {
            border-bottom: 1px solid #ccc;
        }

            .orderDetailsList table tbody tr td.remove-from-cart {
                position: absolute;
                max-width: 40px;
                top: 0;
                right: 0;
                border-bottom: none;
                background: transparent;
            }

            .orderDetailsList table tbody tr td.subtotal {
                border-bottom: none;
            }
    .payment-option ul li {
        height: 20px;
    }
}
/*
product details page
==============================*/
.banner-slider {
    overflow: hidden;
    box-sizing: border-box;
}

    .banner-slider .slider.slider-for {
        max-width: 82%;
        padding: 0 20px;
    }

    .banner-slider .slider.slider-nav {
        max-width: 18%;
        float: left;
    }

    .banner-slider .slider.slider-for,
    .banner-slider .slider.slider-nav {
        width: 100%;
        float: right;
    }

    .banner-slider .slider.slider-nav {
        height: 503px;
        overflow: hidden;
    }

    .banner-slider .slider-banner-image {
        height: 500px;
        position: relative;
    }

    .banner-slider .slider.slider-nav {
        padding: 35px 5px;
        border-right: 1px solid #F2F2F2;
    }

    .banner-slider .slick-list.draggable {
        height: 100% !important;
    }

.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 178px;
    height: 110px;
    margin: 0 auto;
    border: 1px solid #EBEBEB;
}

.banner-slider .slick-slide .thumbImg {
    position: relative;
    height: 100px;
}

    .slider-banner-image img,
    .slider-nav .slick-slide.thumbnail-image .thumbImg img,
    .banner-slider .slick-slide .thumbImg img {
        /*height: 100%;
width: 100%;
object-fit: cover;*/
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}

.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}

.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}

.slider-nav .slick-slide {
    text-align: center;
}

    /*.banner-slider .slick-slide img {
    width: 100%;
}*/

    .slider-nav .slick-slide span {
        font-size: 14px;
        display: block;
        padding: 5px 0 15px;
    }

.banner-slider .slick-arrow {
    width: 100%;
    background-color: #DBE6F8;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 29px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

.slick-prev {
    top: 0;
}

.slick-next {
    bottom: 0;
}

.slick-prev.slick-arrow {
    background-image: url(../Themes/DefaultClean/Content/images/thumb-up-arrow.svg);
}

.slick-next.slick-arrow {
    background-image: url(../Themes/DefaultClean/Content/images/thumb-dwn-arrow.svg);
}

    .slick-prev.slick-arrow:hover,
    .slick-next.slick-arrow:hover {
        filter: invert(82%) sepia(52%) saturate(2930%) hue-rotate(553deg) brightness(82%) contrast(137%);
    }
/*End USE CSS for Slider*/
.breadcrumb {
    max-width: 1200px;
    margin: 10px auto;
    padding-left: 0;
    padding-right: 0;
}

    .breadcrumb ul li:first-of-type, .breadcrumb ul li:first-of-type span, .breadcrumb ul li:first-of-type a {
        padding-left: 0;
        margin-left: 0;
    }

.page.product-details-page .product-essential {
    max-width: 1230px;
    margin: 0 auto 30px;
    padding: 0 15px;
    border-bottom: none;
}

    .page.product-details-page .product-essential .gallery {
        width: 58%;
        position: relative;
    }

    .page.product-details-page .product-essential .overview {
        width: 42%;
        padding-left: 30px;
    }

.product-essential .product-description {
    clear: both;
}

    .product-essential .product-description .title strong,
    .product-benifits > .title strong {
        font-size: 24px;
        font-weight: 700;
        color: #999999;
        text-align: left;
        font-family: 'Arial';
    }

    .product-essential .product-description .title,
    .product-benifits > .title {
        margin-bottom: 20px;
    }

    .product-essential .product-description .full-description p {
        font-size: 16px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        margin: 0 0 !important;
    }

.page.product-details-page .product-collateral {
    overflow: hidden;
    margin: 0 -20px 20px;
    clear: both;
}

    .page.product-details-page .product-collateral .product-collateral-box {
        width: 50%;
        padding: 0 20px;
        float: left;
    }

        .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap {
            border: 1px solid #F2F2F2;
        }

            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .title {
                /*border-bottom: 1px solid #F2F2F2;*/
                padding: 15px 22px;
                margin-bottom: 00px;
                text-align: left;
            }

                .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .title strong {
                    font-size: 16px;
                    font-weight: 700;
                    font-family: SpaceGrotesk-Bold;
                    color: #333;
                }

            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list {
                padding: 15px 22px 15px;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: wrap;
                max-height: 130px;
                min-height: 130px;
                overflow-y: scroll;
            }

            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap p {
                width: 100%;
                margin-bottom: 5px;
            }

            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap ul {
                width: 50%;
            }

                .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap ul li,
                .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap p {
                    font-size: 16px;
                    font-weight: 400;
                    font-family: SpaceGrotesk-Regular;
                    color: #333;
                    margin-bottom: 10px;
                }

            /* width */
            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list::-webkit-scrollbar {
                width: 5px;
            }

            /* Track */
            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list::-webkit-scrollbar-track {
                box-shadow: inset 0 0 5px #fff;
                border-radius: 3px;
            }

            /* Handle */
            .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list::-webkit-scrollbar-thumb {
                background: #95F1C5;
                border-radius: 3px;
            }

                /* Handle on hover */
                .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list::-webkit-scrollbar-thumb:hover {
                    background: #2669F6;
                }

.related-products-grid.product-grid.home-featured-products {
    margin: 0 0;
}

.might-interrested {
    margin-bottom: 30px;
}

    .might-interrested .title {
        font-size: 24px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        color: #7A7A7A;
        margin-bottom: 20px;
    }

.interrested .slick-list {
    margin: 0 -15px;
}

.interrested .slick-slide {
    margin: 0 15px;
}

.interrested-box {
    border: 1px solid #F2F2F2;
}


    .interrested-box .product-picture {
        width: 30%;
        min-height: 90px;
        position: relative;
    }

        .interrested-box .product-picture img {
            max-width: 100%;
            max-height: 100%;
            margin: auto;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
        }

.int-details {
    white-space: normal;
    overflow: hidden;
    width: 70%;
    padding-left: 5px;
    text-align: left;
}

    .int-details strong, .int-details span {
        display: block;
        width: 100%;
    }

        .int-details strong.product-name {
            font-size: 16px;
            font-weight: 700;
            font-family: SpaceGrotesk-Bold;
            color: #7A7A7A;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    .int-details span {
        font-size: 16px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        color: #7A7A7A;
        margin-bottom: 5px;
    }

    .int-details a.shop-btn {
        border: 1px solid transparent;
        display: inline-block;
        background: #2669F6;
        color: #fff;
        font-family: SpaceGrotesk-Regular;
        font-weight: 400;
        font-size: 16px;
        padding: 5px 22px;
        transition: 0.5s all ease;
    }

        .int-details a.shop-btn:hover {
            border-color: #2669F6;
            color: #2669F6;
            background: transparent;
        }

.interrested-box {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.gallery .offer-arivalWrap {
    left: 22%;
    top: 0;
}

.offer-arivalWrap .offer-token {
    position: relative;
    margin-bottom: 10px;
    max-width: 32px;
    max-height: 53px;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding-top: 2px;
    font-family: 'Space Grotesk',sans-serif;
}

.gallery:hover .offer-token {
    background-color: #2669F6;
}

,
.gallery:hover button.button-2.add-to-wishlist-button.wishlist-active {
    background-color: #2669F6;
}
/*.gallery .offer-arivalWrap .offer-token {
    background: #2669F6;
}*/
.offer-arivalWrap .offer-token strong {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.offer-arivalWrap .offer-token span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.offer-arivalWrap .offer-token:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 37px solid #ADB5FD;
    border-left: 16px solid #ADB5FD;
    border-right: 16px solid #ADB5FD;
    border-bottom: 16px solid transparent;
}

.master-wrapper-content .master-column-wrapper .might-interrested .container {
    overflow: visible;
}

.interrested .slick-arrow {
    width: 25px;
    height: 50px;
    background-position: center center;
}

.benefits-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 -10px 30px;
    flex-wrap: wrap;
}

    .benefits-wrapper .benefits-item {
        width: 20%;
        padding: 0 10px 20px;
    }

.benefits-itemImg {
    margin-bottom: 10px;
}

    .benefits-itemImg img {
        object-fit: cover;
        width: 100%;
    }

.benefits-item .title {
    margin-bottom: 5px;
    text-align: left;
}

    .benefits-item .title strong {
        font-size: 16px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        color: #7A7A7A;
    }

.benefits-item .details p {
    font-size: 16px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
    text-align: left;
}

.gallery {
    border: 1px solid #F2F2F2;
}

.product_aboutinfoWrap {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.product_aboutinfoWrap .title, .product_aboutinfoWrap .title strong {
    font-size: 16px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    color: #7A7A7A;
    margin-bottom: 10px;
    text-align: left;
}

.product_aboutinfoWrap .product_aboutinfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.product_aboutinfoWrap .product_aboutinfo .item-box {
    width: 33.33%;
    padding: 0 10px 20px;
    margin: 0 0;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .product-item .sku {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    color: #333333;
    font-size: 14px;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .prices {
    min-height: auto;
    margin-bottom: 0;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .product-item {
    border-radius: 10px;
    overflow: hidden;
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid transparent;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .product-item .prices .actual-price,
.product_aboutinfoWrap .product_aboutinfo .item-box .product-item .prices span {
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .product-item.active {
    border-color: #2669F6;
    background: #F0F6FF;
}

.product_aboutinfoWrap .product_aboutinfo .item-box .product-item.active .prices .actual-price,
.product_aboutinfoWrap .product_aboutinfo .item-box .product-item.active .prices span,
.product_aboutinfoWrap .product_aboutinfo .item-box .product-item.active .sku {
    color: #2669F6;
}

@media screen and (max-width: 1230px) {
    .breadcrumb {
        padding: 0 15px;
    }
}

@media screen and (max-width : 991px) {
    .banner-slider .slider.slider-for, .banner-slider .slider.slider-nav {
        max-width: 100%;
        float: none;
    }

    .banner-slider .slider.slider-for {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-slider .slider.slider-nav {
        height: auto;
    }

    .slider-banner-image {
        height: 500px;
    }

    .slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
    }

    .slider-nav .slick-slide span {
        padding: 5px 0;
    }

    .slick-arrow {
        padding: 0;
        width: 30px;
        height: 30px;
        top: 50%;
        bottom: 0;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -moz-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }

    .slick-prev {
        left: 0;
        right: unset;
    }

    .slick-next {
        left: unset;
        right: 0;
        background-color: transparent;
    }

    .vehicle-detail-banner .car-slider-desc {
        max-width: 340px;
    }

    .bid-tag {
        padding: 10px 0 15px;
    }

    .slider.slider-nav.thumb-image {
        white-space: nowrap;
        border-top: 1px solid #DBE6F8;
    }

    .thumbnail-image.slick-slide {
        padding: 0px 5px;
        min-width: 75px;
        display: inline-block;
        float: none;
    }

    .page.product-details-page .product-essential .gallery,
    .page.product-details-page .product-essential .overview {
        padding: 0 0;
        width: 100%;
        float: none;
        text-align: left;
    }

    .slider-banner-image img, .slider-nav .slick-slide.thumbnail-image .thumbImg img {
        width: auto !important;
    }

    .product-essential .product-description .title, .product-benifits > .title, .might-interrested .title {
        text-align: left;
    }

    .page.product-details-page .product-collateral .product-collateral-box {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .benefits-wrapper .benefits-item {
        width: 33.33%;
    }

    .gallery .offer-arivalWrap {
        left: 5%;
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-arrow {
        position: absolute;
        left: auto;
        top: auto;
        right: auto;
        bottom: 24px;
        width: 25.2%;
        height: 35px;
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-next.slick-arrow {
        right: -80px
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-prev.slick-arrow {
        left: -80px
    }
}

@media screen and (max-width : 767px) {
    .slick-next.slick-arrow,
    .slick-prev.slick-arrow {
        background-position: center center !important;
    }

    .slider-banner-image {
        height: 400px;
    }

    .slider.slider-nav.thumb-image {
        padding: 0px 20px 0;
        margin: 10px 0px 0;
    }

    .slider-nav .slick-slide.thumbnail-image .thumbImg {
        max-width: 140px;
        height: 80px;
    }

    .slick-prev.slick-arrow {
        background-position: center 10px;
    }

    .slick-next.slick-arrow {
        background-position: center 10px, center;
    }

    .slider-nav .slick-slide span {
        font-size: 12px;
        white-space: normal;
    }

    .benefits-wrapper .benefits-item {
        width: 50%;
    }

    .footer-block .title strong {
        color: #fff;
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-arrow {
        /*bottom: 43px;*/
        width: 45.2%;
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-prev.slick-arrow {
        left: -60px;
    }

    .slider.slider-nav.thumb-image.slick-initialized.slick-slider .slick-next.slick-arrow {
        right: -60px;
    }
    /*.page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap .collateral-list{
            flex-direction: column;
        }*/
    .page.product-details-page .product-collateral .product-collateral-box .product-collateral-boxWrap ul {
        width: 100%;
    }

    .pager li {
        margin: 0 2px;
    }

    .banner-slider .slider.slider-nav {
        border-radius: 0 0;
    }

    .product_aboutinfoWrap .product_aboutinfo .item-box{
        width: 50%;
    }
}

@media screen and (max-width: 580px) {
    .slider-banner-image {
        height: 340px;
    }
}

@media screen and (max-width : 480px) {
    .slider-banner-image {
        height: 280px;
    }
}
/*
topic page css
===============================*/
.topic-page {
    max-width: 1200px;
    margin: 20px auto;
}

    .topic-page .page-title,
    .topic-page .page-title h1,
    .topic-page .page-body h3 {
        font-family: SpaceGrotesk-Bold;
        font-size: 24px;
        font-weight: 700;
        color: rgb(122, 122, 122);
        text-align: left;
        margin: 0px;
        border-bottom: none;
        padding: 0px;
    }

    .topic-page .page-body h3 {
        font-size: 14px;
    }

    .topic-page .page-body p {
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        color: #7A7A7A;
    }

@media screen and (max-width: 1300px) {
    .topic-page {
        padding: 0 15px;
    }
}

/*
all arrow link btn hover effect
=============================================*/

.allProducts .item-grid .item-box:last-of-type a:hover,
a.view-allBtn:hover {
    color: #1E69F5;
}

    .allProducts .item-grid .item-box:last-of-type a:hover:after,
    a.view-allBtn:hover:after {
        animation-name: example;
        animation-duration: 0.5s;
    }

@keyframes example {
    0% {
        right: 0;
    }

    50% {
        right: 8px;
    }

    100% {
        right: 0;
    }
}
/*
manufacturer css
========================*/
.page.manufacturer-list-page {
    max-width: 1230px;
    padding: 0 15px;
    margin: 20px auto;
}

    .page.manufacturer-list-page .page-title h1,
    .cat-container .page-title h1 {
        font-size: 24px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        color: #7A7A7A;
        text-align: left;
    }

    .page.manufacturer-list-page .page-title,
    .cat-container .page-title {
        border: none;
        margin-top: 20px;
    }

.manufacturer-grid {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .manufacturer-grid .manufacturer-item {
        width: 25%;
        padding: 15px;
    }

        .manufacturer-grid .manufacturer-item .picture {
            border-radius: 20px;
            height: 65px;
            width: 100%;
            border: none;
        }

            .manufacturer-grid .manufacturer-item .picture a {
                position: relative;
                display: block;
                height: 100%;
                width: 100%;
                /*border: 1px solid #D0DBEC;*/
                border-radius: 20px;
            }

                .manufacturer-grid .manufacturer-item .picture a:hover {
                    border-color: #2669F6;
                    /*box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);*/
                    overflow: hidden;
                }

                .manufacturer-grid .manufacturer-item .picture a img {
                    position: absolute;
                    margin: auto;
                    max-width: 100%;
                    max-height: 100%;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                }

        .manufacturer-grid .manufacturer-item .title {
            display: none;
        }

@media screen and (max-width: 767px) {
    .manufacturer-grid .manufacturer-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 500px) {
    .manufacturer-grid .manufacturer-item {
        width: 50%;
    }
}
/*
all categories css
=====================================*/
.cat-container {
    max-width: 1230px;
    padding: 0 15px;
    margin: 30px auto;
}

.all-categories {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 -10px;
    flex-wrap: wrap;
}

    .all-categories .category-items {
        position: relative;
        width: 33.3%;
        padding: 0 20px;
        margin-bottom: 20px;
        height: 155px;
        margin-bottom: 35px;
    }
        .all-categories .category-items .picture {
            width: 100%;
            height: 155px;
            border-radius: 40px;
            border: 1px solid #f2f2f2;
            overflow: hidden;
        }

.all-categories .category-items .picture > a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.all-categories .category-items .title {
    position: absolute;
    width: 100%;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.all-categories .category-items .title a {
    font-size:30px;
}

.all-categories .category-items .picture img {
    width: auto;
    max-height: 155px;
    margin: 0 auto;
    display: block;
    height: auto;
    max-width: 100%;
}

.category-items .title {
    position: absolute;
    width: calc(100% - 2rem);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

    .category-items .title a {
        display: block;
        text-decoration: none;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        padding: 1rem 0;
    }

.all-categories .category-items .picture a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    transition: 0.5s all ease;
}

.all-categories .category-items:hover .picture a:after {
    /*background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.1) 95%);*/
    background: rgba(0,0,0,0.35);
}

button.button-2.add-to-wishlist-button.wishlist-active {
    background-color: #2669F5;
}


@media screen and (max-width: 1000px) {
    .all-categories .category-items {
        width: 33.33%;
    }
}

@media screen and (max-width: 767px) {
    .all-categories .category-items {
        width: 50%;
    }
}
/*
brand page css
============================*/
.brandlist {
    margin: 25px 0;
}

    .brandlist .container {
        overflow: visible !important;
    }

.brandWrap.interrested.slick-initialized.slick-slider {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .brandWrap.interrested.slick-initialized.slick-slider .slick-arrow {
        top: -7px;
        transform: translateY(0%);
    }

.brandWrap .slick-list {
    margin: 0 -10px;
}

.brandWrap .slick-slide {
    margin: 0 10px;
}

.brandWrap .item-box {
    margin-bottom: 0;
}

    .brandWrap .item-box a {
        height: 37px;
        border: 1px solid #D0DBEC;
        border-radius: 10px;
        display: block;
        position: relative;
        filter: grayscale(1);
        transition: 0.5s all ease;
        overflow:hidden;
    }

        .brandWrap .item-box a:hover,
        .brandWrap .item-box a.active {
            border-color: #2669F6;
            box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
            filter: grayscale(0);
        }

    .brandWrap .item-box img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.breadcrumb.brand-page li span.delimiter {
    height: 10px;
}

.filterlist li.item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

    .filterlist li.item input[type="checkbox"] + label {
        position: relative;
        cursor: pointer;
        padding: 0;
        padding-left: 24px;
    }

        .filterlist li.item input[type="checkbox"] + label:before {
            content: '';
            margin-right: 10px;
            display: inline-block;
            vertical-align: text-top;
            width: 14px;
            height: 14px;
            background: white;
            border-radius: 1px;
            /*border: 1px solid #B6C3D8;*/
            position: absolute;
            left: 0;
            top: auto;
        }

li.item input[type="checkbox"]:hover + label:before {
    background: #93F0C5;
}

li.item input[type="checkbox"]:checked + label:before {
    background: #93F0C5;
}

li.item input[type="checkbox"]:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.product-filter .group .item label {
    position: relative;
}

li.item input[type="checkbox"]:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

li.item input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 47%;
    background: #000;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
    transform: rotate(45deg);
}
/*
contact-us page css
==============================*/
.page.contact-page .page-title {
    min-height: auto;
    margin-bottom: 10px;
}

    .page.contact-page .page-title h1 {
        text-align: center;
    }

.contactUs-banner {
    margin: 0px 0px 30px 0px;
    background: url("../Themes/DefaultClean/Content/images/contact-us-banner.jpg") top center;
    height: 220px;
    background-size: cover;
    position: relative;
    padding: 35px;
}

.contactus-info {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 20px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 420px;
    text-align: center;
}

    .contactus-info ul {
        padding: 0 0;
        margin: 0 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

        .contactus-info ul a {
            font-size: 14px;
            color: #7A7A7A;
            padding: 5px;
            display: block;
            text-align: center;
            transition: 0.5s all ease;
        }

            .contactus-info ul a:hover {
                color: #1E69F5 !important;
            }

            .contactus-info ul a i, .contactus-info ul a span {
                display: block;
                margin: 10px 0;
            }

            .contactus-info ul a i {
                font-size: 20px;
            }

.address-info h3 {
    margin: 0 0 10px;
    padding: 0 0 5px;
    font-family: SpaceGrotesk-Bold;
    font-size: 16px;
    font-weight: 700;
    color: #7A7A7A;
    text-align: left;
    border-bottom: 1px solid #7A7A7A;
}

.address-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .address-info.address-boxwrap {
        max-width: 30%;
        width: 100%;
    }

    .address-info .google-map {
        max-width: 70%;
        width: 100%;
        padding-left: 30px;
    }

.address-box {
    margin-bottom: 30px;
}

    .address-box ul li {
        margin-bottom: 10px;
        padding-left: 30px;
    }

        .address-box ul li, .address-box ul li a {
            font-size: 14px;
            font-weight: 400;
            color: #7A7A7A;
            font-family: SpaceGrotesk-Regular;
            position: relative;
            transition: 0.5s all ease;
        }

            .address-box ul li i {
                display: inline-block;
                font-size: 20px;
                color: #7A7A7A;
                width: 20px;
                height: 20px;
                transition: 0.5s all ease;
                position: absolute;
                left: 0;
                top: 0;
            }

            .address-box ul li a:hover {
                color: #1E69F5 !important;
            }

@media screen and (max-width: 900px) {
    .address-info {
        flex-direction: column;
    }

        .address-info > div {
            width: 100%;
            max-width: 100%;
            text-align: left;
        }

            .address-info > div.google-map, .address-info > div.google-map ifeame {
                width: 100% !important;
                max-width: 100%;
                padding: 0 0;
            }

    .contactus-info {
        min-width: 90%;
    }
}

/*
forgot password page css
===========================================*/
button.button-1.password-recovery-button,
button.button-1.contact-us-button {
    background: #95F1C5;
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 30px;
    padding: 15px 80px;
    cursor: pointer;
    transition: 0.5s all ease;
}

    button.button-1.password-recovery-button:hover,
    button.button-1.contact-us-button:hover {
        background: #1E69F5;
        color: #fff;
    }

.instock,
.Outstock {
    font-size: 14px;
    font-family: SpaceGrotesk-Bold;
    font-weight: 700;
    text-transform: initial;
    margin-bottom: 10px;
}

.instock {
    color: #13c313;
}

.Outstock {
    color: #fb0101;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
    outline: none;
}

button.out-of-stock,
button.out-of-stock:hover {
    background: #a1a3a2 !important;
    color: #565656 !important;
    cursor: default;
}
/*
order-details-page css
=================================*/
.page.order-details-page .page-title {
    padding: 0 0;
}

    .page.order-details-page .page-title h1 {
        border: none;
        text-align: left;
        font-size: 24px;
        font-weight: 700;
        font-family: SpaceGrotesk-Bold;
        color: #7A7A7A;
    }

.page.order-details-page {
    padding: 20px 0 0;
}

.order-details-area li {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
}

.order-details-area .title {
    font-family: SpaceGrotesk-Bold;
    font-size: 14px;
    font-weight: 700;
}

.page.order-details-page table.product-info-table th {
    color: rgb(122, 122, 122);
    text-align: center;
    background: rgb(233, 239, 255);
    font: bold 16px / 24px SpaceGrotesk-Bold, Helvetica, sans-serif;
    padding: 5px;
    border-color: transparent;
    border-width: 0;
}

.page.order-details-page table.product-info-table tr td {
    color: rgb(122, 122, 122);
    text-align: left;
    font: 14px / 24px SpaceGrotesk-Regular, Helvetica, sans-serif;
    padding: 5px;
    border: none;
}

.page.order-details-page table.product-info-table > tbody > tr:nth-of-type(2n) td {
    background: rgb(247, 249, 251);
}

.section.products .title {
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    color: #7A7A7A;
    padding: 0 0;
}

.order-details-page .order-details-area {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 -20px;
}

    .order-details-page .order-details-area > div {
        width: 50%;
        margin: 0 20px 40px;
    }

button.button-1.re-order-button {
    border: 1px solid transparent;
    font-family: SpaceGrotesk-Regular;
    font-weight: 400;
    font-size: 14px;
    transition: 0.5s all ease;
}

    button.button-1.re-order-button:hover {
        border-color: rgb(38, 105, 246);
        background: transparent !important;
        color: #565656;
    }

@media screen and (max-width: 900px) {
    /*.page.order-details-page table.product-info-table tr td {
        text-align: left !important;
    }
    table.cart tr td.product {
        position: relative;
    }
    table.cart tr td.product .message-error {
        position: absolute;
        left: 110px;
        top: 34px;
        max-width: 60%;
    }
    table.cart tr td.product .message-error span {
        font-size: 11px;
        line-height: 1;
        height: 100%;
        display: block;
        color: red;
        max-height: 12px;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
    /*.cart td.product a {
        display: -webkit-box !important;.cart tr
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }*/
}

@media screen and (max-width: 767px) {
    .order-details-page .order-details-area {
        flex-direction: column;
    }

        .order-details-page .order-details-area > div {
            width: 100%;
            margin: 0 0;
        }

    
}
/*
email-a-friend-page css
===========================*/

.page.email-a-friend-page {
    max-width: 600px;
    margin: 20px auto;
    /*box-shadow: 0px 3px 12px rgb(0 0 0 / 50%);*/
    padding: 20px;
    border: 1px solid #F2F2F2;
    border-radius: 20px;
}

.email-a-friend-page .page-title,
.email-a-friend-page .page-title h1 {
    margin: 0 0 0px;
    border-bottom: none;
    padding: 0 0;
    font-family: SpaceGrotesk-Bold;
    font-size: 24px;
    font-weight: 700;
    color: #7A7A7A;
    text-align: center;
}

.page.email-a-friend-page .fieldset {
    margin: 0 0 0;
}

.page.email-a-friend-page .form-fields {
    border: none;
    background: transparent;
}

    .page.email-a-friend-page .form-fields .inputs label {
        display: block;
        width: 100%;
        margin: 0 10px 0 0;
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        margin-bottom: 8px;
        color: #7A7A7A;
    }

    .page.email-a-friend-page .form-fields .inputs input[type="text"],
    .page.email-a-friend-page .form-fields .inputs input[type="email"],
    .page.email-a-friend-page .form-fields .inputs textarea {
        max-width: 100%;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        font-family: SpaceGrotesk-Regular;
        margin-bottom: 8px;
        color: #7A7A7A;
        background: #F7F9FB;
        border: none;
        outline: none;
        border-radius: 3px;
    }

button.button-1.send-email-a-friend-button {
    border: 1px solid transparent;
    text-transform: initial;
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    transition: 0.5s all ease;
}

    button.button-1.send-email-a-friend-button:hover {
        border-color: rgb(38, 105, 246);
        color: #7A7A7A;
        background: transparent;
    }



@media screen and (max-width: 1230px) {
    .category-grid.home-page-category-grid .item-grid .item-box {
        padding: 0 10px 20px;
    }

    .category-grid.home-page-category-grid .item-grid {
        margin: 0 -10px;
    }

    .full-description {
        text-align: left;
    }

    .search-box input.search-box-text,
    .ui-widget.ui-widget-content {
        width: 500px !important;
    }
}

@media screen and (max-width: 900px) {
    .category-grid.home-page-category-grid .item-grid {
        margin: 0 0px;
    }

    .brand-wrap {
        flex-direction: column;
    }

    .header-menuWrapper {
        padding: 0 0;
    }

    .category-grid.home-page-category-grid .item-box, .category-grid.home-page-category-grid .item-grid .item-box {
        margin-bottom: 20px;
        width: 100%;
        padding: 0 0;
    }

    .category-grid.home-page-category-grid .item-grid {
        margin: 0 0px;
    }

    .brand-wrap > .item-grid {
        width: 100%;
        padding-right: 0;
        margin: 0 -20px 20px;
    }

    .header-menu > ul > li:first-child {
        float: none;
    }

    .top-menu > li > a {
        display: block;
        min-height: 30px;
        padding: 5px 18px;
        font-size: 14px;
        color: #7A7A7A;
        font-family: SpaceGrotesk-Regular;
    }

    .top-menu > li > a.specialoffermobile {
        padding-left: 48px;
        color: #1E69F5;
        position: relative;
    }

    .top-menu > li > a.specialoffermobile:before{
        content: '';
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
        height: 24px;
        background: url("../Themes/DefaultClean/Content/images/special-offer-icon.svg") center top no-repeat;
    }

        .All-header-wrapper.m-show .admin-header-links,
        .All-header-wrapper.m-show .header-logo,
        .All-header-wrapper.m-show .menu-toggle,
        .All-header-wrapper.m-show .header-links-wrapper,
        .All-header-wrapper.m-show .top-headWrap {
            display: none;
        }

    .All-header-wrapper.m-show .header-lower {
        padding: 0 0;
    }
}

@media screen and (max-width: 767px) {
    .page.email-a-friend-page {
        max-width: 90%;
        margin: 20px auto;
        box-shadow: 0px 3px 12px rgb(0 0 0 / 50%);
        padding: 20px 0px;
    }

    button.button-2.product-box-add-to-cart-button {
        font-size: 10px;
    }

    .overview .button-1.add-to-cart-button:before {
        left: 15px;
    }

    .featured-product .slick-slide {
        margin: 0 3px;
    }

    .featured-product .slick-list {
        margin: 0 -3px;
    }

    .featured-product .slick-arrow {
        background-size: 20px;
        height: 20px;
        bottom: -45px;
        top: auto;
    }

    .featured-product .slick-prev.slick-arrow {
        left: 120px;
    }

    .featured-product .slick-next.slick-arrow {
        right: 120px;
    }
}

/*
top-head css
=======================*/
.top-headWrap {
    background: #2669F5;
    display: block;
}

    .top-headWrap .container {
        max-width: 1230px;
        padding: 0 15px;
        margin: 0 auto;
        width: 100%;
    }

.top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toppay-listing {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}

.free-dlv p {
    font-family: SpaceGrotesk-Regular;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .top-head {
        flex-direction: column;
        padding: 5px 0;
    }

    ul#products-orderby li {
        margin-right: 15px;
        margin-left: 0;
    }

        ul#products-orderby li a {
            font-size: 13px;
        }


}
/*
account-page.customer-info-page
==============================================*/
.page.account-page.customer-info-page .page-title,
.page.account-page.customer-info-page .page-title h1,
.page.account-page.address-list-page .page-title,
.page.account-page.address-list-page .page-title h1,
.page.account-page.order-list-page .page-title,
.page.account-page.order-list-page .page-title h1,
.page.account-page.downloadable-products-page .page-title,
.page.account-page.downloadable-products-page .page-title h1,
.page.account-page.back-in-stock-subscription-list-page .page-title,
.page.account-page.back-in-stock-subscription-list-page .page-title h1,
.page.account-page.reward-points-page .page-title,
.page.account-page.reward-points-page .page-title h1,
.page.account-page.change-password-page .page-title,
.page.account-page.change-password-page .page-title h1,
.page.account-page.my-product-reviews-list-page .page-title,
.page.account-page.my-product-reviews-list-page .page-title h1 {
    margin: 0 0 0px;
    border-bottom: none;
    padding: 0 0;
    font-family: SpaceGrotesk-Bold;
    font-size: 24px;
    font-weight: 700;
    color: #7A7A7A;
    text-align: left;
}

.page.account-page.customer-info-page .fieldset .title,
.page.account-page.address-list-page .section.address-item .title,
.page.account-page.order-list-page .section.order-item .title,
.page.account-page.reward-points-page .section.reward-points-history .title {
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px;
    font-family: SpaceGrotesk-Bold;
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 700;
}

.center-2 .inputs label, .center-2 .inputs input {
    font-size: 14px;
    font-weight: 400;
    font-family: SpaceGrotesk-Regular;
    color: #7A7A7A;
}

.page.account-page.customer-info-page .form-fields {
    border: none;
    background: transparent;
}

button#save-info-button,
button.button-1.add-address-button,
button.button-1.change-password-button {
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    text-transform: initial;
    transition: 0.5s all ease;
}

    button#save-info-button:hover,
    button.button-1.add-address-button:hover,
    button.button-1.change-password-button:hover {
        border-color: rgb(38, 105, 246);
        background: transparent;
        color: #7A7A7A;
    }

.address-list-page .button-2, .order-list-page .button-2 {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 700;
    font-family: SpaceGrotesk-Regular;
    transition: 0.5s all ease;
}

    .address-list-page .button-2:hover, .order-list-page .button-2:hover {
        color: rgb(38, 105, 246);
    }

.address-list-page .info, .order-list-page .info {
    margin: 0 0 10px;
    border-top: none;
    background-color: transparent;
    padding: 20px;
    line-height: 26px;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Regular;
    font-weight: 400;
    font-size: 14px;
}

.page.account-page.change-password-page .form-fields {
    border: none;
    background: transparent;
}

.product-review-item .review-item-head {
    border: 1px solid #E9EFFF;
    overflow: hidden;
    background-color: #E9EFFF;
    padding: 10px;
}

.product-review-item .review-title,
.product-review-item .review-title strong {
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 700;
    font-family: SpaceGrotesk-Regular;
    transition: 0.5s all ease;
}

.product-review-item .review-text {
    margin: 0 0 15px;
    line-height: 22px;
    color: #7A7A7A;
    font-family: SpaceGrotesk-Regular;
    font-size: 14px;
    font-weight: 400;
}

html.html-compare-products-page a.m-filterBtn {
    top: 75px;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #F7F9FB inset !important;
}

.page.registration-result-page .page-title,
.page.registration-result-page .page-title h1,
.compare-products-page .page-title,
.compare-products-page .page-title h1 {
    font-size: 24px;
    color: #7A7A7A;
    font-weight: 700;
    text-align: center;
    font-family: SpaceGrotesk-Bold;
    border: none;
}

.registration-result-page .button-1 {
    text-transform: initial;
    font-family: SpaceGrotesk-Bold;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid transparent;
    transition: 0.5s all ease;
}

    .registration-result-page .button-1:hover {
        background: transparent;
        color: #7A7A7A;
        border-color: rgb(38, 105, 246);
    }

.crosssell.featured-product .item-box {
    border-color: #D9D9D9;
}

.slick-track {
    float: left;
}

.product-filter .group .item label span.pull-right {
    padding-left: 5px;
    float: none;
    display: inline-block;
}

html.html-account-page a.m-filterBtn {
    top: 15px;
    font-size: 0;
    left: auto;
    right: 0;
}

    html.html-account-page a.m-filterBtn:after {
        content: 'My account';
        font-size: 14px;
    }

tr.product-price td {
    color: #2669F6;
}

.page.account-page.address-edit-page .NewAddressBox .formColumnfull input,
.page.account-page.address-edit-page .NewAddressBox .formColumnfull select,
.page.account-page.address-edit-page .NewAddressBox .formColumn50 select,
.page.account-page.address-edit-page .NewAddressBox .formColumn50 input {
    width: 100%;
    margin: 10px 0;
    height: 40px;
}

.page.account-page.address-edit-page {
    max-width: 630px;
    margin: 20px auto;
}

    .page.account-page.address-edit-page .page-title,
    .page.account-page.address-edit-page .page-title h1 {
        margin: 0 0 0px;
        border-bottom: none;
        padding: 0 0;
        font-family: SpaceGrotesk-Bold;
        font-size: 24px;
        font-weight: 700;
        color: #7A7A7A;
        text-align: center;
    }

span.orderConfirmText {
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 0 10px;
    font-family: SpaceGrotesk-Bold;
    font-size: 16px;
    color: #7A7A7A;
    font-weight: 700;
    display: block;
}

/* width */
.ui-widget.ui-widget-content::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.ui-widget.ui-widget-content::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 3px;
}

/* Handle */
.ui-widget.ui-widget-content::-webkit-scrollbar-thumb {
    background: #95F1C5;
    border-radius: 3px;
}

    /* Handle on hover */
    .ui-widget.ui-widget-content::-webkit-scrollbar-thumb:hover {
        background: #2669F6;
    }

.no-result {
    text-align: center;
}
.product-filter.price-range-filter .filter-title {
    padding-top: 0;
}
.side-2 .product-filters {
    position: relative;
}
    .side-2 .product-filters:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        width: 100%;
        height: 25px;
        -webkit-border-top-left-radius: 20px;
        -webkit-border-top-right-radius: 20px;
        -moz-border-radius-topleft: 20px;
        -moz-border-radius-topright: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-top: 1px solid #ccc;
        background: #f2f2f2;
    }


.aboutPan {
    clear: both;
    margin: 0 0 50px;
    background: #F2F2F2;
    overflow: hidden;
    border-radius: 40px;
}

.AboutTopLeft, .AboutBottomLeft {
    width: 30%;
    float: left;
    box-sizing: border-box;
}

.AboutTopRight, .AboutBottomRight {
    width: 70%;
    float: left;
    box-sizing: border-box;
}
.AboutTopRight img, .AboutBottomLeft img {
    max-width:100%;
    display:block;
}
.AboutTopLeft, .AboutBottomRight {
    padding: 25px;
}

@media screen and (max-width: 1000px) {


    .AboutTopLeft, .AboutBottomLeft {
        width: 100%;
    }

    .AboutTopRight, .AboutBottomRight {
        width: 100%;
    }
    .AboutBottomLeft {
        display:none;
    }



    .search-box input.search-box-text {
        width: 100% !important;
    }


    .ui-widget.ui-widget-content {
        width: 90% !important;
        border-radius: 20px;
        max-height: 350px;
        overflow-y: scroll;
        top: auto !important;
        bottom: 60px;
    }

    .ui-autocomplete img {
        display: inline;
    }

    .side-2 .ui-widget.ui-widget-content {
        width: 90% !important;
        border-radius: 20px;
        max-height: 350px;
        overflow: visible;
        bottom:0;
    }



}

@media screen and (max-width: 900px) {
    .page.account-page.customer-info-page,
    .page.account-page.address-list-page,
    .page.account-page.order-list-page,
    .page.account-page.downloadable-products-page,
    .page.account-page.back-in-stock-subscription-list-page,
    .page.account-page.reward-points-page,
    .page.account-page.change-password-page,
    .page.account-page.my-product-reviews-list-page,
    .page.account-page.address-edit-page {
        margin-top: 50px;
    }

    .block .listbox {
        display: block;
    }

    .slider.slider-nav.thumb-image,
    .banner-slider .slider.slider-nav {
        border-right: none;
        border-top: 1px solid #DBE6F8;
    }

    ul.top-menu.mobile {
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 260px;
    }

    .allProducts .item-grid {
        max-height: 44vh;
        overflow-y: scroll;
        width: 50%;
    }

    .allProducts .picture {
        width: 50%;
    }

    .allProducts .item-grid .item-box {
        width: 100%;
    }
    /*
    cart table responsive
    ===================================*/
    .cart tr {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    table.cart tr td.sku,
    table.cart tr td.add-to-cart,
    table.cart tr td.product,
    table.cart td.unit-price,
    .cart td.subtotal {
        border-bottom: none;
        text-align: left;
        padding: 5px 5px 25px 100px;
        display: block;
    }

    table.cart tr td.sku,
    table.cart tr td.add-to-cart {
        padding: 5px 50px 5px 100px;
    }

    .cart td.product-picture {
        position: absolute;
        border-bottom: none;
        border-top: none;
        left: 0;
        top: 0;
        z-index: 99;
    }

    .cart td.subtotal {
        padding: 5px 5px 10px 110px;
    }

    .cart td.product {
        min-height: 55px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .cart td.quantity {
        position: absolute;
        left: 0;
        top: 110px;
    }

    .cart td.remove-from-cart {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        width: 25px;
        height: 25px;
        padding: 0;
        display: block;
    }

    .wishlist-content .cart td.quantity {
        position: absolute;
        left: 0;
        top: 145px;
    }
}
/*
mobile responsive finetuning
============================================*/
@media screen and (max-width: 767px) {
    .slider-wrapper.theme-custom {
        margin: 0px auto 20px !important;
        border-radius: 0;
    }

    img.cat-banner {
        border-radius: 0;
    }

    .category-grid.home-page-category-grid,
    .product-grid.home-page-product-grid,
    .news-list-homepage {
        margin: 0 auto 20px;
    }

    .pager li.next-page a, .pager li.previous-page a {
        font-size: 0;
        min-width: 30px;
    }

        .pager li.next-page a:before,
        .pager li.previous-page a:before {
            font-size: 20px;
        }

        .pager li.next-page a:before {
            right: 10px;
        }

        .pager li.previous-page a:before {
            left: 10px;
        }

    .page.account-page.change-password-page .inputs label {
        text-align: left;
    }

    .page.account-page.customer-info-page .inputs label {
        text-align: left;
    }

    .login-page .returning-wrapper .inputs.reversed > div {
        width: 100%;
    }

    .footer-upper .footer-block:first-of-type {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
}




.ui-state-default, .ui-widget-content .ui-state-default {
    border-radius:50%;
}
.product-filter.price-range-filter .filter-title strong {
    font-weight: bold;
}
.ui-menu .ui-menu-item-wrapper {
    display:flex;
    align-items:center;
}
.ui-menu .ui-menu-item-wrapper img {
    width:100px;
}
.product-essential .product-description .title strong {
    color: #000;
}


.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 0;
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: auto;
    user-select: none;
}

.tab-slider--trigger {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 50px;
    position: relative;
    margin-right: 0;
    z-index: 2;
    cursor: pointer;
    display: block;
    float: left;
    transition: color 250ms ease-in-out;
    user-select: none;
    font-family: 'Arial';
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .tab-slider--trigger strong {
        font-weight: 600;
    }

    .tab-slider--trigger.active {
        background: #f2f2f2;
    }

.tab-slider--body {
    margin-bottom: 0;
}

.tab-slider--container {
    clear: both;
    background: #f2f2f2;
    padding: 15px;
    -webkit-border-radius: 30px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-topleft: 0;
    border-radius: 30px;
    border-top-left-radius: 0;
    margin: 0 0 30px;
}
.tab-slider--container .tab-slider--body {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-height: 190px;
    min-height: 190px;
    overflow-y: auto;
}
.tab-slider--container .tab-slider--body ul {
    width: 50%;
}
.tab-slider--container .tab-slider--body ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: Arial;
    color: #333;
    margin-bottom: 10px;
    text-align:left;
    line-height:22px;
}
.tab-slider--container .tab-slider--body p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial';
    color: #333;
    margin-bottom: 10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .tab-slider--container .tab-slider--body ul {
        width: 100%;
    }
    .tab-slider--container .tab-slider--body ul li,
    .tab-slider--container .tab-slider--body p {
        /*text-align:center;*/
    }
    .tab-slider--trigger {
        text-align: center;
        padding: 10px;
        margin-right: 0;
        -webkit-border-radius: 10px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .tab-slider--container {
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
    }

    .master-wrapper-content {
        padding-top: 164px;
    }
    .master-wrapper-content.afterLogin {
        padding-top: 197px;
    }
}
@media screen and (max-width: 400px) {
    .tab-slider--trigger {
        font-size:12px;
    }
    .tab-slider--trigger strong {
        font-weight: 500;
    }
}

@media screen and (min-width: 480px) {
    .side-2 .ui-widget.ui-widget-content {
        width: 86% !important;
        border-radius: 20px;
        max-height: 350px;
        overflow-y: visible;
        overflow-x: visible;
        margin: 0 auto !important;
        bottom:0;
    }
}


.search-box .ui-menu .ui-menu-item-wrapper img {
    width: auto;
    max-width: 80px;
    max-height: 40px;
    margin: 0 auto !important;
}
.search-box .ui-autocomplete a {
    padding: 8px !important;
}

.auto-unit-price {
    padding-left:10px;
    margin-left:10px;
    border-left:1px solid #ddd;
}
.search-box .ui-autocomplete a {
    color: #333 !important;
    font-weight: 600;
    line-height: 20px !important;
}
.search-box .ui-autocomplete a span span {
    color: #777;
    font-weight: 400;
}

.SearchProImg {
    width:80px;
}
.search-box .ui-menu .ui-menu-item-wrapper div {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    height: 50px;
}

.page.not-found-page .page-title h1 {
    font-size: 42px;
    font-weight: 700;
    font-family: SpaceGrotesk-Bold;
    color: #333333;
}

.page.not-found-page .page-title {
    min-height: 0;
    margin: 10px 0 0;
    border-bottom: 0;
    padding: 0 10px;
    text-align: left;
}
.page.not-found-page p {
    margin: 13px 13px 18px;
}

.page.not-found-page {
    padding: 30px;
    background: #f2f2f2;
    margin: 30px 0 0;
    border-radius: 40px;
}
.search-box .ui-autocomplete a span.strike-through {
    position:relative;
}
.search-box .ui-autocomplete a span.strike-through:after {
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    height:1px;
    width:100%;
    border-top:1px solid #777;
}

 .message-failure {
    padding: 5px 5px 5px 10px;
    color: red;
    display: flex;
}
.current-code, .current-code, .message-success {
    padding: 5px 5px 5px 10px;
    color: green;
    display: flex;
}
.message-success span, .current-code span, .current-code span {
    padding-right:10px;
}

.search-box.store-search-box .ui-widget.ui-widget-content {
    width: 800px !important;
    border-radius: 20px;
    max-height: 350px;
    overflow-y: auto;
}
@media screen and (max-width: 1230px) {
    .search-box.store-search-box .ui-widget.ui-widget-content {
        width: 600px !important;
    }
}
@media screen and (max-width: 1000px) {
    .search-box.store-search-box .ui-widget.ui-widget-content {
        width: 90% !important;
    }
/*}

@media screen and (max-width: 1000px) {*/
    .header-menu > ul > li:first-child {
        padding: 5px 4px;
        float: none;
        min-width: auto;
    }
    .cart-collaterals .title, .cart-collaterals .hint {
        text-align: left;
    }
    .cart tr {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

    table.cart tr td.sku, table.cart tr td.add-to-cart {
        padding: 5px 50px 5px 100px;
    }
    table.cart tr td.add-to-cart {
        text-align: left;
    }
    table.cart tr td.sku {
        overflow: hidden;
        width: 100%;
        min-height: 55px;
        max-height: 55px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cart td.product-picture {
        position: absolute;
        border-bottom: none;
        border-top: none;
        left: 0;
        top: 0;
        max-width: 95px;
        min-width: 95px;
        text-align: center
    }
    table.cart tr td.product {
        border-bottom: none;
        text-align: left;
        padding: 5px 5px 18px 100px;
        max-height: 55px;
        min-height: 55px;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .cart td.unit-price {
        border-bottom: none;
        text-align: left;
        padding: 5px 5px 5px 100px;
        display: block;
    }
    .cart td.quantity {
        position: absolute;
        left: 0;
        top: 110px;
        display: inline-block;
        padding: 0 0px 0 10px;
        vertical-align: middle;
    }
    .cart td.subtotal {
        border-bottom: none;
        text-align: left;
        padding: 5px 5px 5px 100px;
        display: block;
    }
    .cart td.remove-from-cart {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: transparent;
        width: 25px;
        height: 25px;
        padding: 0;
        display: block;
        text-align: center;
    }
    .page.order-details-page table.product-info-table tr td {
        text-align: left !important;
    }

    table.cart tr td.product {
        position: relative;
    }

    table.cart tr td.product .message-error {
        position: absolute;
        left: 100px;
        top: 34px;
        max-width: 60%;
    }

    table.cart tr td.product .message-error span {
        font-size: 11px;
        line-height: 1;
        height: 100%;
        display: block;
        color: red;
        max-height: 12px;
        display: -webkit-box !important;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    table.cart tr td {
        font: 14px / 18px SpaceGrotesk-, Helvetica, sans-serif;
    }
        table.cart tr td.product .product-name {
            color: #000;
            font-family: 'Arial';
            max-height: 35px;
            min-height: 35px;
            display: -webkit-box !important;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
}
.page.store-closed-page {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    overflow: hidden;
    text-align:center;
}

@media screen and (max-width: 850px) and (min-width: 767px) {
    .cart td.product {
        max-height: 68px;
        min-height: 68px;
    }

    .cart td.quantity {
        position: absolute;
        left: 0;
        top: 120px;
    }

    .cart tr {
        width: 46%;
        margin: 40px 2% 0;
    }

        .cart tr:nth-child(3n+1) {
            clear: unset;
        }

        .cart tr:nth-child(2n+1) {
            clear: both;
        }

    .wishlist-content table.cart td.unit-price {
        padding: 8px 5px 8px 100px;
    }

    table.cart td.unit-price {
        padding: 16px 5px 8px 100px;
    }
}

@media screen and (max-width: 1080px){
    .overview .button-1.add-to-cart-button {
        font-size: 12px;
    }

    .overview .amazone_link_btn span {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    .overview .button-1.add-to-cart-button,
    .overview .amazone_link_btn {
        max-width: 160px;
    }
    .overview .button-1.add-to-cart-button {
        font-size: 16px;
    }

    .overview .amazone_link_btn span {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .overview .button-1.add-to-cart-button {
        font-size: 14px;
    }

    .overview .amazone_link_btn span {
        font-size: 10px;
    }
    button#AmazonProductLink img{
        width: 70%;
    }
}

@media screen and (max-width: 400px) {
    .overview .button-1.add-to-cart-button {
        font-size: 12px;
    }
}
@media screen and (max-width: 385px) {
    .overview .button-1.add-to-cart-button {
        font-size: 10px;
    }

    .overview .amazone_link_btn span {
        font-size: 8px;
    }
}
