/*!
 *  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(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
















/* =========================================================================================== */

@import url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/fonts.css);

body {
    padding: 0;
    margin: 0;
    font-family: 'Lato';
    font-weight: 400
}

html,
body {
    width: 100%;
    float: left;
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: #414141
}

a {
    color: #212529;
    text-decoration: none;
    cursor: pointer;
    transition: all 1s
}

a:hover {
    color: #ca9831;
    text-decoration: none;
    cursor: pointer
}

a:focus {
    text-decoration: none;
    transition: all 1s ease
}

*:focus {
    outline: none !important
}

::-moz-selection {
    color: #fff;
    background: #ca9831
}

::selection {
    color: #fff;
    background: #ca9831
}

img {
    max-width: 100%;
    height: auto
}

.button .default-css {
    width: 100%;
    float: left
}

.default-css h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h5 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h6 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato'
}

.default-css h1 a,
.default-css h2 a,
.default-css h3 a,
.default-css h4 a,
.default-css h5 a,
.default-css h6 a {
    color: #46a2a2
}

.default-css h1 a:hover,
.default-css h2 a:hover,
.default-css h3 a:hover,
.default-css h4 a:hover,
.default-css h5 a:hover,
.default-css h6 a:hover {
    color: #44b486
}

.default-css iframe {
    width: 100%
}

.alignleft {
    float: left;
    margin-right: 1.5em;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px
}

.alignright {
    float: right;
    margin-left: 1.5em;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 20px
}

.default-css p {
    margin-bottom: 20px;
    font-size: 18px;
    color: #666;
    font-family: 'Lato'
}

.default-css ul {
    margin-bottom: 10px;
    list-style-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/list-arrow.png);
    display:
}

.full-height {
    height: 100%
}

.title-heading {
    margin: 0 0 40px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.header.sticky {
    position: fixed;
    top: 0;
    padding: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
    z-index: 111
}

.header.sticky .logo img {
    width: 228px
}

.header.sticky .header-right {
    padding: 0
}

.header.sticky .cart-item {
    padding: 23px 19px 32px
}

.header.sticky .search--right {
    padding: 28.3px 16px
}

.header.sticky .navbar-collapse.collapse {
    padding: 10px 0
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
    transition: padding .3s ease-in-out;
    -webkit-transition: padding .3s ease-in-out;
    -moz-transition: padding .3s ease-in-out;
    -ms-transition: padding .3s ease-in-out;
    background: rgba(0, 0, 0, .75)
}

.col-padding {
    padding-left: 0;
    padding-right: 0
}

.logo-bg-left {
    background-color: #fff;
    padding: 6.5px 0 5px;
    position: relative;
    float: left;
    width: 100%
}

.header.sticky .logo-bg-left {
    padding-bottom: 6px
}

.logo-bg-left:before {
    content: "";
    background-color: #fff;
    width: 500%;
    left: -496%;
    height: 100%;
    position: absolute;
    top: 0
}

.logo {
    text-align: center;
    float: left;
    margin-right: 0;
    position: relative;
    z-index: 1
}

.logo-bg-left:after {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/logo-after.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 130px;
    height: 100%;
    content: "";
    position: absolute;
    right: -124px;
    top: 0
}

.logo img {
    display: block;
    margin: 0 auto
}

.header-rt {
    padding-left: 118px;
    float: left;
    position: relative
}

.top-nav {
    margin: 0;
    padding: 26px 0;
    float: left
}

.top-nav ul {
    margin: 0;
    padding: 0
}

.top-nav ul li {
    margin: 0 14px;
    padding: 17px 0;
    display: inline-block
}

.top-nav ul li a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.top-nav ul li.active {
    border-bottom: 2px #ca9831 solid
}

.top-nav ul li:hover {
    border-bottom: 2px #ca9831 solid
}

.cart-item {
    margin: 0;
    padding: 54px 19px 56px;
    text-align: center;
    float: left;
    border-left: 1px #666 solid;
    border-right: 1px #666 solid;
    position: relative
}

.cart-item img {
    margin: 0 auto 5px;
    padding: 0;
    display: block
}

span.festi-cart-quantity {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: 400;
    color: #fff !important;
    font-size: 14px !important;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -20px
}

.search--right {
    padding: 56px 16px;
    float: left;
    border-right: 1px #666 solid
}

.search-form-top {
    padding: 0;
    text-align: right
}

.searchForm {
    position: absolute;
    width: 0;
    top: 42px;
    right: 55px;
    background: #f7f7f7;
    padding: 0;
    border-radius: 3px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    z-index: 1111;
    padding: 5px 0
}

.header.sticky .searchForm {
    top: 16px
}

.searchForm form {
    margin: 0
}

.search-form-top label {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    z-index: 11111
}

#searchBoxOpener {
    position: absolute;
    visibility: hidden;
    display: none
}

#searchBoxOpener:checked+label+.searchForm {
    padding: 5px 10px;
    width: 300px
}

#searchBoxOpener:checked+label img {
    display: none
}

#searchBoxOpener:checked+label {
    width: 22px;
    height: 19px;
    margin-bottom: 0;
    position: relative
}

#searchBoxOpener:checked+label:before,
#searchBoxOpener:checked+label:after {
    position: absolute;
    top: 9px;
    left: 0;
    right: auto;
    bottom: auto;
    background: #fff;
    content: '';
    height: 3px;
    width: 26px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease
}

#searchBoxOpener:checked+label:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#searchBoxOpener:checked+label:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.search-form-top input {
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    height: 35px;
    font-size: 18px;
    width: 100%;
    padding-right: 33px;
    color: #353535;
    font-weight: 400
}

.search-form-top input::-webkit-input-placeholder {
    color: #353535
}

.search-form-top input::-moz-placeholder {
    color: #353535;
    opacity: 1
}

.search-form-top input:-ms-input-placeholder {
    color: #353535;
    opacity: 1
}

.search-form-top input:-moz-placeholder {
    color: #353535
}

.btn-search {
    background: 0 0;
    border: none;
    padding: 0;
    position: absolute;
    top: 11px;
    right: 19px;
    cursor: pointer;
    display: none
}

#searchBoxOpener:checked+label+.searchForm .btn-search {
    display: block
}

.dgwt-wcas-search-wrapp {
    min-width: 0 !important
}

.searchForm .dgwt-wcas-search-input {
    padding: 0 !important;
    border: none !important
}

svg.dgwt-wcas-ico-magnifier {
    right: 4px !important;
    left: auto !important;
    z-index: 1;
    cursor: pointer
}

.dgwt-wcas-preloader {
    display: none
}

.hero {
    position: relative
}

.hero-slider {
    margin: 0;
    padding: 0;
    background-color: #20232c;
    position: relative
}

.hero-slider img {
    opacity: 1;
    width: 100%;
    object-fit: cover;
    height: 100vh
}

.hero-content-sld {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    z-index: 11;
    left: 0;
    right: 0
}

.hero-content-sld .slick-prev,
.hero-content-sld .slick-next {
    width: 59px;
    height: 46px;
    z-index: 1
}

.hero-content-sld .slick-prev {
    left: 3%;
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/prev-arrow.png)
}

.hero-content-sld .slick-next {
    right: 3%;
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/next-arrow.png)
}

.hero-content-sld .slick-prev:hover {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/prev-arrow-hover.png)
}

.hero-content-sld .slick-next:hover {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/next-arrow-hover.png)
}

.hero-content-sld .slick-prev:focus {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/prev-arrow-hover.png)
}

.hero-content-sld .slick-next:focus {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/next-arrow-hover.png)
}

.hero-content-sld .slick-prev.slick-disabled {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/prev-arrow-hover.png)
}

.hero-content-sld .slick-next.slick-disabled {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/next-arrow-hover.png)
}

.hero-content-sld .slick-prev:before,
.hero-content-sld .slick-next:before {
    display: none
}

.hero-top-sd {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, .75);
    padding: 42px 20px;
    background-size: cover;
    position: relative
}

.hero-top-sd:after {
    content: "";
    border: 2px #000 solid;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px
}

.hero-top-sd span {
    font-size: 28px;
    color: #ca9831;
    font-weight: 400;
    text-align: center;
    display: block;
    text-transform: uppercase
}

.hero-top-sd h1 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #000;
    font-weight: 400;
    font-family: 'Lobster 1.0';
    text-align: center;
    display: block;
    letter-spacing: 5px;
    position: relative;
    z-index: 1
}

.hero-top-sd p {
    font-size: 26px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 0 0 30px;
    position: relative;
    z-index: 1
}

.hero-top-sd a.hero-btn {
    padding: 7px 40px;
    font-size: 20px
}

.button {
    background-color: #ca9831;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 8px 36px;
    position: relative;
    z-index: 1
}

.button:hover {
    background-color: #464646 !important;
    color: #fff
}

.themask-section-mid {
    margin: 50px 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .42)
}

.shop--category-list {
    margin: 0;
    padding: 40px 60px 48px
}

.shop--category-list h2 {
    margin: 0 0 40px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.shop--category-list ul {
    margin: 0;
    padding: 0
}

.shop--category-list ul li {
    margin: 0 59px 0 0;
    padding: 0;
    display: inline-block;
    width: 30.3%
}

.shop--category-list ul li img {
    width: 100%;
    margin-bottom: 30px
}

.shop--category-list ul li:hover img {
    box-shadow: 0 0 15px rgba(0, 0, 0, .37)
}

.shop--category-list ul li:hover a {
    color: #ca9831
}

.shop--category-list ul li a {
    font-size: 24px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: block
}

.shop--category-list ul li:last-child {
    margin-right: 0
}

.mask-store-sextion {
    margin-bottom: 55px
}

.mask-store-left {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: center
}

.collection-tittle {
    margin: 0 0 23px;
    padding: 0;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.mask-heading {
    border: 2px #000 solid;
    max-width: 530px;
    margin: 0 auto 15px;
    position: relative
}

.mask-heading h4 {
    color: #131c39;
    font-size: 64px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 24px 0
}

.limited-offer {
    position: absolute;
    top: -81px;
    right: -6px
}

.mask-store-right {
    display: table-cell
}

.mask-store-left h5 {
    margin: 0 0 10px;
    padding: 0;
    font-weight: 600;
    font-size: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.mask-store-left h5 span {
    font-weight: 900
}

.mask-store-left p {
    color: #666;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    padding: 0 124px;
    margin: 0 0 20px
}

.product-section-mid {
    margin: 50px 0;
    padding: 0
}

.product-section-mid ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-section-mid ul li {
    margin: 0;
    padding: 0;
    float: left;
    min-height: inherit;
    border-right: 1px #d4d4d4 solid;
    border-bottom: 1px #d4d4d4 solid;
    width: 25%;
    display: inline-block
}

.populrPro {
    display: table;
    height: 100%;
    width: 100%
}

.popular-products {
    margin: 0;
    padding: 0 40px;
    background-color: #232323;
    height: 100%;
    display: table-cell;
    vertical-align: middle
}

.p-sec-home {
    text-align: center;
    padding: 10px 15px 12px
}

.popular-products h2 {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.popular-products p {
    margin: 0 0 25px;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-family: 'Lato';
    line-height: 26px
}

.popular-products a {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    color: #ca9831;
    font-weight: 500
}

.popular-products a i {
    padding-left: 5px
}

.popular-products a:hover {
    color: #fff
}

.products-list {
    margin: 0;
    padding: 0;
    position: relative
}

.products-list img {
    margin: 0 auto;
    display: block;
    padding: 0;
    width: 100%;
    max-height: 370px;
    object-fit: cover
}

.products-list h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0
}

.products-list p {
    font-size: 16px;
    text-transform: uppercase;
    color: #666;
    font-weight: 500
}

.product-section-mid ul li.Handmade-mask {
    width: 50%;
    background-image: linear-gradient(#cc1010, #ca9831);
    padding: 40px 50px
}

.Handmade-left {
    display: table-cell;
    vertical-align: middle;
    padding: 0 107px 0 0
}

.Handmade-left h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 45px;
    padding: 0
}

.Handmade-left .handmade-btn {
    background-color: #000
}

.Handmade-right {
    display: table-cell
}

.add-to-cart-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    display: none
}

.product-section-mid ul li:hover .add-to-cart-btn {
    display: block
}

.add_to_cart_button,
.added_to_cart {
    font-size: 16px !important;
    color: #fff !important;
    background-color: #000 !important;
    text-align: center;
    display: inline-block;
    padding: 10px 22px 12px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    border-radius: 0 !important;
    line-height: normal !important
}

.add_to_cart_button:hover,
.added_to_cart:hover {
    background-color: #ca9831 !important;
    color: #fff
}

.gallery-section-mid {
    margin: 0;
    padding: 15px 0 40px
}

.gallery-section-mid h2 {
    margin: 0 0 30px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.gallery-section-mid ul {
    margin: 0;
    padding: 0
}

.gallery-section-mid ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden
}

.gallery-abs-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/img-hover-effect.png);
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.gallery-abs-hover a {
    font-family: 'Oswald';
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block
}

.gallery-abs-hover a img {
    display: block;
    margin: 0 auto 20px
}

.gallery-section-mid ul li:hover .gallery-abs-hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1)
}

.handmade-marks-leather-left {
    margin: 0;
    padding: 0;
    float: left;
    width: 49%;
    position: relative;
    overflow: hidden
}

.handmade-marks-leather-left img {
    transition: all 1s
}

.handmade-marks-leather-left:hover img {
    transform: scale(1.1)
}

.handmade-marks-leather-left:last-child {
    float: right
}

.leather-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    right: 30px;
    text-align: right;
    max-width: 250px
}

.leather-content h3 {
    font-family: 'Oswald';
    font-size: 39px;
    color: #fff;
    margin: 0 0 20px;
    padding: 0
}

.leather-content .han-btn {
    background-color: #ca9831;
    transition: all 1s
}

.leather-content .han-btn:hover {
    background-color: #131c39
}

.favorites-section {
    padding: 55px 30px
}

.favorites-section h3 {
    margin: 0 0 40px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.favorites-section ul {
    margin: 0;
    padding: 0
}

.favorites-section ul li {
    margin: 0 21px 0 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 23.74%
}

.favorites-section ul li:last-child {
    margin-right: 0
}

.favorites-section ul li img {
    margin: 0 0 30px
}

.favorites-section ul li h2 {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center
}

.favorites-section ul li p {
    font-weight: 500;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin: 0 0 30px;
    padding: 0
}

.newsletter-section-bg {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/newsletter-bg.jpg);
    background-position: top left;
    background-repeat: repeat;
    padding: 100px 0 100px
}

.newsletter-middle {
    max-width: 620px;
    margin: 0 auto
}

.newsletter-middle h4 {
    color: #232323;
    font-size: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-align: center
}

.newsletter-middle p {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin: 0 0 30px;
    padding: 0
}

.news-input-box {
    max-width: 500px;
    margin: 0 auto;
    position: relative
}

.newsletter-flied {
    width: 100%;
    border: none;
    padding: 18px 22px;
    font-weight: 400;
    font-size: 18px;
    color: #666;
    box-shadow: 0 0 20px rgba(0, 0, 0, .42);
    border-radius: 100px
}

.newsletter-middle #gform_submit_button_1 {
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/msg-icon-btn.png) no-repeat right center !important;
    width: 26px;
    height: 20px;
    position: absolute !important;
    right: 8px !important;
    border: none;
    top: 20px;
    cursor: pointer;
    font-size: 0 !important;
    padding: 0 !important;
    background-color: transparent !important
}

.newsletter-middle #gform_submit_button_1:hover {
    background-color: inherit !important
}

