/*!
 *  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("../font/fontawesome-webfont.eot?v=4.7.0");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=4.7.0")
            format("embedded-opentype"),
        url("../font/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
        url("../font/fontawesome-webfont.woff?v=4.7.0") format("woff"),
        url("../font/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
        url("../font/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
            format("svg");
    font-weight: normal;
    font-style: normal;
}
.welcome, .compare-link, .message, html body a.action.tocompare {
    display: none !important;
}
.nav-3-5, .nav-3-6{
    display: none !important;
}
.collection-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 20px;
}
.collection-list{
    position: relative;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
}
.collection-list:hover{
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.2);
}
.collection-list img{
    border-radius: 4px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.collection-list p {
    position: absolute;
    width: 65%;
    right: 0;
    bottom: 0;
    background: #000;
    padding: 5px 10px 5px 20px;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.category-view{
    display: none;
}

@media (max-width: 1365px){
    .collection-container {
        grid-template-columns: auto auto auto;
    }
}
@media (max-width: 1024px){
    .collection-container {
        grid-template-columns: auto auto;
    }
}
@media (max-width: 640px){
    .collection-container {
        grid-template-columns: auto;
    }
}
@media (max-width: 480px){
    .collection-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.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: 0.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: 0.14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right {
    margin-left: 0.3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: 0.3em;
}
.fa.pull-right {
    margin-left: 0.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;
}
/* Custom CSS*/
@font-face {
    font-family: "porto";
    src: url("../font/porto.eot?43147562");
    src: url("../font/porto.eot?43147562#iefix") format("embedded-opentype"),
        url("../font/porto.woff?43147562") format("woff"),
        url("../font/porto.ttf?43147562") format("truetype"),
        url("../font/porto.svg?43147562#porto") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
}

.icon-spin1:before {
    content: "\e800";
} /* 'Ã® â‚¬' */
.icon-spin2:before {
    content: "\e801";
} /* 'Ã® Â' */
.icon-spin3:before {
    content: "\e802";
} /* 'Ã® â€š' */
.icon-spin4:before {
    content: "\e803";
} /* 'Ã® Æ’' */
.icon-spin5:before {
    content: "\e804";
} /* 'Ã® â€ž' */
.icon-spin6:before {
    content: "\e805";
} /* 'Ã® â€¦' */
.icon-firefox:before {
    content: "\e806";
} /* 'Ã® â€ ' */
.icon-chrome:before {
    content: "\e807";
} /* 'Ã® â€¡' */
.icon-opera:before {
    content: "\e808";
} /* 'Ã® Ë†' */
.icon-ie:before {
    content: "\e809";
} /* 'Ã® â€°' */
.icon-phone:before {
    content: "\e80a";
} /* 'Ã® Å ' */
.icon-down-dir:before {
    content: "\e80b";
} /* 'Ã® â€¹' */
.icon-cart:before {
    content: "\e80c";
} /* 'Ã® Å’' */
.icon-up-dir:before {
    content: "\e80d";
} /* 'Ã® Â' */
.icon-mode-grid:before {
    content: "\e80e";
} /* 'Ã® Å½' */
.icon-mode-list:before {
    content: "\e80f";
} /* 'Ã® Â' */
.icon-compare:before {
    content: "\e810";
} /* 'Ã® Â' */
.icon-wishlist:before {
    content: "\e811";
} /* 'Ã® â€˜' */
.icon-search:before {
    content: "\e812";
} /* 'Ã® â€™' */
.icon-left-dir:before {
    content: "\e813";
} /* 'Ã® â€œ' */
.icon-right-dir:before {
    content: "\e814";
} /* 'Ã® â€' */
.icon-down-open:before {
    content: "\e815";
} /* 'Ã® â€¢' */
.icon-left-open:before {
    content: "\e816";
} /* 'Ã® â€“' */
.icon-right-open:before {
    content: "\e817";
} /* 'Ã® â€”' */
.icon-up-open:before {
    content: "\e818";
} /* 'Ã® Ëœ' */
.icon-angle-left:before {
    content: "\e819";
} /* 'Ã® â„¢' */
.icon-angle-right:before {
    content: "\e81a";
} /* 'Ã® Å¡' */
.icon-angle-up:before {
    content: "\e81b";
} /* 'Ã® â€º' */
.icon-angle-down:before {
    content: "\e81c";
} /* 'Ã® Å“' */
.icon-down:before {
    content: "\e81d";
} /* 'Ã® Â' */
.icon-left:before {
    content: "\e81e";
} /* 'Ã® Å¾' */
.icon-right:before {
    content: "\e81f";
} /* 'Ã® Å¸' */
.icon-up:before {
    content: "\e820";
} /* 'Ã®  ' */
.icon-angle-double-left:before {
    content: "\e821";
} /* 'Ã® Â¡' */
.icon-angle-double-right:before {
    content: "\e822";
} /* 'Ã® Â¢' */
.icon-angle-double-up:before {
    content: "\e823";
} /* 'Ã® Â£' */
.icon-angle-double-down:before {
    content: "\e824";
} /* 'Ã® Â¤' */
.icon-mail:before {
    content: "\e825";
} /* 'Ã® Â¥' */
.icon-location:before {
    content: "\e826";
} /* 'Ã® Â¦' */
.icon-skype:before {
    content: "\e827";
} /* 'Ã® Â§' */
.icon-right-open-big:before {
    content: "\e828";
} /* 'Ã® Â¨' */
.icon-left-open-big:before {
    content: "\e829";
} /* 'Ã® Â©' */
.icon-down-open-big:before {
    content: "\e82a";
} /* 'Ã® Âª' */
.icon-up-open-big:before {
    content: "\e82b";
} /* 'Ã® Â«' */
.icon-cancel:before {
    content: "\e82c";
} /* 'Ã® Â¬' */
.icon-user:before {
    content: "\e82d";
} /* 'Ã® Â­' */
.icon-mail-alt:before {
    content: "\e82e";
} /* 'Ã® Â®' */
.icon-fax:before {
    content: "\e82f";
} /* 'Ã® Â¯' */
.icon-lock:before {
    content: "\e830";
} /* 'Ã® Â°' */
.icon-company:before {
    content: "\e831";
} /* 'Ã® Â±' */
.icon-city:before {
    content: "\e832";
} /* 'Ã® Â²' */
.icon-post:before {
    content: "\e833";
} /* 'Ã® Â³' */
.icon-country:before {
    content: "\e834";
} /* 'Ã® Â´' */
.icon-calendar:before {
    content: "\e835";
} /* 'Ã® Âµ' */
.icon-doc:before {
    content: "\e836";
} /* 'Ã® Â¶' */
.icon-mobile:before {
    content: "\e837";
} /* 'Ã® Â·' */
.icon-clock:before {
    content: "\e838";
} /* 'Ã® Â¸' */
.icon-chat:before {
    content: "\e839";
} /* 'Ã® Â¹' */
.icon-tag:before {
    content: "\e83a";
} /* 'Ã® Âº' */
.icon-folder:before {
    content: "\e83b";
} /* 'Ã® Â»' */
.icon-folder-open:before {
    content: "\e83c";
} /* 'Ã® Â¼' */
.icon-forward:before {
    content: "\e83d";
} /* 'Ã® Â½' */
.icon-reply:before {
    content: "\e83e";
} /* 'Ã® Â¾' */
.icon-cog:before {
    content: "\e83f";
} /* 'Ã® Â¿' */
.icon-cog-alt:before {
    content: "\e840";
} /* 'Ã®Â¡â‚¬' */
.icon-wrench:before {
    content: "\e841";
} /* 'Ã®Â¡Â' */
.icon-quote-left:before {
    content: "\e842";
} /* 'Ã®Â¡â€š' */
.icon-quote-right:before {
    content: "\e843";
} /* 'Ã®Â¡Æ’' */
.icon-gift:before {
    content: "\e844";
} /* 'Ã®Â¡â€ž' */
.icon-dollar:before {
    content: "\e845";
} /* 'Ã®Â¡â€¦' */
.icon-euro:before {
    content: "\e846";
} /* 'Ã®Â¡â€ ' */
.icon-pound:before {
    content: "\e847";
} /* 'Ã®Â¡â€¡' */
.icon-rupee:before {
    content: "\e848";
} /* 'Ã®Â¡Ë†' */
.icon-yen:before {
    content: "\e849";
} /* 'Ã®Â¡â€°' */
.icon-rouble:before {
    content: "\e84a";
} /* 'Ã®Â¡Å ' */
.icon-try:before {
    content: "\e84b";
} /* 'Ã®Â¡â€¹' */
.icon-won:before {
    content: "\e84c";
} /* 'Ã®Â¡Å’' */
.icon-bitcoin:before {
    content: "\e84d";
} /* 'Ã®Â¡Â' */
.icon-ok:before {
    content: "\e84e";
} /* 'Ã®Â¡Å½' */
.icon-chevron-left:before {
    content: "\e84f";
} /* 'Ã®Â¡Â' */
.icon-chevron-right:before {
    content: "\e850";
} /* 'Ã®Â¡Â' */
.icon-export:before {
    content: "\e851";
} /* 'Ã®Â¡â€˜' */
.icon-star:before {
    content: "\e852";
} /* 'Ã®Â¡â€™' */
.icon-star-empty:before {
    content: "\e853";
} /* 'Ã®Â¡â€œ' */
.icon-plus-squared:before {
    content: "\e854";
} /* 'Ã®Â¡â€' */
.icon-minus-squared:before {
    content: "\e855";
} /* 'Ã®Â¡â€¢' */
.icon-plus-squared-alt:before {
    content: "\e856";
} /* 'Ã®Â¡â€“' */
.icon-minus-squared-alt:before {
    content: "\e857";
} /* 'Ã®Â¡â€”' */
.icon-truck:before {
    content: "\e858";
} /* 'Ã®Â¡Ëœ' */
.icon-lifebuoy:before {
    content: "\e859";
} /* 'Ã®Â¡â„¢' */
.icon-pencil:before {
    content: "\e85a";
} /* 'Ã®Â¡Å¡' */
.icon-users:before {
    content: "\e85b";
} /* 'Ã®Â¡â€º' */
.icon-video:before {
    content: "\e85c";
} /* 'Ã®Â¡Å“' */
.icon-menu:before {
    content: "\e85d";
} /* 'Ã®Â¡Â' */
.icon-desktop:before {
    content: "\e85e";
} /* 'Ã®Â¡Å¾' */
.icon-doc-inv:before {
    content: "\e85f";
} /* 'Ã®Â¡Å¸' */
.icon-circle:before {
    content: "\e860";
} /* 'Ã®Â¡ ' */
.icon-circle-empty:before {
    content: "\e861";
} /* 'Ã®Â¡Â¡' */
.icon-circle-thin:before {
    content: "\e862";
} /* 'Ã®Â¡Â¢' */
.icon-mini-cart:before {
    content: "\e863";
} /* 'Ã®Â¡Â£' */
.icon-paper-plane:before {
    content: "\e864";
} /* 'Ã®Â¡Â¤' */
.icon-attention-alt:before {
    content: "\e865";
} /* 'Ã®Â¡Â¥' */
.icon-info:before {
    content: "\e866";
} /* 'Ã®Â¡Â¦' */
.icon-compare-link:before {
    content: "\e867";
} /* 'Ã®Â¡Â§' */
/*=====================================================
Header
=====================================================*/
@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-Medium.eot");
    src: url("../font/Raleway-Medium.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-Medium.woff2") format("woff2"),
        url("../font/Raleway-Medium.woff") format("woff"),
        url("../font/Raleway-Medium.ttf") format("truetype"),
        url("../font/Raleway-Medium.svg#Raleway-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-MediumItalic.eot");
    src: url("../font/Raleway-MediumItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Raleway-MediumItalic.woff2") format("woff2"),
        url("../font/Raleway-MediumItalic.woff") format("woff"),
        url("../font/Raleway-MediumItalic.ttf") format("truetype"),
        url("../font/Raleway-MediumItalic.svg#Raleway-MediumItalic")
            format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-SemiBoldItalic.eot");
    src: url("../font/Raleway-SemiBoldItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Raleway-SemiBoldItalic.woff2") format("woff2"),
        url("../font/Raleway-SemiBoldItalic.woff") format("woff"),
        url("../font/Raleway-SemiBoldItalic.ttf") format("truetype"),
        url("../font/Raleway-SemiBoldItalic.svg#Raleway-SemiBoldItalic")
            format("svg");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-SemiBold.eot");
    src: url("../font/Raleway-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-SemiBold.woff2") format("woff2"),
        url("../font/Raleway-SemiBold.woff") format("woff"),
        url("../font/Raleway-SemiBold.ttf") format("truetype"),
        url("../font/Raleway-SemiBold.svg#Raleway-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-Regular.eot");
    src: url("../font/Raleway-Regular.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-Regular.woff2") format("woff2"),
        url("../font/Raleway-Regular.woff") format("woff"),
        url("../font/Raleway-Regular.ttf") format("truetype"),
        url("../font/Raleway-Regular.svg#Raleway-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-Bold.eot");
    src: url("../font/Raleway-Bold.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-Bold.woff2") format("woff2"),
        url("../font/Raleway-Bold.woff") format("woff"),
        url("../font/Raleway-Bold.ttf") format("truetype"),
        url("../font/Raleway-Bold.svg#Raleway-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-BlackItalic.eot");
    src: url("../font/Raleway-BlackItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Raleway-BlackItalic.woff2") format("woff2"),
        url("../font/Raleway-BlackItalic.woff") format("woff"),
        url("../font/Raleway-BlackItalic.ttf") format("truetype"),
        url("../font/Raleway-BlackItalic.svg#Raleway-BlackItalic") format("svg");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-BoldItalic.eot");
    src: url("../font/Raleway-BoldItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Raleway-BoldItalic.woff2") format("woff2"),
        url("../font/Raleway-BoldItalic.woff") format("woff"),
        url("../font/Raleway-BoldItalic.ttf") format("truetype"),
        url("../font/Raleway-BoldItalic.svg#Raleway-BoldItalic") format("svg");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-Black.eot");
    src: url("../font/Raleway-Black.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-Black.woff2") format("woff2"),
        url("../font/Raleway-Black.woff") format("woff"),
        url("../font/Raleway-Black.ttf") format("truetype"),
        url("../font/Raleway-Black.svg#Raleway-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-ExtraBold.eot");
    src: url("../font/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"),
        url("../font/Raleway-ExtraBold.woff2") format("woff2"),
        url("../font/Raleway-ExtraBold.woff") format("woff"),
        url("../font/Raleway-ExtraBold.ttf") format("truetype"),
        url("../font/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Raleway";
    src: url("../font/Raleway-ExtraBoldItalic.eot");
    src: url("../font/Raleway-ExtraBoldItalic.eot?#iefix")
            format("embedded-opentype"),
        url("../font/Raleway-ExtraBoldItalic.woff2") format("woff2"),
        url("../font/Raleway-ExtraBoldItalic.woff") format("woff"),
        url("../font/Raleway-ExtraBoldItalic.ttf") format("truetype"),
        url("../font/Raleway-ExtraBoldItalic.svg#Raleway-ExtraBoldItalic")
            format("svg");
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}
html,
body {
    overflow-x: hidden;
    font-family: "Raleway" !important;
}
a {
    text-decoration: none;
    transition: all 0.3s;
}
body > .page-wrapper {
    display: block;
    display: block;
    display: block;
    -webkit-flex-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    min-height: 10px;
}
.page-header .header.panel {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
}
a.welcome-default,
.header.panel > .header.links > li.welcome a {
    color: #000000 !important;
    text-decoration: none;
}
.action.skip.contentarea {
    position: relative;
}
.header.panel > .header.links > li {
    position: relative;
}
.header.panel > .header.links > li:last-child::before {
    display: none;
}
.header-contact {
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    margin-top: -5px;
}
.header.panel > .header.links > li.greet.welcome span.logged-in {
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    font-weight: 400;
}
.header-contact a {
    color: #000;
    font-size: 22px;
    text-decoration: none;
}
.header-contact a:hover {
    color: #000;
}
.block.block-search {
    margin-top: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}
