.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.oh {
    overflow: hidden
}

.white {
    color: #fff
}

.left {
    float: left
}

.right {
    float: right
}

.bg-dark {
    background-color: #000
}

.last {
    margin-bottom: 0!important;
}

.uppercase {
    text-transform: uppercase
}

::-moz-selection {
    color: #fff;
    background: #003296
}

::-webkit-selection {
    color: #fff;
    background: #003296
}

::selection {
    color: #fff;
    background: #003296
}

html {
    overflow-x: hidden
}

a {
    color: rgb(88, 88, 88)
}

a:focus,
a:hover {
    color: #000
}

body {
    direction: rtl;
    text-align: right;
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    color: #7b7b7b;
    width: 100%;
    height: 100%
}

body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.loader {
    display: block;
    position: absolute;
    font-size: 0;
    color: #003296;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.loader>div {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    display: inline-block;
    float: none;
    width: 38px;
    height: 38px;
    background: 0 0;
    border-style: solid;
    border-width: 2px;
    border-right-color: transparent;
    border-left-color: transparent;
    -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
    -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
    -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
    animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite
}

@-webkit-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-moz-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg)
    }
    100% {
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-o-keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg)
    }
    100% {
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes ball-clip-rotate-pulse-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -moz-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
        -moz-transform: translate(-50%, -50%) rotate(180deg);
        -o-transform: translate(-50%, -50%) rotate(180deg);
        transform: translate(-50%, -50%) rotate(180deg)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -moz-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15)
    }
}

@-moz-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -moz-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    30% {
        opacity: .3;
        -moz-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15)
    }
}

@-o-keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    30% {
        opacity: .3;
        -o-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15)
    }
}


@keyframes ball-clip-rotate-pulse-scale {
    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    30% {
        opacity: .3;
        -webkit-transform: translate(-50%, -50%) scale(.15);
        -moz-transform: translate(-50%, -50%) scale(.15);
        -o-transform: translate(-50%, -50%) scale(.15);
        transform: translate(-50%, -50%) scale(.15)
    }
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Questrial, sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    line-height: 1.3
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 15px
}

@media only screen and (max-width:575px) {
    h1 {
        font-size: 26px
    }
    h2 {
        font-size: 22px
    }
    h3 {
        font-size: 19px
    }
}

@media (max-width:640px) {
    h1 {
        font-size: 22px
    }
    h2 {
        font-size: 18px
    }
    h3 {
        font-size: 17px
    }
    h4 {
        font-size: 16px
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit
}

.heading-row {
    margin-bottom: 30px
}

.heading {
    position: relative;
    margin-bottom: 0;
    font-family: 'vazir';
    font-size: x-large;
}

.bottom-line:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    margin: 4px auto 0;
    z-index: 1;
    position: relative
}

.elementor-text-editor .elementor-clearfix p {
    color: white;
}