.footer-section-first {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/footer-background.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.footer-overlay {
    padding: 32px 0;
    background-color: rgba(35, 35, 35, .95)
}

.footer-left-ft {
    margin: 0;
    padding: 0
}

.footer-left-ft img {
    margin: 0 0 20px;
    padding: 0
}

.footer-left-ft p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 28px
}

.footer-menu-list {
    margin: 0;
    padding: 0 0 0 100px
}

.footer-menu-list h2 {
    margin: 0 0 25px;
    padding: 0 0 20px;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    text-transform: uppercase;
    position: relative
}

.footer-menu-list h2:after {
    content: "";
    background-color: #ca9831;
    width: 46px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-menu-list ul {
    margin: 0;
    padding: 0
}

.footer-menu-list ul li {
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    display: block;
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/ft-arrow.png) no-repeat left center
}

.footer-menu-list ul li a {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    color: #fff
}

.footer-menu-list ul li a:hover {
    color: #ca9831
}

.footer-menu-list p {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    position: relative
}

.footer-menu-list p span {
    color: #ca9831;
    display: block
}

.footer-menu-list p a {
    color: #fff
}

.footer-menu-list p a:hover {
    color: #ca9831
}

.footer-menu-list .following-tag a {
    font-size: 20px;
    padding-right: 20px
}

.footer-copyright {
    background-color: #ca9831;
    padding: 5px 0;
    margin: 0
}

.footer-copyright p {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    margin: 0
}

.breadcrumb-section {
    margin: 0;
    padding: 40px 0
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: inherit
}

.breadcrumb ul {
    margin: 0;
    padding: 0
}

.breadcrumb li {
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.breadcrumb li:last-child {
    border-right: none;
    margin: 0;
    padding: 0
}

.breadcrumb li a {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px
}

.breadcrumb li span.current-item {
    color: #ca9831 !important
}

#back-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 30px;
    overflow: hidden;
    z-index: 999
}

#back-top {
    display: none;
    margin-bottom: 0
}

#back-top-wrapper #back-top a {
    width: 48px;
    height: 61px;
    opacity: 1;
    transition: .2s all;
    padding: 15px 0
}

#back-top-wrapper #back-top a span {
    font-size: 19px;
    font-family: 'Axiforma';
    font-weight: 500;
    display: block
}

.inner-hero-slider {
    background-color: rgba(32, 35, 44, 1)
}

.inner-hero-slider img {
    opacity: .22;
    width: 100%
}

.inner-pg-section {
    padding: 40px 0 40px
}

.inner-mid-content {
    margin: 150px 0 0;
    padding: 0
}

.inner-mid-content h1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 70px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.inner-mid-content ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block
}

.shop-page-product .inner-pg-section {
    padding: 40px 0 0
}

.inner-newsletter {
    padding: 100px 0
}

.inner-pg-section>p {
    color: #666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 32px;
    padding: 0;
    text-align: center
}

.gallery-wrapper a.galpop-multiple {
    float: left;
    padding: 0;
    margin: 0;
    width: 25%;
    overflow: hidden;
    position: relative;
    background-color: #000;
    transition: 1s
}

.gallery-wrapper a.galpop-multiple:hover:after {
    content: "";
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/zoom-icon.png);
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.gallery-wrapper a.galpop-multiple img {
    transition: all 1s;
    overflow: hidden
}

.gallery-wrapper a.galpop-multiple:hover img {
    transform: scale(1.1);
    opacity: .2
}

.contact-left-st {
    padding: 0;
    margin: 0 auto;
    max-width: 643px;
    background: #ca9831
}

.contact-address {
    padding: 25px 0;
    margin: 0;
    text-align: center;
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/border-contact.png) no-repeat center bottom
}

.contact-address:nth-child(3) {
    background: 0 0;
    padding-bottom: 0
}

.contact-address h3 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.contact-address p {
    padding: 0 86px;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff
}

.contact-address a {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #fff
}

.contact-social {
    padding: 10px 0;
    max-width: 409px;
    margin: 0 auto 0;
    text-align: center;
    border-bottom: 48px solid #000;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent
}

.contact-social p {
    padding: 0;
    margin: 20px 0 -45px
}

.contact-social p a {
    margin: 0 10px
}

.contact-right-form {
    margin: 0;
    padding: 0
}

.contact-right-form h4 {
    text-align: left;
    margin: 0 0 20px
}

.contact-right-form p {
    color: #666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.contact-right-form .gform_wrapper {
    margin: 30px 0 0
}

.gform_wrapper .gform_body {
    width: 100%
}

.contact-right-form .gform_wrapper ul.gform_fields {
    margin: 0 -15px !important;
    padding: 0
}

.contact-right-form ul li {
    margin: 0 0 18px;
    display: block;
    padding: 0 15px !important;
    clear: both
}

.gform_wrapper .gform_fields li.gfield.gf_left_half,
.gform_wrapper .gform_fields li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-right: 16px;
    float: left;
    clear: inherit
}

.gform_wrapper .gform_fields li.gfield.gf_right_half {
    margin-top: 8px
}

.gfield_label {
    margin: 0 0 18.5px;
    padding: 0;
    color: #666;
    font-size: 18px;
    display: inline-block;
    line-height: 1.3;
    clear: both;
    text-transform: uppercase;
    font-weight: 400 !important
}

.contact-right-form .gform_wrapper .large {
    width: 100%;
    border: 1px #acacac solid;
    color: #666;
    font-size: 18px !important;
    padding: 8px 14px !important;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    line-height: normal !important
}

.contact-right-form .gform_wrapper .large:focus {
    border: 1px #ca9831 solid
}

.contact-right-form .gform_wrapper textarea.large {
    resize: none;
    height: 100px;
    padding: 6px 12px;
    border-radius: 0
}

.contact-right-form .gform_wrapper .gform_button {
    border: none;
    cursor: pointer;
    border-radius: 0
}

.map-section {
    margin: 40px 0 0
}

.olivia-img-left {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 35%
}

.olivia-img-left img {
    border-radius: 100%;
    border: 3px #e9e9e9 solid
}

.olivia-content-right {
    display: table-cell;
    padding-left: 25px;
    width: 65%;
    vertical-align: middle;
    padding-right: 25px
}

.olivia-content-right h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    margin: 0 0 15px
}

.olivia-content-right h2 span {
    font-size: 22px;
    text-transform: capitalize;
    color: #666;
    display: block
}

.olivia-content-right p {
    font-size: 16px;
    color: #14233c;
    display: block;
    line-height: 22px
}

.artists-bottom-page .row {
    margin-bottom: 60px
}

.artists-bottom-page .row:last-child {
    margin-bottom: 0
}

.shop-product-left {
    margin: 0;
    padding: 0 30px 0 0
}

.product-left-category {
    margin: 0 0 30px;
    padding: 0
}

.category-heading {
    margin: 0 0 28px;
    padding: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald';
    border-bottom: 1px #a3a3a3 solid
}

.slide-item {
    margin: 0;
    padding: 0
}

.slide-item:last-child h4 {
    border-bottom: none
}

.slide-item h4 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    border-bottom: 1px #a3a3a3 solid
}

.slide-item ul {
    margin: 0 0 15px 12px;
    padding: 0
}

.slide-item ul li {
    margin: 0;
    padding: 3px 0 3px 20px;
    display: block;
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/item-arrow.png) no-repeat left top 11px
}

.slide-item ul li a {
    color: #666;
    font-size: 18px;
    font-weight: 400
}

.slide-item ul li a:hover,
.slide-item ul li a.active {
    color: #ca9831
}

.filter-button {
    margin: 26px 0;
    padding: 8px 40px;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    width: 129px
}

.filter-button:hover {
    background-color: #ca9831;
    color: #fff
}

.price-tit {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #666;
    display: block
}

.shop-product-right {
    margin: 0;
    padding: 0
}

.default-sorting {
    border-bottom: 1px #a3a3a3 solid;
    border-top: 1px #a3a3a3 solid;
    padding: 15px 0;
    margin: 0 0 55px
}

.orderby {
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/select-icon.jpg) no-repeat right 10px center;
    border: 1px #a3a3a3 solid;
    font-size: 14px;
    color: #000;
    -webkit-appearance: none;
    padding: 6px 32px 6px 14px;
    display: inline-block;
    margin-right: 35px
}

.product-shop-mid {
    margin: 0;
    padding: 0
}

.product-shop-mid ul li {
    margin: 0 40px 40px 0;
    padding: 0;
    width: 30.74%
}

.product-shop-mid ul li:nth-child(3n-3) {
    margin-right: 0
}

.page-not-found-section {
    padding: 55px 0
}

.page-not-found {
    margin: 0 0 32px;
    padding: 0 0 32px;
    border-bottom: 1px #313131 solid
}

.page-not-found img {
    margin: 0 auto 30px;
    display: block
}

.page-not-found h2 {
    font-family: 'Oswald';
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0
}

.page-search-tb {
    max-width: 1013px;
    margin: 0 auto
}

.page-search-tb p {
    font-size: 24px;
    color: #666;
    text-align: center
}

.search-input-filed {
    margin: 0;
    padding: 10px 20px;
    width: 88%;
    border: 1px #b7b7b7 solid;
    font-size: 24px;
    color: #666;
    text-transform: capitalize;
    float: left
}

.searchbuttom-tb {
    background-color: #ca9831;
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/search-img-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 16px 49px;
    margin: 0;
    border: 1px #b7b7b7 solid;
    width: 10%;
    float: right
}

.newsletter-middle .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
    margin-top: 0
}

.newsletter-middle .gform_wrapper {
    margin: 16px 0 0
}

.newsletter-middle .gform_wrapper ul.gform_fields li.gfield label.gfield_label {
    display: none
}

body .newsletter-middle .gform_wrapper .top_label div.ginput_container {
    margin-top: 0
}

.newsletter-middle .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0
}

body .cart-item a#festi-cart.festi-cart.festi-cart-customize {
    background-color: inherit;
    padding: 0;
    border-radius: 0;
    position: relative
}

body .cart-item a#festi-cart.festi-cart.festi-cart-customize:hover,
body .cart-item a#festi-cart.festi-cart.festi-cart-customize.festi-cart-active {
    background-color: inherit
}

.blog-list .card h3.card-title {
    margin: 0 0 12px;
    padding: 0 0 12px;
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald';
    border-bottom: 1px #ca9831 solid
}

.blog-list h3.card-title a {
    color: #000
}

.blog-list p {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin: 0 0 15px;
    padding: 0
}

.blog-list p.link-more a.more-link {
    color: #ca9831;
    font-weight: 700
}

.blog-list .card.mb-4 {
    border-radius: 0;
    border: 1px #ca9831 solid
}

.blog-list p.link-more a.more-link:hover {
    color: #000
}

.blog-list time.updated {
    display: block
}

.blog-list .card .card-footer span.screen-reader-text {
    clip: inherit;
    height: auto;
    width: auto;
    overflow: inherit;
    position: static !important
}

.blog-list .pagination .nav-links a.page-numbers.next:after {
    display: block;
    color: #fff;
    width: 20px;
    content: "\f054";
    font: normal normal normal 20px/1 FontAwesome;
    padding: 3px 0 0 3px
}

.blog-list .pagination .nav-links a.page-numbers.prev:after {
    display: block;
    color: #fff;
    width: 20px;
    content: "\f053";
    font: normal normal normal 20px/1 FontAwesome;
    padding: 3px 3px 0 0
}

.right-siderbar-blog {
    padding-left: 40px
}

.right-siderbar-blog form.search-form {
    margin-bottom: 25px;
    clear: both;
    overflow: hidden
}

.blog-list .right-siderbar-blog .search-form .search-field {
    border-color: #ca9831 !important;
    width: 100% !important;
    float: left;
    padding-right: 122px !important
}

.right-siderbar-blog button.search-submit {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 16px;
    top: 0
}

.right-siderbar-blog button.search-submit span.screen-reader-text {
    clip: inherit;
    position: static !important;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer
}

.right-siderbar-blog .widget h2.widget-title {
    margin: 0;
    padding: 11px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Oswald';
    border-bottom: none;
    background: #ca9831
}

.right-siderbar-blog .widget ul {
    margin: 0 0 30px;
    padding: 0
}

.right-siderbar-blog .widget ul li {
    padding: 4px 36px;
    background: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/ft-arrow-blog.png) no-repeat left 15px top 16px
}

.right-siderbar-blog .widget ul li a {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    margin: 0;
    padding: 0
}

div#comments .comment-reply-title {
    color: #000;
    font-family: 'Oswald'
}

.blog-list div#comments label {
    font-weight: 700;
    font-size: 18px
}

.blog-list div#comments textarea#comment {
    height: 160px;
    border-radius: 0;
    border: 1px #acacac solid;
    resize: none
}

.blog-list div#comments input {
    width: 100%;
    border: 1px #acacac solid;
    color: #666;
    font-size: 18px;
    padding: 8px 14px
}

.blog-list .comment-form #submit {
    background: #ca9831;
    border: 0;
    color: #fff;
    padding: 9px 30px;
    font-weight: 700;
    letter-spacing: 1px;
    width: auto;
    cursor: pointer
}

.blog-list .comment-form #submit:hover {
    background-color: #131c39 !important
}

.gform_wrapper textarea.large {
    height: 100px !important
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important
}

.blog-list .card .card-footer {
    border-radius: 0
}

.archive-title {
    margin: 0;
    padding: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Oswald'
}

.map-section iframe {
    width: 100%;
    height: 410px
}

td.festi-cart-product-title {
    text-align: left
}

td.festi-cart-product-delete {
    position: relative
}

body div.festi-cart-products {
    width: 250px;
    border-radius: 0 !important;
    background: #ca9831 !important;
    padding: 3px !important
}

.festi-cart-products-content {
    padding: 0 !important
}

a.festi-cart-remove-product {
    position: static;
    top: 16px;
    left: 12px
}

tr.festi-cart-item {
    padding: 0 10px !important
}

a.festi-cart-view-cart,
a.festi-cart-checkout {
    padding: 7px 14px !important;
    font-weight: 700;
    letter-spacing: 1px;
    background: #ca9831 !important;
    border: none !important
}

.festi-cart-buttons a.festi-cart-view-cart {
    background: #000 !important
}

a.festi-cart-view-cart:hover,
a.festi-cart-checkout:hover {
    background-color: #131c39 !important
}

.woocommerce-cart .button {
    background: #ca9831 !important;
    color: #fff !important;
    border-radius: 0 !important
}

.woocommerce-cart .button:hover {
    background: #131c39 !important
}

.product-left-category .irs-line-mid,
.product-left-category .irs-line-left,
.product-left-category .irs-line-right,
.product-left-category .irs-bar,
.product-left-category .irs-bar-edge,
.product-left-category .irs-slider {
    background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/sprite-skin-nice.png) !important
}

.product-left-category .irs-from,
.product-left-category .irs-to,
.product-left-category .irs-single {
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #ca9831;
    -moz-border-radius: 0px;
    border-radius: 0
}

.shop-page-product .slide-item ul li a:hover,
.shop-page-product .slide-item ul li.current-cat a {
    color: #ca9831 !important
}

.woocommerce .product-left-category ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 24px;
    margin: 0;
    list-style: none;
    border-bottom: 1px #ccc solid
}

.woocommerce .product-left-category a.remove.remove_from_cart_button {
    position: absolute;
    left: 12px
}

.product-left-category .irs-grid-pol {
    background: #ca9831
}

.product-left-category .irs-grid-text {
    color: #ca9831
}

p.woocommerce-mini-cart__total.total {
    padding: 4px 20px
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right
}