.navigation,
.nav-sections {
    background: transparent !important;
}
.navigation .level0 > .level-top,
a.ui-corner-all {
    margin-right: 10px;
    color: #828385 !important;
    line-height: 24px !important;
    padding: 0 12px !important;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    outline: none;
}
.header.panel > .header.links > li > a {
    margin: 3px 20px 3px 0;
    text-align: left;
    float: right;
    font-size: 11px;
    line-height: 19px;
    text-transform: uppercase;
    color: #fff !important;
    /* color: #000 !important; */
}
.header.panel > .header.links > li > a:hover {
    color: #fff !important;
}
.navigation ul {
    text-align: left;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after {
    position: relative;
    left: 3px;
    font-size: 10px !important;
}
header .logo {
    max-width: 300px;
    margin-bottom: 0;
    top: -10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.page-header {
    margin: 0px !important;
    margin-bottom: 10px !important;
    border: none !important;
    padding-bottom: 0 !important;
}
.header.content {
    padding: 10px 20px 0 !important;
    padding-bottom: 0 !important;
}
input#search {
    height: 34px;
    padding: 8px 15px;
    line-height: 20px;
    color: #999;
    font-family: Arial;
    padding-right: 35px;
}
input#search:focus {
    box-shadow: none;
}
.block-search .control {
    border: none;
}
.minicart-wrapper {
    margin-top: -5px;
}
.navigation .level0 .submenu {
    border-radius: 0;
    padding: 5px 0 !important;
    min-width: 180px !important;
    width: auto;
    box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.3) !important;
    border-top: 5px solid #fecc0b !important;
    left: 12px !important;
}
.navigation .level0 .submenu a {
    margin-right: 0;
    white-space: normal;
}
.navigation .level0 .submenu a {
    border: 0;
    padding: 10px 30px 10px 5px;
    margin: 0 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #777 !important;
    font-weight: 400;
    text-transform: capitalize;
}
.navigation .level0 .submenu li.parent > a > .ui-menu-icon::after {
    position: relative;
    right: 10px;
}
.navigation .level0 .submenu::before {
    display: none !important;
}
.logo {
    margin: 0 !important;
}
.page-print .logo {
    width: 360px;
}
.navigation li.level0.nav-8 a {
    color: red !important;
}
.customer-welcome .action.switch {
    color: #484747 !important;
}
/* Add To Compare Popup*/
.compare-link {
    display: inline-block;
    font-size: 11px;
    line-height: 26px;
    margin-left: 5px;
    text-transform: uppercase;
    padding-top: 2px;
}
.compare-link a {
    color: #000;
}
.compare-popup {
    position: absolute;
    left: 25px;
    top: 100%;
    width: 300px;
    background-color: #fff;
    border-width: 6px 0 0 0;
    border-style: solid;
    z-index: 1;
    border-radius: 0;
    color: #777;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    margin-top: 6px;
    padding: 15px 20px;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.2s;
    z-index: 1000;
}
.compare-popup p {
    margin: 0;
    line-height: 1;
    margin-bottom: 14px;
    display: block;
}
.theme-border-color {
    border-color: #fecc0b !important;
}

.compare-link:hover .compare-popup {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacty=100);
}
.panel.header {
    position: relative;
}
.compare-popup:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    display: block;
    left: 15px;
    top: -25px;
    border-bottom-color: #fecc0b;
}
.compare-popup .actions {
    margin-top: 20px;
}
.compare-popup .actions button.button {
    float: right;
}
.compare-popup .actions button.button {
    background-color: #fecc0b;
    color: #ffffff;
    line-height: 32px;
    padding: 0 15px;
    border: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.compare-popup .actions button.button:hover {
    background-color: #000000;
    color: #ffffff;
}
.compare-popup .actions button.button span span {
    line-height: 2.3;
}
.compare-popup #compare-items a {
    outline: none;
    border: none;
    color: #fecc0b;
    text-decoration: none;
    line-height: 1.5;
}
ol#compare-items {
    padding: 0;
    list-style: none;
}
ol#compare-items li {
    position: relative;
}
.compare-popup #compare-items a.btn-remove {
    color: #fecc0b;
    text-decoration: none;
    line-height: 1;
    position: absolute;
    right: -10px;
    top: 50%;
    display: block;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    padding: 5px 0;
    font-size: 13px;
    color: #fecc0b;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
#compare-clear-all {
    color: #fecc0b;
}
.btn-remove:before {
    content: "\e82c";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    font-family: "porto";
    text-indent: 0;
    text-align: right;
}
.modal-popup.confirm .modal-inner-wrap #modal-content-1 {
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0;
    padding: 30px;
}
button.action-secondary.action-dismiss {
    box-shadow: none;
    border-radius: 0;
    background-color: #fecc0b;
    color: #ffffff;
    border: none;
    font-size: 13px;
}
.action-primary.action-accept {
    box-shadow: none;
    border: none;
    background-color: #000;
    color: #ffffff;
    border-radius: 0;
    border-color: #000;
    min-height: 32.4px;
}
button.action-secondary.action-dismiss:hover,
button.action-secondary.action-dismiss:focus {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.action-primary.action-accept:hover {
    background-color: #fecc0b;
    color: #000;
    border-color: #fecc0b;
}
.header.panel > .header.links {
    padding-top: 3px !important;
}
.top-links-area-mobile {
    display: none;
}
.page-header .panel.wrapper {
    background-color: #000;
    /* background-color: #fecc0b; */
}

.page-wrapper.fixed header {
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    box-shadow: none;
    min-height: 10px;
}
.page-wrapper.fixed header .panel.wrapper,
.page-wrapper.fixed header .header-contact,
.page-wrapper.fixed header .block.block-search {
    display: none;
}
.page-wrapper.fixed header .logo {
    left: 40px;
    transform: inherit;
    top: 4px;
}
.page-wrapper.fixed header .header.content,
.page-wrapper.fixed .navigation {
    max-width: 90%;
}
.page-wrapper.fixed .nav-sections {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    background: #fff !important;
    min-height: 60px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.page-wrapper.fixed .navigation ul {
    padding-left: 260px;
    padding-top: 15px;
}
.page-wrapper.fixed .minicart-wrapper {
    position: fixed;
    top: 18px;
    right: 150px;
    z-index: 1;
}
.customer-welcome .action.switch:after {
    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;
    content: "\f0d7";
    top: 11px;
    position: relative;
}
.customer-welcome.active .action.switch:after {
    content: "\f0d8";
}
.logged-in span {
    display: block;
}
.logged-in span.user_name {
    font-weight: 600;
}
.logged-in span.account-info {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-welcome .header.links {
    margin-top: 13px;
}
.customer-welcome ul.header.links li a {
    font-size: 1.3rem;
    padding: 7px 10px;
}
.customer-welcome ul.header.links li + li a {
    border-top: 1px solid #ddd;
}
.customer-welcome ul.header.links li a:hover {
    background-color: #fecc0b;
}
/*=====================================================

Banner Slider
======================================================*/
.page-layout-custom_home #maincontent {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
#banner-slider-demo-5 .owl-item {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
}
#banner-slider-demo-5 .owl-item img {
    border-radius: 6px 6px 0 0;
}
.owl-dots {
    text-align: center;
}
.owl-dots button {
    border: none;
    outline: none;
    font-size: 0;
    padding: 0;
    margin: 8px;
}
.owl-dots button span {
    width: 8px;
    height: 8px;
    background: #a0a09f;
    opacity: 1;
    display: block;
    border-radius: 50%;
}
.owl-dots button.active span {
    background-color: #fecc0b;
}
/*=====================================================

Home Page
======================================================*/
#banner-slider-demo-6 {
    margin-top: 40px;
}
h3.home-title {
    text-align: center;
    font-size: 35px;
    color: rgb(35, 35, 35);
    text-transform: uppercase;
    font-weight: 600;
}
.side-line span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.rating-box i {
    color: #c3c5c9;
    font-size: 11px;
    line-height: 11px;
}
a.addtowishlist {
    color: #ed4949;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #ed4949;
    border-radius: 0;
    text-align: center;
}
a.comparelink {
    color: #52b9b5;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #52b9b5;
    border-radius: 0;
    text-align: center;
}
.item .details-area .actions a {
    margin: 10px 1px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
}
.item .details-area .actions a.addtowishlist {
    position: relative;
    right: -37px;
}
.item:hover .details-area .actions a.addtowishlist {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    right: 0;
}
.item .details-area .actions a.comparelink {
    position: relative;
    left: -37px;
}
.item:hover .details-area .actions a.comparelink {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    left: 0;
}
a.quickview-icon {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
}
.product-image-area .quickview-icon {
    background: none;
    color: black;
}
.item-area:hover a.quickview-icon {
    opacity: 1;
    visibility: visible;
    display: block;
}
.product-image-area .quickview-icon:hover {
    text-decoration: underline;
}
.quickview-icon i {
    display: none;
}
.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    background: url(../images/rating-bar.png) center no-repeat;
    height: 14px;
}
.rating-box .rating:before {
    color: #c3c5c9 !important;
}
.ratings {
    margin-top: 5px;
}
.insta_feed {
    margin-top: 40px !important;
}
.insta_feed a {
    color: #fecc0b;
}
.insta_feed .feeder a {
    position: relative;
    display: block;
}
.insta_feed .widget.widget-static-block {
    min-height: 250px;
    background-color: #f8f8f8;
}
.insta_feed .side-line {
    padding: 0;
    margin-bottom: 10px;
}
.vimeo_video_sec hr {
    margin-top: 0;
}
.sign_up_section {
    margin-top: 20px !important;
}
.home-newsletter input.input-text {
    font-size: 18px !important;
}
.home-newsletter input.input-text:focus {
    box-shadow: none;
}
.home-box-btn:hover {
    border: 2px #9e9e9e solid;
    background-color: white;
    color: #9e9e9e;
}
a.bss-quickview {
    color: #7d7d7d !important;
    background-color: transparent !important;
    height: 30px;
}