p, .shop_attributes div {
    font-size: 13px;
    color: #1d1d1d;
    font-weight: normal;
    margin: 0 0 10px;
    	text-align: justify;
	text-align-last: right;
	font-family:'Vazir' !important;
}
h2.product-single__title{
    margin-bottom: 10px;
}
address {
    font-style: normal
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

@media only screen and (max-width:1439px) {
    .text-lg-center {
        text-align: center
    }
}

@media only screen and (max-width:991px) {
    .text-md-center {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .text-sm-center {
        text-align: center
    }
}

@media only screen and (max-width:575px) {
    .text-xs-center {
        text-align: center
    }
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e1e1e1
}

.section-wrap {
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.mobile .section-wrap {
    background-position: 50% 50%!important;
    background-attachment: scroll!important
}

@media only screen and (max-width:767px) {
    .section-wrap {
        padding: 50px 0
    }
}

@media only screen and (max-width:575px) {
    .section-wrap {
        padding: 40px 0
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1300px
    }
}

.row-8 {
    margin: 0 -4px
}

.row-8>div {
    padding: 1%
}

.row-10 {
    margin: 0 -5px
}

.row-10>div {
    padding: 0 5px
}

.row-24 {
    margin: 0 -12px
}

.row-24>div {
    padding: 0 12px
}

.btn {
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 1;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:hover {
    color: #fff;
    background-color: #003296;
    border-color: transparent;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    color: #fff
}

.btn-lg,
.btn-lg.btn-button {
    font-size: 16px;
    padding: 0 30px
}

.btn-lg span,
.btn-lg.btn-button span {
    line-height: 52px
}

.btn-lg i,
.btn-lg.btn-button i {
    font-size: 16px;
    margin-right: 4px
}

.btn-lg.btn-button {
    height: 54px
}

.btn-md,
.btn-md.btn-button {
    font-size: 13px;
    padding: 0 20px
}

.btn-md span,
.btn-md.btn-button span {
    line-height: 43px
}

.btn-md.btn-button {
    height: 45px
}

.btn-sm,
.btn-sm.btn-button {
    font-size: 11px;
    padding: 0 20px;
    line-height: 28px
}

.btn-sm.btn-button {
    height: 30px
}

.btn-color {
    background-color: #003296
}

.btn-color:hover {
    background-color: #000!important
}

.btn-dark {
    background-color: #000
}

.btn-white {
    background-color: #fff;
    color: #000
}

.btn-white:focus {
    color: #000
}

.rounded,
.rounded:before {
    border-radius: 70px
}

.btn-button {
    border: none;
    margin-bottom: 0;
    width: auto
}

.btn-button.btn-color,
.btn-button.btn-dark {
    color: #fff
}

.btn-button.btn-color:focus,
.btn-button.btn-color:hover {
    background-color: #000
}

.btn-button.btn-wide {
    width: 100%
}

.btn-button:focus,
.btn-button:hover {
    color: #fff;
    background-color: #003296
}

.accordion__heading {
    position: relative;
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.accordion__toggle {
    display: block;
    width: 10px;
    height: 2px;
    /* background-color: #7b7b7b; */
    left: 22px;
    top: 28px;
    position: absolute
}


/* .accordion--is-closed span {
    background-color: #7b7b7b
} */


/* .accordion--is-closed span:after {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
    background-color: #7b7b7b;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
} */


/* .accordion--is-open span {
    background-color: #000
} */

.accordion__body,
.toggle__body {
    padding-bottom: 17px;
    line-height: 26px;
    color: #363637;
    text-align: justify;
}

.accordion__link,
.toggle__link {
    display: block;
    position: relative;
    padding: 18px 0;
    color: #003296;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-top: 1px solid #e1e1e1
}

.toggle__link {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 0
}

.toggle__link:after {
    font-family: ui-icons;
    position: absolute;
    content: "\e802";
    right: 0;
    top: 12px;
    color: #7b7b7b;
    font-size: 18px
}

.toggle__link.active:after {
    content: "\e809";
    color: #000
}

.toggle__body {
    padding: 20px 0 10px;
    border: none
}

input,
select,
textarea {
    height: 45px;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    background-color: #f7f7f7;
    width: 100%;
    padding: 0 12px;
    -webkit-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: border-color .3s ease-in-out, background-color .3s ease-in-out;
    color: #868686;
    font-size: 15px
}

textarea {
    height: auto;
    display: block;
    padding: 8px 16px;
    margin-bottom: 30px
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input:focus,
textarea:focus {
    border-color: #003296;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #868686
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #868686;
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #868686;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #868686
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding-left: 12px;
    background-image: url(../img/dropdown.png);
    background-repeat: no-repeat;
    background-position: 5% 50%
}

select::-ms-expand {
    display: none
}

label {
    color: #7b7b7b;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin-bottom: 6px;
}

.radio-buttons>li {
    padding: 7px 0
}

input[type=radio] {
    display: none
}

input[type=radio]+label:before {
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-box-shadow: 0 0 0 1px #7b7b7b;
    box-shadow: 0 0 0 1px #7b7b7b;
    border-radius: 40px;
    margin: -3px 10px 0 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0
}

input[type=radio]:checked+label:before {
    background-color: #000;
    border: 4px solid #fff;
    padding: 1px
}

input[type=radio]:focus {
    outline: 0
}

#contact-form .message {
    height: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
    float: none;
    margin-top: 20px;
    display: none;
    color: #fff
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-next,
.owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    text-align: center;
    line-height: 34px;
    z-index: 10;
    width: 34px;
    height: 34px;
    font-size: 34px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-prev {
    left: -34px
}

.owl-next {
    right: -34px
}

.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: 10px
}

.owl-carousel:hover .owl-next {
    opacity: 1;
    right: 10px
}

.owl-next:hover i,
.owl-prev:hover i {
    color: #000
}

.owl-carousel--dark-arrows .owl-next,
.owl-carousel--dark-arrows .owl-prev {
    color: #7b7b7b
}

.owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 30px
}

.owl-carousel--dots-inside .owl-dots {
    position: absolute;
    bottom: 12px;
    margin-top: 0;
    width: 100%
}


/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
    background: #fff
}

.flickity-prev-next-button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 5px #09f;
    box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
    opacity: .6
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button:disabled {
    opacity: .3;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #333
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
    background-color: transparent
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-arrow,
.mfp-close,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-close {
    color: #fff
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

.mfp-figure:after {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.table-wrap {
    margin-bottom: 34px
}

.entry {
    overflow: hidden;
    margin-bottom: 40px
}

.entry__img-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 27px
}

.entry__img {
    width: 100%
}

.entry__header {
    padding-bottom: 7px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1
}

.entry__title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .entry__title {
        font-size: 22px
    }
}

.entry__title:hover a {
    color: #003296
}

.entry__meta li {
    display: inline-block;
    font-size: 10px
}

.entry__meta a {
    color: #7b7b7b
}

.entry__meta a:hover {
    color: #003296
}

.entry__meta li+li {
    margin-left: 27px
}

.entry__meta-label {
    font-weight: 700
}

.entry__excerpt p {
    margin-bottom: 15px
}

.entry__read-more-link {
    font-size: 13px;
    font-weight: 700;
    color: #7b7b7b
}

.entry__read-more-link:hover {
    color: #003296
}

.entry__article h1,
.entry__article h2,
.entry__article h3,
.entry__article h4,
.entry__article h5,
.entry__article h6 {
    margin-top: 36px
}

.entry__article p {
    margin-bottom: 36px
}

.entry__article ol,
.entry__article ul {
    padding-left: 16px;
    line-height: 26px
}

.entry__article ul {
    list-style: disc
}

.entry__share {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 24px 0;
    text-align: center
}

.entry__share-label {
    display: block;
    font-family: Questrial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.entry-author {
    padding: 40px 46px;
    margin-bottom: 58px;
    background-color: #f7f7f7;
    position: relative
}

@media only screen and (max-width:575px) {
    .entry-author {
        padding: 20px
    }
}

.entry-author__img {
    display: block;
    float: left;
    margin-right: 36px;
    border-radius: 50%
}

@media only screen and (max-width:575px) {
    .entry-author__img {
        width: 40px;
        margin-right: 20px
    }
}

.entry-author__name {
    font-size: 18px;
    text-transform: uppercase
}

.entry-comments__title {
    font-size: 24px
}

.sidebar__box {
    background-color: #f7f7f7;
    padding: 45px 40px
}

@media only screen and (max-width:575px) {
    .sidebar__box {
        padding: 20px
    }
}

.sidebar .widget {
    margin-bottom: 60px
}

.sidebar .widget:last-child {
    margin-bottom: 0
}

.sidebar .widget ul li {
    position: relative
}

.widget-title {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 700;
    border-color: #003296;
}

.widget li {
    padding: 4px 0
}

.widget li a {
    color: black
}

.widget li a:hover {
    color: #003296!important;
}

.widget--bottom-line {
    padding-bottom: 24px;
    border-bottom: 3px solid #003296;
    border-radius: 3px;
    ;
    margin-bottom: 24px!important
}

.widget .sub-menu {
    padding-left: 15px;
    padding-top: 5px
}

.widget .sub-menu li {
    padding: 5px 0!important
}

.widget .children {
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 10px
}

.widget__filter-by-color label,
.widget__filter-by-size label {
    color: #7b7b7b!important
}

.ui-slider-horizontal {
    cursor: pointer;
    position: relative;
    height: 5px;
    background: #e1e1e1;
    margin-bottom: 24px;
    margin-top: 24px
}

.widget__filter-by-price .ui-slider span:first-of-type {
    margin-left: 0
}

.widget__filter-by-price p {
    margin-bottom: 0
}

.widget__filter-by-price #amount {
    width: 40%;
    padding: 0;
    border: none;
    background-color: transparent;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    vertical-align: middle
}

.widget__filter-by-price label {
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    line-height: 33px;
    margin-bottom: 0;
    text-transform: none;
    color: #7b7b7b
}

.widget__filter-by-price p>a {
    float: right;
    padding: 0 15px
}

@media only screen and (min-width:992px) {
    .widget__about-text {
        padding-right: 110px
    }
}

.mc4wp-form-fields {
    position: relative
}

.mc4wp-form-fields p {
    margin-bottom: 0
}

.mc4wp-form-fields p:last-child:before {
    content: "\f3d3";
    font-family: ui-icons;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    font-size: 16px
}

.mc4wp-form-fields input[type=email],
.mc4wp-form-fields input[type=text] {
    background-color: transparent;
    border-color: #353535;
    margin-bottom: 10px
}

.mc4wp-form-fields input[type=email]:focus,
.mc4wp-form-fields input[type=text]:focus {
    border-color: #e1e1e1
}

.mc4wp-form-fields input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: none;
    margin-bottom: 0;
    font-size: 13px;
    padding: 0
}

.widget-search-input {
    background-color: #fff
}

.widget-search-button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    padding: 0;
    background-color: transparent;
    border: 0;
    right: 0;
    font-size: 17px;
    vertical-align: middle
}

.page-title {
    padding-top: 70px
}

.breadcrumbs {
    padding: 0;
    margin-bottom: 40px;
    font-size: 13px;
    list-style: none
}

.breadcrumbs li {
    display: inline-block
}

.breadcrumbs a,
.breadcrumbs li {
    color: #7b7b7b
}

.breadcrumbs>li+li:before {
    content: "/\00a0";
    padding: 0 5px
}

.breadcrumbs .active {
    color: #000
}

.pagination__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination__page {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    margin: 0 2px;
    text-align: center;
    border: 1px solid #e1e1e1;
    color: #000;
    vertical-align: middle
}

.pagination__page:not(span):hover {
    background-color: #003296;
    border-color: transparent;
    color: #fff
}

.pagination__page i {
    font-size: 18px
}

.pagination__page--current {
    background-color: #000;
    color: #fff;
    border-color: transparent
}

.contact-email,
.contact-name {
    max-width: 266px
}

.page-404 {
    text-align: center;
    padding: 130px 0
}

@media only screen and (max-width:575px) {
    .page-404 {
        padding: 70px 0
    }
}

.page-404__title {
    font-size: 334px;
    color: #b2b2b2;
    line-height: .75
}

@media only screen and (max-width:767px) {
    .page-404__title {
        font-size: 200px
    }
}

@media only screen and (max-width:575px) {
    .page-404__title {
        font-size: 120px
    }
}

.page-404__text {
    font-size: 18px;
    line-height: 32px;
    max-width: 636px;
    margin: 0 auto 25px auto
}

.product {
    margin-bottom: 30px;
    border: 1px solid;
    margin-right: 0px;
    border-color: lightgray;
}
.product__img-holder{
     border: 1px solid;    border-color: lightgray;
}
.product__img-holder,
.product__link {
    display: block;
    position: relative
}

.product__img-holder {
    margin-bottom: 11px;
    overflow: hidden
}

.product__img,
.product__img-back {
    overflow: hidden;
    min-width: 99.9%
}

.product__img-back {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.product:hover .product__img-back {
    opacity: 1;
    visibility: visible
}

.product__actions {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    bottom: 0;
    opacity: 0;
    width: 100%;
    padding: 15px 5px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%)
}

.product__actions a {
    display: inline-block;
    float: right;
    color: #000;
    width: 100%;
    text-align: center
}

.product__actions a:hover {
    color: #003296!important;
    text-decoration: none;
}

.product__actions i {
    font-size: 16px;
    display: block;
    line-height: 1
}

.product__actions span {
    font-size: 13px
}

.product:hover .product__actions {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.product__title {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 4px
}

.product__title:hover a {
    text-decoration: underline
}

.product__price del {
    color: #7b7b7b;
    font-weight: 700;
    font-size: 13px
}

.product__price ins {
    color: #000;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px
}

.rating {
    font-size: 13px;
    line-height: 26px
}

.rating:before {
    font-family: ui-icons;
    content: '\f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
    font-size: 18px;
    color: #b5ab93;
    font-style: normal
}

.rating a {
    color: #7b7b7b;
    margin-left: 15px
}

.rating__time {
    font-size: 13px;
    margin-left: 15px
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.quickview-popup {
    max-width: 800px;
    margin: auto;
    background-color: #fff;
    position: relative
}

.shop-filter {
    padding-bottom: 14px;
    margin-bottom: 50px;
    text-align: right
}

.woocommerce-ordering-label {
    font-size: 15px;
    font-family: Questrial, sans-serif
}

.woocommerce-ordering {
    float: right;
    width: 190px
}

.woocommerce-ordering-label {
    color: #000;
    margin-right: 20px
}

.woocommerce-ordering-label:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 1px;
    position: relative;
    top: 5px;
    margin-right: 20px;
    margin-left: 15px;
    background-color: #e1e1e1
}

.woocommerce-ordering select {
    margin-bottom: 0;
    background-color: #fff
}

@media only screen and (min-width:992px) {
    .product-slider {
        padding-right: 31px
    }
}

#gallery-main .gallery-cell {
    margin-bottom: 8px
}

#gallery-main img,
.gallery-cell {
    width: 100%
}

.gallery-thumbs {
    margin: 0 -4px
}

.gallery-thumbs .gallery-cell {
    width: 20%;
    float: left;
    padding: 0 4px
}

.gallery-thumbs img {
    opacity: .5;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-thumbs .is-nav-selected img,
.gallery-thumbs img:hover {
    opacity: 1
}

#gallery-main .gallery-cell,
#gallery-main .gallery-cell a {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    cursor: zoom-in
}

.quickview-popup #gallery-main .gallery-cell {
    cursor: -webkit-grab;
    cursor: grab
}

.product-single__title {
    margin-bottom: 0;
    line-height: 1.2;
    font-family: 'vazir';
}

.product-single__price {
    display: block;
    margin-top: 22px
}

.product-single__price ins {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-right: 15px;
    text-decoration: none;
}

.product-single__price del {
    font-weight: 700;
    font-size: 13px
}

.product-single__actions {
    margin-top: 4px;
    margin-bottom: 20px
}

.product-single__add-to-cart,
.product-single__add-to-wishlist {
    width: 100%;
    margin-bottom: 10px
}

.product_meta {
    margin-bottom: 28px
}

.product_meta span {
    line-height: 24px;
    font-size: 15px;
    color: #000
}

.product_meta span span {
    color: #7b7b7b
}

.product_meta span span .a {
    color: #7b7b7b
}

.blue {
    background-color: #30427a
}

.black {
    background-color: #000
}

.quantity,
.size {
    width: 50%;
    float: left
}

.quantity__select,
.size__select {
    background-color: #fff
}

.size {
    padding-right: 5px
}

.quantity {
    padding-left: 5px
}

.reviews__content p:first-child {
    margin-bottom: 0
}

.reviews__body {
    padding: 12px 0
}

@media (max-width:560px) {
    .table-wrap {
        overflow-x: scroll
    }
}

.shop_table thead th {
    border-top: 0;
    border-bottom: 0;
    padding: 6px;
    font-family: Vazir;
    color: #000;
    font-size: 16px;
}

.shop_table tr td {
    vertical-align: middle;
    padding: 6px
}

.shop_table tr:last-child {
    border-bottom: 1px solid #e1e1e1
}

.shop_table .product-thumbnail {
    padding: 13px 50px 13px 0;
    width: 215px;
    min-width: 80px
}

@media only screen and (max-width:991px) {
    .shop_table .product-thumbnail {
        padding: 13px 13px 13px 0
    }
}

.shop_table td.product-name {
    width: 30%;
    line-height: 24px
}

.shop_table td.product-quantity {
    min-width: 120px
}

.shop_table td.product-quantity .quantity {
    padding-left: 0;
    width: auto;
    float: none
}

.shop_table .product-name a,
.shop_table .product-price span,
.shop_table .product-subtotal span {
    color: #000
}

.shop_table .product-name a:hover {
    color: #003296
}

@media only screen and (max-width:575px) {
    .shop_table tbody .product-name {
        font-size: 13px;
        line-height: 1.5
    }
    .shop_table .product-price {
        display: none
    }
}

.shop_table .product-price {
    width: 16%
}

.shop_table .product-price span,
.shop_table .product-subtotal span {
    font-size: 13px;
    color: #7b7b7b;
    font-weight: 700
}

.shop_table .product-subtotal span {
    color: #000
}

.shop_table .product-remove {
    text-align: right;
    min-width: 30px
}

.shop_table .remove {
    color: #7b7b7b
}

.shop_table .remove:hover {
    background-color: transparent;
    color: #000
}

.remove {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #7b7b7b
}

.remove i {
    font-size: 18px;
    display: block
}

.remove:hover {
    background-color: #003296;
    color: #fff
}

.quantity .input-text.qty {
    font-size: 13px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.coupon .input-text {
    width: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.actions {
    float: right
}

@media only screen and (max-width:991px) {
    .actions {
        float: none
    }
}

.actions>div,
.actions>input {
    display: inline-block
}

.actions>div {
    margin-left: 5px
}

@media (max-width:413px) {
    .actions>div,
    .actions>input {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        width: 100%
    }
    .actions a {
        width: 100%
    }
}

select.country_to_state {
    margin-bottom: 24px
}

.cart_totals .table td,
.cart_totals .table th {
    padding: 7px 0;
    font-weight: 400
}

.cart_totals tr:first-child td,
.cart_totals tr:first-child th {
    border-top: 0
}

.cart_totals tr td {
    text-align: right
}

.order-total .amount,
.order-total th {
    font-weight: 700!important;
    color: #000
}

abbr.required {
    color: #e7604a
}

#billing_address_1_field {
    margin-bottom: 10px!important
}

.order-review-wrap {
    border: 2px solid #7b7b7b;
    padding: 40px
}

@media only screen and (max-width:575px) {
    .order-review-wrap {
        padding: 20px
    }
}

.payment_methods li {
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1
}

.payment_box p {
    margin-top: 10px;
    margin-bottom: 0
}

.payment_methods label {
    color: #000
}

.place-order {
    margin-top: 34px
}

.nav {
    min-height: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 120;
    position: relative;
    -webkit-transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.nav__holder {
    background-color: #000
}

@media only screen and (min-width:992px) {
    .nav {
        height: 80px
    }
    .nav .nav.sticky {
        height: 80px
    }
}

.nav__dropdown-menu,
.nav__menu {
    list-style: none
}

.nav__menu {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__menu>li {
    position: relative
}

.nav__menu>li>a {
    font-family: Questrial, sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    display: block;
    position: relative;
    line-height: 32px
}

.nav__menu>li>a:hover {
    opacity: .95
}

.nav__menu>li:last-child>a {
    padding-right: 0
}

.nav__dropdown-menu>li>a {
    font-family: Questrial, sans-serif
}

@media only screen and (min-width:992px) {
    .nav__menu>li {
        display: inline-block;
        text-align: center
    }
    .nav__dropdown-menu {
        position: absolute;
        padding: 22px 0;
        top: 100%;
        left: -6px;
        z-index: 1000;
        min-width: 250px;
        width: 100%;
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #1a1a1a;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out
    }
    .nav__dropdown-menu>li>a {
        color: #b2b2b2;
        padding: 4px 23px;
        font-size: 15px;
        display: block
    }
    .nav__dropdown-menu>li>a:hover {
        color: #fff
    }
    .nav__dropdown-menu--right {
        right: 0
    }
    .nav__dropdown:hover>.nav__dropdown-menu {
        opacity: 1;
        visibility: visible
    }
}

.mobile body {
    cursor: pointer
}

.logo__img {
    max-height: 21px
}

.nav--align-right {
    margin-left: auto
}

.nav--align-left {
    margin-right: auto
}

@media only screen and (min-width:768px) {
    .nav--align-left {
        margin-left: 60px
    }
}

.nav__search {
    text-align: right
}

.nav__search-form {
    position: relative
}

.nav__search-input {
    border: 1px solid transparent;
    margin-bottom: 0;
    width: 222px;
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
    color: #fff;
    background-color: #282828
}

.nav__search-input:focus {
    background-color: transparent;
    border-color: #fff
}

.nav__search-submit {
    background: 0 0;
    position: absolute;
    border: 0;
    font-size: 15px;
    color: #c1c1c1;
    right: 7px;
    top: 4px;
    vertical-align: middle
}

input.nav__search-input::-webkit-input-placeholder {
    color: #c1c1c1
}

input.nav__search-input:-moz-placeholder {
    color: #c1c1c1;
    opacity: 1
}

input.nav__search-input::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1
}

input.nav__search-input:-ms-input-placeholder {
    color: #c1c1c1
}

.main {
    -webkit-transition: transform .4s cubic-bezier(.16, .36, 0, .98);
    -moz-transition: transform .4s cubic-bezier(.16, .36, 0, .98);
    -ms-transition: transform .4s cubic-bezier(.16, .36, 0, .98);
    -o-transition: transform .4s cubic-bezier(.16, .36, 0, .98);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.16, .36, 0, .98);
    transition: -webkit-transform .4s cubic-bezier(.16, .36, 0, .98);
    transition: transform .4s cubic-bezier(.16, .36, 0, .98);
    transition: transform .4s cubic-bezier(.16, .36, 0, .98), -webkit-transform .4s cubic-bezier(.16, .36, 0, .98)
}

.main--is-open {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px)
}

.nav-icon-toggle {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -ms-transition: .15s linear;
    -o-transition: .15s linear;
    transition: .15s linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

@media only screen and (min-width:992px) {
    .nav-icon-toggle {
        display: none
    }
}

.nav-icon-toggle:focus {
    outline: 0
}

.nav-icon-toggle__box {
    width: 22px;
    height: 22px;
    position: relative;
    display: block
}

.nav-icon-toggle__inner {
    display: block;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: .22s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: .22s cubic-bezier(.55, .055, .675, .19);
    -ms-transition: .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: .22s cubic-bezier(.55, .055, .675, .19);
    transition: .22s cubic-bezier(.55, .055, .675, .19)
}

.nav-icon-toggle__inner,
.nav-icon-toggle__inner:after,
.nav-icon-toggle__inner:before {
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -ms-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.nav-icon-toggle__inner:after,
.nav-icon-toggle__inner:before {
    content: "";
    display: block
}

.nav-icon-toggle__inner:before {
    top: -6px;
    -webkit-transition: top .2s .2s ease-in, opacity .1s ease-in;
    -moz-transition: top .2s .2s ease-in, opacity .1s ease-in;
    -ms-transition: top .2s .2s ease-in, opacity .1s ease-in;
    -o-transition: top .2s .2s ease-in, opacity .1s ease-in;
    transition: top .2s .2s ease-in, opacity .1s ease-in
}

.nav-icon-toggle__inner:after {
    bottom: -6px;
    -webkit-transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    -ms-transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    -webkit-transition: bottom .2s .2s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .2s .2s ease-in, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .2s .2s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner {
    -webkit-transition: .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: .5s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: .5s cubic-bezier(.215, .61, .355, 1);
    transition: .5s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s .12s ease-out;
    -moz-transition: top .1s ease-out, opacity .1s .12s ease-out;
    -ms-transition: top .1s ease-out, opacity .1s .12s ease-out;
    -o-transition: top .1s ease-out, opacity .1s .12s ease-out;
    transition: top .1s ease-out, opacity .1s .12s ease-out
}

.nav-icon-toggle--is-open .nav-icon-toggle__inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -o-transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1), -webkit-transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

@media only screen and (min-width:992px) {
    .nav--sticky {
        position: fixed;
        height: 80px;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
    .nav--sticky.sticky {
        z-index: 120;
        height: 80px
    }
    .nav.sticky {
        height: 80px
    }
}

#back-to-top {
    display: block;
    z-index: 100;
    width: 34px;
    height: 34px;
    text-align: center;
    font-size: 20px;
    position: fixed;
    bottom: -34px;
    right: 20px;
    line-height: 32px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: 1px 1.732px 12px 0 rgba(0, 0, 0, .03);
    box-shadow: 1px 1.732px 12px 0 rgba(0, 0, 0, .03);
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#back-to-top i {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#back-to-top a {
    display: block;
    color: #7b7b7b
}

#back-to-top.show {
    bottom: 20px
}

#back-to-top:hover {
    background-color: #003296;
    border-color: transparent
}

#back-to-top:hover i {
    color: #fff
}