.post-type-archive .shop-page-product .product-left-category .slide-item a.button {
    font-size: 16px !important;
    color: #fff !important;
    background-color: #000 !important;
    text-align: center;
    display: inline-block;
    padding: 9px 22px !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    border-radius: 0 !important;
    line-height: inherit !important;
    margin-right: 5px
}

.post-type-archive .shop-page-product .product-left-category .slide-item a.button :hover {
    background-color: #ca9831 !important;
    color: #fff
}

.woocommerce-cart .woocommerce table.shop_table th {
    background: #ca9831;
    color: #fff;
    letter-spacing: 1px;
    border-right: 1px #fff solid
}

.woocommerce-cart .woocommerce table.shop_table th:last-child {
    border-right: 0
}

.woocommerce-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border-radius: 0;
    border: 1px #ff8080 solid
}

.woocommerce-cart .woocommerce table.shop_table td {
    border-top: 1px solid #ca9831 !important;
    border-right: 1px #ff8080 solid;
    font-weight: 300
}

.woocommerce-cart .woocommerce table.shop_table td a {
    color: #000;
    font-weight: 700
}

.woocommerce-cart .woocommerce table.shop_table td:last-child {
    border-right: 0
}

.woocommerce .quantity .qty.input-text {
    border-color: #ca9831;
    border-width: 1px
}

.woocommerce-cart .woocommerce table.shop_table {
    border: 1px solid red;
    border-radius: 0
}

.woocommerce-cart .woocommerce .cart-collaterals table.shop_table tr:first-child td {
    border-top: none !important
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.woocommerce-info {
    border-top-color: #ca9831 !important
}

.woocommerce-info:before {
    color: #ca9831 !important
}

.woocommerce-info a {
    color: #ca9831 !important
}

.woocommerce-additional-fields h3,
.woocommerce-billing-fields h3 {
    margin: 0 0 40px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-transform: uppercase
}

.woocommerce-checkout .woocommerce-billing-fields p {
    max-width: 100%;
    float: none;
    width: 100%
}

.woocommerce-checkout .woocommerce-billing-fields p label,
.woocommerce-checkout .woocommerce-additional-fields p label {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: normal !important
}

.woocommerce-checkout .woocommerce-billing-fields p span.woocommerce-input-wrapper,
.woocommerce-checkout .woocommerce-additional-fields p span.woocommerce-input-wrapper {
    display: block;
    width: 100%
}

.woocommerce-checkout .woocommerce-billing-fields p .input-text {
    width: 100%;
    border: 1px #acacac solid;
    color: #666;
    font-size: 16px;
    padding: 8px 14px;
    background-color: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    height: 40px;
    line-height: 40px
}

.woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0 !important
}

.woocommerce-checkout span#select2-billing_country-container {
    height: 40px;
    font-size: 18px;
    line-height: 29px;
    color: #757575
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px
}

.woocommerce-checkout .woocommerce-additional-fields p span.woocommerce-input-wrapper textarea#order_comments {
    resize: none;
    padding: 8px;
    height: 180px;
    border: 1px #acacac solid;
    font-size: 16px
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #ca9831
}

h3#order_review_heading {
    margin: 0;
    padding: 20px 15px;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-transform: uppercase
}

div#order_review {
    padding: 0 15px
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table {
    border-radius: 0;
    border-color: #acacac
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table tr td {
    border-color: #acacac
}

.woocommerce div#order_review table.shop_table th {
    font-weight: 700;
    border-top: 1px solid #acacac
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #efecec !important;
    border-radius: 0 !important;
    border: 2px #ca9831 solid;
    margin-bottom: 30px
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
    width: 100%
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    display: block;
    float: none
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
    color: #ca9831;
    font-weight: 700;
    text-decoration: underline
}

.form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
    text-decoration: none
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border-radius: 0;
    background: #ca9831
}

div#order_review table.shop_table.woocommerce-checkout-review-order-table thead tr th {
    border-top: none
}

.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-category__title,
.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 24px
}

.woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product span.price {
    color: #000
}

nav.woocommerce-breadcrumb {
    display: none
}

.singal-page-product div#product-57 .woocommerce-tabs.wc-tabs-wrapper ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500
}

.gform_wrapper div.validation_error {
    display: none
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: block;
    font-weight: 400
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: none !important;
    border-bottom: none !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
    border: 1px solid #ca9831 !important
}

.select2-container .select2-selection--single {
    height: 40px !important;
    font-size: 13px !important;
    padding: 3px 10px !important;
    color: #666 !important;
    width: 100% !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: inherit !important;
    right: 13px !important
}

p#calc_shipping_state_field span {
    width: 100% !important
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%;
    max-width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    max-width: 48%
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 40px;
    font-size: 13px;
    padding: 3px 10px;
    color: #666
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: #232323;
    font-size: 16px;
    font-family: 'Lato'
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #ca9831 !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    color: #fff !important;
    padding: 10px 24px 13px !important;
    position: relative !important;
    border-radius: 0 !important;
    line-height: normal !important
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #131c39 !important;
    color: #fff
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
    margin: 0 0 0 16px
}

p.woocommerce-LostPassword.lost_password a {
    font-size: 16px;
    color: #ca9831
}

p.woocommerce-LostPassword.lost_password a:hover {
    color: #666
}

.woocommerce-privacy-policy-text p {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 20px;
    padding: 0
}

.woocommerce-privacy-policy-text p a {
    color: #ca9831
}

.woocommerce-privacy-policy-text p a:hover {
    color: #666
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0 !important
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    margin-bottom: 0 !important
}

.woocommerce table.wishlist_table thead th {
    background: #ca9831 !important;
    color: #fff !important;
    letter-spacing: 1px !important;
    border-right: 1px #ca9831 solid !important
}

.woocommerce table.shop_table {
    border: 1px solid #ca9831 !important;
    border-radius: 0 !important
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
    border-color: #ca9831 !important;
    font-family: 'Lato';
    font-size: 14px
}

.woocommerce table.woocommerce-cart-form__contents tbody td a.remove {
    color: #ca9831 !important
}

.woocommerce table.woocommerce-cart-form__contents tbody td a.remove:hover {
    color: #fff !important;
    background: #ca9831
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: 1px solid #c18f27 !important
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0 0 15px;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0 0 5px;
    padding: 10px 10px 10px 34px;
    display: block;
    background: #eaeff3 url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/item-arrow.png) no-repeat left 18px center;
    background-size: 8px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #ca9831
}

.woocommerce-account .woocommerce-MyAccount-content p {
    color: #666;
    font-size: 18px;
    ont-weight: normal;
    margin: 0 0 20px;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #ca9831
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: #666
}

.page-id-25 .inner-pg-section.artists-bottom-page .woocommerce {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .42);
    margin: 0 0 64px
}

.woocommerce table.my_account_orders th {
    background: #ca9831;
    color: #fff;
    letter-spacing: 1px;
    border-right: 1px #ca9831 solid
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    font-size: 14px
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ca9831 !important;
    border-right: 1px solid #ca9831 !important
}

.woocommerce .col2-set.addresses .col-1,
.woocommerce-page .col2-set.addresses .col-1 {
    background: #eaeff3;
    padding: 15px;
    min-height: 185px
}

.woocommerce .col2-set.addresses .col-2,
.woocommerce-page .col2-set.addresses .col-2 {
    background: #eaeff3;
    padding: 15px;
    min-height: 185px
}

.woocommerce-account:hover .addresses .title .edit:hover {
    color: #ca9831
}

.woocommerce-account .addresses .title .edit {
    float: right;
    color: #000
}

.shipping_address p label {
    width: 30%;
    position: static !important
}

.shipping_address p span.woocommerce-input-wrapper {
    width: 70%
}

#order_comments_field label {
    width: 30%;
    position: static !important
}

#order_comments_field span.woocommerce-input-wrapper {
    width: 70%
}

.shipping_address p {
    width: 100% !important
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table {
    border-collapse: collapse !important
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view {
    float: right
}

.woocommerce table.shop_table {
    border-collapse: collapse !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields p label {
    width: 30%;
    position: static !important
}

.woocommerce-MyAccount-content .woocommerce-address-fields p span.woocommerce-input-wrapper {
    width: 70%
}

.woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-first {
    width: 100%
}

.woocommerce-MyAccount-content .woocommerce-address-fields p.form-row-last {
    width: 100%
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
    font-size: 24px
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 73% !important
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25% !important
}

.woocommerce .woocommerce-customer-details address {
    border: none !important
}

.woocommerce-account .addresses .title h3 {
    font-size: 23px
}

.woocommerce-MyAccount-content h3 {
    font-size: 24px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important
}

.woocommerce-address-fields button.button {
    margin: 12px 0 0 30% !important
}

.contact-right-form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0
}

section.singal-page-product .woocommerce-tabs ul.tabs li.active a {
    letter-spacing: 1px;
    font-weight: 400
}

.woocommerce section.singal-page-product .woocommerce-message .button {
    margin-left: 5px
}

.woocommerce-checkout .woocommerce-shipping-fields h3 label input {
    display: none
}

.woocommerce-checkout .woocommerce-shipping-fields h3 {
    margin: 0 0 40px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-transform: uppercase
}

.page-template-our_artist .inner-pg-section.artists-bottom-page {
    display: inline-block
}

.inner-pg-section.artists-bottom-page {
    padding: 40px 0;
    overflow: hidden
}

@media only screen and (max-width:768px) {

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        float: none;
        width: 100%;
        max-width: 100%
    }

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 8px !important;
        margin: 1em 0 !important
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        padding: 8px 21px !important;
        font-size: 12px !important
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important
    }

    .woocommerce form .form-row label,
    .woocommerce-page form .form-row label {
        font-size: 14px
    }

    .woocommerce-MyAccount-content h3 {
        font-size: 18px
    }

    .woocommerce table.my_account_orders td,
    .woocommerce table.my_account_orders th {
        font-size: 12px
    }

    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view {
        float: none
    }
}

@media only screen and (min-width:641px) {
    .news-input-box .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: calc(100% - 0px) !important
    }

    .contact-right-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: calc(100% - 0px) !important
    }
}

@media only screen and (max-width:641px) {
    .woocommerce-MyAccount-content .woocommerce-address-fields p label {
        width: 100%
    }

    .woocommerce-MyAccount-content .woocommerce-address-fields p span.woocommerce-input-wrapper {
        width: 100%
    }

    .woocommerce-address-fields button.button {
        margin: 5px 0 0 !important
    }
}

.woocommerce .woocommerce-cart-form .coupon .button {
    font-size: 12px !important;
    padding: 12px 11px !important
}

.woocommerce .woocommerce-cart-form .button {
    font-size: 12px !important;
    padding: 12px 11px !important
}

.cart-collaterals .wc-proceed-to-checkout .checkout-button {
    font-size: 11px !important;
    padding: 12px 10px !important
}

section.thank-you-page {
    padding: 0 0 40px;
    text-align: center
}

section.thank-you-page .default-css p {
    text-align: center
}

section.thank-you-page a.button.hero-btn.th {
    left: 0;
    text-align: center;
    margin: 0 auto
}

.top_bar {
    background-color: #000;
    margin: 0;
    padding: 8px 15px;
    text-align: left
}

.phone-mobile-open {
    float: right;
    padding: 1px 0 0 14px
}

.phone-mobile-open span a {
    color: #fff
}

.phone-mobile-open span a:hover {
    color: #ca9831
}

.phone-mobile-open span {
    color: #ca9831;
    font-size: 16px;
    font-weight: 500
}

.account-info ul {
    padding: 0;
    margin: 0
}

.top-contact-info {
    display: inline-block;
    float: left
}

.socailTop {
    float: left;
    position: relative
}

.socailTop:before {
    content: '';
    background: #fff;
    height: 20px;
    width: 1px;
    right: 0;
    position: absolute;
    top: 4px
}

.socailTop a {
    padding-right: 14px
}

.account-info ul {
    padding: 0;
    margin: 0
}

.account-info {
    text-align: right;
    padding: 2px 0 0
}

.account-info ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px
}

.account-info ul li:last-child {
    padding-right: 0
}

.account-info ul li+li:before {
    content: '';
    background: #fff;
    height: 18px;
    width: 1px;
    left: -1px;
    position: absolute;
    top: 4px
}

.account-info ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.account-info ul li a:hover {
    color: #ca9831
}

.testHeading h2 {
    margin: 0 0 20px;
    padding: 0;
    font-family: 'Oswald';
    font-size: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase
}

.testimonials-section {
    padding: 0 0 90px
}

.testimInn p {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin: 0 0 20px;
    padding: 0
}

.testimInn span {
    color: #ca9831;
    font-weight: 400;
    font-size: 22px;
    text-align: center
}

.testimInn {
    text-align: center
}

.testimonials-section .carousel-control-prev {
    left: 0
}

.testimonials-section .carousel-control-next {
    right: 0
}

.carouselButn {
    max-width: 100px;
    margin: 0 auto;
    position: relative
}

.testimonials-section .carousel-control-prev,
.testimonials-section .carousel-control-next {
    top: auto;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 25px;
    line-height: 40px;
    border-radius: 50%;
    text-shadow: none;
    background-color: #ca9831;
    background-image: none;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    opacity: 1;
    transition: all .5s ease;
    bottom: -70px
}

.testimonials-section .carousel-control-prev:hover,
.testimonials-section .carousel-control-next:hover {
    background-color: #131c39
}

.gform_wrapper .gfield_error .gfield_label {
    color: #666 !important
}

.woocommerce ul.products li.product .price {
    font-size: 18px !important
}

.slide-item ul ul.children {
    margin-top: 10px;
    margin-left: 0
}

.slide-item ul ul.children li {
    border-bottom: 1px dashed rgba(204, 204, 204, .46)
}

.slide-item ul ul.children li a {
    color: #ca9831
}

.slide-item ul ul.children li a:hover {
    color: #666 !important
}

.slide-item ul ul.children li:last-child {
    border-bottom: none
}

.faqpage-section .container {
    max-width: 1230px
}

section.faqpage-section {
    padding: 84px 0
}

.faq-col-div .panel-group {
    margin-bottom: 20px;
    margin-top: 0
}

.faq-col-div .panel-group .panel {
    border-radius: 0;
    border: none;
    margin-bottom: 18px
}

.faq-col-div .panel-default>.panel-heading {
    background: 0 0;
    color: #ebebeb;
    font-size: 18px;
    padding: 0;
    font-family: 'Lato';
    font-weight: 400;
    margin-bottom: 0
}

.faq-col-div .panel-default .panel-heading .accordion-toggle.collapsed {
    background: #ebe8e8;
    color: #2a2b2b;
    border: none;
    border-left: 4px solid #ca9831;
    text-decoration: none
}

.faq-col-div .panel-default .panel-heading .accordion-toggle {
    padding: 20px 40px 18px 16px;
    display: block;
    background: #ca9831;
    color: #fff;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    border: none;
    border-radius: 0;
    border-left: 4px solid #333;
    text-transform: uppercase;
    font-family: 'Poppins'
}

.faq-col-div .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f8f7f7;
    box-shadow: none;
    padding: 15px 20px 15px;
    border-radius: 0;
    border: none
}

.faq-col-div .panel-heading .accordion-toggle:after {
    content: "\f0d7";
    float: right;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    font-family: 'FontAwesome';
    padding: 0;
    line-height: 55px;
    text-align: center
}

.faq-col-div .panel-heading .accordion-toggle.collapsed:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ca9831
}

.faq-col-div h4.panel-title {
    margin-bottom: 0
}

.faq-col-div .panel.panel-default .panel-collapse.collapse {
    border: none;
    border-top: none;
    border-radius: 0;
    margin-top: 0
}