.navigation .level0.level-top:last-child > .level-top span {
    color: #e02b27;
}

.insta_feed #instagram-feed1 .feeder a[data-caption]:hover::after {
    content: attr(data-caption);
    text-align: center;
    font-size: 1rem;
    color: black;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: hsla(0, 100%, 100%, 0.8);
    line-height: 1.5;
}
/*=====================================================

                    Footer Css                        

======================================================*/

.footer-container {
    border-top: 0;
}
.footer-middle {
    background-color: #121214;
    color: #777;
    padding: 40px 0;
    font-size: 13px;
}
.footer-middle {
    background-color: #f7f7f7;
}
.footer-middle p {
    margin-bottom: 15px;
    color: #777;
}
.footer-middle,
.footer-middle p,
.footer-middle .contact-info i {
    color: #777777;
}
.footer .container {
    max-width: 100%;
    position: relative;
}
.block.block-subscribe {
    border-radius: 5px;
}
.block .block-title {
    margin: 5px 0 10px;
    line-height: 1.2;
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}
.block.related .block-title {
    text-align: center;
    position: relative;
}
.block.related .title strong {
    font-size: 2.6rem;
    position: relative;
    z-index: 2;
    padding: 0 10px;
}
.block.related .block-title::before {
    background: #ddd;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
}
.block.related .block-title strong {
    background: #fff;
}
.footer-middle .block {
    text-align: left;
    line-height: 1.5;
    border: 0;
    margin: 0;
    background-color: transparent;
    float: none;
    width: auto;
}
.form.subscribe .field.newsletter label {
    width: 100%;
    display: block;
}
.block.newsletter .form.subscribe .field.newsletter input {
    margin-right: 0;
    padding: 0 10px;
    font-weight: 400;
    font-size: 12px;
    background: transparent;
    box-shadow: none;
    height: 34px;
    padding-right: 85px;
}
.sign_up_section .block.newsletter .form.subscribe .field.newsletter input {
    padding-right: 85px;
}
.block.newsletter .form.subscribe {
    position: relative;
}
.footer-middle .block .block-title {
    margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
    font-weight: 400;
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    text-transform: none;
}
.footer-middle .block .block-title strong {
    color: #e13b3f;
}
.footer-middle .block .block-title strong {
    /*color: #17c089 !important;*/
    color: #000000 !important;
}
.footer-middle .block .block-title {
    margin-bottom: 20px;
}
.footer .block .block-content {
    background-color: transparent;
    padding: 0;
}
.footer-middle ul.links {
    padding: 0;
    margin-top: -5px;
}
.links li {
    display: inline;
}
.footer-middle ul.links li {
    position: relative;
    padding: 10px 0;
    line-height: 1;
    display: block;
}
.footer-middle ul.links li i {
    margin-left: -5px;
}
.footer-middle .links i.theme-color,
.footer-middle .features i.theme-color {
    color: #777777 !important;
}
.footer-middle a {
    color: #777777;
}
#footer_social_container .block-content {
    text-align: center;
}
#footer_social_container img {
    width: 80px;
}
form {
    display: inline;
}
.input-box {
    position: relative;
}
.block.block-subscribe .input-box {
    padding: 10px 20px 20px;
}
.footer-middle .block.block-subscribe .input-box {
    padding: 0;
    margin-top: 80px;
}
.footer-middle .block.block-subscribe .input-box > p.label {
    position: relative;
}
.block.newsletter .action.subscribe {
    height: 34px;
    line-height: 1;
}
.footer-middle p.label {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    padding: 0;
}
.block.block-subscribe .input-box input.input-text {
    width: 100%;
    height: 34px;
    padding: 5px;
}
.footer-middle .block.block-subscribe .input-box input.input-text {
    float: left;
    height: 30px;
    padding: 0 10px;
    padding-right: 85px;
    border: 0;
    background-color: #dcdcdc;
    border-radius: 5px;
    max-width: 300px;
}
.footer-middle .block.block-subscribe .input-box input.input-text {
    border: 1px solid #ccc;
    background-color: transparent;
    border-radius: 4px;
    height: 34px;
}
input,
select,
textarea,
button {
    font-size: 12px;
    vertical-align: middle;
    color: #484747;
}
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}
.footer-middle .block.block-subscribe .input-box button {
    float: left;
    width: 75px;
    margin-left: -75px;
}
.footer-middle .block.block-subscribe .input-box button {
    border: 1px solid #ccc;
    height: 34px;
}
button.button span {
    display: block;
    border: 0;
    background: #08c;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    line-height: 38px;
    border-radius: 5px;
}
button.button span {
    background-color: #fecc0b;
    color: #ffffff;
}
button.button span span {
    border: 0;
    padding: 0;
    color: inherit;
    border-width: 0;
    background: transparent;
    line-height: inherit;
}
.footer-middle .block.block-subscribe .input-box button span {
    padding: 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 5px 5px 0;
    font-weight: normal;
    min-width: 75px;
}
.footer-middle .block.block-subscribe .input-box button span {
    background-color: transparent;
    color: #777;
    height: auto;
    line-height: 1;
}

.footer-middle ul.links li {
    margin: 0;
}
.footer-middle .block .block-title strong {
    font-weight: 500;
}
.footer-bottom {
    min-height: 50px;
    line-height: 40px;
    background-color: #0c0c0c;
    padding: 25px 0;
}
.footer-bottom {
    background-color: #ffffff;
}
.footer-bottom a.logo {
    float: left;
    margin-right: 45px;
}
address {
    text-align: left;
    margin: 0;
}
.footer-bottom address {
    float: right;
    line-height: 40px;
}
.footer-bottom .logo img {
    height: 45px;
}
.footer-bottom a.logo {
    left: 0;
    transform: translate(0);
    margin: 0 45px 0 0;
}
.footer-bottom a.logo img {
    display: inline-block;
    vertical-align: middle;
}
.sign_up_section,
.insta_feed {
    margin: 0 -15px;
}
.home-newsletter {
    padding: 30px 0;
    text-align: center;
}
.home-box-text {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #7e7e7e;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.input-box {
    position: relative;
}
input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #ccc;
    padding: 2px 8px;
    height: 26px;
    color: #777;
    font-size: 13px;
    border-radius: 0;
}
.home-box-btn {
    border: 2px #9e9e9e solid;
    background-color: white;
    padding: 5px 10px;
    font-size: 18px;
    color: #9e9e9e;
    border-radius: 0;
    vertical-align: top;
    text-transform: uppercase;
}
.home-newsletter input.input-text {
    border: 2px #9e9e9e solid;
    font-size: 16px;
    padding: 18px 10px 17px 10px;
    width: auto;
}
#totop {
    height: 40px;
    position: fixed;
    right: 15px;
    width: 40px;
    z-index: 9999;
    bottom: 0;
    background-color: #404040;
    font-size: 16px;
    color: #08c;
    text-align: center;
    line-height: 1;
    padding: 11px 0;
    display: none;
    border-radius: 5px 5px 0 0;
}
#totop {
    color: #fecc0b;
}
#totop {
    right: 25px;
}
.side-line {
    position: relative;
    text-align: center;
    padding: 30px 0;
}
.insta_title {
    text-align: center;
    font-size: 2em;
}
.side-line span {
    background: #f8f8f8;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}
.side-line:before {
    background: #ddd;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.side-line:before {
    left: 0;
}
.product-image-area {
    padding: 0;
    border: 0;
}
.product-image-area .quickview-icon {
    background: none;
    color: black;
    display: none;
}
.filter-products .products .product-image img {
    width: 100%;
    transition: opacity 0.3s;
}
.filter-products .products .product-image {
    width: 100%;
    min-height: 60px;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
}
.filter-products .products .details-area {
    padding: 10px;
    text-align: center;
}
.product-name {
    margin: 10px 0;
    font-size: 1em;
    font-weight: normal;
}
.product-name {
    padding-right: 5px;
}
.filter-products .products .details-area .product-name {
    margin: 0 0 3px 0;
}
.filter-products .products .details-area .product-name a {
    font-size: 14px;
}
.product-name a {
    color: #777;
}
.ratings {
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    background: url(../images/rating-bar.png) center no-repeat;
    height: 14px;
}
.rating-box {
    width: 69px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
    position: relative;
}
.rating-box:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 69px;
    height: 11px;
    color: #c3c5c9;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
.rating-box .rating {
    float: left;
    height: 11px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.rating-box .rating:before {
    font-family: "porto";
    content: "\e852\20\e852\20\e852\20\e852\20\e852";
    width: 69px;
    height: 11px;
    color: #ffc600;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
.item.product.product-item .ratings .rating-box {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    display: flex;
}
.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 10px 0 5px;
    text-align: center;
}
.price-box .price {
    font-weight: 600;
    color: #444;
}
.price-box a {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.regular-price {
    color: #444;
}
.regular-price .price {
    font-weight: 600;
    font-size: 20px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.regular-price .price {
    font-size: 16px;
}
.product-item .product-reviews-summary .reviews-actions span {
    display: none;
}
.rating-summary .rating-result {
    width: 100%;
}
.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
    display: block;
    font-size: 11px;
    line-height: 11px;
    width: 100%;
}
.rating-summary .rating-result > span:before {
    color: #fecc0b;
}
.page-layout-custom_home
    .product-item
    .product-reviews-summary
    .reviews-actions {
    display: none;
}
.page-layout-custom_home .product-reviews-summary {
    margin-bottom: 0px;
}
.page-layout-custom_home .rating-summary {
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    background: url(../images/rating-bar.png) center no-repeat;
    height: 14px;
    width: 100%;
}
/* Newsletter*/
.form.subscribe input#newsletter {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 30px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 4px;
    height: 36px;
    background-color: transparent;
    padding-right: 80px;
}
.form.subscribe input#newsletter:focus {
    box-shadow: none;
}
.block.newsletter .field .control:before {
    position: absolute;
    top: 0;
    z-index: 1;
    display: none;
}
.footer-middle .block.block-subscribe .input-box button {
    background: transparent;
    height: 34px;
    padding: 0;
    border: none;
    border-left: 1px solid #ccc;
}
.footer-middle .block.block-subscribe .input-box button span {
    font-size: 13px;
}
.block.newsletter .form.subscribe .actions {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

/*=====================================================

                    Breadcrumbs CSS                        

======================================================*/
.page-wrapper > .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 1;
    color: #777777;
    background-color: #f7f7f7;
    width: 100%;
    max-width: 100%;
}
.page-wrapper > .breadcrumbs .items > li {
    font-size: 13px;
    line-height: 1;
    color: #777777;
    vertical-align: middle !important;
}
.breadcrumbs li a {
    color: #777777 !important;
    vertical-align: middle;
    font-weight: 400;
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.nav-sections {
    margin-bottom: 10px;
}
/*=====================================================

                    Video Page                        

======================================================*/
body.cms-video-gallery #maincontent.page-main {
    max-width: 100%;
}
body.cms-video-gallery #maincontent.page-main h1,
.catalogsearch-result-index .page-main > .page-title-wrapper .page-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.35;
    color: #777;
    margin-top: 10px;
}
body.cms-video-gallery #maincontent.page-main iframe {
    min-height: 235px;
}
body.cms-video-gallery #maincontent.page-main .col-lg-4.col-sm-6 a {
    color: #fecc0b;
    font-size: 13px;
}
.breadcrumbs .item:not(:last-child):after {
    font-weight: 600 !important;
}
/*=====================================================

                My Account CSS                        

======================================================*/
.customer-account-create .page-main {
    max-width: 100%;
    padding: 0;
}
.customer-account-create .page-main h1.page-title {
    font-size: 20px;
    margin: 0 0 15px;
    color: #000;
    /* color: #fecc0b; */
    font-weight: 400;
    padding: 5px 25px;
    padding-bottom: 0;
}
.customer-account-create .form.create.account {
    display: block;
    border-top: 4px solid #fecc0b;
    background: #fff;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
    width: 100%;
    float: left;
}
.fieldset > .legend {
    border: none;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #fecc0b;
}
.fieldset > .legend span {
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
}
label {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    vertical-align: middle;
    color: #777;
    font-size: 13px;
    font-weight: normal;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
    float: none;
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    color: #777;
    font-weight: normal;
    margin-left: 0;
    padding: 0;
}
.fieldset input.input-text,
.fieldset select,
.fieldset input[type="text"],
.fieldset input[type="password"],
.fieldset input[type="url"],
.fieldset input[type="tel"],
.fieldset input[type="search"],
.fieldset input[type="number"],
.fieldset input[type="datetime"],
.fieldset input[type="email"],
.fieldset textarea,
.select2-container--default .select2-selection--multiple{
    border-radius: 0;
    width: 100%;
    height: 38px;
    padding: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background-color: #fff;
}
/*select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
}*/
.select2-container--default .select2-selection--multiple{
    padding: 0 5px;
    height: auto;
    min-height: 37px;
    position: relative;
    padding-right: 25px;
}
.select2-container--default .select2-selection--multiple::after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 8px;
}
.amasty_quote-cart-index .form.form-login a.action.remind {
    color: #fecc0b;
}
.amasty_quote-cart-index .form.form-login a.action.remind:hover,
.amasty_quote-cart-index .form.form-login a.action.remind:focus {
    color: #000000;
}
.fieldset input.input-text:focus,
.fieldset select:focus {
    box-shadow: none;
}
.field.newsletter input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-top: -4px;
}
.field.newsletter .label {
    float: none;
    vertical-align: middle;
}
.customer-account-create .field.field-name-firstname,
.customer-account-create .field.field-name-middlename,
.customer-account-create .field.field-name-lastname {
    float: left;
    width: 100%;
    padding: 0;
}
.customer-account-create .field.taxvat {
    width: 100%;
}