.top-bar {
    height: 30px;
    border-bottom: 1px solid #353535;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-bar a {
    color: #c1c1c1;
    font-size: 13px
}

.top-bar a:hover {
    color: #fff
}

.top-bar__right {
    -webkit-box-flex: 1 0 0;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0
}

.top-bar>ul {
    display: inline-block;
    position: relative
}

.top-bar__right {
    text-align: right
}

.top-bar__item {
    display: inline-block;
    margin-left: 16px
}

.top-bar__item:nth-child(2) i {
    margin-right: 0
}

.top-bar__item>a>i,
.top-bar__item>i {
    margin-right: 5px;
    color: #fff
}

.nav-cart {
    position: relative
}

.nav-cart__dropdown {
    opacity: 0;
    visibility: hidden;
    min-width: 270px;
    max-width: 300px;
    position: absolute;
    top: 100%;
    left: auto;
    right: -15px;
    background-color: #1a1a1a;
    padding: 20px;
    line-height: 1;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 201
}

.nav-cart__dropdown:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 13px;
    display: block;
    top: -10px;
    right: 17px
}

.nav-cart__items {
    position: relative
}

.nav-cart__item {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #353535;
    position: relative
}

.nav-cart__item:first-child {
    margin-top: 0
}

.nav-cart__img {
    float: left;
    margin-right: 20px
}