.faq-col-div .panel-default>.panel-heading+.panel-collapse>.panel-body p {
    font-size: 16px;
    line-height: 26px
}

.gallery-section-mid.gallery-wrapper {
    padding-bottom: 0
}

section.mediaContent {
    padding: 70px 0
}

.mediaContent ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mediaContent ul li {
    padding: 15px;
    margin: 0;
    list-style: none;
    width: 33.33%
}

.mediaContent ul li .card-body {
    border-radius: 0;
    border: 1px #ca9831 solid;
    padding: 0
}

.mediaContent ul li .mediaPic {
    margin: 10px;
    position: relative;
    overflow: hidden
}

.mediaContent ul li h3.card-title {
    padding: .75rem 1.25rem;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0
}

.mediaContent ul li h3.card-title a {
    color: #fff
}

.mediaContent ul li .mediaPic img {
    width: 100%;
    height: auto;
    transition: all 1s
}

.mediaContent ul li .mediaPic:hover img {
    transform: scale(1.1)
}

.caption-logo {
    text-align: center;
    margin: 0 auto;
    width: 470px
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    width: 30.74px !important
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ca9831 !important;
    color: #fff !important
}

body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title a.festi-cart-title,
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-title {
    color: #000 !important
}

body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title a.festi-cart-title:hover,
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item>td.festi-cart-product-title span.festi-cart-title:hover {
    color: #ca9831 !important
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px !important
}

.post-type-archive .shop-page-product .product-left-category .slide-item a.button:hover {
    background-color: #ca9831 !important;
    color: #fff
}

.festi-cart-products-content table.festi-cart-list tbody tr.festi-cart-item td {
    font-family: 'Lato';
    font-size: 14px !important
}

.woocommerce ul#shipping_method li input {
    margin: 6px .4375em 0 0 !important
}

.woocommerce ul#shipping_method li {
    font-size: 18px;
    color: #666
}

.woocommerce ul.order_details {
    margin: 0 0 15px;
    padding-left: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0 !important
}

.gform_wrapper .top_label .gfield_error {
    width: 100% !important
}

.woocommerce-account .woocommerce-MyAccount-content p span {
    margin-top: 5px
}

.newsletter-middle .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0;
    padding-left: 25px
}

.socailTop a {
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s
}

.socailTop a:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

p.woocommerce-mini-cart__buttons.buttons a.button.checkout.wc-forward {
    margin-left: 6px
}

.list h3 {
    text-align: left !important
}

.map-content {
    text-align: center
}

.map-content h3 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 6px
}

.map-content p {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 8px
}

.map-content a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 100%
}

.map-content br {
    display: none
}

.map-content a:last-child {
    margin-top: 8px;
    color: #ca9831;
    display: block
}

.mask-store-right button.gm-ui-hover-effect img {
    margin: 0 !important;
    height: 20px !important;
    width: 20px !important;
    margin: 0 auto !important;
    text-align: center
}

.mask-store-right button.gm-ui-hover-effect {
    font-size: 20px;
    color: #000;
    opacity: 1;
    top: -1px !important;
    right: 2px !important
}

p#shipping_address_2_field span.woocommerce-input-wrapper {
    float: right
}

p#shipping_address_2_field {
    width: 100%;
    display: block
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal !important;
    padding-top: 3px !important
}

.stripe-card-group,
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
    padding-left: 0
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
    position: relative;
    padding-left: 23px
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input {
    margin-top: 11px !important;
    margin-right: 8px !important;
    position: absolute;
    left: 0;
    top: 0
}

.wc-credit-card-form.wc-payment-form div.form-row {
    padding: 0 !important
}

/* =========================================================================================== */


@media (min-width:1201px) {
    .container {
        max-width: 1530px
    }
}

@media (min-width:1200px) and (max-width:1514px) {
    .container {
        max-width: 1140px
    }

    .header.sticky .search--right {
        padding: 28.3px 16px
    }

    .shop--category-list ul li {
        margin: 0 40px 0 0
    }

    .shop--category-list ul li a {
        font-size: 20px
    }

    .mask-heading {
        max-width: 490px
    }

    .mask-heading h4 {
        font-size: 48px
    }

    .popular-products {
        padding: 0 20px
    }

    .button {
        font-size: 20px;
        padding: 7px 24px
    }

    .add-to-cart-btn .button {
        font-size: 12px;
        padding: 8px 15px
    }

    .favorites-section ul li {
        margin: 0 14px 0 0
    }

    .footer-menu-list {
        padding: 0 0 0 31px
    }

    .olivia-content-right h2 {
        font-size: 28px
    }

    .olivia-content-right h2 span {
        font-size: 18px
    }

    .artists-bottom-page .row {
        margin-bottom: 10px
    }

    .inner-newsletter {
        padding: 40px 0
    }

    .product-shop-mid ul li {
        margin: 0 29px 24px 0
    }

    .inner-mid-content h1 {
        font-size: 50px
    }

    .breadcrumb li {
        font-size: 24px
    }

    .breadcrumb li a {
        font-size: 24px
    }

    .add_to_cart_button,
    .added_to_cart {
        font-size: 12px !important;
        padding: 8px 15px !important
    }

    .single-product section.singal-page-product .button {
        font-size: 12px !important;
        padding: 8px 12px !important
    }

    .favorites-section ul li h2 {
        font-size: 20px
    }

    .products-list h2 {
        font-size: 18px
    }

    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-category__title,
    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 20px
    }

    .post-type-archive .shop-page-product .product-left-category .slide-item a.button {
        font-size: 13px !important;
        padding: 8px 16px !important
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 12px !important;
        padding: 8px 15px !important
    }

    .cart-item {
        padding: 36px 10px 55px
    }

    .search--right {
        padding: 46px 10px
    }

    .header.sticky .cart-item {
        padding: 21px 10px 34px
    }

    .header.sticky .search--right {
        padding: 28.3px 10px
    }

    .collection-tittle {
        font-size: 24px
    }
}

@media (max-width:1600px) {
    .hero-content-sld {
        top: 62%
    }

    .caption-logo {
        width: 420px
    }

    .hero-top-sd {
        max-width: 580px
    }
}

@media (max-width:1600px) {
    .mask-store-right div#map {
        width: 100% !important
    }
}

@media (max-width:1499px) {
    .default-css h1 {
        font-size: 32px
    }

    .default-css h2 {
        font-size: 30px
    }

    .default-css h3 {
        font-size: 28px
    }

    .default-css h4 {
        font-size: 24px
    }

    .default-css h5 {
        font-size: 20px
    }

    .default-css h6 {
        font-size: 16px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header {
        position: static;
        background: #000
    }

    .header .col-sm-4 {
        max-width: 232px
    }

    .header.sticky .col-sm-4 {
        max-width: 202px
    }

    .header.sticky .logo img {
        width: auto
    }

    .header.sticky .navbar-header {
        top: 15px
    }

    .logo {
        text-align: center;
        float: right;
        margin-right: 6px
    }

    .logo-bg-left:after {
        width: 44px;
        right: -42px
    }

    .header .col-sm-8 {
        width: 192px;
        position: absolute;
        right: 0
    }

    .header-rt {
        padding-left: 0
    }

    .cart-item {
        padding: 14px 13px 30px
    }

    .search--right {
        padding: 23px 14px
    }

    .header.sticky .search--right {
        padding: 19px 13px
    }

    .header.sticky .searchForm {
        top: -12px
    }

    .header.sticky .cart-item {
        padding: 8px 13px 28px
    }

    .hero-top-sd h1 {
        font-size: 35px;
        letter-spacing: 3px
    }

    .hero-top-sd p {
        font-size: 22px;
        margin: 0 0 12px
    }

    .button {
        font-size: 18px
    }

    .hero-top-sd a.hero-btn {
        padding: 7px 40px;
        font-size: 18px
    }

    .search-form-top {
        position: relative
    }

    .searchForm {
        top: -13px;
        right: 39px
    }

    #searchBoxOpener:checked+label+.searchForm {
        padding: 5px 10px;
        width: 261px
    }

    .hero-slider img {
        height: 64vh
    }

    .hero-content-sld {
        top: 45%
    }

    .shop--category-list {
        padding: 25px 20px
    }

    .shop--category-list h2 {
        margin: 0 0 20px;
        font-size: 28px
    }

    .shop--category-list ul li {
        margin: 0 17px 0 0;
        width: 31.3%;
        vertical-align: top
    }

    .shop--category-list ul li img {
        margin-bottom: 20px
    }

    .shop--category-list ul li a {
        font-size: 18px
    }

    .mask-store-left {
        padding: 0 15px
    }

    .collection-tittle {
        margin: 0 38px 10px 0;
        font-size: 20px
    }

    .mask-heading h4 {
        font-size: 35px;
        padding: 12px 0
    }

    .limited-offer {
        top: -44px;
        width: 62px
    }

    .mask-store-left h5 {
        font-size: 18px
    }

    .mask-store-left p {
        font-size: 16px;
        margin: 0 0 7px;
        padding: 0
    }

    .product-section-mid ul li {
        width: 33.33%
    }

    .popular-products {
        padding: 0 20px 0;
        height: 100%
    }

    .popular-products h2 {
        font-size: 22px
    }

    .popular-products p {
        margin: 0 0 15px
    }

    .products-list {
        padding: 0;
        text-align: center
    }

    .products-list img {
        padding: 0;
        height: auto
    }

    .product-section-mid ul li.Handmade-mask {
        padding: 20px;
        width: 66.6%
    }

    .Handmade-left {
        padding: 0 32px
    }

    .Handmade-left h3 {
        margin: 0 0 18px;
        font-size: 28px
    }

    .Handmade-right {
        width: 180px;
        margin: 0 auto
    }

    .gallery-section-mid {
        padding: 25px 0 20px
    }

    .gallery-section-mid h2 {
        margin: 0 0 20px;
        font-size: 28px
    }

    .gallery-section-mid ul li {
        width: 33.33%
    }

    .gallery-abs-hover a img {
        display: block;
        margin: 0 auto 10px;
        width: 30px
    }

    .gallery-abs-hover a {
        font-size: 14px
    }

    .handmade-marks-leather-left {
        margin: 0
    }

    .handmade-marks-leather-left:last-child {
        margin: 0;
        float: right
    }

    .leather-content h3 {
        font-size: 25px;
        margin: 0 0 10px
    }

    .favorites-section {
        padding: 20px 20px 20px 25px
    }

    .favorites-section h3 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .favorites-section ul li {
        margin: 0 0 10px;
        width: 49.7%;
        padding: 8px
    }

    .favorites-section ul li img {
        margin: 0 0 15px
    }

    .favorites-section ul li p {
        font-size: 16px;
        margin: 0 0 15px
    }

    .newsletter-section-bg {
        padding: 40px 0 40px
    }

    .newsletter-middle h4 {
        font-size: 20px
    }

    .newsletter-middle p {
        font-size: 16px;
        margin: 0 0 18px
    }

    .testimInn p {
        font-size: 16px
    }

    .newsletter-flied {
        padding: 12px 22px;
        font-weight: 400;
        font-size: 14px
    }

    .msg-btn-newsletter {
        top: 12px
    }

    .footer-overlay {
        padding: 30px 0 15px
    }

    .footer-left-ft img {
        margin: 0 auto 15px
    }

    .footer-left-ft p {
        font-size: 16px;
        line-height: 25px;
        padding: 0 0 15px
    }

    .footer-menu-list {
        margin: 0;
        padding: 0
    }

    .footer-menu-list h2 {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 16px
    }

    .footer-copyright p {
        font-size: 14px;
        padding: 5px 15px
    }

    .footer-menu-list ul li a {
        font-size: 16px
    }

    .footer-menu-list .following-tag a {
        padding-right: 10px
    }

    .inner-mid-content {
        margin: 20px 0 0
    }

    .inner-mid-content h1 {
        font-size: 30px
    }

    .breadcrumb li a {
        font-size: 16px
    }

    .shop-page-product .inner-pg-section {
        padding: 30px 0 14px
    }

    .title-heading {
        margin: 0 0 15px;
        font-size: 28px
    }

    .testHeading h2 {
        margin: 0 0 15px;
        font-size: 28px
    }

    .contact-address h3 {
        font-size: 18px
    }

    .contact-address p {
        padding: 0 30px;
        font-size: 18px
    }

    .contact-address a {
        font-size: 18px
    }

    .contact-social p a {
        margin: 0 6px
    }

    .contact-right-form h4 {
        margin: 0 0 10px
    }

    .contact-right-form p {
        font-size: 16px;
        line-height: 24px
    }

    .contact-right-form .gform_wrapper {
        margin: 15px 0 0
    }

    .gfield_label {
        margin: 0 0 8.5px;
        font-size: 16px
    }

    .contact-right-form ul li {
        margin: 0 0 12px
    }

    .contact-right-form .gform_wrapper .medium {
        font-size: 16px;
        padding: 5px 14px
    }

    .contact-right-form .gform_wrapper textarea.medium {
        height: 79px
    }

    .map-section {
        margin: 15px 0 0
    }

    .olivia-content-right h2 {
        font-size: 25px
    }

    .olivia-content-right h2 span {
        font-size: 16px
    }

    .artists-bottom-page .row {
        margin-bottom: 10px
    }

    .inner-newsletter {
        padding: 40px 0
    }

    .category-heading {
        margin: 0 0 20px;
        padding: 5px 0 10px;
        font-size: 18px;
        border-bottom: 1px #a3a3a3 solid
    }

    .slide-item h4 {
        font-size: 15px
    }

    .slide-item ul li a {
        font-size: 15px
    }

    .slide-item ul li {
        padding: 3px 0 3px 16px;
        background-position: 0 10px;
        background-size: 10px
    }

    .default-sorting {
        margin: 0 0 15px
    }

    .product-shop-mid {
        padding: 0
    }

    .shop-product-left {
        padding: 0
    }

    .header {
        overflow: inherit
    }

    .blog-list .right-siderbar-blog button.search-submit {
        padding: 9px 13px !important
    }

    .blog-list .right-siderbar-blog .search-form .search-field {
        padding-right: 91px !important
    }

    .blog-list p {
        font-size: 16px
    }

    .blog-list .pagination {
        margin-bottom: 30px
    }

    .right-siderbar-blog {
        padding-left: 0
    }

    .right-siderbar-blog .widget h2.widget-title {
        font-size: 16px
    }

    .right-siderbar-blog .widget ul li a {
        font-size: 16px
    }

    .breadcrumb li {
        font-size: 18px
    }

    .breadcrumb li span.post.post-page.current-item {
        font-size: 16px
    }

    .add_to_cart_button,
    .added_to_cart {
        font-size: 12px !important;
        padding: 8px 16px !important;
        margin-top: 2px
    }

    .favorites-section ul li h2 {
        font-size: 20px
    }

    .products-list h2 {
        font-size: 16px
    }

    .post-type-archive .shop-page-product .product-left-category .slide-item a.button {
        font-size: 12px !important;
        padding: 8px 16px !important
    }

    .default-css h2 {
        font-size: 24px
    }

    .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
        font-size: 16px
    }

    .woocommerce-additional-fields h3,
    .woocommerce-billing-fields h3 {
        margin: 0 0 10px;
        font-size: 24px
    }

    h3#order_review_heading {
        padding: 10px 15px;
        font-size: 24px
    }

    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-category__title,
    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 16px
    }

    .footer-menu-list p {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header {
        position: static;
        background: #000
    }

    .header .col-sm-4 {
        max-width: 204px
    }

    .header.sticky .navbar-header {
        top: 15px
    }

    .logo {
        text-align: center;
        float: right;
        margin-right: 6px
    }

    .logo-bg-left:after {
        height: 107px;
        right: -125px
    }

    .header.sticky .logo-bg-left:after {
        height: 63px
    }

    .header .col-sm-8 {
        width: 192px;
        position: absolute;
        right: 0
    }

    .header-rt {
        padding-left: 0
    }

    .cart-item {
        padding: 6px 13px 29px
    }

    .search--right {
        padding: 19px 14px
    }

    .header.sticky .search--right {
        padding: 19px 13px
    }

    .header.sticky .searchForm {
        top: -12px
    }

    .header.sticky .cart-item {
        padding: 8px 13px 28px
    }

    .hero-top-sd {
        max-width: 360px;
        padding: 33px 32px
    }

    .hero-top-sd:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .hero-top-sd span {
        font-size: 25px
    }

    .hero-top-sd h1 {
        font-size: 32px;
        letter-spacing: 3px
    }

    .hero-top-sd p {
        font-size: 18px;
        margin: 0 0 12px
    }

    .button {
        font-size: 18px
    }

    .hero-top-sd a.hero-btn {
        padding: 5px 30px;
        font-size: 18px
    }

    .search-form-top {
        position: relative
    }

    .searchForm {
        top: -13px;
        right: 39px
    }

    #searchBoxOpener:checked+label+.searchForm {
        padding: 5px 10px;
        width: 261px
    }

    .hero-slider img {
        height: 60vh
    }

    .hero-content-sld {
        top: 45%
    }

    .shop--category-list {
        padding: 25px 20px
    }

    .shop--category-list h2 {
        margin: 0 0 20px;
        font-size: 28px
    }

    .shop--category-list ul li {
        margin: 0 17px 0 0;
        width: 31.3%;
        vertical-align: top
    }

    .shop--category-list ul li img {
        margin-bottom: 20px
    }

    .shop--category-list ul li a {
        font-size: 18px
    }

    .mask-store-left {
        padding: 0 15px
    }

    .collection-tittle {
        margin: 0 38px 10px 0;
        font-size: 20px
    }

    .mask-heading h4 {
        font-size: 35px;
        padding: 12px 0
    }

    .limited-offer {
        top: -44px;
        width: 62px
    }

    .mask-store-left h5 {
        font-size: 18px
    }

    .mask-store-left p {
        font-size: 16px;
        margin: 0 0 7px;
        padding: 0
    }

    .product-section-mid ul li {
        width: 33.33333333%
    }

    .popular-products {
        padding: 0 20px
    }

    .popular-products h2 {
        font-size: 22px
    }

    .popular-products p {
        margin: 0 0 15px
    }

    .products-list {
        padding: 0;
        text-align: center
    }

    .products-list img {
        padding: 0;
        height: auto
    }

    .product-section-mid ul li.Handmade-mask {
        padding: 20px;
        width: 66.66666666666%
    }

    .Handmade-left {
        padding: 0 32px
    }

    .Handmade-left h3 {
        margin: 0 0 18px;
        font-size: 28px
    }

    .Handmade-right {
        width: 180px;
        margin: 0 auto
    }

    .gallery-section-mid {
        padding: 25px 0 20px
    }

    .gallery-section-mid h2 {
        margin: 0 0 20px;
        font-size: 28px
    }

    .gallery-section-mid ul li {
        width: 33.333333%
    }

    .gallery-abs-hover a img {
        display: block;
        margin: 0 auto 10px;
        width: 30px
    }

    .gallery-abs-hover a {
        font-size: 14px
    }

    .handmade-marks-leather-left {
        margin: 0
    }

    .handmade-marks-leather-left:last-child {
        margin: 0;
        float: right
    }

    .leather-content h3 {
        font-size: 25px;
        margin: 0 0 10px
    }

    .favorites-section {
        padding: 20px 20px 20px 25px
    }

    .favorites-section h3 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .favorites-section ul li {
        margin: 0 0 10px;
        width: 49.7%;
        padding: 8px
    }

    .favorites-section ul li img {
        margin: 0 0 15px
    }

    .favorites-section ul li p {
        font-size: 16px;
        margin: 0 0 15px
    }

    .newsletter-section-bg {
        padding: 40px 0 40px
    }

    .newsletter-middle h4 {
        font-size: 20px
    }

    .newsletter-middle p {
        font-size: 16px;
        margin: 0 0 18px
    }

    .newsletter-flied {
        padding: 12px 22px;
        font-weight: 400;
        font-size: 14px
    }

    .msg-btn-newsletter {
        top: 12px
    }

    .footer-overlay {
        padding: 30px 0 15px
    }

    .footer-left-ft img {
        margin: 0 auto 15px
    }

    .footer-left-ft p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 15px
    }

    .footer-menu-list {
        margin: 0;
        padding: 0
    }

    .footer-menu-list h2 {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 16px
    }

    .footer-copyright p {
        font-size: 14px;
        padding: 5px 15px
    }

    .footer-menu-list ul li a {
        font-size: 14px
    }

    .footer-menu-list .following-tag a {
        padding-right: 10px
    }

    .inner-mid-content {
        margin: 20px 0 0
    }

    .inner-mid-content h1 {
        font-size: 30px
    }

    .breadcrumb li a {
        font-size: 16px
    }

    .shop-page-product .inner-pg-section {
        padding: 30px 0 14px
    }

    .title-heading {
        margin: 0 0 15px;
        font-size: 28px
    }

    .testHeading h2 {
        margin: 0 0 10px;
        font-size: 23px
    }

    .gallery-wrapper a.galpop-multiple {
        width: 33.33%
    }

    .contact-address h3 {
        font-size: 18px
    }

    .contact-address p {
        padding: 0 30px;
        font-size: 18px
    }

    .contact-address a {
        font-size: 18px
    }

    .contact-social p a {
        margin: 0 6px
    }

    .contact-right-form h4 {
        margin: 0 0 10px
    }

    .contact-right-form p {
        font-size: 16px;
        line-height: 24px
    }

    .contact-right-form .gform_wrapper {
        margin: 15px 0 0
    }

    .gfield_label {
        margin: 0 0 8.5px;
        font-size: 16px
    }

    .contact-right-form ul li {
        margin: 0 0 12px
    }

    .contact-right-form .gform_wrapper .medium {
        font-size: 16px;
        padding: 5px 14px
    }

    .contact-right-form .gform_wrapper textarea.medium {
        height: 79px
    }

    .map-section {
        margin: 15px 0 0
    }

    .olivia-img-left {
        vertical-align: top
    }

    .olivia-content-right h2 {
        font-size: 25px
    }

    .olivia-content-right h2 span {
        font-size: 16px
    }

    .artists-bottom-page .row {
        margin-bottom: 10px
    }

    .inner-newsletter {
        padding: 40px 0
    }

    .category-heading {
        margin: 0 0 20px;
        padding: 5px 0 10px;
        font-size: 18px;
        border-bottom: 1px #a3a3a3 solid
    }

    .slide-item h4 {
        font-size: 15px
    }

    .slide-item ul li a {
        font-size: 15px
    }

    .default-sorting {
        margin: 0 0 15px
    }

    .product-shop-mid {
        padding: 0
    }

    .blog-list .right-siderbar-blog button.search-submit {
        padding: 9px 13px !important
    }

    .blog-list .right-siderbar-blog .search-form .search-field {
        padding-right: 91px !important
    }

    p.woocommerce-mini-cart__total.total {
        padding: 4px 6px
    }

    .post-type-archive .shop-page-product .product-left-category .slide-item a.button {
        margin-bottom: 3px
    }

    .singal-page-product div#product-57 .product_title {
        font-size: 28px
    }

    .singal-page-product div#product-57 section.related.products>h2 {
        font-size: 25px
    }

    .footer-menu-list p {
        font-size: 14px
    }

    .footer-menu-list ul li {
        margin: 0 0 5px;
        padding: 0 0 0 18px;
        background-size: 10px
    }

    .socailTop a {
        padding-right: 8px
    }

    .socailTop {
        padding-right: 2px
    }

    .phone-mobile-open span {
        font-size: 14px
    }

    .socailTop a img {
        height: 15px !important;
        width: auto
    }

    .phone-mobile-open {
        padding: 1px 0 0 8px
    }

    .account-info ul li a {
        font-size: 14px
    }

    .account-info {
        padding: 0
    }

    .socailTop:before {
        height: 18px
    }

    .top_bar {
        padding: 4px 0 3px
    }
}