.customer-account-create .field.shop_url,
.customer-account-create .field.do_you_want_to_become_a_seller {
    padding-left: 0;
}
.field.company,
.field.telephone,
.field.zip,
.field.country {
    float: left;
    width: 100%;
}
.customer-address-form .field.field-name-firstname,
.customer-address-form .field.field-name-middlename {
    width: 100%;
}
.customer-address-form .field.company,
.customer-address-form .field.telephone {
    width: 100%;
}
.customer-address-form .field.company {
    display: block !important;
}
/*requird filed*/
.fieldset > .field.required .label::after,
.fieldset > .fields .field.required .label::after,
.fieldset > .field._required .label::after,
.fieldset > .fields .field._required .label::after {
    content: "*";
    color: #e02b27;
    margin: 0 0 0 5px;
}
.fieldset > .field.required .label::after,
.fieldset > .field._required .label::after {
    color: red;
    font-size: 30px;
    position: absolute;
    right: -15px;
    top: 0;
    line-height: 1;
    display: inline-block;
}
.form-create-account
    .fieldset-fullname
    .fields
    .field.field-name-middlename
    label.label::after,
.customer-account-edit
    .fieldset-fullname
    .fields
    .field.field-name-middlename
    label.label::after {
    display: none;
}
.field.choice.newsletter {
    width: 100%;
    margin: 0;
    padding-bottom: 10px;
}
.customer-account-create .fieldset > .legend {
    margin: 0;
    padding: 0 15px;
    margin-bottom: 15px;
}
.password-strength-meter {
    font-size: 1.2rem;
    font-weight: bold;
}
.field.captcha {
    clear: both;
}
.action.reload.captcha-reload {
    position: relative;
    background: none;
    padding: 0;
    min-height: 1px;
    height: auto;
    width: auto;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
}
.action.reload.captcha-reload > span {
    display: none;
}
.action.reload.captcha-reload::before {
    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;
    content: "\f021";
    font-size: 3rem;
    color: #e02b27;
}
.customer-account-create .fieldset.create.account {
    margin-bottom: 10px;
}
.control.captcha-image {
    position: relative;
}
.control.captcha-image .captcha-img {
    border: 1px solid #ddd;
}
.customer-account-create
    .form.create.account.form-create-account
    .action.primary:hover,
.customer-account-create
    .form.create.account.form-create-account
    .action.primary:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
.fieldset.login .field {
    width: 100%;
    padding: 0;
}
.customer-account-create .form.create.account label.label {
    font-size: 14px;
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
    color: #777;
    font-weight: normal;
    margin-left: 0;
    padding: 0;
}
/*=====================================================

                    Category Page              

======================================================*/

.catalog-category-view .product-item-inner {
    display: block !important;
}

.product-item-actions .actions-secondary > .action {
    color: #52b9b5;
    background-color: transparent;
    font-size: 17px;
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    border: 1px solid #52b9b5;
    border-radius: 5px;
    text-align: center;
    border-radius: 0;
}

.catalog-category-view .page-title-wrapper {
    display: none;
}
.catalog-category-view .page-main,
.page-main,
.catalogsearch-result-index .page-main {
    max-width: 100% !important;
}
.catalog-category-view .modes-mode,
.modes-mode {
    width: 26px;
    height: 26px;
    border-radius: 0 !important;
    background: #ffffff;
    float: none;
    padding: 0;
    line-height: inherit;
    border-right: 1px solid #ccc;
    color: #ccc;
}
.catalog-category-view .modes-mode:before,
.modes-mode:before {
    color: inherit;
}

.catalog-category-view .modes-mode.active,
.catalog-category-view .modes-mode:hover,
.modes-mode.active,
.modes-mode:hover {
    background: #000;
    border-color: #000;
    /* background: #fecc0b; */
    /* border-color: #fecc0b; */
    box-shadow: none;
    color: #fff;
}

.catalog-category-view .modes-mode.active:before,
.modes-mode.active:befor {
    color: inherit;
}

.catalog-category-view .toolbar-products {
    /*display: flex; */
    position: relative;
}

.catalog-category-view .modes {
    margin: 0 20px;
    order: 2;
}

.catalog-category-view #toolbar-amount {
    order: 3;
}

.catalog-category-view .toolbar select,
.search.results .toolbar select {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    appearance: auto;
}

.catalog-category-view
    .products.wrapper.grid.products-grid
    li.item.product.product-item {
    width: 25%;
    padding: 10px;
}
.catalog-category-view
    .products.wrapper.list.products-list
    li.item.product.product-item {
    width: 100%;
    padding: 4px 0;
}
.catalog-category-view span.product-image-container {
    width: 100% !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.catalog-category-view
    .products.wrapper.grid.products-grid
    li.item.product.product-item {
    text-align: center;
    margin: 0;
    position: relative;
}

.catalog-category-view .products-grid .product-item-inner {
    box-shadow: none;
    border: none;
    border-top: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
}
.catalog-category-view.page-products .product-item-info {
    width: 100%;
}
.catalog-category-view .product-item-inner {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.bss-bt-quickview {
    position: relative;
}
.catalog-category-view a.bss-quickview,
.product-item a.bss-quickview {
    left: 50%;
    /*-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);*/
    top: 0;
    opacity: 0;
}
.catalog-category-view.page-products .product-item-info:hover a.bss-quickview,
.catalog-category-view.page-products
    .product-item-info:hover
    .product-item
    a.bss-quickview {
    opacity: 1;
}
.catalog-category-view li.item.product.product-item a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
.catalog-category-view li.item.product.product-item a:focus {
    outline: none;
    outline-offset: 0;
}
.catalog-category-view .products.wrapper ~ .toolbar .limiter,
.products.wrapper ~ .toolbar .limiter {
    margin-top: 40px;
    float: right;
    text-align: center;
    width: auto;
}
.catalog-category-view .product.details.product-item-details {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
}
.compare-popup button.button span {
    background-color: transparent;
}
.mfp-bg {
    z-index: 100000 !important;
}
.mfp-wrap {
    z-index: 100000 !important;
}
/* Mini cart Section*/
.minicart-items .item-qty:focus,
.minicart-items .item-qty {
    box-shadow: none;
}
.minicart-items-wrapper {
    overflow-y: auto;
    max-height: 250px;
}
/* width */
.minicart-items-wrapper::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.minicart-items-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.minicart-items-wrapper::-webkit-scrollbar-thumb {
    background: #fecc0b;
}

/* Handle on hover */
.minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #fecc0b;
}
.block-minicart .block-content > .actions {
    margin: 0;
    margin: 10px 0;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart {
    background-color: #000;
    width: 100%;
    display: block;
    border-radius: 4px;
    color: #fff;
    line-height: 2.2rem;
    padding: 14px 17px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}
.block-minicart .block-content > .actions > .secondary a.action.viewcart:hover {
    background: #fecc0b;
    color: #000;
}
.minicart-wrapper .block-minicart {
    padding-bottom: 0px;
}
.block-minicart .block-content > .actions > .primary {
    margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .secondary a.action.viewcart {
    text-transform: uppercase;
    font-size: 13px;
    border: 0;
    width: 128px;
    text-align: center;
    height: auto;
    padding: 8px 10px;
    width: 100%;
    border-radius: 0;
    background-color: #fecc0b;
}
.block-minicart .block-content > .actions > .primary .action.primary:hover,
.block-minicart .block-content > .actions > .primary .action.primary:focus,
.block-minicart .block-content > .actions > .secondary a.action.viewcart:hover,
.block-minicart .block-content > .actions > .secondary a.action.viewcart:focus {
    background-color: #000000;
    color: #ffffff;
}
.minicart-items .action.delete:before {
    color: #000000;
    font-size: 14px;
}
.minicart-items .action.delete:hover:before {
    color: #fecc0b;
}
.minicart-items .action.edit:before {
    color: #fecc0b;
}
.minicart-wrapper .action.showcart {
    line-height: 1;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px;
    top: -5px;
}
.minicart-wrapper .action.showcart {
    position: relative;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
}
.header-container.type9 .mybag-link .cart-info span.cart-qty {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.25em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    content: "\e863";
    color: #000;
    /* color: #fecc0b; */
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    overflow: visible;
}
.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55%;
    margin-top: 0;
    left: 0;
    padding: 0;
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
    background: transparent;
    box-shadow: none;
    min-width: 10px;
    height: auto;
    border-radius: 0;
    margin: 0;
    overflow: visible;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}
.minicart-wrapper .action.showcart:hover::before,
.minicart-wrapper .action.showcart:focus::before,
.minicart-wrapper .action.showcart:focus::after,
.minicart-wrapper .action.showcart.active::before,
.minicart-wrapper .action.showcart.active::after,
.minicart-wrapper .action.showcart:active::before {
    color: #fecc0b !important;
}
.minicart-wrapper .action.showcart .counter.qty.empty {
    display: block;
    margin: 0;
    margin-top: -4px;
}
.page-layout-2columns-left .column.main {
    position: relative;
    z-index: 0;
}
img.mplazyload-cms {
    padding-left: 0 !important;
    width: auto !important;
    margin: auto;
    margin-bottom: 30px;
}
img.mplazyload-icon {
    width: auto !important;
}
.navigation {
    z-index: 3 !important;
}
.mp-banner-slider .owl-dots {
    left: 50%;
    top: inherit;
    bottom: -25px;
    margin-top: 0px !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #a0a09f;
    opacity: 1;
    margin: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fecc0b;
}
#mageplaza-bannerslider-block-before-content-2 {
    margin-top: 40px;
}
/* category product list*/
.ol1 {
    overflow-y: auto;
}
.footer-middle .block.block-subscribe .input-box button::hover {
    background-color: #fecc0b;
    color: #000;
}
.footer-middle .block.block-subscribe .input-box button::before span {
    color: #000;
}
.checkout-cart-index .modal-header .modal-title {
    border-bottom: none;
    color: #fecc0b;
}
.footer-middle .block .block-title strong {
    color: #000 !important;
    /* color: #17c089 !important; */
}
.cms-no-route.cms-noroute-index .page-title-wrapper {
    display: none;
}
.not-fount-404 h1 {
    line-height: 1.35;
    color: #777;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
    font-size: 70px;
    margin-top: 70px;
}
.not-fount-404 p {
    text-align: center;
    font-size: 15px;
}
.not-fount-404 p a {
    color: #fecc0b;
}
.not-fount-404 .icon-doc::before {
    font-family: "porto";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    content: "\e836";
}
.custom_barcode_search input.input-text {
    height: 34px;
    padding: 8px 15px;
    line-height: 20px;
    color: #999;
    font-family: Arial;
    padding-right: 35px;
    box-shadow: none;
}
.fieldset select {
    padding: 0 10px;
}
header .panel.header, .page-header .header.panel, .header.content, .navigation{
        background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0 auto;
}
/* Forgot Pass*/
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main{
    padding: 0;
}
.customer-account-createpassword h1.page-title{
        font-size: 20px;
    margin: 0 0 15px;
    font-weight: 400;
    color: #fecc0b;
    padding: 0 25px;
}
.customer-account-forgotpassword .page-main .column.main,
.customer-account-createpassword .page-main .column.main{
    max-width: 800px;
    margin: 0 auto;
}
.customer-account-createpassword .page-main h1.page-title{
    font-size: 20px;
    margin: 0 0 15px;
    color: #fecc0b;
    font-weight: 400;
    width: 100%;
    border-bottom: 4px solid #fecc0b;
    padding: 15px 30px;
}
.customer-account-createpassword .page-main .column.main .actions-toolbar .primary .action {
    border-radius: 0;
    background-color: #fecc0b;
    color: #ffffff;
    border: 1px solid #fecc0b;
    margin-right: 0;
}
.customer-account-createpassword .page-main .column.main .actions-toolbar .primary .action:hover, 
.customer-account-createpassword .page-main .column.main .actions-toolbar .primary .action:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}
/*.catalog-product-view li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview,
.catalog-category-view li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    width: 100%;
}
.catalog-product-view li.product-item a.product.photo.product-item-photo .bss-bt-quickview,
.catalog-category-view li.product-item a.product.photo.product-item-photo .bss-bt-quickview{
    position: static;
}*/
/*=====================================================

                    Responsive CSS                        

======================================================*/