.nav-cart__price {
    color: #c1c1c1;
    font-size: 13px;
    margin-top: 5px
}

.nav-cart__title {
    position: relative;
    overflow: hidden;
    margin-right: 30px
}

.nav-cart__title>a {
    position: relative;
    color: #fff;
    font-size: 14px;
    vertical-align: top;
    line-height: 1.5
}

.nav-cart__title>a:hover {
    color: #fff
}

.nav-cart__remove {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #383838
}

.nav-cart__remove a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    color: #c1c1c1
}

.nav-cart__remove i {
    font-size: 16px
}

.nav-cart__remove:hover {
    background-color: #003296
}

.nav-cart__remove:hover i {
    color: #fff
}

.nav-cart__total-price {
    float: right
}

.nav-cart__actions a {
    width: 100%;
    color: #fff
}

.nav-cart__actions a:first-child {
    color: #000
}

.nav-cart__actions a:hover {
    color: #fff
}

.nav-cart:hover .nav-cart__dropdown {
    opacity: 1;
    visibility: visible
}

.nav__mobile-cart,
.nav__mobile-wishlist {
    color: #fff;
    font-size: 18px
}

.nav__mobile-cart:hover,
.nav__mobile-wishlist:hover {
    color: #fff
}

.nav__mobile-cart-amount {
    font-size: 16px
}