@media only screen and (device-width :812px) and (device-height :375px) and (-webkit-device-pixel-ratio :3) {
    .hero-top-sd {
        margin: 0 auto;
        padding: 33px 32px
    }

    .hero-top-sd span {
        font-size: 18px
    }

    .hero-top-sd h1 {
        font-size: 29px;
        letter-spacing: 2px
    }

    .hero-top-sd p {
        font-size: 16px;
        margin: 0 0 12px
    }

    .hero-top-sd a.hero-btn {
        padding: 8px 24px
    }

    .hero-top-sd:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .hero-slider img {
        height: 100vh
    }

    .logo-bg-left:after {
        right: -124px
    }

    .shop--category-list ul li a {
        font-size: 16px
    }
}

@media (max-width:1199px) {
    .woocommerce ul#shipping_method li {
        font-size: 15px
    }

    .default-css h1 {
        font-size: 26px
    }

    .default-css h2 {
        font-size: 24px
    }

    .default-css h3 {
        font-size: 20px
    }

    .default-css h4 {
        font-size: 18px
    }

    .default-css h5 {
        font-size: 16px
    }

    .default-css h6 {
        font-size: 16px
    }

    .default-css p {
        margin-bottom: 10px;
        font-size: 15px
    }

    .woocommerce-account .addresses .title h3 {
        font-size: 20px
    }

    .address address {
        font-size: 13px
    }

    h3#ship-to-different-address {
        font-size: 23px
    }

    .inner-pg-section>p {
        font-size: 16px;
        line-height: 25px
    }

    .woocommerce section.singal-page-product .product_title {
        font-size: 25px
    }

    .woocommerce section.singal-page-product form#commentform {
        width: 100%
    }

    .woocommerce section.singal-page-product section.related.products h2 {
        font-size: 20px;
        margin: 20px 0
    }

    .woocommerce section.singal-page-product .button {
        font-size: 12px !important;
        padding: 8px 12px !important
    }

    .inner-pg-section.artists-bottom-page {
        padding: 20px 0
    }

    .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
        font-size: 14px
    }

    .woocommerce-checkout .woocommerce-shipping-fields h3 {
        margin: 0
    }

    .default-css p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 22px
    }

    .single-product section.singal-page-product .qty.input-text {
        height: 34px
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 11px !important;
        padding: 8px 11px !important
    }

    .add_to_cart_button,
    .added_to_cart {
        font-size: 11px !important;
        padding: 8px 10px !important
    }

    .inner-pg-section {
        padding: 25px 0
    }

    section.thank-you-page {
        padding: 5px 0 10px !important
    }

    .add-to-cart-btn .button {
        font-size: 11px;
        padding: 8px 10px
    }

    .mask-store-right {
        padding-right: 15px
    }

    .mediaContent ul li {
        padding: 8px
    }

    .mediaContent ul li h3.card-title {
        font-size: 13px
    }

    section.mediaContent {
        padding: 44px 0
    }

    .caption-logo {
        width: 230px
    }

    .hero-top-sd {
        max-width: 400px
    }

    .footer-menu-list p span {
        font-size: 17px
    }

    .contact-right-form .gform_wrapper .large {
        font-size: 15px !important;
        padding: 6px 14px !important;
        line-height: normal !important
    }

    .gfield_label {
        font-size: 14px !important
    }

    .woocommerce .product-left-category ul.cart_list li,
    .woocommerce ul.product_list_widget li {
        padding: 4px 15px
    }

    .woocommerce ul.cart_list li a,
    .woocommerce ul.product_list_widget li a {
        font-weight: 400 !important;
        font-size: 13px;
        line-height: 17px
    }

    .woocommerce .product-left-category ul.cart_list li,
    .woocommerce ul.product_list_widget li span {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .header {
        overflow: inherit
    }

    .container {
        max-width: 98%
    }

    .shop-product-left {
        padding: 0
    }

    .page-not-found {
        margin: 0 0 12px;
        padding: 0 0 15px
    }

    .page-not-found h2 {
        font-size: 20px
    }

    .page-search-tb p {
        font-size: 18px
    }

    .search-input-filed {
        padding: 7px 20px;
        width: 82%;
        font-size: 18px
    }

    .searchbuttom-tb {
        padding: 8.5px 35px;
        background-size: 20px
    }

    .page-not-found-section .searchbuttom-tb {
        height: 43px !important
    }

    .page-search-tb {
        max-width: 514px
    }

    .favorites-section ul li h2 {
        font-size: 20px
    }

    .blog-list .card.mb-4 .card-body {
        padding: 0 10px
    }

    .blog-list p {
        font-size: 16px
    }

    .blog-list .pagination {
        margin-bottom: 30px
    }

    .right-siderbar-blog {
        padding-left: 0
    }

    .right-siderbar-blog .widget h2.widget-title {
        font-size: 16px
    }

    .right-siderbar-blog .widget ul li a {
        font-size: 16px
    }

    .breadcrumb li {
        font-size: 16px
    }

    .breadcrumb li span.post.post-page.current-item {
        font-size: 16px
    }

    .blog-list div#comments label {
        font-size: 14px
    }

    .blog-list div#comments textarea#comment {
        height: 106px
    }

    .blog-list div#comments input {
        font-size: 14px;
        padding: 3px 14px
    }

    .blog-list .comment-form #submit {
        font-size: 14px
    }

    .archive-title {
        font-size: 20px
    }

    .add_to_cart_button,
    .added_to_cart {
        font-size: 11px !important;
        padding: 8px 11px !important;
        margin-top: 5px
    }

    .products-list h2 {
        font-size: 16px
    }

    .contact-right-form .large {
        padding: 3px !important;
        line-height: 1.5 !important
    }

    .map-section iframe {
        height: 300px
    }

    .post-type-archive .shop-page-product .product-left-category .slide-item a.button {
        font-size: 11px !important;
        padding: 8px 10px !important
    }

    .default-css h2 {
        font-size: 24px
    }

    .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
        font-size: 16px
    }

    .woocommerce-checkout #customer_details .col-1,
    .woocommerce-checkout #customer_details .col-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .woocommerce-additional-fields h3,
    .woocommerce-billing-fields h3 {
        margin: 0 0 10px;
        font-size: 20px
    }

    h3#order_review_heading {
        padding: 10px 15px;
        font-size: 20px
    }

    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-category__title,
    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 16px
    }

    .woocommerce-checkout .woocommerce-billing-fields p label,
    .woocommerce-checkout .woocommerce-additional-fields p label {
        font-size: 16px
    }

    .page-id-25 .inner-pg-section.artists-bottom-page .woocommerce {
        padding: 16px;
        box-shadow: 0 0 15px rgba(0, 0, 0, .42);
        margin: 23px 0 47px
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        font-size: 13px
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        padding: 5px 10px 6px 36px;
        background-size: 9px
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        padding: 10px 10px 10px 53px !important;
        font-size: 14px
    }

    a.woocommerce-Button.button {
        font-size: 12px !important;
        padding: 8px 10px !important
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        margin: 0 0 13px
    }

    .woocommerce-account .woocommerce-MyAccount-content p {
        font-size: 14px
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
        max-width: 100%
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100% !important
    }

    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        width: 100% !important
    }

    h3#ship-to-different-address {
        font-size: 18px
    }

    .footer-menu-list p {
        font-size: 14px
    }

    .woocommerce #respond input#submit,
    .woocommerce a.button,
    .woocommerce button.button,
    .woocommerce input.button {
        font-size: 10px !important;
        padding: 8px 10px !important
    }

    .top_bar {
        padding: 5px 0 9px
    }

    .testimonials-section .col-sm-8.offset-2 {
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0
    }

    .testimInn p {
        font-size: 16px;
        margin: 0 0 11px
    }

    .mediaContent ul li {
        width: 50%;
        padding: 10px
    }

    .caption-logo {
        width: 230px
    }

    .footer-menu-list p span {
        left: -63px
    }

    .woocommerce-error:before,
    .woocommerce-info:before,
    .woocommerce-message:before {
        top: 11px !important
    }
}