@media (min-width: 768px) {
    .navigation .level0 .submenu .active > a {
        border-color: #fecc0b !important;
    }

    .footer.content .block {
        float: none;
    }
    .block.newsletter {
        max-width: 100%;
    }
    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container,
    .page-main {
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        padding-left: 20px;
        padding-right: 20px;
        width: auto;
    }
    .page-main {
        width: 100% !important;
    }
    header .panel.header,
    .page-header .header.panel,
    .header.content,
    .navigation {
        max-width: 750px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        top: 16px;
        margin-top: 0px;
    }
}
@media (min-width: 992px) {
    header .panel.header,
    .page-header .header.panel,
    .header.content,
    .navigation {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    header .panel.header,
    .page-header .header.panel,
    .header.content,
    .navigation {
        max-width: 1170px;
    }
    .page-header .block.block-search {
        margin-left: 20px;
    }
    .page-header .compare-link {
        margin-left: 15px;
    }
    .minicart-wrapper {
        margin-right: 20px;
    }
}
@media (max-width: 2560.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 610px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 550px;
    }
    .catalog-category-view .product-item:hover a.action.tocompare {
        left: 32px !important;
    }
    .catalog-category-view .product-item:hover a.action.towishlist {
        right: 68px !important;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 44%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 44%;
    }
}
@media (max-width: 2490.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 550px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 610px;
    }
}
@media (max-width: 2440.99px) {
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 580px;
    }
    .page-wrapper.fixed .minicart-wrapper {
        right: 510px;
    }
}
@media (max-width: 2380.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 480px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 550px;
    }
    .catalog-category-view .product-item:hover a.action.tocompare {
        left: 34px !important;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 43%;
    }
}
@media (max-width: 2330.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 430px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 510px;
    }
}
@media (max-width: 2250.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 420px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 490px;
    }
}
@media (max-width: 2210.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 380px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 460px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 43.5%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 42.5%;
    }
}
@media (max-width: 2160.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 350px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 430px;
    }
}
@media (max-width: 2090.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 310px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 390px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 43%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 42%;
    }
}
@media (max-width: 2020.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 260px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 350px;
    }
}
@media (max-width: 1940.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 220px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 310px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 42.5%;
        top: 10px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 41.5%;
        top: 10px;
    }
}
@media (max-width: 1850.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 180px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 270px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 42%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 40.5%;
    }
}
@media (max-width: 1770.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 150px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 230px;
    }
}
@media (max-width: 1700.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 120px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 200px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 41%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 40%;
    }
}
@media (max-width: 1640.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 90px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 170px;
    }
}
@media (max-width: 1570.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 60px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 140px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 41%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 40%;
    }
    .filter-options-title {
        font-size: 1.2rem;
    }
    .filter-content .item {
        font-size: 1.3rem;
    }
    .filter-content ol.items#wp_ln_shopby_items .item {
        padding-left: 0;
    }
}
@media (max-width: 1560px) {
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 130px;
    }
}
@media (max-width: 1490px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 20px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 110px;
    }
}
@media (max-width: 1480px) {
    .ol1 {
        min-height: 360px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 40%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 39%;
    }
}
@media (max-width: 1450px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 30px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 90px;
    }
    .sliderHome_mageplaza1 {
        min-height: 434px;
    }
    .sliderHome_mageplaza2 {
        min-height: 582px;
    }
}
@media (max-width: 1400.99px) {
    .ol1 {
        min-height: 335px;
    }
    .page-wrapper.fixed .minicart-wrapper {
        right: 30px;
    }
    .page-wrapper.fixed .navigation {
        max-width: 95%;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 100px;
    }
    .navigation .level0 {
        margin-right: 0;
    }
}
@media (max-width: 1370px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 15px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 85px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 37.5%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 39.5%;
    }
    .password-strength-meter {
        font-size: 1rem;
        font-weight: normal;
    }
    .ol1 {
        min-height: 320px;
    }
    .sliderHome_mageplaza1 {
        min-height: 414px;
    }
    .sliderHome_mageplaza2 {
        min-height: 552px;
    }
}
@media (max-width: 1330.99px) {
    .ol1 {
        min-height: 310px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 80px;
    }
    .page-wrapper.fixed .minicart-wrapper {
        margin-right: 0;
    }
    .sliderHome_mageplaza1 {
        min-height: 394px;
    }
    .sliderHome_mageplaza2 {
        min-height: 522px;
    }
}
@media (max-width: 1298px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 70px;
    }
    .page-wrapper.fixed .navigation {
        justify-content: space-between;
    }
    .page-wrapper.fixed .navigation > ul {
        padding-left: 0 !important;
        padding-right: 100px !important;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 150px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 38%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 37.5%;
    }
    .wishlist-index-index .products-grid li.product-item + li.product-item {
        margin-top: 40px;
    }
    .ol1 {
        min-height: 285px;
    }
    .sliderHome_mageplaza1 {
        min-height: 364px;
    }
    .sliderHome_mageplaza2 {
        min-height: 502px;
    }
}
@media (max-width: 1250px) {
    .ol1 {
        min-height: 280px;
    }
}
@media (max-width: 1220.99px) {
    .page-wrapper.fixed .minicart-wrapper {
        right: 75px;
    }
    .catalog-category-view
        .products.wrapper.grid.products-grid
        li.item.product.product-item {
        width: 33.3%;
    }
    .ol1 {
        min-height: 360px;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-info
        .product.name.product-item-name
        a.product-item-link {
        padding: 0 25px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 39%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 40%;
    }
    .footer-middle .block.block-subscribe .input-box button {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        border: 1px solid #ccc;
    }
    .block.newsletter .form.subscribe .actions,
    .block.newsletter form.form.subscribe {
        position: relative;
        top: inherit;
        right: inherit;
        width: 100%;
        display: block;
    }
    .page-main {
        max-width: 100%;
    }
    .wishlist-index-index form.form-wishlist-items .actions-toolbar {
        margin-top: 20px;
    }
    .block.newsletter .form.subscribe .field.newsletter input {
        padding-right: 10px;
    }
    .sign_up_section .block.newsletter .form.subscribe .actions {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-info
        .product.name.product-item-name
        a.product-item-link {
        padding: 0 5px;
    }
}
@media (max-width: 1180.99px) {
    .ol1 {
        min-height: 350px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        right: 130px;
    }
    form.form.form-edit-account .fieldset.password .col-xs-12.col-sm-3 {
        width: 50%;
    }
}
@media (max-width: 1160.99px) {
    .ol1 {
        min-height: 340px;
    }
    .sliderHome_mageplaza1 {
        min-height: 334px;
    }
    .sliderHome_mageplaza2 {
        min-height: 462px;
    }
}
@media (max-width: 1120.99px) {
    .ol1 {
        min-height: 330px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 38%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 39%;
    }
}
@media (max-width: 1080.99px) {
    .ol1 {
        min-height: 315px;
    }
}
@media (max-width: 1024.99px) {
    .ol1 {
        min-height: 260px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 34%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 35%;
    }
    .sliderHome_mageplaza1 {
        min-height: 314px;
    }
    .sliderHome_mageplaza2 {
        min-height: 412px;
    }
}
@media (max-width: 992.99px) {
    .ol1 {
        display: none;
    }
    .amquote-cart-wrapper.minicart-wrapper {
        right: inherit;
        left: inherit;
        position: relative;
        top: inherit;
        margin: 0;
        margin-top: -15px;
    }
    .page-wrapper.fixed .amquote-cart-wrapper.minicart-wrapper {
        position: relative;
        left: inherit;
        position: relative;
        top: inherit;
        right: inherit;
        margin-top: -16px;
    }
    .page-wrapper.fixed header .header.content,
    .header.content {
        max-width: 95% !important;
    }
    .catalog-category-view .amquote-cart-wrapper.minicart-wrapper,
    .amquote-cart-wrapper.minicart-wrapper {
        margin-right: 0;
    }

    a.action.towishlist,
    a.action.tocompare,
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary,
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button,
    .product-item-actions a,
    .product-item-actions button.action.tocart.primary,
    .catalogsearch-result-index
        .search.results
        .products-grid
        a.action.towishlist,
    .catalogsearch-result-index
        .search.results
        .products-grid
        a.action.tocompare {
        opacity: 1;
        visibility: visible;
        right: inherit !important;
        left: inherit !important;
        position: relative !important;
        margin-left: 0px;
        transform: inherit;
        -webkit-transform: inherit;
        top: inherit;
        margin: 0 4px;
    }
    .catalog-category-view .products-grid .product-item-inner,
    .catalogsearch-result-index .products-grid .product-item-inner {
        border: 0;
        clip: inherit !important;
        height: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        padding: 0 !important;
        position: absolute;
        width: 100% !important;
    }
    .page-products .product-item-actions,
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalogsearch-result-index
        .products.wrapper.list.products-list
        .product-item-actions {
        justify-content: flex-start;
    }
    .product-item-actions .actions-primary + .actions-secondary,
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions
        .actions-primary
        + .actions-secondary {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .actions-primary,
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions
        .actions-primary {
        width: auto;
    }
    .catalogsearch-result-index
        .products.wrapper.list.products-list
        .product-item-actions
        button.action.tocart.primary,
    .products-related .product-item-actions button.action.tocart.primary {
        margin: 0;
        padding: 0;
        line-height: 1;
        height: 33px;
        width: 32px;
        text-align: center;
    }
    .catalog-category-view .product-item:hover a.action.towishlist,
    .catalog-category-view .product-item:hover a.action.tocompare,
    .catalogsearch-result-index .product-item:hover a.action.towishlist,
    .catalogsearch-result-index .product-item:hover a.action.tocompare {
        right: inherit !important;
        left: inherit !important;
    }
    .product-item .bss-quickview {
        display: block !important;
    }
    .catalog-category-view
        .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-image-wrapper,
    .catalogsearch-result-index
        .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-image-wrapper {
        padding-bottom: 300px !important;
    }
    .catalog-category-view
        .products.wrapper.grid.products-grid
        li.item.product.product-item,
    .catalogsearch-result-index
        .products.wrapper.grid.products-grid
        li.item.product.product-item {
        margin-bottom: 30px !important;
    }
    #amasty-shopby-product-list .toolbar.toolbar-products:last-child {
        display: none;
    }
    .search.results .product-item-actions a,
    .search.results .product-item-actions button.action.tocart.primary {
        margin: 0;
        margin-left: 0;
        margin-right: 4px;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-info
        .product.name.product-item-name
        a.product-item-link {
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 190px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .catalogsearch-result-index
        .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions
        button.action.tocart.primary {
        padding: 0;
        line-height: 1;
        width: 32px;
        height: 33px;
        margin: 0;
        margin-right: 4px;
        margin-top: 10px;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions
        button.action.tocart.primary
        > span,
    .catalogsearch-result-index
        .products.wrapper.list.products-list
        .product-item-actions
        button.action.tocart.primary
        > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-actions
        button.action.tocart.primary::before,
    .catalogsearch-result-index
        .products.wrapper.list.products-list
        .product-item-actions
        button.action.tocart.primary::before {
        font-family: "porto";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        content: "\e80c";
        top: 0;
        position: relative;
        font-size: 18px;
    }
    .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-item-inner {
        position: relative;
        letter-spacing: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px !important;
    }
    .catalog-product-view
        .block.related
        li.item.product.product-item:hover
        .product-item-actions
        button.action.tocart.primary {
        bottom: inherit;
    }
    .catalog-product-view
        .block.related
        .products.wrapper.grid.products-grid.products-related
        .product-item:hover
        a.action.towishlist,
    .catalog-product-view
        .block.related
        .products.wrapper.grid.products-grid.products-related
        .product-item:hover
        a.action.tocompare {
        right: inherit !important;
        left: inherit !important;
        top: inherit;
        bottom: inherit;
    }
    .catalog-product-view
        .block.related
        .products.wrapper.grid.products-grid.products-related
        .product-item
        a.action.tocompare {
        margin: 0;
    }
    .ajaxsearch .ajaxsearch__price {
        display: block;
        width: 100%;
    }
    .catalog-category-view
        li.item.product.product-item
        a.product.product-item-photo {
        position: relative;
        overflow: visible;
    }
    .catalog-category-view a.bss-quickview,
    .product-item a.bss-quickview {
        opacity: 1;
        text-align: center;
    }
}
@media (max-width: 991.99px) {
    .page-header {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .nav-toggle {
        top: -7px;
        left: 55px;
        display: block;
    }
    .field.search label {
        position: absolute;
        left: 0;
        top: 0px;
        cursor: pointer;
        z-index: 1;
        height: inherit;
        width: inherit;
        margin: inherit;
        clip: auto;
    }
    .block.block-search {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
    }

    .block-search input {
        position: absolute;
    }

    .block-search .action.search {
        display: none;
    }

    .block-search .control {
        margin: 0;
        position: relative;
    }
    input#search {
        margin: 0;
    }
    .block-search .minisearch.active .control {
        width: 400px;
        position: absolute;
        left: 0px;
        top: 30px;
        overflow: visible;
        border-width: 5px;
        border-radius: 0;
        border-color: #ccc;
        text-align: left;
        z-index: 1000;
        border: 5px solid #ccc;
        padding: 0;
    }
    .block-search .minisearch.active .control::before {
        content: "";
        display: block;
        position: absolute;
        left: 15px;
        top: -25px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #ccc;
    }
    header .logo {
        top: -15px;
        max-width: 190px;
    }
    .field.search label,
    .minicart-wrapper {
        margin-top: -16px;
    }
    .nav-sections {
        width: 250px;
    }
    .nav-sections,
    .nav-open .nav-sections {
        background-color: #000 !important;
    }
    .nav-open .page-wrapper {
        left: 250px;
    }
    .nav-sections-item-title {
        height: auto;
        padding: 10px 20px;
        width: 50%;
    }
    .navigation .level0 > .level-top,
    a.ui-corner-all {
        margin-right: 0;
    }
    .navigation .level0 > .level-top,
    a.ui-corner-all {
        color: #fff !important;
        padding: 5px 35px !important;
        padding-left: 10px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        font-weight: 400;
        font-family: Raleway;
    }
    .navigation .level0 {
        border: none !important;
    }
    .navigation .parent .level-top::after {
        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;
        content: "\f196";
        font-size: 18px;
        position: absolute;
        right: 10px;
        top: 7px;
    }
    .navigation .parent .level-top.ui-state-active::after {
        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;
        content: "\f147";
        font-size: 18px;
    }
    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 0;
        color: #fff !important;
        font-size: 13px;
        padding: 5px 35px;
        padding-left: 30px;
    }
    .navigation .level0 .submenu {
        padding: 5px 0 !important;
        min-width: 100% !important;
        left: 0 !important;
        border-top: none !important;
    }
    .navigation .level0 .submenu a {
        border: none !important;
        position: relative;
    }
    .navigation .level0 .submenu a::before {
        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;
        content: "\f105";
        left: 8px;
        top: 10px;
        position: absolute;
    }
    .nav-sections-item-content {
        padding-top: 0 !important;
    }
    .nav-toggle::before {
        font-size: 24px !important;
        color: #fecc0b !important;
    }
    .block-search .label:before {
        font-size: 16px !important;
        color: #fecc0b !important;
    }
    /*.side-line span{
        background: transparent !important;
    }
    .insta_feed .side-line span{
        background: #fff !important;
    }*/
    .sign_up_section {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home-newsletter input.input-text {
        max-width: 200px;
    }
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom a.logo img {
        height: auto;
        max-width: 290px;
    }
    .header.panel > .header.links {
        display: block;
    }
    .header.panel > .header.links > li.welcome a.welcome-default {
        display: none;
    }
    .header.panel > .header.links > li.authorization-link::before,
    .header.panel > .header.links > li::before {
        display: none;
    }
    .header.panel > .header.links {
        padding-top: 2px;
    }
    .header-contact {
        display: none;
    }
    .header.panel > .header.links {
        margin-right: 0;
    }
    .top-links-area-mobile a.drop_links {
        font-size: 11px;
        line-height: 26px;
        text-transform: uppercase;
        color: #000;
        padding-right: 10px;
    }
    .header.panel > .header.links {
        background: #fff;
        position: absolute;
        right: 10px;
        z-index: 100;
        top: 100%;
        padding: 5px 0;
        text-align: right;
        border: 1px solid #ccc;
        margin-top: -6px;
    }
    .header.panel > .header.links > li > a {
        margin: 0;
        padding: 2px 10px;
        white-space: nowrap;
        display: block;
        transition: all 0.2s;
        font-weight: 400;
        color: #fff !important;
        /* color: #000 !important; */
    }
    .top-links-icon a {
        position: relative;
    }
    .top-links-icon a::before {
        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;
        content: "\f0d7";
        color: #000;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .header.panel > .header.links {
        display: block;
        position: relative;
        background: transparent;
        border: none;
        right: inherit;
        left: inherit;
        top: inherit;
        margin: 0;
        text-align: left;
    }
    .nav-sections-item-title.active,
    .nav-sections-item-title {
        display: none;
    }
    .nav-sections-item-content {
        margin-top: 20px;
    }
    .breadcrumbs {
        display: block !important;
    }
    .footer-bottom address {
        float: none;
        text-align: center;
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-main,
    .page-wrapper > .widget,
    .page-wrapper > .page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .account .page-main,
    .cms-privacy-policy .page-main {
        padding-top: 41px;
        position: relative;
    }

    .navigation {
        padding: 0;
    }

    .navigation .parent .level-top {
        position: relative;
        display: block;
        text-decoration: none;
    }

    .nav-sections {
        -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: -80%;
        left: calc(-1 * (100% - 54px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: 250px;
    }
    /* width */
    .nav-sections::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .nav-sections::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .nav-sections::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .nav-sections::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .nav-sections .switcher {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: 0.8rem 3.5rem 0.8rem 2rem;
    }

    .nav-sections .switcher .label {
        display: block;
        margin-bottom: 5px;
    }

    .nav-sections .switcher:last-child {
        border-bottom: 1px solid #d1d1d1;
    }

    .nav-sections .switcher-trigger strong {
        position: relative;
        display: block;
        text-decoration: none;
    }

    .nav-sections .switcher-trigger strong:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: "\e622";
        font-family: "luma-icons";
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .nav-sections .switcher-trigger strong:after {
        position: absolute;
        right: -40px;
        top: -16px;
    }

    .nav-sections .switcher-trigger.active strong:after {
        content: "\e621";
    }

    .nav-sections .switcher-dropdown {
        margin: 0;
        padding: 0;
        list-style: none none;
        display: none;
        padding: 10px 0;
    }

    .nav-sections .switcher-options.active .switcher-dropdown {
        display: block;
    }

    .nav-sections .header.links {
        margin: 0;
        padding: 0;
        list-style: none none;
        border-bottom: 1px solid #d1d1d1;
    }

    .nav-sections .header.links li {
        font-size: 1.6rem;
        margin: 0;
    }

    .nav-sections .header.links li.greet.welcome {
        border-top: 1px solid #d1d1d1;
        font-weight: 700;
        padding: 0.8rem 20px;
    }

    .nav-sections .header.links li > a {
        border-top: 1px solid #d1d1d1;
    }

    .nav-sections .header.links a,
    .nav-sections .header.links a:hover {
        color: #575757;
        text-decoration: none;
        display: block;
        font-weight: 700;
        padding: 0.8rem 20px;
    }

    .nav-sections .header.links .header.links {
        border: 0;
    }

    .nav-before-open {
        height: 100%;
        overflow-x: hidden;
        width: 100%;
    }

    .nav-before-open .page-wrapper {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: 0;
        overflow: hidden;
        position: relative;
    }

    .nav-before-open body {
        height: 100%;
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .nav-open .page-wrapper {
        left: 80%;
        left: 250px;
    }

    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 99;
    }

    .nav-open .nav-toggle:after {
        background: rgba(0, 0, 0, 0.7);
        content: "";
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .nav-sections-items {
        position: relative;
        z-index: 1;
    }

    .nav-sections-items:before,
    .nav-sections-items:after {
        content: "";
        display: table;
    }

    .nav-sections-items:after {
        clear: both;
    }

    .nav-sections-item-title {
        background: #e3e3e3;
        border: solid #d7d7d7;
        border-width: 0 0 1px 1px;
        box-sizing: border-box;
        float: left;
        height: 71px;
        padding-top: 24px;
        text-align: center;
        width: 33.33%;
    }

    .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
    }

    .nav-sections-item-title .nav-sections-item-switch:hover {
        text-decoration: none;
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 25px 0;
    }

    .nav-sections-item-content:before,
    .nav-sections-item-content:after {
        content: "";
        display: table;
    }

    .nav-sections-item-content:after {
        clear: both;
    }

    .nav-sections-item-content.active {
        display: block;
    }

    .navigation {
        background: #f0f0f0;
        box-sizing: border-box;
    }

    .navigation ul {
        margin: 0;
        padding: 0;
    }

    .navigation li {
        margin: 0;
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .navigation a,
    .navigation a:hover {
        color: #575757;
        text-decoration: none;
    }

    .navigation .level0 {
        border-top: 1px solid #d1d1d1;
        font-size: 1.6rem;
    }

    .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    .navigation .level0 > .level-top:hover {
        color: #333;
    }

    .navigation .level0.active .all-category .ui-state-focus {
        border: none;
        border-bottom: 1px solid #fecc0b;
        color: #333;
        padding-left: 7px;
        display: block;
    }

    .navigation .level0 > .level1 {
        font-weight: 600;
    }

    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active) {
        border: none;
        border-bottom: 1px solid #fecc0b;
        color: #333;
    }

    .navigation
        .level0.active
        > a:not(.ui-state-active)
        span:not(.ui-menu-icon),
    .navigation
        .level0.has-active
        > a:not(.ui-state-active)
        span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    .navigation li.level0:last-child {
        border-bottom: 1px solid #d1d1d1;
    }

    .navigation .submenu > li {
        word-wrap: break-word;
    }

    .navigation .submenu > li > a:hover {
        color: #333;
    }

    .navigation .submenu:not(:first-child) {
        font-weight: 400;
        line-height: 1.3;
        left: auto !important;
        overflow-x: hidden;
        padding: 0;
        position: relative;
        top: auto !important;
        transition: left 0.3s ease-out;
    }

    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px;
    }

    .navigation .submenu:not(:first-child) > li:last-child {
        margin-bottom: 0;
    }

    .navigation .submenu:not(:first-child) ul {
        display: block;
        padding-left: 15px;
    }

    .navigation .submenu:not(:first-child) ul > li {
        margin: 0;
    }

    .navigation .submenu:not(:first-child) ul > li a {
        color: #575757;
        display: block;
        line-height: normal;
    }

    .navigation .submenu:not(:first-child) ul > li a:hover {
        color: #333;
    }

    .navigation .submenu:not(:first-child).expanded {
        display: block !important;
        padding-right: 0;
        top: 0 !important;
        left: 0 !important;
    }

    .navigation .submenu:not(:first-child) .active > a {
        border-color: #fecc0b;
        border-style: solid;
        border-width: 0 0 0 8px;
        color: #333;
        padding-left: 7px;
    }

    .navigation .submenu:not(:first-child) .level1.active > a {
        padding-left: 7px;
    }

    .navigation .level0 {
        margin: inherit;
        display: block;
        position: static;
    }
    .navigation .submenu:not(:first-child) > li > a {
        padding-left: 15px !important;
    }
    .navigation .level0.active > .level-top,
    .navigation .level0.has-active > .level-top {
        display: block;
    }

    .navigation .level0.parent > .level-top > .ui-menu-icon,
    .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
        display: none;
    }

    .navigation .level0 .submenu {
        background: transparent;
        border: none;
    }

    .page-wrapper.fixed header {
        display: block;
        position: static;
        box-shadow: none;
        min-height: auto;
    }

    .page-wrapper.fixed header .panel.wrapper,
    .page-wrapper.fixed header .minicart-wrapper,
    .page-wrapper.fixed header .block.block-search {
        display: block;
    }

    .page-wrapper.fixed .nav-sections {
        left: -80%;
        left: calc(-1 * (100% - 54px));
        z-index: inherit;
    }
    .page-wrapper.fixed header .logo {
        top: -15px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: block;
    }

    .page-wrapper.fixed header .header.content,
    .page-wrapper.fixed .navigation {
        max-width: 750px;
    }
    .page-wrapper.fixed .minicart-wrapper {
        position: relative;
        top: inherit;
        left: inherit;
        z-index: 1000;
        right: inherit;
    }
    .navigation .level0 .submenu a:hover,
    .navigation .level0 .submenu a.ui-state-focus {
        background-color: transparent;
        color: #fecc0b !important;
    }
    .customer-account-index .actions-toolbar > .primary,
    .customer-account-index .actions-toolbar > .secondary,
    #reorder-validate-detail .actions-toolbar > .primary,
    #reorder-validate-detail .actions-toolbar > .secondary {
        width: 100%;
        margin-bottom: 10px;
    }
    #reorder-validate-detail .action.primary,
    .sidebar.sidebar-additional .actions-toolbar a.action.view {
        width: 100%;
    }
    .page-wrapper.fixed header .header.content,
    .header.content {
        max-width: 750px !important;
    }
    .action.reload.captcha-reload {
        position: absolute;
        left: 230px;
        top: 10px;
    }
    .ol1 {
        min-height: 420px;
    }
    .page-layout-custom_category .page-title {
        font-size: 3.5rem;
    }
    .page-layout-custom_category .category-description {
        font-size: 24px;
    }
    .cart-summary .checkout-methods-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart-summary .checkout-methods-items .item {
        width: 49%;
    }
    .navigation .level0 .submenu > li.parent > a {
        font-weight: bold;
    }
    .navigation .level0 .submenu > li.parent > ul.submenu {
        padding-left: 15px !important;
    }
    .navigation .level0 .submenu > li.parent > ul.submenu {
        position: relative;
    }
    .navigation .level0 .submenu > li.parent ul.submenu::after {
        content: "";
        height: 100%;
        opacity: 1;
        width: 2px;
        background: #fecc0b;
        position: absolute;
        left: 15px;
        top: 0;
        border-radius: 15px;
        display: block;
    }
    .navigation .level0 .submenu .submenu {
        top: inherit !important;
        left: inherit !important;
    }
    .customer-account-forgotpassword .page-main .column.main,
    .customer-account-createpassword .page-main .column.main{
        padding: 0 30px;
    }
}
@media (max-width: 940px) {
    .ol1 {
        min-height: 400px;
    }
}
@media (max-width: 900px) {
    .ol1 {
        min-height: 390px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 40%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 41%;
    }
}
@media (max-width: 830.99px) {
    .ol1 {
        min-height: 360px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 39%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 40%;
    }
    .sliderHome_mageplaza1 {
        min-height: 244px;
    }
    .sliderHome_mageplaza2 {
        min-height: 322px;
    }
}
@media (max-width: 790px) {
    .ol1 {
        min-height: 340px;
    }
}
@media (max-width: 767px) {
    .quicklinksmobilespacing {
        clear: both;
        padding-top: 20px;
    }
    .ol1 {
        min-height: 374px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 38.5%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 39.5%;
    }
    .catalog-category-view.page-layout-2columns-left .column.main,
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        width: 100%;
    }
    .sliderHome_mageplaza2 {
        min-height: 300px;
    }
    .sliderHome_mageplaza1 {
        min-height: 224px;
    }
    .block.newsletter .form.subscribe .field.newsletter input {
        font-size: 16px;
    }
    /*#layered-filter-block .filter-title strong{
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        font-size: 1.4rem;
        margin-left: 0;
        cursor: pointer;
        position: absolute;
        top: 10px;
        left: 59px;
        width: 26px;
        height: 26px;
        border-right: 1px solid #ccc;
        font-size: 0;
        color: #7d7d7d;
        padding: 0;
    }
    #layered-filter-block .filter-title strong::before{
        content: "\f1de";
        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;
        color: rgba(110,113, 110, 0.56);
        font-size: 18px;
        position: relative;
        padding: 0;
        margin: 0;
        line-height: 1.3;
    }
    #layered-filter-block .filter-title strong:hover{
        border: 1px solid #fecc0b;
        background-color: #fecc0b;
        color: #fff;
    }
    #layered-filter-block .filter-title strong:hover::before{
        color: #fff;
    }*/
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        margin-bottom: 10px;
    }
    .page-with-filter.catalog-category-view .columns {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
    }
    #layered-filter-block .filter-title strong {
        background-color: #fecc0b;
        border-color: #fecc0b;
        box-shadow: none;
        border-radius: 0;
        top: -6px;
        font-size: 13px;
        font-weight: 500;
        cursor: pointer;
        min-width: 120px;
    }
    #layered-filter-block .filter-title strong:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }
    .amquote-cart-wrapper.minicart-wrapper {
        margin-right: 15px !important;
    }
}

@media (max-width: 767.99px) {
    .footer-middle .block.block-subscribe .input-box button {
        padding: 0 10px;
        border: none;
        border-left: 1px solid #ccc;
        margin: 0;
    }
    .block.newsletter .form.subscribe .actions {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .block-minicart .block-content > .actions > .primary .action.primary,
    .block-minicart .block-content > .actions > .secondary a.action.viewcart {
        font-size: 14px;
        padding: 8px;
    }

    .customer-account-index .actions-toolbar > .primary,
    .customer-account-index .actions-toolbar > .secondary,
    #reorder-validate-detail .actions-toolbar > .primary,
    #reorder-validate-detail .actions-toolbar > .secondary {
        width: auto;
        display: inline-block;
    }
    #reorder-validate-detail .action.primary,
    .sidebar.sidebar-additional .actions-toolbar a.action.view {
        min-width: 110px;
        width: auto;
        max-width: 100%;
        display: block;
    }
    .customer-account-index.account .column.main,
    .account .column.main {
        margin-bottom: 20px;
        padding-bottom: 0;
    }
    .customer-name {
        display: inline-block;
    }
    .customer-welcome.active .customer-menu {
        display: block;
    }
    .customer-welcome .action.switch {
        background-image: none;
        background: none;
        -moz-box-sizing: content-box;
        border: 0;
        box-shadow: none;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        text-shadow: none;
        font-weight: 400;
        color: #fff;
    }
    .customer-welcome .action.switch > span {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .customer-welcome ul {
        margin: 0;
        padding: 0;
        list-style: none none;
        background: #fff;
        border: 1px solid #bbb;
        margin-top: 4px;
        min-width: 100%;
        z-index: 101;
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
        min-width: 175px;
        z-index: 1000;
    }
    .customer-welcome.active ul {
        display: block !important;
    }
    .customer-welcome + .authorization-link,
    .order-details-items.ordered .order-title {
        display: none !important;
    }
    .customer-welcome li a {
        color: #333;
        text-decoration: none;
        display: block;
        line-height: 1.4;
        padding: 8px;
    }
    form.form.form-edit-account .field.field-name-firstname,
    form.form.form-edit-account .field.field-name-middlename,
    form.form.form-edit-account .field.field-name-lastname,
    .customer-address-form .field.field-name-lastname,
    form.form.form-edit-account .field.field-name-firstname input.input-text,
    form.form.form-edit-account .field.field-name-middlename input.input-text,
    .customer-address-form .field.field-name-firstname input.input-text,
    .customer-address-form .field.field-name-middlename input.input-text,
    .customer-address-form .field.field-name-firstname,
    .customer-address-form .field.field-name-middlename,
    .field.company,
    .field.telephone,
    .field.zip,
    .field.country,
    .field.password,
    .field.confirmation {
        width: 100%;
    }
    form.form.form-edit-account .field.field-name-lastname,
    .customer-address-form .field.field-name-lastname {
        margin: 0 0 20px;
    }
    .field.password-info p,
    .password-strength-meter {
        font-size: 12px;
        font-weight: 500;
    }
    .order-products-toolbar.toolbar .toolbar-amount,
    .order-products-toolbar.toolbar .limiter {
        display: inline-block;
    }
    .toolbar select {
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
    }
    .account .table-wrapper.orders-history {
        border-bottom: none;
    }
    .order-products-toolbar.toolbar.bottom {
        margin-bottom: 0;
    }
    #download_item_images .dwn_img a {
        font-size: 0;
        padding: 10px 15px;
        text-align: center;
        border-radius: 4px;
    }
    #download_item_images .dwn_img a::before {
        margin-right: 0;
    }
    .ol1 {
        min-height: 435px;
    }
    .amquote-cart-wrapper.minicart-wrapper {
        margin-right: 15px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 41%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 42%;
    }
    .catalog-category-view .modes {
        margin-left: 0;
    }

    .catalog-category-view.page-products .columns {
        padding-top: 10px;
    }
    #layered-filter-block.filter.active .filter-title strong {
        color: #fff;
        top: 5px;
        right: 10px;
    }
    .filter.active .filter-title strong:after {
        margin-left: 5px;
        color: #fff;
        font-size: 12px;
    }
    /*.wishlist-index-index .products-grid.wishlist .product-item-inner > .product-item-actions{
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        position: relative;
    }*/
    .wishlist-index-index
        .products-grid.wishlist
        .product-item-actions
        .action.edit {
        margin-left: 0;
    }
    .products-grid.wishlist .product-item .box-tocart {
        margin-right: 10px;
    }
    .products-grid.wishlist .product-item {
        border-bottom: none;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-photo {
        text-align: center;
        display: block;
        width: 100%;
        float: none;
    }
    .wishlist-index-index .products-grid .product-item-name,
    .wishlist-index-index .products-grid.wishlist .product-item .price-box,
    .wishlist-index-index .product-item-inner,
    .wishlist-index-index
        .products-grid.wishlist
        .product-item-info:hover
        .product-item-inner,
    .wishlist-index-index .product-reviews-summary.short {
        width: 100% !important;
        float: left;
    }
    .products-grid.wishlist .product-item-name,
    .products-grid.wishlist .product-item-description,
    .products-grid.wishlist .product-item .price-box,
    .products-grid.wishlist .product-item-tooltip {
        margin-left: 0;
    }
    .toolbar.wishlist-toolbar .toolbar-amount,
    .toolbar-amount {
        float: left;
    }
    .toolbar.wishlist-toolbar .limiter {
        float: right;
    }
    .products-grid.wishlist .product-image-container {
        max-width: 100%;
    }
    #totop {
        display: inline-block !important;
    }
    .customer-account-create .field.field-name-firstname,
    .customer-account-create .field.field-name-middlename,
    .customer-account-create .field.field-name-lastname {
        margin-bottom: 10px;
    }
    .customer-account-create .field.shop_url,
    .customer-account-create .field.do_you_want_to_become_a_seller,
    .customer-account-create .fieldset > .field {
        width: 100%;
    }

    .customer-account-create .fieldset.create.account > .field {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .customer-account-create .fieldset.create.account > .field.password {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .customer-account-create
        form.form.create.account.form-create-account
        .actions-toolbar,
    .customer-account-create
        .form-create-account
        .fieldset.create.account:after {
        padding-left: 15px;
        padding-right: 0;
    }
    form.form.form-edit-account .fieldset.password .col-xs-12.col-sm-3 {
        width: 100%;
    }
    .account .column.main {
        order: 2;
    }
    .columns .sidebar-main {
        order: 1;
    }
    .block.newsletter .form.subscribe .field.newsletter input {
        padding-right: 85px;
    }
    .modal-popup.popup-authentication {
        background-color: #fff;
    }
    #layered-filter-block
        .block-content.filter-content
        .amshopby-filter-current.filter-current {
        margin: 0;
        margin-top: 25px;
    }
}

@media (max-width: 730.99px) {
    .ol1 {
        min-height: 415px;
    }
}
@media (max-width: 680.99px) {
    .ol1 {
        min-height: 375px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 40.5%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 39.5%;
    }
    .field.field-name-firstname,
    .field.field-name-middlename,
    .field.field-name-lastname,
    .field.shop_url,
    .field.do_you_want_to_become_a_seller,
    .fieldset > .field {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .fieldset {
        margin-bottom: 10px;
    }
    .fieldset > .legend {
        padding: 0;
    }
    .page-layout-custom_category .category-description {
        font-size: 18px;
    }
    .sliderHome_mageplaza1 {
        min-height: 184px;
    }
    .sliderHome_mageplaza2 {
        min-height: 250px;
    }
}
@media (max-width: 640.99px) {
    .products-grid .product-item-actions {
        margin: 0px 0 10px;
    }
    .ol1 {
        min-height: 360px;
    }
    .columns .sidebar-main {
        margin-bottom: 40px;
    }
}
@media (max-width: 576.99px) {
    .ol1 {
        min-height: 345px;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        .amquote-addto-button {
        right: 44%;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 44.6%;
    }
    .customer-account-create .form.create.account {
        padding: 25px 10px;
    }
    .block-search .minisearch.active .control {
        width: 100%;
    }
    .catalog-category-view
        .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-image-wrapper,
    .catalogsearch-result-index
        .products.wrapper.grid.products-grid
        li.item.product.product-item
        .product-image-wrapper {
        padding-bottom: 0 !important;
    }
    #layered-filter-block
        .block-content.filter-content
        .amshopby-filter-current.filter-current {
        margin-top: 35px;
    }
    .catalog-product-view
        li.product-item
        a.product.photo.product-item-photo
        .bss-bt-quickview,
    .catalog-category-view
        li.product-item
        a.product.photo.product-item-photo
        .bss-bt-quickview {
        position: static;
    }
    .catalog-product-view
        li.product-item
        a.product.photo.product-item-photo
        .bss-bt-quickview
        a.bss-quickview,
    .catalog-category-view
        li.product-item
        a.product.photo.product-item-photo
        .bss-bt-quickview
        a.bss-quickview {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 1;
    }
}
@media (max-width: 480px) {
    .header.panel > .header.links > li {
        margin: 0;
    }
    .block-search .minisearch.active .control {
        width: 90%;
    }
    .footer-bottom address {
        float: none;
        line-height: 1.4;
        margin: 5px 0;
        text-align: center;
        display: block;
    }
    .footer-bottom a.logo {
        float: none;
        text-align: center;
        display: block;
    }
    .footer-bottom a.logo {
        float: none;
        text-align: center;
        display: block;
        margin: 0 auto !important;
        padding-right: 0;
        width: 100%;
        padding: 0;
        height: 70px;
    }
    .footer-bottom {
        padding-bottom: 30px !important;
    }
    .catalog-category-view
        .products.list.items.product-items
        .product-item-actions
        button.action.tocart.primary {
        left: 44%;
    }
    .catalog-category-view.page-layout-2columns-left .sidebar-main {
        padding-left: 15px;
    }
    #layered-filter-block .filter-title strong {
        margin-left: 15px;
    }
    .catalog-category-view.page-layout-2columns-left
        .sidebar-main
        .wp-filters.wp-filters-ajax {
        padding-top: 6px;
    }
    .catalog-category-view .modes {
        margin: 0px 15px !important;
        margin-top: 10px !important;
    }
    .insta_feed .side-line span {
        padding: 0;
    }
    .customer-account-create .form.create.account label.label {
        font-size: 13px;
    }
    .sliderHome_mageplaza1 {
        min-height: 124px;
    }
    .sliderHome_mageplaza2 {
        min-height: 170px;
    }
    .custom_barcode_search {
        padding: 0 15px;
    }
}
@media (max-width: 420.99px) {
    .nav-toggle {
        left: 40px;
    }
    .field.search label {
        padding: 0;
        left: -10px;
    }
    .compare-link {
        margin-left: -10px;
    }
    .header.panel > .header.links > li:last-child > a {
        margin-right: 0;
    }
    .header.panel > .header.links > li > a {
        padding: 2px 4px;
    }
    .minicart-wrapper {
        right: -15px;
    }
    .amquote-cart-wrapper.minicart-wrapper {
        margin-right: -10px !important;
    }

    .insta_title {
        font-size: 2.4rem;
    }
    #footer_social_container img {
        width: 60px;
    }
    .cart-summary .checkout-methods-items {
        display: block;
        justify-content: inherit;
        align-items: inherit;
    }
    .cart-summary .checkout-methods-items .item {
        width: 100%;
    }
}
@media (max-width: 375.99px) {
    header .logo {
        top: -14px;
        max-width: 150px;
    }
    .catalog-category-view .toolbar select {
        max-width: 150px;
    }
}
@media (max-width: 360.99px) {
    .catalog-category-view .amquote-cart-wrapper.minicart-wrapper,
    .amquote-cart-wrapper.minicart-wrapper {
        margin-right: -6px;
    }
    .amquote-cart-wrapper.minicart-wrapper .amquote-showcart {
        width: 28px;
        height: 30px;
    }
    .amquote-cart-wrapper.minicart-wrapper .amquote-showcart .counter.qty {
        top: -12px;
        right: -5px;
    }
}
@media (max-width: 350px) {
    .page-header .header.panel {
        padding-right: 5px;
    }
    .header.panel > .header.links > li > a,
    .compare-link a {
        font-size: 1rem;
    }
    .insta_title {
        font-size: 2.2rem;
    }
}
/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px;
    }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="url"] {
        font-size: 16px;
    }
}
#remember-me-box {
    position: relative;
}
#remember-me-box input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
}
#remember-me-box label.label {
    margin-left: 20px;
    margin-top: 5px;
}
/* @media(min-width: 768px){
    .catalog-category-view .products.wrapper.products-grid{
        width: 79.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        margin-top: 0;
    }
    .catalog-category-view .toolbar-products{
        width: 79.16666667%;
        float: right;
    }
    .page-layout-1column .filter.block{
        width: 20.83333333%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .page-layout-1column .filter-options-item{
        display: block;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
    }
    .page-layout-1column .filter-options-content{
        box-shadow: none;
        border: none;
        position: relative;
        width: auto;
    }
    .page-layout-1column .filter-options-item.active:after, .page-layout-1column .filter-options-item.active:before{
        display: none;
    }
} */
.atss .at-share-btn, .atss a{
    width: 30px !important;
}
.atss .at-share-btn .at-icon-wrapper, .atss a .at-icon-wrapper{
    padding: 5px !important;
}
.atss .at-share-btn span .at-icon, .atss a span .at-icon{
    width: 25px !important;
    height: 25px !important;
}
.atss .at-share-btn:focus, .atss .at-share-btn:hover, .atss a:focus, .atss a:hover{
    width: 50px !important;
}
.atss .at-share-btn span .at-icon, .atss a span .at-icon{
    left: -3px !important;
}
@media(max-width: 992px){
    .logo img{
        height: auto !important;
    }
}
@media(max-width: 768px){
    .wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit{
        margin-left: 64px;
    }
}
@media(max-width: 767px){
    .wishlist-index-index .products-grid.wishlist .product-item-actions .action.edit{
        margin-left: 0;
    }
}
.sidebar.sidebar-additional .paypal.acceptance{
    display: none !important;
}
.product-info-main .product.attribute.overview{
    clear: both !important;
}
.product-item-actions .actions-primary+.actions-secondary{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.sidebar .filter-options-item{
    padding-bottom: 5px;
}
.sidebar .filter-options-title{
    padding-top: 5px;
}
.sidebar .filter-options-title:after{
    top: 8px;
}
.catalog-category-view.page-products .products-list .product-item-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.catalog-category-view .products-list li.item.product.product-item a.product,
.catalog-category-view .products-list li.item.product.product-item .ol1{
    width: 380px;
}
.catalog-category-view .products-list .product.details.product-item-details{
    width: calc(100% - 390px);
    text-align: left;
}
.catalog-category-view .products-list .product-item .price-box,
ol.products.list.items.product-items .price-box{
    text-align: center;
}
.catalog-category-view .products-list .products.list.items.product-items .product-item-actions button.action.tocart.primary,
.catalog-category-view .products-list .products.list.items.product-items .product-item-actions .amquote-addto-button,
.catalog-category-view .products-list .product-item a.action.towishlist,
.catalog-category-view .products-list .product-item a.action.tocompare{
    position: relative !important;
    top: inherit;
    left: inherit !important;
    right: inherit !important;
    transform: inherit !important;
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.catalog-category-view .products-list .products.list.items.product-items .product-item-actions .actions-primary{
    width: auto;
}
.page-products .products-list .product-item-actions{
    display: flex;
    justify-content: start;
    align-items: center;
}
.catalog-category-view .products-list .products.list.items.product-items .product-item-actions .amquote-addto-button{
    margin-left: 7px;
}
.catalog-category-view .products-list .product-item a.action.towishlist,
.catalog-category-view .products-list .product-item a.action.tocompare{
    margin-left: 10px;
}
.catalog-category-view .products-list li.item.product.product-item .ol1{
    height: 100%;
    min-height: 100px;
}
.catalog-category-view .products-list .item.product.product-item .ratings .rating-box{
    margin: 0;
}
/* .catalogsearch_result1 .ol1{
    display: none !important;
} */
.search.results.catalogsearch_result1 .product-item-actions button.action.tocart.primary{
    visibility: visible;
    opacity: 1;
}
.product-add-form .custom_qty #qty-error{
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    white-space: nowrap;
}
@media(min-width: 992px){
    .page-layout-2columns-left .columns .column.main{
        width: 83%;
    }
    .page-layout-2columns-left .sidebar-main.sidebar{
        width: 17%;
    }
    
}
@media(max-width: 992px){
    .abs-visually-hidden-desktop-s, 
    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner,
    .product-item-inner{
        position: relative;
        left: inherit;
        bottom: inherit;
        top: inherit;
        z-index: 10;
    }
    .catalog-category-view .products-list li.item.product.product-item{
        width: 100% !important;
    }
    .catalog-category-view .products-list li.item.product.product-item a.product, 
    .catalog-category-view .products-list li.item.product.product-item .ol1{
        width: 30%;
    }
    .catalog-category-view .products-list .product.details.product-item-details{
        width: 70%;
    }
    .page-products .catalogsearch_result1 .product-item-actions{
        margin: 0;
    }
    .search.results.catalogsearch_result1 .products-grid a.action.towishlist, 
    .search.results.catalogsearch_result1 .products-grid a.action.tocompare {
        margin-top: 21px !important;
    }
    
}
@media(max-width: 639px){
    .toolbar-bottom .pages .pages-items{
        padding: 2px 30px 0;
    }
    .toolbar-bottom .toolbar.toolbar-products .pages li.item{
            margin: 0 2px;
    }
    .toolbar-bottom .pages-item-previous,
    .toolbar-bottom .pages-item-next{
        top: 2px;
    }
    .catalog-category-view .products-grid li.item.product.product-item .product-item-details > .product-item-name > a{
        white-space: normal;
        overflow: visible;
        text-overflow: inherit;
        padding: 0 20px;
    }
    .catalogsearch-result-index.page-products .search.results.catalogsearch_result1 li.product-item a.product.photo.product-item-photo .bss-bt-quickview a.bss-quickview{
         top: 20px;   
    }
    .page-products .search.results.catalogsearch_result1 .products-grid li.product-item + li.product-item{
        margin-top: 60px;
    }
}
@media(max-width: 480px){
    .product-add-form .custom_qty #qty-error {
        bottom: inherit;
        top: 0;
        left: 80px;
    }
}