.nav__mobile-wishlist {
    margin-right: 18px
}

@media only screen and (max-width:991px) {
    .nav__header {
        height: 50px
    }
    .nav__wrap {
        text-align: left
    }
    .logo {
        margin-right: auto;
        margin-left: 20px;
        line-height: 1
    }
    .logo__img {
        max-height: 16px
    }
}

.footer {
    background-color: #000
}

.footer__widgets {
    padding: 65px 0
}

.footer__widgets ul li a:hover {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:991px) {
    .footer__widgets>.row>div:not(:last-child) {
        margin-bottom: 50px
    }
}

.footer .widget-title {
    margin-bottom: 29px
}

.footer__bottom {
    padding: 20px 0 50px
}

.mt-0 {
    margin-top: 0!important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pt-60 {
    padding-top: 60px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-90 {
    padding-top: 90px
}

.pt-100 {
    padding-top: 100px
}

.pt-110 {
    padding-top: 110px
}

.pt-120 {
    padding-top: 120px
}

.pt-130 {
    padding-top: 130px
}

.pt-140 {
    padding-top: 140px
}

.pt-150 {
    padding-top: 150px
}

.pt-160 {
    padding-top: 160px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-190 {
    padding-top: 190px
}

.pt-200 {
    padding-top: 200px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-200 {
    padding-bottom: 200px
}

@media only screen and (max-width:1199px) {
    .mt-lg-0 {
        margin-top: 0!important
    }
    .mt-lg-10 {
        margin-top: 10px
    }
    .mt-lg-20 {
        margin-top: 20px
    }
    .mt-lg-30 {
        margin-top: 30px
    }
    .mt-lg-40 {
        margin-top: 40px
    }
    .mt-lg-50 {
        margin-top: 50px
    }
    .mt-lg-60 {
        margin-top: 60px
    }
    .mt-lg-70 {
        margin-top: 70px
    }
    .mt-lg-80 {
        margin-top: 80px
    }
    .mt-lg-90 {
        margin-top: 90px
    }
    .mt-lg-100 {
        margin-top: 100px
    }
    .mt-lg-110 {
        margin-top: 110px
    }
    .mt-lg-120 {
        margin-top: 120px
    }
    .mt-lg-130 {
        margin-top: 130px
    }
    .mt-lg-140 {
        margin-top: 140px
    }
    .mb-lg-0 {
        margin-bottom: 0!important
    }
    .mb-lg-10 {
        margin-bottom: 10px
    }
    .mb-lg-20 {
        margin-bottom: 20px
    }
    .mb-lg-30 {
        margin-bottom: 30px
    }
    .mb-lg-40 {
        margin-bottom: 40px
    }
    .mb-lg-50 {
        margin-bottom: 50px
    }
    .mb-lg-60 {
        margin-bottom: 60px
    }
    .mb-lg-70 {
        margin-bottom: 70px
    }
    .mb-lg-80 {
        margin-bottom: 80px
    }
    .mb-lg-90 {
        margin-bottom: 90px
    }
    .mb-lg-100 {
        margin-bottom: 100px
    }
    .mb-lg-110 {
        margin-bottom: 110px
    }
    .mb-lg-120 {
        margin-bottom: 120px
    }
    .mb-lg-130 {
        margin-bottom: 130px
    }
    .mb-lg-140 {
        margin-bottom: 140px
    }
    .pt-lg-0 {
        padding-top: 0
    }
    .pt-lg-10 {
        padding-top: 10px
    }
    .pt-lg-20 {
        padding-top: 20px
    }
    .pt-lg-30 {
        padding-top: 30px
    }
    .pt-lg-40 {
        padding-top: 40px
    }
    .pt-lg-50 {
        padding-top: 50px
    }
    .pt-lg-60 {
        padding-top: 60px
    }
    .pt-lg-70 {
        padding-top: 70px
    }
    .pt-lg-80 {
        padding-top: 80px
    }
    .pt-lg-90 {
        padding-top: 90px
    }
    .pt-lg-100 {
        padding-top: 100px
    }
    .pt-lg-110 {
        padding-top: 110px
    }
    .pt-lg-120 {
        padding-top: 120px
    }
    .pt-lg-130 {
        padding-top: 130px
    }
    .pt-lg-140 {
        padding-top: 140px
    }
    .pb-lg-0 {
        padding-bottom: 0
    }
    .pb-lg-10 {
        padding-bottom: 10px
    }
    .pb-lg-20 {
        padding-bottom: 20px
    }
    .pb-lg-30 {
        padding-bottom: 30px
    }
    .pb-lg-40 {
        padding-bottom: 40px
    }
    .pb-lg-50 {
        padding-bottom: 50px
    }
    .pb-lg-60 {
        padding-bottom: 60px
    }
    .pb-lg-70 {
        padding-bottom: 70px
    }
    .pb-lg-80 {
        padding-bottom: 80px
    }
    .pb-lg-90 {
        padding-bottom: 90px
    }
    .pb-lg-100 {
        padding-bottom: 100px
    }
    .pb-lg-110 {
        padding-bottom: 110px
    }
    .pb-lg-120 {
        padding-bottom: 120px
    }
    .pb-lg-130 {
        padding-bottom: 130px
    }
    .pb-lg-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:991px) {
    .mt-md-0 {
        margin-top: 0!important
    }
    .mt-md-10 {
        margin-top: 10px
    }
    .mt-md-20 {
        margin-top: 20px
    }
    .mt-md-30 {
        margin-top: 30px
    }
    .mt-md-40 {
        margin-top: 40px
    }
    .mt-md-50 {
        margin-top: 50px
    }
    .mt-md-60 {
        margin-top: 60px
    }
    .mt-md-70 {
        margin-top: 70px
    }
    .mt-md-80 {
        margin-top: 80px
    }
    .mt-md-90 {
        margin-top: 90px
    }
    .mt-md-100 {
        margin-top: 100px
    }
    .mt-md-110 {
        margin-top: 110px
    }
    .mt-md-120 {
        margin-top: 120px
    }
    .mt-md-130 {
        margin-top: 130px
    }
    .mt-md-140 {
        margin-top: 140px
    }
    .mb-md-0 {
        margin-bottom: 0!important
    }
    .mb-md-10 {
        margin-bottom: 10px
    }
    .mb-md-20 {
        margin-bottom: 20px
    }
    .mb-md-30 {
        margin-bottom: 30px
    }
    .mb-md-40 {
        margin-bottom: 40px
    }
    .mb-md-50 {
        margin-bottom: 50px
    }
    .mb-md-60 {
        margin-bottom: 60px
    }
    .mb-md-70 {
        margin-bottom: 70px
    }
    .mb-md-80 {
        margin-bottom: 80px
    }
    .mb-md-90 {
        margin-bottom: 90px
    }
    .mb-md-100 {
        margin-bottom: 100px
    }
    .mb-md-110 {
        margin-bottom: 110px
    }
    .mb-md-120 {
        margin-bottom: 120px
    }
    .mb-md-130 {
        margin-bottom: 130px
    }
    .mb-md-140 {
        margin-bottom: 140px
    }
    .pt-md-0 {
        padding-top: 0
    }
    .pt-md-10 {
        padding-top: 10px
    }
    .pt-md-20 {
        padding-top: 20px
    }
    .pt-md-30 {
        padding-top: 30px
    }
    .pt-md-40 {
        padding-top: 40px
    }
    .pt-md-50 {
        padding-top: 50px
    }
    .pt-md-60 {
        padding-top: 60px
    }
    .pt-md-70 {
        padding-top: 70px
    }
    .pt-md-80 {
        padding-top: 80px
    }
    .pt-md-90 {
        padding-top: 90px
    }
    .pt-md-100 {
        padding-top: 100px
    }
    .pt-md-110 {
        padding-top: 110px
    }
    .pt-md-120 {
        padding-top: 120px
    }
    .pt-md-130 {
        padding-top: 130px
    }
    .pt-md-140 {
        padding-top: 140px
    }
    .pt-md-150 {
        padding-top: 150px
    }
    .pb-md-0 {
        padding-bottom: 0
    }
    .pb-md-10 {
        padding-bottom: 10px
    }
    .pb-md-20 {
        padding-bottom: 20px
    }
    .pb-md-30 {
        padding-bottom: 30px
    }
    .pb-md-40 {
        padding-bottom: 40px
    }
    .pb-md-50 {
        padding-bottom: 50px
    }
    .pb-md-60 {
        padding-bottom: 60px
    }
    .pb-md-70 {
        padding-bottom: 70px
    }
    .pb-md-80 {
        padding-bottom: 80px
    }
    .pb-md-90 {
        padding-bottom: 90px
    }
    .pb-md-100 {
        padding-bottom: 100px
    }
    .pb-md-110 {
        padding-bottom: 110px
    }
    .pb-md-120 {
        padding-bottom: 120px
    }
    .pb-md-130 {
        padding-bottom: 130px
    }
    .pb-md-140 {
        padding-bottom: 140px
    }
    .pb-md-150 {
        padding-bottom: 150px
    }
}

@media only screen and (max-width:767px) {
    .mt-sm-0 {
        margin-top: 0!important
    }
    .mt-sm-10 {
        margin-top: 10px
    }
    .mt-sm-20 {
        margin-top: 20px
    }
    .mt-sm-30 {
        margin-top: 30px
    }
    .mt-sm-40 {
        margin-top: 40px
    }
    .mt-sm-50 {
        margin-top: 50px
    }
    .mt-sm-60 {
        margin-top: 60px
    }
    .mt-sm-70 {
        margin-top: 70px
    }
    .mt-sm-80 {
        margin-top: 80px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .mt-sm-100 {
        margin-top: 100px
    }
    .mt-sm-110 {
        margin-top: 110px
    }
    .mt-sm-120 {
        margin-top: 120px
    }
    .mt-sm-130 {
        margin-top: 130px
    }
    .mt-sm-140 {
        margin-top: 140px
    }
    .mb-sm-0 {
        margin-bottom: 0!important
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-40 {
        margin-bottom: 40px
    }
    .mb-sm-50 {
        margin-bottom: 50px
    }
    .mb-sm-60 {
        margin-bottom: 60px
    }
    .mb-sm-70 {
        margin-bottom: 70px
    }
    .mb-sm-80 {
        margin-bottom: 80px
    }
    .mb-sm-90 {
        margin-bottom: 90px
    }
    .mb-sm-100 {
        margin-bottom: 100px
    }
    .mb-sm-110 {
        margin-bottom: 110px
    }
    .mb-sm-120 {
        margin-bottom: 120px
    }
    .mb-sm-130 {
        margin-bottom: 130px
    }
    .mb-sm-140 {
        margin-bottom: 140px
    }
    .pt-sm-0 {
        padding-top: 0
    }
    .pt-sm-10 {
        padding-top: 10px
    }
    .pt-sm-20 {
        padding-top: 20px
    }
    .pt-sm-30 {
        padding-top: 30px
    }
    .pt-sm-40 {
        padding-top: 40px
    }
    .pt-sm-50 {
        padding-top: 50px
    }
    .pt-sm-60 {
        padding-top: 60px
    }
    .pt-sm-70 {
        padding-top: 70px
    }
    .pt-sm-80 {
        padding-top: 80px
    }
    .pt-sm-90 {
        padding-top: 90px
    }
    .pt-sm-100 {
        padding-top: 100px
    }
    .pt-sm-110 {
        padding-top: 110px
    }
    .pt-sm-120 {
        padding-top: 120px
    }
    .pt-sm-130 {
        padding-top: 130px
    }
    .pt-sm-140 {
        padding-top: 140px
    }
    .pb-sm-0 {
        padding-bottom: 0
    }
    .pb-sm-10 {
        padding-bottom: 10px
    }
    .pb-sm-20 {
        padding-bottom: 20px
    }
    .pb-sm-30 {
        padding-bottom: 30px
    }
    .pb-sm-40 {
        padding-bottom: 40px
    }
    .pb-sm-50 {
        padding-bottom: 50px
    }
    .pb-sm-60 {
        padding-bottom: 60px
    }
    .pb-sm-70 {
        padding-bottom: 70px
    }
    .pb-sm-80 {
        padding-bottom: 80px
    }
    .pb-sm-90 {
        padding-bottom: 90px
    }
    .pb-sm-100 {
        padding-bottom: 100px
    }
    .pb-sm-110 {
        padding-bottom: 110px
    }
    .pb-sm-120 {
        padding-bottom: 120px
    }
    .pb-sm-130 {
        padding-bottom: 130px
    }
    .pb-sm-140 {
        padding-bottom: 140px
    }
}

@media only screen and (max-width:480px) {
    .mt-xs-0 {
        margin-top: 0!important
    }
    .mt-xs-10 {
        margin-top: 10px
    }
    .mt-xs-20 {
        margin-top: 20px
    }
    .mt-xs-30 {
        margin-top: 30px
    }
    .mt-xs-40 {
        margin-top: 40px
    }
    .mt-xs-50 {
        margin-top: 50px
    }
    .mt-xs-60 {
        margin-top: 60px
    }
    .mt-xs-70 {
        margin-top: 70px
    }
    .mt-xs-80 {
        margin-top: 80px
    }
    .mt-xs-90 {
        margin-top: 90px
    }
    .mt-xs-100 {
        margin-top: 100px
    }
    .mt-xs-110 {
        margin-top: 110px
    }
    .mt-xs-120 {
        margin-top: 120px
    }
    .mt-xs-130 {
        margin-top: 130px
    }
    .mt-xs-140 {
        margin-top: 140px
    }
    .mb-xs-0 {
        margin-bottom: 0!important
    }
    .mb-xs-10 {
        margin-bottom: 10px
    }
    .mb-xs-20 {
        margin-bottom: 20px
    }
    .mb-xs-30 {
        margin-bottom: 30px
    }
    .mb-xs-40 {
        margin-bottom: 40px
    }
    .mb-xs-50 {
        margin-bottom: 50px
    }
    .mb-xs-60 {
        margin-bottom: 60px
    }
    .mb-xs-70 {
        margin-bottom: 70px
    }
    .mb-xs-80 {
        margin-bottom: 80px
    }
    .mb-xs-90 {
        margin-bottom: 90px
    }
    .mb-xs-100 {
        margin-bottom: 100px
    }
    .mb-xs-110 {
        margin-bottom: 110px
    }
    .mb-xs-120 {
        margin-bottom: 120px
    }
    .mb-xs-130 {
        margin-bottom: 130px
    }
    .mb-xs-140 {
        margin-bottom: 140px
    }
    .pt-xs-0 {
        padding-top: 0
    }
    .pt-xs-10 {
        padding-top: 10px
    }
    .pt-xs-20 {
        padding-top: 20px
    }
    .pt-xs-30 {
        padding-top: 30px
    }
    .pt-xs-40 {
        padding-top: 40px
    }
    .pt-xs-50 {
        padding-top: 50px
    }
    .pt-xs-60 {
        padding-top: 60px
    }
    .pt-xs-70 {
        padding-top: 70px
    }
    .pt-xs-80 {
        padding-top: 80px
    }
    .pt-xs-90 {
        padding-top: 90px
    }
    .pt-xs-100 {
        padding-top: 100px
    }
    .pt-xs-110 {
        padding-top: 110px
    }
    .pt-xs-120 {
        padding-top: 120px
    }
    .pt-xs-130 {
        padding-top: 130px
    }
    .pt-xs-140 {
        padding-top: 140px
    }
    .pb-xs-0 {
        padding-bottom: 0
    }
    .pb-xs-10 {
        padding-bottom: 10px
    }
    .pb-xs-20 {
        padding-bottom: 20px
    }
    .pb-xs-30 {
        padding-bottom: 30px
    }
    .pb-xs-40 {
        padding-bottom: 40px
    }
    .pb-xs-50 {
        padding-bottom: 50px
    }
    .pb-xs-60 {
        padding-bottom: 60px
    }
    .pb-xs-70 {
        padding-bottom: 70px
    }
    .pb-xs-80 {
        padding-bottom: 80px
    }
    .pb-xs-90 {
        padding-bottom: 90px
    }
    .pb-xs-100 {
        padding-bottom: 100px
    }
    .pb-xs-110 {
        padding-bottom: 110px
    }
    .pb-xs-120 {
        padding-bottom: 120px
    }
    .pb-xs-130 {
        padding-bottom: 130px
    }
    .pb-xs-140 {
        padding-bottom: 140px
    }
}

.box-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(72, 78, 85, .1);
    box-shadow: 0 1px 1px rgba(72, 78, 85, .1);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.box-shadow:hover {
    -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, .1);
    box-shadow: 0 20px 40px rgba(72, 78, 85, .1);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px)
}

.hover-scale img {
    -webkit-transition: all 2s ease-out;
    -moz-transition: all 2s ease-out;
    -ms-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out
}

.hover-scale:hover img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
}

.hover-fade img {
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative
}

.hover-fade:hover img {
    opacity: .8
}

.bottom-gradient:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .7)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, .7) 0, transparent 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .7)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0, transparent 100%)
}

.top-divider {
    border-top: 1px solid #e1e1e1
}

.bottom-divider {
    border-bottom: 1px solid #e1e1e1
}
.product-single .add-to-cart-container,
.product-single .product_meta,
.product .product__price{
    display:none;
}
.product__details .product__title{
    text-align:center;
    margin-top:20px;
}