@media (max-width:767px) {

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
    .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: none !important
    }

    .woocommerce .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-1,
    .woocommerce-page .col2-set .col-2 {
        padding-right: 14px !important;
        padding-left: 14px !important;
        margin: 0 0 10px;
        min-height: inherit
    }

    .woocommerce-account .addresses .title h3 {
        font-size: 18px
    }

    .addresses address {
        font-size: 13px
    }

    .shipping_address p label {
        width: 100%
    }

    .shipping_address p span.woocommerce-input-wrapper {
        width: 100%
    }

    #order_comments_field label {
        width: 100%
    }

    #order_comments_field span.woocommerce-input-wrapper {
        width: 100%
    }

    .contact-right-form .gform_wrapper .gform_button {
        width: auto !important;
        line-height: inherit !important
    }

    .gfield_label {
        margin: 0 0 6.5px;
        font-size: 14px !important
    }

    .woocommerce form .form-row input.input-text,
    .woocommerce form .form-row textarea {
        height: 32px;
        font-size: 13px
    }

    .woocommerce-checkout span#select2-billing_country-container {
        height: 28px;
        line-height: 22px;
        font-size: 14px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 31px !important
    }

    .woocommerce-checkout .woocommerce-additional-fields p span.woocommerce-input-wrapper textarea#order_comments {
        height: 130px;
        font-size: 14px
    }

    .select2-container .select2-selection--single {
        height: 32px !important
    }

    .default-css p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 22px
    }

    .default-css h2 {
        font-size: 20px
    }

    .page-not-found-section {
        padding: 35px 0
    }

    .page-search-tb p {
        font-size: 14px
    }

    .testimInn p {
        font-size: 14px;
        line-height: 22px
    }

    .faq-col-div .panel-default .panel-heading .accordion-toggle {
        padding: 13px 40px 10px 10px;
        font-size: 16px;
        border-left: 2px solid #333
    }

    .faq-col-div .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 10px 14px 10px
    }

    section.faqpage-section {
        padding: 28px 0 22px
    }

    .faq-col-div .panel-default>.panel-heading+.panel-collapse>.panel-body p {
        font-size: 14px;
        line-height: 22px
    }

    .footer-left-ft {
        text-align: center
    }

    .footer-menu-list ul li {
        padding: 0;
        background: inherit
    }

    .footer-menu-list {
        text-align: center
    }

    .footer-menu-list h2:after {
        right: 0;
        margin: 0 auto
    }

    .mask-store-sextion .mask-store-right {
        width: 100%;
        display: block;
        padding: 0 15px
    }

    .mask-store-right iframe {
        width: 100%;
        height: 300px
    }

    .mediaContent ul li {
        padding: 7px
    }

    section.mediaContent {
        padding: 24px 0
    }

    .mediaContent ul li h3.card-title {
        font-size: 13px
    }

    .footer-menu-list p span {
        position: static;
        left: 0;
        font-size: 16px
    }

    #galpop-close {
        top: -22px !important;
        right: -16px !important
    }

    .woocommerce-product-details__short-description h3 {
        font-size: 20px
    }

    .inner-mid-content ul {
        display: none
    }

    .woocommerce ul.order_details {
        margin: 0 0 20px;
        padding-left: 0 !important
    }

    .woocommerce ul.order_details li {
        margin-right: 8px;
        font-size: 10px;
        padding-right: 8px;
        margin-bottom: 10px
    }

    .default-css h1 {
        font-size: 22px
    }

    .default-css h2 {
        font-size: 20px
    }

    .default-css h3 {
        font-size: 18px
    }

    .default-css h4 {
        font-size: 16px
    }

    .default-css h5 {
        font-size: 15px
    }

    .default-css h6 {
        font-size: 14px
    }

    .map-content h3 {
        font-size: 16px
    }

    .map-content p {
        font-size: 14px
    }

    .map-content a {
        font-size: 13px
    }

    .map-content a:last-child {
        margin-top: 6px
    }

    .gm-style .gm-style-iw-d {
        max-width: 100% !important
    }

    .gm-style-iw.gm-style-iw-c {
        max-width: 230px !important;
        width: 100% !important;
        text-align: center
    }
}

@media (min-width:576px) and (max-width:767px) {
    .woocommerce ul.order_details li {
        margin-right: 8px;
        font-size: 10px;
        padding-right: 8px;
        margin-bottom: 10px
    }

    .header {
        position: static;
        background: #000
    }

    .header .col-sm-4 {
        max-width: auto
    }

    .logo-bg-left {
        width: auto
    }

    .logo {
        text-align: center;
        float: right;
        margin-right: 6px;
        width: 130px
    }

    .logo-bg-left:after {
        height: 68px;
        right: -125px;
        display: none
    }

    .header .col-sm-8 {
        width: 181px;
        position: absolute;
        right: 0
    }

    .header-rt {
        padding-left: 0
    }

    .cart-item {
        padding: 3px 13px 21px
    }

    .search--right {
        padding: 13.3px 14px
    }

    .header.sticky .search--right {
        padding: 13.3px 13px
    }

    .header.sticky .searchForm {
        top: 46px
    }

    .header.sticky .cart-item {
        padding: 3px 13px 22px
    }

    .hero-top-sd {
        max-width: 300px;
        padding: 33px 32px
    }

    .hero-top-sd:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .hero-top-sd span {
        font-size: 18px
    }

    .hero-top-sd h1 {
        font-size: 24px;
        letter-spacing: 2px
    }

    .caption-logo {
        width: 130px
    }

    .hero-top-sd p {
        font-size: 14px;
        margin: 0 0 12px
    }

    .button {
        font-size: 16px;
        padding: 8px 24px
    }

    .hero-top-sd a.hero-btn {
        padding: 6px 24px;
        font-size: 16px
    }

    .search-form-top {
        position: relative
    }

    .searchForm {
        right: 0;
        top: 46px
    }

    #searchBoxOpener:checked+label+.searchForm {
        padding: 5px 10px;
        width: 261px
    }

    .hero-content-sld {
        top: 47%
    }

    .shop--category-list {
        padding: 20px
    }

    .shop--category-list h2 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .shop--category-list ul li {
        margin: 0 16px 15px 0;
        width: 48%;
        vertical-align: top
    }

    .shop--category-list ul li:nth-child(2n-2) {
        margin-right: 0
    }

    .shop--category-list ul li img {
        margin-bottom: 10px
    }

    .shop--category-list ul li a {
        font-size: 16px
    }

    .mask-store-left {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
        margin-top: 20px
    }

    .collection-tittle {
        margin: 0 38px 10px 0;
        font-size: 20px
    }

    .mask-heading h4 {
        font-size: 26px;
        padding: 12px 0
    }

    .limited-offer {
        top: -46px;
        width: 74px;
        right: 14px
    }

    .mask-store-left h5 {
        font-size: 18px
    }

    .mask-store-left p {
        font-size: 14px;
        margin: 0 0 7px;
        padding: 0
    }

    .product-section-mid ul li {
        width: 50%
    }

    .popular-products {
        padding: 50px 20px
    }

    .popular-products h2 {
        font-size: 22px
    }

    .popular-products p {
        margin: 0 0 10px;
        font-size: 14px
    }

    .products-list {
        padding: 0;
        text-align: center
    }

    .products-list p {
        font-size: 14px
    }

    .products-list img {
        padding: 0;
        height: auto
    }

    .product-section-mid ul li.Handmade-mask {
        padding: 20px;
        width: 100%
    }

    .Handmade-left {
        padding: 0 85px
    }

    .Handmade-left h3 {
        font-size: 20px;
        margin: 0 0 18px
    }

    .Handmade-right {
        width: 186px;
        margin: 0 auto
    }

    .gallery-section-mid {
        padding: 18px 0 18px
    }

    .product-section-mid {
        margin: 30px 0 0
    }

    .mask-store-sextion {
        margin-bottom: 15px
    }

    .gallery-section-mid h2 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .gallery-section-mid ul li {
        width: 50%
    }

    .gallery-abs-hover a img {
        display: block;
        margin: 0 auto 10px;
        width: 30px
    }

    .gallery-abs-hover a {
        font-size: 14px
    }

    .handmade-marks-leather-left {
        margin: 0 0 15px;
        width: 100%
    }

    .handmade-marks-leather-left:last-child {
        margin: 0
    }

    .leather-content h3 {
        font-size: 25px;
        margin: 0 0 10px
    }

    .favorites-section {
        padding: 20px 20px 20px 25px
    }

    .favorites-section h3 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .favorites-section ul li {
        margin: 0 0 10px;
        width: 49%;
        padding: 8px
    }

    .favorites-section ul li img {
        margin: 0 0 15px
    }

    .favorites-section ul li p {
        font-size: 14px;
        margin: 0 0 15px
    }

    .newsletter-section-bg {
        padding: 40px 0 40px
    }

    .newsletter-middle h4 {
        font-size: 20px
    }

    .newsletter-middle p {
        font-size: 16px;
        margin: 0 0 18px
    }

    .newsletter-flied {
        padding: 12px 22px;
        font-weight: 400;
        font-size: 14px
    }

    .msg-btn-newsletter {
        top: 12px
    }

    .footer-overlay {
        padding: 16px 0 7px
    }

    .footer-left-ft img {
        margin: 0 auto 15px;
        width: 200px
    }

    .footer-left-ft p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 8px
    }

    .footer-menu-list {
        margin: 0;
        padding: 0
    }

    .footer-menu-list {
        margin: 15px 0 0;
        padding: 15px 0 0;
        border-top: 1px #ca9831 solid
    }

    .footer-menu-list h2 {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 20px
    }

    .footer-copyright p {
        font-size: 14px;
        padding: 5px 15px
    }

    .footer-menu-list ul li a {
        font-size: 14px
    }

    #back-top-wrapper {
        right: 10px;
        bottom: 44px;
        width: 30px
    }

    .inner-mid-content {
        margin: 20px 0 0
    }

    .inner-mid-content h1 {
        font-size: 30px
    }

    .breadcrumb li {
        font-size: 14px
    }

    .breadcrumb li a {
        font-size: 14px
    }

    .breadcrumb li span.post.post-page.current-item {
        font-size: 14px
    }

    .shop-page-product .inner-pg-section {
        padding: 20px 0 10px
    }

    .title-heading {
        margin: 0 0 10px;
        font-size: 25px
    }

    .gallery-wrapper a.galpop-multiple {
        width: 33.33%
    }

    .contact-address h3 {
        font-size: 18px
    }

    .contact-address p {
        padding: 0 20px;
        font-size: 18px
    }

    .contact-address a {
        font-size: 18px
    }

    .contact-social p a {
        margin: 0 6px
    }

    .contact-right-form h4 {
        margin: 0 0 10px
    }

    .contact-right-form p {
        font-size: 16px;
        line-height: 24px
    }

    .contact-right-form .gform_wrapper {
        margin: 15px 0 0
    }

    .contact-right-form ul li {
        margin: 0 0 12px
    }

    .contact-right-form .gform_wrapper .medium {
        font-size: 16px;
        padding: 5px 14px
    }

    .contact-right-form .gform_wrapper textarea.medium {
        height: 79px
    }

    .map-section {
        margin: 15px 0 0
    }

    .olivia-img-left {
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 15px
    }

    .olivia-content-right {
        display: block;
        padding-left: 0;
        width: auto;
        padding-right: 0;
        text-align: center
    }

    .olivia-content-right h2 {
        font-size: 20px
    }

    .olivia-content-right h2 span {
        font-size: 16px
    }

    .artists-bottom-page .row {
        margin-bottom: 10px
    }

    .inner-newsletter {
        padding: 40px 0
    }

    .olivia-img-left img {
        width: 180px
    }

    .category-heading {
        margin: 0 0 14px;
        padding: 8px 10px;
        font-size: 18px;
        border-bottom: none;
        background: red;
        color: #fff
    }

    .slide-item h4 {
        font-size: 15px
    }

    .slide-item ul li a {
        font-size: 15px
    }

    .default-sorting {
        margin: 0 0 15px
    }

    .product-shop-mid {
        padding: 0
    }

    .shop-product-page .col-sm-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .shop-product-page .col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .phone-mobile-open {
        display: block;
        padding: 1px 0 0 8px
    }

    .products-list h2 {
        font-size: 16px
    }

    .favorites-section ul li h2 {
        font-size: 16px
    }

    input#input_1_1 {
        padding: 14px 22px !important;
        font-size: 16px !important
    }

    .newsletter-middle #gform_submit_button_1 {
        top: 15px;
        right: 10px !important;
        margin-right: 16px
    }

    .woocommerce .shop-product-right ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 .992em !important
    }

    .shop-page-product .col-sm-3,
    .shop-page-product .col-sm-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .woocommerce-cart .woocommerce table.shop_table td {
        border-right: none
    }

    .woocommerce-cart .woocommerce table.shop_table td:first-child {
        border-top: none !important
    }

    .singal-page-product div#product-57 form#commentform {
        width: 100%
    }

    .singal-page-product div#product-57 .product_title {
        font-size: 28px
    }

    .singal-page-product div#product-57 section.related.products>h2 {
        font-size: 25px
    }

    section.singal-page-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
        font-size: 20px
    }

    .footer-menu-list p {
        font-size: 14px
    }

    .inner-pg-section>p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px
    }

    .olivia-content-right p {
        font-size: 14px
    }

    .woocommerce div.product div.images.woocommerce-product-gallery {
        position: relative;
        width: 48%;
        float: left
    }

    .woocommerce .singal-page-product div.product div.summary {
        width: 48%;
        float: right
    }

    .woocommerce section.singal-page-product .product_title {
        font-size: 25px
    }

    .woocommerce section.singal-page-product form#commentform {
        width: 100%
    }

    .woocommerce section.singal-page-product section.related.products h2 {
        font-size: 25px;
        margin: 20px 0
    }

    .socailTop a img {
        height: 15px !important;
        width: auto
    }

    .socailTop a {
        padding-right: 8px
    }

    .phone-mobile-open span {
        font-size: 14px
    }

    .account-info ul li a {
        font-size: 14px
    }

    .socailTop:before {
        height: 18px
    }

    .account-info ul {
        margin: -3px 0 0
    }

    .woocommerce ul.order_details {
        margin: 0 0 20px;
        padding-left: 0 !important
    }
}

@media (max-width:575px) {
    body div.festi-cart-products {
        width: 190px
    }

    .footer-left-ft img {
        width: 200px
    }

    .header {
        position: static;
        background: #000
    }

    .header .col-sm-4 {
        max-width: 142px
    }

    .logo {
        text-align: center;
        float: right;
        margin-right: 6px
    }

    .logo-bg-left:after {
        height: 68px;
        right: -125px;
        display: none
    }

    .header .col-sm-8 {
        position: absolute;
        right: 0;
        width: 170px
    }

    .header-rt {
        padding-left: 0
    }

    .cart-item {
        padding: 1px 10px 19px
    }

    .header.sticky .cart-item {
        padding: 1px 10px 20px
    }

    .search--right {
        padding: 9.3px 11px
    }

    a.festi-cart div.festi-cart-content img.festi-cart-icon {
        max-height: 15px;
        margin: 0
    }

    .header.sticky .search--right {
        padding: 7px 11px 13px
    }

    .header.sticky .searchForm {
        top: 45px
    }

    .hero-top-sd {
        margin: 0 15px;
        padding: 33px 32px
    }

    .hero-top-sd:after {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px
    }

    .hero-top-sd span {
        font-size: 18px
    }

    .hero-top-sd h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-bottom: 14px
    }

    .hero-top-sd p {
        font-size: 14px;
        margin: 0 0 12px
    }

    .button {
        font-size: 16px;
        padding: 6px 24px
    }

    .hero-top-sd a.hero-btn {
        font-size: 16px;
        padding: 8px 24px
    }

    .search-form-top {
        position: relative
    }

    .searchForm {
        right: -26px;
        top: 46px
    }

    #searchBoxOpener:checked+label+.searchForm {
        padding: 5px 10px;
        width: 261px
    }

    .hero-content-sld {
        top: 50%
    }

    .shop--category-list {
        padding: 20px
    }

    .shop--category-list h2 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .shop--category-list ul li {
        margin: 0 0 10px;
        width: 100%
    }

    .shop--category-list ul li img {
        margin-bottom: 10px
    }

    .shop--category-list ul li a {
        font-size: 18px
    }

    .mask-store-left {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 0 15px;
        margin-top: 15px
    }

    .collection-tittle {
        margin: 0 38px 10px 0;
        font-size: 16px
    }

    .mask-heading h4 {
        font-size: 26px;
        padding: 12px 0
    }

    .limited-offer {
        top: -32px;
        width: 46px
    }

    .mask-store-left h5 {
        font-size: 18px
    }

    .mask-store-left p {
        font-size: 14px;
        margin: 0 0 7px;
        padding: 0
    }

    .product-section-mid ul li {
        min-height: inherit;
        border-right: none;
        width: 100%
    }

    .popular-products {
        padding: 30px 20px
    }

    .popular-products h2 {
        font-size: 22px
    }

    .popular-products p {
        margin: 0 0 10px;
        font-size: 14px
    }

    .products-list {
        padding: 0 20px;
        text-align: center
    }

    .products-list p {
        font-size: 14px
    }

    .products-list img {
        padding: 20px 0 0
    }

    .product-section-mid ul li.Handmade-mask {
        padding: 20px;
        width: 100%
    }

    .Handmade-left {
        display: block;
        padding: 0 0 15px;
        text-align: center
    }

    .Handmade-left h3 {
        font-size: 20px;
        margin: 0 0 18px
    }

    .Handmade-left h3 br {
        display: none
    }

    .Handmade-right {
        display: block;
        width: 150px;
        margin: 0 auto
    }

    .gallery-section-mid {
        padding: 18px 0 14px
    }

    .product-section-mid {
        margin: 30px 0 0
    }

    .mask-store-sextion {
        margin-bottom: 15px
    }

    .gallery-section-mid h2 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .gallery-section-mid ul li {
        width: 50%
    }

    .gallery-abs-hover a img {
        display: block;
        margin: 0 auto 10px;
        width: 30px
    }

    .gallery-abs-hover a {
        font-size: 14px
    }

    .handmade-marks-leather-left {
        margin: 0 0 15px;
        width: 100%
    }

    .handmade-marks-leather-left:last-child {
        margin: 0
    }

    .leather-content h3 {
        font-size: 25px;
        margin: 0 0 10px
    }

    .favorites-section {
        padding: 20px
    }

    .favorites-section h3 {
        margin: 0 0 15px;
        font-size: 23px
    }

    .favorites-section ul li {
        margin: 0 0 15px;
        width: 100%
    }

    .favorites-section ul li img {
        margin: 0 0 15px
    }

    .favorites-section ul li p {
        font-size: 14px;
        margin: 0 0 10px
    }

    .newsletter-section-bg {
        padding: 40px 0 40px
    }

    .newsletter-middle h4 {
        font-size: 20px
    }

    .newsletter-middle p {
        font-size: 14px;
        margin: 0 0 18px
    }

    .newsletter-flied {
        padding: 12px 22px;
        font-weight: 400;
        font-size: 14px
    }

    .msg-btn-newsletter {
        top: 12px
    }

    .footer-overlay {
        padding: 16px 0 7px
    }

    .footer-left-ft img {
        margin: 0 auto 15px
    }

    .footer-left-ft p {
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 8px
    }

    .footer-menu-list {
        margin: 0;
        padding: 0
    }

    .footer-menu-list {
        margin: 15px 0 0;
        padding: 15px 0 0;
        border-top: 1px #ca9831 solid
    }

    .footer-menu-list h2 {
        margin: 0 0 15px;
        padding: 0 0 15px;
        font-size: 20px
    }

    .footer-copyright p {
        font-size: 14px;
        padding: 5px 15px
    }

    .footer-menu-list ul li a {
        font-size: 14px
    }

    #back-top-wrapper {
        right: 10px;
        bottom: 44px;
        width: 30px
    }

    .inner-mid-content {
        margin: 20px 0 0
    }

    .inner-mid-content h1 {
        font-size: 16px
    }

    .breadcrumb li a {
        font-size: 14px;
        letter-spacing: 0
    }

    .shop-page-product .inner-pg-section {
        padding: 20px 0 10px
    }

    .title-heading {
        margin: 0 0 10px;
        font-size: 25px
    }

    .gallery-wrapper a.galpop-multiple {
        width: 50%
    }

    .contact-address h3 {
        font-size: 18px
    }

    .contact-address p {
        padding: 0 20px;
        font-size: 18px
    }

    .contact-address a {
        font-size: 18px
    }

    .contact-social p a {
        margin: 0 6px
    }

    .contact-right-form {
        margin-top: 20px
    }

    .contact-right-form h4 {
        margin: 0 0 10px;
        font-size: 20px
    }

    .contact-right-form p {
        font-size: 16px;
        line-height: 24px
    }

    .contact-right-form .gform_wrapper {
        margin: 15px 0 0
    }

    .gfield_label {
        margin: 0 0 5px;
        font-size: 14px !important
    }

    .contact-right-form ul li {
        margin: 0 0 12px
    }

    .contact-right-form .gform_wrapper .medium {
        font-size: 16px;
        padding: 5px 14px
    }

    .contact-right-form .gform_wrapper textarea.medium {
        height: 79px
    }

    .map-section {
        margin: 15px 0 0
    }

    .olivia-img-left {
        display: block;
        width: auto;
        text-align: center;
        margin-bottom: 15px
    }

    .olivia-content-right {
        display: block;
        padding-left: 0;
        width: auto;
        padding-right: 0;
        text-align: center
    }

    .olivia-content-right h2 {
        font-size: 20px
    }

    .olivia-content-right h2 span {
        font-size: 16px
    }

    .artists-bottom-page .row {
        margin-bottom: 10px
    }

    .inner-newsletter {
        padding: 40px 0
    }

    .olivia-img-left img {
        width: 180px
    }

    .category-heading {
        margin: 0 0 14px;
        padding: 8px 10px;
        font-size: 18px;
        border-bottom: none;
        background: red;
        color: #fff
    }

    .slide-item h4 {
        font-size: 15px
    }

    .slide-item ul li a {
        font-size: 15px
    }

    .default-sorting {
        margin: 0 0 15px
    }

    .product-shop-mid {
        padding: 0
    }

    .page-search-tb {
        max-width: 320px
    }

    .searchbuttom-tb {
        padding: 8.5px 26px
    }

    .phone-mobile-open {
        display: block;
        padding: 6px 0 0
    }

    .breadcrumb li {
        font-size: 14px;
        letter-spacing: 0px
    }

    .breadcrumb li span.post.post-page.current-item {
        font-size: 14px
    }

    .products-list h2 {
        font-size: 16px
    }

    .favorites-section ul li h2 {
        font-size: 16px
    }

    input#input_1_1 {
        padding: 14px 22px !important;
        font-size: 16px !important
    }

    .newsletter-middle #gform_submit_button_1 {
        top: 15px;
        right: 10px !important;
        margin-right: 16px
    }

    .shop-page-product .woocommerce-result-count {
        float: left !important;
        width: 100% !important
    }

    .woocommerce .shop-product-right ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100% !important;
        margin: 0 0 .992em !important
    }

    .woocommerce-cart .woocommerce table.shop_table td {
        border-right: none;
        font-size: 15px
    }

    .woocommerce-cart .woocommerce table.shop_table td:first-child {
        border-top: none !important
    }

    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-category__title,
    .woocommerce.post-type-archive-product ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 16px
    }

    .woocommerce form .form-row {
        width: 100%
    }

    .singal-page-product div#product-57 form#commentform {
        width: 100%
    }

    .singal-page-product div#product-57 .product_title {
        font-size: 28px
    }

    .singal-page-product div#product-57 section.related.products>h2 {
        font-size: 25px
    }

    section.singal-page-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
        font-size: 20px
    }

    .footer-menu-list p {
        font-size: 14px
    }

    .inner-pg-section>p {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 20px
    }

    .olivia-content-right p {
        font-size: 14px
    }

    .woocommerce .singal-page-product div.product {
        display: flex;
        flex-wrap: wrap
    }

    .woocommerce .singal-page-product div.product div.summary {
        margin-bottom: 2em;
        order: -1
    }

    .woocommerce section.singal-page-product .product_title {
        font-size: 25px
    }

    .woocommerce section.singal-page-product form#commentform {
        width: 100%
    }

    .woocommerce section.singal-page-product section.related.products h2 {
        font-size: 20px;
        margin: 20px 0
    }

    .woocommerce section.singal-page-product .qty.input-text {
        height: 34px
    }

    .shop-page-product div#nc-list-grid-icons {
        float: right !important
    }

    .top_bar .col-sm-7 {
        width: 45%
    }

    .top_bar .col-sm-5 {
        width: 55%
    }

    .socailTop a img {
        height: 15px !important;
        width: auto
    }

    .socailTop a {
        padding-right: 8px
    }

    .phone-mobile-open span {
        font-size: 13px
    }

    .account-info ul li a {
        font-size: 13px
    }

    .socailTop:before {
        height: 18px
    }

    .phone-mobile-open {
        padding: 4px 0 0
    }

    .account-info {
        padding: 0
    }

    .account-info ul li {
        padding: 0 8px
    }

    .mediaContent ul li {
        width: 100%;
        padding: 0 0 10px
    }

    .woocommerce #review_form #respond p {
        font-size: 14px
    }
}

@media only screen and (max-width:641px) {
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: inherit !important;
        min-height: inherit !important
    }

    @media (max-width:480px) {
        .search-input-filed {
            width: 78%
        }

        .caption-logo {
            width: 200px
        }

        .hero-top-sd {
            max-width: 100%
        }

        .woocommerce form .form-row-first,
        .woocommerce form .form-row-last,
        .woocommerce-page form .form-row-first,
        .woocommerce-page form .form-row-last {
            width: 100% !important
        }

        .ginput_recaptcha {
            transform: scale(.77);
            -webkit-transform: scale(.77);
            transform-origin: 0 0;
            -webkit-transform-origin: 0 0
        }
    }

    @media (max-width:400px) {
        .account-info ul li a {
            font-size: 12px
        }

        .phone-mobile-open span {
            font-size: 12px
        }

        .account-info ul li {
            padding: 0 4px
        }

        .account-info ul li+li:before {
            height: 14px;
            top: 6px;
            left: -2px
        }

        .account-info ul {
            margin: -3px 0 0
        }

        .phone-mobile-open {
            padding: 6px 0 0
        }

        .top_bar .col-sm-7 {
            width: 55%
        }

        .top_bar .col-sm-5 {
            width: 45%
        }

        #searchBoxOpener:checked+label+.searchForm {
            width: 240px
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            padding: 0 12px
        }

        .woocommerce table.wishlist_table tbody td {
            padding: 11px 6px !important
        }

        .woocommerce table.wishlist_table thead th {
            padding: 16px 8px !important
        }

        .woocommerce-wishlist table.shop_table.cart.wishlist_table {
            width: 270px
        }

        .woocommerce table.wishlist_table thead th,
        .woocommerce table.wishlist_table tbody td {
            font-size: 10px
        }

        .woocommerce form .form-row-first,
        .woocommerce form .form-row-last,
        .woocommerce-page form .form-row-first,
        .woocommerce-page form .form-row-last {
            width: 100%
        }
    }

    @media (max-width:365px) {
        .shop-page-product div#nc-list-grid-icons {
            float: left !important
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            padding: 0 10px !important
        }

        .logged-in .account-info ul li a {
            font-size: 10px
        }

        .logged-in .phone-mobile-open span {
            font-size: 11px
        }
    }

    @media (max-width:345px) {
        body div.festi-cart-products {
            width: 190px;
            left: 0 !important
        }
    }


    /* =========================================================================================== */

    @import url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/fonts.css);

    @media (max-width:1599px) {
        #mainNavigation ul li {
            margin: 0 9px;
            font-size: 18px
        }
    }

    @media (min-width:1200px) {
        .main_navigation {
            float: right;
            padding: 1px 0 0;
            width: 81%
        }

        .main_navigation nav.navbar {
            padding-left: 0
        }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
            float: left;
            padding: 38px 0;
            margin-right: 34px
        }

        .navbar-toggle {
            display: none
        }

        #mainNavigation ul {
            float: right;
            margin: 0;
            padding-left: 0
        }

        #mainNavigation ul li {
            padding: 17px 0;
            margin: 0 14px;
            position: relative;
            list-style: none;
            float: left;
            color: #fff;
            font-weight: 500;
            font-size: 18px;
            text-transform: uppercase;
            letter-spacing: 2px
        }

        #mainNavigation ul li a {
            color: #fff;
            color: #fff;
            font-weight: 500;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            padding: 17px 0;
            text-decoration: none
        }

        #mainNavigation ul>li>a:hover,
        #mainNavigation ul>li.current-menu-item>a {
            border-bottom: 2px #bb892d solid
        }

        .menu-item-has-children {
            position: relative
        }

        .menu-item-has-children>a:after {
            content: '\f107';
            font-family: 'FontAwesome';
            margin-left: 5px;
            font-size: 18px;
            float: right;
            margin-top: 0
        }

        .menu-item-has-children>ul li.menu-item-has-children>a:after {
            content: '\f107';
            font-family: 'FontAwesome';
            margin-left: 5px;
            font-size: 18px;
            float: right;
            margin-top: 0;
            -webkit-transform: rotate(275deg);
            -moz-transform: rotate(275deg);
            -o-transform: rotate(275deg);
            transform: rotate(275deg);
            position: absolute;
            right: 9px;
            top: 6px
        }

        .menu-item-has-children ul {
            position: absolute;
            width: 250px;
            background: #242528;
            list-style: none;
            text-align: left;
            padding-left: 0;
            z-index: 999;
            top: 100%;
            padding: 0;
            left: 0;
            opacity: 0;
            border-radius: 0;
            max-height: 0;
            -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            -webkit-transform-origin: 50% 0;
            -moz-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            -ms-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
            -moz-transform-origin: 50% 0;
            -ms-transform-origin: 50% 0;
            -webkit-transition: .35s;
            -moz-transition: .35s;
            -o-transition: .35s;
            transition: .35s;
            display: block !important
        }

        .menu-item-has-children ul li {
            position: relative;
            width: 100%;
            float: left;
            margin: 0 !important;
            border-radius: 0;
            border-bottom: 1px solid #ca9831;
            padding: 0 !important
        }

        .menu-item-has-children ul li:last-child {
            border-bottom: none
        }

        .menu-item-has-children ul li.active>a {
            color: #2f3068 !important
        }

        .menu-item-has-children ul li a {
            margin-left: 0;
            font-size: 14px !important;
            color: #fff !important;
            white-space: normal;
            width: 100%;
            float: none;
            font-weight: 300;
            text-decoration: none;
            padding: 10px 15px !important;
            display: block;
            -webkit-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
            border-left: 6px solid #bb892d;
            border-bottom: inherit !important
        }

        .menu-item-has-children ul li a:hover {
            color: #fff !important;
            background-image: linear-gradient(to right, #ca9831, rgba(255, 97, 81, 0)) !important;
            position: relative;
            border-radius: 0
        }

        .menu-item-has-children ul ul {
            position: absolute;
            width: 220px;
            list-style: none;
            text-align: left;
            padding-left: 0;
            z-index: 999;
            top: 0;
            display: block;
            left: 100%;
            margin-left: 20px;
            opacity: 0
        }

        .menu-item-has-children ul ul:before {
            display: none
        }

        .menu-item-has-children ul ul li {
            position: relative;
            width: 100%;
            float: left;
            margin: 0 !important;
            border-radius: 0
        }

        .menu-item-has-children ul ul li a:hover {
            color: #fff !important;
            background-image: linear-gradient(to right, #ff6151, rgba(255, 97, 81, 0));
            position: relative;
            border-radius: 0
        }

        .menu-item-has-children:hover>ul {
            max-height: 1000px;
            display: block;
            opacity: 1;
            -webkit-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            -moz-transform: perspective(400px) rotate3d(0, 0, 0, 0);
            -ms-transform: perspective(400px) rotate3d(0, 0, 0, 0)
        }

        .menu-item-has-children .menu-item-has-children:hover>ul {
            opacity: 1;
            visibility: visible
        }
    }

    @media (max-width:1399px) {
        .header-rt {
            padding-left: 48px
        }
    }

    @media (max-width:1199px) {
        div#mainNavigation.collapse.show {
            right: 0;
            background: #bb892d
        }

        button:focus {
            outline: 0px dotted;
            outline: 0px auto -webkit-focus-ring-
        }

        .menu-item-has-children>a:after {
            font-size: 15px;
            display: none
        }

        .menu-item-has-children ul li ul {
            left: 0
        }

        .menu-item-has-children ul li a {
            font-size: 14px;
            font-weight: 400;
            padding: 10px 20px;
            transform: skew(0deg)
        }

        .collapse.show ul>li>a {
            font-size: 16px;
            padding: 11px 11px 12px
        }

        .main_navigation .navbar-inverse {
            position: unset
        }

        .navbar-header {
            position: absolute;
            top: 11px;
            right: 30px
        }

        .navbar-toggle {
            display: block;
            border-color: transparent;
            margin-top: 0;
            margin-bottom: 0
        }

        .navbar-toggle.collapsed .icon-bar {
            background-color: #bb892d !important;
            width: 30px;
            height: 3px;
            float: left
        }

        .navbar-toggle .icon-bar {
            background-color: #fff !important;
            width: 42px;
            height: 3px
        }

        .navbar-toggle .icon-bar+.icon-bar {
            margin-top: 6px
        }

        .navbar-toggle:focus,
        .navbar-toggle:hover {
            background-color: transparent !important
        }

        div#navbarOpened.openMenu {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            position: fixed;
            background: rgba(0, 0, 0, .47);
            z-index: 99
        }

        .navbar-toggle {
            height: 43px;
            cursor: pointer;
            width: 32px;
            background: 0 0;
            right: 10px;
            float: right;
            padding: 0;
            margin: 0;
            z-index: 999999999;
            position: fixed;
            top: 22px;
            transform: scale(.7);
            -webkit-transform: scale(.7);
            -moz-transform: scale(.7);
            border: none
        }

        .navbar-toggle.collapsed {
            position: static;
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1)
        }

        div#mainNavigation {
            position: fixed;
            overflow-x: auto;
            width: 280px;
            height: 100% !important;
            z-index: 99999999;
            background: #17374c;
            top: 0;
            right: -100%;
            left: inherit;
            padding: 70px 0 20px;
            display: block !important;
            -webkit-transition: right .4s cubic-bezier(.19, 1.000, .22, 1.000);
            -moz-transition: right .4s cubic-bezier(.19, 1.000, .22, 1.000);
            transition: right .4s cubic-bezier(.19, 1.000, .22, 1.000)
        }

        .header.sticky .navbar-toggle {
            top: 8px
        }

        div#mainNavigation.navbar-collapse.in {
            right: 0
        }

        .collapse.show ul {
            text-align: left;
            margin: 0;
            display: block;
            padding: 0
        }

        .collapse.show ul>li {
            display: block;
            float: left;
            width: 100%;
            margin-left: 0 !important;
            margin-top: 0 !important
        }

        .collapse.show ul>li+li {
            border-top: solid 1px #96660e
        }

        .collapse.show ul>li>a {
            font-size: 16px;
            padding: 7px 20px 7px;
            font-weight: 600;
            text-align: left;
            transform: skew(0deg);
            margin: 0;
            color: #fff;
            display: block;
            letter-spacing: 2px;
            text-transform: uppercase
        }

        .collapse.show ul>li>a:hover {
            color: #fff;
            background: #000
        }

        .navbar-toggle.collapsed .icon-bar:first-child {
            transform: rotate(0deg);
            margin-top: 0
        }

        .navbar-toggle.collapsed .icon-bar:last-child {
            transform: rotate(0deg);
            margin-top: 7px
        }

        .navbar-toggle .icon-bar:first-child {
            transform: rotate(45deg);
            margin-top: 7px;
            float: left
        }

        .navbar-toggle .icon-bar:last-child {
            transform: rotate(-45deg);
            margin-top: -3px;
            float: left
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            display: none
        }

        .navbar-toggle.collapsed .icon-bar:nth-child(2) {
            display: block;
            margin-top: 7px
        }

        .menu-item-has-children .subItem {
            width: 40px;
            position: absolute;
            margin-top: 4px;
            right: 10px;
            z-index: 999;
            text-align: center;
            cursor: pointer
        }

        .menu-item-has-children .subItem:before {
            content: '\f107';
            font-family: 'FontAwesome';
            font-size: 20px;
            float: left;
            width: 100%;
            color: #fff
        }

        .menu-item-has-children.parentMenuActive>.subItem:before {
            content: '\f106';
            color: #fff
        }

        .menu-item-has-children {
            position: unset
        }

        .menu-item-has-children ul {
            position: relative;
            width: 100%;
            float: left;
            text-align: left;
            height: auto;
            transform: skew(0deg);
            border-radius: 0;
            left: 0;
            background: #865a0a
        }

        .menu-item-has-children:hover>a:before {
            display: none
        }

        .menu-item-has-children ul li {
            display: block;
            float: left;
            width: 100%;
            padding: 0;
            border: none
        }

        .menu-item-has-children ul li+li {
            border-top: 1px solid rgba(255, 255, 255, .2)
        }

        .menu-item-has-children ul li.active>a {
            color: #fff !important
        }

        .menu-item-has-children ul li ul {
            background: #5a3a01
        }

        .iphon_navigation .useful-link.clearfix {
            display: block !important;
            text-align: left;
            padding: 10px 20px;
            clear: both;
            margin: 9px 0 0;
            background: #173d56;
            float: left;
            width: 100%
        }

        .iphon_navigation .social-connect {
            text-align: left
        }

        .iphon_navigation .useful-link h4:before {
            bottom: 0;
            right: 0;
            margin: 0
        }

        .iphon_navigation .phone {
            display: block !important;
            text-align: left;
            padding: 0 0 0 20px;
            background: #ff6151;
            margin: 24px 0 8px
        }

        .iphon_navigation .email {
            display: block !important;
            text-align: left;
            padding: 0 0 0 20px;
            background: #ff6151
        }

        .iphon_navigation .email a {
            padding: 0;
            margin: 0
        }

        .iphon_navigation .phone,
        .iphon_navigation .email {
            font-size: 16px
        }

        .iphon_navigation .phone a:hover,
        .iphon_navigation .email a:hover {
            color: #fff
        }

        .iphon_navigation .phone a,
        .iphon_navigation .email a {
            color: #fff;
            margin: 8px 0;
            display: inline-block
        }

        .iphon_navigation .social-connect a {
            margin: 0 10px 0 0
        }

        .top-section.sticky .navbar-header {
            top: 5px
        }

        .header-rt {
            padding-left: 0
        }
    }

    @media (max-width:991px) {
        .navbar-header {
            position: absolute;
            top: 10px
        }
    }

    @media (max-width:767px) {
        .navbar-header {
            top: 2px;
            right: 14px
        }

        .header.sticky .navbar-toggle {
            top: -2px;
            right: 18px
        }

        .navbar-toggle {
            top: -2px;
            right: 18px
        }

        .collapse.show ul>li>a {
            font-size: 15px;
            padding: 9px 20px
        }
    }

    @media (max-width:630px) {
        .socailTop {
            display: none
        }
    }

    @media (max-width:480px) {
        .navbar-inverse .navbar-collapse.collapse {
            top: 53px
        }

        .main_header.affix .navbar-inverse .navbar-collapse.collapse {
            top: 46px
        }

        .navbar-header {
            right: 16px
        }
    }

    @media (max-width:575px) {
        .navbar-header {
            right: 15px;
            top: 0
        }

        .search-box {
            right: 40px
        }
    }

    @media (max-width:1599px) {
        #mainNavigation ul li {
            margin: 0 9px;
            font-size: 18px
        }
    }

    @media (min-width:1200px) and (max-width:1514px) {
        .header-rt {
            padding-left: 64px
        }

        #mainNavigation ul li {
            margin: 0 9px
        }

        #mainNavigation ul li a {
            font-size: 15px;
            letter-spacing: 1px
        }

        .navbar-collapse.collapse {
            margin-right: 0;
            padding: 28px 0
        }
    }



    /* =========================================================================================== */


    .slick-slider {
        position: relative;
        display: block;
        box-sizing: border-box;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent
    }

    .slick-list {
        position: relative;
        display: block;
        overflow: hidden;
        margin: 0;
        padding: 0
    }

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: ''
    }

    .slick-track:after {
        clear: both
    }

    .slick-loading .slick-track {
        visibility: hidden
    }

    .slick-slide {
        display: none;
        /* float: left; */
        height: 100%;
        min-height: 1px
    }

    [dir=rtl] .slick-slide {
        float: right
    }

    .slick-slide img {
        display: block
    }

    .slick-slide.slick-loading img {
        display: none
    }

    .slick-slide.dragging img {
        pointer-events: none
    }

    .slick-initialized .slick-slide {
        display: block
    }

    .slick-loading .slick-slide {
        visibility: hidden
    }

    .slick-vertical .slick-slide {
        display: block;
        height: auto;
        border: 1px solid transparent
    }

    .slick-arrow.slick-hidden {
        display: none
    }


    /* =========================================================================================== */



    @charset 'UTF-8';

    .slick-loading .slick-list {
        background: #fff url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./ajax-loader.gif) center center no-repeat
    }

    @font-face {
        font-family: 'slick';
        font-weight: 400;
        font-style: normal;
        src: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./fonts/slick.eot);
        src: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./fonts/slick.eot?#iefix) format('embedded-opentype'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./fonts/slick.woff) format('woff'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./fonts/slick.ttf) format('truetype'), url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/./fonts/slick.svg#slick) format('svg')
    }

    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: 0 0
    }

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: 0 0
    }

    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
        opacity: 1
    }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-prev {
        left: -25px
    }

    [dir=rtl] .slick-prev {
        right: -25px;
        left: auto
    }

    .slick-prev:before {
        content: 'â†'
    }

    [dir=rtl] .slick-prev:before {
        content: 'â†’'
    }

    .slick-next {
        right: -25px
    }

    [dir=rtl] .slick-next {
        right: auto;
        left: -25px
    }

    .slick-next:before {
        content: 'â†’'
    }

    [dir=rtl] .slick-next:before {
        content: 'â†'
    }

    .slick-dotted.slick-slider {
        margin-bottom: 30px
    }

    .slick-dots {
        position: absolute;
        bottom: -25px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 20px;
        height: 20px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: 0 0
    }

    .slick-dots li button:hover,
    .slick-dots li button:focus {
        outline: none
    }

    .slick-dots li button:hover:before,
    .slick-dots li button:focus:before {
        opacity: 1
    }

    .slick-dots li button:before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: 'â€¢';
        text-align: center;
        opacity: .25;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .slick-dots li.slick-active button:before {
        opacity: .75;
        color: #000
    }

    /* =========================================================================================== */



    #galpop-wrapper {
        background-color: #000;
        background-color: rgba(0, 0, 0, .8)
    }

    #galpop-container {
        border-radius: 5px;
        padding: 10px;
        background-color: #fff;
        background-color: rgba(255, 255, 255, .8)
    }

    #galpop-wrapper.loaded-ajax #galpop-container,
    #galpop-wrapper.loaded-iframe #galpop-container {
        width: 70vw;
        height: 70vh;
        padding: 0;
        border-radius: 0
    }

    #galpop-wrapper.loaded-iframe iframe {
        width: 100%;
        height: 70vh;
        border: 0
    }

    #galpop-wrapper.loaded-ajax #galpop-content {
        padding: 10px 20px
    }

    #galpop-ajax {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1;
        -o-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/ajax-loader.gif);
        background-repeat: no-repeat;
        background-position: center
    }

    #galpop-wrapper.complete #galpop-ajax {
        opacity: 0
    }

    #galpop-info {
        background-color: #000;
        background-color: rgba(0, 0, 0, .8);
        color: #fff;
        font-size: .8em;
        padding: 10px;
        left: 0;
        bottom: 0
    }

    #galpop-close {
        top: -30px;
        right: -30px;
        width: 36px;
        height: 36px;
        background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/btn-close.png);
        background-repeat: no-repeat
    }

    .lock-scroll {
        overflow: hidden !important
    }

    #galpop-wrapper {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1001
    }

    #galpop-container {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 100px;
        width: 100px;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -o-transition: width .5s, height .5s;
        -ms-transition: width .5s, height .5s;
        -moz-transition: width .5s, height .5s;
        -webkit-transition: width .5s, height .5s;
        transition: width .5s, height .5s;
        overflow: visible !important
    }

    #galpop-prev,
    #galpop-next {
        position: absolute;
        top: 50%;
        z-index: 5;
        background-repeat: no-repeat;
        outline: none;
        transform: translateY(-50%);
        width: 50px;
        height: 50px
    }

    #galpop-prev {
        left: 0
    }

    #galpop-next {
        right: 0
    }

    #galpop-prev:hover {
        background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/btn-prev.png);
        background-position: left center
    }

    #galpop-next:hover {
        background-image: url(//www.themaskstore.com/wp-content/themes/TheMaskStore/css/../images/btn-next.png);
        background-position: right center
    }

    #galpop-modal {
        position: relative
    }

    #galpop-content {
        display: none
    }

    #galpop-content img {
        vertical-align: top
    }

    #galpop-info {
        position: absolute;
        display: none;
        z-index: 15
    }

    #galpop-info p {
        margin: 0
    }

    #galpop-info a {
        color: #fff
    }

    #galpop-close {
        position: absolute;
        display: block;
        z-index: 10
    }


    /* =========================================================================================== */