/** Shopify CDN: Minification failed

Line 335:2 Expected identifier but found whitespace
Line 1018:32 Unterminated string token
Line 1023:10 Unterminated string token
Line 4334:12 Comments in CSS use "/* ... */" instead of "//"
Line 4335:12 Comments in CSS use "/* ... */" instead of "//"
Line 4336:12 Comments in CSS use "/* ... */" instead of "//"
Line 4677:0 Comments in CSS use "/* ... */" instead of "//"
Line 4678:0 Comments in CSS use "/* ... */" instead of "//"
Line 4836:0 Comments in CSS use "/* ... */" instead of "//"
Line 4955:0 Comments in CSS use "/* ... */" instead of "//"
... and 50 more hidden warnings

**/
.h4,h4{font-size:1.5rem}
.h1,h1{font-size:2.5rem}
.bold_qb_grid{border-bottom:solid;padding:10px; background-image: linear-gradient(rgb(0,158,212), rgb(34,99,158), rgb(48,62,124));;Color:#fff}
button.help-button{background-color:#fff}
.product-options-bottom{border-bottom:1px solid #000}
#cic_only{color:red}.special-price{color:#008acc}
.compare-price{color:#ff2c00}
.compare-price>.money,.price_compare>.money{color:#ff2c00}
.show{display:block}

body .main-container .main-breadcrumbs.fixed-position,
body .footer-wrapper .main-breadcrumbs.fixed-position {
position: fixed;
top: 0;
width: 100%;
padding-bottom: 12px;
z-index: 999;
}

#preview-bar-iframe {
display: none;
}

.border-radius .image-link::before {
border-radius: 8px;
}

a:focus {
outline: medium none;
text-decoration: none;
}

:focus {
outline: 0;
text-decoration: none;
}

.f-right,
.right {
float: right !important;
}

.f-left,
.left {
float: left !important;
}

.btn {
 font-size: 0.875rem;
}
.btn.grey-black {
 color: #777;
}
.btn.grey-black:hover {
 color: #000;
}


.form-list .input-box {
display: block;
position: relative;
clear: both;
line-height: 30px;
}

.move-below-header {
display: none;
}

.form-list select {
width: 100%;
}

input.input-full,
textarea,
.input-text {
width: 100%;
height: 38px;
margin-bottom: 10px;
padding: 10px;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

textarea {
height: 10em;
line-height: 1.4;
}

button.btn-button span span {
padding: 0;
border: 0;
border-width: 0;
background: transparent;
color: inherit;
line-height: inherit;
}

a.image-link {
 display: inline-block;
 position: relative;
 width: 100%;
}

a.image-link::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition: all 0.2s;
 background-color: #000;
 content: '';
 opacity: 0;
 visibility: hidden;
 filter: alpha(Opacity=0);
}

a.image-link:hover::before {
 opacity: 0.1;
 visibility: visible;
 filter: alpha(Opacity=10);
}

.spr-icon.spr-icon-star-empty {
color: rgba(0, 0, 0, .16) !important;
opacity: 1 !important;
}

.spr-icon {
 opacity: 1;
}
.spr-icon::before {
 font-size: 100% !important;
}


.animation-spin {
animation: spin 20s infinite linear;
-webkit-animation: spin 20s infinite linear;
}

.float-none {
float: none;
}

.visible-tablet,
.visible-phone {
display: none;
}

.is-transitioning {
display: block !important;
visibility: visible !important;
}

.icon-button {
 display: block;
 padding: 0;
 border: solid 1px #e0e0e0;
 text-align: center;
}

.icon-button.large {
 width: 45px;
 height: 45px;
 line-height: 45px;
}

.icon-button.larger {
 width: 50px;
 height: 50px;
 line-height: 50px;
}
.icon-button.medium {
 width: 40px;
 height: 40px;
 line-height: 40px;
}
.icon-button.small {
 width: 35px;
 height: 35px;
 line-height: 35px;
}
.icon-button:hover {
 border-color: white;
 color: white !important;
}
.icon-button.smaller {
 width: 32px;
 height: 32px;
 line-height: 32px;
}
.icon-button.xsmall {
 width: 27px;
 height: 27px;
 line-height: 27px;
}
.icon-button.facebook:hover {
 background-color: #3f83c3;
}
.icon-button.twitter:hover {
 background-color: #27c0c8;
}
.icon-button.pinterest:hover {
 background-color: #de2f2f;
}
.icon-button.google:hover {
 background-color: #fd3f3f;
}
.icon-button.envelope:hover {
 background-color: #8f6540;
}


.clearer::after {
display: block;
height: 0;
clear: both;
font-size: 0;
line-height: 0;
content: '.';
overflow: hidden;
}

.icon-wishlist::before {
content: '\e88a';
}

.page-404 {
min-height: 300px;
padding-top: 70px;
text-align: center;
}
.full-width .fullwidth-row,
.boxed .fullwidth-row {
width: 100%;
margin: 0;
}

/*Header Configuration*/
.header-center, .header-right, .header-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}

.header-center {
margin-left: auto;
}

.header-right {
.show {
    display: block;
}

body.boxed {
 background: url("boxed_bg.png") repeat;
 background-color:black;
}
body.boxed .wrapper {
 padding-top: 24px;
 padding-bottom: 17px;
}
body.boxed .wrapper .page {
 width: 1180px;
 margin-right: auto;
 margin-left: auto;
}
body.side-header {
 overflow-x: hidden;
}
body.side-header .top-newsletter {
 margin-left: 314px;
}
body.side-header .top-newsletter > .container {
 max-width: 100%;
}
body.side-header .main-container, body.side-header .footer-wrapper {
 margin-left: 314px;
}
body.side-header .main-container .main-breadcrumbs.fixed-position, body.side-header .footer-wrapper .main-breadcrumbs.fixed-position {
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 4;
}
body.side-header .main-container .main-breadcrumbs > .container, body.side-header .footer-wrapper .main-breadcrumbs > .container {
 max-width: 100%;
}
body.side-header .main-container .main .container, body.side-header .footer-wrapper .main .container {
 max-width: 100%;
}
body.side-header .main-container .footer-middle > .container, body.side-header .footer-wrapper .footer-middle > .container, body.side-header .main-container .footer-top > .container, body.side-header .footer-wrapper .footer-top > .container, body.side-header .main-container .footer-bottom > .container, body.side-header .footer-wrapper .footer-bottom > .container {
 max-width: 100%;
}


body .main-container .main-breadcrumbs.fixed-position,
body .footer-wrapper .main-breadcrumbs.fixed-position {
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 12px;
    z-index: 999;
}

#preview-bar-iframe {
    display: none;
}

.border-radius .image-link::before {
    border-radius: 8px;
}

a: focus {
    outline: medium none;
    text-decoration: none;
}

:focus {
    outline: 0;
    text-decoration: none;
}

.page ul,
.page ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

ul {
    margin: 0;
    padding: 0;
}

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

p {
    line-height: 1.5;
}

.f-right,
.right {
    float: right !important;
}

.f-left,
.left {
    float: left !important;
}

.btn {
 font-size: 0.875rem;
}
.btn.grey-black {
 color: #777;
}
.btn.grey-black:hover {
 color: #000;
}

.form-list .input-box {
    display: block;
    position: relative;
    clear: both;
    line-height: 30px;
}

.move-below-header {
    display: none;
}

.form-list select {
    width: 100%;
}

input.input-full,
textarea,
select {
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #777;
    font-size: 13px;
}

input.input-full,
textarea,
.input-text {
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

textarea {
    height: 10em;
    line-height: 1.4;
}

button, .btn-button {
 display: inline-block;
 padding: 0 15px;
 border: 0;
 border-radius: 5px;
 background: #3b3b3b;
 color: #fff;
 font-size: 14px;
 font-weight: 400;
 line-height: 38px;
 text-align: center;
 white-space: nowrap;
 cursor: pointer;
}
.btn-button:hover {
 color: #fff;
 opacity: 0.9;
}
.btn-button:focus {
 outline: none;
}

input {
    line-height: 1.6;
}

button.btn-button span span {
    padding: 0;
    border: 0;
    border-width: 0;
    background: transparent;
    color: inherit;
    line-height: inherit;
}
a.image-link {
 display: inline-block;
 position: relative;
 width: 100%;
}
a.image-link::before {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition: all 0.2s;
 background-color: #000;
 content: '';
 opacity: 0;
 visibility: hidden;
 filter: alpha(Opacity=0);
}
a.image-link:hover::before {
 opacity: 0.1;
 visibility: visible;
 filter: alpha(Opacity=10);
}


.loader-container {
    display: none;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
}

.spr-icon.spr-icon-star-empty {
    color: rgba(0, 0, 0, .16) !important;
    opacity: 1 !important;
}

.spr-icon {
 opacity: 1;
}
.spr-icon::before {
 font-size: 100% !important;
}

.rating-box .spr-icon-star-empty:before, .review-product-details .spr-icon-star-empty:before, .ratings .spr-icon-star-empty:before {
font-family: fontawesome;
font-size: 12px;
content: '\f005';
}
.animation-spin {
    animation: spin 20s infinite linear;
    -webkit-animation: spin 20s infinite linear;
}

.float-none {
    float: none;
}

.visible-tablet,
.visible-phone {
    display: none;
}

.is-transitioning {
    display: block !important;
    visibility: visible !important;
}

.btn-button.text-only, .spr-button.text-only {
 margin: 0;
 padding: 0;
 border: 0;
 background-color: transparent;
}
.btn-button.large, .spr-button.large {
 padding: 12px 35px;
 font-size: 14px;
 line-height: 32px;
}
.btn-button.small, .spr-button.small {
 padding: 5px 15px;
}
.btn-button.white, .spr-button.white {
 border-color: #fff;
 background-color: #fff;
 color: #222;
}
.btn-button.white:hover, .spr-button.white:hover {
 border-color: #e4e4e4;
 background-color: #e4e4e4;
}
.btn-button.black, .spr-button.black {
 border-color: #222;
 background-color: #222;
 color: #fff;
}
.btn-button.black:hover, .spr-button.black:hover {
 border-color: #111;
 background-color: #111;
}
.btn-button.bordered, .spr-button.bordered {
 position: relative;
 overflow: visible;
}
.btn-button.bordered.white, .spr-button.bordered.white {
 color: #fff !important;
}
.btn-button.bordered.white:hover, .spr-button.bordered.white:hover {
 color: #222 !important;
}
.btn-button.bordered.black, .spr-button.bordered.black {
 border-color: #222;
 background-color: #222;
 color: #fff;
}
.btn-button.bordered.black:hover, .spr-button.bordered.black:hover {
 border-color: #111;
 background-color: #111;
}
.btn-button.uppercase, .spr-button.uppercase {
 text-transform: uppercase;
}
.btn-button.rounded, .spr-button.rounded {
 border-radius: 25px;
}
.btn-button.rounded.large, .spr-button.rounded.large {
 border-radius: 75px;
}
.btn-button.sf-icon-reveal, .spr-button.sf-icon-reveal {
 padding: 15px 35px;
 line-height: 20px;
 -webkit-transform: translate3d(0, 0, 0);
}
.btn-button.sf-icon-reveal i, .spr-button.sf-icon-reveal i {
 display: inline-block;
 position: absolute;
 top: 0;
 right: 30px;
 width: 20px;
 height: 100%;
 transform: scale(0.5);
 -webkit-transform: scale(0.5);
 line-height: 50px;
 text-align: right;
 opacity: 0;
 transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 0.15);
 font-size: 18px;
}
.btn-button.sf-icon-reveal span, .spr-button.sf-icon-reveal span {
 display: block;
 width: 100%;
 transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
 text-align: center;
 vertical-align: 4px;
}
.btn-button.sf-icon-reveal.standard, .spr-button.sf-icon-reveal.standard {
 border-color: #e4e4e4;
}
.btn-button.sf-icon-reveal.standard:hover, .spr-button.sf-icon-reveal.standard:hover {
 border-color: #e4e4e4;
}
.btn-button.sf-icon-reveal.standard:hover i, .spr-button.sf-icon-reveal.standard:hover i {
 right: 20px;
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 1;
}
.btn-button.sf-icon-reveal.standard:hover span, .spr-button.sf-icon-reveal.standard:hover span {
 transform: translateX(-12px);
 -webkit-transform: translateX(-12px);
 -ms-transform: translateX(-12px);
}
.btn-button.sf-icon-reveal.white, .spr-button.sf-icon-reveal.white {
 border-color: #fff;
 background-color: #fff;
 color: #222 !important;
}
.btn-button.sf-icon-reveal.white:hover, .spr-button.sf-icon-reveal.white:hover {
 border-color: #e4e4e4;
 background-color: #e4e4e4;
}
.btn-button.sf-icon-reveal.white:hover i, .spr-button.sf-icon-reveal.white:hover i {
 right: 20px;
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 1;
}
.btn-button.sf-icon-reveal.white:hover span, .spr-button.sf-icon-reveal.white:hover span {
 transform: translateX(-12px);
 -webkit-transform: translateX(-12px);
 -ms-transform: translateX(-12px);
}
.btn-button.sf-icon-reveal.black, .spr-button.sf-icon-reveal.black {
 border-color: #222;
 background-color: #222;
 color: #fff;
}
.btn-button.sf-icon-reveal.black:hover, .spr-button.sf-icon-reveal.black:hover {
 border-color: #111;
 background-color: #111;
}
.btn-button.sf-icon-reveal.black:hover i, .spr-button.sf-icon-reveal.black:hover i {
 right: 20px;
 transform: scale(1);
 -webkit-transform: scale(1);
 opacity: 1;
}
.btn-button.sf-icon-reveal.black:hover span, .spr-button.sf-icon-reveal.black:hover span {
 transform: translateX(-12px);
 -webkit-transform: translateX(-12px);
 -ms-transform: translateX(-12px);
}

/* Missing Parent Property 
    .effect {
        display: inline-block;
        position: relative;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transition-property: color;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        vertical-align: middle;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition-duration: .3s;

        ::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transition-duration: .3s;
            transform-origin: 0 50%;
            -webkit-transform-origin: 0 50%;
            transition-property: transform;
            transition-timing-function: ease-out;
            content: '';
            z-index: -1;
        }

        :hover {
            :before {
                transform: scaleX(1);
                -webkit-transform: scaleX(1);
            }
        }
    }
}
*/
.icon-button {
 display: block;
 padding: 0;
 border: solid 1px #e0e0e0;
 text-align: center;
}
.icon-button.large {
 width: 45px;
 height: 45px;
 line-height: 45px;
}
.icon-button.larger {
 width: 50px;
 height: 50px;
 line-height: 50px;
}
.icon-button.medium {
 width: 40px;
 height: 40px;
 line-height: 40px;
}
.icon-button.small {
 width: 35px;
 height: 35px;
 line-height: 35px;
}
.icon-button:hover {
 border-color: #e0e0e0;
 color: white !important;
}
.icon-button.smaller {
 width: 32px;
 height: 32px;
 line-height: 32px;
}
.icon-button.xsmall {
 width: 27px;
 height: 27px;
 line-height: 27px;
}
.icon-button.facebook:hover {
 background-color: #3f83c3;
}
.icon-button.twitter:hover {
 background-color: #27c0c8;
}
.icon-button.pinterest:hover {
 background-color: #de2f2f;
}
.icon-button.google:hover {
 background-color: #fd3f3f;
}
.icon-button.envelope:hover {
 background-color: #8f6540;
}

.clearer::after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    content: '.';
    overflow: hidden;
}

.owl-dots {
    text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    zoom: 1;
}
.owl-dots span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #a0a09f;
}

 .active span {
opacity: 1;
}


    .dots-center {
 width: 100%;
}



.icon-wishlist::before {
    content: '\e88a';
}

.page-404 {
    min-height: 300px;
    padding-top: 70px;
    text-align: center;
}



.full-width .fullwidth-row,
.boxed .fullwidth-row {
    width: 100%;
    margin: 0;
}

/* Header Configuration*/
 .header-center, .header-right, .header-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}

.header-center {
margin-left: auto;
}
	
    .header-right .show {
        display: block;
   }
    .header-right body .boxed {
        background: url(boxed_bg.png) repeat;
        background-color: #000;
   }
    .header-right body .boxed .wrapper {
        padding-top: 24px;
        padding-bottom: 17px;
   }
    .header-right body .boxed .wrapper .page {
        width: 1180px;
        margin-right: auto;
        margin-left: auto;
   }
    .header-right body .side-header {
        overflow-x: hidden;
   }
    .header-right body .side-header .top-newsletter {
        margin-left: 314px;
   }
    .header-right body .side-header .top-newsletter > .container {
        max-width: 100%;
   }
    .header-right body .side-header .main-container, .header-right body .side-header .footer-wrapper {
        margin-left: 314px;
   }
    .header-right body .side-header .main-container .main-breadcrumbs.fixed-position, .header-right body .side-header .footer-wrapper .main-breadcrumbs.fixed-position {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 4;
   }
    .header-right body .side-header .main-container .main-breadcrumbs > .container, .header-right body .side-header .footer-wrapper .main-breadcrumbs > .container {
        max-width: 100%;
   }
    .header-right body .side-header .main-container .main .container, .header-right body .side-header .footer-wrapper .main .container {
        max-width: 100%;
   }
    .header-right body .side-header .main-container .footer-middle > .container, .header-right body .side-header .footer-wrapper .footer-middle > .container, .header-right body .side-header .main-container .footer-top > .container, .header-right body .side-header .footer-wrapper .footer-top > .container, .header-right body .side-header .main-container .footer-bottom > .container, .header-right body .side-header .footer-wrapper .footer-bottom > .container {
        max-width: 100%;
   }
    .header-right body .main-container .main-breadcrumbs.fixed-position, .header-right body .footer-wrapper .main-breadcrumbs.fixed-position {
        position: fixed;
        top: 0;
        width: 100%;
        padding-bottom: 12px;
        z-index: 999;
   }
    .header-right #preview-bar-iframe {
        display: none;
   }
    .header-right .border-radius .image-link::before {
        border-radius: 8px;
   }
    .header-right a:focus {
        outline: medium none;
        text-decoration: none;
   }
    .header-right :focus {
        outline: 0;
        text-decoration: none;
   }
    .header-right .page ul, .header-right .page ol {
        margin: 0;
        padding: 0;
   }
    .header-right ul, .header-right ol {
        list-style: none outside none;
   }
    .header-right ul {
        margin: 0;
        padding: 0;
   }
    .header-right ul li {
        margin: 0;
        padding: 0;
        list-style: none;
   }
    .header-right p {
        line-height: 1.5;
   }
    .header-right .f-right, .header-right .right {
        float: right !important;
   }
    .header-right .f-left, .header-right .left {
        float: left !important;
   }
    .header-right .btn {
        font-size: 0.875rem;
   }
    .header-right .btn .grey-black {
        color: #777;
   }
    .header-right .btn .grey-black :hover {
        color: #000;
   }
    .header-right .form-list .input-box {
        display: block;
        position: relative;
        clear: both;
        line-height: 30px;
   }
    .header-right .move-below-header {
        display: none;
   }
    .header-right .form-list select {
        width: 100%;
   }
    .header-right input.input-full, .header-right textarea, .header-right select {
        height: 26px;
        padding: 2px 8px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        color: #777;
        font-size: 13px;
   }
    .header-right input.input-full, .header-right textarea, .header-right .input-text {
        width: 100%;
        height: 38px;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 6px;
        background-color: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
   }
    .header-right textarea {
        height: 10em;
        line-height: 1.4;
   }
    .header-right button, .header-right .btn-button {
        display: inline-block;
        padding: 0 15px;
        border: 0;
        border-radius: 5px;
        background: #3b3b3b;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        line-height: 38px;
        text-align: center;
        white-space: nowrap;
        -webkit-appearance: none;
        cursor: pointer;
   }
    .header-right button :hover, .header-right .btn-button :hover {
        color: #fff;
        opacity: 0.9;
   }
    .header-right button :focus, .header-right .btn-button :focus {
        outline: none;
   }
    .header-right input {
        line-height: 1.6;
   }
    .header-right button.btn-button span span {
        padding: 0;
        border: 0;
        border-width: 0;
        background: transparent;
        color: inherit;
        line-height: inherit;
   }
    .header-right select {
        height: 35px;
        padding: 0 30px 0 10px;
        border: 1px solid #e4e4e4;
        border-radius: 0;
        background-position: right 0 center;
        background-color: transparent;
        background-image: url('{
           {
                "ico-select.png" | asset_url 
           }
       }
       ');
        background-repeat: no-repeat;
        color: #777;
        font-size: 13px;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
   }
    .header-right select .ie9, .header-right select .lt-ie9 {
        padding-right: 10px;
        background-image: none;
   }
    .header-right a.image-link {
        display: inline-block;
        position: relative;
        width: 100%;
   }
    .header-right a.image-link :before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.2s;
        background-color: #000;
        content: '';
        opacity: 0;
        visibility: hidden;
        filter: alpha(Opacity=0);
   }
    .header-right a.image-link :hover :before {
        opacity: 0.1;
        visibility: visible;
        filter: alpha(Opacity=10);
   }
    .header-right .loader-container {
        display: none;
        background-color: rgba(255, 255, 255, .5);
        text-align: center;
   }
    .header-right .spr-icon.spr-icon-star-empty {
        color: rgba(0, 0, 0, .16) !important;
        opacity: 1 !important;
   }
    .header-right .spr-icon {
        opacity: 1;
   }
    .header-right .spr-icon :before {
        font-size: 100% !important;
   }
    .header-right .animation-spin {
        animation: spin 20s infinite linear;
        -webkit-animation: spin 20s infinite linear;
   }
    .header-right .float-none {
        float: none;
   }
    .header-right .visible-tablet, .header-right .visible-phone {
        display: none;
   }
    .header-right .is-transitioning {
        display: block !important;
        visibility: visible !important;
   }
    .header-right .btn-button .text-only, .header-right .spr-button .text-only {
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
   }
    .header-right .btn-button .large, .header-right .spr-button .large {
        padding: 12px 35px;
        font-size: 14px;
        line-height: 32px;
   }
    .header-right .btn-button .small, .header-right .spr-button .small {
        padding: 5px 15px;
   }
    .header-right .btn-button .white, .header-right .spr-button .white {
        border-color: #fff;
        background-color: #fff;
        color: #222;
   }
    .header-right .btn-button .white :hover, .header-right .spr-button .white :hover {
        border-color: #e4e4e4;
        background-color: #e4e4e4;
   }
    .header-right .btn-button .black, .header-right .spr-button .black {
        border-color: #222;
        background-color: #222;
        color: #fff;
   }
    .header-right .btn-button .black :hover, .header-right .spr-button .black :hover {
        border-color: #111;
        background-color: #111;
   }
    .header-right .btn-button .bordered, .header-right .spr-button .bordered {
        position: relative;
        overflow: visible;
   }
    .header-right .btn-button .bordered .white, .header-right .spr-button .bordered .white {
        color: #fff !important;
   }
    .header-right .btn-button .bordered .white :hover, .header-right .spr-button .bordered .white :hover {
        color: #222 !important;
   }
    .header-right .btn-button .bordered .black, .header-right .spr-button .bordered .black {
        border-color: #222;
        background-color: #222;
        color: #fff;
   }
    .header-right .btn-button .bordered .black :hover, .header-right .spr-button .bordered .black :hover {
        border-color: #111;
        background-color: #111;
   }
    .header-right .btn-button .uppercase, .header-right .spr-button .uppercase {
        text-transform: uppercase;
   }
    .header-right .btn-button .rounded, .header-right .spr-button .rounded {
        border-radius: 25px;
   }
    .header-right .btn-button .rounded .large, .header-right .spr-button .rounded .large {
        border-radius: 75px;
   }
    .header-right .btn-button .sf-icon-reveal, .header-right .spr-button .sf-icon-reveal {
        padding: 15px 35px;
        line-height: 20px;
        -webkit-transform: translate3d(0, 0, 0);
   }
    .header-right .btn-button .sf-icon-reveal i, .header-right .spr-button .sf-icon-reveal i {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 30px;
        width: 20px;
        height: 100%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        line-height: 50px;
        text-align: right;
        opacity: 0;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 0.15);
        font-size: 18px;
   }
    .header-right .btn-button .sf-icon-reveal span, .header-right .spr-button .sf-icon-reveal span {
        display: block;
        width: 100%;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
        text-align: center;
        vertical-align: 4px;
   }
    .header-right .btn-button .sf-icon-reveal .standard, .header-right .spr-button .sf-icon-reveal .standard {
        border-color: #e4e4e4;
   }
    .header-right .btn-button .sf-icon-reveal .standard :hover, .header-right .spr-button .sf-icon-reveal .standard :hover {
        border-color: #e4e4e4;
   }
    .header-right .btn-button .sf-icon-reveal .standard :hover i, .header-right .spr-button .sf-icon-reveal .standard :hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
   }
    .header-right .btn-button .sf-icon-reveal .standard :hover span, .header-right .spr-button .sf-icon-reveal .standard :hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
   }
    .header-right .btn-button .sf-icon-reveal .white, .header-right .spr-button .sf-icon-reveal .white {
        border-color: #fff;
        background-color: #fff;
        color: #222 !important;
   }
    .header-right .btn-button .sf-icon-reveal .white :hover, .header-right .spr-button .sf-icon-reveal .white :hover {
        border-color: #e4e4e4;
        background-color: #e4e4e4;
   }
    .header-right .btn-button .sf-icon-reveal .white :hover i, .header-right .spr-button .sf-icon-reveal .white :hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
   }
    .header-right .btn-button .sf-icon-reveal .white :hover span, .header-right .spr-button .sf-icon-reveal .white :hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
   }
    .header-right .btn-button .sf-icon-reveal .black, .header-right .spr-button .sf-icon-reveal .black {
        border-color: #222;
        background-color: #222;
        color: #fff;
   }
    .header-right .btn-button .sf-icon-reveal .black :hover, .header-right .spr-button .sf-icon-reveal .black :hover {
        border-color: #111;
        background-color: #111;
   }
    .header-right .btn-button .sf-icon-reveal .black :hover i, .header-right .spr-button .sf-icon-reveal .black :hover i {
        right: 20px;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
   }
    .header-right .btn-button .sf-icon-reveal .black :hover span, .header-right .spr-button .sf-icon-reveal .black :hover span {
        transform: translateX(-12px);
        -webkit-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
   }
    .header-right .btn-button .effect, .header-right .spr-button .effect {
        display: inline-block;
        position: relative;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transition-property: color;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        vertical-align: middle;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition-duration: 0.3s;
   }
    .header-right .btn-button .effect ::before, .header-right .spr-button .effect ::before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transition-duration: 0.3s;
        transform-origin: 0 50%;
        -webkit-transform-origin: 0 50%;
        transition-property: transform;
        transition-timing-function: ease-out;
        content: '';
        z-index: -1;
   }
    .header-right .btn-button .effect :hover :before, .header-right .spr-button .effect :hover :before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
   }
    .header-right .icon-button {
        display: block;
        padding: 0;
        border: solid 1px #e0e0e0;
        text-align: center;
   }
    .header-right .icon-button .large {
        width: 45px;
        height: 45px;
        line-height: 45px;
   }
    .header-right .icon-button .larger {
        width: 50px;
        height: 50px;
        line-height: 50px;
   }
    .header-right .icon-button .medium {
        width: 40px;
        height: 40px;
        line-height: 40px;
   }
    .header-right .icon-button .small {
        width: 35px;
        height: 35px;
        line-height: 35px;
   }
    .header-right .icon-button :hover {
        border-color: #e0e0e0;
        color: white !important;
   }
    .header-right .icon-button .smaller {
        width: 32px;
        height: 32px;
        line-height: 32px;
   }
    .header-right .icon-button .xsmall {
        width: 27px;
        height: 27px;
        line-height: 27px;
   }
    .header-right .icon-button .facebook:hover {
        background-color: #3f83c3;
   }
    .header-right .icon-button .twitter:hover {
        background-color: #27c0c8;
   }
    .header-right .icon-button .pinterest:hover {
        background-color: #de2f2f;
   }
    .header-right .icon-button .google:hover {
        background-color: #fd3f3f;
   }
    .header-right .icon-button .envelope:hover {
        background-color: #8f6540;
   }
    .header-right .clearer::after {
        display: block;
        height: 0;
        clear: both;
        font-size: 0;
        line-height: 0;
        content: '.';
        overflow: hidden;
   }
    .header-right .owl-dots {
        text-align: center;
   }
    .header-right .owl-dots .owl-dot {
        display: inline-block;
        cursor: pointer;
        zoom: 1;
   }
    .header-right .owl-dots .owl-dot span {
        display: block;
        width: 8px;
        height: 8px;
        margin: 5px 7px;
        border-radius: 20px;
        background: #a0a09f;
   }
    .header-right .owl-dots .owl-dot .active span {
        background: #08c;
        opacity: 1;
   }
    .header-right .owl-dots .dots-center {
        width: 100%;
   }
    .header-right .icon-wishlist::before {
        content: '\e88a';
   }
    .header-right .page-404 {
        min-height: 300px;
        padding-top: 70px;
        text-align: center;
   }
    @media (min-width: 576px) {
        .header-right .fullwidth-row {
            width: 100vw;
            margin-left: calc(255px - 50vw);
       }
        .header-right .fullwidth-row .layout-1024 {
            margin-left: calc(255px - 50vw);
       }
   }
    @media (min-width: 768px) {
        .header-right .fullwidth-row {
            width: 100vw;
            margin-left: calc(345px - 50vw);
       }
        .header-right .fullwidth-row .layout-1024 {
            margin-left: calc(345px - 50vw);
       }
   }
    @media (min-width: 992px) {
        .header-right .fullwidth-row {
            width: 100vw;
            margin-left: calc(465px - 50vw);
       }
        .header-right .fullwidth-row .layout-1024 {
            margin-left: calc(465px - 50vw);
       }
   }
    @media (min-width: 1200px) {
        .header-right .fullwidth-row {
            width: 100vw;
            margin-left: calc(555px - 50vw);
       }
        .header-right .fullwidth-row .layout-1024 {
            margin-left: calc(498px - 50vw);
       }
   }
    .header-right .full-width .fullwidth-row, .header-right .boxed .fullwidth-row {
        width: 100%;
        margin: 0;
   }
    .header-right .header-center, .header-right .header-right, .header-right .header-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
   }
    
.header-right {
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
}

.header-left,
.header-right {
-ms-flex: 1;
flex: 1;
}

.switcher-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

.header-left,
.header-right {
-ms-flex: 1;
flex: 1;
}

.switcher-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

/* PARALLAX SECTION STYLE*/
.parallax-wrapper .parallax {
position: relative;
margin: 0 auto;
padding: 50px 0;
color: #fff;
}
.parallax-wrapper .parallax .overlay {
display: block;
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.65;
z-index: 2;
filter: alpha(opacity=75);
}
.parallax-wrapper .parallax .parallax-slider {
position: relative;
z-index: 3;
}
.parallax-wrapper .parallax .parallax-slider .item {
max-width: 100%;
float: none !important;
text-align: center;
}
.parallax-wrapper .parallax .parallax-slider .item h2 {
margin-top: 0;
margin-bottom: 15px;
color: #fff;
font-size: 60.28px;
font-weight: 600;
line-height: 1;
}
.parallax-wrapper .parallax .parallax-slider .item p {
margin-bottom: 30px;
color: #fff;
font-size: 22.6px;
font-weight: 300;
line-height: 1;
}
.parallax-wrapper .parallax .parallax-slider .item a {
border: 0;
background: transparent;
color: #fff;
font-size: 16px;
font-weight: 300;
line-height: 1;
}
.parallax-wrapper .parallax .parallax-slider .owl-dots {
margin-top: 25px;
text-align: center;
}


.parallax_fixed_text .content {
position: absolute;
top: -28px;
left: 15px;
min-width: 307px;
padding: 40px;
background-color: #0e0e0e;
color: #fff;
text-align: left;
text-transform: uppercase;
z-index: 3;
}
.parallax_fixed_text .content em {
display: block;
padding-top: 8px;
padding-bottom: 6px;
color: #fff;
font-size: 17px;
font-style: normal;
font-weight: 400;
letter-spacing: 0.05em;
}
.parallax_fixed_text .content h2 {
margin-bottom: 28px;
color: #fff;
font-family: 'Oswald';
font-size: 48px;
font-weight: 300;
line-height: 1.1;

}
.parallax_fixed_text .content a {
margin-bottom: 25px;
padding: 9px 19px;
border: solid 2px #2c2c2c;
border-radius: 2px;
background-color: #0e0e0e;
color: #fff;
font-family: 'Oswald';
font-size: 14px;
font-weight: 400;
letter-spacing: 0.05em;
box-shadow: none;
}



.parallax_fullscreen {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.parallax_fullscreen img {
max-width: 100%;
height: auto;
}
.parallax_fullscreen .parallax-content-15 {
position: absolute;
top: 37%;
width: 100%;
text-align: center;
}
.parallax_fullscreen .parallax-content-15 .text_content_1 {
margin: 0;
line-height: 1;
}
.parallax_fullscreen .parallax-content-15 .text_content_1 img {
display: inline-block;
width: 37px;
height: 10px;
vertical-align: middle;
}
.parallax_fullscreen .parallax-content-15 .text_content_1 em {
display: inline-block;
color: #fff;
font-style: normal;
font-weight: 300;
line-height: 1;
vertical-align: middle;
}
.parallax_fullscreen .parallax-content-15 .text_content_2 {
color: #fff;
font-weight: 800;
line-height: 1;
}
.parallax_fullscreen .parallax-content-15 .text_content_3 {
color: #fff;
font-weight: 300;
line-height: 1;
}
.parallax_fullscreen .parallax-content-15 a {
border: 0;
border-radius: 0;
}
.parallax_fullscreen .parallax_01 .parallax-content-15 em {
margin: 0 10px;
font-size: 26.26px;
}
.parallax_fullscreen .parallax_01 .parallax-content-15 h2 {
margin: 5px 0 10px;
font-size: 79.12px;
}
.parallax_fullscreen .parallax_01 .parallax-content-15 p {
font-size: 23.64px;
}
.parallax_fullscreen .parallax_04 .parallax-content-15 em {
font-size: 26.26px;
margin: 0 10px;
}
.parallax_fullscreen .parallax_04 .parallax-content-15 h2 {
font-size: 61px;
letter-spacing: -3px;
margin: 5px 0 10px;
}
.parallax_fullscreen .parallax_04 .parallax-content-15 p {
font-size: 18px;
margin-bottom: 15px;
}
.parallax_fullscreen .parallax_04 .parallax-content-15 a {
font-size: 16px;
padding: 8px 35px;
}

.top-select > ul {
border: 1px solid #ccc;
}

/* INSTAGRAM SECTION STYLE*/
.enable-effect .insta-item .content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: all .3s;
background-color: rgba(255, 0, 0, .5);
color:white;
font-size: 35px;
text-align: center;
opacity: 0;
visibility: hidden;
z-index: 1;
}

.enable-effect .insta-item:hover .content {
opacity: 1;
visibility: visible;
}

.insta-item .content i {
 display: none;
 position: absolute;
 top: 50%;
 transform: translate(-50%, -50%);
 }
.enable-effect .insta-item .content i {
 display: inline-block;
}


.instagram-section.type2 .container {
max-width: 100%;
padding: 0;
}

.instagram-section.type2 .container .row {
margin-right: 0;
margin-left: 0;
}

.main-container .instagram-section .title-widget {
margin-bottom: 16px;
font-family: 'Oswald';
font-size: 18px;
font-weight: 400;
background: none;
color: #282d3b;
letter-spacing: 0.05em;
text-align: center;

}

.insta-follow {
 position: absolute;
 top: 0;
 left: 50%;
 transform: translateX(-50%);
 color: #fff;
 text-align: center;
 text-transform: uppercase;
 z-index: 2;
}
.insta-follow.insta-content-style1 {
 top: 50%;
 transform: translate(-50%, -50%);
}
.insta-follow > div {
 height: 100%;
}
.insta-follow h3 {
 font-family: 'Oswald';
 line-height: 1;

}
.insta-follow span {
 display: block;
 letter-spacing: 0.05em;
}
.insta-follow a {
 border-radius: 2px;
 background-color: #0e0e0e;
 color: #fff;
 font-family: 'Oswald';
 font-size: 14px;
 letter-spacing: 0.05em;
 text-transform: uppercase;
 box-shadow: none;

}
.insta-content-style1 {
padding: 30px 40px;
}
.insta-content-style1 .d-flex {
-ms-flex-direction: column;
flex-direction: column;
}
.insta-content-style1 h3 {
padding-top: 15px;
color: #fff;
font-size: 48px;
font-weight: 300;
}
.insta-content-style1 span {
margin-bottom: 28px;
font-size: 15px;
}
.insta-content-style1 a {
margin-bottom: 5px;
padding: 9px 28px;
border: solid 2px #2c2c2c;
font-weight: 400;
}
.insta-content-style1 i {
font-size: 24px;
}
.blog-instagrams .col-xl-2 {
padding-right: 10px;
padding-left: 10px;
}
.blog-instagrams .col-xl-2 a {
display: block;
position: relative;
margin: 10px 0;
}
.blog-instagrams .col-xl-2 a img {
width: 100%;
}

.intagram-shop .content {
padding: 10px 0 40px;
}
.intagram-shop .content h2 {
font-size: 40px;
font-weight: 600;
line-height: 45px;
text-align: center;
text-transform: uppercase;
}
.intagram-shop .content p {
margin: 0;
font-size: 20px;
line-height: 30px;
text-align: center;
}
.snptwdgt__ftr,
.fauximg-bin .snptico,
.public-modal .modal-left-column .snptico-shopping-bag {
display: none !important;
}

.snptwdgt-container-liner .fauximg-bin,
.snptwdgt-container .snptwdgt__item .snpt__fauxim img {
backface-visibility: hidden !important;
}

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
backface-visibility: hidden !important;
transition: opacity .3s, transform .3s !important;
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
transform: scale(1.05) !important;
-webkit-transform: scale(1.05) !important;
}
.hotspot {
backface-visibility: hidden !important;
text-decoration: none !important;
transition: all .3s linear !important;
}
.product-images-slide a.hotspot {
border-radius: 100% !important;
}

.loadr-arc-rotate-move .loader::before {
border-color: rgba(31, 192, 160, .155) !important;
opacity: .3 !important;
}
.hotspot-modal {
font-family: 'Open Sans' !important;
}

/*MAIN CONTAINER STYLE*/ 
.main-container h3.title-widget {
margin: 20px 0 0;
background: url("//cdn.shopify.com/s/files/1/1613/0131/t/6/assets/slider-bar.png?9083702354724775921") right no-repeat;
color: #313131;
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-transform: capitalize;
}
.main-container h3.title-widget span.inner {
padding-right: 20px;
background-color: #fff;
}


.products-collection {
 position: relative;
}
.products-collection h3.title-widget {
 position: relative;
}
.products-collection h3.title-widget.style_1 {
 margin: 30px 0 0;
 background: url(slider-bar.png) right no-repeat;
 color: #313131;
 font-size: 16px;
 font-weight: 700;
 line-height: 42px;
 text-align: left;
 text-transform: uppercase;
}
.products-collection h3.title-widget.style_1 span.inner {
 padding-right: 20px;
 background-color: #fff;
}
.products-collection h3.title-widget.style_2 {
 margin-top: 26px;
 margin-bottom: 15px;
 background: none;
 font-size: 19px;
 font-weight: 600;
 text-align: center;
}
.products-collection h3.title-widget.style_3 {
 background: none;
 text-align: center;
}
.products-collection h3.title-widget.style_3 span.inner {
 padding-left: 20px;
 background-color: #fff;
}
.products-collection h3.title-widget.style_3::after {
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 height: 1px;
 background-color: #ccc;
 content: '';
 z-index: -1;
}
.products-collection h3.title-widget.style_4 {
 margin-top: 24px;
 margin-bottom: 17px;
 border-bottom: #e1e1e1 solid 1px;
 background: none;
 font-size: 18px;
 font-weight: 700;
 line-height: 42px;
 text-transform: uppercase;
}
.products-collection .category-products .products-grid.center_nav .owl-nav {
 position: static;
}
.products-collection .category-products .products-grid.center_nav .owl-nav div {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 font-size: 24px;
}
.products-collection .category-products .products-grid.center_nav .owl-nav .owl-prev {
 left: -40px;
}
.products-collection .category-products .products-grid.center_nav .owl-nav .owl-next {
 right: -40px;
}
.products-collection .category-products .products-grid.center_nav .owl-nav .item {
 width: 100%;
 padding: 10px 0;
}
.products-collection.top_paginate .owl-dots {
 position: absolute;
 top: -52px;
 right: 10px;
 bottom: auto;
 left: inherit;
 margin: 0;
}
.owl-nav {
position: absolute;
top: -43px;
right: 5px;
}
.owl-nav div {
display: inline-block;
}
.products-related {
 position: relative;
 margin-top: 50px;
 margin-bottom: 0;
 padding-top: 0;
}
.products-related .category-products .products-grid .owl-item .item {
 width: 100%;
}
.products-related .category-products .products-grid .owl-nav {
 position: absolute;
 top: -43px;
 right: 5px;
}
.products-related .category-products .products-grid .owl-nav div {
 display: inline-block;
 font-size: 14px;
 text-align: center;
}
.products-related.full-width {
 background-color: #f4f4f4;
}


.blog-homepage {
position: relative;
}

.products-crosssell {
position: relative;
}
.products-crosssell .category-products .products-grid .owl-item .item {
width: 100%;
padding: 10px 0;
}
.products-crosssell .category-products .products-grid .owl-nav {
position: absolute;
top: -33px;
right: -5px;
}
.products-crosssell .category-products .products-grid .owl-nav div {
display: inline-block;
font-size: 18px;
text-align: center;
}
.blog_article h3.title-widget.type_1 {
background: none;
text-align: center;
}
.blog_article .item {
padding-top: 10px;
}
.blog_article .item .row {
margin-right: -10px;
margin-left: -10px;
}
.blog_article .item .row .col-md-5 {
padding-right: 10px;
padding-left: 10px;
}
.blog_article .item .row .col-md-7 {
padding-right: 10px;
padding-left: 10px;
}
.blog_article .item .row .post-image {
margin: 0 0 15px;
padding: 2px;
border: 1px solid #e1e1e1;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}
.blog_article .item .row .post-image img {
width: 100%;
border-radius: 4px;
}
.blog_article .item .row .post-date {
margin-right: 10px;
float: left;
text-align: center;
}
.blog_article .item .row .post-date .day {
display: block;
padding: 8px;
color: #3f4658;
font-size: 18px;
font-weight: 700;
}
.blog_article .item .row .post-date .month {
display: block;
width: 45px;
padding: 2px 0;
border-radius: 0 0 2px 2px;
color: #fff;
font-size: 0.9em;
line-height: 1.4;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
}
.blog_article .item .row .postTitle h2 {
min-height: 55px;
margin: 0 0 10px;
font-size: 20px;
font-weight: 400;
line-height: 27px;
}
.blog_article .item .row .postContent {
padding-bottom: 15px;
font-size: 14px;
line-height: 1.5;
}
.blog_article .item .row .postContent p {
margin: 0;
}
.blog_article .item .row a.readmore {
font-size: 16px;
font-weight: 300;
}
.blog_article .item .row a.readmore:hover {
text-decoration: underline;
}
.blog_article .item .blog_post_type_1 .post-image {
margin: 0;
padding: 0;
float: left;
border: 0;
}
.blog_article .item .blog_post_type_1 .post-content {
position: relative;
top: 30px;
left: -5px;
min-height: 212px;
margin-left: 200px;
padding: 40px;
background-color: #fff;
text-align: left;
}
.blog_article .item .blog_post_type_1 .post-content .postTitle {
min-height: auto;
margin-bottom: 9px;
}
.blog_article .item .blog_post_type_1 .post-content .postTitle h2 {
margin-bottom: 12px;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.01em;
line-height: 1;
text-transform: uppercase;
}
.blog_article .item .blog_post_type_1 .post-content .post-date {
display: inline-block;
margin-right: 10px;
margin-bottom: 8px;
padding: 8px;
float: none;
background-color: #e1ddc3;
color: #8f8e86;
font-family: 'Oswald';
font-size: 14.5px;
font-weight: 300;
letter-spacing: 0.1em;
text-align: left;
}
.blog_article .item .blog_post_type_1 .post-content .postContent {
margin-bottom: 15px;
padding: 0;
font-size: 15px;
letter-spacing: 0.03em;
line-height: 25px;
}
.blog_article .item .blog_post_type_1 .post-content .readmore {
background: none !important;
color: #333;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.blog_article .item .blog_post_type_2 {
margin-top: 10px !important;
padding: 10px;
padding-top: 10px;
background-color: #fff;
}
.blog_article .item .blog_post_type_2 .post-image {
margin: 0;
border: 0;
overflow: hidden;
}
.blog_article .item .blog_post_type_2 .post-image .post-date {
position: absolute;
top: 7px;
left: 17px;
margin-right: 10px;
float: left;
background-color: #08c;
color: #fff;
font-family: 'Oswald';
font-weight: 400;
text-align: center;
}
.blog_article .item .blog_post_type_2 .post-image .post-date .day {
display: block;
padding: 10px 0 4px;
color: #fff;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.05em;
line-height: 1;
}
.blog_article .item .blog_post_type_2 .post-image .post-date .month {
display: block;
width: 45px;
padding: 0 0 8px;
color: #fff;
font-size: 13px;
font-weight: 400;
letter-spacing: 0.05em;
line-height: 1;
text-transform: uppercase;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
}
.blog_article .item .blog_post_type_2 .col-md-7 .post-date {
display: none;
}
.blog_article .item .blog_post_type_2 .col-md-7 .postTitle {
min-height: auto;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 18px;
}
.blog_article .item .blog_post_type_2 .col-md-7 .postTitle h2 {
min-height: auto;
margin: 0 0 10px;
font-size: 18px;
font-weight: 400;
letter-spacing: -0.001em;
line-height: 22px;
}
.blog_article .item .blog_post_type_2 .col-md-7 .postContent {
margin-bottom: 10px;
padding-bottom: 15px;
padding-left: 18px;
color: #687176;
font-size: 13px;
line-height: 24px;
}
.blog_article .item .blog_post_type_2 .col-md-7 a.readmore {
display: inline-block;
margin-left: 18px;
padding: 9px 16px;
border-radius: 2px !important;
background-color: #2b2b2d;
font-family: 'Oswald';
font-size: 12px;
font-weight: 300;
letter-spacing: 0.05em;
line-height: 1.42857143;
text-transform: uppercase;
}
.blog_article .owl-nav {
position: absolute;
top: -33px;
right: 0;
}
.blog_article .owl-nav div {
display: inline-block;
}

.blog-slidebar .latest_news {
margin: 0 -10px;
}
.blog-slidebar .latest_news .item {
padding: 20px 10px 0;
}
.blog-slidebar .latest_news .item .row {
margin-right: -10px;
margin-left: -10px;
}
.blog-slidebar .latest_news .item .row .col-md-5, .blog-slidebar .latest_news .item .row .col-md-7 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding-right: 10px;
padding-left: 10px;
}
.blog-slidebar .latest_news .item .row .post-image {
margin: 0 0 15px;
padding: 2px;
border: 1px solid #e1e1e1;
border-radius: 5px;
background-color: #fff;
overflow: hidden;
}
.blog-slidebar .latest_news .item .row .post-image img {
width: 100%;
border-radius: 4px;
}
.blog-slidebar .latest_news .item .row .post-date {
margin-right: 10px;
float: left;
text-align: center;
}
.blog-slidebar .latest_news .item .row .post-date .day {
display: block;
padding: 8px;
background-color: #f7f7f7;
color: #3f4658;
font-size: 18px;
font-weight: 700;
}
.blog-slidebar .latest_news .item .row .post-date .month {
display: block;
width: 45px;
padding: 2px 0;
border-radius: 0 0 2px 2px;
color: #fff;
font-size: 0.9em;
line-height: 1.4;
box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
}
.blog-slidebar .latest_news .item .row .postTitle h2 {
min-height: 55px;
margin: 0 0 10px;
font-size: 20px;
font-weight: 400;
line-height: 27px;
}
.blog-slidebar .latest_news .item .row .postContent {
padding-bottom: 15px;
font-size: 14px;
line-height: 1.5;
}
.blog-slidebar .latest_news .item .row .postContent p {
margin: 0;
}
.blog-slidebar .latest_news .item .row a.readmore {
font-size: 16px;
font-weight: 300;
}
.blog-slidebar .latest_news .item .row a.readmore:hover {
text-decoration: underline;
}


.last_blog_clients {
padding: 30px 0;

.blog_article {
    padding: 0;

    .item {
        .row {
            margin-right: -20px;
            margin-left: -20px;
        }

        .blog_post_type_2 {
            .row {
                a.readmore {
                    border-radius: 0 !important;
                }

                .col-md-7 {
                    .postContent {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}

.testimonials {
    padding-top: 10px;

    .owl-nav {
        position: absolute;
        top: -35px;
        right: 0;

        div {
            display: inline-block;
        }
    }
}
}

.category_slider {
.category-products {
    .products-grid {
        .item {
            float: none;
        }

        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }

    .carousel-init {
        .owl-nav {
            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}
}

.testimonials {
.item {
    blockquote {
        position: relative;
        margin: 0;
        padding: 10px 50px;
        border: 0;
        border-radius: 10px;
        font-family: Georgia, serif;
        font-size: 1.2em;
        font-style: italic;
        line-height: 1.3;

        ::before {
            position: absolute;
            top: 0;
            left: 10px;
            color: #fff;
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            content: '\201C';
        }

        ::after {
            position: absolute;
            right: 10px;
            bottom: -.5em;
            color: #fff;
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            content: '\201D';
        }
    }

    .testimonial-arrow-down {
        width: 0;
        height: 0;
        margin: 0 0 0 25px;
        border: 15px solid transparent;
        border-bottom: 0;
    }

    .testimonial-author {
        .img-thumbnail {
            display: inline-block;
            position: relative;
            max-width: 100%;
            height: auto;
            margin-right: 10px;
            padding: 4px;
            float: left;
            border: 1px solid #ddd;
            border-radius: 7px;
            background-color: #fff;
            line-height: 1.5;
        }

        p {
            margin: 0 0 0 25px;
            color: #666;
            line-height: 24px;
            text-align: left;

            span {
                display: block;
                color: #666;
                font-size: 12px;
            }
        }
    }
}
}

.page-title {
h3 {
    font-size: 18px;
    font-weight: 20px;
}
}

.page-container {
.about_us {
    h2.word-rotator-title {
        margin: 0 0 20px;
        color: #121214;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;

        .word-rotate {
            display: inline-block;
            position: relative;
            width: 100px;
            height: 30px;
            margin-bottom: -7px;
            text-align: center;
            overflow: hidden;
            visibility: hidden;

            .active {
                width: auto;
                visibility: visible;
            }

            .word-rotate-items {
                position: relative;
                top: 0;
                width: 100%;

                span {
                    display: block;
                    white-space: normal;
                }
            }
        }
    }

    p.lead {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;

        span.alternative-font {
            display: inline-block;
            position: relative;
            top: 3px;
            margin-top: -15px;
            margin-bottom: -6px;
            color: #3b3b3b;
            font-family: 'Shadows Into Light', cursive;
            font-size: 1.6em;
        }
    }

    .btn-primary {
        margin-top: 20px;
        border-radius: 4px;
        border-color: #3b3b3b;
        background-color: #3b3b3b;
        color: white;

        :hover {
            border-color: #0099e6;
            background-color: #0099e6;
            color: white;
        }
    }

    hr.tall {
        height: 1px;
        margin: 30px 0;
        border: 0;
        background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
        background-image: linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    }

    h3 {
        margin-top: 0;
        margin-bottom: 33px;
        color: #3b3b3b;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: uppercase;
    }

    p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;

        a {
            color: #3b3b3b;

            :hover {
                text-decoration: underline;
            }
        }

        span.alternative-font {
            display: inline-block;
            position: relative;
            top: 3px;
            margin-top: -15px;
            margin-bottom: -6px;
            color: #3b3b3b;
            font-family: 'Shadows Into Light', cursive;
            font-size: 1.6em;
        }
    }

    .featured-box {
        position: relative;
        height: auto;
        min-height: 100px;
        margin: 20px auto;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #ECECEC;
        border-radius: 8px;
        background: #f5f5f5;
        background-color: transparent;
        background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
        text-align: center;
        box-sizing: border-box;
        box-sizing: 0 1px 1px 0 rgba(0, 0, 0, .04);
        z-index: 1;

        .box-content {
            padding: 30px 20px 0;
            border-radius: 8px;
            border-top: 4px solid #3b3b3b;

            h4 {
                font-size: 1.3em;
                font-weight: 400;
                letter-spacing: -.7px;
                text-transform: uppercase;
            }

            .block-flickr-photos {
                margin: 0 0 40px;

                .block-content {
                    a.flickr-image {
                        display: inline-block;
                        margin: 5px;
                        padding: 5px;
                        border: 1px solid #dcdcdc;
                        border-radius: 5px;

                        img {
                            width: 75px;
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }

    h3.push-top {
        margin-bottom: 33px;
        color: #3b3b3b;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: uppercase;
    }

    .history {
        margin: 25px 0;
        padding: 0;
        clear: both;

        .thumb {
            width: 227px;
            height: 160px;
            margin: 0 0 30px;
            padding: 0;
            float: left;
            background: transparent url(history-thumb.png) no-repeat 0 0;

            img {
                width: 145px;
                height: 145px;
                margin: 7px 8px;
                border-radius: 50% !important;
            }
        }

        .featured-box {
            height: auto;
            min-height: 115px;
            margin-bottom: 35px;
            margin-left: 225px;
            text-align: left;

            .box-content {
                h4 {
                    margin: 15px 0;
                    padding: 0;
                    float: left;
                    color: #3b3b3b;
                    line-height: 27px;
                }

                p {
                    margin: 0 0 20px 55px;
                    line-height: 24px;
                }
            }
        }
    }
}
}

.main-breadcrumbs {
margin-bottom: 20px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #171717;
color: #fff;
font-size: 13px;
line-height: 1;
}

.breadcrumbs {
ul {
    margin: 0;
    overflow: hidden;

    li {
        display: inline-block;

        a {
            color: #fff;
            font-weight: 400;
            vertical-align: middle;
        }

        .breadcrumbs-split {
            margin: 0 2px;
            font-size: 12px;
            vertical-align: middle;

            + span {
                vertical-align: middle;
            }
        }
    }
}
}

.main-wrapper {
padding-top: 0;
padding-bottom: 30px;
line-height: 1.4;
}
.main-wrapper .page .title h2 {
margin: 0 0 30px;
}


table.full {
width: 100%;
float: left;

tr {
    td {
        padding: 10px;
        text-align: left;

        .a-center {
            padding: 10px;

            input {
                width: 40px;
                margin: 0 7px;
                text-align: center;
            }
        }
    }
}

thead {
    border-bottom: 1px solid #dcdcdc;

    th {
        padding: 10px;
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
    }
}

tr.last th,
.data-table tr.last td {
    border-bottom: 0;
}

.tfoot {
    border-bottom: 1px solid #f2f2f2;

    tr {
        .first {
            td {
                background: #ececec;
                overflow: hidden;
            }
        }
    }
}

tbody tr {
    border-bottom: 2px solid #f2f2f2;
}
}

.account-dashboard {
h5 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
    background-color: #f5f5f5;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

    span {
        float: right;
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
    }
}

.my-account {
    .content {
        min-height: 135px;
        padding: 20px 15px;
        border: 1px solid #ddd;
        borer-top: 0;
        border-radius: 0 0 7px 7px;
        background-color: #fbfbfb;
        font-size: 13px;
    }
}

.my-order {
    margin-top: 40px;
    overflow: hidden;

    .table-wrap {
        table {
            thead {
                width: 100%;
                margin-bottom: 0;
                padding: 15px 20px;
                border-bottom: 1px solid #fbfbfb;
                text-align: center;
            }
        }
    }

    .billing-address,
    .shipping-address {
        margin-top: 40px;
        overflow: hidden;

        h4 {
            display: block;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            padding: 15px 20px 15px;
            border: 1px solid #ddd;
            background-color: #fbfbfb;
            font: 13px;
            text-align: left;
            text-transform: uppercase;
        }
    }

    p {
        margin: 0;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 10px 10px;
    }
}

.address-form {
    margin-top: 30px;

    .page-title {
        padding: 20px 0;
        overflow: hidden;

        h2 {
            margin: 12px 0 0;
            float: left;
        }

        p {
            margin: 0;
            float: right;
        }
    }

    .form-list {
        li {
            padding: 5px 0;

            label {
                margin-bottom: 10px;
            }
        }
    }
}

.my-address {
    margin-bottom: 40px;
    border: solid 1px #f2f2f2;
    overflow: hidden;

    h3,
    h4 {
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fcfcfc;
        font: 17px;
        text-align: left;
        text-transform: uppercase;

        span {
            float: right;
            font-size: 12px;
            text-transform: initial;
        }
    }

    .content {
        padding: 20px;
    }

    .form-edit {
        padding: 20px;
    }
}
}

.order-dashboard {
margin-top: 30px;

.billing-address,
.shipping-address {
    width: 48%;
    margin-top: 40px;
    float: left;
    border: solid 1px #f2f2f2;
    overflow: hidden;

    h4 {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 20px 15px;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fcfcfc;
        font: 17px;
        text-align: left;
        text-transform: uppercase;
    }

    .content {
        padding: 20px;
    }
}

.shipping-address {
    margin-left: 30px;
    width: -webkit-calc(52% - 30px);
    width: calc(52% - 30px);
}
}

.account-login,
.account-create {
padding-top: 30px;

h1 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-size: 20px;
}
}

.login_content {
display: inline-block;
width: 100%;
padding: 35px 25px;
border: 1px solid #ececec;
border-top: 4px solid #3b3b3b;
border-radius: 8px;
background: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .08);

h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

p {
    margin: 0 0 15px;
    line-height: 1.5;
}

.login-button {
    .btn-button {
        float: right;
    }

    a {
        float: left;
    }

    button.btn-button {
        margin: 1.4em 0 0;
    }

    .buttons-set {
        margin: 1em 0 0;
        padding: 8px 0 0;
        clear: both;
        text-align: right;

        a {
            line-height: 35px;

            :hover {
                text-decoration: underline;
            }
        }
    }
}

#RecoverPasswordForm {
    .buttons-set {
        margin: 1em 0 0;
        padding: 8px 0 0;
        clear: both;
        text-align: right;

        input {
            float: right;
        }

        a {
            float: left;
            line-height: 35px;

            :hover {
                text-decoration: underline;
            }
        }
    }
}
}

.account-create {
h1 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-size: 20px;
}

.content {
    display: block;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #ececec;
    border-top: 4px solid #3b3b3b;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);

    h2 {
        margin: 0 0 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

    p.required {
        margin: 0 0 10px;
        color: #EB340A;
        font-size: 11px;
        text-align: right;
    }

    .buttons-set {
        float: right;

        input {
            float: right;
        }
    }
}
}

.checkout-cart {
width: 100%;

.cart-table-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
}

.grid__item {
    width: 50%;
    padding-top: 50px;

    label {
        margin-bottom: 15px;
    }

    .cart__note {
        height: auto;
        min-height: 50px;
    }
}

.page-title {
    border-bottom: 0;

    h1 {
        margin: 0 0 32px;
        float: left;
        font-size: 20px;
    }

    ul.checkout-types {
        float: right;
    }
}

.cart-inner {
    clear: both;
}

.totals {
    margin-bottom: 15px;
    clear: both;

    h2 {
        margin: 0;
        padding: 10px 45px 10px 15px;
        border: 1px solid #ddd;
        border-radius: 7px 7px 0 0;
        background-color: #f5f5f5;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .totals-content {
        padding: 15px;
        border: 1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 7px 7px;
        background-color: #fbfbfb;
        font-size: 13px;

        table {
            width: 100%;

            .price {
                display: block;
                color: #000;
                font-size: 14px;
                font-weight: 600;
                text-align: right;
            }

            tr {
                border-bottom: 1px solid #dcdcdc;

                td {
                    padding: 10px;
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 1.4;
                    text-align: left !important;
                }
            }

            tfoot {
                tr {
                    border-bottom: 0 solid #dcdcdc;

                    td {
                        padding: 10px;
                        font-size: 15px;
                        font-weight: 300;
                        line-height: 1.4;
                        text-align: left;

                        strong {
                            font-weight: 300;

                            .price {
                                font-size: 17px;
                            }
                        }
                    }
                }
            }

            tbody {
                tr {
                    td {
                        span.price {
                            display: block;
                            color: #000;
                            font-size: 14px;
                            font-weight: 600;
                            text-align: right;
                        }

                        strong {
                            font-weight: 300;
                        }
                    }
                }
            }
        }

        .checkout-types {
            font-size: 13px;
            text-align: center;

            li {
                margin: 10px 0;
                clear: both;

                input {
                    width: 100%;
                }

                a: hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

.checkout-info {
    width: 100%;
    margin-bottom: 15px;
    float: left;

    .shipping {
        h2 {
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 7px 7px 0 0;
            background-color: #f5f5f5;
            color: #777;
            cursor: pointer;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;

            .closed {
                border-radius: 7px;
            }

            a {
                display: block;
                color: #000;

                :after {
                    display: block;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    width: 26px;
                    height: 26px;
                    margin-top: -13px;
                    border: 1px solid #ccc;
                    border-radius: 3px;
                    background-color: #fff;
                    color: #ccc;
                    font-family: 'porto';
                    font-size: 10px;
                    line-height: 24px;
                    text-align: center;
                  
                }

                :after {
                    content: '\e80d';
                }

                .collapsed {
                    :after {
                        content: '\e80b';
                    }
                }

                :focus {
                    outline: none;
                    text-decoration: inherit;
                }
            }

            :hover {
            a: after {
                    border-color: #3b3b3b;
                    background-color: #3b3b3b;
                    color: white;
                }
            }
        }

        .shipping-form {
            border-right: #dfdfdf solid 1px;
            border-bottom: #dfdfdf solid 1px;
            border-left: #dfdfdf solid 1px;
            border-radius: 0 0 7px 7px;

            .shipping-calculator-wrapper {
                padding: 15px;
                border-radius: 0 0 7px 7px;
                background-color: #fbfbfb;
            }

            p {
                margin: 0 0 15px;
                font-size: 14px;
                line-height: 1.5;
            }

            ul.form-list {
                li {
                    select {
                        width: 100%;
                        height: 38px;
                        border-radius: 6px;
                        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
                    }
                }
            }

            .buttons-set {
                input {
                    width: 100%;
                }
            }
        }
    }
}

.cart-table {
    td {
        padding: 10px;
        font-size: 14px;
        vertical-align: middle;
    }

    thead {
        tr {
            border-width: 0 0 1px;

            th {
                padding: 15px 10px;
                border-right-width: 0;
                background-color: transparent;
                color: #777;
                font-size: 14px;
                font-weight: 600;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none !important;
                vertical-align: middle;
                white-space: nowrap;
            }
        }
    }

    tbody {
        tr {
            td {
                padding: 15px 10px;
                border-right-width: 0;

                .action-td {
                    padding: 15px 0;

                    a {
                        display: inline-block;
                        width: 34px;
                        height: 34px;
                        font-size: 18px;
                        line-height: 34px;
                        overflow: hidden;
                        text-align: center;
                    }
                }

                .pr-img-td {
                    border-right: 0;
                    text-align: center;
                }

                .product-name-td {
                    color: #777;
                    font-size: 14px
                }

                .cart-actions {
                    display: inline-block;

                    .remove-item {
                        position: relative;
                        margin-left: 3px;
                        padding-left: 7px;

                        :before {
                            position: absolute;
                            top: 3px;
                            left: 0;
                            width: 1px;
                            height: 9px;
                            background-color: #666;
                            content: '';
                        }
                    }
                }

                .product-qty {
                    .items {
                        display: inline-block;
                        width: 30px;
                        height: 30px;
                        margin: 0;
                        border: 1px solid #ccc;
                        border-radius: 0;
                        background: #f4f4f4;
                        color: #777;
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 30px;
                        text-align: center;
                        text-decoration: none;
                        vertical-align: top;

                        :hover {
                            cursor: pointer;
                        }

                        .fallback-text {
                            display: none;
                        }
                    }

                    input {
                        display: inline-block;
                        border-radius: 0;
                        width: 35px !important;
                        height: 30px;
                        margin: 0 -5px;
                        color: #777;
                        font-size: 14px;
                        text-align: center;
                        vertical-align: middle;
                    }

                    button {
                        margin-top: 5px;
                        padding: 0;
                        border-radius: 4px;

                        span {
                            height: 22px;
                            padding: 0 5px;
                            border-radius: 4px;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 22px;
                            text-transform: none;
                        }
                    }
                }
            }
        }
    }

    tfoot {
        td {
            padding-top: 15px;
            padding-bottom: 0;
        }

        button {
            padding: 0 12px;
            border: 1px solid #ccc;
            background: #fff;
            line-height: 32px;

            span {
                color: #777;
            }

            :hover {
                span {
                    color: white;
                }
            }

            .btn-update {
                float: right;
            }
        }
    }
}

.crosssell-wrapper {
    width: 100%;
    float: left;
}
}

.blog-homepage {
position: relative;

.category-products {
    .products-grid {
        .owl-item {
            .item {
                width: 100%;
                padding: 10px 0;
            }
        }

        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}
}

.main-tab-products .row {
 margin-right: -20px;
 margin-left: -20px;
}


.blog-wrapper {
.post-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #ddd;
    overflow: inherit !important;

    .post-banner {
        margin-bottom: 30px;
        padding: 4px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;

        video,
        iframe {
            display: block;
        }
    }

    .post-date {
        margin-right: 10px;
        float: left;
        text-align: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);

        .day {
            display: block;
            margin-bottom: 3px;
            padding: 10px;
            border-radius: 2px 2px 0 0;
            background-color: #f4f4f4;
            color: #3b3b3b;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }

        .month {
            display: block;
            padding: 0 10px 2px;
            border-radius: 0 0 2px 2px;
            background-color: #3b3b3b;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
            color: #fff;
            font-size: 12px;
            line-height: 16px;
        }
    }

    .postTitle {
        margin-bottom: 15px;

        h2 {
            margin: 0 0 10px;
            padding: 0;
            font-size: 20px;
            font-weight: 600;
        }
    }

    .postContent {
        margin-left: 50px;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.5;

        .readmore {
            color: #777;
            font-size: 13px;
            text-transform: capitalize;

            :hover {
                text-decoration: underline;
            }
        }
    }

    .postDetails {
        > span {
            margin-right: 10px;

            i {
                margin-right: 3px;
            }
        }
    }
}

.owl-dots {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
}
}

.blogs-items {
ul {
    li {
        width: 100%;
        padding: 15px 0 !important;
        float: left;
    }
}

.img-responsive {
    width: 85px;
    min-height: 70px;
    margin-right: 25px;
    float: left;

    img {
        width: 100%;
    }
}

.post-date {
    display: block;
    color: #dadada;
    font-family: 'Verdana';
    font-size: 16px;

    .month {
        font-size: 13px;
    }
}

.post-title {
    color: #777;
}
}

.wishlist-table,
.table-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;

th {
    height: 45px;
    border: 0;
    background-color: #f6f6f6;
    color: #777;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

td {
    text-align: center;
    vertical-align: top;
}

.product-name {

    .image,
    .image-comment {
        float: left;
    }

    .image {
        width: 15%;

        img {
            max-width: 100%;
        }
    }

    .image-comment {
        width: 60%;
        padding-left: 24px;
        text-align: left;

        .product-title {
            display: block;
            margin-top: 20px;
            margin-bottom: 8px;
            color: #3b3b3b;
            font-size: 13px;
            line-height: 20px;
        }

        > p {
            display: block;
            color: #bababa;
        }
    }
}

td.product-name {
    padding: 30px;
}

.product-code {
    width: 14.7008547008547%;
}

.add-to-card {
    width: 20%;
    padding-top: 48px;
}

.quantity {
    width: 13.84615384615385%;
}

td.quantity {
    padding-top: 48px;
}

.subtotal {
    width: 11.96581196581197%;
}

td.delete {
    width: 10%;
    padding-top: 50px;
    font-size: 12px;

    .remove-wishlist {
        background: none;
        color: #3b3b3b;
        font-size: 18px;
    }
}

td.subtotal {
    padding-top: 48px;
    color: #686868;
    font: 17px;
}

.last .product-name {
    padding-bottom: 31px;
}
}

.data-table {
tbody {

    th,
    td {
        padding: 15px 10px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.3;
    }
}
}

.wishlist-table {
td.unit-price {
    padding-top: 50px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
}
}

.wishlist-table.table-bordered,
.total-table.table-bordered,
.table-wrap.table-bordered {
border: 0;

> thead {
    border: 1px solid #dcdcdc;

    > tr > th {
        border: 0;
    }
}

> tbody > tr > td,
> tbody > tr > th,
> tfoot > tr > td,
> tfoot > tr > th {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

> tfoot > tr > td {
    letter-spacing: 1.1px;

    :first-child {
        letter-spacing: .7px;
    }
}
}

.top-container .category-banner .full-width-image-banner {
 position: relative;
}
.top-container .category-banner .full-width-image-banner > .container {
 position: absolute;
 left: 0;
 right: 0;
 height: 100%;
}
.top-container .category-banner .full-width-image-banner .content {
 position: absolute;
 top: 50%;
 right: auto;
 left: auto;
 width: 100%;
 margin-top: -36px;
 color: #fff;
 text-align: center;
 z-index: 2;
}
.top-container .category-banner .full-width-image-banner .content h2 {
 margin: 0;
 color: #fff;
 font-size: 45px;
 font-weight: 600;
 line-height: 1.1;
}
.top-container .category-banner .full-width-image-banner .content p {
 margin: 0;
 color: #fff;
 font-size: 16px;
 font-weight: 300;
}
.top-container .category-banner .full-width-image {
 padding: 200px 0;
 text-align: center;
}
.top-container .category-banner .full-width-image h3 {
 color: #fff;
 font-size: 60px;
 font-weight: 600;
 letter-spacing: -5px;
}
.top-container .category-banner .full-width-image a {
 display: inline-block;
 margin: 20px 0;
 padding: 15px 40px;
 transition: all 0.3s;
 background-color: #fff;
 box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);
 color: #000;
 font-size: 11px;
 font-weight: 600;
 letter-spacing: 3px;
 line-height: 1;
 text-transform: uppercase;
}
.top-container .category-banner .move-below-header {
 display: block;
}
.top-container .category-banner .category-content {
 margin: 0;
}


.collection-content .category-content .full-width-image-banner {
position: relative;
}
.collection-content .category-content .full-width-image-banner .content {
position: absolute;
top: 50%;
right: 0;
left: 0;
margin-top: -36px;
color: #fff;
text-align: center;
z-index: 2;
}
.collection-content .category-content .full-width-image-banner .content h2 {
display: inline-block;
margin: 0;
padding: 5px 10px;
background-color: transparent;
color: #fff;
font-size: 35px;
line-height: 1;
}
.collection-content .category-content .full-width-image-banner .content p {
padding: 7px 12px;
background-color: transparent;
color: #fff;
font-size: 16px;
font-weight: 400;
line-height: 1.4;
}
.collection-content .move-below-header {
display: none;
}


.pagenav-wrap .pagination {
display: block;
margin: 0;
clear: both;
overflow: hidden;
text-align: center;
}
.pagenav-wrap .pagination .page-total {
display: none;
margin: 0;
color: #b2b2b2;
line-height: 34px;
}
.pagenav-wrap .pagination .infinite-scrolling {
display: inline-block;
margin: 0 auto;
}
.pagenav-wrap .pagination .infinite-scrolling a {
padding: 3.5px 12px;
border: 1px solid #ccc;
background: #3b3b3b;
color: #fff;
font-size: 12px;
font-weight: 400;
}
.pagenav-wrap .pagination .infinite-scrolling a:hover {
opacity: 0.9;
}

.main-search-container .search-form h3 {
margin: 0 0 4px;
float: left;
font-size: 20px;
font-weight: 400;
}
.main-search-container .search-form .pagenav-wrap {
float: right;
}
.main-search-container .pagenav-wrap {
float: none;
}
.main-search-container .pagenav-wrap .pagination-page {
float: none;
}


.title-wrap .text-heading {
color: #181818;
font-size: 18px;
letter-spacing: 1px;
line-height: 50px;
text-align: left;
text-transform: uppercase;
}
.wishlist-share {
margin: 30px 0 0;
}
.collection-main .products-grid li .product-top {
position: relative;
overflow: hidden;
}
.collection-main .products-grid li .product-top a img {
width: 100%;
transition: all 0.3s ease;
}
.collection-main .products-grid li .product-top a:hover img {
transform: scale(1.1, 1.1);
}
.collection-main .products-grid li .product-top span.thumb-info-title {
position: absolute;
bottom: 10%;
left: 0;
max-width: 90%;
padding: 9px 11px 9px;
transition: all 0.3s;
background: rgba(23, 23, 23, .8);
color: #fff;
font-size: 18px;
font-weight: 700;
letter-spacing: -1px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
text-transform: uppercase;
z-index: 2;
}
.collection-main .products-grid li .product-top span.thumb-info-title h3 {
margin: 0;
padding: 0;
color: inherit;
font-size: 1em;
font-weight: inherit;
line-height: inherit;
text-transform: uppercase;
}
.collection-main .products-grid li .product-top span.thumb-info-title h3 a {
color: #fff;
letter-spacing: normal;
}
.collection-main .products-grid li .product-top span.thumb-info-title span.thumb-info-type {
display: inline-block;
margin: 8px -2px -15px -2px;
padding: 2px 9px;
float: left;
border-radius: 0;
background-color: #008acc;
font-size: 12px;
font-weight: 400;
letter-spacing: 0;
line-height: 24px;
text-transform: none;
z-index: 2;
}
.collection-main .products-grid li .product-top:hover span.thumb-info-title {
background: #000;
}
.collection-main .products-grid.columns3 li {
margin-bottom: 1.4286em;
padding: 0 9px;
}


.product-wishlist a span {
display: none;
}


/* Sidebar Style */
.sidebar .block-layered-nav {
margin-bottom: 40px;
}
.sidebar .block-content {
padding: 0;
}
.sidebar .block-content ul li span {
top: 7px;
right: 1px;
}
.sidebar .block-content ul li .expand :after {
font-size: 16px;
content: '\e855';
}
.sidebar .block-content ul li .collapse :after {
font-size: 16px;
content: '\e854';
}
.sidebar .block-content ul li a:hover {
text-decoration: underline;
}
.sidebar .block-content > ul li {
padding: 0;
border: 0;
line-height: 1.42857143;
}
.sidebar .block-content > ul li a {
color: #777;
font-size: 13px;
line-height: 2.5;
}
.sidebar .block-content > ul.no-bullets li {
margin: 0 7px 15px 0;
float: left;
}
.sidebar .block-content > ul.no-bullets li a {
display: block;
padding: 10px 14px;
background-color: #e1e1e1;
color: #7e7d79;
font-family: inherit;
font-size: 13px;
font-weight: 400;
line-height: 11px;
}
.sidebar .block-content > ul.no-bullets li a:hover {
background-color: #3b3b3b;
color: #fff;
text-decoration: none;
}
.sidebar .block-content > ul.blog-tags {
margin-top: 15px;
}
.sidebar .block-content iframe {
width: 100%;
height: 100%;
margin-top: 30px;
}
.sidebar .block-content .category-products .products-list {
margin-top: 30px;
}
.sidebar .banner-slide {
margin: 0 -15px;
}
.sidebar .banner-slide .owl-carousel .item {
position: relative;
padding: 0 15px;
}
.sidebar .banner-slide .owl-carousel .item img {
width: 100%;
}
.sidebar .html-sidebar h2 {
font-weight: 600;
font-size: 16px;
color: #000;
line-height: 1;
margin-top: 0;
}
.sidebar .html-sidebar h5 {
font-family: Arial;
font-weight: 400;
font-size: 11px;
color: #878787;
line-height: 1;
margin-bottom: 13px;
}
.sidebar .html-sidebar p {
font-weight: 400;
font-size: 14px;
color: #666;
line-height: 1.42;
letter-spacing: 0.01em;
}
.narrow-by-list {
margin: 0;
}
.narrow-by-list dt {
margin-top: 14px;
line-height: 1.42857143;
}
.narrow-by-list dt .clear, .narrow-by-list dt .clearall {
display: inline-block;
position: relative;
top: -1px;
margin-right: 5px;
font-size: 11px;
letter-spacing: 0;
line-height: 5px;
text-transform: none;
}
.narrow-by-list .closed {
border-radius: 7px;
}
.narrow-by-list dd {
padding: 10px 15px;
border: 1px solid #ddd;
border-top: 0;
border-radius: 0 0 7px 7px;
background-color: #fbfbfb;
font-size: 13px;
overflow: hidden;
}
.narrow-by-list dd .size .swatch-list li {
display: inline-block;
margin: 0 0 8px;
float: none;
}
.narrow-by-list dd .size .swatch-list .item {
display: block;
width: auto;
min-width: 32px;
height: 24px;
line-height: 22px;
margin: 0;
margin-right: 1px;
padding: 0;
float: none;
border: 1px solid #e9e9e9;
border-radius: 1px;
background-color: #fff;
font-size: 11px;
text-align: center;
}
.narrow-by-list dd .size .swatch-list .item span.name {
color: #6b7478;
font-size: 11px;
line-height: inherit;
}
.narrow-by-list dd .size .swatch-list .item.swatch-checkbox .checkbox {
display: none;
}
.narrow-by-list dd .size .swatch-list .item:hover span.name, .narrow-by-list dd .size .swatch-list .item.active span.name {
color: #fff;
}
.narrow-by-list dd ol {
margin: 0;
}
.narrow-by-list dd ol li {
display: block;
position: relative;
float: none;
line-height: 27px;
}
.narrow-by-list dd ol li a {
font-weight: 400;
}
.narrow-by-list dd ol .swatch-list {
display: block;
position: relative;
margin-right: -7px;
}
.narrow-by-list dd ol .swatch-list li .item {
display: inline-block;
cursor: pointer;
}
.narrow-by-list dd ol .swatch-list li .item span.name {
line-height: 32px;
}
.narrow-by-list dd ol .swatch-list li .item .disable {
display: none !important;
cursor: not-allowed;
}
.narrow-by-list dd ol .swatch-list li .item .disable .has-image :after {
display: block;
position: absolute;
top: 10px;
right: -4px;
width: 30px;
height: 2px;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
background-color: #e0e0e0;
content: ' ';
}
.narrow-by-list dd ol .swatch-list li .item .disable:hover .has-image {
border: #e0e0e0 solid 1px;
}
.narrow-by-list dd ol .swatch-list li .item .disable .input-skin :after {
display: block;
position: absolute;
top: 8.4px;
right: 5px;
width: 11px;
height: 2px;
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: #efefef;
content: ' ';
}
.narrow-by-list dd ol .swatch-list li .item .has-image i {
display: inline-block;
position: relative;
margin: 0;
padding: 0;
border: 0;
border-radius: 3px;
background-color: transparent !important;
background-position: center center;
background-size: cover;
line-height: 0;
vertical-align: middle;
}
.narrow-by-list dd ol .swatch-list li .item .has-image i .color_box {
width: 22px;
height: 22px;
margin: 4px 4px 4px 0;
box-shadow: 0 0 10px rgba(0, 0, 0, .13);
}
.narrow-by-list dd ol .swatch-list li .item .has-image [title^='White'] i.color_box {
border: #ececec solid 1px;
}
.narrow-by-list dd ol .swatch-list li .item :hover .has-image i.color_box:before, .narrow-by-list dd ol .swatch-list li .item .active .has-image i.color_box:before {
position: absolute;
top: 50%;
left: -1px;
width: 100%;
height: 12px;
margin-top: -6px;
color: #fff;
font-family: FontAwesome;
font-size: 11px;
line-height: 12px;
text-align: center;
text-indent: 0;
content: '\f00c';
}
.narrow-by-list dd ol .swatch-list li .item :hover .has-image [title^='White'] i.color_box:before, .narrow-by-list dd ol .swatch-list li .item .active .has-image [title^='White'] i.color_box:before {
color: #333;
}
.narrow-by-list dd ol .swatch-list li .disable {
display: none !important;
}
.narrow-by-list dd .color-swatch .color ol li {
width: auto;
float: left;
margin: 0;
}


.pagination-page {
/* Moved in Demo-21 */
display: inline-block;
float: right;

li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;

    .active {
        span {
            background-color: #3b3b3b;
            color: white;
        }
    }

    a {
        display: block;
        height: 26px;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
        color: #3b3b3b;

        :hover {
            border-color: #3b3b3b;
            background-color: #3b3b3b;
            color: white;
        }
    }

    > span {
        display: block;
        height: 26px;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;

        :hover {
            border-color: #3b3b3b;
            // color: #fff;
            // Removed in Demo-21 cursor: pointer;
            // Added in Demo-21 }
        }
    }

    li.text {
        a {
            color: #999;

            :hover {
                color: white;
            }
        }
    }
}

.template-index .modal-backdrop.in {
    opacity: .5 !important;
    z-index: 10 !important;
}

#wishlistTableList {
    .data-table {
        tr {
            border-bottom: 1px solid #f1f1f1 !important;

            @media(max-width: 767px) {
                display: block;
                position: relative;
                width: 100%;
                padding-bottom: 0;
                border: 1px solid #f1f1f1;
                overflow: hidden;
            }

            :last-child {
                border-bottom: 0;
            }

            .last {
                @media(max-width: 767px) {
                    position: absolute;
                    top: 0;
                    right: -5px;
                    min-width: 90px !important;
                    border-width: 0;
                }
            }

            .shoppingcart-image {
                @media(max-width: 767px) {
                    width: 30%;
                    padding: 0;
                    float: left;
                    border: 0;
                }

                img {
                    @media(max-width: 767px) {
                        width: 100%;
                    }
                }
            }

            .shoppingcart-name,
            .product-unittax,
            .shoppingcart-qty,
            .product-options {
                @media(max-width: 767px) {
                    width: 70%;
                    padding-top: 10px;
                    padding-right: 65px;
                    padding-bottom: 10px;
                    padding-left: 5px;
                    float: right;
                    border: 0;
                    text-align: left;
                }
            }

            .shoppingcart-name,
            .product-unittax,
            .shoppingcart-qty {
                @media(max-width: 767px) {
                    padding-top: 6px;
                    padding-bottom: 6px;
                }
            }
        }

        thead {
            @media(max-width: 767px) {
                display: none;
            }

            tr {
                border-bottom: 1px solid #f1f1f1 !important;
            }

            th {
                padding: 10px 15px;
                border-right: 1px solid #f1f1f1;
                color: #333;
                font-size: 14px;
                font-weight: 600;
                line-height: 24px;
                text-align: center;
                text-transform: uppercase;
            }
        }

        tbody {
            td {
                padding: 10px 15px;
                border-right: 1px solid #f1f1f1;

                @media(min-width: 768px) {
                    min-width: 120px;
                }

                :last-child {
                    min-width: 110px;
                }
            }

            .product-image img {
                max-width: 100%;
            }

            .product-name {
                margin: 0;

                a {
                    display: block;
                    color: #777;
                    font-size: 14px;
                    font-weight: 600;
                }
            }

            .price {
                .special-price {
                    display: block;
                    margin: 0;
                    color: #666;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 1;
                }

                /* .compare-price {
      display: none;
      width: 100%;
      margin: 10px 0 0 0;
      float: left;
      color: #FF2C00 !important;
      font-size: 14px;
      text-decoration: line-through;
      vertical-align: middle;
    }
    */
            }

            .product-options-bottom {
                margin: 0;
                border: 0;
                text-align: center;

                @media(max-width: 767px) {
                    text-align: left;
                }
            }

            .selector-wrapper {
                padding: 5px 0;

                label {
                    display: block;
                    margin-bottom: 10px;
                    font-size: 14px;
                }

                select {
                    width: 100%;
                }
            }

            .btn-remove {
                display: inline-block;
                width: 30px;
                height: 30px;
                transition: all .3s;
                border: #777 solid 1px;
                color: #777;
                font-size: 18px;
                line-height: 28px;
                text-align: center;

                :hover {
                    border-color: #333;
                    background-color: #333;
                    color: #fff;
                }
            }

            .add-cart-wishlist {
                display: inline-block;
                width: 30px;
                height: 30px;
                transition: all .3s;
                border: #777 solid 1px;
                color: #777;
                font-size: 18px;
                line-height: 28px;
                text-align: center;

                :hover {
                    border-color: #333;
                    background-color: #333;
                    color: #fff;
                }

                i.icon-cart {
                    display: block;
                    line-height: 28px;
                }
            }
        }
    }
}

#compareTableList {
    overflow-x: auto;
}

#wishlistTableList .data-table .add-to-cart-box {
    -ms-flex-pack: center;
    justify-content: center;

    @media screen and (max-width: 767px) {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* BESTSELLER*/
.bestseller {
    position: relative;

    .block-title {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .sidebar-content {
        margin-bottom: 30px;
        padding-bottom: 40px;
        background: url(bkg_4.png) bottom no-repeat;

        .products-grid {
            position: static;

            .owl-nav {
                div {
                    position: absolute;
                    top: -3px;

                    i {
                        font-size: 16px;
                    }
                }

                .owl-prev {
                    right: 26px;
                }

                .owl-next {
                    right: 4px;
                }
            }

            .owl-stage-outer {
                .owl-item {
                    .item {
                        max-width: 300px;
                        padding: 0;

                        .item-area {
                            display: inline-block;
                            padding: 10px 0 6px;
                            clear: both;

                            .product-image-area {
                                width: 33%;
                                padding: 2px;
                                float: left;

                                a.product-image {
                                    min-height: inherit;
                                }
                            }

                            .details-area {
                                width: 66%;
                                padding: 7px 16px;
                                float: left;
                                text-align: left;

                                h2.product-name {
                                    display: block;
                                    margin: 0 0 3px;
                                    font-size: 14px;
                                    font-weight: 400;
                                }

                                .ratings {
                                    margin-bottom: 10px;
                                    background: transparent;
                                }

                                .price-box {
                                    margin: 0;
                                    line-height: 1.2;
                                    vertical-align: middle;

                                    .price {
                                        font-size: 15px;
                                        font-weight: 600;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

// TAB PRODUCT SECTION STYLE .tab-product-collection {
// position: relative;
.category-products {
    .products-grid {
        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}

.tab_style_2 {
    .category-detail {
        .tab-content {
            .category-products {
                .products-grid {
                    .owl-nav {
                        position: static;

                        div {
                            position: absolute;
                            top: 25%;
                            margin: 0;
                            padding: 0;
                            background: transparent;
                            color: rgb(196, 196, 196);
                            font-size: 24px;

                            i {
                                color: #c4c4c4;
                            }
                        }

                        .owl-prev {
                            left: -40px;

                            i: :before {
                                content: '\e829';
                            }
                        }

                        .owl-next {
                            right: -40px;

                            i: :before {
                                content: '\e828';
                            }
                        }
                    }
                }
            }
        }
    }
}

.category-list {
    .tab-selector {
        line-height: 42px;

        .tab_style_1 {
            margin-bottom: 22px;
            line-height: 42px;

            .container {
                background: url(//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548) right no-repeat;
                padding: 0;
            }
        }

        .tab_style_2 {
            margin-bottom: 22px;
            border-bottom: 2px solid rgb(231, 231, 231);
            background: none !important;
            color: rgb(40, 45, 59);
            font-family: Oswald;
            font-size: 14px;
            letter-spacing: .05em;
            line-height: 42px;

            ul {
                li {
                    a {
                        position: relative;
                        margin-left: 27px;
                        padding: 0;
                        border-width: 0 !important;
                        border-style: initial;
                        border-color: initial;
                        border-image: initial;
                        color: rgb(49, 49, 49);
                        font-family: Oswald;
                        font-size: 14px;
                        font-weight: 600;
                        letter-spacing: .05em;
                    }

                    .active {
                        a {
                            : :after {
                                position: absolute;
                                bottom: -12.5px;
                                left: 0;
                                width: 100%;
                                height: 2px;
                                background-color: rgb(122, 169, 60);
                                content: '';
                            }
                        }
                    }
                }
            }
        }

        ul {
            padding-right: 20px;
            border-bottom: 0;

            li {
                margin-left: 12px;
                padding-left: 15px;
                border-left: 1px solid #ddd;

                a {
                    display: block;
                    padding: 0;
                    color: #313131;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.4285;

                    :hover {
                        opacity: .8;
                    }
                }

                :first-child {
                    margin-left: 0;
                    padding-left: 0;
                    border: 0;
                }

                .active {
                    a: hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}
}

// NEW PRODUCT STYPE .new-products {
.masonry-grid.products-grid {
.grid {
    width: 20%;
    padding: 0 1.5px;
    float: left;

    .details-area {
        display: none;
    }

    .product-image-area {
        .actions {
            display: none;
        }
    }

    .double {
        width: 39.9%;

        li.item {
            float: none;

            .item-area {
                .product-image-area {
                    .actions {
                        display: block;
                        right: 10px;
                        bottom: 59px;
                        z-index: 9;

                        .action-list {
                            .product-wishlist {
                                ul {
                                    li {
                                        a {
                                            right: 18px;
                                            border: 0;
                                            font-size: 20px;
                                            opacity: 0;
                                            visibility: hidden;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                .details-area {
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    padding: 22px 27px;
                    transition: all .3s;
                    background-color: rgba(0, 0, 0, .1);
                    opacity: 0;
                    visibility: hidden;
                    z-index: 3;

                    .actions {
                        position: absolute;
                        top: 5px;
                        right: 0;
                    }
                }
            }

            :hover {
                .item-area {
                    .product-image-area {
                        .actions {
                            .action-list {
                                .product-wishlist {
                                    ul {
                                        li {
                                            a {
                                                opacity: 1;
                                                visibility: visible;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    .details-area {
                        opacity: 1;
                        visibility: visible;
                    }
                }
            }
        }
    }

    @media (max-width: 991px) {
        width: 100% !important;

        li.item {
            width: 50%;
            padding: 1.5px;
        }

        .double li.item {
            width: 100%;
        }
    }
}

.item {
    position: relative;
    padding: 1.5px 0;
}
}
}

// MAIN SECTION STYPE .main_section_one {
.home_slidebar {
.block-subscribe {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 20px 0;
    border-top: 5px solid rgb(0, 136, 204);
    border-width: 5px 1px 1px;
    border-style: solid;
    border-radius: 7px;
    border-color: rgb(0, 136, 204) rgb(221, 221, 221) rgb(221, 221, 221);
    border-image: initial;
    background-color: rgb(251, 251, 251);
    text-align: center;

    .block-title {
        margin: 5px 0 10px;
        border-width: 0;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        background-color: transparent;
        color: rgb(49, 49, 49);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .block-content {
        padding: 6px;

        p {
            line-height: 1.8;
        }

        .block_subscribe_form {
            .input-group {
                margin: 0 auto;
                padding: 10px 10px 22px;

                input {
                    width: 100%;
                    height: 34px;
                    padding: 5px 60px 5px 10px;
                    float: left;
                    border-width: 1px;
                    border-style: solid;
                    border-radius: 5px;
                    border-color: rgb(211, 211, 211);
                    border-image: initial;
                    background-color: rgb(254, 254, 254);
                    line-height: 16px;
                }

                button {
                    width: 50px;
                    height: 34px;
                    margin-left: -51px;
                    float: left;
                    border-left: 1px solid rgb(211, 211, 211);
                    border-radius: 0 5px 5px 0;
                    background: transparent;
                    color: rgb(81, 81, 81);
                    line-height: 32px;
                }
            }
        }
    }
}

.testimonials {
    .item {
        blockquote {
            position: relative;
            margin: 0;
            padding: 10px 50px;
            border-width: 0;
            border-style: initial;
            border-radius: 10px;
            border-color: initial;
            border-image: initial;
            color: rgb(255, 255, 255);
            font-family: Georgia, serif;
            font-size: 1.2em;
            font-style: italic;
            line-height: 1.3;

            ::before {
                position: absolute;
                top: 0;
                left: 10px;
                color: rgb(255, 255, 255);
                font-size: 80px;
                font-style: normal;
                line-height: 1;
                content: '\201c';
            }
        }

        .testimonial-arrow-down {
            width: 0;
            height: 0;
            margin: 0 0 0 25px;
            border-bottom: 0;
            border-width: 15px 15px 0;
            border-style: solid solid solid;
            border-color: transparent transparent;
            border-image: initial;
        }

        .testimonial-author {
            margin: 8px 0 0 8px;

            .img-thumbnail {
                display: inline-block;
                position: relative;
                max-width: 100%;
                height: auto;
                margin-right: 10px;
                padding: 4px;
                float: left;
                border-width: 1px;
                border-style: solid;
                border-radius: 7px;
                border-color: rgb(221, 221, 221);
                border-image: initial;
                background-color: rgb(255, 255, 255);
                line-height: 1.5;
            }

            p {
                margin: 0 0 0 25px;
                color: rgb(102, 102, 102);
                line-height: 24px;
                text-align: left;

                strong {
                    display: block;
                    padding-top: 7px;
                    color: rgb(17, 17, 17);
                    font-size: 14px;
                }

                span {
                    display: block;
                    color: rgb(102, 102, 102);
                    font-size: 12px;
                }
            }

            .author_new {
                margin-bottom: 20px;

                .img-thumbnail {
                    border: 0;

                    img {
                        border-radius: 50% !important;
                    }
                }
            }
        }
    }

    .owl-dots {
        display: block;
        position: relative;
        margin-top: 10px;
        text-align: center;
    }
}

.blog_article .latest_news .item .row .post_date_new {
    display: block;
    margin-right: 10px;
    float: none;
    text-align: left;

    .long-date {
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
    }
}

h3.title-widget {
    background-image: none;
}
}

h3.title-widget {
margin: 0;
background: url(//cdn.shopify.com/s/files/1/1613/0121/t/5/assets/slider-bar.png?10803987245425891640) right center no-repeat;
color: rgb(49, 49, 49);
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-transform: uppercase;
}

.blog-slidebar {
padding: 0;

.owl-dots {
    display: block;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
}

.filter-products {
h3.title-widget {
    margin-top: 20px;
    margin-bottom: 5px;
    background-image: none;
}

.category-products {
    .item {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 300px;
        padding: 0;
        float: none;
        text-align: left;

        .item-area {
            display: inline-block;
            position: relative;
            width: 100%;
            padding: 0 0 12px;

            .product-image-area {
                position: relative;
                width: 33%;
                padding: 2px;
                float: left;
                border-width: 1px;
                border-style: solid;
                border-radius: 7px;
                border-color: rgb(221, 221, 221);
                border-image: initial;
                background: rgb(255, 255, 255);
                overflow: hidden;
                z-index: 0;

                a.product-image {
                    display: block;
                    position: relative;
                    width: 100%;
                    min-height: 60px;
                    border-radius: 3px;
                    background: rgb(255, 255, 255);
                    overflow: hidden;
                    z-index: 0;

                    img {
                        position: relative;
                        width: 100%;
                        transition: all .3s;
                        z-index: 2;
                    }
                }
            }

            .details-area {
                width: 66%;
                padding: 7px 16px;
                float: left;
                text-align: left;

                h2.product-name {
                    display: inherit;
                    margin: 0 0 3px;
                    font-size: 1em;
                    font-weight: 400;
                    line-height: 1.35;

                    a {
                        color: #5b5b5f;
                    }
                }

                .rating-box {
                    height: 14px;
                    margin: 3px 0 10px;
                }

                .price-box {
                    .price {
                        margin: 0;
                        font-size: 15px;
                        vertical-align: middle;
                    }
                }
            }
        }
    }
}
}

.shop-features {
text-align: center;

h2.shop-features-title {
    position: relative;
    margin: 26px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;

    span.shop-features-title-content {
        display: inline-block;
        position: relative;
        padding: 0 12px;
        background-color: #fff;
        color: #313131;
        font-size: 15px;
        font-weight: 700;
        z-index: 1;
    }

    :before {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
        content: '';
    }
}

.col-md-4 {
    i {
        display: inline-block;
        width: 64px;
        height: 64px;
        border: 2px solid #ccc;
        border-radius: 50%;
        color: #333;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }

    h3 {
        margin: 20px 0 10px;
        color: #121214;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }

    p {
        margin: 0;
        margin-bottom: 15px;
        padding: 0 20px;
        color: #777;
        font-size: 14px;
    }

    a {
        margin: 0;
        font-size: 14px;

        :hover {
            text-decoration: underline;
        }
    }
}

@media (max-width: 767px) {
    [class^='col-md-'] {
        margin-bottom: 35px;
    }
}
}

.single-images {
.row {
    margin-right: -10px;
    margin-left: -10px;

    .col-md-4 {
        padding-right: 10px;
        padding-left: 10px;

        .image-link {
            display: block;
            position: relative;

            :before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all .2s;
                background-color: #000;
                content: '';
                opacity: 0;
                visibility: hidden;
                filter: alpha(Opacity=0);
            }

            :hover {
                :before {
                    opacity: .1;
                    visibility: visible;
                    filter: alpha(Opacity=10);
                }
            }

            img {
                width: 100%;
                height: auto;
            }
        }
    }
}
}
}

.main_section_three {
.sidebar-section-main {
    .home-side-menu-type2 {
        h2 {
            margin-bottom: 15px;
            color: #333;
            font-size: 15px;
            font-weight: 600;

            i: before {
                margin-left: 0;
            }
        }

        .sidebar-content {
            border-top: 1px solid #ddd;

            ul.nav-accordion {
                a {
                    display: inline;
                    color: #777;
                    font-size: 13px;

                    :hover {
                        color: #000;
                    }
                }

                > li {
                    display: block;
                    padding-left: 12px;
                    border-bottom: 1px solid #ddd;
                    line-height: 40px;

                    > a {
                        font-size: 15px;
                    }

                    span.collapse,
                    span.expand {
                        top: 0;
                        right: 0;
                        text-align: center;

                        :after {
                            width: 21px;
                            padding-right: 0;
                            color: #777;
                            font-size: 15px;
                            line-height: inherit;
                        }

                        :hover {
                            :after {
                                color: #000;
                            }
                        }
                    }

                    span.collapse {
                        : after {
                            content: '\e80b';
                        }
                    }

                    span.expand {
                        : after {
                            content: '\e80d';
                        }
                    }
                }

                ul {
                    margin: 0;
                    padding-left: 1.5em;
                    list-style: none;

                    > li {
                        border-top: 1px solid #ddd;
                        line-height: 40px;

                        a {
                            padding-left: 0;
                        }

                        :first-child {
                            border-top: 0;
                        }
                    }
                }
            }
        }
    }

    .featured-box-2 {
        margin: 30px 0;

        h3 {
            margin-bottom: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
            color: #121213;
            font-size: 15px;
            line-height: 1.4;

            i {
                font-size: 18px;
            }
        }

        p {
            margin-bottom: 10px;
            font-size: 14px;
        }

        a {
            font-size: 14px;
        }
    }
}

.products-collection {
    h3.title-widget {
        margin: 0 0 5px 0;
        background: none;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        line-height: inherit;
    }

    .category-products .owl-nav {
        top: -22px !important;
    }
}
}

// Collection List Style .collection-list {
a {
display: block;
position: relative;
height: 100%;
overflow: hidden;
}

img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .3s ease;

:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
}

h3 {
position: absolute;
bottom: 0;
margin-bottom: 0;
padding: 9px 11px;
font-weight: 400;
text-transform: uppercase;
}
}

/* BRAND SECTION STYLE */
.featured-brands h3 {
margin: 30px 0 0;
color: #313131;
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-transform: lowercase;
}
.featured-brands h3.title-widget {
background: url("//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548") right center no-repeat;
line-height: 42px;
}
.featured-brands h3.title-widget .inner {
padding-right: 20px;
}
.featured-brands .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px;
}
.featured-brands .owl-nav .owl-prev {
left: 0;
}
.featured-brands .owl-nav .owl-next {
right: 0;
}
.featured-brands .item img {
width: 100% !important;
}
@media screen and (max-width: 480px) {
.featured-brands .item img img {
    width: 50%;
}
}


/* CUSTOM HTML SECTION STYLE*/
.homepage-bar {
border-top: 1px solid #e1e1e1;
border-bottom: 1px solid #e1e1e1;
line-height: 1;
}
.homepage-bar [class^='col-md-'], .homepage-bar [class^='col-lg-'] {
padding-top: 20px;
padding-bottom: 21px;
border-left: 1px solid #e1e1e1;
text-align: center;
}
@media (max-width: 991px) {
.homepage-bar [class^='col-md-'], .homepage-bar [class^='col-lg-'] {
    border: 0 !important;
    text-align: left;
}
}
.homepage-bar [class^='col-md-'] i, .homepage-bar [class^='col-lg-'] i {
display: inline-block;
font-size: 40px;
vertical-align: middle;
}
.homepage-bar [class^='col-md-'] i::before, .homepage-bar [class^='col-lg-'] i::before {
width: auto;
}
.homepage-bar [class^='col-md-'] .text-area, .homepage-bar [class^='col-lg-'] .text-area {
display: inline-block;
margin-left: 5px;
text-align: left;
vertical-align: middle;
}
.homepage-bar [class^='col-md-'] .text-area h3, .homepage-bar [class^='col-lg-'] .text-area h3 {
margin: 0;
font-size: 16px;
line-height: 1.5;
}
.homepage-bar [class^='col-md-'] .text-area p, .homepage-bar [class^='col-lg-'] .text-area p {
margin: 0;
font-size: 12px;
line-height: 20px;
}
.homepage-bar [class^='col-md-']:first-child, .homepage-bar [class^='col-lg-']:first-child {
border-left: 0;
}
.custom-support i {
width: 62px;
height: 62px;
float: left;
border-radius: 50%;
font-size: 20px;
line-height: 62px;
text-align: center;
}
.custom-support .content {
margin-left: 76px;
}
.custom-support .content h2 {
margin: 0;
color: #000;
font-size: 20px;
font-weight: 600;
line-height: 1.5;
}
.custom-support .content em {
display: block;
margin-bottom: 15px;
color: #888;
font-size: 11px;
font-style: normal;
font-weight: 300;
line-height: 1;
}
.custom-support .content p {
color: #666;
font-size: 14px;
}


// CATEGORY SLIDER SECTION STYLE .category_slider {
.thumb-info-title {
position: absolute;
top: 40%;
left: 12px;

h3 {
    margin-bottom: 0;

    a {
        font-family: 'Oswald';
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .01em;
        line-height: 20px;
        text-transform: uppercase;
    }
}

.thumb-info-type {
    font-size: 11px;
    font-weight: 300;
    line-height: 20px;
    text-transform: uppercase;
}
}

.single-image {
text-align: center;
overflow: hidden;

:hover {
    img {
        transform: scale(1.2);
    }
}

img {
    width: 100%;
    transition: .5s ease !important;
}
}

.item {
padding: 4px 0 !important;

a {
    display: block;
    position: relative;
    border-radius: 5px;

    p {
        position: absolute;
        bottom: 13px;
        width: 100%;
        color: #fff;
        text-align: center;

        .category_slider_content {
            padding: 0 10px;
            background-color: rgba(23, 23, 23, .9);
            font-size: 20.28px;
            font-weight: 800;
            line-height: 37px;
        }
    }
}
}
}

.category_slider_2 {
padding-bottom: 20px;
background: #65829d;

.category-products {
    margin: 0 -15px;

    .products-grid {
        .item {
            padding: 15px 15px 30px;

            .product-top {
                .thumb-info-title {
                    position: absolute;
                    top: 40%;
                    left: 30px;

                    h3 {
                        margin-bottom: 0;

                        a {
                            color: #fff;
                            font-family: 'Oswald';
                            font-size: 20px;
                            font-weight: 700;
                            letter-spacing: .01em;
                            line-height: 20px;
                            text-transform: uppercase;
                        }
                    }

                    .thumb-info-type {
                        color: #fff;
                        font-size: 11px;
                        font-weight: 300;
                        line-height: 20px;
                        text-transform: uppercase;
                    }
                }

                :hover {
                    box-shadow: 0 19px 25px -5px rgba(0, 0, 0, .2);
                }
            }
        }

        .owl-nav {
            position: static !important;
            background: transparent !important;

            div {
                position: absolute;
                top: 40%;

                i {
                    color: #b8babc;
                    font-size: 22px;

                    ::before {
                        margin: inherit !important;
                        text-align: center !important;
                    }

                    :hover {
                        color: #fff;
                    }
                }
            }

            .owl-prev {
                left: -40px;
            }

            .owl-next {
                right: -40px;
            }
        }
    }
}

.filter_title_type_2 {
    margin-bottom: 15px;

    .title_line {
        :after {
            border-color: #728ea9 !important;
        }
    }
}
}

.inputbox-container {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
color: #939393;
vertical-align: middle;

input {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99;

    :hover {
        cursor: pointer;
    }
}

.input-skin {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #efefef;

    .checked {
        .visible-checked {
            display: block !important;
        }

        .visible-unchecked {
            display: none !important;
        }
    }

    i {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }
}

.visible-checked {
    display: none;
}

.visible-unchecked {
    display: block;
}
}

.input-container {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin-top: 0;
color: #d1d1d1;
vertical-align: middle;

input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99;

    :hover {
        cursor: pointer;
    }
}

.input-skin {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;

    .checked {
        .visible-checked {
            display: block !important;
        }

        .visible-unchecked {
            display: none !important;
        }
    }

    i {
        font-size: 15px;
    }
}

.visible-checked {
    display: none;
    color: #777;
}

.visible-unchecked {
    display: block;
    color: #777;
}
}

/* ======================================================================= BANNER SECTION STYLE ============================================================================*/
.banner_text_1 {
padding-bottom: 30px;

.item {
    margin-bottom: 30px;
    transition: all .3s;
    text-align: center;

    img {
        max-width: 100%;
        height: auto;
    }

    .content {
        padding: 10px;
        background-color: #fff;

        h3 {
            padding: 18px 0 8px;
            color: #111;
            font-family: 'Oswald';
            font-size: 18px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 24px;
            text-transform: uppercase;

            a: hover {
                text-decoration: underline;
            }
        }

        span {
            display: block;
            padding-bottom: 28px;
            color: #7b7f83;
            font-size: 13px;
            line-height: 24px;
        }
    }

    :hover {
        box-shadow: 0 8px 35px -10px rgba(0, 0, 0, .3);
    }
}
}

.banner_text_2 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }

    span.category-title {
        display: block;
        position: absolute;
        bottom: 20px;
        left: -10px;
        min-width: 174px;
        padding: 15px 17px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        text-align: left;

        ::before {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 10px;
            height: 10px;
            border: 5px solid transparent;
            content: '';
        }
    }
}
}

.banner_text_3 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }
}

.row {
    margin-right: -8px;
    margin-left: -8px;

    .column {
        margin: 8px 0;
        padding-right: 8px;
        padding-left: 8px;

        .img-desc-home3 {
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -88px;
            padding: 0 25px;
            font-family: Georgia;

            h3 {
                font-family: Georgia;
                font-size: 24px;
            }

            hr {
                width: 90px;
                margin: 15px 0;
            }

            p {
                font-size: 15px;
            }

            a {
                font-size: 15px;
            }
        }
    }
}
}

.banner_text_4 {
.single-images {
    .single-image-label {
        padding: 10px 0;
        color: #818385;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
    }

    .caption {
        background-color: #a1a2a3;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }
}
}

.banner_text_5 {
.home-banner {
    img {
        max-width: 100%;
        height: auto;
    }

    [class^='col-md-'] {
        border-left: solid 1px #d9e0e8;

        :first-child {
            border-left: 0;

            .content {
                padding-left: 0;
            }
        }

        .content {
            position: absolute;
            top: 30%;
            left: 0;
            padding-left: 46px;
            text-align: left;

            h2 {
                margin-bottom: 15px;
                color: #323c54;
                font-size: 24px;
                font-weight: 400;
            }

            a {
                padding: 10px 28px;
                border: 1px solid #e1ddc3;
                background-color: transparent;
                color: #61605a;
                font-family: 'Oswald';
                font-size: 12px;
                letter-spacing: .05em;
                box-shadow: none;
            }
        }
    }
}
}

.banner_fixed_grid {
.b-left.banner-item {
    margin-bottom: 15px;

    :last-child {
        margin-bottom: 0;
    }
}

.b-right.banner-item {
    margin-bottom: 10px;

    :last-child {
        margin-bottom: 0;
    }
}

.b-center.banner-item {
    margin-bottom: 28px;

    :last-child {
        margin-bottom: 0;
    }
}

img {
    display: block;
    width: 100%;
    height: auto;
}
}

.banner_fixed_grid_2 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }
}

.row {
    margin-right: -8px;
    margin-left: -8px;

    .column {
        padding-right: 8px;
        padding-left: 8px;

        a {
            margin: 8px 0;
        }
    }
}
}

.banner_fixed_grid_3 {
.grid4 a {
    color: #fff;
}

.ribbon {
    width: 33.5%;
    height: 22.3%;
    line-height: 1;

    ::before {
        position: absolute;
        top: 0;
        right: 0;
        border: 150px solid #08c;
        border-right: 0;
        border-bottom: 0;
        border-left: 200px solid transparent;
        content: '';
    }

    em {
        font-size: 14px;
    }

    h4 {
        margin: 0;
        font-size: 33px;
        line-height: 1;
    }

    h5 {
        margin: 0;
        font-size: 18px;
        line-height: 1;
    }
}

* {
    transition: all .2s;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.col-md-margin {
    margin-bottom: 8px;
}

.row {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}
}

.banner_fullwidth {
padding: 200px 0;
text-align: center;

h3 {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -5px;
}

a {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 45px;
    transition: all .3s;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

    :hover {
        opacity: .85;
    }
}
}

.banner-grid {
.title {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

a {
    img {
        width: 100%;
        height: auto;
    }
}
}

.masonry-grid {
position: relative;
margin: 3px;

.products-grid {
    display: -ms-flexbox;
    display: flex;
}

.grid-sizer,
.masonry-grid-item {
    width: 25%;
    padding: 3px;
    float: left;
}

.masonry-grid-item {
    a {
        display: block;
        position: relative;

        img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        :before {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            transition: .3s all;
            background-color: #000;
            content: '';
            opacity: 0;
            visibility: hidden;
            filter: alpha(opacity=0);
        }

        :hover {
            :before {
                opacity: .2;
                visibility: visible;
                filter: alpha(opacity=20);
            }
        }
    }

    .w2 {
        width: 50%;
    }

    .w3 {
        width: 75%;
    }

    .w4 {
        width: 100%;
    }
}
}

.collection_banner {
h3.fullwidth-filter-title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

p.fullwidth-filter-description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.hide-action {
    .item .details-area .actions {
        display: none;
    }
}

.owl-stage-outer {
    padding: 15px 0;
}
}

.home-banner {
display: inline-block;
padding-top: 30px;

a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }

    span.category-title {
        display: block;
        position: absolute;
        bottom: 20px;
        left: -10px;
        min-width: 174px;
        padding: 15px 17px;
        background-color: #3f4658;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        text-align: left;

        ::before {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 10px;
            height: 10px;
            border: 5px solid transparent;
            border-top-color: #3f4658;
            border-right-color: #3f4658;
            content: '';
        }
    }
}
}

.banner-slide-section {
.content {
    position: absolute;
    top: 20%;
    right: 15%;
    max-width: 40%;

    h3 {
        margin-bottom: 20px;
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        letter-spacing: -4px;
    }

    img {
        max-width: 100%;
    }

    p {
        margin-bottom: 15px;
    }

    a {
        display: inline-block;
        margin: 20px 0;
        padding: 20px 45px;
        transition: all .3s;
        background-color: #fff;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 1;
        text-transform: uppercase;
        box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

        :hover {
            opacity: .85;
        }
    }
}

.owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;

    .owl-dot {
        span {
            width: 10px;
            height: 10px;
            border: solid 2px #fff;
            border-radius: 20px !important;
            background: none;
            opacity: 1;
        }

        .active {
            span {
                background: #fff;
            }
        }
    }
}

.owl-nav {
    position: absolute;
    top: calc(50% - 27.5px);
    width: 100%;

    .owl-prev {
        display: inline-block;
        position: absolute;
        left: 8px;
    }

    .owl-next {
        display: inline-block;
        position: absolute;
        right: 8px;
    }

    i {
        font-size: 40px;
    }
}
}

.slideshow-content-collection {
.banner-content-18 {
    .text-content {
        em {
            margin-bottom: 5px;
            margin-left: 5px;
            font-size: 26.26px;
        }

        h2 {
            font-size: 79.12px;
            letter-spacing: -4px;
        }

        p {
            span {
                padding-left: 5px;
                font-size: 23.64px;
                line-height: 2;
            }

            a {
                margin-top: 7px;
                margin-bottom: 125px;
                margin-left: 5px;
                padding: 10px 35px;
                border: 0;
                color: white;
                font-size: 16px;
            }
        }
    }

    .owl-middle-outer-narrow p {
        display: table;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 300;
    }

    .filter_title_type_2 {
        display: table;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 300;

        .title_line,
        .title_line_content {
            display: table-cell;
            position: relative;
        }

        .title_line::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -1px;
            border-top: 1px solid #d8d8d8;
            content: '';
        }
    }
}

.owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;

    div {
        display: inline-block;

        i {
            font-size: 18px;
        }

        .owl-prev {
            margin-left: -30px;
        }

        .owl-next {
            margin-right: -30px;
            float: right;
        }
    }
}
}

/* SLIDESHOW SECTION STYLE*/
.slideshow-content-product {
.parallax-content-15 {
padding: 250px 0;
line-height: 1;

.owl-middle-outer-narrow {
    p {
        margin: 0;
        margin-bottom: 5px;
        color: #333;
        font-size: 15px;
        font-weight: 600;
    }
}
}

.parallax_02 {
.text-content {
    em {
        margin: 0;
        font-size: 26.26px;
    }

    h2 {
        font-size: 79.12px;
        letter-spacing: -6px;
    }

    p {
        margin: 0;

        span {
            padding-left: 6px;
            font-size: 23.64px;
        }

        a {
            margin-top: 5px;
            margin-left: 10px;
            padding: 10px 28px;
            border: 0;
            color: #fff;
            font-size: 16px;
        }
    }
}

.owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
    color: #c3c5c9 !important;
}
}

.parallax_03 {
.text-content {
    em {
        margin: 0;
        margin-left: 5px;
        font-size: 26.26px;
    }

    h2 {
        font-size: 79.12px;
        letter-spacing: -6px;
    }

    p {
        margin: 0;

        span {
            padding-left: 6px;
            font-size: 23.64px;
        }

        a {
            margin-top: 5px;
            margin-left: 125px;
            padding: 10px 28px;
            border: 0;
            color: #000;
            font-size: 16px;
        }
    }
}

.owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
    color: #c3c5c9 !important;
}
}
}

/*              Removed in Demo-21 because there is no named with this class used
.slide_show_sidebar {
.side-custom-menu {
margin-bottom: 11px;
border: 1px solid #ddd;
border-radius: 0 !important;
overflow: hidden;

:last-child {margin-bottom: 0;}

h2 {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  background-color: #f5f5f5;
  color: #465157;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-align: left;
}

ul {
  padding: 5px 12px;

  li {
    padding: 13px 4px;
    border-top: 1px solid #ddd;
    text-align: left;

    i {
      position: absolute;
      top: -2px;
      left: 0;
      font-size: 20px;
    }

    :first-child {border: 0;}

    a {
      display: block;
      position: relative;
      padding-left: 40px;
      color: #465157;
      font-size: 14px;
      letter-spacing: .005em;
      line-height: 1;

      :hover {text-decoration: underline;}
    }
  }
}

.action {
  padding: 20px 20px 30px;

  a {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    background-color: #0088cc;
    color: #fff;
    font-size: 14px;
    font-weight: 600;

    :hover {opacity: .9;}
  }
}
}

.owl-dots {
position: absolute;
bottom: 38px;
left: 65px;
margin: 0;
}

.owl-dots .owl-dot {
display: inline-block;
cursor: pointer;
zoom: 1;
}

.slideshow .owl-dots .owl-dot span {
width: 24px;
height: 3px;
border: solid 2px #95a9b3;
border-radius: 0 !important;
background: #333;
opacity: .4;
}

.slideshow .owl-dots .owl-dot.active span {
border-color: #010204 !important;
background-color: #010204 !important;
opacity: 1;
}
}
*/
.slideshow-section .copyright-text {
position: absolute;
bottom: 0;
left: 100px;
color: #000;
font-family: 'Oswald';
font-size: 12px;
font-weight: 400;
line-height: 92px;
z-index: 9;
}

.slideshow-collection.slideshow-section {
position: relative;

.slideshow {
    z-index: 5;

    .owl-nav {
        div {
            display: none;
            position: absolute;
            top: 35%;
            margin: 5px;
            padding: 3px 10px;
            font-size: 40px;
            text-shadow: 0 0 3px rgba(255, 255, 255, .5);
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    :hover {
        .owl-nav {
            div {
                display: block;
            }
        }
    }

    .content1 {
        text-align: right;

        .content-area {
            h2 {
                font-size: 60px;
            }

            p {
                font-size: 25px;
            }

            a {
                font-size: 16px;
                font-weight: 300;

                :hover {
                    text-decoration: underline;
                }
            }
        }
    }

    .content2 {
        text-align: center;
    }

    .content {
        position: absolute;
        top: 30%;
        left: 10%;

        .container {
            position: relative;
            height: 100%;

            .content-area .button {
                text-align: right;
            }
        }
    }
}

.full-screen-slider {
    :after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -10px;
        color: #777;
        font-family: 'FontAwesome';
        font-size: 20px;
        content: '\f110';
        z-index: 1;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }
}
}

.video-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 9;

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2800px;
    background-repeat: repeat;
    background-position: center top;
    opacity: 0;
    z-index: 9;

    .overlay-lightgrid {
        background-image: url(vo_pixel_light.png);
    }
}

video {
    min-width: 100%;
    min-height: 100%;
}
}

.main-slideshow {
.side-custom-menu {
    margin-bottom: 11px;
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;

    :last-child {
        margin-bottom: 0;
    }

    h2 {
        margin: 0;
        padding: 13px 13px 12px;
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        background-color: #f5f5f5;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        text-align: left;
    }

    ul {
        padding: 0 12px;

        li {
            text-align: left;

            :first-child {
                border: 0;
            }

            a {
                color: #777;

                .cat-label {
                    text-transform: capitalize;
                }
            }

            .fl-right {
                float: none;
            }

            .ulmenu-block.col-md-8 {
                ul.level1 {
                    li.level2 {
                        width: 200px;
                    }
                }
            }
        }

        > li.level0 {
            padding: 13px 4px 12px;
            border-top: 1px solid #ddd;
            text-align: left;

            :first-child {
                border: 0;
            }

            a {
                display: block;
                color: #777;
                font-size: 15px;
                line-height: 1;

                :hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

.owl-stage-outer {
    border-radius: 5px;
}

.owl-dots {
    bottom: 18px;
}

.slideshow {
    .item {
        img {
            width: auto;
            max-width: 100%;
        }
    }
}
}

.slideshow-thumbnails.slideshow-section {
position: relative;

.full-screen-slider {
    height: 100vh;

    ::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -10px;
        color: #777;
        font-family: 'FontAwesome';
        font-size: 20px;
        content: '\f110';
        z-index: 1;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }
}

.slideshow {
    z-index: 5;

    .owl-nav {
        div {
            display: none;
            position: absolute;
            top: 35%;
            margin: 5px;
            padding: 3px 10px;
            color: #3b3b3b;
            font-size: 40px;
            text-shadow: 0 0 3px rgba(255, 255, 255, .5);
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    :hover {
        .owl-nav {
            div {
                display: block;
            }
        }
    }

    .slideshow_background {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    ul.scene {
        width: 100%;

        > li.layer {
            width: 100%;
            height: 100%;
        }
    }

    .content {
        position: absolute;
        top: 30%;
        left: 20%;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;

        h2 {
            margin-bottom: 18px;
            font-size: 80px;
            font-weight: 600;
            line-height: .9;
        }

        .button a {
            display: inline-block;
            margin: 20px 0;
            padding: 20px 45px;
            transition: all .3s;
            background-color: #fff;
            color: #000;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            line-height: 1;
            text-transform: uppercase;
            box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

            :hover {
                opacity: .85;
            }
        }
    }
}

.owl-thumbs {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 30%;
    z-index: 6;

    button {
        width: auto;
        max-width: 33.33%;
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
        border: 0;
        background: none;

        img {
            max-width: 100%;
            border: 3px solid transparent;
        }

        .active {
            img {
                border-color: rgba(255, 255, 255, .5);
            }
        }
    }
}
}

.slideshow-slidebar {
.content2 .content-area {
    right: 20%;
}
}

.img-content-left,
.img-content-right {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-transform: uppercase;
}

.img-content-left {
margin-left: 20%;
}

.img-content-right {
margin-left: 50%;
}

.slideshow-full-screen {
.slideshow {
    .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content2 {
        .content-area {
            top: 35% !important;
            text-align: left;

            a {
                margin-top: 15px;
                margin-left: 7px;
                padding: 10px 34px;
                font-size: 15.76px;
            }
        }
    }

    .container {
        .content-area {
            em {
                margin: 0;
                margin-left: 5px;
                font-size: 26.26px;
                line-height: 1;
            }

            h2 {
                font-size: 79.12px;
                letter-spacing: -6px;
            }

            p {
                display: inline-block;

                span {
                    display: inline-block;
                    margin-top: 5px;
                    padding-left: 6px;
                    font-size: 23.64px;
                }
            }
        }
    }
}
}

.slideshow .banner-content-18 {
padding: 290px 0 80px;
line-height: 1;
}

.select-inner {
position: relative;

::after {
    content: "\f0d7 ";
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}
}

.bootstrap-select {
width: auto !important;
background: none;

.sort-by  {
    min-width: 120px;
}

.limited-wrap  {
    min-width: 55px;
}
}

.mobile-nav-shown {
overflow: hidden;
}



.page-header {
min-height: 175px;
margin: 0;
padding: 0;
border: 0;
background-size: cover;
}

/* BOX POPUP */
.box-popup {
position: fixed;
top: 35% !important;
right: 0;
left: 0;
width: 300px;
height: 100%;
margin: auto !important;
border-top: 4px solid #3b3b3b;
border-radius: 6px;
background: white;
font-weight: 400;
text-align: center;
box-shadow: 0 0 5px rgba(0, 0, 0, .5);
overflow-x: auto;
overflow-y: scroll;
z-index: 99;
}
.box-popup.animate-box {
display: none;
height: auto;
transition: 0.4s;
overflow: visible;
}
.box-popup.animate-box .show {
display: block;
}
.box-popup .box-inner {
padding: 20px 15px;
box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, .2);
overflow: hidden;
}
.box-popup .box-inner .item .heading {
display: block;
margin-bottom: 10px;
font-size: 13px;
font-weight: 400;
}
.box-popup .box-inner .item .product-info {
overflow: hidden;
}
.box-popup .box-inner .item .product-info .product-title {
margin: 5px 0 10px;
font-size: 14px;
font-weight: 400;
}
.box-popup .box-inner .item .product-info .product-title a {
color: #3b3b3b;
}
.box-popup .box-inner .item .message {
padding: 10px 10px;
}
.box-popup .box-inner .action {
margin-top: 15px;
}
.box-popup .box-inner .action .action-content {
margin: 0 -15px;
}
.box-popup .box-inner .action .action-content .cart-text {
padding: 9px 10px;
}
.box-popup .box-inner .action .action-content a.btn-button {
min-width: 135px;
}
.box-popup .box-inner .action .action-content .btn-button {
min-width: 135px;
}


.contact-container b {
font-weight: bold;
}

// ONEPAGE CATEGORY .onepage-category {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

.category-list {
margin: -20px 0 -50px;
}

.onepage-cat.category-list {
margin: 0 0 -50px;
}

> .category-list {
position: relative;
width: 80px;
padding: 46px 0 146px;
float: left;
background: #000;
text-align: left;
z-index: 5;

ul {
    position: relative;
    padding: 0;
    padding-top: 30px;
    transition: all .3s;
    list-style: none;
    z-index: 2;

    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .fixed-top {
        position: fixed;
        top: 70px;
        right: auto;
        left: 0;
    }

    .absolute-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    > li {
        > a {
            display: inline-block;
            position: relative;
            width: auto;
            transition: all .3s;
            color: #fff;
            line-height: 78px;
            white-space: nowrap;

            em {
                display: inline-block;
                width: 77px;
                font-size: 32px;
                line-height: 80px;
                text-align: center;
                vertical-align: middle;

                img {
                    max-width: 80px;
                    vertical-align: middle;
                }
            }

            > span {
                display: inline-block;
                position: relative;
                width: 0;
                transition: all .3s;
                font-size: 16px;
                font-weight: 600;
                opacity: 0;
                overflow: hidden;
                vertical-align: middle;
                visibility: hidden;
            }

            ::after {
                display: block;
                position: absolute;
                top: 50%;
                right: -15px;
                width: 16px;
                height: 16px;
                margin-top: -8px;
                transition: all .3s;
                border: 8px solid transparent;
                content: '';
            }

            :hover {
                em {
                    float: none;
                }

                > span {
                    width: auto;
                    padding-right: 50px;
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}

+ .main-wrapper {
    width: calc(100% - 80px);
    float: left;

    .product-main,
    .page-container,
    .contact-container {
        padding: 0 85px;
    }
}
}

.category-details {
width: calc(100% - 80px);
padding: 0 100px;
padding-bottom: 146px;
float: right;
}

.category-detail {
position: relative;

.title-menu {
    position: relative;

    > a {
        display: inline-block;
        margin-top: 70px;
        color: #000;
        font-size: 26px;
        font-weight: 300;
        line-height: 100px;
        text-decoration: none;

        .parent::after {
            display: inline-block;
            margin-left: 18px;
            font-family: 'porto';
            font-size: 18px;
            line-height: 36px;
            content: '\e81c';
            vertical-align: middle;
        }

        > span {
            display: inline-block;
            vertical-align: middle;
        }
    }

    > .menu-popup {
        display: none;
        position: absolute;
        top: 100%;
        left: -25px;
        width: calc(100% + 50px);
        padding: 50px 0;
        border: 1px solid #bebebe;
        border-radius: 5px;
        background-color: #fff;
        z-index: 3;

        a: hover {
            text-decoration: underline;
        }

        > ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;

            > li {
                margin: 10px 0;
                padding: 30px 0;
                float: left;
                border-left: 1px solid #bebebe;

                > a {
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }

            .columns5 > li {
                width: 20%;
                padding-right: 4%;
                padding-left: 4%;

                :nth-child(5n+1) {
                    // clear: left;
                    border-left: 0;
                }
            }
        }

        ul {
            > li {
                a {
                    color: #000;
                    font-size: 16px;
                    line-height: 2.5;
                }
            }
        }

        ::before {
            display: block;
            position: absolute;
            top: -16px;
            left: 90px;
            width: 16px;
            height: 16px;
            border: 8px solid transparent;
            border-bottom-color: #bebebe;
            content: '';
        }

        ::after {
            display: block;
            position: absolute;
            top: -13px;
            left: 91px;
            width: 14px;
            height: 14px;
            border: 7px solid transparent;
            border-bottom-color: #fff;
            content: '';
        }
    }
}

.products-area {
    .category-link {
        position: relative;
        min-width: 119px;
        height: 40px;
        margin-top: -70px;
        float: right;
        border: 2px solid #000;
        border-radius: 5px;
        color: #000;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 2;

        :hover {
            background-color: #000;
            color: #fff;
        }
    }

    .products-collection {
        .products-grid.move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            left: inherit;
                            padding: 0 15px;
                            z-index: 3;
                        }

                        ::before {
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            transition: all .3s;
                            background: #000;
                            content: '';
                            opacity: 0;
                            visibility: hidden;
                            z-index: 1;
                        }
                    }
                }
            }
        }
    }
}
}
.additional-content a {
display: block;
position: relative;
}
.additional-content a :before {
position: absolute;
top: 50%;
left: 50%;
margin-top: 15px;
margin-left: -10px;
color: #777;
font-family: 'FontAwesome';
font-size: 20px;
content: '\f110';
z-index: 1;
animation: spin 2s infinite linear;
-webkit-animation: spin 2s infinite linear;
}
.additional-content img {
position: relative;
max-width: 100%;
z-index: 2;
}


.group_product .row .one-product h4 {
margin: 0;
padding: 14px 0;
background-color: #fff;
color: #333;
font-size: 16px;
font-weight: 700;
line-height: 1.4;
text-align: center;
}
.group_product .row .one-product .category-products {
padding-bottom: 15px;
background: white;
}
.group_product .row .one-product .category-products .products-grid {
position: relative;
}
.group_product .row .one-product .category-products .products-grid .item {
padding: 0;
float: none;
}
.group_product .row .one-product .category-products .products-grid .item .details-area {
padding-top: 20px;
}
.group_product .row .one-product .category-products .products-grid .owl-dots {
margin-top: 8px;
}
.group_product .row .one-product .category-products .products-grid .owl-nav div {
display: none;
position: absolute;
top: 35%;
}
.group_product .row .one-product .category-products .products-grid .owl-nav div i {
font-size: 20px;
}
.group_product .row .one-product .category-products .products-grid .owl-nav div.owl-prev {
left: 5px;
}
.group_product .row .one-product .category-products .products-grid .owl-nav div.owl-next {
right: 5px;
}
.group_product .row .one-product .category-products .products-grid:hover .owl-nav div {
display: block;
}


/* HEADER */
.top-newsletter form {
height: 30px;
}
.top-newsletter form .input-group input.input-group-field {
width: 300px;
height: 30px;
padding: 0 10px;
border-radius: 0;
line-height: 16px;
}
.top-newsletter form .input-group button.btn-button {
position: absolute;
top: 0;
right: 0;
height: 30px !important;
margin: 0;
padding: 0 15px;
background: transparent !important;
color: #000;
font-size: 14px;
font-weight: 400;
line-height: 30px;
text-transform: uppercase;
cursor: pointer;
}


.mobile-nav-shown .mobile-nav {
left: 0;
}

.mobile-nav-shown .mobile-nav-overlay {
opacity: .15;
visibility: visible;
filter: alpha(opacity=15);
}

.searchform {
 position: relative;
}
.searchform .screen-reader-text {
 display: none;
}
.searchform input[type=text] {
 width: 90%;
 height: 38px;
 padding: 0 0 0 15px;
 border: 0;
 border-radius: 20px;
 background-color: transparent;
 color: #777;
 font-size: 13px;
 line-height: 2;
 opacity: 0.75;
}
.searchform:-ms-input-placeholder {
 opacity: 0.75;
}
.searchform::placeholder {
 opacity: 0.75;
}
.searchform::-ms-clear {
 display: none;
}
.searchsubmit {
 position: absolute;
 top: 0;
 right: 2px;
 bottom: 0;
 width: 45px;
 padding: 0;
 border: 0;
 background-color: transparent;
 color: #777;
 font-size: 0;
 font-weight: 400;
}
.searchsubmit::after {
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 20px;
 margin-top: -10px;
 margin-left: -10px;
 transition: opacity 0.2s ease;
 font-size: 16px;
 font-weight: 600;
 font-family: 'porto';
 -webkit-font-smoothing: antialiased;
 line-height: 20px;
 content: '\e812';
}
.searchsubmit::before {
 display: inline-block;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 18px;
 height: 18px;
 margin-top: -9px;
 margin-left: -9px;
 transition: opacity 0.1s ease, visibility 0.1s ease;
 border: 1px solid #bbb;
 border-left-color: #000;
 border-radius: 50%;
 opacity: 0;
 vertical-align: middle;
 visibility: hidden;
 content: '';
}
.searchsubmit:focus, .searchsubmit:hover {
 box-shadow: none;
}
.search-loading .searchsubmit:before {
 transition: opacity 0.2s ease, visibility 0.2s ease;
 opacity: 1;
 visibility: visible;
 -webkit-animation: load-spin 450ms infinite linear;
 animation: load-spin 450ms infinite linear;
}
.search-loading .searchsubmit:after {
 transition: opacity 0.1s ease;
 opacity: 0;
}


.search-by-category {
 position: absolute;
 top: 0;
 right: 47px;
}
.search-by-category .input-dropdown-inner {
 height: 38px;
 border-left: 1px solid rgba(129, 129, 129, .4);
 border-right: 1px solid rgba(129, 129, 129, .4);
 line-height: 38px;
}
.search-by-category .input-dropdown-inner > a {
 display: block;
 padding-right: 15px;
 padding-left: 15px;
 color: #777;
 font-size: 13px;
 text-align: center;
}
.search-by-category .input-dropdown-inner > a:hover {
 text-decoration: none;
}
.search-by-category .input-dropdown-inner > a::after {
 display: inline-block;
 margin-left: 8px;
 font-family: FontAwesome;
 font-size: 14px;
 font-weight: 400;
 content: '\f107';
}
.search-by-category .list-wrapper {
 display: none;
 position: absolute;
 top: 100%;
 right: 1px;
 min-width: 138px;
 height: auto;
 margin-top: 1px;
 background-color: #fff;
 box-shadow: 0 0 3px rgba(0, 0, 0, .15);
 z-index: 300;
}
.search-by-category .list-wrapper .shopify-scroll-content {
 position: relative;
 max-height: 250px;
 overflow: scroll;
 overflow-x: hidden;
}
.search-by-category ul li {
 margin-bottom: 0;
 text-align: left;
}
.search-by-category ul li a {
 display: block;
 padding: 6px 8px;
 color: #777;
 font-size: 12px;
 line-height: 18px;
}
.search-by-category ul li a:focus, .search-by-category ul li a:hover {
 background-color: #e6e6e6;
 color: #8d8d8d;
}
.shopify-dark .search-by-category ul li a:focus, .shopify-dark .search-by-category ul li a:hover {
 background-color: rgba(255, 255, 255, .08);
 color: rgba(255, 255, 255, .8);
}
.shopify-dark .search-by-category ul li a {
 background-color: #101010;
}
.search-by-category ul li.current-item > a {
 background-color: #f4f4f4;
 color: #777;
}
.shopify-dark .search-by-category ul li.current-item > a {
 background-color: rgba(0, 0, 0, .9);
 color: rgba(255, 255, 255, .8);
}
.search-by-category ul .children > li > a {
 padding-left: 30px;
}
.shopify-dark .search-by-category .list-wrapper {
 background-color: #101010;
}

.search-results-wrapper {
 position: relative;
}
.search-results-wrapper .shopify-scroll {
 position: absolute;
 top: 100%;
 right: 0;
 left: 0;
 width: auto;
 height: auto;
 background-color: #fff;
 box-shadow: 0 0 3px rgba(0, 0, 0, .15);
 z-index: 1000;
}
.search-results-wrapper .shopify-scroll .shopify-search-results {
 position: relative;
}
.search-results-wrapper .shopify-scroll .shopify-scroll-pane {
 z-index: 1002;
}
.shopify-dark .search-results-wrapper .shopify-scroll {
 background-color: #101010;
}

.autocomplete-suggestions {
display: -ms-flexbox;
display: flex;
position: relative !important;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto !important;
max-width: none !important;
max-height: none !important;
-webkit-animation: fadeInBottomShort .2s ease both;
animation: fadeInBottomShort .2s ease both;
margin-top: 0;
margin-right: 0;
margin-bottom: -1px;
z-index: 1001 !important;
}

.autocomplete-suggestion {
-ms-flex: 1 1 240px;
flex: 1 1 240px;
border-bottom: 1px solid;
border-color: rgba(129, 129, 129, .2);
border-right: 1px solid;
padding: 15px;
text-align: left;
transition: background-color .25s ease;
cursor: pointer;

.suggestion-title {
    color: #777;
    line-height: 22px;
}

.suggestion-title strong {
    color: #333;
    text-decoration: underline;
}

.suggestion-thumb {
    max-width: 45px;
    margin-right: 15px;
    float: left;
}

.suggestion-price {
    margin-top: 7px;
    color: #777;

    del {
        color: #BDBDBD;
        font-size: 90%;
    }

    ins {
        padding: 0;
        background-color: transparent;
        text-decoration: none;
        opacity: 1;

        .amount {
            color: #777;
        }
    }
}

.autocomplete-selected,
:hover {
    background-color: #f9f9f9;

    .shopify-dark  {
        background-color: rgba(0, 0, 0, .3);
    }
}
}

.view-all-products {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: rgba(129, 129, 129, .2);
background-color: #fff;
color: #333;
font-weight: 600;
height: 50px;
letter-spacing: .2px;
line-height: 50px;
margin-top: -1px;
text-align: center;
text-transform: uppercase;
transition: background-color .25s ease;
animation: fadeIn .3s ease both;
-webkit-animation: fadeIn .3s ease both;
cursor: pointer;

:hover {
    background-color: #f9f9f9;

    .shopify-dark  {
        background-color: rgba(0, 0, 0, .9);
    }
}

.shopify-dark  {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}
}

.shopify-search-loader {
 display: -ms-flexbox;
 display: flex;
 position: absolute;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 background-color: rgba(255, 255, 255, .8);
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 transition: opacity 0.1s ease, visibility 0.1s ease;
 opacity: 0;
 visibility: hidden;
 z-index: 1002;
}
.shopify-search-loader::after {
 display: inline-block;
 width: 32px;
 height: 32px;
 border: 1px solid #bbb;
 border-radius: 50%;
 border-left-color: #000;
 content: '';
 vertical-align: middle;
}


.search-info-text {
 display: none;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 margin-top: 10px;
 font-size: 16px;
 letter-spacing: 0.3px;
 line-height: 30px;
 overflow: hidden;
 text-align: center;
}
.search-info-text > span {
 display: block;
 transform: translateY(-50px) translateZ(0);
 
 transition: all 0.35s ease 0.15s;
}


.no-found-msg {
 color: #333;
 font-size: 110%;
 font-weight: 600;
}
.shopify-dark .no-found-msg {
 color: #fff;
}

.header-full-width .header-container > .container, .header-full-width .top-links-container > .container {
 width: 95%;
 max-width: 100%;
}
.header-full-width .sticky-header .main-nav.container {
 width: 100%;
 max-width: 100%;
}


.category-menu-style-default .main-navigation ul.top-navigation > li .menu-wrap-sub {
 padding: 10px 5px;
}


.header-menu-style-default_new,
.category-menu-style-default_new {
.top-navigation li.level0: first-child {
    margin-right: 0;
}

.main-nav ul.top-navigation > li {
    > a {
        margin-right: 10px;
        padding: 18.5px 15px 20.5px 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .001em;
    }

    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
        border: 0;
    }
}

.main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
    border-top-color: #fff;
    background-color: #fff;
    color: #777;
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
    }

    .menu-wrapper {
        padding: 5px 0;
    }
}

.top-navigation .menu-wrap-sub ul {
    padding: 0 !important;
}

.top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
    padding: 0 15px !important;
}

.top-navigation li.level1 ul.level1 li.level2 a span {
    float: none;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.menu-color-light {
    .main-nav ul.top-navigation > li {
        > a {
            color: #fff;
        }
    }
}

.menu-color-dark {
    .main-nav ul.top-navigation > li {
        > a {
            color: #3b3b3b;
        }
    }
}

.sticky-header {
    .sticky-menu-color-light {
        .main-nav ul.top-navigation > li {
            > a {
                color: #fff;
            }

            :hover {
                > a {
                    color: #fff;
                }
            }
        }
    }

    .sticky-menu-color-dark {
        .main-nav ul.top-navigation > li {
            > a {
                color: #3b3b3b;
            }

            :hover {
                > a {
                    color: #3b3b3b;
                }
            }
        }
    }
}
}

.category-menu-style-default_new {
.main-navigation .top-navigation.side-menu > li .menu-wrap-sub {
    padding: 10px 5px;
    border: solid 1px #dae2e6;
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, .3);
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :after,
.main-navigation .top-navigation.side-menu > li .menu-wrap-sub::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom-style: solid;
    content: '';
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :before {
    top: 11px;
    left: -16px;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
    z-index: 3;
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :after {
    top: 10px;
    right: auto;
    left: -18px;
    border: 9px solid;
    border-color: transparent #dae2e6 transparent transparent;
    z-index: 2;
}

.main-navigation .top-navigation.side-menu > li.parent a.level-top: :after,
.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a::before {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    font-family: 'porto';
    min-width: 180px;
    font-size: 13px;
    content: '\e81a';
}

.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a: :before {
    margin-top: -12px;
}
}

.header-menu-style-background {
.main-nav ul.top-navigation > li {
    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .active,
    :hover {
        background-color: #3b3b3b;

        > a {
            color: #fff;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
    }
}

.main-navigation ul.top-navigation > li {
    .menu-wrap-sub {
        padding: 10px 5px;
        border-top: 0;
    }
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        // text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
    }

    .menu-wrapper {
        padding: 5px 0;
        overflow: hidden;
    }
}
}

.header-menu-style-background_new {
.main-nav ul.top-navigation > li {
    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .parent {
        > a: :before {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 10px;
            height: 10px;
            margin-top: -14px;
            margin-left: -8px;
            transition: all .1s;
            border: 7px solid transparent;
            border-bottom-color: #fff;
            content: '';
            opacity: 0;
            visibility: hidden;
        }

        :hover {
            > a: :before {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .active,
    :hover {
        background-color: #3b3b3b;

        > a {
            color: #fff;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
        border: 0;
    }
}

.main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
    background-color: #fff;
    border-top-color: #fff;
    color: #777;
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        // text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;

        span {
            white-space: nowrap;

            .cat-label {
                display: inline-table;
            }
        }
    }

    .menu-wrapper {
        padding: 5px 0;
        overflow: hidden;
    }
}

.top-navigation .menu-wrap-sub ul {
    padding: 0 !important;
}

.top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
    padding: 0 15px !important;
}

.top-navigation li.level1 ul.level1 li.level2 a span {
    float: none;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
}

.header-menu-right .top-navigation {
 text-align: right;
}


.header-menu-center .top-navigation {
 text-align: center;
}

/* Template Index */
.template-index .item .item-area .details-area .actions .configurable-swatch-list {
 display: none;
}
.template-index .page-header {
 display: none;
}

/* TEMPLATE PAGE */
.template-list-collections .main-container .main-wrapper .main-breadcrumbs, .template-blog .main-container .main-wrapper .main-breadcrumbs, .template-collection .main-container .main-wrapper .main-breadcrumbs, .template-product .main-container .main-wrapper .main-breadcrumbs, .template-article .main-container .main-wrapper .main-breadcrumbs, .template-page .main-container .main-wrapper .main-breadcrumbs, .template-customers-account .main-container .main-wrapper .main-breadcrumbs, .template-cart .main-container .main-wrapper .main-breadcrumbs, .template-customers-register .main-container .main-wrapper .main-breadcrumbs, .template-customers-login .main-container .main-wrapper .main-breadcrumbs {
 margin-bottom: 20px;
}


.template-list-collections {
.tab-product-collection {
    position: relative;

    h3 {
        margin-top: 0;
    }

    .products-grid {
        position: static;

        .item {
            padding: 0;
        }

        .owl-nav {
            div {
                position: absolute;
                top: 8px;
            }

            .owl-prev {
                right: 26px;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}
}

#slideshow_slidebar_collection .side-custom-menu {
overflow: visible;
}
#slideshow_slidebar_collection .side-custom-menu ul li {
border-top: 0;
}
#slideshow_slidebar_collection .side-custom-menu ul li a:hover {
text-decoration: none;
}
.template-blog .block, .template-article .block {
margin: 0 0 40px;
}
.template-blog .block .block-title, .template-article .block .block-title {
margin: 5px 0 10px;
color: #313131;
font-size: 16px;
font-weight: 700;
line-height: 1.2;
}
.template-blog .block .blogs-items ul li, .template-article .block .blogs-items ul li {
margin: 0;
padding: 10px 0 !important;
}
.template-blog .block .blogs-items ul li .post-image, .template-article .block .blogs-items ul li .post-image {
width: 60px;
margin-right: 12px;
padding: 2px;
float: left;
border: 1px solid #fff;
border-radius: 4px;
}
.template-blog .block .blogs-items ul li .post-image img, .template-article .block .blogs-items ul li .post-image img {
max-width: 100%;
}
.template-blog .block .blogs-items ul li a, .template-article .block .blogs-items ul li a {
color: #3b3b3b !important;
font-family: inherit;
font-size: inherit;
line-height: 18px !important;
}
.template-blog .block .blogs-items ul li .post-time, .template-article .block .blogs-items ul li .post-time {
margin: 0;
color: #888;
font-family: inherit;
font-size: 12px;
font-style: normal;
line-height: 24px;
text-align: left;
}


/* SHOP BY COLLECTION*/
.block-by-collection.container {
width: 100%;
max-width: 100%;
}
.block-by-collection.container .tab-product-collection .category-detail {
position: relative;
padding: 70px 15px;
}


.shop-by-collection.tab-product-collection {
display: -ms-flexbox;
display: flex;
width: 100%;
padding: 0 85px;
}
.shop-by-collection.tab-product-collection .category-list {
padding: 70px 15px;
border-right: 1px solid white;
}
.shop-by-collection.tab-product-collection .category-list > span {
display: block;
margin-bottom: 10px;
color: gray;
font-size: 20px;
font-weight: 600;
}
.shop-by-collection.tab-product-collection .category-list .tab-selector ul {
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 0;
}
.shop-by-collection.tab-product-collection .category-list .tab-selector ul li {
display: block;
margin: 0;
padding: 10px 0;
float: none;
line-height: 20px;
}
.shop-by-collection.tab-product-collection .category-list .tab-selector ul li a {
position: relative;
padding: 0 0 0 20px;
border: 0;
background: transparent;
color: #000;
font-size: 12px;
line-height: 20px;
text-transform: uppercase;
}
.shop-by-collection.tab-product-collection .category-list .tab-selector ul li a::before {
position: absolute;
left: 0;
width: 11px;
font-family: 'porto';
content: '\f87a';
}
.shop-by-collection.tab-product-collection .category-list .tab-selector ul li a.active::before {
content: '\f87b';
}
.shop-by-collection.tab-product-collection .category-detail {
position: relative;
padding: 70px 15px;
}
.shop-by-collection.tab-product-collection .category-detail .products-grid > li {
padding: 10px 5px !important;
}
.shop-by-collection.tab-product-collection .category-detail .products-grid.flex-grid > li {
padding: 0 !important;
}
.shop-by-collection.tab-product-collection .category-detail .products-grid .item .item-area .details-area h2.product-name {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
}
.shop-by-collection.tab-product-collection .category-detail .products-grid .item .item-area .details-area h2.product-name a {
color: #000;
}
.shop-by-collection.tab-product-collection .category-detail .infinite-scrolling {
padding: 30px 0;
clear: both;
text-align: center;
}
.shop-by-collection.tab-product-collection .category-detail .infinite-scrolling a {
display: inline-block;
padding: 20px 45px;
transition: all 0.3s;
background-color: #000;
color: #fff;
font-size: 12px;
font-weight: 600;
letter-spacing: 3px;
line-height: 1;
text-transform: uppercase;
box-shadow: 3px 3px 0 rgba(0, 0, 0, .5);
}


/* GROUP COLLECTION*/
.grounp_collection.filter-products {
h3.title-widget {
margin-top: 20px !important;
margin-bottom: 5px !important;
background-image: none !important;
}

.category-products {
.products-grid {
    .item {
        display: inline-block;
        width: 100%;
        max-width: 300px;
        padding: 0;
        float: none;

        .item-area {
            display: inline-block;
            position: relative;
            width: 100%;
            padding: 0 0 12px;

            .product-image-area {
                width: 33%;
                padding: 2px;
                float: left;

                a.product-image {
                    min-height: 60px;
                }
            }

            .details-area {
                width: 66%;
                padding: 7px 16px;
                float: left;
                text-align: left;

                h2.product-name {
                    display: inherit;
                    margin: 0 0 3px;
                    font-size: 1em;
                    font-weight: 400;
                }

                .rating-box {
                    height: 14px;
                    margin: 3px 0 10px;

                    i {
                        top: 0;
                    }
                }

                .price-box {
                    .price {
                        margin: 0;
                        font-size: 15px;
                        vertical-align: middle;
                    }
                }
            }
        }

        :last-child {
            .item-area {
                padding-bottom: 6px;
            }
        }
    }
}
}
}

.slider-with-side {
margin: 0 -8px;
line-height: 1;

.slideshow-section {
    .content {
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 3;
    }
}

.slider-area {
    -ms-flex: 0 0 72.3%;
    flex: 0 0 72.3%;
    max-width: 72.3%;
    padding: 0 8px;

    .content {
        .ribbon {
            top: 16px;
            right: 13px;

            em {
                margin: 0;
                margin-right: 63px;
                font-size: 14px;
            }

            h3 {
                margin: 0;
                margin-right: 14px;
                font-size: 33px;
            }

            h5 {
                margin: 0;
                margin-top: -3px;
                font-size: 18px;
            }
        }

        .text-area {
            h2 {
                display: inline-block;
                margin-bottom: 4px;
                padding: 7px 50px 7px 11px;
                font-size: 42.7px;
            }

            p {
                display: inline-block;
                margin: 0;
                padding: 12px 17px 12px 13px;
                font-size: 17.58px;
            }
        }
    }
}

img {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.side-area {
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    max-width: 27.7%;
    padding: 0 8px 0 7px;

    .item1 {
        position: relative;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 15px;
            text-align: left;
            z-index: 9;

            em {
                display: block;
                margin: 0 0 2px 4px;
                font-size: 27.45px;
            }

            h2 {
                margin: 0;
                margin-bottom: 14px;
                font-size: 35.16px;
            }

            a {
                display: block;
                margin: 0;
                margin-left: 4px;
                font-size: 15.08px;
            }
        }
    }

    .item2 {
        position: relative;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 21px;
            text-align: left;
            z-index: 9;

            h2 {
                margin: 0;
                margin-bottom: 12px;
                font-size: 33.86px;
            }

            p {
                margin: 0;
                margin-left: 1px;
                font-size: 18.34px;
            }

            a {
                margin: 13px 0 0 25px;
                padding: 8px 10px 8px 15px;
                border: 0;
                font-size: 13px;
                text-shadow: none;
            }
        }
    }

    .item3 {
        position: relative;
        margin: 0 !important;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 19px;
            text-align: left;
            z-index: 9;

            h2 {
                margin: 0;
                font-size: 32px;
            }

            p {
                margin: 0;
                margin-bottom: 17px;
                font-size: 20px;
            }
        }
    }
}
}

// NAV ACCORDION .nav-accordion {
width: 100%;
margin: 0;
padding: 0;
line-height: .5em;
list-style: none;

li {
position: relative;
padding-left: 15px;
border-bottom: #f4f4f4 solid 1px;
background: none;

a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}

span.expand,
span.collapse {
    display: block;
    position: absolute;
    top: 11px;
    right: 24px;
    height: auto;
    background-image: none;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1;

    ::after {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 0;
        padding-right: 5px;
        float: right;
        color: white;
        font-family: 'porto';
        font-size: 19px;
        font-style: normal;
        font-weight: normal;
        line-height: 19px;
        text-decoration: inherit;
        text-indent: 0;
    }
}

span.expand {
    : :after {
        content: '\e857';
    }
}

span.collapse {
    : :after {
        content: '\e856';
    }
}
}

ul {
display: none;
margin: 0;

li {
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom-width: 0;

    .active {
        font-weight: bold;
    }

    a {
        padding-left: 15px;
        outline: none;
    }
}

ul {
    li {
        a {
            padding-left: 25px;
        }
    }

    ul {
        li {
            a {
                padding-left: 30px;
            }
        }
    }
}
}
}

// COLLECTION .template-collection .category-products {
clear: left;

.products-grid li p {
padding-left: 10px;
}
}

.category-boxed-banner {
margin-bottom: 25px;

.owl-stage-outer {
    border-radius: 5px;

    img {
        display: inline-block;
    }
}

.banner-text {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 100%;
    color: #fff;

    h2 {
        display: inline-block;
        padding: 5px 10px;
        background-color: rgba(23, 23, 23, .9);
        color: #fff;
        font-size: 35px;
        line-height: 1;
    }

    p {
        padding: 7px 12px;
        background-color: rgba(23, 23, 23, .65);
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    a.shop-now {
        margin-left: 20px;
        font-size: 16px;

        :hover {
            text-decoration: underline;
        }
    }
}

.owl-dots {
    .owl-dot {
        span {
            background: #fff;
        }
    }
}
}

.product-name a {
color: #5b5b5f;
}

.category-content {
margin-bottom: 30px;

img {
    max-width: 100%;
}
}

.toolbar {
width: 100%;
float: left;

.filter-bar {
    a: hover {
        border-width: 2px;
    }

    a: not(:hover) {
        border: #ebebeb solid 2px;
        color: #B2B2B2;
        font-weight: 400;
    }
}

.filter-option-group {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
    transition: all .4s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;

    .open {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }

    .filter-option-inner {
        position: relative;
        padding-top: 40px;
        border-top: 1px solid #f6f6f6;

        .clearall {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 13px;
        }
    }

    .filter-column {
        .filter_title {
            color: #999;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1.1px;
            text-transform: uppercase;
        }

        .filter_container {
            padding-top: 10px;

            ul li {
                margin-top: 10px;
                margin-bottom: 13px;

                .field {
                    .name {
                        margin: 0 0 0 10px;
                        padding: 0;
                        color: #999;
                        font-size: 11px;
                        font-weight: normal;
                        text-transform: uppercase;
                        cursor: pointer;
                        overflow: auto;
                    }

                    .img {
                        display: inline-block;
                        position: relative;
                        padding: 2px;
                        transition: all .1s ease-out;
                        border: 1px solid #e0e0e0;
                        line-height: 0;
                        box-shadow: inset 0 0 1px #e0e0e0;
                        cursor: pointer;
                        overflow: hidden;
                        vertical-align: middle;

                        i {
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-position: center center;
                            background-size: cover;
                        }

                        :hover {
                            border-color: #181818;
                        }
                    }

                    .disable {
                        display: none;
                        cursor: not-allowed;
                        opacity: .6;

                        .img {
                            ::after {
                                display: block;
                                position: absolute;
                                top: 16px;
                                right: -8px;
                                width: 50px;
                                height: 2px;
                                transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                background-color: #E0E0E0;
                                content: ' ';
                            }
                        }

                        .input-skin {
                            ::after {
                                display: block;
                                position: absolute;
                                top: 16px;
                                right: -8px;
                                width: 50px;
                                height: 2px;
                                transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                background-color: #E0E0E0;
                                content: ' ';
                            }
                        }
                    }

                    .active {
                        .img {
                            border-color: #181818;
                        }
                    }
                }

                .disable {
                    display: none;
                }
            }

            .color.color-swatch {
                ul li {
                    display: inline-block;
                    margin-right: 5px;

                    .disable {
                        display: none;
                    }
                }
            }
        }
    }
}

.sorter_wrap {
    margin-right: 15px;

    .select-inner {
        span {
            display: inline-block;
            margin-right: 5px;
            line-height: 26px;
        }

        .bootstrap-select {
            display: inline-block;
        }
    }
}

.view-mode {
    .layout-opt {
        display: inline-block;
        width: 26px;
        height: 26px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        color: #ccc;
        font-size: 13px;
        line-height: 24px;
        text-align: center;

        .active {
            border: 1px solid #3b3b3b;
            background: #3b3b3b;
            color: #fff;

            :hover {
                cursor: default;
            }
        }

        :hover {
            border: 1px solid #3b3b3b;
            background: #3b3b3b;
            color: #fff;
            cursor: pointer;
        }

        ::before {
            line-height: inherit;
        }
    }
}

.pagenav-wrap {
    -ms-flex-order: 13;
    order: 13;
    margin-left: 4px;
}

.limited-wrap {
    margin-left: auto;

    .select-inner {
        span {
            display: inline-block;
            margin-right: 5px;
            line-height: 26px;
        }

        .bootstrap-select {
            display: inline-block;
        }
    }
}

.pager {
    display: none;

    .pages {
        ol {
            li {
                float: left;
                border-top: #dfe5e9 solid 1px;
                border-bottom: #dfe5e9 solid 1px;
                border-left: #dfe5e9 solid 1px;

                a {
                    padding: 4px 10px;
                    transition: all 0 ease;
                    border: 0;
                    border-radius: 0;
                    background-color: transparent;
                    text-decoration: none;
                }

                .current {
                    padding: 4px 10px;
                    background: #000;
                    color: #fff;
                }

                :hover {
                    background: #000;

                    a {
                        color: #fff;
                    }
                }

                .last {
                    border-right: #dfe5e9 solid 1px;
                }
            }
        }
    }
}

select {
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
}

.collection-sorting-row {display: flex;flex-wrap: wrap;align-items: center;padding-top:10px;
}

.main-tab-masonry-inner {
margin: -5px;

.category-products {
    .layout-masonry {
        div.product {
            padding: 5px !important;
        }
    }
}
}

.toolbar-bottom {
clear: both;
text-align: center;

.toolbar {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    text-align: center;

    .sorter_wrap,
    .view-mode {
        display: none;
    }
}
}

#collection-main {
.row {
    margin-right: -10px;
    margin-left: -10px;
}
}

.infinite-loader {
width: 100%;
margin-bottom: 10px;
text-align: center;
}
.infinite-loader .loading {
display: none;
line-height: 30px;
}
.infinite-loader .loading i.ajax-loader {
display: inline-block;
margin-right: 15px;
border: 1px solid #08c;
border-radius: 20px !important;
border-bottom-color: transparent !important;
vertical-align: middle;
}
.infinite-loader .loading .ajax-loader.small {
width: 16px;
height: 16px;
border-width: 2.5px;
}
.infinite-loader .btn-load-more {
display: block;
width: 100%;
height: auto;
padding: 13px 30px;
border: 3px solid #f1f1f1;
color: #555;
font-family: 'Poppins';
font-size: 12px;
font-weight: 700;
line-height: 1.333333;
text-indent: 0;
text-transform: uppercase;
}


/* POPUP*/ #popup_newsletter {
padding: 40px 40px 25px;
border-top: 0 solid #3b3b3b;
border-radius: 5px;
box-shadow: 0 10px 25px rgba(0, 0, 0, .5);

.block-content {
max-width: 312px;
padding: 6px;
text-align: center;

.block-title {
    margin: 30px 0 12px;
    color: #313131;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.content {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
}

.input-box {
    display: table;
    width: 100%;

    input.input-text {
        width: 100%;
        height: 34px;
        margin-bottom: 13px;
        padding: 2px 13px;
        float: left;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        color: #777;
        font-size: 13px;
    }

    input.btn-button {
        position: relative;
        width: 55px;
        height: 34px !important;
        margin-left: -55px;
        float: left;
        border-left: 1px solid #ccc;
        border-radius: 0;
        background: transparent !important;
        color: #484747;
        z-index: 1;
    }
}
}

.subcriper_label {
margin-bottom: 0;
vertical-align: middle;

input {
    vertical-align: middle;
}

span {
    font-size: 11px;
    font-weight: 400;
}
}
}

// PRODUCT VIEW .sidebar-product {
.custom-block {
margin-bottom: 30px;
padding-bottom: 50px;
background: url(bkg_4.png) bottom no-repeat;

.owl-dots {
    bottom: -28px;
}
}

.custom-block-1 {
padding-bottom: 20px;

> div {
    min-height: 50px;
    margin-bottom: 20px;
    clear: both;

    i {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
        border: 1px solid #bbb;
        border-radius: 50%;
        color: #000;
        font-size: 30px;
        line-height: 48px;
        text-align: center;
    }

    h3 {
        margin: 0;
        margin-left: 50px;
        padding-top: 4px;
        color: #313131;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
    }

    p {
        margin: 0;
        margin-left: 50px;
        font-size: 12px;
        line-height: 1;
    }
}
}

.bestseller_product {
position: relative;

.block-title {
    margin: 5px 0 10px;
    padding: 10px 0;
    color: #313131;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.sidebar-content {
    .category-products {
        margin: 0 -10px;
    }

    .products-grid {
        position: static;

        .item {
            width: auto;
            padding: 0 10px;

            .item-area {
                position: relative;
                margin: 10px 0 15px;

                .product-image-area {
                    .product-image {
                        min-height: auto;
                    }
                }

                .details-area {
                    padding: 0;
                    text-align: left;

                    h2 {
                        display: block;
                        margin: 10px 0;
                        padding-right: 10px;
                        font-size: 1em;
                        font-weight: 400;
                        line-height: 1.5;
                    }

                    .ratings {
                        height: 14px;
                        margin: 3px 0;
                        background: none;
                        font-size: 11px;
                        line-height: 1.25;
                    }

                    .price {
                        display: inline-block;
                        vertical-align: middle;
                    }
                }
            }
        }

        .owl-nav {
            div {
                position: absolute;
                top: 10px;

                i {
                    font-size: 13px;
                }
            }

            .owl-prev {
                right: 26px;
            }

            .owl-next {
                right: 4px;
            }
        }
    }
}
}
}

.product-view.moved-tab .short-description-detail .short-description {
 border-bottom: 0;
}
.product-view.moved-tab .product-collateral {
 display: none;
}
.product-view .product-img-box {
 margin-bottom: 3em;
}
.product-view .product-img-box .thumb-vertical {
 display: table;
}
.product-view .product-img-box .verticle-inner {
 position: relative;
}
.product-view .product-img-box .more-views-verticle {
 display: table-cell;
 width: 98px;
 margin-top: 0;
 margin-bottom: 0;
 overflow: hidden;
 vertical-align: top;
}
@media (max-width: 1199px) {
 .product-view .product-img-box .more-views-verticle {
     width: 80px;
}
}
@media (max-width: 991px) {
 .product-view .product-img-box .more-views-verticle {
     width: 55px;
}
}
.product-view .product-img-box .more-views-verticle .media-list {
 height: 422px;
 overflow: hidden;
}
@media (max-width: 1199px) {
 .product-view .product-img-box .more-views-verticle .media-list {
     width: 80px;
     height: 350px;
}
}
@media (max-width: 991px) {
 .product-view .product-img-box .more-views-verticle .media-list {
     width: 55px;
     height: 250px;
}
}
.product-view .product-img-box .more-views-verticle .media-list .verticl-carousel {
 position: relative;
 top: 0;
}
.product-view .product-img-box .more-views-verticle .media-list .verticl-carousel a {
 display: block;
 margin-bottom: 10px;
 padding: 3px;
 border: 1px solid rgba(0, 0, 0, .1);
 border-radius: 5px;
}
.product-view .product-img-box .more-views-verticle .more-views-nav {
 display: block;
 position: absolute;
 width: 28px;
 height: 28px;
 padding: 0;
 color: #000;
 font-size: 30px;
 line-height: 28px;
 text-align: center;
 opacity: 0;
}
.product-view .product-img-box .more-views-verticle .more-views-nav i:before {
 display: inherit;
}
.product-view .product-img-box .more-views-verticle .more-views-nav.more-views-next {
 right: 0;
 bottom: 5px;
 left: 0;
 margin: 0 auto;
}
.product-view .product-img-box .more-views-verticle .more-views-nav.more-views-prev {
 top: 5px;
 right: 0;
 left: 0;
 margin: 0 auto;
 z-index: 9;
}
.product-view .product-img-box .more-views-verticle:hover .more-views-nav {
 opacity: 1;
}
.product-view .product-img-box .more-views-horizontal {
 width: 100%;
 margin-top: 6px;
 float: left;
}
.product-view .product-img-box .more-views-horizontal .row {
 margin: 0 -3px;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .item {
 padding: 0 3px;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a {
 display: inline-block;
 width: 100%;
 max-width: 100%;
 background: #fff;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a img {
 padding: 2px;
 border: 1px solid #ddd;
 border-radius: 7px;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .item a img.current {
 border-width: 2px;
 border-color: #ccc;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .item:hover a img {
 border-width: 2px;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav {
 opacity: 0;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-prev, .product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-next {
 position: absolute;
 top: 35%;
 right: auto;
 left: 10px;
 width: 28px;
 height: 28px;
 margin: 0;
 padding: 0;
 border-radius: 0;
 font-size: 30px;
 line-height: 28px;
 text-align: center;
 opacity: 1;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs .owl-nav .owl-next {
 right: 10px;
 left: auto;
}
.product-view .product-img-box .more-views-horizontal .product-image-thumbs:hover .owl-nav {
 opacity: 1;
}
.product-view .product-image.product-image-verticle {
 display: table-cell;
 width: 100vh;
 padding-left: 10px;
 vertical-align: top;
}
.product-view .product-image img {
 width: 100%;
 max-width: 100%;
 margin: 0 auto;
}
.product-view .product-image .product-image-gallery {
 position: relative;
 padding: 3px;
 border: 1px solid rgba(0, 0, 0, .1);
 border-radius: 5px;
}
.product-view .product-image .product-image-gallery .gallery-image {
 display: none;
}
.product-view .product-image .product-image-gallery .gallery-image.visible {
 display: block;
}
.product-view .product-image .product-image-gallery::before {
 display: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 content: '';
}
.product-view .product-image .product-image-gallery::before {
 background-color: white;
 opacity: 0.8;
 z-index: 2;
}
.product-view .product-image .product-image-gallery::after {
 display: none;
 position: absolute;
 top: 50%;
 left: 50%;
 margin-top: -13px;
 margin-bottom: -13px;
 margin-left: -13px;
 color: #777;
 font-family: 'FontAwesome';
 font-size: 25px;
 line-height: 1;
 content: '\f110';
 z-index: 3;
 -webkit-animation: spin 2s infinite linear;
 animation: spin 2s infinite linear;
}
.product-view .product-image .product-image-gallery.loading {
 min-height: 200px;
}
.product-view .product-image .product-image-gallery.loading::before, .product-view .product-image .product-image-gallery.loading::after {
 display: block;
}
.product-view .product-image .product-image-gallery .icon-zoom {
 position: absolute;
 right: 0;
 bottom: 0;
 width: 32px;
 height: 32px;
 font-size: 20px;
 text-align: center;
}
.product-view .product-image .product-image-gallery .pesto-icon-bottomright {
 font-size: 23px;
 line-height: 32px;
}

.product-shop {
    margin-bottom: 3em;

    .bottom-home-dailydeal {
        .title {
            display: inline-block;
            margin-bottom: 10px;
        }

        .product-date {
            width: 100%;
            height: 53px;
            padding: 0;
            background-color: transparent;
            box-sizing: border-box;

            > div {
                display: block;
                width: 23%;
                margin-left: 2%;
                padding: 4px 0;
                float: left;
                border-radius: 5px;
                background-color: #999;
                line-height: 1.4;

                :first-child {
                    margin-left: 0;
                }

                span {
                    display: block;
                    color: #fff;
                    font-weight: 600;
                    text-align: center;
                    text-transform: capitalize;

                    .no {
                        font-size: 20px;
                    }

                    .text {
                        font-size: 11px;
                    }
                }
            }
        }
    }

    .review-product-details {
        height: 20px;
        margin-top: 3px;
        margin-bottom: 15px;
        line-height: 1.25;

        .spr-badge-starrating {
            margin: 0;

            .spr-icon {
                top: 0;
                font-size: 13px;
            }
        }

        .spr-badge-caption {
            margin-left: 10px;
            color: #bdbdbd;
            font-size: 12px;
            line-height: 1.25;
            text-transform: capitalize;
            cursor: pointer;

            :hover {
                text-decoration: underline;
            }
        }
    }

    .product-inventory {
        margin: 0 0 10px;
        color: #777;
        font-size: 14px;
        font-weight: 600;

        span.in-stock {
            margin-left: 5px;
            font-weight: 400;
        }
    }

    .product-type,
    .product-vendor {
        padding: 5px 0 0;

        label {
            margin: 0;
            font-weight: 400;
        }
    }

    .no-rating {
        margin: 0 0 5px;
    }

    .product-sku {
        padding: 5px 0 0;
    }

    .product-share {
        margin-bottom: 10px;

        .sf-share-counts {
            .share-text {
                display: block;
                margin: 0;
                font-size: 15px;
                line-height: 40px;
            }

            a {
                display: inline-block;
                width: 32px;
                height: 32px;
                margin-right: 10px;
                border: #e0e0e0 solid 1px;
                color: #cdcdcd;
                font-size: 16px;
                line-height: 32px;
                text-align: center;

                :hover {
                    border: #444645 solid 1px;
                    color: #444645;
                }
            }
        }
    }
}

.prev-next-products {
    float: right;

    .product-nav {
        display: inline-block;
        position: relative;
        vertical-align: middle;

        .product-pop {
            position: absolute;
            top: 100%;
            left: 0;
            padding: 10px;
            transition: all .2s;
            border-top: 3px solid #08c;
            border-radius: 4px;
            background-color: #fff;
            text-align: center;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
            opacity: 0;
            visibility: hidden;
            z-index: 1;

            ::before {
                display: block;
                position: absolute;
                top: -13px;
                left: 0;
                width: 5px;
                height: 2px;
                border: 5px solid transparent;
                border-bottom-color: #08c;
                content: '';
            }

            .product-image {
                max-width: 80px;
                margin-bottom: 10px;
            }

            .product-name {
                margin: 0;
                font-size: 11px;
                font-weight: 600;
            }
        }

        .product-prev {
            .product-pop {
                right: auto;
                left: 0;
                margin-left: -51px;

                ::before {
                    right: auto;
                    left: 60px;
                }
            }
        }

        .product-next {
            .product-pop {
                right: 0;
                left: auto;
                margin-right: 2.5px;

                ::before {
                    right: 6px;
                    left: auto;
                }
            }
        }

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

    a {
        display: inline-block;
        color: #555;
        font-size: 17px;
        line-height: 28px;
    }
}

.product-name {
    h1 {
        margin: 15px 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;

        a {
            color: #555;
        }
    }
}

.short-description {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;

    ul {
        padding-left: 1.5em;
        list-style: disc outside;

        li {
            line-height: 20px;
            list-style: inherit;
        }
    }
}

.product-type-data {
    margin: 0 0 20px;

    .price_compare {
        display: inline-block;
        position: relative;
        margin-right: 7px;
        color: #000;
        font-size: 22px;
        vertical-align: middle;
        font-weight: 700;
        line-height: 1;
    }

    .price-box {
        s {
            display: inline-block;
            color: #999;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            text-decoration: line-through;
        }

        .price {
            display: inline-block;
            color: #3b3b3b;
            font-size: 33px;
            font-weight: 600;
            line-height: 1;
            vertical-align: middle;
        }
    }

    .availability {
        margin: 0 0 5px;
        padding: 0;
    }
}

.porto-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    @media (max-width: 991px) {
        margin-top: 15px;
        float: none;
    }

    .item {
        display: inline-block;

        @media (max-width: 767px) {
            display: block;
            width: 100%;
            padding-top: 15px;
        }

        i {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            float: left;
            border: 0;
            border-radius: 50%;
            color: #0088cc;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
        }

        h3 {
            margin-left: 65px;
            color: #6b7a83;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 20px;
        }
    }
}

.middle-product-detail {
 margin-top: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #ebebeb;
}
.middle-product-detail .review-product-details {
 padding: 5px 0 0;
}
.middle-product-detail .review-product-details .spr-icon {
 font-size: 13px;
}


.product-options {
    position: relative;
    margin: 20px 0 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;

    .selector-wrapper {
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 5px 0;

        label {
            display: inline-block;
            min-width: 65px;
            margin-right: 10px;
            color: #333;
            text-transform: uppercase;
            vertical-align: middle;
        }

        select {
            display: inline-block;
            min-width: 120px;
        }
    }

    .swatch {
        margin-bottom: 25px;

        .header {
            display: inline-block;
            min-width: 65px;
            margin-right: 8px;
            margin-bottom: 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 1.3;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .variant-items {
            display: inline-block;
            vertical-align: middle;
        }

        .swatch-element {
            input {
                display: none;

                .img {
                    position: relative;
                    border-color: #666;
                }
            }

            .square {
                input {
                    : checked + {
                        label {
                            position: relative;
                            color: #fff;
                            cursor: default;
                        }
                    }
                }

                .color {
                    input {
                        : checked + {
                            label:not(.swatch-image) {
                                ::before {
                                    position: absolute;
                                    top: 50%;
                                    left: 0;
                                    width: 100%;
                                    height: 12px;
                                    margin-top: -6px;
                                    color: #fff;
                                    font-family: FontAwesome;
                                    font-size: 11px;
                                    line-height: 12px;
                                    text-align: center;
                                    text-indent: 0;
                                    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
                                    content: '\f00c';
                                }

                                [for^='swatch-1-white']: :before {
                                    color: #333;
                                }
                            }
                        }

                        label: not(.swatch-image) {
                            ::before {
                                position: absolute;
                                top: 50%;
                                left: 0;
                                width: 100%;
                                height: 12px;
                                margin-top: -6px;
                                color: #fff;
                                font-family: FontAwesome;
                                font-size: 11px;
                                line-height: 12px;
                                text-align: center;
                                text-indent: 0;
                                content: '\f00c';
                            }

                            [for^='swatch-1-white']: :before {
                                color: #333;
                            }
                        }
                    }
                }
            }

            :not(.square) {
                input {
                    : checked + {
                        label {
                            ::after {
                                border-color: #000;
                            }
                        }
                    }
                }
            }
        }

        .swatch-element {
            position: relative;
            margin: 0 4px 0 0;
            float: left;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translateZ(0);
            cursor: pointer;

            .color.square {
                label {
                    border: 0;
                    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
                    cursor: pointer;

                    .swatch-image {
                        border: 1px solid transparent;
                    }

                    [for^='swatch-1-white'] {
                        border: #ececec solid 1px;
                    }

                    img {
                        float: left;
                    }
                }

                .size-small {
                    label {
                        width: 22px;
                        min-width: 22px;
                        height: 22px;
                    }
                }

                .size-medium {
                    label {
                        width: 32px;
                        height: 32px;
                    }
                }

                .size-large {
                    label {
                        width: 38px;
                        height: 38px;
                    }
                }
            }

            .crossed-out {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .soldout {
                .crossed-out {
                    display: block;
                }
            }

            :hover {
                .tooltip {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    visibility: visible;
                    filter: alpha(opacity=100);
                }
            }

            .square {
                label {
                    min-width: 32px;
                    margin: 0;
                    float: left;
                    border: 1px solid #e9e9e9;
                    background-color: #fff;
                    color: #636363;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 22px;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                    cursor: pointer;
                }

                :hover {
                    label {
                        color: #fff;
                    }
                }
            }

            :not(.square) {
                margin-right: 15px;

                label {
                    width: auto;
                    min-width: 25px;
                    margin: 0;
                    margin-right: 10px;
                    padding: 0;
                    float: left;
                    color: #333;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 28px;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                    cursor: pointer;

                    ::after {
                        position: absolute;
                        bottom: -5px;
                        left: 0;
                        width: 100%;
                        border-bottom: 2px solid transparent;
                        content: '';
                    }
                }
            }
        }

        .tooltip {
            display: block;
            position: absolute;
            bottom: 100%;
            margin-bottom: 10px;
            padding: 6px;
            background-color: #202020;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
            box-sizing: border-box;
            color: #fff;
            filter: alpha(opacity=0);
            font-size: 10px;
            opacity: 0;
            text-align: center;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
            transition: all .25s ease-out;
            visibility: hidden;
            z-index: 10000;

            ::before {
                display: block;
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 20px;
                content: ' ';
            }

            ::after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                width: 0;
                height: 0;
                margin-left: -5px;
                border-top: solid #202020 10px;
                border-right: solid transparent 10px;
                border-left: solid transparent 10px;
                border-width: 5px 5px 0;
                content: ' ';
            }
        }

        .img {
            display: inline-block;
            margin: 0;
            padding: 5px;
            transition: all .2s ease-in-out;
            border: 1px solid #e0e0e0;
            line-height: 0;
            box-shadow: inset 0 0 1px #e0e0e0;
            vertical-align: middle;
            cursor: pointer;

            i {
                display: inline-block;
                width: 22px;
                height: 22px;
                margin: 0;
                background-position: center center;
                background-size: cover;
                cursor: pointer;
            }
        }
    }
}

.actions-wrapper {
    .add-to-cart {
        padding: 13px 30px 10px;
        overflow: hidden;

        .input-box {
            margin: 12px 20px 5px 0;

            .items {
                display: inline-block;
                width: 30px;
                height: 30px;
                border: medium none;
                background-color: #f1f1f1;
                color: #9aa7af;
                line-height: 30px;
                text-align: center;
                cursor: pointer;

                :hover {
                    background-color: #181818;
                    color: #fff;
                }
            }

            input {
                display: inline-block;
                width: 35px !important;
                height: 30px;
                margin: 0;
                border: 1px solid #f1f1f1;
                color: #9aa7af;
                text-align: center;
                box-shadow: none;
            }
        }

        .button-wrapper {
            display: inline-block;
            width: 100%;
            height: 50px;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .05em;
            text-transform: uppercase;
            overflow: hidden;

            > div {
                position: relative;
                top: 0;
                margin-top: 10px;
                margin-right: 5px;
                padding: 0 10px;
                float: left;
                border-right: #575454 solid 1px;
                font-size: 18px;
                font-style: normal;
                line-height: 32px;
            }

            .btn-cart {
                display: inline-block;
                width: auto;
            }

            span {
                display: inline-block;
                position: relative;
                height: 50px;
                padding: 0 5px;
                color: #fff;
                font-size: 12px;
                letter-spacing: .05em;
                line-height: 50px;
                vertical-align: top;
                z-index: 1;
            }
        }
    }
}

.product-options-bottom {
    .price-box {
        display: none;
    }

    .add-to-cart-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;

        ul {
            margin: 0;

            li {
                display: inline-block;
            }
        }

        .input-box {
            display: -ms-flexbox;
            display: flex;
            position: relative;
            width: 60px;
            margin-right: 5px;
            margin-bottom: 20px;

            label {
                display: none !important;
            }

            input {
                width: calc(100% - 20px);
                max-width: 100px;
                height: 38px;
                margin-right: 3px;
                border: 1px solid #e1e1e1;
                border-radius: 3px;
                color: #3b3b3b;
                font-size: 14px;
                font-weight: 400;
                text-align: center;
            }

            .plus-minus {
                .items {
                    i {
                        display: block;
                        width: 16px;
                        height: 16px;
                        border: 1px solid #e1e1e1;
                        border-radius: 3px;
                        color: #ccc;
                        font-size: 8px;
                        line-height: 14px;
                        text-align: center;
                        cursor: pointer;
                    }
                }

                .increase {
                    margin-bottom: 6px;
                }
            }
        }

        .actions {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: auto;
            margin-bottom: 20px;

            .action-list.wishlist {
                margin-left: 5px;

                :hover {
                    opacity: .9;
                }
            }
        }

        .button-wrapper {
            position: relative;

            .btn-cart {
                display: block;
                height: 38px;
                transition: all 300ms ease;
                border: 0;
                border-radius: 5px;
                background: #3b3b3b;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 38px;
                text-decoration: none;

                i {
                    margin-right: 10px;
                }

                span {
                    height: auto;
                    line-height: 33px;
                }

                :hover {
                    opacity: .9;
                }
            }

            .button-wrapper-content {
                i {
                    position: absolute;
                    left: 12px;
                    padding-right: 10px;
                    color: white;
                    font-size: 14px;
                    line-height: 38px;
                    z-index: 3;
                }

                .btn-cart {
                    padding-right: 16px !important;
                    padding-left: 42px;
                    text-align: center;
                }
            }
        }
    }

    .wishlist a span {
        display: none;
        margin: 0 15px;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: middle;
    }
}

.addthis_toolbox {
    margin-top: 20px;
}

.product-tabs {
    .vertical {
        display: -ms-flexbox;
        display: flex;

        > ul {
            -ms-flex-direction: column;
            flex-direction: column;
            bottom: 0;
            width: 100%;
            margin-top: -1px;

            @media (min-width: 768px) {
                -ms-flex: 0 0 20%;
                flex: 0 0 20%;
                max-width: 20%;
            }

            li {
                display: block;
                margin-right: 0;
                margin-bottom: 5px;
                float: none;
                border-top: 1px solid #eee !important;
                border-bottom: 1px solid #dae2e6;
                border-left-width: 2px;
                border-radius: 3px 0 0 3px;

                @media (min-width: 768px) {
                    border-right: 0;
                }

                a {
                    display: block;
                    width: 100%;
                    min-width: 220px;
                    margin-bottom: -1px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    border-bottom: 2px solid transparent;
                }
            }
        }

        .tab-content {
            width: 100%;
            padding-top: 0;
            border: 0;
        }

        .product-tab-content {
            .tab-content {
                padding-top: 0;
                border-top: 0;

                @media (max-width: 767px) {
                    padding-left: 0;
                }

                #shopify-product-reviews {
                    width: 100%;
                    float: left;
                    clear: none;
                }
            }
        }
    }

    > ul {
        position: relative;
        bottom: -2px;
        overflow: hidden;

        li {
            margin-right: 1px;
            background-color: #f4f4f4;

            a {
                display: inline-block;
                padding: 10px 15px;
                border: 1px solid #eee;
                border-width: 3px 1px 0;
                border-radius: 5px 5px 0 0;
                font-size: 14px;
                line-height: 1;
            }
        }
    }

    .tab-content {
        min-height: 200px;
        padding: 37px 15px;
        border: 1px solid #eee;
        border-radius: 0 0 3px 3px;
        background-color: #fff;
        box-shadow: 0 1px 2px #eee;

        .active {
            display: block;
        }

        ul {
            padding-left: 1.5em;
            list-style: disc outside;

            li {
                line-height: 20px;
                list-style: inherit;
            }

            .unordered-list {
                margin-bottom: 15px;
                padding-left: 3em;
                list-style: none;

                li {
                    line-height: 36px;
                    list-style: inherit;

                    ::before {
                        margin-right: 12px;
                        color: #333;
                        font-family: porto;
                        font-size: 12px;
                        content: '\e84e';
                    }
                }
            }
        }

        .product-tabs-content-inner {
            p {
                margin: 0 0 15px;
                line-height: 1.5;
            }

            .spr-container {
                padding: 0;
                border: 0;

                .spr-header {
                    h2.spr-header-title {
                        margin: 0 0 15px;
                        font-size: 18px;
                        font-weight: 600;
                        text-transform: uppercase;
                    }
                }

                .spr-content {
                    .spr-form {
                        border-color: #ccc !important;
                    }
                }
            }
        }
    }
}

.product-tab-accordion {
    .panel {
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;

        + .panel {
            margin-top: 5px;
        }

        .panel-default {
            .panel-heading {
                padding: 0;
                border: 0;
                border-radius: 0;
                background: none;

                .panel-title {
                    margin-top: 0;
                    margin-bottom: 0;
                    color: inherit;
                    font-size: 16px;

                    a {
                        display: block;
                        position: relative;
                        min-height: 20px;
                        padding: 12px 20px 12px 10px;
                        transition: all .3s;
                        border: 0;
                        border-left: 3px solid #08c;
                        border-radius: 5px;
                        background-color: #08c;
                        color: #fff;
                        font-size: 15px;
                        font-weight: 400;

                        .collapsed {
                            background-color: #f4f4f4;
                            color: #3b3b3b;

                            ::after {
                                color: #08c;
                                content: '\e814';
                            }
                        }

                        ::after {
                            display: block;
                            position: absolute;
                            top: 50%;
                            right: 20px;
                            margin-top: -10px;
                            color: #fff;
                            font-family: 'porto';
                            content: '\e80b';
                        }
                    }
                }
            }
        }
    }

    .product-tabs-content-inner {
        padding: 15px;

        ul {
            padding-left: 1.5em;
            list-style: disc outside;
        }
    }
}

.product-tabs-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    z-index: 9;

    .has-sticky-header {
        top: 46px;

        .has-sticky-product {
            top: 137px;
        }
    }

    .has-sticky-product {
        top: 91px;
    }
}

.shop-features {
    text-align: center;

    h2.shop-features-title {
        position: relative;
        margin: 30px 0;
        text-align: center;

        span {
            display: inline-block;
            position: relative;
            padding: 0 12px;
            background-color: #fff;
            color: #313131;
            font-size: 15px;
            font-weight: 700;
            z-index: 1;
        }

        ::before {
            display: block;
            position: absolute;
            top: 50;
            width: 100%;
            height: 1px;
            background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
            content: '';
        }
    }

    i {
        display: inline-block;
        width: 64px;
        height: 64px;
        border: 2px solid #ccc;
        border-radius: 50% !important;
        color: #333;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }

    h3 {
        margin: 20px 0 10px;
        color: #121214;
        font-size: 15px;
        line-height: 1;
    }

    p {
        margin: 0 0 15px;
        padding: 0 10px;
        color: #777;
        font-size: 14px;
    }

    a {
        margin: 0;
        font-size: 14px;
    }
}

.sticky-tab {
    > li {
        display: inline-block;
        padding: 0 10px;
        font-size: 13px;

        :first-child {
            padding-left: 0;
        }

        > a {
            padding: 10px 0;
            color: #777;
        }
    }
}

.tags {
    padding: 5px 0 0;

    span {
        color: #cacaca;
    }
}

.spr-form-contact {
    margin: 0 -15px;

    .spr-form-contact-name {
        width: 100%;
        padding: 0 15px;
    }

    .spr-form-contact-email {
        width: 100%;
        padding: 0 15px;
    }
}

.spr-form-actions {
    input.spr-button {
        padding: 9px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;

        :hover {
            opacity: .9;
        }
    }
}

.spr-form-review-rating {
    label.spr-form-label {
        margin-right: 5px;
    }

    .spr-form-input {
        .spr-icon {
            font-size: 100%;
        }
    }
}

.spr-form-contact-name {
    margin-bottom: 20px;
}

input.spr-form-input {
    width: 100%;
    height: 38px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #777;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    font-size: 13px;
}

.spr-form-label {
    position: relative;
    margin-bottom: 10px;
    float: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;

    ::after {
        color: red;
        content: '*';
    }
}

.spr-reviews {
    .spr-review {
        position: relative;
        min-height: 90px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 100px;
        padding: 20px;
        border: 0;
        background: #f5f7f7;

        ::before {
            position: absolute;
            top: 0;
            left: -100px;
            width: 65px;
            height: 65px;
            background: url(avatar.jpg) no-repeat center center;
            content: '';
        }

        ::after {
            position: absolute;
            top: 28px;
            left: -15px;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 15px solid #f5f7f7;
            border-bottom: 15px solid transparent;
            content: '';
        }

        .spr-starratings {
            position: absolute;
            right: 15px;
            font-size: 9px;
        }

        .spr-review-header-title {
            display: inline-block;
            color: #777;
            font-size: 14px !important;
            font-weight: 700;
            line-height: 25px;

            ::after {
                padding-right: 0;
                padding-left: 4px;
                content: '-';
            }
        }

        .spr-review-header-byline {
            margin: 0;
            color: #999;
            font-size: .9em;
            font-style: inherit;
            opacity: 1;

            strong {
                color: #999;
                font-size: .9em;
                font-weight: 400;
            }
        }

        .spr-review-content-body {
            font-size: 13px;
        }

        .spr-review-content {
            margin: 0;

            p {
                margin: 0 !important;
            }
        }

        .spr-review-footer {
            display: none;
        }

        .spr-review-footer a {
            float: left;
        }
    }
}

.spr-form-input-textarea {
    height: 10em;
    max-height: 150px;
}

.spr-form-actions {
    margin: 1em 0 0;
    padding: 8px 0 0;
}

.sizes-table {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    color: #21293c;
    font-size: 14px;
    text-transform: uppercase;
    border-collapse: collapse;

    thead th {
        padding: 30px 0 30px 10px;
        background: #f4f4f2;
        font-weight: 600;
    }

    thead th: first-child,
    tbody th {
        padding-left: 30px;
    }

    tbody tr: nth-child(2n) > * {
        background: #ebebeb;
    }

    tbody td {
        padding: 12px 0 12px 10px;
        font-weight: bold;
    }
}

.products-related {
    background-color: inherit;

    h3.title-widget span.inner {
        background-color: #fff;
    }
}

.spr-badge-caption {
    cursor: pointer;
}
}

.popup-quick-view {
position: relative;
max-width: 900px;
margin: 40px auto;
padding: 20px 15px;
background: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
text-align: left;

.product-essential {
    overflow: hidden;

    .product-img-box {
        .product-image {
            .product-image-gallery {
                padding: 0;
                border: 0;
                border-radius: 0;
            }
        }

        .more-views-horizontal {
            .product-image-thumbs {
                .item {
                    padding: 0 3px;

                    a {
                        padding: 0;
                        border: 0;
                        border-radius: 0;
                    }
                }
            }
        }
    }
}
}

.sticky-product {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 15px 0;
background-color: #fff;
box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
z-index: 15;

.has-sticky-header {
    top: 46px;
}

> .container {
    position: relative;
}

.sticky-image,
.sticky-detail {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.sticky-detail {
    width: 70%;
}

.sticky-detail .product-name-area {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    vertical-align: top;

    .product-name {
        margin: 0 0 5px;
        color: #777;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
}

.ratings,
.sticky-detail .availability {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 25px;
    vertical-align: top;
}

.ratings .spr-badge-starrating {
    margin: 0 15px 0 0;
}

.price-box {
    margin: 10px 0 5px;

    .price {
        display: inline-block;
        color: #444;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        vertical-align: middle;
    }
}

.add-to-cart-clone {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -19px;
}
}

.product_view_fullwidth_carousel .product-view .product-img-box, .product_view_fullwidth_carousel .product-view .product-shop {
margin-bottom: 0;
}
.product_view_fullwidth_carousel .product-view .product-shop-wrapper {
position: relative;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .product-image-list {
position: relative;
}
@media (min-width: 768px) {
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active .item {
    position: relative;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .07);
    content: '';
    z-index: 1;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .active + .active + .active .item::before {
    display: none;
}
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav {
opacity: 1;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-prev, .product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-next {
position: absolute;
top: 50%;
right: auto;
left: 10px;
padding: 0;
transform: translateY(-50%);
border-radius: 0;
color: #222;
font-size: 40px;
line-height: 40px;
text-align: center;
opacity: 1;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list .owl-nav .owl-next {
right: 10px;
left: auto;
}
.product_view_fullwidth_carousel .product-view .product-img-box .product-img-list:hover .owl-nav {
opacity: 1;
}
.product_view_fullwidth_carousel .prev-next-products {
margin-top: 5px;
}
@media (max-width: 991px) {
.product_view_fullwidth_carousel .prev-next-products {
    display: none;
}
}
.product_view_fullwidth_carousel .top-right {
position: absolute;
top: 0;
right: 0;
z-index: 2;
}
@media (max-width: 991px) {
.product_view_fullwidth_carousel .top-right {
    position: relative;
}
}
.product_view_fullwidth_carousel .product-name h1 {
margin-top: 20px;
}
@media (min-width: 992px) {
.product_view_fullwidth_carousel .product-name h1 {
    padding-right: 300px;
}
}
@media (min-width: 992px) {
.product_view_fullwidth_carousel .product-name h1 a {
    font-size: 38px;
}
}
.product_view_fullwidth_carousel .addthis_toolbox {
margin-top: 2px;
margin-left: 15px;
float: right;
}
@media (max-width: 991px) {
.product_view_fullwidth_carousel .addthis_toolbox {
    margin: 10px 0 5px;
    float: none;
}
}
.product_view_fullwidth_carousel .product-type-data {
display: inline-block;
margin: 15px 0 10px;
}
@media (max-width: 991px) {
.product_view_fullwidth_carousel .product-type-data {
    display: block;
}
}
.product_view_fullwidth_carousel .product-type-data .price-box .price {
font-size: 30px;
font-weight: 600;
}
.product_view_fullwidth_carousel .product-type-data .price_compare {
margin-right: 10px;
font-size: 30px;
font-weight: 600;
}
.product_view_fullwidth_carousel .porto-custom-block {
margin-top: 10px;
padding: 0;
float: right;
border-bottom: 0;
}
.product_view_fullwidth_carousel .middle-product-detail {
padding-bottom: 21px;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
}
.product_view_fullwidth_carousel .short-description {
padding: 25px 0 19px;
border-bottom: 0;
}
.product_view_fullwidth_carousel .product-inventory {
margin: 0;
}
.product_view_fullwidth_carousel .product-type-main {
text-align: right;
padding-top: 20px;
}
@media (max-width: 991px) {
.product_view_fullwidth_carousel .product-type-main {
    text-align: left;
}
}
.product_view_fullwidth_carousel .product-options {
display: inline-block;
margin: 0;
border: 0;
vertical-align: middle;
}
.product_view_fullwidth_carousel .product-options .swatch {
display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
vertical-align: middle;
}
@media (min-width: 992px) {
.product_view_fullwidth_carousel .product-options .swatch .header {
    min-width: auto;
    margin-right: 18px;
}
}
.product_view_fullwidth_carousel .product-options-bottom {
display: inline-block;
margin-top: 0;
border: 0;
vertical-align: middle;
}
.product_view_fullwidth_carousel .product-options-bottom label.qty {
display: inline-block;
margin: 0 15px 20px 0;
color: #21293c;
font-size: 15px;
font-weight: 600;
letter-spacing: 0.005em;
text-transform: uppercase;
vertical-align: middle;
}
@media (max-width: 480px) {
.product_view_fullwidth_carousel .product-options-bottom label.qty {
    min-width: 56px;
}
}
.product_view_fullwidth_carousel .product-options-bottom .add-to-cart-box .input-box {
margin-right: 15px;
}
.product_view_fullwidth_carousel .product-options-bottom .add-to-cart-box .input-box input {
font-size: 13px;
}
.product_view_fullwidth_carousel .product-collateral {
margin-top: 30px;
}
.product_view_fullwidth_carousel .shopify-payment-button {
display: inline-block;
min-width: 150px;
margin-top: 0;
margin-left: 10px;
padding-right: 0;
}
@media (max-width: 767px) {
.product_view_fullwidth_carousel .shopify-payment-button {
    display: block;
    margin: 20px 0 0;
}
}

.product-view-fullwidth {
.product-img-box {
    position: relative;
}

.product-view {
    .fullwidth-row {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body: not(.full-width)  {

        .product-essential,
        .products-related {
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    .product-img-box {
        .product-img-list {
            position: relative;
        }

        .product-image.product-image-verticle {
            display: block;
            width: 100%;
            padding-left: 0;

            .product-image-gallery {
                padding: 0;
                border: 0;
                border-radius: 0;
            }

            img {
                max-height: 100%;
            }
        }

        .more-views-verticle {
            display: inline-block;
            position: absolute;
            top: 30px;
            left: 30px;
            z-index: 3;

            @media (max-width: 767px) {
                top: 15px;
                left: 15px;
            }

            .media-list {
                .verticl-carousel a {
                    margin-bottom: 10px;
                    padding: 0;
                    border: 1px solid rgba(0, 0, 0, .1);
                    border-radius: 0;
                    background-color: rgba(244, 244, 244, .5);
                }
            }
        }
    }

    .product-name h1 {
        padding-bottom: 5px;

        a {
            color: #21293c;
            font-size: 40px;
            line-height: 1;

            @media (max-width: 1680px) {
                font-size: 30px;
            }
        }
    }

    .product-shop {
        .review-product-details {
            margin-bottom: 10px;
        }

        .product-inventory {
            margin: 0;
        }
    }

    .porto-custom-block {
        margin-bottom: 18px;
        padding: 0 0 3px;
        border-bottom: 0;

        .item {
            margin-right: 20px;
            margin-bottom: 20px;
            padding: .8em 2em;
            float: none;
            background: #fff;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);

            h3 {
                margin: 0;
                color: #2e3539;
                font-size: 12px;
                font-weight: 600;
                line-height: 17px;
            }
        }
    }

    .product-type-data {
        margin-bottom: 10px;

        .price-box .price {
            font-size: 30px;
            font-weight: 600;
        }
    }

    .short-description {
        padding: 5px 0 0;
        border: 0;
    }

    .middle-product-detail {
        padding-bottom: 5px;
        border: 0;
    }

    .product-options {
        margin-top: 37px;
        border: 0;

        .swatch {
            display: inline-block;
            margin-right: 23px;

            .header {
                min-width: auto;
                margin-right: 18px;

                @media (max-width: 767px) {
                    min-width: 55px;
                }
            }
        }
    }

    .product-options-bottom {
        margin-top: 24px;
        margin-bottom: 25px;
        border: 0;
    }

    .product-collateral {
        margin-top: 40px;
    }

    .product-tabs .tab-content ul.unordered-list {
        padding-left: 0;
    }

    .products-related {
        padding: 41px 50px 36px;
        background-color: #f4f4f4;

        @media (max-width: 1199px) {
            padding: 41px 30px 36px;
        }

        @media (max-width: 575px) {
            padding: 41px 10px 36px;
        }

        h3.title-widget span.inner {
            background-color: #f4f4f4;
        }
    }
}

.zoomContainer {
    display: none !important;
}
}

.product_view_grid_image {
.product-view {
    .product-image-grid {
        position: relative;
        margin-bottom: 30px;

        img {
            width: 100%;
        }
    }

    .product-type-data {
        .price-box .price {
            display: inline-block;
            font-family: 'Oswald';
            font-size: 25px;
            font-weight: 500;
            line-height: 1;
        }

        .price_compare {
            margin-right: 10px;
            font-family: 'Oswald';
            font-size: 18px;
        }
    }

    .middle-product-detail {
        border: 0;
    }

    .product-options {
        border: 0;

        .swatch {
            display: block;
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        display: block;
        border: 0;
    }

    .porto-custom-block {
        margin: 0;
        padding: 0;
        border-bottom: 0;
        overflow: hidden;

        .item {
            display: inline-block;
            padding-right: 15px;
            text-align: left;
        }
    }
}
}

.clear-both {
clear: both;
}

.product-view-sticky-left-right {
.product-view {
    .product-essential > div.row {
        margin: 0 -10px;

        > .product-shop,
        > .product-img-box {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    .product-summary-before {
        margin-bottom: 17px;
    }

    .product-name {
        margin-right: 20px;
        float: left;

        @media (max-width: 1199px) {
            max-width: 450px;
        }

        @media (max-width: 767px) {
            max-width: 277px;
        }

        h1 {
            margin: 0;

            a {
                @media (min-width: 1200px) {
                    font-size: 32px;
                }
            }
        }
    }

    .prev-next-products {
        position: relative;
        float: left;

        @media (min-width: 1200px) {
            top: 3px;
        }
    }

    .review-product-details {
        clear: both;
    }

    .porto-custom-block {
        display: none;

        .item {
            display: block;
            padding-bottom: 10px;

            i {
                width: auto;
                height: auto;

                ::before {
                    margin: 0;
                }
            }
        }
    }

    .product-options {
        margin-top: 0;
        border: 0;

        .swatch {
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        margin-top: 0;
        border-bottom: 0;

        label.qty {
            display: inline-block !important;
            min-width: 65px;
            margin: 0 4px 20px 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .add-to-cart-box .actions .action-list.wishlist {
            @media (min-width: 992px) and (max-width: 1199px) {
                margin-top: 15px;
                margin-left: 0;
            }
        }
    }

    .product-img-box {
        .product-image-grid {
            margin-bottom: 4px;

            img {
                width: 100%;
            }
        }
    }

    .addthis_toolbox {
        margin-top: 0;
        float: right;

        @media (max-width: 767px) {
            margin: 10px 0;
            float: left;
            clear: both;
        }
    }

    .middle-product-detail {
        border-bottom: 0;
    }
}

.product-shop {
    position: relative;
}
}

.product_view_sticky_right {
.product-view {
    .product-collateral {
        clear: both;
    }

    .product-shop {
        position: relative;
    }

    .product-img-box {
        .product-image-grid {
            margin-bottom: 4px;

            img {
                width: 100%;
            }
        }
    }

    .product-name {
        width: calc(100% - 50px);

        h1 {
            margin: 0;
            padding-bottom: 8px;
            line-height: 30px;
        }
    }

    .prev-next-products {
        position: absolute;
        top: 2px;
        right: 5px;
    }

    .review-product-details {
        margin-bottom: 13px;
    }

    .product-options-bottom {
        border-bottom: 0;
    }

    .porto-custom-block {
        margin-top: 0;
        margin-bottom: 2em;
        padding: 0;
        float: left;
        border-bottom: 0;

        @media (max-width: 767px) {
            margin-top: -20px;
        }

        .item {
            display: inline-block;
            margin-right: 25px;

            i {
                width: auto;
                height: auto;

                ::before {
                    margin: 0;
                }
            }
        }
    }

    .addthis_toolbox {
        margin-top: 0;
        margin-bottom: 2em;
        float: right;

        @media (max-width: 991px) {
            width: 100%;
            float: left;
            clear: both;
        }
    }

    .product-collateral {
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #f4f4f4;
    }

    .product-tabs {
        > ul {
            li {
                a {
                    @media (min-width: 992px) {
                        margin-right: 0;
                        font-size: 18px;
                    }
                }
            }
        }

        .tab-content {
            background-color: transparent;
        }
    }
}
}

.addthis_toolbox svg {
display: block;
}

.product_view_wide_grid {
.product-view {
    .product-essential > div.row {
        margin: 0 -10px;

        > .product-shop,
        > .product-img-box {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    .prev-next-products {
        position: absolute;
        top: 3px;
        right: 5px;
    }

    .product-name {
        width: calc(100% - 40px);

        h1 {
            margin: 0;
            padding-bottom: 8px;
            line-height: 30px;
        }
    }

    .review-product-details {
        margin-bottom: 13px;
    }

    .middle-product-detail {
        border: 0;
    }

    .porto-custom-block {
        padding: 0 0 10px;
        border-bottom: 0;

        .item {
            display: block;
            margin-right: 20px;
            margin-bottom: 20px;
            padding: .8em 2em;
            background: #fff;
            text-align: center;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);

            h3 {
                margin: 0;
                color: #2e3539;
                font-size: 12px;
                font-weight: 600;
                line-height: 19px;
            }
        }
    }

    .product-options {
        margin-top: 0;
        border: 0;

        .swatch {
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        margin-top: 0;

        label.qty {
            display: inline-block !important;
            min-width: 65px;
            margin: 0 4px 20px 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            text-transform: uppercase;
            vertical-align: middle;
        }
    }
}
}

.product-main .collection-main-banner .category-image img {
width: 100%;
}
.template-product .zoomContainer {
 display: none;
{{% if settings.product_zoom_disable !=blank %}}
display:none;{
{{ % endif %}}
}
}
.zoomContainer {
z-index: 14;
}

/* CONTACT*/
ul.form-list li {
 margin: 0 0 10px;
}
ul.form-list li label {
 position: relative;
 margin: 0 0 10px;
 float: left;
 color: #777;
 font-size: 14px;
 font-weight: 400;
 vertical-align: middle;
 z-index: 0;
}
ul.form-list li label em {
 position: absolute;
 top: 0;
 right: -8px;
 float: right;
 color: #eb340a;
 font-style: normal;
}

.form-vertical .contact-form {
 padding: 20px 0 50px;
}
.form-vertical .contact-form h3 {
 margin-top: 0;
 margin-bottom: 20px;
 font-size: 20px;
 font-weight: 300;
 letter-spacing: 0;
}


.content-contact {
padding: 20px 0 50px;

h2.legend {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}

i {
    width: 43px;
    height: 43px;
    margin-bottom: 15px;
    float: left;
    border-radius: 6px;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

p {
    margin-bottom: 0;
    margin-left: 55px;
    font-size: 14px;
    line-height: 21px;
}
}

// FOOTER .footer_2 {
.input-group {
position: relative;
width: 100%;
max-width: 400px;
float: left;

input {
    width: 95%;
    max-width: 370px;
    height: 48px;
    margin-bottom: 0;
    padding-right: 105px;
    padding-left: 15px;
    float: left;
    border: 0;
    border-radius: 0;
    background-color: #2c2c2c;
    color: #6b7074;
    font-size: 14px;
}

button {
    width: 120px;
    margin-left: -120px;
    float: left;
    border-left: solid 1px #3b3b3b;
    line-height: 48px;
    text-transform: uppercase;
}
}

.social-icons {
float: right;
}

a {
width: 48px;
height: 48px;
margin-right: 4px;
margin-left: 0;
float: left;
border-radius: 0;
background-color: #33332f;
background-image: none;
color: #fff;
font-size: 18.6px;
line-height: 46px;
text-align: center;
text-indent: 0;
}

.footer-top-inner .block .block-title {
margin-bottom: 13px;
padding-top: 25px;
}

.footer-top-inner {
border-bottom: 1px solid #2c2c2c;
}
}

.footer-middle-2 {
background-color: #000;
}

.box_footer .block-bottom .subcribe {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

.newslettter .block-subscribe .block-title {
	 margin-bottom: 35px;
	 font-size: 18px;
	 font-weight: 400;
	 letter-spacing: 0.1em;
	 text-transform: uppercase;
}
 .newslettter .block-subscribe .block-title span {
	 color: #000;
}
 .newslettter .block-subscribe form {
	 position: relative;
}
 .newslettter .block-subscribe form .item {
	 position: relative;
}
 .newslettter .block-subscribe form #fc-response {
	 display: block;
	 padding: 8px 0;
	 font-style: italic;
	 font-weight: 400;
}
 .newslettter .block-subscribe form .input-box {
	 margin-right: 200px;
}
 .newslettter .block-subscribe form .input-box input {
	 width: 100%;
	 height: 50px;
	 margin: 0;
	 padding: 0 15px;
	 border: 0;
	 box-shadow: none;
}
 .newslettter .block-subscribe form .actions {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 width: auto;
}
 .newslettter .block-subscribe form .actions .btn-button {
	 height: 50px !important;
	 padding: 0 60px;
	 font-size: 12px;
	 line-height: 50px;
}
 .newslettter .block-subscribe form .actions .btn-button span {
	 font-size: 12px;
	 font-weight: 400;
	 letter-spacing: 1px;
}
 

.newsletterbox .block-subscribe {
	 position: absolute;
	 top: 15%;
	 left: 5%;
	 width: 55%;
	 text-align: center;
}
 .newsletterbox .block-subscribe .block-title {
	 padding-bottom: 25px;
	 color: #333;
	 font-size: 30px;
	 font-weight: 600;
	 letter-spacing: 0.1em;
	 line-height: 30px;
	 text-transform: uppercase;
}
 .newsletterbox .block-subscribe .content {
	 padding-bottom: 18px;
	 color: #555;
	 font-size: 13px;
	 letter-spacing: 0.025em;
	 line-height: 24px;
}
 .newsletterbox .block-subscribe input.input-text {
	 width: 100%;
	 height: 47px;
	 margin-bottom: 10px;
	 border: #c3c2c2 solid 1px;
	 text-align: center;
	 box-shadow: none;
}
 .newsletterbox .block-subscribe #mc-response {
	 display: block;
	 margin-bottom: 10px;
}
 .newsletterbox .block-subscribe .subcriper_label {
	 padding-top: 10px;
}
 .newsletterbox #cboxClose {
	 top: 0;
	 right: 0;
	 bottom: auto;
	 border: 0;
	 background-color: #333;
	 background-position: -10px -60px;
}
 

.footer-wrapper .bestseller .sidebar-content .products-grid .item {
width: 100%;
max-width: 300px;
padding: 0;
float: none;
}

.footer-wrapper .bestseller .sidebar-content {
margin: 0;
padding: 0 !important;
background: none;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area h2.product-name {
display: block;
margin: 0 0 3px;
font-size: 12px;
font-weight: 400;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .price-box .price {
color: #fff;
font-size: 15px;
font-weight: 600;
}

.footer-wrapper .footer-middle .info-footer .bestseller {
margin-top: -10px;
}

.footer-wrapper .bestseller .sidebar-content .products-grid {
padding: 0 !important;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area {
display: inline-block;
position: relative;
width: 100%;
padding: 10px 0 6px;
clear: both;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area {
width: 33%;
padding: 2px !important;
float: left;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area {
width: 66%;
padding: 7px 16px;
float: left;
text-align: left;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .ratings {
background: none;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area a.product-image {
min-height: inherit;
}

@media (min-width: 1200px) {
width: 1170px;
}

.active div.effect-pageLeft {
-webkit-animation: pageLeft 600ms ease both;
animation: pageLeft 600ms ease both;
-webkit-animation-delay: 300ms;
}

@keyframes circlespin {
from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
}
}

@-webkit-keyframes circlespin {
from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
}
}

@-ms-keyframes circlespin {
from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

to {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
}
}

@media (min-width: 992px) {
.a-right-sm {
    text-align: right;
}
}

@media (min-width: 768px) {
.sidebar {
    padding-right: 12px;
}

.sidebar-product {
    padding-left: 12px;
}

.collection-content {
    padding-left: 12px;
}

.template-blog .sidebar {
    padding-left: 12px;
}

.template-index .header-container.container {
 width: auto !important;
 padding-right: 30px;
 padding-left: 30px;
}
.template-index .header-container.container .header-right-area {
 right: 0 !important;
}
}


.collection-content {
-ms-flex-order: 1;
order: 1;
}

.col-left {
-ms-flex-order: 0;
order: 0;
}

.col-right {
-ms-flex-order: 2;
order: 2;
}

.collection-main-banner {
display: block;
}

.banner-width {
width: 100%;
}

.mobile-canvas-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .3s;
background-color: #000;
opacity: 0;
visibility: hidden;
z-index: 100;
filter: alpha(opacity=0);
}

.mobile-canvas-shown {
.block-main-canvas {
    right: 0;

    .canvas-inner {
        display: block;
        height: 100%;
        padding-right: 10px;
        padding-left: 10px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .canvas-icon {
        opacity: 1;
        visibility: visible;

        i: :before {
            font-family: Porto;
            content: '\e82c';
        }
    }
}

.mobile-canvas-overlay {
    opacity: .5;
    visibility: visible;
    filter: alpha(opacity=15);
}

.col-left .block-main-canvas {
    right: auto;
    left: 0;
}

.col-right .block-main-canvas {
    right: 0;
    left: auto;
}

.sidebar .block::before {
    display: none;
}
}
@media (max-width: 991px) {
.col-left .block-main-canvas {
    right: auto;
    left: -260px;
}

.col-right .block-main-canvas {
    right: -260px;
    left: auto;

    .canvas-icon {
        right: auto;
        left: -40px;
        border-right-width: 0;
        border-left-width: 1px;
    }
}

.block-main-canvas {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 260px;
    padding: 0;
    transition: all .3s;
    background-color: #fff;
    z-index: 101;
}
}

// PRODUCT TYPE 1 {
% if settings.style_product_view=='1'%
}

#collection-main,
{
% endif %
}

.product_type_1 {
.category-products {
    .products-grid {
        .item {
            : hover {
                .item-area {
                    .product-image-area {
                        box-shadow: 0 13px 20px -5px rgba(0, 0, 0, .2);
                    }
                }
            }

            .item-area {
                .details-area {
                    .actions {
                        .icon-cart {
                            ::before {
                                content: '\e87f' !important;
                            }
                        }

                        .icon-wishlist {
                            ::before {
                                content: '\e889' !important;
                            }
                        }

                        .btn-cart {
                            display: inline-block;
                            height: 32px;
                            padding: 0 10px 0 5px;
                            border-radius: 5px;
                            font-family: 'Oswald';
                            font-size: 12.5px;
                            font-weight: 400;
                            letter-spacing: .025em;
                            line-height: 28px;
                            text-transform: uppercase;

                            i {
                                display: inline-block;
                                height: 30px;
                                font-size: 17px;
                                line-height: 27px;
                                vertical-align: middle;
                            }

                            span {
                                display: inline-block;
                                height: 30px;
                                line-height: 29px;
                                vertical-align: middle;
                            }
                        }
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #465157;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 21px;
                    }

                    .ratings {
                        background: none;
                    }
                }

                .product-image-area {
                    a.quickview-icon {
                        position: absolute;
                        top: auto;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        height: 46px;
                        background-color: rgba(0, 0, 0, .6);
                        font-family: 'Oswald';
                        font-size: 12.5px;
                        font-weight: 400;
                        letter-spacing: .025em;
                        line-height: 26px;
                        text-align: center;
                        text-transform: uppercase;

                        i {
                            transition: all .3s;
                            opacity: 0;

                            ::before {
                                opacity: 0;
                            }
                        }

                        span {
                            margin-left: -17px;
                            transition: all .3s;
                        }

                        .loading {
                            i {
                                opacity: 1;
                            }

                            span {
                                margin-left: 0;
                            }
                        }
                    }

                    .actions {
                        display: none;
                    }
                }

                :hover {
                    .bottom-home-dailydeal {
                        bottom: 45px;
                    }

                    .product-image-area {
                        a.quickview-icon {
                            opacity: 1;
                            visibility: visible;
                            filter: Alpha(Opacity=100);
                        }
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;

                            .btn-cart {
                                i: :before {
                                    content: '\e87f' !important;
                                }
                            }

                            .link-wishlist {
                                i: :before {
                                    content: '\e889' !important;
                                }
                            }
                        }

                        .quickview-icon {
                            display: inline-block;
                        }
                    }
                }
            }
        }

        .hide-action .item .item-area .product-image-area .actions {
            display: none;
        }
    }
}
}

// PRODUCT TYPE 2 {
% if settings.style_product_view=='2'%
}

#collection-main,
{
% endif %
}

.product_type_2 {
.category-products {
    .products-grid {
        .item.product-layout-list {
            .item-area {
                margin-bottom: 0;
                padding-bottom: 0;

                .details-area {
                    position: static;
                    padding: 0 20px;
                    text-align: left;

                    .actions {
                        position: static;
                        opacity: 1;

                        a.quickview-icon {
                            width: 38px;
                            height: 38px;
                            line-height: 36px;
                        }
                    }

                    .price {
                        margin-bottom: 5px;
                        padding-bottom: 0;
                        border: 0;
                    }
                }
            }
        }

        .item {
            .item-area {
                position: relative;
                margin-bottom: 37px;
                padding-bottom: 100px;
                overflow: hidden;

                .details-area {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    padding: 27px 0 5px;
                    transition: all .3s;
                    background-color: #fff;
                    text-align: center;

                    .product-name {
                        font-size: 16px;
                    }

                    .actions {
                        position: absolute;
                        right: 0;
                        bottom: -55px;
                        left: 0;
                        transition: all .3s;
                        opacity: 0;

                        .select-options {
                            height: 38px;
                            margin: 10px 1px;
                            padding: 0 15px;
                            transition: none;
                            font-family: 'Oswald';
                            font-size: 12px;
                            line-height: 36px;
                            text-transform: uppercase;
                            opacity: 1;
                            visibility: visible;

                            i {
                                display: none;
                            }
                        }

                        .link-wishlist {
                            position: relative;
                            right: 0 !important;
                            width: 38px;
                            height: 38px;
                            transition: none;
                            line-height: 36px;
                            opacity: 1 !important;
                            visibility: visible !important;
                        }

                        .link-compare {
                            position: relative;
                            left: 0 !important;
                            width: 38px;
                            height: 38px;
                            transition: none;
                            line-height: 36px;
                            opacity: 1 !important;
                            visibility: visible !important;
                        }

                        .action-list {
                            form {
                                button {
                                    width: 38px;
                                    height: 38px;
                                    margin: 10px 1px;
                                    padding: 0 8px;
                                    transition: none;
                                    font-family: 'Oswald';
                                    line-height: 36px;
                                    text-transform: uppercase;

                                    span {
                                        display: none;
                                    }

                                    i {
                                        font-size: 20px;
                                        line-height: 32px;

                                        .icon-cart::before {
                                            margin: 0;
                                            content: '\e881';
                                        }
                                    }
                                }

                                .qtyminus {
                                    display: inline-block;
                                    width: 30px;
                                    height: 38px;
                                    margin-top: 10px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    border-right: 0;
                                    color: #e1ddc3;
                                    font-size: 11px;
                                    line-height: 36px;
                                    text-align: center;
                                    cursor: pointer;
                                    vertical-align: middle;
                                }

                                .quantity {
                                    display: inline-block;
                                    width: 35px;
                                    height: 38px;
                                    margin-top: 10px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    line-height: 36px;
                                    text-align: center;
                                    vertical-align: middle;
                                }

                                .qtyplus {
                                    width: 30px;
                                    height: 38px;
                                    margin-top: 10px;
                                    margin-right: 4px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    border-left: 0;
                                    color: #e1ddc3;
                                    font-size: 11px;
                                    line-height: 36px;
                                    text-align: center;
                                    cursor: pointer;
                                }
                            }

                            .product-wishlist {
                                i {
                                    .icon-wishlist: :before {
                                        content: '\e811';
                                    }
                                }
                            }
                        }
                    }

                    .price {
                        margin: 8px 0 0;
                        padding-bottom: 20px;
                        border-bottom: solid 1px #e4e4e4;
                        color: #444;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 1;
                    }
                }

                .product-image-area {
                    .quickview-icon {
                        position: absolute;
                        right: 0;
                        width: 30px;
                        height: 30px;
                        margin: 5px;
                        padding: 5px;
                        background-color: #fff;
                        color: #a19d81;
                        line-height: 23px;
                        opacity: 0;
                        visibility: hidden;
                        z-index: 5;

                        .icon-export::before {
                            font-size: 15px;
                            font-style: initial;
                            content: '\e885';
                        }

                        span {
                            display: none;
                        }
                    }

                    .actions {
                        display: none;
                    }
                }
            }

            :hover {
                .item-area {
                    .details-area {
                        bottom: 52px;

                        .actions {
                            opacity: 1;
                        }
                    }

                    .product-image-area {
                        .quickview-icon {
                            opacity: 1;
                            visibility: visible;
                        }
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;
                            bottom: 82px;
                            left: 0;
                            width: 100%;
                            text-align: center;

                            .action-list {
                                border-radius: 0;
                                background: transparent;

                                form {
                                    button {
                                        width: 38px;
                                        height: 38px;
                                        margin: 10px 1px;
                                        padding: 0 8px;
                                        transition: none;
                                        color: #61605a;
                                        font-family: 'Oswald';
                                        line-height: 36px;
                                        text-transform: uppercase;

                                        span {
                                            display: none;
                                        }

                                        i {
                                            font-size: 20px;
                                            line-height: 32px;

                                            .icon-cart::before {
                                                margin: 0;
                                                content: '\e881';
                                            }
                                        }
                                    }

                                    .qtyminus {
                                        display: inline-block;
                                        width: 30px;
                                        height: 38px;
                                        margin-top: 10px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        border-right: 0;
                                        background-color: #fff;
                                        color: #e1ddc3;
                                        font-size: 11px;
                                        line-height: 36px;
                                        text-align: center;
                                        cursor: pointer;
                                        vertical-align: middle;
                                    }

                                    .quantity {
                                        display: inline-block;
                                        width: 35px;
                                        height: 38px;
                                        margin-top: 10px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        background-color: #fff;
                                        line-height: 36px;
                                        text-align: center;
                                        vertical-align: middle;
                                    }

                                    .qtyplus {
                                        width: 30px;
                                        height: 38px;
                                        margin-top: 10px;
                                        margin-right: 4px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        border-left: 0;
                                        background-color: #fff;
                                        color: #e1ddc3;
                                        font-size: 11px;
                                        line-height: 36px;
                                        text-align: center;
                                        cursor: pointer;
                                    }
                                }

                                .product-wishlist {
                                    i {
                                        .icon-wishlist: :before {
                                            content: '\e811';
                                        }
                                    }
                                }

                                .addtocart .btn-cart {
                                    width: 30px !important;
                                    height: 38px;
                                }

                                a.link-wishlist {
                                    width: 30px;
                                    height: 38px;
                                    line-height: 38px;
                                }
                            }

                            a.quickview {
                                display: none;
                            }

                            i.icon-cart {
                                : :before {
                                    margin: 0;
                                    content: '\e881';
                                }
                            }
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

// PRODUCT TYPE 3 {
% if settings.style_product_view=='3'%
}

#collection-main,
{
% endif %
}

.product_type_3 {
.category-products {
    .products-grid {
        .item {
            .item-area {
                .product-image-area {
                    overflow: visible;

                    .quickview {
                        position: absolute;
                        top: 50%;
                        right: auto;
                        left: 50%;
                        margin-top: -25px;
                        margin-left: -48px;
                        padding: 17px 15px;
                        transition: .1s all;
                        background: #000;
                        color: #fff;
                        font-family: 'Oswald';
                        font-size: 12px;
                        font-weight: 400;
                        letter-spacing: 1px;
                        line-height: 1.4;
                        text-transform: uppercase;
                        opacity: 0;
                        visibility: hidden;
                        z-index: 9;

                        i {
                            transition: all .3s;
                            opacity: 0;

                            ::before {
                                opacity: 0;
                            }
                        }

                        span {
                            margin-left: -17px;
                            transition: all .3s;
                        }

                        .loading {
                            i {
                                opacity: 1;
                            }

                            span {
                                margin-left: 0;
                            }
                        }
                    }

                    .actions {
                        position: absolute;
                        right: 0;
                        bottom: -56px;
                        left: auto;
                        width: auto;
                        padding: 0;
                        transition: opacity .2s;
                        text-align: right;
                        opacity: 1;
                        visibility: visible;

                        .action-list {
                            .addtocart {
                                display: none;
                            }

                            .add-to-links {
                                li a.link-wishlist {
                                    display: inline-block;
                                    width: 32px;
                                    height: 32px;
                                    border: 0;
                                    background-color: transparent;
                                    color: #dfdfdf;
                                    font-size: 17px;
                                    line-height: 32px;
                                    text-align: center;
                                }
                            }
                        }
                    }

                    .bottom-home-dailydeal {
                        bottom: 0;
                    }

                    .product-image {
                        ::after {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            transition: all .3s;
                            background: #000;
                            content: '';
                            opacity: 0;
                            visibility: hidden;
                            z-index: 2;
                        }
                    }
                }

                .details-area {
                    padding-top: 30px;
                    padding-bottom: 10px;
                    text-align: left;

                    .product-name {
                        padding-right: 30px;
                        letter-spacing: .025em;
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #000;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                    }

                    .actions {
                        display: none;
                    }

                    .ratings {
                        background: none;
                    }
                }
            }

            :hover {
                .product-image-area {
                    .product-image {
                        ::after {
                            opacity: .2;
                            visibility: visible;
                        }
                    }

                    .quickview-icon {
                        opacity: 1;
                        visibility: visible;
                    }

                    .actions {
                        .action-list {
                            .add-to-links {
                                li a.link-wishlist {
                                    color: #000;
                                }
                            }
                        }
                    }
                }
            }
        }

        .item.product-layout-list {
            .item-area {
                .details-area {
                    padding: 0 20px;

                    .actions {
                        display: block;

                        .action-list {
                            i.icon-cart {
                                line-height: 27px;
                            }
                        }
                    }
                }

                .product-image-area {

                    .actions,
                    .quickview-icon,
                    .product-image::after {
                        display: none;
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;
                            right: auto;
                            bottom: 10px;
                            left: 10px;
                            z-index: 10;

                            a.quickview {
                                display: none;
                            }
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

// PRODUCT TYPE 4 {
% if settings.style_product_view=='4'%
}

#collection-main,
{
% endif %
}

.product_type_4 {
.category-products {
    .products-grid {
        .item {
            : hover {
                .item-area {
                    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
                }
            }

            .item-area {
                background: #fff;

                .product-image-area {
                    .product-label {
                        right: 10px;
                        left: auto;

                        .onsale span {
                            padding: 4px 10px;
                            border-radius: 12px !important;
                            font-size: .8571em;
                        }
                    }
                }

                .details-area {
                    .actions {
                        .icon-cart {
                            ::before {
                                margin-left: 0;
                                content: '\e87f' !important;
                            }
                        }

                        .icon-wishlist {
                            ::before {
                                content: '\e889' !important;
                            }
                        }

                        .btn-cart {
                            font-family: 'Oswald';
                            letter-spacing: .025em;
                            text-transform: uppercase;

                            i {
                                display: none;
                            }

                            span: :before {
                                display: inline-block;
                                margin-right: 5px;
                                font-family: 'porto';
                                font-size: 17px;
                                content: '\e87f';
                                vertical-align: middle;
                            }
                        }
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #465157;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 21px;
                    }

                    .ratings {
                        background: none;
                    }
                }

                .product-image-area {
                    .actions {
                        display: none;
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;

                            i.icon-cart {
                                : :before {
                                    content: '\e87f' !important;
                                }
                            }

                            .icon-wishlist {
                                ::before {
                                    content: '\e889' !important;
                                }
                            }
                        }

                        a.quickview-icon {
                            display: inline-block;
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

.custom-block-tab-right {
margin-top: 3px;
padding: 30px 20px 40px;
border: #e4e4e4 solid 1px;
background-color: #fff;

.bestseller .sidebar-content {
    margin: 0;
    padding: 0 !important;
    border: 0;
}

.bestseller .sidebar-content .products-grid .owl-nav div {
    top: 4px;
}

.bestseller .sidebar-content .products-grid .owl-stage-outer .owl-item .item .item-area .details-area h2.product-name {
    color: #7a7d82;
    font-size: 14px;
    font-weight: 600;
}
}

.collection_banner .collection-banner-ct {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
}

.collection_banner .collection-banner-ct .banner-ct-area span.text {
position: absolute;
top: 32%;
left: 17%;
}

.collection_banner .collection-banner-ct .banner-ct-area {
position: relative;
height: 100%;
}

.collection_banner .collection-banner-ct .banner-ct-area span.text div > span {
color: #fff;
font-family: 'Oswald';
font-size: 60px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
}

.products-spacing-0 {
margin: 0;
}
.product {
    padding-right: 0;
    padding-left: 0;
}


.products-spacing-3 {
margin: 0 -3px;

.product {
    padding-right: 3px;
    padding-left: 3px;
}
}

.products-spacing-6 {
margin: 0 -6px;

.product {
    padding-right: 6px;
    padding-left: 6px;
}
}

.products-spacing-8 {
margin: 0 -8px;

.product {
    padding-right: 8px;
    padding-left: 8px;
}
}

.products-spacing-10 {
margin: 0 -10px;

.product {
    padding-right: 10px;
    padding-left: 10px;
}
}

.products-spacing-15 {
margin: 0 -15px;

.product {
    padding-right: 15px;
    padding-left: 15px;
}
}

.products-spacing-20 {
margin: 0 -20px;

.product {
    padding-right: 20px;
    padding-left: 20px;
}
}

.products-spacing-25 {
margin: 0 -25px;

.product {
    padding-right: 25px;
    padding-left: 25px;
}
}

.products-spacing-30 {
margin: 0 -30px;

.product {
    padding-right: 30px;
    padding-left: 30px;
}
}

.main-navigation .top-navigation .level0:hover > .menu-wrap-sub {
display: none;
}

.main-navigation .top-navigation .level0.active:hover > .menu-wrap-sub {
display: block;
}

.sticky-header .main-navigation .top-navigation .level0:hover > .menu-wrap-sub {
display: block;
}

.blueButton {
-moz-box-shadow: 3px 4px 0px 0px #d4d4d4;
-webkit-box-shadow: 3px 4px 0px 0px #d4d4d4;
box-shadow: 3px 4px 0px 0px #d4d4d4;
background-color: #0088cc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #337bc4;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 17px;
font-weight: bold;
padding: 12px 44px;
text-decoration: none;
text-shadow: 0px 1px 0px #528ecc;
}

.blueButton:hover {
background-color: #000000;
}

.blueButton:active {
position: relative;
top: 1px;
}

div.header-menu-style-background_new .top-navigation li.level0 ul li a {
white-space: normal;
}

div#filter-products-1495910690215 {
margin-top: -70px;
}

/*
@media only screen and (min-width : 1025px){
div#shopify-section-1495910651897 {
width: 50%;
float: left;
padding: 0 2%;
background: #f7f7f7!important;
}

div#shopify-section-1495910690215 {
width: 50%;
float: left;
padding: 0 2%;
background: #f7f7f7!important;
}
div#shopify-section-1495910724011 {
float: left;
width: 100%;
}
}
*/
/* ccs Edits Done By Dante
*/
.header-menu-style-default .top-navigation li.level0 ul li a {
text-transform: capitalize !important;
}

div.gallery {
border: 1px solid #ccc;
}

div.gallery:hover {
border: 1px solid #777;
}

div.gallery img {
width: 100%;
height: auto;
}

div.desc {
padding: 15px;
text-align: center;
}

.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}

@media only screen and (max-width: 700px) {
.responsive {
    width: 49.99999%;
    margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
.responsive {
    width: 100%;
}
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

//* ======================*/
/ .icon-cart {
font-size: 18px;

::before {
    content: '\e87f';
}
}

.product-view {
.product-img-box {

    .product-image .product-image-gallery,
    .more-views-horizontal .product-image-thumbs .item a {
        padding: 0;
    }

    .more-views-verticle {
        .media-list {
            .verticl-carousel {
                a {
                    padding: 0;

                    .disable_radius  {
                        border-radius: 0;
                    }
                }
            }
        }
    }

    .more-views-horizontal {
        .product-image-thumbs {
            .item {
                a {
                    img {
                        padding: 0;

                        .disable_radius  {
                            border-radius: 0;
                        }
                    }
                }
            }
        }
    }
}

.product-shop {
    .bottom-home-dailydeal {
        .title {
            color: #7b858a;
            font-size: 14px;
        }
    }

    .review-product-details {
        margin-bottom: 13px;

        .spr-badge-caption {
            display: inline-block;
            margin: 0;
            margin-left: 12px;
            color: #bdbdbd !important;
            font-size: 14px;
            line-height: 20px;
            vertical-align: text-top;
        }
    }

    .product-type,
    .product-vendor {
        label {
            color: #7b858a;
            font-size: 14px;
        }
    }

    .product-sku {
        color: #7b858a;
        font-size: 14px;
    }

    .product-inventory {
        margin: 0;
        color: #7b858a;
        font-size: 14px;
        font-weight: 400;
    }

    .shopify-payment-button {
        margin-bottom: 20px;
        padding-right: 27px;

        .shopify-payment-button__button {
            border-radius: 0;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .shopify-payment-button__more-options {
            display: none;
        }
    }
}

.prev-next-products {
    .product-nav {
        .product-pop {
            min-width: 100px;
            margin-top: 7px;
            padding: 10px 5px;
        }
    }

    a {
        color: #21293c;
        font-size: 22px;
        line-height: 23px;

        i: :before {
            margin: 0;
        }
    }
}

.product-name {
    h1 {
        margin: 0;
        padding: 0 0 8px;
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;

        a {
            color: #21293c;
            font-size: 25px;
            font-weight: 600;
            letter-spacing: -.01em;
        }
    }
}

.short-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    .item {
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid #e6e6e6;
        text-align: left;

        :first-child {
            padding-left: 0;
            border-left: 0;
        }

        i {
            display: inline-block;
            color: #c8c29d;
            font-size: 34px;
            vertical-align: middle;
        }

        .text-area {
            display: inline-block;
            margin-left: 5px;
            text-align: left;
            vertical-align: middle;

            h3 {
                color: #7a7d82;
                font-size: 14px;
                font-weight: 400;
            }
        }
    }
}

.porto-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    @media(max-width: 991px) {
        float: none;
        margin-top: 15px;
    }

    .item {
        display: inline-block;

        @media(max-width: 767px) {
            display: block;
            width: 100%;
            padding-top: 15px;
        }

        i {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            float: left;
            border: 0;
            border-radius: 50%;
            color: #0088cc;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
        }

        h3 {
            margin-left: 65px;
            color: #6b7a83;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 20px;
        }
    }
}

.short-description {
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 27px;
}

.product-type-data {
    .price-box {
        .price {
            margin-left: 0;
            color: #3b3b3b;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
        }
    }
}

.middle-product-detail {
    border: 0;
}

.product-options {
    margin: 25px 0 0;
    border: 0;
}

.product-options-bottom {
    .add-to-cart-box {
        .input-box {
            -ms-flex-pack: center;
            justify-content: center;
            width: 104px;

            input {
                width: calc(100% - 58px);
                height: 43px;
                margin: 0;
                font-family: 'Oswald';
            }

            .plus-minus {
                .items {
                    i {
                        width: 100%;
                        height: 100%;
                        border: 0;
                        color: #8798a2;
                        font-size: 11px;
                        line-height: 41px;
                    }
                }

                .increase,
                .reduced {
                    position: absolute;
                    top: 0;
                    width: 30px;
                    height: 43px;
                    border: solid 1px #dae2e6;
                    font-size: 11px;
                    line-height: 41px;
                }

                .increase {
                    right: 0;
                }

                .reduced {
                    left: 0;
                }
            }
        }

        .button-wrapper {
            position: relative;

            .button-wrapper-content {
                i {
                    font-size: 18px;
                    line-height: 43px;
                }

                .btn-cart {
                    height: 43px;
                    font-family: 'Oswald';
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: .05em;
                    line-height: 43px;
                    text-transform: uppercase;
                }
            }
        }
    }
}

.product-collateral {
    margin-top: 0;
}

.nav {
    bottom: 0;

    .nav-item {
        margin-bottom: -2px;
        padding: 12px 15px 0 15px;

        :first-child {
            padding-left: 0;
        }
    }

    .nav-link {
        padding: 12px 0;
        border: 0;
        border-bottom: 2px solid transparent;
        font: 700 14px / 1 'Oswald', sans-serif;
        letter-spacing: .1px;
        text-transform: uppercase;
    }
}

.product-tabs {
    .vertical {
        > ul {
            li {
                margin-bottom: 0;
                padding-right: 0;
                border-top: none !important;
                border-right: 0;
                border-left-width: 0;
                border-radius: 0;

                a {
                    display: inline-block;
                    min-width: auto;
                    margin-bottom: -1px;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    border-bottom: 2px solid transparent;
                }
            }
        }

        .tab-content {
            padding-top: 0;
            border: 0;
        }

        .nav-item + .nav-item {
            padding-left: 0;
        }
    }

    .horizontal,
    .sticky {
        .nav {
            border-bottom: solid 2px #dae2e6;
        }
    }

    > ul {
        overflow: visible;

        li {
            border: 0;
            background: none;

            a {
                color: #818692;

                :hover {
                    text-decoration: inherit;
                }
            }
        }
    }

    .tab-content {
        min-height: 300px;
        padding: 20px 0;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .005em;
        line-height: 27px;
        box-shadow: none;

        ul li {
            line-height: 36px;
        }

        .product-tabs-content-inner p {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .005em;
            line-height: 27px;
        }
    }
}

.actions .add-to-links li {

    a.link-wishlist,
    a.link-compare {
        width: 43px;
        height: 43px;
        margin-left: 3px !important;
        line-height: 41px;
    }
}
}
.product-type-main i.icon-up-dir:before {
 content: '\e873';
}
.product-type-main i.icon-down-dir:before {
 content: '\e874';
}


/*.category-products .products-grid .item .item-area .details-area .price{color:#2b2b2d;font-family:'Oswald';font-size:18px;font-weight:400;letter-spacing:.005em}
/*============================animated.css============================*/
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s
}

@-webkit-keyframes bounce {

20%,
53%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

@keyframes bounce {

20%,
53%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}

@-webkit-keyframes flash {

50%,
from,
to {
    opacity: 1
}

25%,
75% {
    opacity: 0
}
}

@keyframes flash {

50%,
from,
to {
    opacity: 1
}

25%,
75% {
    opacity: 0
}
}

.flash {
-webkit-animation-name: flash;
animation-name: flash
}

@-webkit-keyframes pulse {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}
}

@keyframes pulse {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}
}

.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}

@-webkit-keyframes rubberBand {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
}

40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
}

50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
}

65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}

75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
}

@keyframes rubberBand {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
}

40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
}

50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
}

65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}

75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
}

.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}

@-webkit-keyframes shake {

from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
}

@keyframes shake {

from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
}

.shake {
-webkit-animation-name: shake;
animation-name: shake
}

@-webkit-keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
}

18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
}

31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
}

43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
}

50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
}

@keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
}

18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
}

31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
}

43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
}

50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
}

.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}

@-webkit-keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
}

40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
}

60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
}

80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
}

to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}
}

@keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
}

40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
}

60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
}

80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
}

to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}
}

.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}

@-webkit-keyframes tada {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

10%,
20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}

40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}

@keyframes tada {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

10%,
20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}

40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}

.tada {
-webkit-animation-name: tada;
animation-name: tada
}

@-webkit-keyframes wobble {

from,
to {
    -webkit-transform: none;
    transform: none
}

15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}

30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}

45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}

60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}

75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}

@keyframes wobble {

from,
to {
    -webkit-transform: none;
    transform: none
}

15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}

30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}

45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}

60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}

75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}

.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}

@-webkit-keyframes jello {

11.1%,
from,
to {
    -webkit-transform: none;
    transform: none
}

22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
}

33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
}

44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
}

55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
}

66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
}

77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
}

88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}

@keyframes jello {

11.1%,
from,
to {
    -webkit-transform: none;
    transform: none
}

22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
}

33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
}

44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
}

55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
}

66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
}

77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
}

88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}

.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}

@-webkit-keyframes bounceIn {

20%,
40%,
60%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}

to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

@keyframes bounceIn {

20%,
40%,
60%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}

to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInDown {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInLeft {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInRight {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes bounceInUp {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
}

@keyframes bounceOut {
20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
}

.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

@keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

@keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

@keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

@keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}



@-webkit-keyframes fadeOutDown {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

@keyframes fadeOutDown {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

@keyframes fadeOutDownBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

@keyframes fadeOutLeft {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

@keyframes fadeOutLeftBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

@keyframes fadeOutRight {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

@keyframes fadeOutRightBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@keyframes fadeOutUp {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

@keyframes fadeOutUpBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
}

@keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
}

.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}

@-webkit-keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}

.flipInY,
.flipOutX {
-webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

.flipInY {
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}

@-webkit-keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
}
}

@keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
}
}

.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
}
}

@keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
}
}

.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
}

60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
}

80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
}

to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
}

60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
}

80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
}

to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
from {
    opacity: 1
}

to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
}
}

@keyframes lightSpeedOut {
from {
    opacity: 1
}

to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
}
}

.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
}
}

@keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
}
}

.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}
}

@keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}
}

.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

@keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

@keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
}
}

@keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
}
}

.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
}
}

@keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
}
}

.hinge {
-webkit-animation-name: hinge;
animation-name: hinge
}

@-webkit-keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}

@-webkit-keyframes rollOut {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}

@keyframes rollOut {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}

.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}

@-webkit-keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

50% {
    opacity: 1
}
}

@keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

50% {
    opacity: 1
}
}

.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
from {
    opacity: 1
}

50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

to {
    opacity: 0
}
}

@keyframes zoomOut {
from {
    opacity: 1
}

50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

to {
    opacity: 0
}
}

.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}
}

@keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}
}

.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}
}

@keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}
}

.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

@keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

@keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

@keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp
}

.animate-spin {
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
-webkit-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
display: inline-block
}

@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-webkit-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-o-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-ms-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@-webkit-keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg)
}
}

@keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@-webkit-keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@-webkit-keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@keyframes fadeInLeft {
from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInLeft {
from {
    -webkit-transform: translate3d(-50px, 0, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes fadeInLeftShort {
from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInLeftShort {
from {
    -webkit-transform: translate3d(-20px, 0, 0)
}

to {
    -webkit-transform: none
}
}

@-webkit-keyframes fadeOutLeft {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(-50px, 0, 0)
}
}

@keyframes fadeOutLeft {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}
}

@-webkit-keyframes fadeOutLeftShort {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(-20px, 0, 0)
}
}

@keyframes fadeOutLeftShort {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}
}

@keyframes fadeOutRight {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}
}

@-webkit-keyframes fadeOutRight {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(50px, 0, 0)
}
}

@keyframes fadeInBottomShort {
from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInBottomShort {
from {
    -webkit-transform: translate3d(0, 20px, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes show-element-long-from-bottom {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes show-element-long-from-bottom {
from {
    -webkit-transform: translate3d(0, 100%, 0)
}

to {
    -webkit-transform: none
}
}

@-webkit-keyframes show-element-long-to-bottom {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(0, 100%, 0)
}
}

@keyframes show-element-from-top {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes show-element-from-top {
from {
    -webkit-transform: translate3d(0, -100%, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes show-element-long-to-top {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@-webkit-keyframes show-element-long-to-top {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(0, -100%, 0)
}
}

@keyframes prev-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0)
}
}

@-webkit-keyframes prev-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-3px, 0, 0)
}
}

@keyframes next-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}
}

@-webkit-keyframes next-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(-3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(3px, 0, 0)
}
}

@keyframes menu-in-top {
from {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-top {
from {
    -webkit-transform: translate3d(0, -15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-top {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}
}

@-webkit-keyframes menu-to-top {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, -15px, 0)
}
}

@keyframes menu-in-bottom {
from {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-bottom {
from {
    -webkit-transform: translate3d(0, 15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-bottom {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}
}

@-webkit-keyframes menu-to-bottom {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 15px, 0)
}
}

@keyframes menu-in-left {
from {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-left {
from {
    -webkit-transform: translate3d(-15px, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-right {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}
}

@-webkit-keyframes menu-to-right {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(15px, 0, 0)
}
}

@keyframes fade-in-loader {
from {
    opacity: 0
}

to {
    opacity: .8
}
}

@-webkit-keyframes fade-in-loader {
from {
    opacity: 0
}

to {
    opacity: .8
}
}

@keyframes fadeInTooltip {
from {
    opacity: 0
}

to {
    opacity: .9
}
}

@-webkit-keyframes fadeInTooltip {
from {
    opacity: 0
}

to {
    opacity: .9
}
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important
}

.row.no-padding, .vc_row.no-padding>.container>.row {
margin-left: 0;
margin-right: 0
}

.row.no-padding>.vc_column_container, .vc_row.no-padding>.container>.row>.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_row-no-padding {
padding-left: 0 !important;
padding-right: 0 !important
}

.vc_row.wpb_row {
margin-bottom: 0
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_row.section-with-divider {
overflow: visible
}

.vc_row:not(.row) {
margin-left: 0;
margin-right: 0
}

.vc_row.vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0
}

.vc_row[data-vc-full-width] {
transition: opacity 0.5s ease;
overflow: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
.vc_row[data-vc-full-width] {
    transition: none
}
}

.vc_row[data-vc-full-width].vc_hidden {
opacity: 0
}

.vc_row .vc_column_container>.wpb_wrapper.vc_column-inner {
padding: 0
}

.vc_row-no-padding .vc_inner {
margin-left: 0;
margin-right: 0
}

.vc_row.vc_row-o-full-height {
min-height: 100vh
}

.vc_row.vc_row-flex {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
    min-height: 1em
}
}

.vc_row.vc_row-flex::before, .vc_row.vc_row-flex::after {
display: none
}

.vc_row.vc_row-o-columns-stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch
}

.vc_row.vc_row-o-columns-top {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center
}

.vc_row.vc_row-o-columns-top::after, .vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}

.vc_column-inner::before, .vc_column-inner::after {
content: " ";
display: table
}

.vc_column-inner::after {
clear: both
}

.vc_ie-flexbox-fixer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}

.vc_ie-flexbox-fixer>.vc_row {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
margin-left: -15.5px;
margin-right: -15.5px
}

.vc_row.vc_column-gap-1>.vc_column_container {
padding: 0.5
}

.vc_row.vc_column-gap-2 {
margin-left: -16px;
margin-right: -16px
}

.vc_row.vc_column-gap-2>.vc_column_container {
padding: 1
}

.vc_row.vc_column-gap-3 {
margin-left: -16.5px;
margin-right: -16.5px
}

.vc_row.vc_column-gap-3>.vc_column_container {
padding: 1.5
}

.vc_row.vc_column-gap-4 {
margin-left: -17px;
margin-right: -17px
}

.vc_row.vc_column-gap-4>.vc_column_container {
padding: 2
}

.vc_row.vc_column-gap-5 {
margin-left: -17.5px;
margin-right: -17.5px
}

.vc_row.vc_column-gap-5>.vc_column_container {
padding: 2.5
}

.vc_row.vc_column-gap-10 {
margin-left: -20px;
margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
padding: 5px;
}

.vc_row.vc_column-gap-15 {
margin-left: -22.5px;
margin-right: -22.5px
}

.vc_row.vc_column-gap-15>.vc_column_container {
padding: 7.5
}

.vc_row.vc_column-gap-20 {
margin-left: -25px;
margin-right: -25px
}

.vc_row.vc_column-gap-20>.vc_column_container {
padding: 10
}

.vc_row.vc_column-gap-25 {
margin-left: -27.5px;
margin-right: -27.5px
}

.vc_row.vc_column-gap-25>.vc_column_container {
padding: 12.5
}

.vc_row.vc_column-gap-30 {
margin-left: -30px;
margin-right: -30px
}

.vc_row.vc_column-gap-30>.vc_column_container {
padding: 15
}

.vc_row.vc_column-gap-35 {
margin-left: -32.5px;
margin-right: -32.5px
}

.vc_row.vc_column-gap-35>.vc_column_container {
padding: 17.5
}

.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_column_container>.vc_column-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%
}

.vc_column_container>.wpb_wrapper.vc_column-inner {
padding: 0
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_col-has-fill>.vc_column-inner {
padding-top: 35px
}

.wpb_single_image.vc_align_center {
text-align: center;
}

@media (min-width: 768px) {
.vc_row-o-full-height>.container>.row, .vc_row-o-equal-height>.container>.row>.vc_column_container>.vc_column-inner {
    height: 100%
}
}

/*Bootstrap v4.1.3*/
*/:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
width: device-width
}

[tabindex="-1"]:focus {
outline: 0 !important
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
abbr[data-original-title], abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
dt {
font-weight: 700
}

dd {
margin-bottom: .5rem;
margin-left: 0
}

blockquote {
margin: 0 0 1rem
}

dfn {
font-style: italic
}
small {
font-size: 80%
}

sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}

sub {
bottom: -.25em
}

sup {
top: -.5em
}
a:hover {
color: #0056b3;
text-decoration: underline
}

a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}

a:not([href]):not([tabindex]):focus {
outline: 0
}

code, kbd, pre, samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}

figure {
margin: 0 0 1rem
}

svg {
overflow: hidden;
vertical-align: middle
}

table {
border-collapse: collapse
}

caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}

th {
text-align: inherit
}

label {
display: inline-block;
margin-bottom: .5rem
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding: 0;
border-style: none
}

input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
-webkit-appearance: listbox
}

textarea {
overflow: auto;
resize: vertical
}

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}

progress {
vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto
}

[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}

output {
display: inline-block
}

summary {
display: list-item;
cursor: pointer
}
.h1, h1 {
font-size: 2.5rem
}
.h4, h4 {
font-size: 1.5rem
}

.h5, h5 {
font-size: 1.25rem
}

.h6, h6 {
font-size: 1rem
}

.lead {
font-size: 1.25rem;
font-weight: 300
}

hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
font-size: 80%;
font-weight: 400
}

.mark, mark {
padding: .2em;
background-color: #fcf8e3
}

.list-unstyled {
padding-left: 0;
list-style: none
}

.list-inline {
padding-left: 0;
list-style: none
}

.list-inline-item {
display: inline-block
}

.list-inline-item:not(:last-child) {
margin-right: .5rem
}

.figure {
display: inline-block
}

.figure-img {
margin-bottom: .5rem;
line-height: 1
}

.figure-caption {
font-size: 90%;
color: #6c757d
}

code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}

a>code {
color: inherit
}

kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}

kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}

pre {
display: block;
font-size: 87.5%;
color: #212529
}

pre code {
font-size: inherit;
color: inherit;
word-break: normal
}

.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}

.no-gutters {
margin-right: 0;
margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}

/*.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
*/
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}

.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}

.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}

.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}

.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}

.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}

.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}

.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}

.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}

.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}

.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}

.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}

.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}

.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}

.order-first {
-ms-flex-order: -1;
order: -1
}

.order-last {
-ms-flex-order: 13;
order: 13
}

.order-0 {
-ms-flex-order: 0;
order: 0
}

.order-1 {
-ms-flex-order: 1;
order: 1
}

.order-2 {
-ms-flex-order: 2;
order: 2
}

.order-3 {
-ms-flex-order: 3;
order: 3
}

.order-4 {
-ms-flex-order: 4;
order: 4
}

.order-5 {
-ms-flex-order: 5;
order: 5
}

.order-6 {
-ms-flex-order: 6;
order: 6
}

.order-7 {
-ms-flex-order: 7;
order: 7
}

.order-8 {
-ms-flex-order: 8;
order: 8
}

.order-9 {
-ms-flex-order: 9;
order: 9
}

.order-10 {
-ms-flex-order: 10;
order: 10
}

.order-11 {
-ms-flex-order: 11;
order: 11
}

.order-12 {
-ms-flex-order: 12;
order: 12
}

.offset-1 {
margin-left: 8.333333%
}

.offset-2 {
margin-left: 16.666667%
}

.offset-3 {
margin-left: 25%
}

.offset-4 {
margin-left: 33.333333%
}

.offset-5 {
margin-left: 41.666667%
}

.offset-6 {
margin-left: 50%
}

.offset-7 {
margin-left: 58.333333%
}

.offset-8 {
margin-left: 66.666667%
}

.offset-9 {
margin-left: 75%
}

.offset-10 {
margin-left: 83.333333%
}

.offset-11 {
margin-left: 91.666667%
}

@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-sm-first {
    -ms-flex-order: -1;
    order: -1
}

.order-sm-last {
    -ms-flex-order: 13;
    order: 13
}

.order-sm-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-sm-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-sm-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-sm-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-sm-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-sm-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-sm-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-sm-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-sm-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-sm-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-sm-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-sm-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-sm-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-sm-0 {
    margin-left: 0
}

.offset-sm-1 {
    margin-left: 8.333333%
}

.offset-sm-2 {
    margin-left: 16.666667%
}

.offset-sm-3 {
    margin-left: 25%
}

.offset-sm-4 {
    margin-left: 33.333333%
}

.offset-sm-5 {
    margin-left: 41.666667%
}

.offset-sm-6 {
    margin-left: 50%
}

.offset-sm-7 {
    margin-left: 58.333333%
}

.offset-sm-8 {
    margin-left: 66.666667%
}

.offset-sm-9 {
    margin-left: 75%
}

.offset-sm-10 {
    margin-left: 83.333333%
}

.offset-sm-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-md-first {
    -ms-flex-order: -1;
    order: -1
}

.order-md-last {
    -ms-flex-order: 13;
    order: 13
}

.order-md-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-md-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-md-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-md-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-md-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-md-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-md-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-md-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-md-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-md-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-md-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-md-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-md-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-md-0 {
    margin-left: 0
}

.offset-md-1 {
    margin-left: 8.333333%
}

.offset-md-2 {
    margin-left: 16.666667%
}

.offset-md-3 {
    margin-left: 25%
}

.offset-md-4 {
    margin-left: 33.333333%
}

.offset-md-5 {
    margin-left: 41.666667%
}

.offset-md-6 {
    margin-left: 50%
}

.offset-md-7 {
    margin-left: 58.333333%
}

.offset-md-8 {
    margin-left: 66.666667%
}

.offset-md-9 {
    margin-left: 75%
}

.offset-md-10 {
    margin-left: 83.333333%
}

.offset-md-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-lg-first {
    -ms-flex-order: -1;
    order: -1
}

.order-lg-last {
    -ms-flex-order: 13;
    order: 13
}

.order-lg-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-lg-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-lg-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-lg-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-lg-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-lg-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-lg-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-lg-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-lg-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-lg-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-lg-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-lg-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-lg-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-lg-0 {
    margin-left: 0
}

.offset-lg-1 {
    margin-left: 8.333333%
}

.offset-lg-2 {
    margin-left: 16.666667%
}

.offset-lg-3 {
    margin-left: 25%
}

.offset-lg-4 {
    margin-left: 33.333333%
}

.offset-lg-5 {
    margin-left: 41.666667%
}

.offset-lg-6 {
    margin-left: 50%
}

.offset-lg-7 {
    margin-left: 58.333333%
}

.offset-lg-8 {
    margin-left: 66.666667%
}

.offset-lg-9 {
    margin-left: 75%
}

.offset-lg-10 {
    margin-left: 83.333333%
}

.offset-lg-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-xl-first {
    -ms-flex-order: -1;
    order: -1
}

.order-xl-last {
    -ms-flex-order: 13;
    order: 13
}

.order-xl-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-xl-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-xl-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-xl-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-xl-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-xl-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-xl-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-xl-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-xl-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-xl-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-xl-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-xl-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-xl-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-xl-0 {
    margin-left: 0
}

.offset-xl-1 {
    margin-left: 8.333333%
}

.offset-xl-2 {
    margin-left: 16.666667%
}

.offset-xl-3 {
    margin-left: 25%
}

.offset-xl-4 {
    margin-left: 33.333333%
}

.offset-xl-5 {
    margin-left: 41.666667%
}

.offset-xl-6 {
    margin-left: 50%
}

.offset-xl-7 {
    margin-left: 58.333333%
}

.offset-xl-8 {
    margin-left: 66.666667%
}

.offset-xl-9 {
    margin-left: 75%
}

.offset-xl-10 {
    margin-left: 83.333333%
}

.offset-xl-11 {
    margin-left: 91.666667%
}
}

.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent
}

.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
border-top: 2px solid #dee2e6
}

.table .table {
background-color: #fff
}

.table-sm td, .table-sm th {
padding: .3rem
}

.table-bordered {
border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
background-color: #b8daff
}

.table-hover .table-primary:hover {
background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
background-color: #d6d8db
}

.table-hover .table-secondary:hover {
background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
background-color: #c3e6cb
}

.table-hover .table-success:hover {
background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
background-color: #bee5eb
}

.table-hover .table-info:hover {
background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
background-color: #ffeeba
}

.table-hover .table-warning:hover {
background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
background-color: #f5c6cb
}

.table-hover .table-danger:hover {
background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
background-color: #fdfdfe
}

.table-hover .table-light:hover {
background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
background-color: #c6c8ca
}

.table-hover .table-dark:hover {
background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}

.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}

.table-dark {
color: #fff;
background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
border-color: #32383e
}

.table-dark.table-bordered {
border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-sm>.table-bordered {
    border: 0
}
}

@media (max-width: 767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-md>.table-bordered {
    border: 0
}
}

@media (max-width: 991.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-lg>.table-bordered {
    border: 0
}
}

@media (max-width: 1199.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-xl>.table-bordered {
    border: 0
}
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
border: 0
}

.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
.btn {
    transition: none
}
}

.btn:focus, .btn:hover {
text-decoration: none
}

.btn.focus, .btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
opacity: .65
}

.btn:not(:disabled):not(.disabled) {
cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
pointer-events: none
}

.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff
}

.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d
}

.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745
}

.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8
}

.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107
}

.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545
}

.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa
}

.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40
}

.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}

.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}

.btn-link.focus, .btn-link:focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
color: #6c757d;
pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}

.btn-block {
display: block;
width: 100%
}

.btn-block+.btn-block {
margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
width: 100%
}
@media screen and (prefers-reduced-motion:reduce) {
.fade {
    transition: none
}
}
collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
.collapsing {
    transition: none
}
}

.dropdown, .dropleft, .dropright, .dropup {
position: relative
}

.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
margin-left: 0
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}

.dropdown-menu-right {
right: 0;
left: auto
}

.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
margin-left: 0
}

.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}

.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
margin-left: 0
}

.dropright .dropdown-toggle::after {
vertical-align: 0
}

.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}

.dropleft .dropdown-toggle::after {
display: none
}

.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}

.dropleft .dropdown-toggle::before {
vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}

.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}

.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}

.dropdown-menu.show {
display: block
}

.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}

.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}

.btn-group, .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
z-index: 1
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}

.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}

.btn-toolbar .input-group {
width: auto
}

.btn-group>.btn:first-child {
margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}

.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}

.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip: rect(0, 0, 0, 0);
pointer-events: none
}
.nav-link:focus, .nav-link:hover {
text-decoration: none
}

.nav-link.disabled {
color: #6c757d
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}

.nav-pills .nav-link {
border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}

.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}

.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}

.navbar>.container, .navbar>.container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}

.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none
}

.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}

.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}

.navbar-nav .dropdown-menu {
position: static;
float: none
}

.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}

.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center
}

.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}

.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}

.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}

.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}

.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}

.alert-success hr {
border-top-color: #b1dfbb
}

.alert-success .alert-link {
color: #0b2e13
}

.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}

.alert-warning hr {
border-top-color: #ffe8a1
}

.alert-warning .alert-link {
color: #533f03
}

.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}

.alert-danger hr {
border-top-color: #f1b0b7
}

.alert-danger .alert-link {
color: #491217
}

.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}

.alert-light hr {
border-top-color: #ececf6
}

.alert-light .alert-link {
color: #686868
}

.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}

.alert-dark hr {
border-top-color: #b9bbbe
}

.alert-dark .alert-link {
color: #040505
}

.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}

.close:not(:disabled):not(.disabled) {
cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
color: #000;
text-decoration: none;
opacity: .75
}

button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}

.modal-open {
overflow: hidden
}

.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}

.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
    transition: none
}
}

.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}

.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
display: block;
height: calc(100vh - (.5rem * 2));
content: ""
}

.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}

.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}

.modal-backdrop.fade {
opacity: 0
}

.modal-backdrop.show {
opacity: .5
}

.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}

.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}

.modal-title {
margin-bottom: 0;
line-height: 1.5
}

.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}

.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
margin-left: .25rem
}

.modal-footer>:not(:last-child) {
margin-right: .25rem
}

.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
}

.modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2))
}

.modal-sm {
    max-width: 300px
}
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 800px
}
}

.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}

.tooltip.show {
opacity: .9
}

.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}

.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}

.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}

.align-baseline {
vertical-align: baseline !important
}

.align-top {
vertical-align: top !important
}

.align-middle {
vertical-align: middle !important
}

.align-bottom {
vertical-align: bottom !important
}

.align-text-bottom {
vertical-align: text-bottom !important
}

.align-text-top {
vertical-align: text-top !important
}

.border {
border: 1px solid #dee2e6 !important
}

.border-top {
border-top: 1px solid #dee2e6 !important
}

.border-right {
border-right: 1px solid #dee2e6 !important
}

.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}

.border-left {
border-left: 1px solid #dee2e6 !important
}

.border-0 {
border: 0 !important
}

.border-top-0 {
border-top: 0 !important
}

.border-right-0 {
border-right: 0 !important
}

.border-bottom-0 {
border-bottom: 0 !important
}

.border-left-0 {
border-left: 0 !important
}

.border-primary {
border-color: #007bff !important
}

.border-secondary {
border-color: #6c757d !important
}

.border-success {
border-color: #28a745 !important
}

.border-info {
border-color: #17a2b8 !important
}

.border-warning {
border-color: #ffc107 !important
}

.border-danger {
border-color: #dc3545 !important
}

.border-light {
border-color: #f8f9fa !important
}

.border-dark {
border-color: #343a40 !important
}

.border-white {
border-color: #fff !important
}

.rounded-circle {
border-radius: 50% !important
}

.rounded-0 {
border-radius: 0 !important
}

.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-inline {
display: inline !important
}

.d-inline-block {
display: inline-block !important
}

/* Dante Edit
.d-block {
display: block !important
}
*/
.d-table {
display: table !important
}

.d-table-row {
display: table-row !important
}

.d-table-cell {
display: table-cell !important
}

.d-flex {
display: -ms-flexbox !important;
display: flex !important
}

.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important
}

@media (min-width: 576px) {
.d-sm-none {
    display: none !important
}

.d-sm-inline {
    display: inline !important
}

.d-sm-inline-block {
    display: inline-block !important
}

.d-sm-block {
    display: block !important
}

.d-sm-table {
    display: table !important
}

.d-sm-table-row {
    display: table-row !important
}

.d-sm-table-cell {
    display: table-cell !important
}

.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 768px) {
.d-md-none {
    display: none !important
}

.d-md-inline {
    display: inline !important
}

.d-md-inline-block {
    display: inline-block !important
}

.d-md-block {
    display: block !important
}

.d-md-table {
    display: table !important
}

.d-md-table-row {
    display: table-row !important
}

.d-md-table-cell {
    display: table-cell !important
}

.d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 992px) {
.d-lg-none {
    display: none !important
}

.d-lg-inline {
    display: inline !important
}

.d-lg-inline-block {
    display: inline-block !important
}

.d-lg-block {
    display: block !important
}

.d-lg-table {
    display: table !important
}

.d-lg-table-row {
    display: table-row !important
}

.d-lg-table-cell {
    display: table-cell !important
}

.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 1200px) {
.d-xl-none {
    display: none !important
}

.d-xl-inline {
    display: inline !important
}

.d-xl-inline-block {
    display: inline-block !important
}

.d-xl-block {
    display: block !important
}

.d-xl-table {
    display: table !important
}

.d-xl-table-row {
    display: table-row !important
}

.d-xl-table-cell {
    display: table-cell !important
}

.d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media print {
.d-print-none {
    display: none !important
}

.d-print-inline {
    display: inline !important
}

.d-print-inline-block {
    display: inline-block !important
}

.d-print-block {
    display: block !important
}

.d-print-table {
    display: table !important
}

.d-print-table-row {
    display: table-row !important
}

.d-print-table-cell {
    display: table-cell !important
}

.d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important
}

.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important
}

.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}

.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}

.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}

.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}

.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}

.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}

.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}

.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}

.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}

.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}

.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important
}

.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important
}

.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important
}

.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important
}

.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}

.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important
}

.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important
}

.align-items-center {
-ms-flex-align: center !important;
align-items: center !important
}

.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important
}

.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important
}

.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}

.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}

.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}

.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}

.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}

.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}

.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}

.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}

.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}

.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important
}

.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}

.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}

@media (min-width: 576px) {
.flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 768px) {
.flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 992px) {
.flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 1200px) {
.flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

.float-left {
float: left !important
}

.float-right {
float: right !important
}

.float-none {
float: none !important
}

@media (min-width: 576px) {
.float-sm-left {
    float: left !important
}

.float-sm-right {
    float: right !important
}

.float-sm-none {
    float: none !important
}
}

@media (min-width: 768px) {
.float-md-left {
    float: left !important
}

.float-md-right {
    float: right !important
}

.float-md-none {
    float: none !important
}
}

@media (min-width: 992px) {
.float-lg-left {
    float: left !important
}

.float-lg-right {
    float: right !important
}

.float-lg-none {
    float: none !important
}
}

@media (min-width: 1200px) {
.float-xl-left {
    float: left !important
}

.float-xl-right {
    float: right !important
}

.float-xl-none {
    float: none !important
}
}

.position-static {
position: static !important
}

.position-relative {
position: relative !important
}

.position-absolute {
position: absolute !important
}

.position-fixed {
position: fixed !important
}

.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}

.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}

.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}
}

.w-25 {
width: 25% !important
}

.w-50 {
width: 50% !important
}

.w-75 {
width: 75% !important
}

.w-100 {
width: 100% !important
}

.w-auto {
width: auto !important
}

.h-25 {
height: 25% !important
}

.h-50 {
height: 50% !important
}

.h-75 {
height: 75% !important
}

.h-100 {
height: 100% !important
}

.h-auto {
height: auto !important
}

.mw-100 {
max-width: 100% !important
}

.mh-100 {
max-height: 100% !important
}

.m-0 {
margin: 0 !important
}

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

.mr-0, .mx-0 {
margin-right: 0 !important
}

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

.ml-0, .mx-0 {
margin-left: 0 !important
}

.m-1 {
margin: .25rem !important
}

.mt-1, .my-1 {
margin-top: .25rem !important
}

.mr-1, .mx-1 {
margin-right: .25rem !important
}

.mb-1, .my-1 {
margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
margin-left: .25rem !important
}

.m-2 {
margin: .5rem !important
}

.mt-2, .my-2 {
margin-top: .5rem !important
}

.mr-2, .mx-2 {
margin-right: .5rem !important
}

.mb-2, .my-2 {
margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
margin-left: .5rem !important
}

.m-3 {
margin: 1rem !important
}

.mt-3, .my-3 {
margin-top: 1rem !important
}

.mr-3, .mx-3 {
margin-right: 1rem !important
}

.mb-3, .my-3 {
margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
margin-left: 1rem !important
}

.m-4 {
margin: 1.5rem !important
}

.mt-4, .my-4 {
margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
margin-right: 1.5rem !important
}

.mb-4, .my-4 {
margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
margin-left: 1.5rem !important
}

.m-5 {
margin: 3rem !important
}

.mt-5, .my-5 {
margin-top: 3rem !important
}

.mr-5, .mx-5 {
margin-right: 3rem !important
}

.mb-5, .my-5 {
margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
margin-left: 3rem !important
}

.p-0 {
padding: 0 !important
}

.pt-0, .py-0 {
padding-top: 0 !important
}

.pr-0, .px-0 {
padding-right: 0 !important
}

.pb-0, .py-0 {
padding-bottom: 0 !important
}

.pl-0, .px-0 {
padding-left: 0 !important
}

.p-1 {
padding: .25rem !important
}

.pt-1, .py-1 {
padding-top: .25rem !important
}

.pr-1, .px-1 {
padding-right: .25rem !important
}

.pb-1, .py-1 {
padding-bottom: .25rem !important
}

.pl-1, .px-1 {
padding-left: .25rem !important
}

.p-2 {
padding: .5rem !important
}

.pt-2, .py-2 {
padding-top: .5rem !important
}

.pr-2, .px-2 {
padding-right: .5rem !important
}

.pb-2, .py-2 {
padding-bottom: .5rem !important
}

.pl-2, .px-2 {
padding-left: .5rem !important
}

.p-3 {
padding: 1rem !important
}

.pt-3, .py-3 {
padding-top: 1rem !important
}

.pr-3, .px-3 {
padding-right: 1rem !important
}

.pb-3, .py-3 {
padding-bottom: 1rem !important
}

.pl-3, .px-3 {
padding-left: 1rem !important
}

.p-4 {
padding: 1.5rem !important
}

.pt-4, .py-4 {
padding-top: 1.5rem !important
}

.pr-4, .px-4 {
padding-right: 1.5rem !important
}

.pb-4, .py-4 {
padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
padding-left: 1.5rem !important
}

.p-5 {
padding: 3rem !important
}

.pt-5, .py-5 {
padding-top: 3rem !important
}

.pr-5, .px-5 {
padding-right: 3rem !important
}

.pb-5, .py-5 {
padding-bottom: 3rem !important
}

.pl-5, .px-5 {
padding-left: 3rem !important
}

.m-auto {
margin: auto !important
}

.mt-auto, .my-auto {
margin-top: auto !important
}

.mr-auto, .mx-auto {
margin-right: auto !important
}

.mb-auto, .my-auto {
margin-bottom: auto !important
}

.ml-auto, .mx-auto {
margin-left: auto !important
}

@media (min-width: 576px) {
.m-sm-0 {
    margin: 0 !important
}

.mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
}

.mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
}

.mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
}

.ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
}

.m-sm-1 {
    margin: .25rem !important
}

.mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
}

.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
}

.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
}

.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
}

.m-sm-2 {
    margin: .5rem !important
}

.mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
}

.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
}

.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
}

.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
}

.m-sm-3 {
    margin: 1rem !important
}

.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
}

.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
}

.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
}

.m-sm-4 {
    margin: 1.5rem !important
}

.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
}

.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
}

.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
}

.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
}

.m-sm-5 {
    margin: 3rem !important
}

.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
}

.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
}

.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
}

.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
}

.p-sm-0 {
    padding: 0 !important
}

.pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
}

.pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
}

.pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
}

.pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
}

.p-sm-1 {
    padding: .25rem !important
}

.pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
}

.pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
}

.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
}

.pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
}

.p-sm-2 {
    padding: .5rem !important
}

.pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
}

.pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
}

.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
}

.pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
}

.p-sm-3 {
    padding: 1rem !important
}

.pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
}

.pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
}

.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
}

.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
}

.p-sm-4 {
    padding: 1.5rem !important
}

.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
}

.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
}

.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
}

.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
}

.p-sm-5 {
    padding: 3rem !important
}

.pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
}

.pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
}

.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
}

.pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
}

.m-sm-auto {
    margin: auto !important
}

.mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
}

.mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
}

.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
}

.ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
}
}

@media (min-width: 768px) {
.m-md-0 {
    margin: 0 !important
}

.mt-md-0, .my-md-0 {
    margin-top: 0 !important
}

.mr-md-0, .mx-md-0 {
    margin-right: 0 !important
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
}

.ml-md-0, .mx-md-0 {
    margin-left: 0 !important
}

.m-md-1 {
    margin: .25rem !important
}

.mt-md-1, .my-md-1 {
    margin-top: .25rem !important
}

.mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
}

.mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
}

.ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
}

.m-md-2 {
    margin: .5rem !important
}

.mt-md-2, .my-md-2 {
    margin-top: .5rem !important
}

.mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
}

.mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
}

.ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
}

.m-md-3 {
    margin: 1rem !important
}

.mt-md-3, .my-md-3 {
    margin-top: 1rem !important
}

.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
}

.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
}

.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
}

.m-md-4 {
    margin: 1.5rem !important
}

.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
}

.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
}

.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
}

.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
}

.m-md-5 {
    margin: 3rem !important
}

.mt-md-5, .my-md-5 {
    margin-top: 3rem !important
}

.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
}

.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
}

.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
}

.p-md-0 {
    padding: 0 !important
}

.pt-md-0, .py-md-0 {
    padding-top: 0 !important
}

.pr-md-0, .px-md-0 {
    padding-right: 0 !important
}

.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
}

.pl-md-0, .px-md-0 {
    padding-left: 0 !important
}

.p-md-1 {
    padding: .25rem !important
}

.pt-md-1, .py-md-1 {
    padding-top: .25rem !important
}

.pr-md-1, .px-md-1 {
    padding-right: .25rem !important
}

.pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
}

.pl-md-1, .px-md-1 {
    padding-left: .25rem !important
}

.p-md-2 {
    padding: .5rem !important
}

.pt-md-2, .py-md-2 {
    padding-top: .5rem !important
}

.pr-md-2, .px-md-2 {
    padding-right: .5rem !important
}

.pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
}

.pl-md-2, .px-md-2 {
    padding-left: .5rem !important
}

.p-md-3 {
    padding: 1rem !important
}

.pt-md-3, .py-md-3 {
    padding-top: 1rem !important
}

.pr-md-3, .px-md-3 {
    padding-right: 1rem !important
}

.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
}

.pl-md-3, .px-md-3 {
    padding-left: 1rem !important
}

.p-md-4 {
    padding: 1.5rem !important
}

.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
}

.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
}

.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
}

.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
}

.p-md-5 {
    padding: 3rem !important
}

.pt-md-5, .py-md-5 {
    padding-top: 3rem !important
}

.pr-md-5, .px-md-5 {
    padding-right: 3rem !important
}

.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
}

.pl-md-5, .px-md-5 {
    padding-left: 3rem !important
}

.m-md-auto {
    margin: auto !important
}

.mt-md-auto, .my-md-auto {
    margin-top: auto !important
}

.mr-md-auto, .mx-md-auto {
    margin-right: auto !important
}

.mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
}

.ml-md-auto, .mx-md-auto {
    margin-left: auto !important
}
}

@media (min-width: 992px) {
.m-lg-0 {
    margin: 0 !important
}

.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
}

.mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
}

.ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
}

.m-lg-1 {
    margin: .25rem !important
}

.mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
}

.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
}

.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
}

.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
}

.m-lg-2 {
    margin: .5rem !important
}

.mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
}

.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
}

.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
}

.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
}

.m-lg-3 {
    margin: 1rem !important
}

.mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
}

.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
}

.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
}

.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
}

.m-lg-4 {
    margin: 1.5rem !important
}

.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
}

.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
}

.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
}

.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
}

.m-lg-5 {
    margin: 3rem !important
}

.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
}

.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
}

.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
}

.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
}

.p-lg-0 {
    padding: 0 !important
}

.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
}

.pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
}

.pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
}

.pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
}

.p-lg-1 {
    padding: .25rem !important
}

.pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
}

.pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
}

.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
}

.pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
}

.p-lg-2 {
    padding: .5rem !important
}

.pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
}

.pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
}

.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
}

.pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
}

.p-lg-3 {
    padding: 1rem !important
}

.pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
}

.pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
}

.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
}

.pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
}

.p-lg-4 {
    padding: 1.5rem !important
}

.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
}

.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
}

.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
}

.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
}

.p-lg-5 {
    padding: 3rem !important
}

.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
}

.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
}

.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
}

.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
}

.m-lg-auto {
    margin: auto !important
}

.mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
}

.mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
}

.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
}

.ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
}
}

@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0 !important
}

.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
}

.mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
}

.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
}

.ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
}

.m-xl-1 {
    margin: .25rem !important
}

.mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
}

.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
}

.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
}

.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
}

.m-xl-2 {
    margin: .5rem !important
}

.mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
}

.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
}

.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
}

.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
}

.m-xl-3 {
    margin: 1rem !important
}

.mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
}

.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
}

.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
}

.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
}

.m-xl-4 {
    margin: 1.5rem !important
}

.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
}

.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
}

.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
}

.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
}

.m-xl-5 {
    margin: 3rem !important
}

.mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
}

.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
}

.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
}

.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
}

.p-xl-0 {
    padding: 0 !important
}

.pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
}

.pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
}

.pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
}

.pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
}

.p-xl-1 {
    padding: .25rem !important
}

.pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
}

.pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
}

.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
}

.pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
}

.p-xl-2 {
    padding: .5rem !important
}

.pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
}

.pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
}

.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
}

.pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
}

.p-xl-3 {
    padding: 1rem !important
}

.pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
}

.pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
}

.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
}

.pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
}

.p-xl-4 {
    padding: 1.5rem !important
}

.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
}

.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
}

.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
}

.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
}

.p-xl-5 {
    padding: 3rem !important
}

.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
}

.pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
}

.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
}

.pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
}

.m-xl-auto {
    margin: auto !important
}

.mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
}

.mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
}

.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
}

.ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
}
}

.text-justify {
text-align: justify !important
}

.text-nowrap {
white-space: nowrap !important
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.text-left {
text-align: left !important
}

.text-right {
text-align: right !important
}

.text-center {
text-align: center !important
}

@media (min-width: 576px) {
.text-sm-left {
    text-align: left !important
}

.text-sm-right {
    text-align: right !important
}

.text-sm-center {
    text-align: center !important
}
}

@media (min-width: 768px) {
.text-md-left {
    text-align: left !important
}

.text-md-right {
    text-align: right !important
}

.text-md-center {
    text-align: center !important
}
}

@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important
}

.text-lg-right {
    text-align: right !important
}

.text-lg-center {
    text-align: center !important
}
}

@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important
}

.text-xl-right {
    text-align: right !important
}

.text-xl-center {
    text-align: center !important
}
}

.text-lowercase {
text-transform: lowercase !important
}

.text-uppercase {
text-transform: uppercase !important
}

.text-capitalize {
text-transform: capitalize !important
}

.visible {
visibility: visible !important
}

.invisible {
visibility: hidden !important
}

@media print {
*, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
}

a:not(.btn) {
    text-decoration: underline
}

abbr[title]::after {
    content: " (" attr(title) ")"
}

pre {
    white-space: pre-wrap !important
}

blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
}

thead {
    display: table-header-group
}

img, tr {
    page-break-inside: avoid
}

h2, h3, p {
    orphans: 3;
    widows: 3
}

h2, h3 {
    page-break-after: avoid
}

@page {
    size: a3
}

body {
    min-width: 992px !important
}

.container {
    min-width: 992px !important
}

.navbar {
    display: none
}

.badge {
    border: 1px solid #000
}

.table {
    border-collapse: collapse !important
}

.table td, .table th {
    background-color: #fff !important
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
}

.table-dark {
    color: inherit
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
}

.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
}
}

/* Porto Icon*/
@font-face {
font-family: porto;
src: url(porto.eot?75795008);
src: url(porto.eot?75795008#iefix) format('embedded-opentype'), url(porto.woff2?75795008) format('woff2'), url(porto.woff?75795008) format('woff'), url(porto.ttf?75795008) format('truetype'), url(porto.svg?75795008#fontello) format('svg');
font-weight: 400;
font-style: normal
font-display:swap;
}
.icon-spin1:before {
content: '\e800'
}

.icon-spin2:before {
content: '\e801'
}

.icon-spin3:before {
content: '\e802'
}

.icon-spin4:before {
content: '\e803'
}

.icon-spin5:before {
content: '\e804'
}

.icon-spin6:before {
content: '\e805'
}

.icon-firefox:before {
content: '\e806'
}

.icon-chrome:before {
content: '\e807'
}

.icon-opera:before {
content: '\e808'
}

.icon-ie:before {
content: '\e809'
}
.icon-down-dir:before {
content: '\e80b'
}
.icon-up-dir:before {
content: '\e80d'
}
.icon-mode-grid:before {
content: '\e80e'
}

.icon-mode-list:before {
content: '\e80f'
}

.icon-compare:before {
content: '\e810'
}

.icon-wishlist:before {
content: '\e811'
}
icon-left-dir:before {
content: '\e813'
}
.icon-down-open:before {
content: '\e815'
}

.icon-left-open:before {
content: '\e816'
}

.icon-right-open:before {
content: '\e817'
}

.icon-up-open:before {
content: '\e818'
}

.icon-angle-left:before {
content: '\e819'
}

.icon-angle-right:before {
content: '\e81a'
}

.icon-angle-up:before {
content: '\e81b'
}

.icon-angle-down:before {
content: '\e81c'
}

.icon-down:before {
content: '\e81d'
}

.icon-left:before {
content: '\e81e'
}

.icon-right:before {
content: '\e81f'
}

.icon-up:before {
content: '\e820'
}

.icon-angle-double-left:before {
content: '\e821'
}

.icon-angle-double-right:before {
content: '\e822'
}

.icon-angle-double-up:before {
content: '\e823'
}

.icon-angle-double-down:before {
content: '\e824'
}
.icon-user:before {
content: '\e82d'
}

.icon-mail-alt:before {
content: '\e82e'
}

.icon-fax:before {
content: '\e82f'
}

.icon-lock:before {
content: '\e830'
}

.icon-company:before {
content: '\e831'
}

.icon-city:before {
content: '\e832'
}

.icon-post:before {
content: '\e833'
}

.icon-country:before {
content: '\e834'
}

.icon-calendar:before {
content: '\e835'
}

.icon-doc:before {
content: '\e836'
}

.icon-mobile:before {
content: '\e837'
}
.icon-chat:before {
content: '\e839'
}

.icon-tag:before {
content: '\e83a'
}

.icon-folder:before {
content: '\e83b'
}

.icon-folder-open:before {
content: '\e83c'
}

.icon-forward:before {
content: '\e83d'
}

.icon-reply:before {
content: '\e83e'
}

.icon-cog:before {
content: '\e83f'
}

.icon-cog-alt:before {
content: '\e840'
}

.icon-wrench:before {
content: '\e841'
}

.icon-quote-left:before {
content: '\e842'
}

.icon-quote-right:before {
content: '\e843'
}

.icon-gift:before {
content: '\e844'
}

.icon-dollar:before {
content: '\e845'
}

.icon-euro:before {
content: '\e846'
}

.icon-pound:before {
content: '\e847'
}

.icon-rupee:before {
content: '\e848'
}

.icon-yen:before {
content: '\e849'
}

.icon-rouble:before {
content: '\e84a'
}

.icon-try:before {
content: '\e84b'
}

.icon-won:before {
content: '\e84c'
}

.icon-bitcoin:before {
content: '\e84d'
}

.icon-ok:before {
content: '\e84e'
}

.icon-chevron-left:before {
content: '\e84f'
}

.icon-chevron-right:before {
content: '\e850'
}
.icon-star:before {
content: '\e852'
}

.icon-star-empty:before {
content: '\e853'
}

.icon-plus-squared:before {
content: '\e854'
}

.icon-minus-squared:before {
content: '\e855'
}

.icon-plus-squared-alt:before {
content: '\e856'
}

.icon-minus-squared-alt:before {
content: '\e857'
}

.icon-truck:before {
content: '\e858'
}

.icon-lifebuoy:before {
content: '\e859'
}

.icon-pencil:before {
content: '\e85a'
}

.icon-users:before {
content: '\e85b'
}

.icon-video:before {
content: '\e85c'
}

.icon-menu:before {
content: '\e85d'
}

.icon-desktop:before {
content: '\e85e'
}

.icon-doc-inv:before {
content: '\e85f'
}

.icon-circle:before {
content: '\e860'
}

.icon-circle-empty:before {
content: '\e861'
}

.icon-circle-thin:before {
content: '\e862'
}
.icon-paper-plane:before {
content: '\e864'
}

.icon-attention-alt:before {
content: '\e865'
}

.icon-info:before {
content: '\e866'
}

.icon-compare-link:before {
content: '\e867'
}

.icon-cat-default:before {
content: '\e868'
}

.icon-cat-computer:before {
content: '\e869'
}

.icon-cat-couch:before {
content: '\e86a'
}

.icon-cat-garden:before {
content: '\e86b'
}

.icon-cat-gift:before {
content: '\e86c'
}

.icon-cat-shirt:before {
content: '\e86d'
}

.icon-cat-sport:before {
content: '\e86e'
}

.icon-cat-toys:before {
content: '\e86f'
}

.icon-tag-line:before {
content: '\e870'
}

.icon-bag:before {
content: '\e871'
}

.icon-search-1:before {
content: '\e872'
}

.icon-plus:before {
content: '\e873'
}

.icon-minus:before {
content: '\e874'
}

.icon-search-2:before {
content: '\e875'
}

.icon-bag-1:before {
content: '\e876'
}

.icon-online-support:before {
content: '\e877'
}

.icon-shopping-bag:before {
content: '\e878'
}

.icon-us-dollar:before {
content: '\e879'
}

.icon-shipped:before {
content: '\e87a'
}

.icon-list:before {
content: '\e87b'
}

.icon-money:before {
content: '\e87c'
}

.icon-shipping:before {
content: '\e87d'
}

.icon-support:before {
content: '\e87e'
}

.icon-bag-2:before {
content: '\e87f'
}

.icon-grid:before {
content: '\e880'
}

.icon-bag-3:before {
content: '\e881'
}

.icon-direction:before {
content: '\e882'
}

.icon-home:before {
content: '\e883'
}

.icon-magnifier:before {
content: '\e884'
}

.icon-magnifier-add:before {
content: '\e885'
}

.icon-magnifier-remove:before {
content: '\e886'
}

.icon-phone-1:before {
content: '\e887'
}

.icon-clock-1:before {
content: '\e888'
}

.icon-heart:before {
content: '\e889'
}

.icon-heart-1:before {
content: '\e88a'
}

.icon-earphones-alt:before {
content: '\e88b'
}

.icon-credit-card:before {
content: '\e88c'
}

.icon-action-undo:before {
content: '\e88d'
}

.icon-envolope:before {
content: '\e88e'
}

.icon-chart:before {
content: '\e88f'
}

.icon-user-1:before {
content: '\e8b9'
}

.icon-shopping-cart:before {
content: '\e8ba'
}

.icon-category-motors:before {
content: '\e901'
}

.icon-category-music:before {
content: '\e902'
}

.icon-category-gifts:before {
content: '\e903'
}

.icon-category-electronics:before {
content: '\e904'
}

.icon-category-fashion:before {
content: '\e905'
}

.icon-category-hot-deals:before {
content: '\e906'
}

.icon-tag-percent:before {
content: '\e907'
}

.icon-console:before {
content: '\e908'
}

.icon-category-furniture:before {
content: '\e909'
}

.icon-category-garden:before {
content: '\e90a'
}

.icon-category-lanterns-lighting:before {
content: '\e90b'
}

.icon-category-mechanics:before {
content: '\e90c'
}

.icon-category-motorcycles:before {
content: '\e90d'
}

.icon-category-sound-video:before {
content: '\e90e'
}

.icon-category-steering:before {
content: '\e90f'
}

.icon-category-external-accessories:before {
content: '\e910'
}

.icon-category-fluids:before {
content: '\e911'
}

.icon-category-internal-accessories:before {
content: '\e912'
}

.icon-category-chains:before {
content: '\e913'
}

.icon-category-frames:before {
content: '\e914'
}

.icon-category-pedals:before {
content: '\e915'
}

.icon-category-saddle:before {
content: '\e916'
}

.icon-category-tools:before {
content: '\e917'
}

.icon-search-3:before {
content: '\e918'
}

.icon-secure-payment:before {
content: '\e919'
}

.icon-user-2:before {
content: '\e91a'
}

.icon-wishlist-2:before {
content: '\e91b'
}

.icon-gift2:before {
content: '\e91c'
}

.icon-edit:before {
content: '\e91d'
}

.icon-chef:before {
content: '\e91e'
}

.icon-smiling-girl:before {
content: '\e91f'
}

.icon-tshirt:before {
content: '\e920'
}

.icon-boy-broad-smile:before {
content: '\e921'
}

.icon-smiling-baby:before {
content: '\e922'
}

.icon-menu-button-of-three-lines-outline:before {
content: '\e923'
}
.icon-spinner:before {
content: '\f110'
}
.icon-check-empty:before {
content: '\f87a'
}

.icon-check:before {
content: '\f87b'
}

@font-face {
font-family: simple-line-icons;
font-display: swap;
src: url(Simple-Line-Icons.eot?v=2.4.0);
src: url(Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: 400;
font-style: normal
}

.Simple-Line-Icons-action-redo, .Simple-Line-Icons-action-undo, .Simple-Line-Icons-anchor, .Simple-Line-Icons-arrow-down, .Simple-Line-Icons-arrow-down-circle, .Simple-Line-Icons-arrow-left, .Simple-Line-Icons-arrow-left-circle, .Simple-Line-Icons-arrow-right, .Simple-Line-Icons-arrow-right-circle, .Simple-Line-Icons-arrow-up, .Simple-Line-Icons-arrow-up-circle, .Simple-Line-Icons-badge, .Simple-Line-Icons-bag, .Simple-Line-Icons-ban, .Simple-Line-Icons-basket, .Simple-Line-Icons-basket-loaded, .Simple-Line-Icons-bell, .Simple-Line-Icons-book-open, .Simple-Line-Icons-briefcase, .Simple-Line-Icons-bubble, .Simple-Line-Icons-bubbles, .Simple-Line-Icons-bulb, .Simple-Line-Icons-calculator, .Simple-Line-Icons-calendar, .Simple-Line-Icons-call-end, .Simple-Line-Icons-call-in, .Simple-Line-Icons-call-out, .Simple-Line-Icons-camera, .Simple-Line-Icons-camrecorder, .Simple-Line-Icons-chart, .Simple-Line-Icons-check, .Simple-Line-Icons-chemistry, .Simple-Line-Icons-clock, .Simple-Line-Icons-close, .Simple-Line-Icons-cloud-download, .Simple-Line-Icons-cloud-upload, .Simple-Line-Icons-compass, .Simple-Line-Icons-control-end, .Simple-Line-Icons-control-forward, .Simple-Line-Icons-control-pause, .Simple-Line-Icons-control-play, .Simple-Line-Icons-control-rewind, .Simple-Line-Icons-control-start, .Simple-Line-Icons-credit-card, .Simple-Line-Icons-crop, .Simple-Line-Icons-cup, .Simple-Line-Icons-cursor, .Simple-Line-Icons-cursor-move, .Simple-Line-Icons-diamond, .Simple-Line-Icons-direction, .Simple-Line-Icons-directions, .Simple-Line-Icons-disc, .Simple-Line-Icons-dislike, .Simple-Line-Icons-doc, .Simple-Line-Icons-docs, .Simple-Line-Icons-drawer, .Simple-Line-Icons-drop, .Simple-Line-Icons-earphones, .Simple-Line-Icons-earphones-alt, .Simple-Line-Icons-emotsmile, .Simple-Line-Icons-energy, .Simple-Line-Icons-envelope, .Simple-Line-Icons-envelope-letter, .Simple-Line-Icons-envelope-open, .Simple-Line-Icons-equalizer, .Simple-Line-Icons-event, .Simple-Line-Icons-exclamation, .Simple-Line-Icons-eye, .Simple-Line-Icons-eyeglass, .Simple-Line-Icons-feed, .Simple-Line-Icons-film, .Simple-Line-Icons-fire, .Simple-Line-Icons-flag, .Simple-Line-Icons-folder, .Simple-Line-Icons-folder-alt, .Simple-Line-Icons-frame, .Simple-Line-Icons-game-controller, .Simple-Line-Icons-ghost, .Simple-Line-Icons-globe, .Simple-Line-Icons-globe-alt, .Simple-Line-Icons-graduation, .Simple-Line-Icons-graph, .Simple-Line-Icons-grid, .Simple-Line-Icons-handbag, .Simple-Line-Icons-heart, .Simple-Line-Icons-home, .Simple-Line-Icons-hourglass, .Simple-Line-Icons-info, .Simple-Line-Icons-key, .Simple-Line-Icons-layers, .Simple-Line-Icons-like, .Simple-Line-Icons-link, .Simple-Line-Icons-list, .Simple-Line-Icons-location-pin, .Simple-Line-Icons-lock, .Simple-Line-Icons-lock-open, .Simple-Line-Icons-login, .Simple-Line-Icons-logout, .Simple-Line-Icons-loop, .Simple-Line-Icons-magic-wand, .Simple-Line-Icons-magnet, .Simple-Line-Icons-magnifier, .Simple-Line-Icons-magnifier-add, .Simple-Line-Icons-magnifier-remove, .Simple-Line-Icons-map, .Simple-Line-Icons-menu, .Simple-Line-Icons-microphone, .Simple-Line-Icons-minus, .Simple-Line-Icons-mouse, .Simple-Line-Icons-music-tone, .Simple-Line-Icons-music-tone-alt, .Simple-Line-Icons-mustache, .Simple-Line-Icons-note, .Simple-Line-Icons-notebook, .Simple-Line-Icons-options, .Simple-Line-Icons-options-vertical, .Simple-Line-Icons-organization, .Simple-Line-Icons-paper-clip, .Simple-Line-Icons-paper-plane, .Simple-Line-Icons-paypal, .Simple-Line-Icons-pencil, .Simple-Line-Icons-people, .Simple-Line-Icons-phone, .Simple-Line-Icons-picture, .Simple-Line-Icons-pie-chart, .Simple-Line-Icons-pin, .Simple-Line-Icons-plane, .Simple-Line-Icons-playlist, .Simple-Line-Icons-plus, .Simple-Line-Icons-power, .Simple-Line-Icons-present, .Simple-Line-Icons-printer, .Simple-Line-Icons-puzzle, .Simple-Line-Icons-question, .Simple-Line-Icons-refresh, .Simple-Line-Icons-reload, .Simple-Line-Icons-rocket, .Simple-Line-Icons-screen-desktop, .Simple-Line-Icons-screen-smartphone, .Simple-Line-Icons-screen-tablet, .Simple-Line-Icons-settings, .Simple-Line-Icons-share, .Simple-Line-Icons-share-alt, .Simple-Line-Icons-shield, .Simple-Line-Icons-shuffle, .Simple-Line-Icons-size-actual, .Simple-Line-Icons-size-fullscreen, .Simple-Line-Icons-social-behance, .Simple-Line-Icons-social-dribbble, .Simple-Line-Icons-social-dropbox, .Simple-Line-Icons-social-facebook, .Simple-Line-Icons-social-foursqare, .Simple-Line-Icons-social-github, .Simple-Line-Icons-social-google, .Simple-Line-Icons-social-instagram, .Simple-Line-Icons-social-linkedin, .Simple-Line-Icons-social-pinterest, .Simple-Line-Icons-social-reddit, .Simple-Line-Icons-social-skype, .Simple-Line-Icons-social-soundcloud, .Simple-Line-Icons-social-spotify, .Simple-Line-Icons-social-steam, .Simple-Line-Icons-social-stumbleupon, .Simple-Line-Icons-social-tumblr, .Simple-Line-Icons-social-twitter, .Simple-Line-Icons-social-vkontakte, .Simple-Line-Icons-social-youtube, .Simple-Line-Icons-speech, .Simple-Line-Icons-speedometer, .Simple-Line-Icons-star, .Simple-Line-Icons-support, .Simple-Line-Icons-symbol-female, .Simple-Line-Icons-symbol-male, .Simple-Line-Icons-tag, .Simple-Line-Icons-target, .Simple-Line-Icons-trash, .Simple-Line-Icons-trophy, .Simple-Line-Icons-umbrella, .Simple-Line-Icons-user, .Simple-Line-Icons-user-female, .Simple-Line-Icons-user-follow, .Simple-Line-Icons-user-following, .Simple-Line-Icons-user-unfollow, .Simple-Line-Icons-vector, .Simple-Line-Icons-volume-1, .Simple-Line-Icons-volume-2, .Simple-Line-Icons-volume-off, .Simple-Line-Icons-wallet, .Simple-Line-Icons-wrench {
font-family: simple-line-icons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.Simple-Line-Icons-user:before {
content: "\e005"
}

.Simple-Line-Icons-people:before {
content: "\e001"
}

.Simple-Line-Icons-user-female:before {
content: "\e000"
}

.Simple-Line-Icons-user-follow:before {
content: "\e002"
}

.Simple-Line-Icons-user-following:before {
content: "\e003"
}

.Simple-Line-Icons-user-unfollow:before {
content: "\e004"
}

.Simple-Line-Icons-login:before {
content: "\e066"
}

.Simple-Line-Icons-logout:before {
content: "\e065"
}

.Simple-Line-Icons-emotsmile:before {
content: "\e021"
}

.Simple-Line-Icons-phone:before {
content: "\e600"
}

.Simple-Line-Icons-call-end:before {
content: "\e048"
}

.Simple-Line-Icons-call-in:before {
content: "\e047"
}

.Simple-Line-Icons-call-out:before {
content: "\e046"
}

.Simple-Line-Icons-map:before {
content: "\e033"
}

.Simple-Line-Icons-location-pin:before {
content: "\e096"
}

.Simple-Line-Icons-direction:before {
content: "\e042"
}

.Simple-Line-Icons-directions:before {
content: "\e041"
}

.Simple-Line-Icons-compass:before {
content: "\e045"
}

.Simple-Line-Icons-layers:before {
content: "\e034"
}

.Simple-Line-Icons-menu:before {
content: "\e601"
}

.Simple-Line-Icons-list:before {
content: "\e067"
}

.Simple-Line-Icons-options-vertical:before {
content: "\e602"
}

.Simple-Line-Icons-options:before {
content: "\e603"
}

.Simple-Line-Icons-arrow-down:before {
content: "\e604"
}

.Simple-Line-Icons-arrow-left:before {
content: "\e605"
}

.Simple-Line-Icons-arrow-right:before {
content: "\e606"
}

.Simple-Line-Icons-arrow-up:before {
content: "\e607"
}

.Simple-Line-Icons-arrow-up-circle:before {
content: "\e078"
}

.Simple-Line-Icons-arrow-left-circle:before {
content: "\e07a"
}

.Simple-Line-Icons-arrow-right-circle:before {
content: "\e079"
}

.Simple-Line-Icons-arrow-down-circle:before {
content: "\e07b"
}

.Simple-Line-Icons-check:before {
content: "\e080"
}

.Simple-Line-Icons-clock:before {
content: "\e081"
}

.Simple-Line-Icons-plus:before {
content: "\e095"
}

.Simple-Line-Icons-minus:before {
content: "\e615"
}

.Simple-Line-Icons-close:before {
content: "\e082"
}

.Simple-Line-Icons-event:before {
content: "\e619"
}

.Simple-Line-Icons-exclamation:before {
content: "\e617"
}

.Simple-Line-Icons-organization:before {
content: "\e616"
}

.Simple-Line-Icons-trophy:before {
content: "\e006"
}

.Simple-Line-Icons-screen-smartphone:before {
content: "\e010"
}

.Simple-Line-Icons-screen-desktop:before {
content: "\e011"
}

.Simple-Line-Icons-plane:before {
content: "\e012"
}

.Simple-Line-Icons-notebook:before {
content: "\e013"
}

.Simple-Line-Icons-mustache:before {
content: "\e014"
}

.Simple-Line-Icons-mouse:before {
content: "\e015"
}

.Simple-Line-Icons-magnet:before {
content: "\e016"
}

.Simple-Line-Icons-energy:before {
content: "\e020"
}

.Simple-Line-Icons-disc:before {
content: "\e022"
}

.Simple-Line-Icons-cursor:before {
content: "\e06e"
}

.Simple-Line-Icons-cursor-move:before {
content: "\e023"
}

.Simple-Line-Icons-crop:before {
content: "\e024"
}

.Simple-Line-Icons-chemistry:before {
content: "\e026"
}

.Simple-Line-Icons-speedometer:before {
content: "\e007"
}

.Simple-Line-Icons-shield:before {
content: "\e00e"
}

.Simple-Line-Icons-screen-tablet:before {
content: "\e00f"
}

.Simple-Line-Icons-magic-wand:before {
content: "\e017"
}

.Simple-Line-Icons-hourglass:before {
content: "\e018"
}

.Simple-Line-Icons-graduation:before {
content: "\e019"
}

.Simple-Line-Icons-ghost:before {
content: "\e01a"
}

.Simple-Line-Icons-game-controller:before {
content: "\e01b"
}

.Simple-Line-Icons-fire:before {
content: "\e01c"
}

.Simple-Line-Icons-eyeglass:before {
content: "\e01d"
}

.Simple-Line-Icons-envelope-open:before {
content: "\e01e"
}

.Simple-Line-Icons-envelope-letter:before {
content: "\e01f"
}

.Simple-Line-Icons-bell:before {
content: "\e027"
}

.Simple-Line-Icons-badge:before {
content: "\e028"
}

.Simple-Line-Icons-anchor:before {
content: "\e029"
}

.Simple-Line-Icons-wallet:before {
content: "\e02a"
}

.Simple-Line-Icons-vector:before {
content: "\e02b"
}

.Simple-Line-Icons-speech:before {
content: "\e02c"
}

.Simple-Line-Icons-puzzle:before {
content: "\e02d"
}

.Simple-Line-Icons-printer:before {
content: "\e02e"
}

.Simple-Line-Icons-present:before {
content: "\e02f"
}

.Simple-Line-Icons-playlist:before {
content: "\e030"
}

.Simple-Line-Icons-pin:before {
content: "\e031"
}

.Simple-Line-Icons-picture:before {
content: "\e032"
}

.Simple-Line-Icons-handbag:before {
content: "\e035"
}

.Simple-Line-Icons-globe-alt:before {
content: "\e036"
}

.Simple-Line-Icons-globe:before {
content: "\e037"
}

.Simple-Line-Icons-folder-alt:before {
content: "\e039"
}

.Simple-Line-Icons-folder:before {
content: "\e089"
}

.Simple-Line-Icons-film:before {
content: "\e03a"
}

.Simple-Line-Icons-feed:before {
content: "\e03b"
}

.Simple-Line-Icons-drop:before {
content: "\e03e"
}

.Simple-Line-Icons-drawer:before {
content: "\e03f"
}

.Simple-Line-Icons-docs:before {
content: "\e040"
}

.Simple-Line-Icons-doc:before {
content: "\e085"
}

.Simple-Line-Icons-diamond:before {
content: "\e043"
}

.Simple-Line-Icons-cup:before {
content: "\e044"
}

.Simple-Line-Icons-calculator:before {
content: "\e049"
}

.Simple-Line-Icons-bubbles:before {
content: "\e04a"
}

.Simple-Line-Icons-briefcase:before {
content: "\e04b"
}

.Simple-Line-Icons-book-open:before {
content: "\e04c"
}

.Simple-Line-Icons-basket-loaded:before {
content: "\e04d"
}

.Simple-Line-Icons-basket:before {
content: "\e04e"
}

.Simple-Line-Icons-bag:before {
content: "\e04f"
}

.Simple-Line-Icons-action-undo:before {
content: "\e050"
}

.Simple-Line-Icons-action-redo:before {
content: "\e051"
}

.Simple-Line-Icons-wrench:before {
content: "\e052"
}

.Simple-Line-Icons-umbrella:before {
content: "\e053"
}

.Simple-Line-Icons-trash:before {
content: "\e054"
}

.Simple-Line-Icons-tag:before {
content: "\e055"
}

.Simple-Line-Icons-support:before {
content: "\e056"
}

.Simple-Line-Icons-frame:before {
content: "\e038"
}

.Simple-Line-Icons-size-fullscreen:before {
content: "\e057"
}

.Simple-Line-Icons-size-actual:before {
content: "\e058"
}

.Simple-Line-Icons-shuffle:before {
content: "\e059"
}

.Simple-Line-Icons-share-alt:before {
content: "\e05a"
}

.Simple-Line-Icons-share:before {
content: "\e05b"
}

.Simple-Line-Icons-rocket:before {
content: "\e05c"
}

.Simple-Line-Icons-question:before {
content: "\e05d"
}

.Simple-Line-Icons-pie-chart:before {
content: "\e05e"
}

.Simple-Line-Icons-pencil:before {
content: "\e05f"
}

.Simple-Line-Icons-note:before {
content: "\e060"
}

.Simple-Line-Icons-loop:before {
content: "\e064"
}

.Simple-Line-Icons-home:before {
content: "\e069"
}

.Simple-Line-Icons-grid:before {
content: "\e06a"
}

.Simple-Line-Icons-graph:before {
content: "\e06b"
}

.Simple-Line-Icons-microphone:before {
content: "\e063"
}

.Simple-Line-Icons-music-tone-alt:before {
content: "\e061"
}

.Simple-Line-Icons-music-tone:before {
content: "\e062"
}

.Simple-Line-Icons-earphones-alt:before {
content: "\e03c"
}

.Simple-Line-Icons-earphones:before {
content: "\e03d"
}

.Simple-Line-Icons-equalizer:before {
content: "\e06c"
}

.Simple-Line-Icons-like:before {
content: "\e068"
}

.Simple-Line-Icons-dislike:before {
content: "\e06d"
}

.Simple-Line-Icons-control-start:before {
content: "\e06f"
}

.Simple-Line-Icons-control-rewind:before {
content: "\e070"
}

.Simple-Line-Icons-control-play:before {
content: "\e071"
}

.Simple-Line-Icons-control-pause:before {
content: "\e072"
}

.Simple-Line-Icons-control-forward:before {
content: "\e073"
}

.Simple-Line-Icons-control-end:before {
content: "\e074"
}

.Simple-Line-Icons-volume-1:before {
content: "\e09f"
}

.Simple-Line-Icons-volume-2:before {
content: "\e0a0"
}

.Simple-Line-Icons-volume-off:before {
content: "\e0a1"
}

.Simple-Line-Icons-calendar:before {
content: "\e075"
}

.Simple-Line-Icons-bulb:before {
content: "\e076"
}

.Simple-Line-Icons-chart:before {
content: "\e077"
}

.Simple-Line-Icons-ban:before {
content: "\e07c"
}

.Simple-Line-Icons-bubble:before {
content: "\e07d"
}

.Simple-Line-Icons-camrecorder:before {
content: "\e07e"
}

.Simple-Line-Icons-camera:before {
content: "\e07f"
}

.Simple-Line-Icons-cloud-download:before {
content: "\e083"
}

.Simple-Line-Icons-cloud-upload:before {
content: "\e084"
}

.Simple-Line-Icons-envelope:before {
content: "\e086"
}

.Simple-Line-Icons-eye:before {
content: "\e087"
}

.Simple-Line-Icons-flag:before {
content: "\e088"
}

.Simple-Line-Icons-heart:before {
content: "\e08a"
}

.Simple-Line-Icons-info:before {
content: "\e08b"
}

.Simple-Line-Icons-key:before {
content: "\e08c"
}

.Simple-Line-Icons-link:before {
content: "\e08d"
}

.Simple-Line-Icons-lock:before {
content: "\e08e"
}

.Simple-Line-Icons-lock-open:before {
content: "\e08f"
}

.Simple-Line-Icons-magnifier:before {
content: "\e090"
}

.Simple-Line-Icons-magnifier-add:before {
content: "\e091"
}

.Simple-Line-Icons-magnifier-remove:before {
content: "\e092"
}

.Simple-Line-Icons-paper-clip:before {
content: "\e093"
}

.Simple-Line-Icons-paper-plane:before {
content: "\e094"
}

.Simple-Line-Icons-power:before {
content: "\e097"
}

.Simple-Line-Icons-refresh:before {
content: "\e098"
}

.Simple-Line-Icons-reload:before {
content: "\e099"
}

.Simple-Line-Icons-settings:before {
content: "\e09a"
}

.Simple-Line-Icons-star:before {
content: "\e09b"
}

.Simple-Line-Icons-symbol-female:before {
content: "\e09c"
}

.Simple-Line-Icons-symbol-male:before {
content: "\e09d"
}

.Simple-Line-Icons-target:before {
content: "\e09e"
}

.Simple-Line-Icons-credit-card:before {
content: "\e025"
}

.Simple-Line-Icons-paypal:before {
content: "\e608"
}

.Simple-Line-Icons-social-tumblr:before {
content: "\e00a"
}

.Simple-Line-Icons-social-twitter:before {
content: "\e009"
}

.Simple-Line-Icons-social-facebook:before {
content: "\e00b"
}

.Simple-Line-Icons-social-instagram:before {
content: "\e609"
}

.Simple-Line-Icons-social-linkedin:before {
content: "\e60a"
}

.Simple-Line-Icons-social-pinterest:before {
content: "\e60b"
}

.Simple-Line-Icons-social-github:before {
content: "\e60c"
}

.Simple-Line-Icons-social-google:before {
content: "\e60d"
}

.Simple-Line-Icons-social-reddit:before {
content: "\e60e"
}

.Simple-Line-Icons-social-skype:before {
content: "\e60f"
}

.Simple-Line-Icons-social-dribbble:before {
content: "\e00d"
}

.Simple-Line-Icons-social-behance:before {
content: "\e610"
}

.Simple-Line-Icons-social-foursqare:before {
content: "\e611"
}

.Simple-Line-Icons-social-soundcloud:before {
content: "\e612"
}

.Simple-Line-Icons-social-spotify:before {
content: "\e613"
}

.Simple-Line-Icons-social-stumbleupon:before {
content: "\e614"
}

.Simple-Line-Icons-social-youtube:before {
content: "\e008"
}

.Simple-Line-Icons-social-dropbox:before {
content: "\e00c"
}

.Simple-Line-Icons-social-vkontakte:before {
content: "\e618"
}

.Simple-Line-Icons-social-steam:before {
content: "\e620"
}

/*! Font Awesome 4.4.0 License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) Customized */
@font-face {
font-family: FontAwesome;
font-display:swap;
src: url(fontawesome-webfont.eot?v=4.4.0);
src: url(fontawesome-webfont.eot?#iefixv=4.4.0) format('embedded-opentype'), url(fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(fontawesome-webfont.woff?v=4.4.0) format('woff'), url(fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal
}
.fa-search:before {
content: "\f002"
}

.fa-clock-o:before {
content: "\f017"
}

.fa-map-marker:before {
content: "\f041"
}

.fa-linkedin-square:before {
content: "\f08c"
}

.fa-phone:before {
content: "\f095"
}

.fa-twitter:before {
content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"
}
.fa-envelope:before {
content: "\f0e0"
}

.fa-linkedin:before {
content: "\f0e1"
}

.fa-angle-right:before {
content: "\f105"
}

.fa-sliders:before {
content: "\f1de"
}

.fa-trash:before {
content: "\f1f8"
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
border: none;
padding: 0 !important;
font: inherit;
background: none;
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab
}

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

.owl-carousel.owl-rtl .owl-item {
float: right
}
.owl-carousel .owl-animated-in {
z-index: 0
}
@keyframes fadeOut {
0% {
    opacity: 1
}

100% {
    opacity: 0
}
}

.owl-height {
transition: height .5s ease-in-out
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}

.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
display: none
}

.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%
}

/*Magnific Popup*/
.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;
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, .mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}

.mfp-ajax-cur {
cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}

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

.mfp-auto-cursor .mfp-content {
cursor: auto
}

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

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

.mfp-hide {
display: none !important
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}

.mfp-preloader a {
color: #CCC
}

.mfp-close, .mfp-preloader a:hover {
color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
display: none
}

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;
box-shadow: none;
touch-action: manipulation
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
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-decoration: none;
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-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
display: block;
top: 0;
width: 100%;
height: 100%;
background: #000
}

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

img.mfp-img {
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;
    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);
    transform: scale(.75)
}

.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
}

.mfp-container {
    padding-left: 6px;
    padding-right: 6px
}
}

@keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@-webkit-keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg)
}
}

.porto-sicon-wrapper {
margin-bottom: 0
}

.porto-sicon-wrapper .img-icon, .porto-sicon-wrapper .porto-icon {
transition: transform .2s linear
}

.porto-sicon-header .porto-sicon-title {
margin: 3px 0
}

.porto-sicon-header h3.porto-sicon-title {
font-size: 16px;
line-height: 1.2em
}

.default-icon .porto-sicon-header>p:last-child {
margin-bottom: 0
}

.porto-sicon-description {
width: 100%;
display: block;
line-height: 24px;
margin-top: 0
}

.porto-sicon-header+.porto-sicon-description {
margin-top: 16px
}

.porto-sicon-read {
display: block;
padding: 5px 0;
text-decoration: none
}

a.porto-sicon-box-link {
text-decoration: none;
border: none;
display: block
}

.default-icon .porto-sicon-default {
display: table-cell;
vertical-align: middle
}

.default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img {
margin-right: 15px
}

.default-icon .porto-sicon-header {
display: table-cell;
vertical-align: middle
}

.top-icon .porto-icon, .top-icon .porto-sicon-description, .top-icon .porto-sicon-header, .top-icon .porto-sicon-img {
display: block;
margin: 0 auto
}

.top-icon .porto-sicon-header {
margin-bottom: 20px
}

.top-icon .porto-sicon-description {
margin-top: 15px
}

.top-icon .porto-sicon-header+.porto-sicon-description {
margin-top: 0
}

.porto-sicon-box.left-icon {
display: inline-block
}

.left-icon .porto-sicon-left {
display: table-cell;
vertical-align: top
}

.left-icon .porto-sicon-left .porto-icon, .left-icon .porto-sicon-left .porto-sicon-img {
margin-right: 20px
}

.left-icon .porto-sicon-body {
display: table-cell;
vertical-align: middle
}

.left-icon .porto-sicon-description, .left-icon .porto-sicon-header {
float: left;
width: 100%
}

.porto-sicon-box.top-icon {
text-align: center
}

.porto-sicon-box .align-icon {
line-height: 1em
}

.porto-sicon-box.right-icon {
display: inline-block;
width: 100%
}

.right-icon .porto-sicon-right {
display: table-cell;
vertical-align: top;
width: 100%
}

.right-icon .porto-sicon-right .porto-icon, .right-icon .porto-sicon-right .porto-sicon-img {
margin-left: 15px
}

.right-icon .porto-sicon-body {
display: table-cell;
vertical-align: middle;
width: 100%
}

.right-icon .porto-sicon-body, .right-icon .porto-sicon-body *, .right-icon .porto-sicon-description, .right-icon .porto-sicon-header h3.porto-sicon-title {
text-align: right
}

.right-icon .porto-sicon-description, .right-icon .porto-sicon-header {
float: right;
width: 100%
}

.heading-right-icon .porto-sicon-heading-right {
display: table-cell;
vertical-align: middle;
width: 100%
}

.porto-sicon-heading-right+.porto-sicon-description {
margin-top: 10px
}

.heading-right-icon .porto-sicon-heading-right .porto-icon, .heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
margin-left: 15px
}

.heading-right-icon .porto-sicon-header {
display: table-cell;
vertical-align: middle;
width: 100%
}

.heading-right-icon .porto-sicon-description, .heading-right-icon .porto-sicon-description *, .heading-right-icon .porto-sicon-header h3.porto-sicon-title {
text-align: right
}

.porto-sicon-header h3.porto-sicon-title {
margin-top: 0
}

.porto-sicon-header h2.porto-sicon-title {
margin-top: 0
}

h3.porto-sicon-title {
display: block;
margin: 2px 0 4px
}

.porto-sicon-header+.porto-sicon-description {
margin-top: 5px
}

.style_3 .porto-sicon-box:hover .porto-icon {
transform: translateY(-4px)
}

.porto-sicon-box.default-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}

.porto-sicon-box.flex-wrap .porto-sicon-header {
-ms-flex: 1;
flex: 1
}

//* start of a new sheet */
/ .header-container.type2 .main-top-nav {
position: relative;
align-items: center;
display: flex;
}

.navigation-wrapper {
display: inline-flex;
align-items: center;
}

.navigation-wrapper {
padding-left: 10px;
}

li.level0.level-top.parent.fl-right {
float: none;
}
a:hover, a:active {
text-decoration: none;
}

.collection-image>img {
width: 100%;
}

.is-sticky .main-navigation {
display: block;
}

.is-sticky .top-navigation {
height: 32px !important;
}

.is-sticky .top-navigation li.level0 a.level-top {
padding: 7px 15px !important;
}

.is-sticky .top-navigation li.level0.parent a.level-top {
padding-right: 25px !important;
}

.is-sticky .top-navigation li.level0.parent a.level-top:after {
right: 10px !important;
}

.top-navigation {
display: block;
text-align: left;
}

.top-navigation li {
display: inline-block;
padding: 0;
text-align: left;
}

.top-navigation li.menu-item-right {
float: right;
}

.is-sticky .top-navigation li.level0 {
display: inline-block;
}

.top-navigation >li:first-child {
margin-right: 0;
}

.main-nav ul.top-navigation>li {
transition: color .1s, background-color .1s;
}

.top-navigation li.level0 {
margin-right: 3px;
padding: 0;
}

li.level0.level-top.parent.fl-righ {
float: none !important;
}

.top-navigation li.level0:first-child {
margin-right: 0;
}

.top-navigation li.level0 a.level-top i {
display: inline-block;
}

.top-navigation li.level0.static-dropdown {
position: relative;
}

.top-navigation li.level0.static-dropdown .container,.top-navigation li.m-dropdown .container {
width: auto;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
position: relative;
width: 100%;
max-width: 100%;
border-radius: 0;
}

.top-navigation li.level0.active, .top-navigation li.level0:hover {
padding: 0;
}

.top-navigation >li > a, .top-navigation >li > a:hover {
display: block;
outline: none;
}

.top-navigation a {
margin: 0;
font-size: 13px;
outline: none;
/*text-transform: uppercase; << too intense for my blood */
}

.banner-sub-top {
margin: 15px 8px 0 11px;
padding: 0 5px;
}

.top-mega-block .top-mega-block-content {
width: 64%;
margin: 0 20px;
padding: 7px 0 13px;
float: left;
border-bottom: 1px solid #eee;
color: #000;
}

.top-mega-block .top-mega-block-content b {
margin-right: 15px;
float: left;
line-height: 17px;
}

.top-mega-block .top-mega-block-content a {
display: inline-block;
margin-right: 15px;
color: #000;
font-size: 12px;
line-height: 17px;
}

.top-navigation li {
-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}

.top-navigation li.level0 {
border-radius: 5px;
}

.top-navigation > li.parent:hover {
border-radius: 5px 5px 0 0;
}

.top-navigation li.level0.parent a.level-top:after {
position: absolute;
width: 10px;
height: 10px;
top: 50%;
right: 15px;
left: auto;
margin-top: -6.5px;
font-family: "porto";
content: '\e81c';
}

.header-container.sticky-header .main-nav ul.top-navigation>li>a:after {
right: 10px;
}

.top-navigation li.level0 a.level-top {
padding: 17px 20px;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 1;
/*text-transform: uppercase; << Menu looks too intense.  */
}

.top-navigation li.level0.parent a.level-top {
padding-right: 25px;
}

.top-navigation li.level0.parent a.level-top:hover {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.top-navigation li.active a.level-top {
outline: none;
}

.top-navigation a, #megamenu a, .top-navigation li.level0 a {
position: relative;
}

/*Label category*/
.mobile-nav li.level0 > a > span > .cat-label {
display: inline-block;
position: relative !important;
top: 0 !important;
right: 0 !important;
margin: 0 0 0 10px;
}

.mobile-nav li.level0 > a > span > .cat-label:before {
position: absolute;
top: 3px;
left: -6px;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-right-color: #0cc485;
content: '';
}

li.level0 > a > span > .cat-label {
position: absolute;
top: -10px;
right: 10px;
padding: 2px;
border-radius: 2px;
font-size: 9px;
line-height: 1;
text-transform: uppercase;
}

.cat-label-label1 {
background-color: #5bd2ec;
color: #fff;
}

.cat-label-label2 {
background-color: #d52462;
color: #fff;
}

.mobile-nav li.level0 > a > span > .cat-label-label1.pin-bottom:before {
border-top-color: transparent !important;
border-right-color: #5bd2ec !important;
}

li.level0 > a > span > .cat-label-label1.pin-bottom:before {
border-top-color: #5bd2ec;
}

li.level0 > a > span > .cat-label-label2.pin-bottom:before {
border-top-color: #d52462;
}

.mobile-nav li.level0 > a > span > .cat-label-label2.pin-bottom:before {
border-top-color: transparent !important;
border-right-color: #d52462;
}

li.level1 > a > span > .cat-label {
display: inline-block !important;
margin-left: 2px;
padding: 0 4px;
vertical-align: top;
}

li.level0 > a > span > .pin-bottom:before {
position: absolute;
bottom: -4px;
left: 3px;
width: 0;
height: 0;
transition: border-color 450ms ease-in-out;
border: 2px solid transparent;
content: '';
}

.cat-label {
position: absolute;
margin-left: 6px;
top: 7px;
padding: 2px 3px;
transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
color: #fff;
font-size: 8px;
line-height: 1;
text-decoration: none;
text-transform: none;
}

.cat-label:hover {
text-decoration: none;
}

.cat-label.cat-label-new.pin-left:before {
border-right-color: #0cc485;
}

.cat-label.pin-left:before {
content: '';
display: block;
width: 5px;
height: 5px;
border: 3px solid transparent;
position: absolute;
left: -6px;
top: 50%;
margin-top: -3px;
}

.cat-label.cat-label-new {
background-color: #0cc485;
}

.top-navigation li.level0 ul li {
height: auto;
}

.top-navigation .menu-wrap-sub ul {
position: static;
width: 100%;
margin: 0px;
padding: 0px;
border: none;
}

.top-navigation ul.level0 li {
position: relative;
padding: 0 15px;
float: left;
outline: none;
}

.top-navigation ul li, .top-navigation ul li.active {
background: none;
}

.top-navigation li.level0 ul li ol {
margin: 0 0 0 5px;
}

.top-navigation li.level0 ul li a {
font-size: 13px;
text-transform: capitalize;
}

.top-navigation li.level0 ul li.groups > a {
margin: 10px 8px 5px;
padding: 0 5px;
color: #777;
font-size: 14px;
font-weight: 600;
line-height: 21px;
text-transform: uppercase;
}

.top-navigation li.level0 ul li.groups > a:hover {
text-decoration: underline;
}

.top-navigation li ul span {
white-space: nowrap;
}

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a {
height: auto;
margin: 0;
padding: 0;
border: 0 none;
outline: medium none;
}

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a span {
margin: 0 8px;
padding: 5px;
float: left;
}

.top-navigation li.level1 ul.level1 li.level2:hover a span {
text-decoration: underline;
}

.top-navigation li.m-dropdown li.level1 ul.level1 li.level2:hover a span {
text-decoration: none;
}

.top-navigation li.level0 .groups-wrapper ul li a:hover {
padding-left: 20px;
}

.top-navigation li.level0 ul li a span.title_group {
padding-left: 0;
font-family: Montserrat, arial, serif;
}

.top-navigation ul li ul.level1 li, .top-navigation ul li ul.level2 li {
width: 100%;
margin-left: 0px;
padding: 0;
border: 0;
}

.top-navigation ul li ul.level1 li:last-child a {
margin-bottom: 0;
}

.top-navigation ul li ul.level1 > li:first-child {
margin-top: 0;
}

.top-navigation li .menu-wrap-sub li div.menu-wrap-sub {
top: 5px;
width: 100%;
}

/*Dropdown classic*/
.fl-right {
float: right;
}

.top-navigation li.m-dropdown {
position: relative;
}

.top-navigation .dropdown ul li {
width: 100%;
margin: 0;
padding: 0;
}

.top-navigation .dropdown ul li:first-child {
border-top-width: 0;
}

.top-navigation li.m-dropdown .dropdown.menu-wrap-sub {
width: auto !important;
min-width: 230px;
padding: 5px 0;
}

.top-navigation li.m-dropdown .dropdown .ulmenu-block {
width: 100%;
}

.top-navigation .m-dropdown .dropdown ul li a {
display: block;
margin: 0 8px;
padding: 10px 30px 10px 5px;
float: none;
border-top: 1px solid rgba(255, 255, 255, .2);
font-size: 12px;
line-height: 1;
}

.top-navigation .m-dropdown .dropdown ul li:hover > a {
background-color: #f4f4f4;
color: #777;
}

.top-navigation .m-dropdown .dropdown ul li:first-child a {
border-top: 0;
}

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub {
top: -5px;
padding: 5px 0;
border-top: 0;
border-radius: 6px;
}

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub ul li a {
overflow: hidden;
}

.top-navigation .m-dropdown .dropdown ul li.parent > a:before {
position: absolute;
top: 50%;
right: 10px;
margin-top: -8px;
margin-left: 0;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 12px;
content: '\e81a';
}

.ulmenu-block-right {
text-align: center;
}

.top-navigation .ulmenu-block .action {
position: relative;
top: -15px;
}

.blog-right-1 {
position: absolute;
top: -35px;
left: -5px;
text-align: left;
}

.main-navigation .blog-right-1 h2 {
margin-top: 0;
margin-bottom: 15px;
padding: 6px 50px 6px 8px;
color: #fff;
background-color: #2e2e2e;
font-size: 23px;
font-weight: 600;
line-height: 1;
}

.main-navigation .blog-right-1 a {
padding: 5px 7px 5px 15px;
border: 0;
border-radius: 4px;
color: #fff!important;
font-size: 13px;
line-height: 18px;
}

.blog-right-2 {
width: 60%;
margin: 0 auto;
margin-top: -20px !important;
font-size: 13px;
line-height: 14px;
}

/****Vertical Megamenu***/
.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.menu-wrap-sub {
width: 100%;
right: 250px !important;
}

.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.groups-wrapper div.menu-wrap-sub {
width: 100%;
right: 222px !important;
}

.col-right .vertical-navigation-main li.level2 div.menu-wrap-sub {
width: 100%;
right: 186px !important;
}

.col-right .vertical-navigation-main div.menu-wrap-sub {
top: 0;
width: 620px;
padding: 0;
border: 0;
outline: none;
background: #dedee4;
box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
clear: left;
z-index: 9;
}

.col-left .vertical-navigation-main div.menu-wrap-sub {
position: absolute;
top: 0;
left: 100%;
width: 620px;
padding: 0;
border: 0;
background: #dedee4;
box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
outline: none;
z-index: 9;
}

.col-left .vertical-navigation-main li.level1 div.menu-wrap-sub {
width: 100%;
}

.vertical-navigation-main .dropdown ul.level0 li {
width: 100%;
padding: 0 13px;
}

.vertical-navigation-main li.m-dropdown .dropdown.menu-wrap-sub {
width: 270px;
max-width: 300px;
}

ul.vertical-navigation-container > li {
position: relative;
height: 36px;
border-bottom: #dfdfdf solid 1px;
line-height: 35px;
}

.vertical-navigation-main li.level0 ul li {
height: auto;
}

.vertical-navigation-main ul.level0 li {
position: relative;
float: left;
outline: none;
}

.vertical-navigation-main ul li ul.level1 li, .vertical-navigation-main ul li ul.level2 li {
width: 100%;
margin: 0;
padding: 0 0 0 10px;
border: 0;
}

/*Side Menu*/
.main-navigation .top-navigation.side-menu {
margin: 0;
padding: 0;
list-style: none;
}

.main-navigation .top-navigation.side-menu>li {
display: block;
position: relative;
margin: 0;
float: none;
transition: all .2s;
border-radius: 0;
}

.main-navigation .top-navigation.side-menu>li>a {
display: block;
position: relative;
margin: 0 10px;
padding: 12.6px 5px;
border-top: 1px solid #ddd;
color: #777;
font-size: 14px;
font-weight: 400;
text-transform: none;
}

.main-navigation .top-navigation.side-menu>li:hover > a {
border-color: transparent;
}

.main-navigation .top-navigation.side-menu>li:hover >a {
color: #fff;
}

.main-navigation .top-navigation.side-menu>li:first-child>a {
border-top: 0;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label {
display: inline-block;
position: relative;
top: -1px;
right: 0px;
margin: 0 0 0 10px;
padding: 2px;
border-radius: 2px;
font: inherit;
font-size: 9px;
line-height: 1;
z-index: 1;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label:before {
position: absolute;
top: 3px;
left: -6px;
width: 3px;
height: 3px;
border: 3px solid transparent;
content: '';
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label-label1:before {
border-right-color: #5bd2ec;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label-label2:before {
border-right-color: #d52462;
}

.main-navigation .top-navigation.side-menu>li.parent a.level-top:after {
position: absolute;
top: 50%;
right: 0;
left: auto;
width: 10px;
height: 10px;
margin-top: -7px;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 13px;
content: '\e814';
}

.main-navigation .top-navigation.side-menu>li.parent:hover > a.level-top:after {
color: #fff;
}

.main-navigation .top-navigation.side-menu>li .menu-wrap-sub {
position: absolute;
z-index: 10000;
top: 0;
left: 100% !important;
width: 850px;
border: 0;
border-left: 5px solid #3b3b3b;
border-radius: 0 5px 5px 7px;
background-color: #fff;
box-shadow: 1px 0 1px rgba(0, 0, 0, .5);
}

.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a:before {
position: absolute;
top: 50%;
right: 0;
left: auto;
width: 10px;
height: 10px;
margin-top: -7px;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 13px;
content: '\e814';
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub {
width: inherit;
padding: 10px 0;
border: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block {
padding: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block .row {
margin: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub a {
padding: 13px 5px;
font-size: 13px;
}
.suggestion-thumb {
margin-right: 15px;
float: left;
}

.suggestion-thumb >img {
width: 70px;
}
img.facebook {
width: 50%
}

img.instagram {
width: 50%
}

img.linkedin {
width: 50%
}

img.youtube {
width: 50%
}
.header-container.type2 .top-links-container span.split {
display: none
}

.header-container.type2 .top-links-container .links li {
border: 0
}

.searchform .searchsubmit:after {
content: "\e884"
}

.top-navigation li.level0 a.level-top {
padding: 15px 16px 16px
}
.main-section-header .links li {
border-color: #ccc
}
.slideshow-section .slideshow .owl-nav div {
top: 42%
}
.custom-support i {
text-align: center;
width: auto;
height: auto;
border-radius: 0;
padding-bottom: 14px;
display: inline-block
}

.custom-support .content {
margin-left: 0
}

.custom-support .col-lg-4 i {
border: 0!important;
float: none
}

.custom-support .col-lg-4 {
text-align: center
}

.custom-support i {
text-align: center;
width: auto;
height: auto;
border-radius: 0;
padding-bottom: 14px;
display: inline-block;
font-size: 40px
}

.custom-support .content h2 {
margin: 0;
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
line-height: 22px
}

.custom-support .content em {
font-weight: 300;
font-style: normal;
margin-bottom: 15px;
display: block;
font-size: 14px;
line-height: 22px
}

.custom-support .content p {
font-size: 13px;
line-height: 24px
}

.parallax-wrapper .parallax .parallax-slider .owl-carousel .owl-stage-outer .item h2 {
font-size: 36px;
font-family: Oswald;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 10px;
color: #fff;
line-height: 1
}

.parallax-wrapper .parallax .parallax-slider .owl-carousel .owl-stage-outer .item a {
font-size: 13px;
font-family: Oswald;
text-transform: uppercase;
color: #fff;
line-height: 1;
letter-spacing: .05em;
padding: 17px 33px;
border-radius: 3px!important;
background-color: #2b2b2d;
box-shadow: none;
display: inline-block
}

.parallax-wrapper .parallax .overlay {
display: none
}

.featured-brands .owl-carousel {
padding: 10px 70px
}

.featured-brands .owl-nav div {
position: absolute;
top: calc(50% - 15px);
background: 0 0;
color: #3a3a3c;
font-size: 22px;
padding: 0;
margin: 0
}

.featured-brands .owl-nav div.owl-prev {
left: 0
}

.featured-brands .owl-nav div.owl-next {
right: 0
}

.featured-brands .owl-nav {
top: auto;
right: auto;
position: static
}

.featured-brands {
margin-bottom: 25px
}

.footer-wrapper .footer-middle .footer-ribbon {
z-index: 2
}

.footer-wrapper .footer-middle .block-bottom {
border-top: 1px solid #3d3d38;
text-align: left;
padding: 27px 0;
overflow: hidden;
margin-top: 32px
}

.footer-wrapper .footer-middle .working span {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .005em;
line-height: 18px
}
.header-container.type21 .main-nav .main-top-nav {
border-radius: 0
}

.header-container .search-area .form-search {
border-radius: 20px!important
}

.homepage-bar {
border-top: 0
}

.homepage-bar [class^=col-lg-] {
border-left: 0
}

.homepage-bar .col-lg-4 .text-area h3 {
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 19px
}
.owl-dots .owl-dot span {
width: 11px;
height: 3px;
background: #a0a09f;
margin: 5px 7px;
border-radius: 20px!important;
display: block
}
.header-container .search-area .form-search input {
border-radius: 20px 0 0 20px!important
}

.banner-grid .row {
margin: 0 -15px!important
}

.banner-grid [class^=col-md-] {
padding-left: 15px!important;
padding-right: 15px!important;
padding-bottom: 0!important
}

.product-view .product-shop .actions a.link-compare,.product-view .product-shop .actions a.link-wishlist {
width: 43px;
height: 43px;
line-height: 41px
}

.product-view .product-shop .middle-product-detail .product-type-data .price-box .price {
font-family: Oswald
}

.product-view .product-shop .actions .add-to-links li a.link-wishlist {
background: 0 0
}

.template-product .product-view .add-to-links .link-wishlist i:before {
content: '\e889'
}

.sidebar .html-sidebar h5 {
line-height: 1;
margin-bottom: 13px
}
.main-container .pagenav-wrap .pagination .pagination-page li a:hover {
background: 0 0;
color: inherit;
border-color: #ccc
}

.main-container .pagenav-wrap .pagination .pagination-page li.active span {
background: 0 0;
color: inherit
}

.pagination-page li.text i.icon-right-dir:before {
content: '\e81a'
}

.main-container .pagenav-wrap .pagination .pagination-page li.text a:hover {
color: inherit
}
.template-blog .blog-wrapper .owl-dots {
bottom: 0
}

.owl-dots .owl-dot.active span {
background-color: #2b2b2d
}

.featured-brands .owl-nav i {
color: #3a3a3c
}

.featured-brands .owl-nav i.icon-chevron-left:before {
content: "\e829"
}

.featured-brands .owl-nav i.icon-chevron-right:before {
content: "\e828"
}

.footer-wrapper .footer-top .input-group button:hover {
opacity: 1
}
.product-view-sticky-left-right .product-view .porto-custom-block,.product_view_default .porto-custom-block {
display: none
}
a:focus {
outline: medium none;
text-decoration: none
}

:focus {
outline: 0;
text-decoration: none
}
.btn-button:hover,button:hover {
color: #fff;
opacity: .9
}

.btn-button:focus,button:focus {
outline: 0
}
.btn-button.bordered {
position: relative;
overflow: visible
}
.owl-dots .owl-dot {
display: inline-block;
cursor: pointer;
zoom:1}

.owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 5px 7px;
border-radius: 20px;
background: #a0a09f
}

.owl-dots .owl-dot.active span {
background: #08c;
opacity: 1
}
.main-container .products-collection .category-products .products-grid.center_nav .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px
}

.main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-prev {
left: -40px
}

.main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-next {
right: -40px
}
.main-container .products-collection .category-products .owl-nav div {
display: inline-block
}
.main-container .blog_article .item .row a.readmore:hover {
text-decoration: underline
}
.main-container .blog_article .owl-nav div {
display: inline-block
}
.sidebar .block-content ul li a:hover {
text-decoration: underline
}
.sidebar-cate-toogle .block-title .collapse:hover {
color: #fff
}

.sidebar-cate-toogle .block-title .collapse .icon-down-dir {
display: none
}
#compareBox .modal-content,#wishlistModal .modal-content {
padding: 20px;
border-radius: 0
}

#compareBox .modal-content .modal-header,#wishlistModal .modal-content .modal-header {
position: relative;
padding: 0;
border: 0
}

#compareBox .modal-content .modal-header .close,#wishlistModal .modal-content .modal-header .close {
width: 30px;
height: 30px;
padding: 0;
outline: 0;
font-size: 30px;
-webkit-font-smoothing: antialiased
}

#compareBox .modal-content .modal-header .modal-title,#wishlistModal .modal-content .modal-header .modal-title {
padding: 10px 15px;
color: #333;
font-size: 14px;
font-weight: 600;
text-transform: uppercase
}

#compareBox .cart-table,#wishlistModal .cart-table {
width: 100%;
border: 1px solid #f1f1f1;
border-spacing: 0
}

@media (min-width: 768px) and (max-width:992px) {
#compareBox .modal-dialog,#wishlistModal .modal-dialog {
    width:auto
}
}

@media (min-width: 576px) {
#compareBox .modal-dialog,#wishlistModal .modal-dialog {
    max-width:100%
}
}

@media (min-width: 992px) {
#compareBox .modal-lg,#wishlistModal .modal-lg {
    width:900px
}
}

#wishlistTableList .data-table tr {
border-bottom: 1px solid #f1f1f1!important
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr {
    display:block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    border: 1px solid #f1f1f1;
    overflow: hidden
}
}

#wishlistTableList .data-table tr:last-child {
border-bottom: 0
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr .last {
    position:absolute;
    top: 0;
    right: -5px;
    min-width: 90px!important;
    border-width: 0
}
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr .product-options {
    width:70%;
    padding-top: 10px;
    padding-right: 65px;
    padding-bottom: 10px;
    padding-left: 5px;
    float: right;
    border: 0;
    text-align: left
}
}

@media (max-width: 767px) {
#wishlistTableList .data-table thead {
    display:none
}
}

#wishlistTableList .data-table thead tr {
border-bottom: 1px solid #f1f1f1!important
}

#wishlistTableList .data-table thead th {
padding: 10px 15px;
border-right: 1px solid #f1f1f1;
color: #333;
font-size: 14px;
font-weight: 600;
line-height: 24px;
text-align: center;
text-transform: uppercase
}

#compareTableList {
overflow-x: auto
}

#compareBox .data-table td {
padding: 10px 14px;
border: 1px solid #e8e9eb;
text-align: left
}

#compareBox .data-table tr td {
border-top: 1px solid #f1f1f1
}

#compareBox .data-table tbody td {
min-width: 150px;
padding: 10px;
border-right: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
text-align: left
}

#compareBox .data-table tbody td:first-child {
color: #222;
font-size: 14px;
text-transform: uppercase
}
.tab-product-collection .category-list .tab-selector ul li a:hover {
opacity: .8
}
.main_section_two .tab-product-collection .category-list .tab-selector ul li a:hover{background:#fff}
.main_section_two .blog_article .latest_news .item .row a.readmore{font-size:16px;font-weight:300}
main_section_two .blog_article .latest_news .item .row a.readmore:hover {
text-decoration: underline
}

.featured-brands h3 {
margin: 30px 0 0;
color: #313131;
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left
}

.featured-brands h3.title-widget {
background: url(//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548) right center no-repeat;
line-height: 42px
}

.featured-brands h3.title-widget .inner {
padding-right: 20px
}

.featured-brands .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px
}

.featured-brands .owl-nav .owl-prev {
left: 0
}

.featured-brands .owl-nav .owl-next {
right: 0
}

.featured-brands .item img {
width: 100%!important
}

.custom-support i {
width: 62px;
height: 62px;
float: left;
border-radius: 50%;
font-size: 20px;
line-height: 62px;
text-align: center
}

.custom-support .content {
margin-left: 76px
}

.custom-support .content h2 {
margin: 0;
color: #000;
font-size: 20px;
font-weight: 600;
line-height: 1.5
}

.slideshow-section .slideshow .owl-nav div {
display: none;
position: absolute;
top: 40%;
margin: 5px;
padding: 3px 10px;
font-size: 40px;
text-shadow: 0 0 3px rgba(255,255,255,.5)
}

.slideshow-section .slideshow .owl-nav .owl-prev {
left: 0
}

.slideshow-section .slideshow .owl-nav .owl-next {
right: 0
}
.slideshow-section .slideshow:hover .owl-nav div {
display: block
}
     .two-column {
            -moz-column-count: 2;
            -webkit-column-count: 2;
            -o-column-count: 2;
            column-count: 2;
            -moz-column-gap: 0px;
            -webkit-column-gap: 0px;
            -o-column-gap: 0px;
            column-gap: 0px;
            min-width: 350px !important
        }
.product-options-bottom {
border-bottom: 1px solid #000;
}

#cic_only {
color: red;
}

.special-price {
color: #008acc;
}

.compare-price {
color: #ff2c00;
}

.compare-price > .money,
.price_compare > .money {
color: #ff2c00;
}

.show {
display: block;
}

body .main-container .main-breadcrumbs.fixed-position,
body .footer-wrapper .main-breadcrumbs.fixed-position {
position: fixed;
top: 0;
width: 100%;
padding-bottom: 12px;
z-index: 999;
}

#preview-bar-iframe {
display: none;
}

.border-radius .image-link::before {
border-radius: 8px;
}

a:focus {
outline: medium none;
text-decoration: none;
}

:focus {
outline: 0;
text-decoration: none;
}

.f-right,
.right {
float: right !important;
}

.f-left,
.left {
float: left !important;
}

.btn {
font-size: .875rem;

.grey-black {
    color: #777;

    :hover {
        color: #000;
    }
}
}

.form-list .input-box {
display: block;
position: relative;
clear: both;
line-height: 30px;
}

.move-below-header {
display: none;
}

.form-list select {
width: 100%;
}

input.input-full,
textarea,
.input-text {
width: 100%;
height: 38px;
margin-bottom: 10px;
padding: 10px;
border-radius: 6px;
background-color: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

textarea {
height: 10em;
line-height: 1.4;
}

button.btn-button span span {
padding: 0;
border: 0;
border-width: 0;
background: transparent;
color: inherit;
line-height: inherit;
}

a.image-link {
display: inline-block;
position: relative;
width: 100%;

::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .2s;
    background-color: #000;
    content: '';
    opacity: 0;
    visibility: hidden;
    filter: alpha(Opacity=0);
}

:hover {
    ::before {
        opacity: .1;
        visibility: visible;
        filter: alpha(Opacity=10);
    }
}
}

.spr-icon.spr-icon-star-empty {
color: rgba(0, 0, 0, .16) !important;
opacity: 1 !important;
}

.spr-icon {
opacity: 1;

::before {
    font-size: 100% !important;
}
}

.animation-spin {
animation: spin 20s infinite linear;
-webkit-animation: spin 20s infinite linear;
}

.float-none {
float: none;
}

.visible-tablet,
.visible-phone {
display: none;
}

.is-transitioning {
display: block !important;
visibility: visible !important;
}

.icon-button {
display: block;
padding: 0;
border: solid 1px #e0e0e0;
text-align: center;

.large {
    width: 45px;
    height: 45px;
    line-height: 45px;
}

.larger {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.medium {
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.small {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

:hover {
    border-color: #e0e0e0;
    color: white !important;
}

.smaller {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.xsmall {
    width: 27px;
    height: 27px;
    line-height: 27px;
}

.facebook:hover {
    background-color: #3f83c3;
}

.twitter:hover {
    background-color: #27c0c8;
}

.pinterest:hover {
    background-color: #de2f2f;
}

.google:hover {
    background-color: #fd3f3f;
}

.envelope:hover {
    background-color: #8f6540;
}
}

.clearer::after {
display: block;
height: 0;
clear: both;
font-size: 0;
line-height: 0;
content: '.';
overflow: hidden;
}

.icon-wishlist::before {
content: '\e88a';
}

.page-404 {
min-height: 300px;
padding-top: 70px;
text-align: center;
}

@media (min-width: 576px) {
.fullwidth-row {
    width: 100vw;
    margin-left: calc(255px - 50vw);

    .layout-1024  {
        margin-left: calc(255px - 50vw);
    }
}
}

@media (min-width: 768px) {
.fullwidth-row {
    width: 100vw;
    margin-left: calc(345px - 50vw);

    .layout-1024  {
        margin-left: calc(345px - 50vw);
    }
}
}

@media (min-width: 992px) {
.fullwidth-row {
    width: 100vw;
    margin-left: calc(465px - 50vw);

    .layout-1024  {
        margin-left: calc(465px - 50vw);
    }
}
}

@media (min-width: 1200px) {
.fullwidth-row {
    width: 100vw;
    margin-left: calc(555px - 50vw);

    .layout-1024  {
        margin-left: calc(498px - 50vw);
    }
}
}

.full-width .fullwidth-row,
.boxed .fullwidth-row {
width: 100%;
margin: 0;
}

/* Header Configuration*/
.header-center, .header-right, .header-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}

.header-center {
margin-left: auto;
}

.header-right {
.show {
    display: block;
}

body {
    .boxed {
        background: url(boxed_bg.png) repeat;
        background-color: #000;

        .wrapper {
            padding-top: 24px;
            padding-bottom: 17px;

            .page {
                width: 1180px;
                margin-right: auto;
                margin-left: auto;
            }
        }
    }

    .side-header {
        overflow-x: hidden;

        .top-newsletter {
            margin-left: 314px;

            > .container {
                max-width: 100%;
            }
        }

        .main-container,
        .footer-wrapper {
            margin-left: 314px;

            .main-breadcrumbs.fixed-position {
                position: fixed;
                top: 0;
                width: 100%;
                z-index: 4;
            }

            .main-breadcrumbs > .container {
                max-width: 100%;
            }

            .main .container {
                max-width: 100%;
            }

            .footer-middle > .container,
            .footer-top > .container,
            .footer-bottom > .container {
                max-width: 100%;
            }
        }
    }
}

body .main-container .main-breadcrumbs.fixed-position,
body .footer-wrapper .main-breadcrumbs.fixed-position {
    position: fixed;
    top: 0;
    width: 100%;
    padding-bottom: 12px;
    z-index: 999;
}

#preview-bar-iframe {
    display: none;
}

.border-radius .image-link::before {
    border-radius: 8px;
}

a: focus {
    outline: medium none;
    text-decoration: none;
}

:focus {
    outline: 0;
    text-decoration: none;
}

.page ul,
.page ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

ul {
    margin: 0;
    padding: 0;
}

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

p {
    line-height: 1.5;
}

.f-right,
.right {
    float: right !important;
}

.f-left,
.left {
    float: left !important;
}

.btn {
    font-size: .875rem;

    .grey-black {
        color: #777;

        :hover {
            color: #000;
        }
    }
}

.form-list .input-box {
    display: block;
    position: relative;
    clear: both;
    line-height: 30px;
}

.move-below-header {
    display: none;
}

.form-list select {
    width: 100%;
}

input.input-full,
textarea,
select {
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #777;
    font-size: 13px;
}

input.input-full,
textarea,
.input-text {
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
}

textarea {
    height: 10em;
    line-height: 1.4;
}

button,
.btn-button {
    display: inline-block;
    padding: 0 15px;
    border: 0;
    border-radius: 5px;
    background: #3b3b3b;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    white-space: nowrap;
    -webkit-appearance: none;
    cursor: pointer;

    :hover {
        color: #fff;
        opacity: .9;
    }

    :focus {
        outline: none;
    }
}

input {
    line-height: 1.6;
}

button.btn-button span span {
    padding: 0;
    border: 0;
    border-width: 0;
    background: transparent;
    color: inherit;
    line-height: inherit;
}

select {
    height: 35px;
    padding: 0 30px 0 10px;
    border: 1px solid #e4e4e4;
    border-radius: 0;

    background: {
        position: right 0 center;
        color: transparent;
        image: url('{{ "ico-select.png" | asset_url }}');
        repeat: no-repeat;
    }

    color: #777;
    font-size: 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    .ie9 ,
    .lt-ie9  {
        padding-right: 10px;
        background-image: none;
    }
}

a.image-link {
    display: inline-block;
    position: relative;
    width: 100%;

    ::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all .2s;
        background-color: #000;
        content: '';
        opacity: 0;
        visibility: hidden;
        filter: alpha(Opacity=0);
    }

    :hover {
        ::before {
            opacity: .1;
            visibility: visible;
            filter: alpha(Opacity=10);
        }
    }
}

.loader-container {
    display: none;
    background-color: rgba(255, 255, 255, .5);
    text-align: center;
}

.spr-icon.spr-icon-star-empty {
    color: rgba(0, 0, 0, .16) !important;
    opacity: 1 !important;
}

.spr-icon {
    opacity: 1;

    ::before {
        font-size: 100% !important;
    }
}



.animation-spin {
    animation: spin 20s infinite linear;
    -webkit-animation: spin 20s infinite linear;
}

.float-none {
    float: none;
}

.visible-tablet,
.visible-phone {
    display: none;
}

.is-transitioning {
    display: block !important;
    visibility: visible !important;
}

.btn-button,
.spr-button {
    .text-only {
        margin: 0;
        padding: 0;
        border: 0;
        background-color: transparent;
    }

    .large {
        padding: 12px 35px;
        font-size: 14px;
        line-height: 32px;
    }

    .small {
        padding: 5px 15px;
    }

    .white {
        border-color: #fff;
        background-color: #fff;
        color: #222;

        :hover {
            border-color: #e4e4e4;
            background-color: #e4e4e4;
        }
    }

    .black {
        border-color: #222;
        background-color: #222;
        color: #fff;

        :hover {
            border-color: #111;
            background-color: #111;
        }
    }

    .bordered {
        position: relative;
        overflow: visible;

        .white {
            color: #fff !important;

            :hover {
                color: #222 !important;
            }
        }

        .black {
            border-color: #222;
            background-color: #222;
            color: #fff;

            :hover {
                border-color: #111;
                background-color: #111;
            }
        }
    }

    .uppercase {
        text-transform: uppercase;
    }

    .rounded {
        border-radius: 25px;

        .large {
            border-radius: 75px;
        }
    }

    .sf-icon-reveal {
        padding: 15px 35px;
        line-height: 20px;
        -webkit-transform: translate3d(0, 0, 0);

        i {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 30px;
            width: 20px;
            height: 100%;
            transform: scale(.5);
            -webkit-transform: scale(.5);
            line-height: 50px;
            text-align: right;
            opacity: 0;
            transition: all .4s cubic-bezier(.175, .885, .32, .15);
            font-size: 18px;
        }

        span {
            display: block;
            width: 100%;
            transition: all .4s cubic-bezier(.175, .885, .32, 1.15);
            text-align: center;
            vertical-align: 4px;
        }

        .standard {
            border-color: #e4e4e4;

            :hover {
                border-color: #e4e4e4;

                i {
                    right: 20px;
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    opacity: 1;
                }

                span {
                    transform: translateX(-12px);
                    -webkit-transform: translateX(-12px);
                    -ms-transform: translateX(-12px);
                }
            }
        }

        .white {
            border-color: #fff;
            background-color: #fff;
            color: #222 !important;

            :hover {
                border-color: #e4e4e4;
                background-color: #e4e4e4;

                i {
                    right: 20px;
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    opacity: 1;
                }

                span {
                    transform: translateX(-12px);
                    -webkit-transform: translateX(-12px);
                    -ms-transform: translateX(-12px);
                }
            }
        }

        .black {
            border-color: #222;
            background-color: #222;
            color: #fff;

            :hover {
                border-color: #111;
                background-color: #111;

                i {
                    right: 20px;
                    transform: scale(1);
                    -webkit-transform: scale(1);
                    opacity: 1;
                }

                span {
                    transform: translateX(-12px);
                    -webkit-transform: translateX(-12px);
                    -ms-transform: translateX(-12px);
                }
            }
        }
    }

    .effect {
        display: inline-block;
        position: relative;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transition-property: color;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        vertical-align: middle;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transition-duration: .3s;

        ::before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            transform: scaleX(0);
            -webkit-transform: scaleX(0);
            transition-duration: .3s;
            transform-origin: 0 50%;
            -webkit-transform-origin: 0 50%;
            transition-property: transform;
            transition-timing-function: ease-out;
            content: '';
            z-index: -1;
        }

        :hover {
            ::before {
                transform: scaleX(1);
                -webkit-transform: scaleX(1);
            }
        }
    }
}

.icon-button {
    display: block;
    padding: 0;
    border: solid 1px #e0e0e0;
    text-align: center;

    .large {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .larger {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .medium {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .small {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    :hover {
        border-color: #e0e0e0;
        color: white !important;
    }

    .smaller {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .xsmall {
        width: 27px;
        height: 27px;
        line-height: 27px;
    }

    .facebook:hover {
        background-color: #3f83c3;
    }

    .twitter:hover {
        background-color: #27c0c8;
    }

    .pinterest:hover {
        background-color: #de2f2f;
    }

    .google:hover {
        background-color: #fd3f3f;
    }

    .envelope:hover {
        background-color: #8f6540;
    }
}

.clearer::after {
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    line-height: 0;
    content: '.';
    overflow: hidden;
}

.owl-dots {
    text-align: center;

    .owl-dot {
        display: inline-block;
        cursor: pointer;
        zoom: 1;

        span {
            display: block;
            width: 8px;
            height: 8px;
            margin: 5px 7px;
            border-radius: 20px;
            background: #a0a09f;
        }

        .active {
            span {
                background: #08c;
                opacity: 1;
            }
        }
    }

    .dots-center  {
        width: 100%;
    }
}

.icon-wishlist::before {
    content: '\e88a';
}

.page-404 {
    min-height: 300px;
    padding-top: 70px;
    text-align: center;
}

@media (min-width: 576px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(255px - 50vw);

        .layout-1024  {
            margin-left: calc(255px - 50vw);
        }
    }
}

@media (min-width: 768px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(345px - 50vw);

        .layout-1024  {
            margin-left: calc(345px - 50vw);
        }
    }
}

@media (min-width: 992px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(465px - 50vw);

        .layout-1024  {
            margin-left: calc(465px - 50vw);
        }
    }
}

@media (min-width: 1200px) {
    .fullwidth-row {
        width: 100vw;
        margin-left: calc(555px - 50vw);

        .layout-1024  {
            margin-left: calc(498px - 50vw);
        }
    }
}

.full-width .fullwidth-row,
.boxed .fullwidth-row {
    width: 100%;
    margin: 0;
}

// Header Configuration .header-center, .header-right, .header-left {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}

.header-center {
margin-left: auto;
}

.header-right {
-ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
}

.header-left,
.header-right {
-ms-flex: 1;
flex: 1;
}

.switcher-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

// PARALLAX SECTION STYLE -ms-flex-pack: end;
justify-content: flex-end;
margin-left: auto;
}

.header-left,
.header-right {
-ms-flex: 1;
flex: 1;
}

.switcher-area {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

// PARALLAX SECTION STYLE .parallax-wrapper {
.parallax {
position: relative;
margin: 0 auto;
padding: 50px 0;
color: #fff;

.overlay {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .65;
    z-index: 2;
    filter: alpha(opacity=75);
}

.parallax-slider {
    position: relative;
    z-index: 3;

    .item {
        max-width: 100%;
        float: none !important;
        text-align: center;

        h2 {
            margin-top: 0;
            margin-bottom: 15px;
            color: #fff;
            font-size: 60.28px;
            font-weight: 600;
            line-height: 1;
        }

        p {
            margin-bottom: 30px;
            color: #fff;
            font-size: 22.6px;
            font-weight: 300;
            line-height: 1;
        }

        a {
            border: 0;
            background: transparent;
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            line-height: 1;
        }
    }

    .owl-dots {
        margin-top: 25px;
        text-align: center;
    }
}
}
.parallax_fullscreen {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

img {
    max-width: 100%;
    height: auto;
}

.parallax-content-15 {
    position: absolute;
    top: 37%;
    width: 100%;
    text-align: center;

    .text_content_1 {
        margin: 0;
        line-height: 1;

        img {
            display: inline-block;
            width: 37px;
            height: 10px;
            vertical-align: middle;
        }

        em {
            display: inline-block;
            color: #fff;
            font-style: normal;
            font-weight: 300;
            line-height: 1;
            vertical-align: middle;
        }
    }

    .text_content_2 {
        color: #fff;
        font-weight: 800;
        line-height: 1;
    }

    .text_content_3 {
        color: #fff;
        font-weight: 300;
        line-height: 1;
    }

    a {
        border: 0;
        border-radius: 0;
    }
}

.parallax_01 {
    .parallax-content-15 {
        em {
            margin: 0 10px;
            font-size: 26.26px;
        }

        h2 {
            margin: 5px 0 10px;
            font-size: 79.12px;
        }

        p {
            font-size: 23.64px;
        }
    }
}

.parallax_04 {
    .parallax-content-15 {
        em {
            font-size: 26.26px;
            margin: 0 10px;
        }

        h2 {
            font-size: 61px;
            letter-spacing: -3px;
            margin: 5px 0 10px;
        }

        p {
            font-size: 18px;
            margin-bottom: 15px;
        }

        a {
            font-size: 16px;
            padding: 8px 35px;
        }
    }
}
}

.top-select > ul {
border: 1px solid #ccc;
}

// INSTAGRAM SECTION STYLE .enable-effect .insta-item .content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: all .3s;
background-color: rgba(255, 0, 0, .5);
color: #fff;
font-size: 35px;
text-align: center;
opacity: 0;
visibility: hidden;
z-index: 1;
}

.enable-effect .insta-item:hover .content {
opacity: 1;
visibility: visible;
}

.insta-item .content i {
display: none;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);

.enable-effect  {
    display: inline-block;
}
}

.instagram-section.type2 .container {
max-width: 100%;
padding: 0;
}

.instagram-section.type2 .container .row {
margin-right: 0;
margin-left: 0;
}

.main-container .instagram-section .title-widget {
margin-bottom: 16px;
font-family: 'Oswald';
font-size: 18px;
font-weight: 400;
background: none;
color: #282d3b;
letter-spacing: 0.05em;
text-align: center;
font-display: swap;
}

.insta-follow {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: #fff;
text-align: center;
text-transform: uppercase;
z-index: 2;

.insta-content-style1 {
    top: 50%;
    transform: translate(-50%, -50%);
}

> div {
    height: 100%;
}

h3 {
    font-family: 'Oswald';
    line-height: 1;
    font-display: swap;
}

span {
    display: block;
    letter-spacing: .05em;
}

a {
    border-radius: 2px;
    background-color: #0e0e0e;
    color: #fff;
    font-family: 'Oswald';
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    box-shadow: none;
    font-display: swap;
}
}

.insta-content-style1 {
padding: 30px 40px;

.d-flex {
    -ms-flex-direction: column;
    flex-direction: column;
}

h3 {
    padding-top: 15px;
    color: #fff;
    font-size: 48px;
    font-weight: 300;
}

span {
    margin-bottom: 28px;
    font-size: 15px;
}

a {
    margin-bottom: 5px;
    padding: 9px 28px;
    border: solid 2px #2c2c2c;
    font-weight: 400;
}

i {
    font-size: 24px;
}
}

/* Instagram Content Style - */
.insta-content-style2 {
min-width: 420px;
height: 100%;
padding: 20px 10px;
}
.insta-content-style2 .description {
text-align: right;
}
.insta-content-style2 h3 {
margin-bottom: 0;
font-size: 32px;
font-weight: 700;
}
.insta-content-style2 span {
color: #777;
font-size: 10px;
}
.insta-content-style2 i {
-ms-flex-order: 2;
order: 2;
margin: 0 4%;
font-size: 50px;
}
.insta-content-style2 i::before {
margin: -2px 0 0;
}
.insta-content-style2 .description {
-ms-flex-order: 1;
order: 1;
}
.insta-content-style2 a {
-ms-flex-order: 3;
order: 3;
padding: 0.8em 3em;
font-weight: 300;
}
.insta-content-style2 .d-flex {
height: 100%;
-ms-flex-pack: center;
justify-content: center;
}
.insta-content-style2 .d-flex a {
border-radius: 3px !important;
}
@media (max-width: 991px) {
.insta-content-style2 {
    position: relative;
    left: 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
}
}


.blog-instagrams {
.col-xl-2 {
    padding-right: 10px;
    padding-left: 10px;

    a {
        display: block;
        position: relative;
        margin: 10px 0;

        img {
            width: 100%;
        }
    }
}
}

.intagram-shop {
.content {
    padding: 10px 0 40px;

    h2 {
        font-size: 40px;
        font-weight: 600;
        line-height: 45px;
        text-align: center;
        text-transform: uppercase;
    }

    p {
        margin: 0;
        font-size: 20px;
        line-height: 30px;
        text-align: center;
    }
}
}

.snptwdgt__ftr,
.fauximg-bin .snptico,
.public-modal .modal-left-column .snptico-shopping-bag {
display: none !important;
}

.snptwdgt-container-liner .fauximg-bin,
.snptwdgt-container .snptwdgt__item .snpt__fauxim img {
backface-visibility: hidden !important;
}

.snptwdgt-container .snptwdgt__item .snpt__fauximg {
backface-visibility: hidden !important;
transition: opacity .3s, transform .3s !important;
-webkit-transform: scale(1) !important;
transform: scale(1) !important;
}

.snptwdgt-container .snptwdgt__item:hover .snpt__fauximg {
transform: scale(1.05) !important;
-webkit-transform: scale(1.05) !important;
}

.widget-hotspot:hover {
background: {
        {
        settings.theme_color
    }
}

 !important;
text-decoration: none !important;
}

.hotspot.hotspot--highlighted,
.hotspot:hover {
background: {
        {
        settings.theme_color
    }
}

 !important;
text-decoration: none !important;
}

.hotspot {
backface-visibility: hidden !important;
text-decoration: none !important;
transition: all .3s linear !important;
}

.widget-hotspot {
background: {
        {
        settings.theme_color
    }
}

 !important;
border-width: 3px !important;
color: #fff !important;
}

.product-images-slide a.hotspot {
border-radius: 100% !important;
}

.loadr-arc-rotate-move .loader::before {
border-color: rgba(31, 192, 160, .155) !important;
opacity: .3 !important;
}

public-modal .image-holder__buy-button:hover .icon-shapping-bag,
public-modal .image-holder__buy-button:hover .snptico-shopping-bag {
color: {
        {
        settings.theme_color
    }
}

 !important;
}

.loadr-arc-rotate-move .loader:after {
border-bottom-color: {
        {
        settings.theme_color
    }
}

 !important;
}

.hotspot-modal {
font-family: 'Open Sans' !important;
}
.products-related {
position: relative;
margin-top: 50px;
margin-bottom: 0;
padding-top: 0;

.category-products {
    .products-grid {
        .owl-item .item {
            width: 100%;
        }

        .owl-nav {
            position: absolute;
            top: -43px;
            right: 5px;

            div {
                display: inline-block;
                font-size: 14px;
                text-align: center;
            }
        }
    }
}

.full-width {
    background-color: #f4f4f4;
}
}

.blog-homepage {
position: relative;
}

.products-crosssell {
position: relative;

.category-products {
    .products-grid {
        .owl-item {
            .item {
                width: 100%;
                padding: 10px 0;
            }
        }

        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}
}

.blog_article {
h3.title-widget {
    .type_1 {
        background: none;
        text-align: center;
    }
}

.item {
    padding-top: 10px;

    .row {
        margin-right: -10px;
        margin-left: -10px;

        .col-md-5 {
            padding-right: 10px;
            padding-left: 10px;
        }

        .col-md-7 {
            padding-right: 10px;
            padding-left: 10px;
        }

        .post-image {
            margin: 0 0 15px;
            padding: 2px;
            border: 1px solid #e1e1e1;
            border-radius: 5px;
            background-color: #fff;
            overflow: hidden;

            img {
                width: 100%;
                border-radius: 4px;
            }
        }

        .post-date {
            margin-right: 10px;
            float: left;
            text-align: center;

            .day {
                display: block;
                padding: 8px;
                color: #3f4658;
                font-size: 18px;
                font-weight: 700;
            }

            .month {
                display: block;
                width: 45px;
                padding: 2px 0;
                border-radius: 0 0 2px 2px;
                color: #fff;
                font-size: .9em;
                line-height: 1.4;
                box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
            }
        }

        .postTitle {
            h2 {
                min-height: 55px;
                margin: 0 0 10px;
                font-size: 20px;
                font-weight: 400;
                line-height: 27px;
            }
        }

        .postContent {
            padding-bottom: 15px;
            font-size: 14px;
            line-height: 1.5;

            p {
                margin: 0;
            }
        }

        a.readmore {
            font-size: 16px;
            font-weight: 300;

            :hover {
                text-decoration: underline;
            }
        }
    }

    .blog_post_type_1 {
        .post-image {
            margin: 0;
            padding: 0;
            float: left;
            border: 0;
        }

        .post-content {
            position: relative;
            top: 30px;
            left: -5px;
            min-height: 212px;
            margin-left: 200px;
            padding: 40px;
            background-color: #fff;
            text-align: left;

            .postTitle {
                min-height: auto;
                margin-bottom: 9px;

                h2 {
                    margin-bottom: 12px;
                    font-size: 18px;
                    font-weight: 600;
                    letter-spacing: -.01em;
                    line-height: 1;
                    text-transform: uppercase;
                }
            }

            .post-date {
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 8px;
                padding: 8px;
                float: none;
                background-color: #e1ddc3;
                color: #8f8e86;
                font-family: 'Oswald';
                font-size: 14.5px;
                font-weight: 300;
                letter-spacing: .1em;
                text-align: left;
            }

            .postContent {
                margin-bottom: 15px;
                padding: 0;
                font-size: 15px;
                letter-spacing: .03em;
                line-height: 25px;
            }

            .readmore {
                background: none !important;
                color: #333;
                font-size: 13px;
                font-weight: 700;
                letter-spacing: .03em;
                text-transform: uppercase;
            }
        }
    }

    .blog_post_type_2 {
        margin-top: 10px !important;
        padding: 10px;
        padding-top: 10px;
        background-color: #fff;

        .post-image {
            margin: 0;
            border: 0;
            overflow: hidden;

            .post-date {
                position: absolute;
                top: 7px;
                left: 17px;
                margin-right: 10px;
                float: left;
                background-color: #0088cc;
                color: #fff;
                font-family: 'Oswald';
                font-weight: 400;
                text-align: center;

                .day {
                    display: block;
                    padding: 10px 0 4px;
                    color: #fff;
                    font-size: 18px;
                    font-weight: 400;
                    letter-spacing: .05em;
                    line-height: 1;
                }

                .month {
                    display: block;
                    width: 45px;
                    padding: 0 0 8px;
                    color: #fff;
                    font-size: 13px;
                    font-weight: 400;
                    letter-spacing: .05em;
                    line-height: 1;
                    text-transform: uppercase;
                    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
                }
            }
        }

        .col-md-7 {
            .post-date {
                display: none;
            }

            .postTitle {
                min-height: auto;
                margin-bottom: 10px;
                padding-top: 10px;
                padding-left: 18px;

                h2 {
                    min-height: auto;
                    margin: 0 0 10px;
                    font-size: 18px;
                    font-weight: 400;
                    letter-spacing: -.001em;
                    line-height: 22px;
                }
            }

            .postContent {
                margin-bottom: 10px;
                padding-bottom: 15px;
                padding-left: 18px;
                color: #687176;
                font-size: 13px;
                line-height: 24px;
            }

            a.readmore {
                display: inline-block;
                margin-left: 18px;
                padding: 9px 16px;
                border-radius: 2px !important;
                background-color: #2b2b2d;
                font-family: 'Oswald';
                font-size: 12px;
                font-weight: 300;
                letter-spacing: .05em;
                line-height: 1.42857143;
                text-transform: uppercase;
            }
        }
    }
}

.owl-nav {
    position: absolute;
    top: -33px;
    right: 0;

    div {
        display: inline-block;
    }
}
}

.blog-slidebar {
.latest_news {
    margin: 0 -10px;

    .item {
        padding: 20px 10px 0;

        .row {
            margin-right: -10px;
            margin-left: -10px;

            .col-md-5,
            .col-md-7 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 10px;
                padding-left: 10px;
            }

            .post-image {
                margin: 0 0 15px;
                padding: 2px;
                border: 1px solid #e1e1e1;
                border-radius: 5px;
                background-color: #fff;
                overflow: hidden;

                img {
                    width: 100%;
                    border-radius: 4px;
                }
            }

            .post-date {
                margin-right: 10px;
                float: left;
                text-align: center;

                .day {
                    display: block;
                    padding: 8px;
                    background-color: #f7f7f7;
                    color: #3f4658;
                    font-size: 18px;
                    font-weight: 700;
                }

                .month {
                    display: block;
                    width: 45px;
                    padding: 2px 0;
                    border-radius: 0 0 2px 2px;
                    color: #fff;
                    font-size: .9em;
                    line-height: 1.4;
                    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
                }
            }

            .postTitle {
                h2 {
                    min-height: 55px;
                    margin: 0 0 10px;
                    font-size: 20px;
                    font-weight: 400;
                    line-height: 27px;
                }
            }

            .postContent {
                padding-bottom: 15px;
                font-size: 14px;
                line-height: 1.5;

                p {
                    margin: 0;
                }
            }

            a.readmore {
                font-size: 16px;
                font-weight: 300;

                :hover {
                    text-decoration: underline;
                }
            }
        }
    }
}
}

.last_blog_clients {
padding: 30px 0;

.blog_article {
    padding: 0;

    .item {
        .row {
            margin-right: -20px;
            margin-left: -20px;
        }

        .blog_post_type_2 {
            .row {
                a.readmore {
                    border-radius: 0 !important;
                }

                .col-md-7 {
                    .postContent {
                        font-size: 14px;
                    }
                }
            }
        }
    }
}

.testimonials {
    padding-top: 10px;

    .owl-nav {
        position: absolute;
        top: -35px;
        right: 0;

        div {
            display: inline-block;
        }
    }
}
}

.category_slider {
.category-products {
    .products-grid {
        .item {
            float: none;
        }

        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }

    .carousel-init {
        .owl-nav {
            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}
}

.testimonials {
.item {
    blockquote {
        position: relative;
        margin: 0;
        padding: 10px 50px;
        border: 0;
        border-radius: 10px;
        font-family: Georgia, serif;
        font-size: 1.2em;
        font-style: italic;
        line-height: 1.3;

        ::before {
            position: absolute;
            top: 0;
            left: 10px;
            color: #fff;
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            content: '\201C';
        }

        ::after {
            position: absolute;
            right: 10px;
            bottom: -.5em;
            color: #fff;
            font-size: 80px;
            font-style: normal;
            line-height: 1;
            content: '\201D';
        }
    }

    .testimonial-arrow-down {
        width: 0;
        height: 0;
        margin: 0 0 0 25px;
        border: 15px solid transparent;
        border-bottom: 0;
    }

    .testimonial-author {
        .img-thumbnail {
            display: inline-block;
            position: relative;
            max-width: 100%;
            height: auto;
            margin-right: 10px;
            padding: 4px;
            float: left;
            border: 1px solid #ddd;
            border-radius: 7px;
            background-color: #fff;
            line-height: 1.5;
        }

        p {
            margin: 0 0 0 25px;
            color: #666;
            line-height: 24px;
            text-align: left;

            span {
                display: block;
                color: #666;
                font-size: 12px;
            }
        }
    }
}
}

.page-title {
h3 {
    font-size: 18px;
    font-weight: 20px;
}
}

.page-container {
.about_us {
    h2.word-rotator-title {
        margin: 0 0 20px;
        color: #121214;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;

        .word-rotate {
            display: inline-block;
            position: relative;
            width: 100px;
            height: 30px;
            margin-bottom: -7px;
            text-align: center;
            overflow: hidden;
            visibility: hidden;

            .active {
                width: auto;
                visibility: visible;
            }

            .word-rotate-items {
                position: relative;
                top: 0;
                width: 100%;

                span {
                    display: block;
                    white-space: normal;
                }
            }
        }
    }

    p.lead {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;

        span.alternative-font {
            display: inline-block;
            position: relative;
            top: 3px;
            margin-top: -15px;
            margin-bottom: -6px;
            color: #3b3b3b;
            font-family: 'Shadows Into Light', cursive;
            font-size: 1.6em;
        }
    }

    .btn-primary {
        margin-top: 20px;
        border-radius: 4px;
        border-color: #3b3b3b;
        background-color: #3b3b3b;
        color: white;

        :hover {
            border-color: #0099e6;
            background-color: #0099e6;
            color: white;
        }
    }

    hr.tall {
        height: 1px;
        margin: 30px 0;
        border: 0;
        background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
        background-image: linear-gradient(left, transparent, rgba(0, 0, 0, .2), transparent);
    }

    h3 {
        margin-top: 0;
        margin-bottom: 33px;
        color: #3b3b3b;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: uppercase;
    }

    p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 24px;

        a {
            color: #3b3b3b;

            :hover {
                text-decoration: underline;
            }
        }

        span.alternative-font {
            display: inline-block;
            position: relative;
            top: 3px;
            margin-top: -15px;
            margin-bottom: -6px;
            color: #3b3b3b;
            font-family: 'Shadows Into Light', cursive;
            font-size: 1.6em;
        }
    }

    .featured-box {
        position: relative;
        height: auto;
        min-height: 100px;
        margin: 20px auto;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #DFDFDF;
        border-left: 1px solid #ECECEC;
        border-radius: 8px;
        background: #f5f5f5;
        background-color: transparent;
        background: linear-gradient(to bottom, white 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
        text-align: center;
        box-sizing: border-box;
        box-sizing: 0 1px 1px 0 rgba(0, 0, 0, .04);
        z-index: 1;

        .box-content {
            padding: 30px 20px 0;
            border-radius: 8px;
            border-top: 4px solid #3b3b3b;

            h4 {
                font-size: 1.3em;
                font-weight: 400;
                letter-spacing: -.7px;
                text-transform: uppercase;
            }

            .block-flickr-photos {
                margin: 0 0 40px;

                .block-content {
                    a.flickr-image {
                        display: inline-block;
                        margin: 5px;
                        padding: 5px;
                        border: 1px solid #dcdcdc;
                        border-radius: 5px;

                        img {
                            width: 75px;
                            max-width: 100%;
                        }
                    }
                }
            }
        }
    }

    h3.push-top {
        margin-bottom: 33px;
        color: #3b3b3b;
        font-size: 1.7em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 24px;
        text-transform: uppercase;
    }

    .history {
        margin: 25px 0;
        padding: 0;
        clear: both;

        .thumb {
            width: 227px;
            height: 160px;
            margin: 0 0 30px;
            padding: 0;
            float: left;
            background: transparent url(history-thumb.png) no-repeat 0 0;

            img {
                width: 145px;
                height: 145px;
                margin: 7px 8px;
                border-radius: 50% !important;
            }
        }

        .featured-box {
            height: auto;
            min-height: 115px;
            margin-bottom: 35px;
            margin-left: 225px;
            text-align: left;

            .box-content {
                h4 {
                    margin: 15px 0;
                    padding: 0;
                    float: left;
                    color: #3b3b3b;
                    line-height: 27px;
                }

                p {
                    margin: 0 0 20px 55px;
                    line-height: 24px;
                }
            }
        }
    }
}
}

.main-breadcrumbs {
margin-bottom: 20px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #171717;
color: #fff;
font-size: 13px;
line-height: 1;
}

.breadcrumbs {
ul {
    margin: 0;
    overflow: hidden;

    li {
        display: inline-block;

        a {
            color: #fff;
            font-weight: 400;
            vertical-align: middle;
        }

        .breadcrumbs-split {
            margin: 0 2px;
            font-size: 12px;
            vertical-align: middle;

            + span {
                vertical-align: middle;
            }
        }
    }
}
}

.main-wrapper {

//padding-top: 0;
//padding-bottom: 30px;
//line-height: 1.4;
.page {
    .title h2 {
        margin: 0 0 30px;
    }
}
}

table.full {
width: 100%;
float: left;

tr {
    td {
        padding: 10px;
        text-align: left;

        .a-center {
            padding: 10px;

            input {
                width: 40px;
                margin: 0 7px;
                text-align: center;
            }
        }
    }
}

thead {
    border-bottom: 1px solid #dcdcdc;

    th {
        padding: 10px;
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        vertical-align: middle;
    }
}

tr.last th,
.data-table tr.last td {
    border-bottom: 0;
}

.tfoot {
    border-bottom: 1px solid #f2f2f2;

    tr {
        .first {
            td {
                background: #ececec;
                overflow: hidden;
            }
        }
    }
}

tbody tr {
    border-bottom: 2px solid #f2f2f2;
}
}

.account-dashboard {
h5 {
    position: relative;
    margin-bottom: 0;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
    background-color: #f5f5f5;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;

    span {
        float: right;
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
    }
}

.my-account {
    .content {
        min-height: 135px;
        padding: 20px 15px;
        border: 1px solid #ddd;
        borer-top: 0;
        border-radius: 0 0 7px 7px;
        background-color: #fbfbfb;
        font-size: 13px;
    }
}

.my-order {
    margin-top: 40px;
    overflow: hidden;

    .table-wrap {
        table {
            thead {
                width: 100%;
                margin-bottom: 0;
                padding: 15px 20px;
                border-bottom: 1px solid #fbfbfb;
                text-align: center;
            }
        }
    }

    .billing-address,
    .shipping-address {
        margin-top: 40px;
        overflow: hidden;

        h4 {
            display: block;
            width: 100%;
            margin-top: 0;
            margin-bottom: 0;
            padding: 15px 20px 15px;
            border: 1px solid #ddd;
            background-color: #fbfbfb;
            font: 13px;
            text-align: left;
            text-transform: uppercase;
        }
    }

    p {
        margin: 0;
        padding: 10px 20px;
        border: 1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 10px 10px;
    }
}

.address-form {
    margin-top: 30px;

    .page-title {
        padding: 20px 0;
        overflow: hidden;

        h2 {
            margin: 12px 0 0;
            float: left;
        }

        p {
            margin: 0;
            float: right;
        }
    }

    .form-list {
        li {
            padding: 5px 0;

            label {
                margin-bottom: 10px;
            }
        }
    }
}

.my-address {
    margin-bottom: 40px;
    border: solid 1px #f2f2f2;
    overflow: hidden;

    h3,
    h4 {
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px 20px;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fcfcfc;
        font: 17px;
        text-align: left;
        text-transform: uppercase;

        span {
            float: right;
            font-size: 12px;
            text-transform: initial;
        }
    }

    .content {
        padding: 20px;
    }

    .form-edit {
        padding: 20px;
    }
}
}

.order-dashboard {
margin-top: 30px;

.billing-address,
.shipping-address {
    width: 48%;
    margin-top: 40px;
    float: left;
    border: solid 1px #f2f2f2;
    overflow: hidden;

    h4 {
        display: block;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        padding: 15px 20px 15px;
        border-bottom: 1px solid #f2f2f2;
        background-color: #fcfcfc;
        font: 17px;
        text-align: left;
        text-transform: uppercase;
    }

    .content {
        padding: 20px;
    }
}

.shipping-address {
    margin-left: 30px;
    width: -webkit-calc(52% - 30px);
    width: calc(52% - 30px);
}
}

.account-login,
.account-create {
padding-top: 30px;

h1 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-size: 20px;
}
}

.login_content {
display: inline-block;
width: 100%;
padding: 35px 25px;
border: 1px solid #ececec;
border-top: 4px solid #3b3b3b;
border-radius: 8px;
background: #fff;
box-shadow: 0 2px 3px rgba(0, 0, 0, .08);

h2 {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

p {
    margin: 0 0 15px;
    line-height: 1.5;
}

.login-button {
    .btn-button {
        float: right;
    }

    a {
        float: left;
    }

    button.btn-button {
        margin: 1.4em 0 0;
    }

    .buttons-set {
        margin: 1em 0 0;
        padding: 8px 0 0;
        clear: both;
        text-align: right;

        a {
            line-height: 35px;

            :hover {
                text-decoration: underline;
            }
        }
    }
}

#RecoverPasswordForm {
    .buttons-set {
        margin: 1em 0 0;
        padding: 8px 0 0;
        clear: both;
        text-align: right;

        input {
            float: right;
        }

        a {
            float: left;
            line-height: 35px;

            :hover {
                text-decoration: underline;
            }
        }
    }
}
}

.account-create {
h1 {
    margin: 0 0 15px;
    color: #3b3b3b;
    font-size: 20px;
}

.content {
    display: block;
    width: 100%;
    padding: 35px 25px;
    border: 1px solid #ececec;
    border-top: 4px solid #3b3b3b;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);

    h2 {
        margin: 0 0 20px;
        font-size: 16px;
        text-transform: uppercase;
    }

    p.required {
        margin: 0 0 10px;
        color: #EB340A;
        font-size: 11px;
        text-align: right;
    }

    .buttons-set {
        float: right;

        input {
            float: right;
        }
    }
}
}

.checkout-cart {
width: 100%;

.cart-table-wrap {
    display: inline-block;
    width: 100%;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .08);
}

.grid__item {
    width: 50%;
    padding-top: 50px;

    label {
        margin-bottom: 15px;
    }

    .cart__note {
        height: auto;
        min-height: 50px;
    }
}

.page-title {
    border-bottom: 0;

    h1 {
        margin: 0 0 32px;
        float: left;
        font-size: 20px;
    }

    ul.checkout-types {
        float: right;
    }
}

.cart-inner {
    clear: both;
}

.totals {
    margin-bottom: 15px;
    clear: both;

    h2 {
        margin: 0;
        padding: 10px 45px 10px 15px;
        border: 1px solid #ddd;
        border-radius: 7px 7px 0 0;
        background-color: #f5f5f5;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .totals-content {
        padding: 15px;
        border: 1px solid #ddd;
        border-top: 0;
        border-radius: 0 0 7px 7px;
        background-color: #fbfbfb;
        font-size: 13px;

        table {
            width: 100%;

            .price {
                display: block;
                color: #000;
                font-size: 14px;
                font-weight: 600;
                text-align: right;
            }

            tr {
                border-bottom: 1px solid #dcdcdc;

                td {
                    padding: 10px;
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 1.4;
                    text-align: left !important;
                }
            }

            tfoot {
                tr {
                    border-bottom: 0 solid #dcdcdc;

                    td {
                        padding: 10px;
                        font-size: 15px;
                        font-weight: 300;
                        line-height: 1.4;
                        text-align: left;

                        strong {
                            font-weight: 300;

                            .price {
                                font-size: 17px;
                            }
                        }
                    }
                }
            }

            tbody {
                tr {
                    td {
                        span.price {
                            display: block;
                            color: #000;
                            font-size: 14px;
                            font-weight: 600;
                            text-align: right;
                        }

                        strong {
                            font-weight: 300;
                        }
                    }
                }
            }
        }

        .checkout-types {
            font-size: 13px;
            text-align: center;

            li {
                margin: 10px 0;
                clear: both;

                input {
                    width: 100%;
                }

                a: hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

.checkout-info {
    width: 100%;
    margin-bottom: 15px;
    float: left;

    .shipping {
        h2 {
            position: relative;
            margin-top: 0;
            margin-bottom: 0;
            padding: 10px 15px;
            border: 1px solid #ddd;
            border-radius: 7px 7px 0 0;
            background-color: #f5f5f5;
            color: #777;
            cursor: pointer;
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;

            .closed {
                border-radius: 7px;
            }

            a {
                display: block;
                color: #000;

                :after {
                    display: block;
                    position: absolute;
                    top: 50%;
                    right: 15px;
                    width: 26px;
                    height: 26px;
                    margin-top: -13px;
                    border: 1px solid #ccc;
                    border-radius: 3px;
                    background-color: #fff;
                    color: #ccc;
                    font-family: 'porto';
                    font-size: 10px;
                    line-height: 24px;
                    text-align: center;
                    font-display: swap;
                }

                :after {
                    content: '\e80d';
                }

                .collapsed {
                    :after {
                        content: '\e80b';
                    }
                }

                :focus {
                    outline: none;
                    text-decoration: inherit;
                }
            }

            :hover {
                a: after {
                    border-color: #3b3b3b;
                    background-color: #3b3b3b;
                    color: white;
                }
            }
        }

        .shipping-form {
            border-right: #dfdfdf solid 1px;
            border-bottom: #dfdfdf solid 1px;
            border-left: #dfdfdf solid 1px;
            border-radius: 0 0 7px 7px;

            .shipping-calculator-wrapper {
                padding: 15px;
                border-radius: 0 0 7px 7px;
                background-color: #fbfbfb;
            }

            p {
                margin: 0 0 15px;
                font-size: 14px;
                line-height: 1.5;
            }

            ul.form-list {
                li {
                    select {
                        width: 100%;
                        height: 38px;
                        border-radius: 6px;
                        box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
                    }
                }
            }

            .buttons-set {
                input {
                    width: 100%;
                }
            }
        }
    }
}

.cart-table {
    td {
        padding: 10px;
        font-size: 14px;
        vertical-align: middle;
    }

    thead {
        tr {
            border-width: 0 0 1px;

            th {
                padding: 15px 10px;
                border-right-width: 0;
                background-color: transparent;
                color: #777;
                font-size: 14px;
                font-weight: 600;
                line-height: 1;
                letter-spacing: normal;
                text-transform: none !important;
                vertical-align: middle;
                white-space: nowrap;
            }
        }
    }

    tbody {
        tr {
            td {
                padding: 15px 10px;
                border-right-width: 0;

                .action-td {
                    padding: 15px 0;

                    a {
                        display: inline-block;
                        width: 34px;
                        height: 34px;
                        font-size: 18px;
                        line-height: 34px;
                        overflow: hidden;
                        text-align: center;
                    }
                }

                .pr-img-td {
                    border-right: 0;
                    text-align: center;
                }

                .product-name-td {
                    color: #777;
                    font-size: 14px
                }

                .cart-actions {
                    display: inline-block;

                    .remove-item {
                        position: relative;
                        margin-left: 3px;
                        padding-left: 7px;

                        :before {
                            position: absolute;
                            top: 3px;
                            left: 0;
                            width: 1px;
                            height: 9px;
                            background-color: #666;
                            content: '';
                        }
                    }
                }

                .product-qty {
                    .items {
                        display: inline-block;
                        width: 30px;
                        height: 30px;
                        margin: 0;
                        border: 1px solid #ccc;
                        border-radius: 0;
                        background: #f4f4f4;
                        color: #777;
                        font-size: 14px;
                        font-weight: 700;
                        line-height: 30px;
                        text-align: center;
                        text-decoration: none;
                        vertical-align: top;

                        :hover {
                            cursor: pointer;
                        }

                        .fallback-text {
                            display: none;
                        }
                    }

                    input {
                        display: inline-block;
                        border-radius: 0;
                        width: 35px !important;
                        height: 30px;
                        margin: 0 -5px;
                        color: #777;
                        font-size: 14px;
                        text-align: center;
                        vertical-align: middle;
                    }

                    button {
                        margin-top: 5px;
                        padding: 0;
                        border-radius: 4px;

                        span {
                            height: 22px;
                            padding: 0 5px;
                            border-radius: 4px;
                            font-size: 12px;
                            font-weight: 400;
                            line-height: 22px;
                            text-transform: none;
                        }
                    }
                }
            }
        }
    }

    tfoot {
        td {
            padding-top: 15px;
            padding-bottom: 0;
        }

        button {
            padding: 0 12px;
            border: 1px solid #ccc;
            background: #fff;
            line-height: 32px;

            span {
                color: #777;
            }

            :hover {
                span {
                    color: white;
                }
            }

            .btn-update {
                float: right;
            }
        }
    }
}

.crosssell-wrapper {
    width: 100%;
    float: left;
}
}

.blog-homepage {
position: relative;

.category-products {
    .products-grid {
        .owl-item {
            .item {
                width: 100%;
                padding: 10px 0;
            }
        }

        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}
}

.main-tab-products {
.row {
    margin-right: -20px;
    margin-left: -20px;
}
}

.blog-wrapper {
.post-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 25px !important;
    border-bottom: 1px solid #ddd;
    overflow: inherit !important;

    .post-banner {
        margin-bottom: 30px;
        padding: 4px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;

        video,
        iframe {
            display: block;
        }
    }

    .post-date {
        margin-right: 10px;
        float: left;
        text-align: center;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);

        .day {
            display: block;
            margin-bottom: 3px;
            padding: 10px;
            border-radius: 2px 2px 0 0;
            background-color: #f4f4f4;
            color: #3b3b3b;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }

        .month {
            display: block;
            padding: 0 10px 2px;
            border-radius: 0 0 2px 2px;
            background-color: #3b3b3b;
            box-shadow: 0 -1px 0 0 rgba(0, 0, 0, .07) inset;
            color: #fff;
            font-size: 12px;
            line-height: 16px;
        }
    }

    .postTitle {
        margin-bottom: 15px;

        h2 {
            margin: 0 0 10px;
            padding: 0;
            font-size: 20px;
            font-weight: 600;
        }
    }

    .postContent {
        margin-left: 50px;
        padding-bottom: 15px;
        font-size: 14px;
        line-height: 1.5;

        .readmore {
            color: #777;
            font-size: 13px;
            text-transform: capitalize;

            :hover {
                text-decoration: underline;
            }
        }
    }

    .postDetails {
        > span {
            margin-right: 10px;

            i {
                margin-right: 3px;
            }
        }
    }
}

.owl-dots {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    left: 0;
}
}

.blogs-items {
ul {
    li {
        width: 100%;
        padding: 15px 0 !important;
        float: left;
    }
}

.img-responsive {
    width: 85px;
    min-height: 70px;
    margin-right: 25px;
    float: left;

    img {
        width: 100%;
    }
}

.post-date {
    display: block;
    color: #dadada;
    font-family: 'Verdana';
    font-size: 16px;

    .month {
        font-size: 13px;
    }
}

.post-title {
    color: #777;
}
}

.wishlist-table,
.table-wrap {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;

th {
    height: 45px;
    border: 0;
    background-color: #f6f6f6;
    color: #777;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

td {
    text-align: center;
    vertical-align: top;
}

.product-name {

    .image,
    .image-comment {
        float: left;
    }

    .image {
        width: 15%;

        img {
            max-width: 100%;
        }
    }

    .image-comment {
        width: 60%;
        padding-left: 24px;
        text-align: left;

        .product-title {
            display: block;
            margin-top: 20px;
            margin-bottom: 8px;
            color: #3b3b3b;
            font-size: 13px;
            line-height: 20px;
        }

        > p {
            display: block;
            color: #bababa;
        }
    }
}

td.product-name {
    padding: 30px;
}

.product-code {
    width: 14.7008547008547%;
}

.add-to-card {
    width: 20%;
    padding-top: 48px;
}

.quantity {
    width: 13.84615384615385%;
}

td.quantity {
    padding-top: 48px;
}

.subtotal {
    width: 11.96581196581197%;
}

td.delete {
    width: 10%;
    padding-top: 50px;
    font-size: 12px;

    .remove-wishlist {
        background: none;
        color: #3b3b3b;
        font-size: 18px;
    }
}

td.subtotal {
    padding-top: 48px;
    color: #686868;
    font: 17px;
}

.last .product-name {
    padding-bottom: 31px;
}
}

.data-table {
tbody {

    th,
    td {
        padding: 15px 10px;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        line-height: 1.3;
    }
}
}

.wishlist-table {
td.unit-price {
    padding-top: 50px;
    color: #444;
    font-size: 18px;
    font-weight: 600;
}
}

.wishlist-table.table-bordered,
.total-table.table-bordered,
.table-wrap.table-bordered {
border: 0;

> thead {
    border: 1px solid #dcdcdc;

    > tr > th {
        border: 0;
    }
}

> tbody > tr > td,
> tbody > tr > th,
> tfoot > tr > td,
> tfoot > tr > th {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

> tfoot > tr > td {
    letter-spacing: 1.1px;

    :first-child {
        letter-spacing: .7px;
    }
}
}



.collection-content .category-content .full-width-image-banner {
 position: relative;
}
.collection-content .category-content .full-width-image-banner .content {
 position: absolute;
 top: 50%;
 right: 0;
 left: 0;
 margin-top: -36px;
 color: #fff;
 text-align: center;
 z-index: 2;
}
.collection-content .category-content .full-width-image-banner .content h2 {
 display: inline-block;
 margin: 0;
 padding: 5px 10px;
 background-color: transparent;
 color: #fff;
 font-size: 35px;
 line-height: 1;
}
.collection-content .category-content .full-width-image-banner .content p {
 padding: 7px 12px;
 background-color: transparent;
 color: #fff;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.4;
}
.collection-content .move-below-header {
 display: none;
}


.pagenav-wrap {
.pagination {
    display: block;
    margin: 0;
    clear: both;
    overflow: hidden;
    text-align: center;

    .page-total {
        display: none;
        margin: 0;
        color: #b2b2b2;
        line-height: 34px;
    }

    .infinite-scrolling {
        display: inline-block;
        margin: 0 auto;

        a {
            padding: 3.5px 12px;
            border: 1px solid #ccc;
            background: #3b3b3b;
            color: #fff;
            font-size: 12px;
            font-weight: 400;

            :hover {
                opacity: .9;
            }
        }
    }
}
}

.main-search-container {
.search-form {
    h3 {
        margin: 0 0 4px;
        float: left;
        font-size: 20px;
        font-weight: 400;
    }

    .pagenav-wrap {
        float: right;
    }
}

.pagenav-wrap {
    float: none;

    .pagination-page {
        float: none;
    }
}
}

.title-wrap {
.text-heading {
    color: #181818;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 50px;
    text-align: left;
    text-transform: uppercase;
}
}

.wishlist-share {
margin: 30px 0 0;
}

.collection-main {
.products-grid {
    li {
        .product-top {
            position: relative;
            overflow: hidden;

            a {
                img {
                    width: 100%;
                    transition: all .3s ease;
                }

                :hover {
                    img {
                        transform: scale(1.1, 1.1);
                    }
                }
            }

            span.thumb-info-title {
                position: absolute;
                bottom: 10%;
                left: 0;
                max-width: 90%;
                padding: 9px 11px 9px;
                transition: all .3s;
                background: rgba(23, 23, 23, .8);
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                letter-spacing: -1px;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
                text-transform: uppercase;
                z-index: 2;

                h3 {
                    margin: 0;
                    padding: 0;
                    color: inherit;
                    font-size: 1em;
                    font-weight: inherit;
                    line-height: inherit;
                    text-transform: uppercase;

                    a {
                        color: #fff;
                        letter-spacing: normal;
                    }
                }

                span.thumb-info-type {
                    display: inline-block;
                    margin: 8px -2px -15px -2px;
                    padding: 2px 9px;
                    float: left;
                    border-radius: 0;
                    background-color: #008acc;
                    font-size: 12px;
                    font-weight: 400;
                    letter-spacing: 0;
                    line-height: 24px;
                    text-transform: none;
                    z-index: 2;
                }
            }

            :hover {
                span.thumb-info-title {
                    background: #000;
                }
            }
        }
    }

    .columns3 {
        li {
            margin-bottom: 1.4286em;
            padding: 0 9px;
        }
    }
}
}

.product-wishlist {
a span {
    display: none;
}
}
}
.banner-slide {
margin: 0 -15px;

.owl-carousel {
    .item {
        position: relative;
        padding: 0 15px;

        img {
            width: 100%;
        }
    }
}
}

.html-sidebar {
h2 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-top: 0;
}

h5 {
    font-family: Arial;
    font-weight: 400;
    font-size: 11px;
    color: #878787;
    line-height: 1;
    margin-bottom: 13px;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 1.42;
    letter-spacing: .01em;
}
}
}
dt {
margin-top: 14px;
line-height: 1.42857143;
}
.clear,
.clearall {
        display: inline-block;
        position: relative;
        top: -1px;
        margin-right: 5px;
        font-size: 11px;
        letter-spacing: 0;
        line-height: 5px;
        text-transform: none;
}
.narrow-by-list {
margin: 0;
.closed {
    border-radius: 7px;
}
dd {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
    font-size: 13px;
    overflow: hidden;

    .size {
        .swatch-list {
            li {
                display: inline-block;
                margin: 0 0 8px;
                float: none;
            }

            .item {
                display: block;
                width: auto;
                min-width: 32px;
                height: 24px;
                line-height: 22px;
                margin: 0;
                margin-right: 1px;
                padding: 0;
                float: none;
                border: 1px solid #e9e9e9;
                border-radius: 1px;
                background-color: #fff;
                font-size: 11px;
                text-align: center;

                span.name {
                    color: #6b7478;
                    font-size: 11px;
                    line-height: inherit;
                }

                .swatch-checkbox {
                    .checkbox {
                        display: none;
                    }
                }

                :hover,
                .active {
                    span.name {
                        color: #fff;
                    }
                }
            }
        }
    }

    ol {
        margin: 0;

        li {
            display: block;
            position: relative;
            float: none;
            line-height: 27px;

            a {
                font-weight: 400;
            }
        }

        .swatch-list {
            display: block;
            position: relative;
            margin-right: -7px;

            li {
                .item {
                    display: inline-block;
                    cursor: pointer;

                    span.name {
                        line-height: 32px;
                    }

                    .disable {
                        display: none !important;
                        cursor: not-allowed;

                        .has-image {
                            :after {
                                display: block;
                                position: absolute;
                                top: 10px;
                                right: -4px;
                                width: 30px;
                                height: 2px;
                                transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                background-color: #E0E0E0;
                                content: ' ';
                            }
                        }

                        :hover {
                            .has-image {
                                border: #e0e0e0 solid 1px;
                            }
                        }

                        .input-skin {
                            :after {
                                display: block;
                                position: absolute;
                                top: 8.4px;
                                right: 5px;
                                width: 11px;
                                height: 2px;
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                transform: rotate(-45deg);
                                background-color: #efefef;
                                content: ' ';
                            }
                        }
                    }

                    .has-image {
                        i {
                            display: inline-block;
                            position: relative;
                            margin: 0;
                            padding: 0;
                            border: 0;
                            border-radius: 3px;
                            background-color: transparent !important;
                            background-position: center center;
                            background-size: cover;
                            line-height: 0;
                            vertical-align: middle;

                            .color_box {
                                width: 22px;
                                height: 22px;
                                margin: 4px 4px 4px 0;
                                box-shadow: 0 0 10px rgba(0, 0, 0, .13);
                            }
                        }

                        [title^='White'] i.color_box {
                            border: #ececec solid 1px;
                        }
                    }

                    :hover,
                    .active {
                        .has-image {
                            i.color_box: before {
                                position: absolute;
                                top: 50%;
                                left: -1px;
                                width: 100%;
                                height: 12px;
                                margin-top: -6px;
                                color: #fff;
                                font-family: FontAwesome;
                                font-size: 11px;
                                line-height: 12px;
                                text-align: center;
                                text-indent: 0;
                                content: '\f00c';
                            }

                            [title^='White'] i.color_box: before {
                                color: #333;
                            }
                        }
                    }
                }

                .disable {
                    display: none !important;
                }
            }
        }
    }

    .color-swatch {
        .color {
            ol li {
                width: auto;
                float: left;
                margin: 0;
            }
        }
    }
}
}

.pagination-page {
// Moved in Demo-21 display: inline-block;
float: right;

li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0;
    margin-left: 2px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;

    .active {
        span {
            background-color: #3b3b3b;
            color: white;
        }
    }

    a {
        display: block;
        height: 26px;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;
        color: #3b3b3b;

        :hover {
            border-color: #3b3b3b;
            background-color: #3b3b3b;
            color: white;
        }
    }

    > span {
        display: block;
        height: 26px;
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 3px;
        background-color: #fff;

        :hover {
            border-color: #3b3b3b;
            // color: #fff;
            // Removed in Demo-21 cursor: pointer;
            // Added in Demo-21 }
        }
    }

    li.text {
        a {
            color: #999;

            :hover {
                color: white;
            }
        }
    }
}

.template-index .modal-backdrop.in {
    opacity: .5 !important;
    z-index: 10 !important;
}

#wishlistTableList {
    .data-table {
        tr {
            border-bottom: 1px solid #f1f1f1 !important;

            @media(max-width: 767px) {
                display: block;
                position: relative;
                width: 100%;
                padding-bottom: 0;
                border: 1px solid #f1f1f1;
                overflow: hidden;
            }

            :last-child {
                border-bottom: 0;
            }

            .last {
                @media(max-width: 767px) {
                    position: absolute;
                    top: 0;
                    right: -5px;
                    min-width: 90px !important;
                    border-width: 0;
                }
            }

            .shoppingcart-image {
                @media(max-width: 767px) {
                    width: 30%;
                    padding: 0;
                    float: left;
                    border: 0;
                }

                img {
                    @media(max-width: 767px) {
                        width: 100%;
                    }
                }
            }

            .shoppingcart-name,
            .product-unittax,
            .shoppingcart-qty,
            .product-options {
                @media(max-width: 767px) {
                    width: 70%;
                    padding-top: 10px;
                    padding-right: 65px;
                    padding-bottom: 10px;
                    padding-left: 5px;
                    float: right;
                    border: 0;
                    text-align: left;
                }
            }

            .shoppingcart-name,
            .product-unittax,
            .shoppingcart-qty {
                @media(max-width: 767px) {
                    padding-top: 6px;
                    padding-bottom: 6px;
                }
            }
        }

        thead {
            @media(max-width: 767px) {
                display: none;
            }

            tr {
                border-bottom: 1px solid #f1f1f1 !important;
            }

            th {
                padding: 10px 15px;
                border-right: 1px solid #f1f1f1;
                color: #333;
                font-size: 14px;
                font-weight: 600;
                line-height: 24px;
                text-align: center;
                text-transform: uppercase;
            }
        }

        tbody {
            td {
                padding: 10px 15px;
                border-right: 1px solid #f1f1f1;

                @media(min-width: 768px) {
                    min-width: 120px;
                }

                :last-child {
                    min-width: 110px;
                }
            }

            .product-image img {
                max-width: 100%;
            }

            .product-name {
                margin: 0;

                a {
                    display: block;
                    color: #777;
                    font-size: 14px;
                    font-weight: 600;
                }
            }

            .price {
                .special-price {
                    display: block;
                    margin: 0;
                    color: #666;
                    font-size: 18px;
                    font-weight: 600;
                    line-height: 1;
                }

                /* .compare-price {
      display: none;
      width: 100%;
      margin: 10px 0 0 0;
      float: left;
      color: #FF2C00 !important;
      font-size: 14px;
      text-decoration: line-through;
      vertical-align: middle;
    }
    */
            }

            .product-options-bottom {
                margin: 0;
                border: 0;
                text-align: center;

                @media(max-width: 767px) {
                    text-align: left;
                }
            }

            .selector-wrapper {
                padding: 5px 0;

                label {
                    display: block;
                    margin-bottom: 10px;
                    font-size: 14px;
                }

                select {
                    width: 100%;
                }
            }

            .btn-remove {
                display: inline-block;
                width: 30px;
                height: 30px;
                transition: all .3s;
                border: #777 solid 1px;
                color: #777;
                font-size: 18px;
                line-height: 28px;
                text-align: center;

                :hover {
                    border-color: #333;
                    background-color: #333;
                    color: #fff;
                }
            }

            .add-cart-wishlist {
                display: inline-block;
                width: 30px;
                height: 30px;
                transition: all .3s;
                border: #777 solid 1px;
                color: #777;
                font-size: 18px;
                line-height: 28px;
                text-align: center;

                :hover {
                    border-color: #333;
                    background-color: #333;
                    color: #fff;
                }

                i.icon-cart {
                    display: block;
                    line-height: 28px;
                }
            }
        }
    }
}

#compareTableList {
    overflow-x: auto;
}

#wishlistTableList .data-table .add-to-cart-box {
    -ms-flex-pack: center;
    justify-content: center;

    @media screen and (max-width: 767px) {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* BESTSELLER*/
.bestseller {
    position: relative;

    .block-title {
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        text-transform: uppercase;
    }

    .sidebar-content {
        margin-bottom: 30px;
        padding-bottom: 40px;
        background: url(bkg_4.png) bottom no-repeat;

        .products-grid {
            position: static;

            .owl-nav {
                div {
                    position: absolute;
                    top: -3px;

                    i {
                        font-size: 16px;
                    }
                }

                .owl-prev {
                    right: 26px;
                }

                .owl-next {
                    right: 4px;
                }
            }

            .owl-stage-outer {
                .owl-item {
                    .item {
                        max-width: 300px;
                        padding: 0;

                        .item-area {
                            display: inline-block;
                            padding: 10px 0 6px;
                            clear: both;

                            .product-image-area {
                                width: 33%;
                                padding: 2px;
                                float: left;

                                a.product-image {
                                    min-height: inherit;
                                }
                            }

                            .details-area {
                                width: 66%;
                                padding: 7px 16px;
                                float: left;
                                text-align: left;

                                h2.product-name {
                                    display: block;
                                    margin: 0 0 3px;
                                    font-size: 14px;
                                    font-weight: 400;
                                }

                                .ratings {
                                    margin-bottom: 10px;
                                    background: transparent;
                                }

                                .price-box {
                                    margin: 0;
                                    line-height: 1.2;
                                    vertical-align: middle;

                                    .price {
                                        font-size: 15px;
                                        font-weight: 600;
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

// TAB PRODUCT SECTION STYLE .tab-product-collection {
// position: relative;
.category-products {
    .products-grid {
        .owl-nav {
            position: absolute;
            top: -33px;
            right: -5px;

            div {
                display: inline-block;
                font-size: 18px;
                text-align: center;
            }
        }
    }
}

.tab_style_2 {
    .category-detail {
        .tab-content {
            .category-products {
                .products-grid {
                    .owl-nav {
                        position: static;

                        div {
                            position: absolute;
                            top: 25%;
                            margin: 0;
                            padding: 0;
                            background: transparent;
                            color: rgb(196, 196, 196);
                            font-size: 24px;

                            i {
                                color: #c4c4c4;
                            }
                        }

                        .owl-prev {
                            left: -40px;

                            i: :before {
                                content: '\e829';
                            }
                        }

                        .owl-next {
                            right: -40px;

                            i: :before {
                                content: '\e828';
                            }
                        }
                    }
                }
            }
        }
    }
}

.category-list {
    .tab-selector {
        line-height: 42px;

        .tab_style_1 {
            margin-bottom: 22px;
            line-height: 42px;

            .container {
                background: url(//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548) right no-repeat;
                padding: 0;
            }
        }

        .tab_style_2 {
            margin-bottom: 22px;
            border-bottom: 2px solid rgb(231, 231, 231);
            background: none !important;
            color: rgb(40, 45, 59);
            font-family: Oswald;
            font-size: 14px;
            letter-spacing: .05em;
            line-height: 42px;

            ul {
                li {
                    a {
                        position: relative;
                        margin-left: 27px;
                        padding: 0;
                        border-width: 0 !important;
                        border-style: initial;
                        border-color: initial;
                        border-image: initial;
                        color: rgb(49, 49, 49);
                        font-family: Oswald;
                        font-size: 14px;
                        font-weight: 600;
                        letter-spacing: .05em;
                    }

                    .active {
                        a {
                            : :after {
                                position: absolute;
                                bottom: -12.5px;
                                left: 0;
                                width: 100%;
                                height: 2px;
                                background-color: rgb(122, 169, 60);
                                content: '';
                            }
                        }
                    }
                }
            }
        }

        ul {
            padding-right: 20px;
            border-bottom: 0;

            li {
                margin-left: 12px;
                padding-left: 15px;
                border-left: 1px solid #ddd;

                a {
                    display: block;
                    padding: 0;
                    color: #313131;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 1.4285;

                    :hover {
                        opacity: .8;
                    }
                }

                :first-child {
                    margin-left: 0;
                    padding-left: 0;
                    border: 0;
                }

                .active {
                    a: hover {
                        text-decoration: underline;
                    }
                }
            }
        }
    }
}
}

// NEW PRODUCT STYPE .new-products {
.masonry-grid.products-grid {
.grid {
    width: 20%;
    padding: 0 1.5px;
    float: left;

    .details-area {
        display: none;
    }

    .product-image-area {
        .actions {
            display: none;
        }
    }

    .double {
        width: 39.9%;

        li.item {
            float: none;

            .item-area {
                .product-image-area {
                    .actions {
                        display: block;
                        right: 10px;
                        bottom: 59px;
                        z-index: 9;

                        .action-list {
                            .product-wishlist {
                                ul {
                                    li {
                                        a {
                                            right: 18px;
                                            border: 0;
                                            font-size: 20px;
                                            opacity: 0;
                                            visibility: hidden;
                                        }
                                    }
                                }
                            }
                        }
                    }
                }

                .details-area {
                    display: block;
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    padding: 22px 27px;
                    transition: all .3s;
                    background-color: rgba(0, 0, 0, .1);
                    opacity: 0;
                    visibility: hidden;
                    z-index: 3;

                    .actions {
                        position: absolute;
                        top: 5px;
                        right: 0;
                    }
                }
            }

            :hover {
                .item-area {
                    .product-image-area {
                        .actions {
                            .action-list {
                                .product-wishlist {
                                    ul {
                                        li {
                                            a {
                                                opacity: 1;
                                                visibility: visible;
                                            }
                                        }
                                    }
                                }
                            }
                        }
                    }

                    .details-area {
                        opacity: 1;
                        visibility: visible;
                    }
                }
            }
        }
    }

    @media (max-width: 991px) {
        width: 100% !important;

        li.item {
            width: 50%;
            padding: 1.5px;
        }

        .double li.item {
            width: 100%;
        }
    }
}

.item {
    position: relative;
    padding: 1.5px 0;
}
}
}

// MAIN SECTION STYPE .main_section_one {
.home_slidebar {
.block-subscribe {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 25px 20px 0;
    border-top: 5px solid rgb(0, 136, 204);
    border-width: 5px 1px 1px;
    border-style: solid;
    border-radius: 7px;
    border-color: rgb(0, 136, 204) rgb(221, 221, 221) rgb(221, 221, 221);
    border-image: initial;
    background-color: rgb(251, 251, 251);
    text-align: center;

    .block-title {
        margin: 5px 0 10px;
        border-width: 0;
        border-style: initial;
        border-color: initial;
        border-image: initial;
        background-color: transparent;
        color: rgb(49, 49, 49);
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .block-content {
        padding: 6px;

        p {
            line-height: 1.8;
        }

        .block_subscribe_form {
            .input-group {
                margin: 0 auto;
                padding: 10px 10px 22px;

                input {
                    width: 100%;
                    height: 34px;
                    padding: 5px 60px 5px 10px;
                    float: left;
                    border-width: 1px;
                    border-style: solid;
                    border-radius: 5px;
                    border-color: rgb(211, 211, 211);
                    border-image: initial;
                    background-color: rgb(254, 254, 254);
                    line-height: 16px;
                }

                button {
                    width: 50px;
                    height: 34px;
                    margin-left: -51px;
                    float: left;
                    border-left: 1px solid rgb(211, 211, 211);
                    border-radius: 0 5px 5px 0;
                    background: transparent;
                    color: rgb(81, 81, 81);
                    line-height: 32px;
                }
            }
        }
    }
}

.testimonials {
    .item {
        blockquote {
            position: relative;
            margin: 0;
            padding: 10px 50px;
            border-width: 0;
            border-style: initial;
            border-radius: 10px;
            border-color: initial;
            border-image: initial;
            color: rgb(255, 255, 255);
            font-family: Georgia, serif;
            font-size: 1.2em;
            font-style: italic;
            line-height: 1.3;

            ::before {
                position: absolute;
                top: 0;
                left: 10px;
                color: rgb(255, 255, 255);
                font-size: 80px;
                font-style: normal;
                line-height: 1;
                content: '\201c';
            }
        }

        .testimonial-arrow-down {
            width: 0;
            height: 0;
            margin: 0 0 0 25px;
            border-bottom: 0;
            border-width: 15px 15px 0;
            border-style: solid solid solid;
            border-color: transparent transparent;
            border-image: initial;
        }

        .testimonial-author {
            margin: 8px 0 0 8px;

            .img-thumbnail {
                display: inline-block;
                position: relative;
                max-width: 100%;
                height: auto;
                margin-right: 10px;
                padding: 4px;
                float: left;
                border-width: 1px;
                border-style: solid;
                border-radius: 7px;
                border-color: rgb(221, 221, 221);
                border-image: initial;
                background-color: rgb(255, 255, 255);
                line-height: 1.5;
            }

            p {
                margin: 0 0 0 25px;
                color: rgb(102, 102, 102);
                line-height: 24px;
                text-align: left;

                strong {
                    display: block;
                    padding-top: 7px;
                    color: rgb(17, 17, 17);
                    font-size: 14px;
                }

                span {
                    display: block;
                    color: rgb(102, 102, 102);
                    font-size: 12px;
                }
            }

            .author_new {
                margin-bottom: 20px;

                .img-thumbnail {
                    border: 0;

                    img {
                        border-radius: 50% !important;
                    }
                }
            }
        }
    }

    .owl-dots {
        display: block;
        position: relative;
        margin-top: 10px;
        text-align: center;
    }
}

.blog_article .latest_news .item .row .post_date_new {
    display: block;
    margin-right: 10px;
    float: none;
    text-align: left;

    .long-date {
        font-size: 13px;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
    }
}

h3.title-widget {
    background-image: none;
}
}

h3.title-widget {
margin: 0;
background: url(//cdn.shopify.com/s/files/1/1613/0121/t/5/assets/slider-bar.png?10803987245425891640) right center no-repeat;
color: rgb(49, 49, 49);
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left;
text-transform: uppercase;
}

.blog-slidebar {
padding: 0;

.owl-dots {
    display: block;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
}

.filter-products {
h3.title-widget {
    margin-top: 20px;
    margin-bottom: 5px;
    background-image: none;
}

.category-products {
    .item {
        display: inline-block;
        position: relative;
        width: 100%;
        max-width: 300px;
        padding: 0;
        float: none;
        text-align: left;

        .item-area {
            display: inline-block;
            position: relative;
            width: 100%;
            padding: 0 0 12px;

            .product-image-area {
                position: relative;
                width: 33%;
                padding: 2px;
                float: left;
                border-width: 1px;
                border-style: solid;
                border-radius: 7px;
                border-color: rgb(221, 221, 221);
                border-image: initial;
                background: rgb(255, 255, 255);
                overflow: hidden;
                z-index: 0;

                a.product-image {
                    display: block;
                    position: relative;
                    width: 100%;
                    min-height: 60px;
                    border-radius: 3px;
                    background: rgb(255, 255, 255);
                    overflow: hidden;
                    z-index: 0;

                    img {
                        position: relative;
                        width: 100%;
                        transition: all .3s;
                        z-index: 2;
                    }
                }
            }

            .details-area {
                width: 66%;
                padding: 7px 16px;
                float: left;
                text-align: left;

                h2.product-name {
                    display: inherit;
                    margin: 0 0 3px;
                    font-size: 1em;
                    font-weight: 400;
                    line-height: 1.35;

                    a {
                        color: #5b5b5f;
                    }
                }

                .rating-box {
                    height: 14px;
                    margin: 3px 0 10px;
                }

                .price-box {
                    .price {
                        margin: 0;
                        font-size: 15px;
                        vertical-align: middle;
                    }
                }
            }
        }
    }
}
}

.shop-features {
text-align: center;

h2.shop-features-title {
    position: relative;
    margin: 26px 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;

    span.shop-features-title-content {
        display: inline-block;
        position: relative;
        padding: 0 12px;
        background-color: #fff;
        color: #313131;
        font-size: 15px;
        font-weight: 700;
        z-index: 1;
    }

    :before {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
        content: '';
    }
}

.col-md-4 {
    i {
        display: inline-block;
        width: 64px;
        height: 64px;
        border: 2px solid #ccc;
        border-radius: 50%;
        color: #333;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }

    h3 {
        margin: 20px 0 10px;
        color: #121214;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
    }

    p {
        margin: 0;
        margin-bottom: 15px;
        padding: 0 20px;
        color: #777;
        font-size: 14px;
    }

    a {
        margin: 0;
        font-size: 14px;

        :hover {
            text-decoration: underline;
        }
    }
}

@media (max-width: 767px) {
    [class^='col-md-'] {
        margin-bottom: 35px;
    }
}
}

.single-images {
.row {
    margin-right: -10px;
    margin-left: -10px;

    .col-md-4 {
        padding-right: 10px;
        padding-left: 10px;

        .image-link {
            display: block;
            position: relative;

            :before {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all .2s;
                background-color: #000;
                content: '';
                opacity: 0;
                visibility: hidden;
                filter: alpha(Opacity=0);
            }

            :hover {
                :before {
                    opacity: .1;
                    visibility: visible;
                    filter: alpha(Opacity=10);
                }
            }

            img {
                width: 100%;
                height: auto;
            }
        }
    }
}
}
}

.main_section_three {
.sidebar-section-main {
    .home-side-menu-type2 {
        h2 {
            margin-bottom: 15px;
            color: #333;
            font-size: 15px;
            font-weight: 600;

            i: before {
                margin-left: 0;
            }
        }

        .sidebar-content {
            border-top: 1px solid #ddd;

            ul.nav-accordion {
                a {
                    display: inline;
                    color: #777;
                    font-size: 13px;

                    :hover {
                        color: #000;
                    }
                }

                > li {
                    display: block;
                    padding-left: 12px;
                    border-bottom: 1px solid #ddd;
                    line-height: 40px;

                    > a {
                        font-size: 15px;
                    }

                    span.collapse,
                    span.expand {
                        top: 0;
                        right: 0;
                        text-align: center;

                        :after {
                            width: 21px;
                            padding-right: 0;
                            color: #777;
                            font-size: 15px;
                            line-height: inherit;
                        }

                        :hover {
                            :after {
                                color: #000;
                            }
                        }
                    }

                    span.collapse {
                        : after {
                            content: '\e80b';
                        }
                    }

                    span.expand {
                        : after {
                            content: '\e80d';
                        }
                    }
                }

                ul {
                    margin: 0;
                    padding-left: 1.5em;
                    list-style: none;

                    > li {
                        border-top: 1px solid #ddd;
                        line-height: 40px;

                        a {
                            padding-left: 0;
                        }

                        :first-child {
                            border-top: 0;
                        }
                    }
                }
            }
        }
    }

    .featured-box-2 {
        margin: 30px 0;

        h3 {
            margin-bottom: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #ddd;
            color: #121213;
            font-size: 15px;
            line-height: 1.4;

            i {
                font-size: 18px;
            }
        }

        p {
            margin-bottom: 10px;
            font-size: 14px;
        }

        a {
            font-size: 14px;
        }
    }
}

.products-collection {
    h3.title-widget {
        margin: 0 0 5px 0;
        background: none;
        color: #333;
        font-size: 15px;
        font-weight: 600;
        line-height: inherit;
    }

    .category-products .owl-nav {
        top: -22px !important;
    }
}
}

// Collection List Style .collection-list {
a {
display: block;
position: relative;
height: 100%;
overflow: hidden;
}

img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform .3s ease;

:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
}

h3 {
position: absolute;
bottom: 0;
margin-bottom: 0;
padding: 9px 11px;
font-weight: 400;
text-transform: uppercase;
}
}

.category_slider_2 {
padding-bottom: 20px;
background: #65829d;

.category-products {
    margin: 0 -15px;

    .products-grid {
        .item {
            padding: 15px 15px 30px;

            .product-top {
                .thumb-info-title {
                    position: absolute;
                    top: 40%;
                    left: 30px;

                    h3 {
                        margin-bottom: 0;

                        a {
                            color: #fff;
                            font-family: 'Oswald';
                            font-size: 20px;
                            font-weight: 700;
                            letter-spacing: .01em;
                            line-height: 20px;
                            text-transform: uppercase;
                        }
                    }

                    .thumb-info-type {
                        color: #fff;
                        font-size: 11px;
                        font-weight: 300;
                        line-height: 20px;
                        text-transform: uppercase;
                    }
                }

                :hover {
                    box-shadow: 0 19px 25px -5px rgba(0, 0, 0, .2);
                }
            }
        }

        .owl-nav {
            position: static !important;
            background: transparent !important;

            div {
                position: absolute;
                top: 40%;

                i {
                    color: #b8babc;
                    font-size: 22px;

                    ::before {
                        margin: inherit !important;
                        text-align: center !important;
                    }

                    :hover {
                        color: #fff;
                    }
                }
            }

            .owl-prev {
                left: -40px;
            }

            .owl-next {
                right: -40px;
            }
        }
    }
}

.filter_title_type_2 {
    margin-bottom: 15px;

    .title_line {
        :after {
            border-color: #728ea9 !important;
        }
    }
}
}

.inputbox-container {
display: inline-block;
position: relative;
width: 25px;
height: 25px;
color: #939393;
vertical-align: middle;

input {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99;

    :hover {
        cursor: pointer;
    }
}

.input-skin {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #efefef;

    .checked {
        .visible-checked {
            display: block !important;
        }

        .visible-unchecked {
            display: none !important;
        }
    }

    i {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }
}

.visible-checked {
    display: none;
}

.visible-unchecked {
    display: block;
}
}

.input-container {
display: inline-block;
position: relative;
width: 20px;
height: 20px;
margin-top: 0;
color: #d1d1d1;
vertical-align: middle;

input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 99;

    :hover {
        cursor: pointer;
    }
}

.input-skin {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;

    .checked {
        .visible-checked {
            display: block !important;
        }

        .visible-unchecked {
            display: none !important;
        }
    }

    i {
        font-size: 15px;
    }
}

.visible-checked {
    display: none;
    color: #777;
}

.visible-unchecked {
    display: block;
    color: #777;
}
}

/* ======================================================================= BANNER SECTION STYLE ============================================================================*/
.banner_text_1 {
padding-bottom: 30px;

.item {
    margin-bottom: 30px;
    transition: all .3s;
    text-align: center;

    img {
        max-width: 100%;
        height: auto;
    }

    .content {
        padding: 10px;
        background-color: #fff;

        h3 {
            padding: 18px 0 8px;
            color: #111;
            font-family: 'Oswald';
            font-size: 18px;
            font-weight: 400;
            letter-spacing: .05em;
            line-height: 24px;
            text-transform: uppercase;

            a: hover {
                text-decoration: underline;
            }
        }

        span {
            display: block;
            padding-bottom: 28px;
            color: #7b7f83;
            font-size: 13px;
            line-height: 24px;
        }
    }

    :hover {
        box-shadow: 0 8px 35px -10px rgba(0, 0, 0, .3);
    }
}
}

.banner_text_2 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }

    span.category-title {
        display: block;
        position: absolute;
        bottom: 20px;
        left: -10px;
        min-width: 174px;
        padding: 15px 17px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        text-align: left;

        ::before {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 10px;
            height: 10px;
            border: 5px solid transparent;
            content: '';
        }
    }
}
}

.banner_text_3 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }
}

.row {
    margin-right: -8px;
    margin-left: -8px;

    .column {
        margin: 8px 0;
        padding-right: 8px;
        padding-left: 8px;

        .img-desc-home3 {
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -88px;
            padding: 0 25px;
            font-family: Georgia;

            h3 {
                font-family: Georgia;
                font-size: 24px;
            }

            hr {
                width: 90px;
                margin: 15px 0;
            }

            p {
                font-size: 15px;
            }

            a {
                font-size: 15px;
            }
        }
    }
}
}

.banner_text_4 {
.single-images {
    .single-image-label {
        padding: 10px 0;
        color: #818385;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.4;
        text-align: center;
    }

    .caption {
        background-color: #a1a2a3;
        color: #fff;
        font-size: 14px;
        line-height: 35px;
        text-align: center;
    }
}
}

.banner_text_5 {
.home-banner {
    img {
        max-width: 100%;
        height: auto;
    }

    [class^='col-md-'] {
        border-left: solid 1px #d9e0e8;

        :first-child {
            border-left: 0;

            .content {
                padding-left: 0;
            }
        }

        .content {
            position: absolute;
            top: 30%;
            left: 0;
            padding-left: 46px;
            text-align: left;

            h2 {
                margin-bottom: 15px;
                color: #323c54;
                font-size: 24px;
                font-weight: 400;
            }

            a {
                padding: 10px 28px;
                border: 1px solid #e1ddc3;
                background-color: transparent;
                color: #61605a;
                font-family: 'Oswald';
                font-size: 12px;
                letter-spacing: .05em;
                box-shadow: none;
            }
        }
    }
}
}

.banner_fixed_grid {
.b-left.banner-item {
    margin-bottom: 15px;

    :last-child {
        margin-bottom: 0;
    }
}

.b-right.banner-item {
    margin-bottom: 10px;

    :last-child {
        margin-bottom: 0;
    }
}

.b-center.banner-item {
    margin-bottom: 28px;

    :last-child {
        margin-bottom: 0;
    }
}

img {
    display: block;
    width: 100%;
    height: auto;
}
}

.banner_fixed_grid_2 {
a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }
}

.row {
    margin-right: -8px;
    margin-left: -8px;

    .column {
        padding-right: 8px;
        padding-left: 8px;

        a {
            margin: 8px 0;
        }
    }
}
}

.banner_fixed_grid_3 {
.grid4 a {
    color: #fff;
}

.ribbon {
    width: 33.5%;
    height: 22.3%;
    line-height: 1;

    ::before {
        position: absolute;
        top: 0;
        right: 0;
        border: 150px solid #08c;
        border-right: 0;
        border-bottom: 0;
        border-left: 200px solid transparent;
        content: '';
    }

    em {
        font-size: 14px;
    }

    h4 {
        margin: 0;
        font-size: 33px;
        line-height: 1;
    }

    h5 {
        margin: 0;
        font-size: 18px;
        line-height: 1;
    }
}

* {
    transition: all .2s;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.col-md-margin {
    margin-bottom: 8px;
}

.row {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        padding-right: 5px;
        padding-left: 5px;
    }
}
}

.banner_fullwidth {
padding: 200px 0;
text-align: center;

h3 {
    color: #fff;
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -5px;
}

a {
    display: inline-block;
    margin: 20px 0;
    padding: 20px 45px;
    transition: all .3s;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

    :hover {
        opacity: .85;
    }
}
}

.banner-grid {
.title {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

a {
    img {
        width: 100%;
        height: auto;
    }
}
}

.masonry-grid {
position: relative;
margin: 3px;

.products-grid {
    display: -ms-flexbox;
    display: flex;
}

.grid-sizer,
.masonry-grid-item {
    width: 25%;
    padding: 3px;
    float: left;
}

.masonry-grid-item {
    a {
        display: block;
        position: relative;

        img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

        :before {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            transition: .3s all;
            background-color: #000;
            content: '';
            opacity: 0;
            visibility: hidden;
            filter: alpha(opacity=0);
        }

        :hover {
            :before {
                opacity: .2;
                visibility: visible;
                filter: alpha(opacity=20);
            }
        }
    }

    .w2 {
        width: 50%;
    }

    .w3 {
        width: 75%;
    }

    .w4 {
        width: 100%;
    }
}
}

.collection_banner {
h3.fullwidth-filter-title {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

p.fullwidth-filter-description {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.hide-action {
    .item .details-area .actions {
        display: none;
    }
}

.owl-stage-outer {
    padding: 15px 0;
}
}

.home-banner {
display: inline-block;
padding-top: 30px;

a.image-link {
    display: block;
    position: relative;

    img {
        display: block;
        width: 100%;
    }

    span.category-title {
        display: block;
        position: absolute;
        bottom: 20px;
        left: -10px;
        min-width: 174px;
        padding: 15px 17px;
        background-color: #3f4658;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        line-height: 1;
        text-align: left;

        ::before {
            display: block;
            position: absolute;
            top: 100%;
            left: 0;
            width: 10px;
            height: 10px;
            border: 5px solid transparent;
            border-top-color: #3f4658;
            border-right-color: #3f4658;
            content: '';
        }
    }
}
}

.banner-slide-section {
.content {
    position: absolute;
    top: 20%;
    right: 15%;
    max-width: 40%;

    h3 {
        margin-bottom: 20px;
        color: #fff;
        font-size: 60px;
        font-weight: 600;
        letter-spacing: -4px;
    }

    img {
        max-width: 100%;
    }

    p {
        margin-bottom: 15px;
    }

    a {
        display: inline-block;
        margin: 20px 0;
        padding: 20px 45px;
        transition: all .3s;
        background-color: #fff;
        color: #000;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 1;
        text-transform: uppercase;
        box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

        :hover {
            opacity: .85;
        }
    }
}

.owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;

    .owl-dot {
        span {
            width: 10px;
            height: 10px;
            border: solid 2px #fff;
            border-radius: 20px !important;
            background: none;
            opacity: 1;
        }

        .active {
            span {
                background: #fff;
            }
        }
    }
}

.owl-nav {
    position: absolute;
    top: calc(50% - 27.5px);
    width: 100%;

    .owl-prev {
        display: inline-block;
        position: absolute;
        left: 8px;
    }

    .owl-next {
        display: inline-block;
        position: absolute;
        right: 8px;
    }

    i {
        font-size: 40px;
    }
}
}

.slideshow-content-collection {
.banner-content-18 {
    .text-content {
        em {
            margin-bottom: 5px;
            margin-left: 5px;
            font-size: 26.26px;
        }

        h2 {
            font-size: 79.12px;
            letter-spacing: -4px;
        }

        p {
            span {
                padding-left: 5px;
                font-size: 23.64px;
                line-height: 2;
            }

            a {
                margin-top: 7px;
                margin-bottom: 125px;
                margin-left: 5px;
                padding: 10px 35px;
                border: 0;
                color: white;
                font-size: 16px;
            }
        }
    }

    .owl-middle-outer-narrow p {
        display: table;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 300;
    }

    .filter_title_type_2 {
        display: table;
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        font-size: 19px;
        font-weight: 300;

        .title_line,
        .title_line_content {
            display: table-cell;
            position: relative;
        }

        .title_line::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 100%;
            margin-top: -1px;
            border-top: 1px solid #d8d8d8;
            content: '';
        }
    }
}

.owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;

    div {
        display: inline-block;

        i {
            font-size: 18px;
        }

        .owl-prev {
            margin-left: -30px;
        }

        .owl-next {
            margin-right: -30px;
            float: right;
        }
    }
}
}

// SLIDESHOW SECTION STYLE .slideshow-content-product {
.parallax-content-15 {
padding: 250px 0;
line-height: 1;

.owl-middle-outer-narrow {
    p {
        margin: 0;
        margin-bottom: 5px;
        color: #333;
        font-size: 15px;
        font-weight: 600;
    }
}
}

.parallax_02 {
.text-content {
    em {
        margin: 0;
        font-size: 26.26px;
    }

    h2 {
        font-size: 79.12px;
        letter-spacing: -6px;
    }

    p {
        margin: 0;

        span {
            padding-left: 6px;
            font-size: 23.64px;
        }

        a {
            margin-top: 5px;
            margin-left: 10px;
            padding: 10px 28px;
            border: 0;
            color: #fff;
            font-size: 16px;
        }
    }
}

.owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
    color: #c3c5c9 !important;
}
}

.parallax_03 {
.text-content {
    em {
        margin: 0;
        margin-left: 5px;
        font-size: 26.26px;
    }

    h2 {
        font-size: 79.12px;
        letter-spacing: -6px;
    }

    p {
        margin: 0;

        span {
            padding-left: 6px;
            font-size: 23.64px;
        }

        a {
            margin-top: 5px;
            margin-left: 125px;
            padding: 10px 28px;
            border: 0;
            color: #000;
            font-size: 16px;
        }
    }
}

.owl-middle-outer-narrow .category-products .item .item-area .details-area .ratings .spr-badge .spr-starrating .spr-icon-star-empty {
    color: #c3c5c9 !important;
}
}
}

/*              Removed in Demo-21 because there is no named with this class used
.slide_show_sidebar {
.side-custom-menu {
margin-bottom: 11px;
border: 1px solid #ddd;
border-radius: 0 !important;
overflow: hidden;

:last-child {margin-bottom: 0;}

h2 {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  border-radius: 0 !important;
  background-color: #f5f5f5;
  color: #465157;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-align: left;
}

ul {
  padding: 5px 12px;

  li {
    padding: 13px 4px;
    border-top: 1px solid #ddd;
    text-align: left;

    i {
      position: absolute;
      top: -2px;
      left: 0;
      font-size: 20px;
    }

    :first-child {border: 0;}

    a {
      display: block;
      position: relative;
      padding-left: 40px;
      color: #465157;
      font-size: 14px;
      letter-spacing: .005em;
      line-height: 1;

      :hover {text-decoration: underline;}
    }
  }
}

.action {
  padding: 20px 20px 30px;

  a {
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: 0;
    background-color: #0088cc;
    color: #fff;
    font-size: 14px;
    font-weight: 600;

    :hover {opacity: .9;}
  }
}
}

.owl-dots {
position: absolute;
bottom: 38px;
left: 65px;
margin: 0;
}

.owl-dots .owl-dot {
display: inline-block;
cursor: pointer;
zoom: 1;
}

.slideshow .owl-dots .owl-dot span {
width: 24px;
height: 3px;
border: solid 2px #95a9b3;
border-radius: 0 !important;
background: #333;
opacity: .4;
}

.slideshow .owl-dots .owl-dot.active span {
border-color: #010204 !important;
background-color: #010204 !important;
opacity: 1;
}
}
*/
.slideshow-section .copyright-text {
position: absolute;
bottom: 0;
left: 100px;
color: #000;
font-family: 'Oswald';
font-size: 12px;
font-weight: 400;
line-height: 92px;
z-index: 9;
}

.slideshow-collection.slideshow-section {
position: relative;

.slideshow {
    z-index: 5;

    .owl-nav {
        div {
            display: none;
            position: absolute;
            top: 35%;
            margin: 5px;
            padding: 3px 10px;
            font-size: 40px;
            text-shadow: 0 0 3px rgba(255, 255, 255, .5);
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    :hover {
        .owl-nav {
            div {
                display: block;
            }
        }
    }

    .content1 {
        text-align: right;

        .content-area {
            h2 {
                font-size: 60px;
            }

            p {
                font-size: 25px;
            }

            a {
                font-size: 16px;
                font-weight: 300;

                :hover {
                    text-decoration: underline;
                }
            }
        }
    }

    .content2 {
        text-align: center;
    }

    .content {
        position: absolute;
        top: 30%;
        left: 10%;

        .container {
            position: relative;
            height: 100%;

            .content-area .button {
                text-align: right;
            }
        }
    }
}

.full-screen-slider {
    :after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -10px;
        color: #777;
        font-family: 'FontAwesome';
        font-size: 20px;
        content: '\f110';
        z-index: 1;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }
}
}

.video-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 9;

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2800px;
    background-repeat: repeat;
    background-position: center top;
    opacity: 0;
    z-index: 9;

    .overlay-lightgrid {
        background-image: url(vo_pixel_light.png);
    }
}

video {
    min-width: 100%;
    min-height: 100%;
}
}

.main-slideshow {
.side-custom-menu {
    margin-bottom: 11px;
    border: 1px solid #ddd;
    border-radius: 7px;
    overflow: hidden;

    :last-child {
        margin-bottom: 0;
    }

    h2 {
        margin: 0;
        padding: 13px 13px 12px;
        border-bottom: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        background-color: #f5f5f5;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        text-align: left;
    }

    ul {
        padding: 0 12px;

        li {
            text-align: left;

            :first-child {
                border: 0;
            }

            a {
                color: #777;

                .cat-label {
                    text-transform: capitalize;
                }
            }

            .fl-right {
                float: none;
            }

            .ulmenu-block.col-md-8 {
                ul.level1 {
                    li.level2 {
                        width: 200px;
                    }
                }
            }
        }

        > li.level0 {
            padding: 13px 4px 12px;
            border-top: 1px solid #ddd;
            text-align: left;

            :first-child {
                border: 0;
            }

            a {
                display: block;
                color: #777;
                font-size: 15px;
                line-height: 1;

                :hover {
                    text-decoration: underline;
                }
            }
        }
    }
}

.owl-stage-outer {
    border-radius: 5px;
}

.owl-dots {
    bottom: 18px;
}

.slideshow {
    .item {
        img {
            width: auto;
            max-width: 100%;
        }
    }
}
}

.slideshow-thumbnails.slideshow-section {
position: relative;

.full-screen-slider {
    height: 100vh;

    ::after {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -18px;
        margin-left: -10px;
        color: #777;
        font-family: 'FontAwesome';
        font-size: 20px;
        content: '\f110';
        z-index: 1;
        -webkit-animation: spin 2s infinite linear;
        animation: spin 2s infinite linear;
    }
}

.slideshow {
    z-index: 5;

    .owl-nav {
        div {
            display: none;
            position: absolute;
            top: 35%;
            margin: 5px;
            padding: 3px 10px;
            color: #3b3b3b;
            font-size: 40px;
            text-shadow: 0 0 3px rgba(255, 255, 255, .5);
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }

    :hover {
        .owl-nav {
            div {
                display: block;
            }
        }
    }

    .slideshow_background {
        position: absolute;
        top: 0;
        bottom: 0;
    }

    img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    ul.scene {
        width: 100%;

        > li.layer {
            width: 100%;
            height: 100%;
        }
    }

    .content {
        position: absolute;
        top: 30%;
        left: 20%;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;

        h2 {
            margin-bottom: 18px;
            font-size: 80px;
            font-weight: 600;
            line-height: .9;
        }

        .button a {
            display: inline-block;
            margin: 20px 0;
            padding: 20px 45px;
            transition: all .3s;
            background-color: #fff;
            color: #000;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 3px;
            line-height: 1;
            text-transform: uppercase;
            box-shadow: 3px 3px 0 rgba(255, 255, 255, .5);

            :hover {
                opacity: .85;
            }
        }
    }
}

.owl-thumbs {
    position: absolute;
    right: 100px;
    bottom: 50px;
    width: 30%;
    z-index: 6;

    button {
        width: auto;
        max-width: 33.33%;
        height: auto;
        margin: 0;
        padding: 0;
        float: left;
        border: 0;
        background: none;

        img {
            max-width: 100%;
            border: 3px solid transparent;
        }

        .active {
            img {
                border-color: rgba(255, 255, 255, .5);
            }
        }
    }
}
}

.slideshow-slidebar {
.content2 .content-area {
    right: 20%;
}
}

.img-content-left,
.img-content-right {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
text-transform: uppercase;
}

.img-content-left {
margin-left: 20%;
}

.img-content-right {
margin-left: 50%;
}

.slideshow-full-screen {
.slideshow {
    .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .content2 {
        .content-area {
            top: 35% !important;
            text-align: left;

            a {
                margin-top: 15px;
                margin-left: 7px;
                padding: 10px 34px;
                font-size: 15.76px;
            }
        }
    }

    .container {
        .content-area {
            em {
                margin: 0;
                margin-left: 5px;
                font-size: 26.26px;
                line-height: 1;
            }

            h2 {
                font-size: 79.12px;
                letter-spacing: -6px;
            }

            p {
                display: inline-block;

                span {
                    display: inline-block;
                    margin-top: 5px;
                    padding-left: 6px;
                    font-size: 23.64px;
                }
            }
        }
    }
}
}

.slideshow .banner-content-18 {
padding: 290px 0 80px;
line-height: 1;
}

.select-inner {
 position: relative;
}
.select-inner::after {
 content: "\f0d7 ";
 font-family: fontawesome;
 position: absolute;
 top: 50%;
 right: 10px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
 border: none;
}


.bootstrap-select {
 width: auto !important;
 background: none;
}
.sort-by .bootstrap-select {
 min-width: 120px;
}
.limited-wrap .bootstrap-select {
 min-width: 55px;
}

.page-header {
min-height: 175px;
margin: 0;
padding: 0;
border: 0;
background-size: cover;
}


.box-inner {
padding: 20px 15px;
box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, .2);
overflow: hidden;

.item {
    .heading {
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 400;
    }

    .product-info {
        overflow: hidden;

        .product-title {
            margin: 5px 0 10px;
            font-size: 14px;
            font-weight: 400;

            a {
                color: #3b3b3b;
            }
        }
    }

    .message {
        padding: 10px 10px;
    }
}

.action {
    margin-top: 15px;

    .action-content {
        margin: 0 -15px;

        .cart-text {
            padding: 9px 10px;
        }

        a.btn-button {
            min-width: 135px;
        }

        .btn-button {
            min-width: 135px;
        }
    }
}
}
}

.contact-container b {
font-weight: bold;
}

// ONEPAGE CATEGORY .onepage-category {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;

.category-list {
margin: -20px 0 -50px;
}

.onepage-cat.category-list {
margin: 0 0 -50px;
}

> .category-list {
position: relative;
width: 80px;
padding: 46px 0 146px;
float: left;
background: #000;
text-align: left;
z-index: 5;

ul {
    position: relative;
    padding: 0;
    padding-top: 30px;
    transition: all .3s;
    list-style: none;
    z-index: 2;

    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .fixed-top {
        position: fixed;
        top: 70px;
        right: auto;
        left: 0;
    }

    .absolute-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
    }

    > li {
        > a {
            display: inline-block;
            position: relative;
            width: auto;
            transition: all .3s;
            color: #fff;
            line-height: 78px;
            white-space: nowrap;

            em {
                display: inline-block;
                width: 77px;
                font-size: 32px;
                line-height: 80px;
                text-align: center;
                vertical-align: middle;

                img {
                    max-width: 80px;
                    vertical-align: middle;
                }
            }

            > span {
                display: inline-block;
                position: relative;
                width: 0;
                transition: all .3s;
                font-size: 16px;
                font-weight: 600;
                opacity: 0;
                overflow: hidden;
                vertical-align: middle;
                visibility: hidden;
            }

            ::after {
                display: block;
                position: absolute;
                top: 50%;
                right: -15px;
                width: 16px;
                height: 16px;
                margin-top: -8px;
                transition: all .3s;
                border: 8px solid transparent;
                content: '';
            }

            :hover {
                em {
                    float: none;
                }

                > span {
                    width: auto;
                    padding-right: 50px;
                    opacity: 1;
                    visibility: visible;
                }
            }
        }
    }
}

+ .main-wrapper {
    width: calc(100% - 80px);
    float: left;

    .product-main,
    .page-container,
    .contact-container {
        padding: 0 85px;
    }
}
}

.category-details {
width: calc(100% - 80px);
padding: 0 100px;
padding-bottom: 146px;
float: right;
}

.category-detail {
position: relative;

.title-menu {
    position: relative;

    > a {
        display: inline-block;
        margin-top: 70px;
        color: #000;
        font-size: 26px;
        font-weight: 300;
        line-height: 100px;
        text-decoration: none;

        .parent::after {
            display: inline-block;
            margin-left: 18px;
            font-family: 'porto';
            font-size: 18px;
            line-height: 36px;
            content: '\e81c';
            vertical-align: middle;
        }

        > span {
            display: inline-block;
            vertical-align: middle;
        }
    }

    > .menu-popup {
        display: none;
        position: absolute;
        top: 100%;
        left: -25px;
        width: calc(100% + 50px);
        padding: 50px 0;
        border: 1px solid #bebebe;
        border-radius: 5px;
        background-color: #fff;
        z-index: 3;

        a: hover {
            text-decoration: underline;
        }

        > ul {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;

            > li {
                margin: 10px 0;
                padding: 30px 0;
                float: left;
                border-left: 1px solid #bebebe;

                > a {
                    font-weight: 700;
                    text-transform: uppercase;
                }
            }

            .columns5 > li {
                width: 20%;
                padding-right: 4%;
                padding-left: 4%;

                :nth-child(5n+1) {
                    // clear: left;
                    border-left: 0;
                }
            }
        }

        ul {
            > li {
                a {
                    color: #000;
                    font-size: 16px;
                    line-height: 2.5;
                }
            }
        }

        :before {
            display: block;
            position: absolute;
            top: -16px;
            left: 90px;
            width: 16px;
            height: 16px;
            border: 8px solid transparent;
            border-bottom-color: #bebebe;
            content: '';
        }

        :after {
            display: block;
            position: absolute;
            top: -13px;
            left: 91px;
            width: 14px;
            height: 14px;
            border: 7px solid transparent;
            border-bottom-color: #fff;
            content: '';
        }
    }
}

.products-area {
    .category-link {
        position: relative;
        min-width: 119px;
        height: 40px;
        margin-top: -70px;
        float: right;
        border: 2px solid #000;
        border-radius: 5px;
        color: #000;
        font-weight: 600;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        z-index: 2;

        :hover {
            background-color: #000;
            color: #fff;
        }
    }

    .products-collection {
        .products-grid.move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            left: inherit;
                            padding: 0 15px;
                            z-index: 3;
                        }

                        ::before {
                            display: block;
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            transition: all .3s;
                            background: #000;
                            content: '';
                            opacity: 0;
                            visibility: hidden;
                            z-index: 1;
                        }
                    }
                }
            }
        }
    }
}
}
.search-by-category {
position: absolute;
top: 0;
right: 47px;

.input-dropdown-inner {
    height: 38px;
    border-left: 1px solid rgba(129, 129, 129, .4);
    border-right: 1px solid rgba(129, 129, 129, .4);
    line-height: 38px;

    > a {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        color: #777;
        font-size: 13px;
        text-align: center;

        :hover {
            text-decoration: none;
        }

        ::after {
            display: inline-block;
            margin-left: 8px;
            font-family: FontAwesome;
            font-size: 14px;
            font-weight: 400;
            content: '\f107';
        }
    }
}

.list-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    right: 1px;
    min-width: 138px;
    height: auto;
    margin-top: 1px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    z-index: 300;

    .shopify-scroll-content {
        position: relative;
        max-height: 250px;
        overflow: scroll;
        overflow-x: hidden;
    }
}

ul li {
    margin-bottom: 0;
    text-align: left;

    a {
        display: block;
        padding: 6px 8px;
        color: #777;
        font-size: 12px;
        line-height: 18px;

        :focus,
        :hover {
            background-color: #e6e6e6;
            color: #8d8d8d;

            .shopify-dark  {
                background-color: rgba(255, 255, 255, .08);
                color: rgba(255, 255, 255, .8);
            }
        }

        .shopify-dark  {
            background-color: #101010;
        }
    }

    .current-item > a {
        background-color: #f4f4f4;
        color: #777;

        .shopify-dark  {
            background-color: rgba(0, 0, 0, .9);
            color: rgba(255, 255, 255, .8);
        }
    }
}

ul .children > li > a {
    padding-left: 30px;
}

.list-wrapper {
    .shopify-dark  {
        background-color: #101010;
    }
}
}

.autocomplete-suggestions {
display: -ms-flexbox;
display: flex;
position: relative !important;
-ms-flex-align: stretch;
align-items: stretch;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: auto !important;
max-width: none !important;
max-height: none !important;
-webkit-animation: fadeInBottomShort .2s ease both;
animation: fadeInBottomShort .2s ease both;
margin-top: 0;
margin-right: 0;
margin-bottom: -1px;
z-index: 1001 !important;
}

.autocomplete-suggestion {
-ms-flex: 1 1 240px;
flex: 1 1 240px;
border-bottom: 1px solid;
border-color: rgba(129, 129, 129, .2);
border-right: 1px solid;
padding: 15px;
text-align: left;
transition: background-color .25s ease;
cursor: pointer;

.suggestion-title {
    color: #777;
    line-height: 22px;
}

.suggestion-title strong {
    color: #333;
    text-decoration: underline;
}

.suggestion-thumb {
    max-width: 45px;
    margin-right: 15px;
    float: left;
}

.suggestion-price {
    margin-top: 7px;
    color: #777;

    del {
        color: #BDBDBD;
        font-size: 90%;
    }

    ins {
        padding: 0;
        background-color: transparent;
        text-decoration: none;
        opacity: 1;

        .amount {
            color: #777;
        }
    }
}

.autocomplete-selected,
:hover {
    background-color: #f9f9f9;

    .shopify-dark  {
        background-color: rgba(0, 0, 0, .3);
    }
}
}

.view-all-products {
-ms-flex: 1 1 100%;
flex: 1 1 100%;
border-top: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: rgba(129, 129, 129, .2);
background-color: #fff;
color: #333;
font-weight: 600;
height: 50px;
letter-spacing: .2px;
line-height: 50px;
margin-top: -1px;
text-align: center;
text-transform: uppercase;
transition: background-color .25s ease;
animation: fadeIn .3s ease both;
-webkit-animation: fadeIn .3s ease both;
cursor: pointer;

:hover {
    background-color: #f9f9f9;

    .shopify-dark  {
        background-color: rgba(0, 0, 0, .9);
    }
}

.shopify-dark  {
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
}
}

.shopify-search-loader {
display: -ms-flexbox;
display: flex;
position: absolute;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-color: rgba(255, 255, 255, .8);
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: opacity .1s ease, visibility .1s ease;
opacity: 0;
visibility: hidden;
z-index: 1002;

::after {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #bbb;
    border-radius: 50%;
    border-left-color: #000;
    content: '';
    vertical-align: middle;
}
}

.search-info-text {
 display: none;
 -ms-flex: 0 0 auto;
 flex: 0 0 auto;
 margin-top: 10px;
 font-size: 16px;
 letter-spacing: 0.3px;
 line-height: 30px;
 overflow: hidden;
 text-align: center;
}
.search-info-text > span {
 display: block;
 transform: translateY(-50px) translateZ(0);
 transition: all 0.35s ease 0.15s;
}


.no-found-msg {
color: #333;
font-size: 110%;
font-weight: 600;

.shopify-dark  {
    color: #fff;
}
}

.header-full-width {

.header-container > .container,
.top-links-container > .container {
    width: 95%;
    max-width: 100%;
}

.sticky-header .main-nav.container {
    width: 100%;
    max-width: 100%;
}
}

.category-menu-style-default {
.main-navigation ul.top-navigation > li {
    .menu-wrap-sub {
        padding: 10px 5px;
    }
}
}

.header-menu-style-default_new,
.category-menu-style-default_new {
.top-navigation li.level0: first-child {
    margin-right: 0;
}

.main-nav ul.top-navigation > li {
    > a {
        margin-right: 10px;
        padding: 18.5px 15px 20.5px 0;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: .001em;
    }

    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
        border: 0;
    }
}

.main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
    border-top-color: #fff;
    background-color: #fff;
    color: #777;
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
    }

    .menu-wrapper {
        padding: 5px 0;
    }
}

.top-navigation .menu-wrap-sub ul {
    padding: 0 !important;
}

.top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
    padding: 0 15px !important;
}

.top-navigation li.level1 ul.level1 li.level2 a span {
    float: none;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.menu-color-light {
    .main-nav ul.top-navigation > li {
        > a {
            color: #fff;
        }
    }
}

.menu-color-dark {
    .main-nav ul.top-navigation > li {
        > a {
            color: #3b3b3b;
        }
    }
}

.sticky-header {
    .sticky-menu-color-light {
        .main-nav ul.top-navigation > li {
            > a {
                color: #fff;
            }

            :hover {
                > a {
                    color: #fff;
                }
            }
        }
    }

    .sticky-menu-color-dark {
        .main-nav ul.top-navigation > li {
            > a {
                color: #3b3b3b;
            }

            :hover {
                > a {
                    color: #3b3b3b;
                }
            }
        }
    }
}
}

.category-menu-style-default_new {
.main-navigation .top-navigation.side-menu > li .menu-wrap-sub {
    padding: 10px 5px;
    border: solid 1px #dae2e6;
    box-shadow: 0 3px 15px -2px rgba(0, 0, 0, .3);
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :after,
.main-navigation .top-navigation.side-menu > li .menu-wrap-sub::before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom-style: solid;
    content: '';
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :before {
    top: 11px;
    left: -16px;
    border: 8px solid;
    border-color: transparent #fff transparent transparent;
    z-index: 3;
}

.main-navigation .top-navigation.side-menu > li .menu-wrap-sub: :after {
    top: 10px;
    right: auto;
    left: -18px;
    border: 9px solid;
    border-color: transparent #dae2e6 transparent transparent;
    z-index: 2;
}

.main-navigation .top-navigation.side-menu > li.parent a.level-top: :after,
.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a::before {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    width: 10px;
    height: 10px;
    margin-top: -7px;
    font-family: 'porto';
    min-width: 180px;
    font-size: 13px;
    content: '\e81a';
}

.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a: :before {
    margin-top: -12px;
}
}

.header-menu-style-background {
.main-nav ul.top-navigation > li {
    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .active,
    :hover {
        background-color: #3b3b3b;

        > a {
            color: #fff;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
    }
}

.main-navigation ul.top-navigation > li {
    .menu-wrap-sub {
        padding: 10px 5px;
        border-top: 0;
    }
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        // text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;
    }

    .menu-wrapper {
        padding: 5px 0;
        overflow: hidden;
    }
}
}

.header-menu-style-background_new {
.main-nav ul.top-navigation > li {
    .parent > a {
        padding-right: 25px;

        ::after {
            right: 10px;
        }
    }

    .parent {
        > a: :before {
            position: absolute;
            top: 100%;
            left: 50%;
            width: 10px;
            height: 10px;
            margin-top: -14px;
            margin-left: -8px;
            transition: all .1s;
            border: 7px solid transparent;
            border-bottom-color: #fff;
            content: '';
            opacity: 0;
            visibility: hidden;
        }

        :hover {
            > a: :before {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    .active,
    :hover {
        background-color: #3b3b3b;

        > a {
            color: #fff;
        }
    }

    .menu-wrap-sub {
        padding: 10px 5px;
        border: 0;
    }
}

.main-nav .main-navigation ul.top-navigation .menu-wrap-sub {
    background-color: #fff;
    border-top-color: #fff;
    color: #777;
}

.top-navigation li.level0 ul li {
    li {
        clear: both;
    }

    .groups > a {
        display: block;
        margin-top: 15px;
        margin-bottom: 4px;
        padding: 0 5px;
        float: none;
        color: #434d53;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: -.001em;
        line-height: 1.5;
        // text-transform: uppercase;
    }

    a {
        display: block;
        padding: 5px;
        float: none;
        color: #777;
        font-size: 12px;
        font-weight: 600;
        line-height: 24px;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
        overflow: hidden;

        span {
            white-space: nowrap;

            .cat-label {
                display: inline-table;
            }
        }
    }

    .menu-wrapper {
        padding: 5px 0;
        overflow: hidden;
    }
}

.top-navigation .menu-wrap-sub ul {
    padding: 0 !important;
}

.top-navigation li.level0.static-dropdown .mega-columns ul.level0 li.level1.groups.item {
    padding: 0 15px !important;
}

.top-navigation li.level1 ul.level1 li.level2 a span {
    float: none;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}
}

.header-menu-right {
.top-navigation {
    text-align: right;
}
}

.header-menu-center {
.top-navigation {
    text-align: center;
}
}

// TEMPLATE INDEX .template-index {
.item {
.item-area {
    .details-area {
        .actions {
            .configurable-swatch-list {
                display: none;
            }
        }
    }
}
}

.page-header {
display: none;
}
}

// TEMPLATE PAGE .template-list-collections, .template-blog, .template-collection, .template-product, .template-article, .template-page, .template-customers-account, .template-cart, .template-customers-register, .template-customers-login {
.main-container {
.main-wrapper {
    .main-breadcrumbs {
        margin-bottom: 20px;
    }
}
}
}

.template-list-collections {
.tab-product-collection {
    position: relative;

    h3 {
        margin-top: 0;
    }

    .products-grid {
        position: static;

        .item {
            padding: 0;
        }

        .owl-nav {
            div {
                position: absolute;
                top: 8px;
            }

            .owl-prev {
                right: 26px;
            }

            .owl-next {
                right: 0;
            }
        }
    }
}
}

#slideshow_slidebar_collection {
.side-custom-menu {
    overflow: visible;

    ul {
        li {
            border-top: 0;

            a: hover {
                text-decoration: none;
            }
        }
    }
}
}

.template-blog,
.template-article {
.block {
    margin: 0 0 40px;

    .block-title {
        margin: 5px 0 10px;
        color: #313131;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
    }

    .blogs-items {
        ul {
            li {
                margin: 0;
                padding: 10px 0 !important;

                .post-image {
                    width: 60px;
                    margin-right: 12px;
                    padding: 2px;
                    float: left;
                    border: 1px solid #fff;
                    border-radius: 4px;

                    img {
                        max-width: 100%;
                    }
                }

                a {
                    color: #3b3b3b !important;
                    font-family: inherit;
                    font-size: inherit;
                    line-height: 18px !important;
                }

                .post-time {
                    margin: 0;
                    color: #888;
                    font-family: inherit;
                    font-size: 12px;
                    font-style: normal;
                    line-height: 24px;
                    text-align: left;
                }
            }
        }
    }
}
}

.slider-with-side {
margin: 0 -8px;
line-height: 1;

.slideshow-section {
    .content {
        position: absolute;
        top: 30%;
        left: 10%;
        z-index: 3;
    }
}

.slider-area {
    -ms-flex: 0 0 72.3%;
    flex: 0 0 72.3%;
    max-width: 72.3%;
    padding: 0 8px;

    .content {
        .ribbon {
            top: 16px;
            right: 13px;

            em {
                margin: 0;
                margin-right: 63px;
                font-size: 14px;
            }

            h3 {
                margin: 0;
                margin-right: 14px;
                font-size: 33px;
            }

            h5 {
                margin: 0;
                margin-top: -3px;
                font-size: 18px;
            }
        }

        .text-area {
            h2 {
                display: inline-block;
                margin-bottom: 4px;
                padding: 7px 50px 7px 11px;
                font-size: 42.7px;
            }

            p {
                display: inline-block;
                margin: 0;
                padding: 12px 17px 12px 13px;
                font-size: 17.58px;
            }
        }
    }
}

img {
    position: relative;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.side-area {
    -ms-flex: 0 0 27.7%;
    flex: 0 0 27.7%;
    max-width: 27.7%;
    padding: 0 8px 0 7px;

    .item1 {
        position: relative;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 15px;
            text-align: left;
            z-index: 9;

            em {
                display: block;
                margin: 0 0 2px 4px;
                font-size: 27.45px;
            }

            h2 {
                margin: 0;
                margin-bottom: 14px;
                font-size: 35.16px;
            }

            a {
                display: block;
                margin: 0;
                margin-left: 4px;
                font-size: 15.08px;
            }
        }
    }

    .item2 {
        position: relative;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 21px;
            text-align: left;
            z-index: 9;

            h2 {
                margin: 0;
                margin-bottom: 12px;
                font-size: 33.86px;
            }

            p {
                margin: 0;
                margin-left: 1px;
                font-size: 18.34px;
            }

            a {
                margin: 13px 0 0 25px;
                padding: 8px 10px 8px 15px;
                border: 0;
                font-size: 13px;
                text-shadow: none;
            }
        }
    }

    .item3 {
        position: relative;
        margin: 0 !important;
        margin-bottom: 9px;
        overflow: hidden;

        .content {
            position: absolute;
            bottom: 17px;
            left: 19px;
            text-align: left;
            z-index: 9;

            h2 {
                margin: 0;
                font-size: 32px;
            }

            p {
                margin: 0;
                margin-bottom: 17px;
                font-size: 20px;
            }
        }
    }
}
}

// NAV ACCORDION .nav-accordion {
width: 100%;
margin: 0;
padding: 0;
line-height: .5em;
list-style: none;

li {
position: relative;
padding-left: 15px;
border-bottom: #f4f4f4 solid 1px;
background: none;

a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}

span.expand,
span.collapse {
    display: block;
    position: absolute;
    top: 11px;
    right: 24px;
    height: auto;
    background-image: none;
    font-size: 0;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1;

    ::after {
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-right: 0;
        padding-right: 5px;
        float: right;
        color: white;
        font-family: 'porto';
        font-size: 19px;
        font-style: normal;
        font-weight: normal;
        line-height: 19px;
        text-decoration: inherit;
        text-indent: 0;
    }
}

span.expand {
    : :after {
        content: '\e857';
    }
}

span.collapse {
    : :after {
        content: '\e856';
    }
}
}

ul {
display: none;
margin: 0;

li {
    margin: 0;
    padding: 0;
    clear: both;
    border-bottom-width: 0;

    .active {
        font-weight: bold;
    }

    a {
        padding-left: 15px;
        outline: none;
    }
}

ul {
    li {
        a {
            padding-left: 25px;
        }
    }

    ul {
        li {
            a {
                padding-left: 30px;
            }
        }
    }
}
}
}

// COLLECTION .template-collection .category-products {
clear: left;

.products-grid li p {
padding-left: 10px;
}
}

.category-boxed-banner {
margin-bottom: 25px;

.owl-stage-outer {
    border-radius: 5px;

    img {
        display: inline-block;
    }
}

.banner-text {
    position: absolute;
    top: 40%;
    left: 4%;
    width: 100%;
    color: #fff;

    h2 {
        display: inline-block;
        padding: 5px 10px;
        background-color: rgba(23, 23, 23, .9);
        color: #fff;
        font-size: 35px;
        line-height: 1;
    }

    p {
        padding: 7px 12px;
        background-color: rgba(23, 23, 23, .65);
        font-size: 16px;
        font-weight: 300;
        line-height: 1.4;
    }

    a.shop-now {
        margin-left: 20px;
        font-size: 16px;

        :hover {
            text-decoration: underline;
        }
    }
}

.owl-dots {
    .owl-dot {
        span {
            background: #fff;
        }
    }
}
}

.product-name a {
color: #5b5b5f;
}

.category-content {
margin-bottom: 30px;

img {
    max-width: 100%;
}
}

.toolbar {
width: 100%;
float: left;

.filter-bar {
    a: hover {
        border-width: 2px;
    }

    a: not(:hover) {
        border: #ebebeb solid 2px;
        color: #B2B2B2;
        font-weight: 400;
    }
}

.filter-option-group {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 40px;
    transition: all .4s ease-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 99;

    .open {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }

    .filter-option-inner {
        position: relative;
        padding-top: 40px;
        border-top: 1px solid #f6f6f6;

        .clearall {
            position: absolute;
            top: 10px;
            right: 0;
            font-size: 13px;
        }
    }

    .filter-column {
        .filter_title {
            color: #999;
            font-size: 13px;
            font-weight: bold;
            letter-spacing: 1.1px;
            text-transform: uppercase;
        }

        .filter_container {
            padding-top: 10px;

            ul li {
                margin-top: 10px;
                margin-bottom: 13px;

                .field {
                    .name {
                        margin: 0 0 0 10px;
                        padding: 0;
                        color: #999;
                        font-size: 11px;
                        font-weight: normal;
                        text-transform: uppercase;
                        cursor: pointer;
                        overflow: auto;
                    }

                    .img {
                        display: inline-block;
                        position: relative;
                        padding: 2px;
                        transition: all .1s ease-out;
                        border: 1px solid #e0e0e0;
                        line-height: 0;
                        box-shadow: inset 0 0 1px #e0e0e0;
                        cursor: pointer;
                        overflow: hidden;
                        vertical-align: middle;

                        i {
                            display: inline-block;
                            width: 20px;
                            height: 20px;
                            background-position: center center;
                            background-size: cover;
                        }

                        :hover {
                            border-color: #181818;
                        }
                    }

                    .disable {
                        display: none;
                        cursor: not-allowed;
                        opacity: .6;

                        .img {
                            ::after {
                                display: block;
                                position: absolute;
                                top: 16px;
                                right: -8px;
                                width: 50px;
                                height: 2px;
                                transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                background-color: #E0E0E0;
                                content: ' ';
                            }
                        }

                        .input-skin {
                            ::after {
                                display: block;
                                position: absolute;
                                top: 16px;
                                right: -8px;
                                width: 50px;
                                height: 2px;
                                transform: rotate(-45deg);
                                -ms-transform: rotate(-45deg);
                                -webkit-transform: rotate(-45deg);
                                background-color: #E0E0E0;
                                content: ' ';
                            }
                        }
                    }

                    .active {
                        .img {
                            border-color: #181818;
                        }
                    }
                }

                .disable {
                    display: none;
                }
            }

            .color.color-swatch {
                ul li {
                    display: inline-block;
                    margin-right: 5px;

                    .disable {
                        display: none;
                    }
                }
            }
        }
    }
}

.sorter_wrap {
    margin-right: 15px;

    .select-inner {
        span {
            display: inline-block;
            margin-right: 5px;
            line-height: 26px;
        }

        .bootstrap-select {
            display: inline-block;
        }
    }
}

.view-mode {
    .layout-opt {
        display: inline-block;
        width: 26px;
        height: 26px;
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fff;
        color: #ccc;
        font-size: 13px;
        line-height: 24px;
        text-align: center;

        .active {
            border: 1px solid #3b3b3b;
            background: #3b3b3b;
            color: #fff;

            :hover {
                cursor: default;
            }
        }

        :hover {
            border: 1px solid #3b3b3b;
            background: #3b3b3b;
            color: #fff;
            cursor: pointer;
        }

        ::before {
            line-height: inherit;
        }
    }
}

.pagenav-wrap {
    -ms-flex-order: 13;
    order: 13;
    margin-left: 4px;
}

.limited-wrap {
    margin-left: auto;

    .select-inner {
        span {
            display: inline-block;
            margin-right: 5px;
            line-height: 26px;
        }

        .bootstrap-select {
            display: inline-block;
        }
    }
}

.pager {
    display: none;

    .pages {
        ol {
            li {
                float: left;
                border-top: #dfe5e9 solid 1px;
                border-bottom: #dfe5e9 solid 1px;
                border-left: #dfe5e9 solid 1px;

                a {
                    padding: 4px 10px;
                    transition: all 0 ease;
                    border: 0;
                    border-radius: 0;
                    background-color: transparent;
                    text-decoration: none;
                }

                .current {
                    padding: 4px 10px;
                    background: #000;
                    color: #fff;
                }

                :hover {
                    background: #000;

                    a {
                        color: #fff;
                    }
                }

                .last {
                    border-right: #dfe5e9 solid 1px;
                }
            }
        }
    }
}

select {
    height: 26px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
}

.collection-sorting-row {
display: -ms-flex;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
}

.main-tab-masonry-inner {
margin: -5px;

.category-products {
    .layout-masonry {
        div.product {
            padding: 5px !important;
        }
    }
}
}

.toolbar-bottom {
clear: both;
text-align: center;

.toolbar {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 0;
    text-align: center;

    .sorter_wrap,
    .view-mode {
        display: none;
    }
}
}

#collection-main {
.row {
    margin-right: -10px;
    margin-left: -10px;
}
}

.infinite-loader {
width: 100%;
margin-bottom: 10px;
text-align: center;

.loading {
    display: none;
    line-height: 30px;

    i.ajax-loader {
        display: inline-block;
        margin-right: 15px;
        border: 1px solid #08c;
        border-radius: 20px !important;
        border-bottom-color: transparent !important;
        vertical-align: middle;
    }

    .ajax-loader.small {
        width: 16px;
        height: 16px;
        border-width: 2.5px;
    }
}

.btn-load-more {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 30px;
    border: 3px solid #f1f1f1;
    color: #555;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    line-height: 1.333333;
    text-indent: 0;
    text-transform: uppercase;
}
}
.subcriper_label {
margin-bottom: 0;
vertical-align: middle;

input {
    vertical-align: middle;
}

span {
    font-size: 11px;
    font-weight: 400;
}
}
}

// PRODUCT VIEW .sidebar-product {
.custom-block {
margin-bottom: 30px;
padding-bottom: 50px;
background: url(bkg_4.png) bottom no-repeat;

.owl-dots {
    bottom: -28px;
}
}

.custom-block-1 {
padding-bottom: 20px;

> div {
    min-height: 50px;
    margin-bottom: 20px;
    clear: both;

    i {
        width: 50px;
        height: 50px;
        margin-right: 10px;
        float: left;
        border: 1px solid #bbb;
        border-radius: 50%;
        color: #000;
        font-size: 30px;
        line-height: 48px;
        text-align: center;
    }

    h3 {
        margin: 0;
        margin-left: 50px;
        padding-top: 4px;
        color: #313131;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
    }

    p {
        margin: 0;
        margin-left: 50px;
        font-size: 12px;
        line-height: 1;
    }
}
}

.bestseller_product {
position: relative;

.block-title {
    margin: 5px 0 10px;
    padding: 10px 0;
    color: #313131;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.sidebar-content {
    .category-products {
        margin: 0 -10px;
    }

    .products-grid {
        position: static;

        .item {
            width: auto;
            padding: 0 10px;

            .item-area {
                position: relative;
                margin: 10px 0 15px;

                .product-image-area {
                    .product-image {
                        min-height: auto;
                    }
                }

                .details-area {
                    padding: 0;
                    text-align: left;

                    h2 {
                        display: block;
                        margin: 10px 0;
                        padding-right: 10px;
                        font-size: 1em;
                        font-weight: 400;
                        line-height: 1.5;
                    }

                    .ratings {
                        height: 14px;
                        margin: 3px 0;
                        background: none;
                        font-size: 11px;
                        line-height: 1.25;
                    }

                    .price {
                        display: inline-block;
                        vertical-align: middle;
                    }
                }
            }
        }

        .owl-nav {
            div {
                position: absolute;
                top: 10px;

                i {
                    font-size: 13px;
                }
            }

            .owl-prev {
                right: 26px;
            }

            .owl-next {
                right: 4px;
            }
        }
    }
}
}
}

.product-view {
.moved-tab {
    .short-description-detail {
        .short-description {
            border-bottom: 0;
        }
    }

    .product-collateral {
        display: none;
    }
}

.product-img-box {
    margin-bottom: 3em;

    .thumb-vertical {
        display: table;
    }

    .verticle-inner {
        position: relative;
    }

    .more-views-verticle {
        display: table-cell;
        width: 98px;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        vertical-align: top;

        @media (max-width: 1199px) {
            width: 80px;
        }

        @media (max-width: 991px) {
            width: 55px;
        }

        .media-list {
            // width: 98px;
            height: 422px;
            overflow: hidden;

            @media (max-width: 1199px) {
                width: 80px;
                height: 350px;
            }

            @media (max-width: 991px) {
                width: 55px;
                height: 250px;
            }

            .verticl-carousel {
                position: relative;
                top: 0;

                a {
                    display: block;
                    margin-bottom: 10px;
                    padding: 3px;
                    border: 1px solid rgba(0, 0, 0, .1);
                    border-radius: 5px;
                }
            }
        }

        .more-views-nav {
            display: block;
            position: absolute;
            width: 28px;
            height: 28px;
            padding: 0;
            color: #000;
            font-size: 30px;
            line-height: 28px;
            text-align: center;
            opacity: 0;

            i: :before {
                display: inherit;
            }

            .more-views-next {
                right: 0;
                bottom: 5px;
                left: 0;
                margin: 0 auto;
            }

            .more-views-prev {
                top: 5px;
                right: 0;
                left: 0;
                margin: 0 auto;
                z-index: 9;
            }
        }

        :hover {
            .more-views-nav {
                opacity: 1;
            }
        }
    }

    .more-views-horizontal {
        width: 100%;
        margin-top: 6px;
        float: left;

        .row {
            margin: 0 -3px;
        }

        .product-image-thumbs {
            .item {
                padding: 0 3px;

                a {
                    display: inline-block;
                    width: 100%;
                    max-width: 100%;
                    background: #fff;

                    img {
                        padding: 2px;
                        border: 1px solid #ddd;
                        border-radius: 7px;

                        .current {
                            border-width: 2px;
                            border-color: #ccc;
                        }
                    }
                }

                :hover {
                    a img {
                        border-width: 2px;
                    }
                }
            }

            .owl-nav {
                opacity: 0;

                .owl-prev,
                .owl-next {
                    position: absolute;
                    top: 35%;
                    right: auto;
                    left: 10px;
                    width: 28px;
                    height: 28px;
                    margin: 0;
                    padding: 0;
                    border-radius: 0;
                    font-size: 30px;
                    line-height: 28px;
                    text-align: center;
                    opacity: 1;
                }

                .owl-next {
                    right: 10px;
                    left: auto;
                }
            }

            :hover {
                .owl-nav {
                    opacity: 1;
                }
            }
        }
    }

    .product-image {
        .product-image-verticle {
            display: table-cell;
            width: 100vh;
            padding-left: 10px;
            vertical-align: top;
        }

        img {
            width: 100%;
            max-width: 100%;
            margin: 0 auto;
        }

        .product-image-gallery {
            position: relative;
            padding: 3px;
            border: 1px solid rgba(0, 0, 0, .1);
            border-radius: 5px;

            .gallery-image {
                display: none;

                .visible {
                    display: block;
                }
            }

            ::before {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
            }

            ::before {
                background-color: white;
                opacity: .8;
                z-index: 2;
            }

            ::after {
                display: none;
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: -13px;
                margin-bottom: -13px;
                margin-left: -13px;
                color: #777;
                font-family: 'FontAwesome';
                font-size: 25px;
                line-height: 1;
                content: '\f110';
                z-index: 3;
                -webkit-animation: spin 2s infinite linear;
                animation: spin 2s infinite linear;
            }

            .loading {
                min-height: 200px;

                ::before,
                ::after {
                    display: block;
                }
            }

            .icon-zoom {
                position: absolute;
                right: 0;
                bottom: 0;
                width: 32px;
                height: 32px;
                font-size: 20px;
                text-align: center;
            }

            .pesto-icon-bottomright {
                font-size: 23px;
                line-height: 32px;
            }
        }
    }
}

.product-shop {
    margin-bottom: 3em;

    .bottom-home-dailydeal {
        .title {
            display: inline-block;
            margin-bottom: 10px;
        }

        .product-date {
            width: 100%;
            height: 53px;
            padding: 0;
            background-color: transparent;
            box-sizing: border-box;

            > div {
                display: block;
                width: 23%;
                margin-left: 2%;
                padding: 4px 0;
                float: left;
                border-radius: 5px;
                background-color: #999;
                line-height: 1.4;

                :first-child {
                    margin-left: 0;
                }

                span {
                    display: block;
                    color: #fff;
                    font-weight: 600;
                    text-align: center;
                    text-transform: capitalize;

                    .no {
                        font-size: 20px;
                    }

                    .text {
                        font-size: 11px;
                    }
                }
            }
        }
    }

    .review-product-details {
        height: 20px;
        margin-top: 3px;
        margin-bottom: 15px;
        line-height: 1.25;

        .spr-badge-starrating {
            margin: 0;

            .spr-icon {
                top: 0;
                font-size: 13px;
            }
        }

        .spr-badge-caption {
            margin-left: 10px;
            color: #bdbdbd;
            font-size: 12px;
            line-height: 1.25;
            text-transform: capitalize;
            cursor: pointer;

            :hover {
                text-decoration: underline;
            }
        }
    }

    .product-inventory {
        margin: 0 0 10px;
        color: #777;
        font-size: 14px;
        font-weight: 600;

        span.in-stock {
            margin-left: 5px;
            font-weight: 400;
        }
    }

    .product-type,
    .product-vendor {
        padding: 5px 0 0;

        label {
            margin: 0;
            font-weight: 400;
        }
    }

    .no-rating {
        margin: 0 0 5px;
    }

    .product-sku {
        padding: 5px 0 0;
    }

    .product-share {
        margin-bottom: 10px;

        .sf-share-counts {
            .share-text {
                display: block;
                margin: 0;
                font-size: 15px;
                line-height: 40px;
            }

            a {
                display: inline-block;
                width: 32px;
                height: 32px;
                margin-right: 10px;
                border: #e0e0e0 solid 1px;
                color: #cdcdcd;
                font-size: 16px;
                line-height: 32px;
                text-align: center;

                :hover {
                    border: #444645 solid 1px;
                    color: #444645;
                }
            }
        }
    }
}

.prev-next-products {
    float: right;

    .product-nav {
        display: inline-block;
        position: relative;
        vertical-align: middle;

        .product-pop {
            position: absolute;
            top: 100%;
            left: 0;
            padding: 10px;
            transition: all .2s;
            border-top: 3px solid #08c;
            border-radius: 4px;
            background-color: #fff;
            text-align: center;
            box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
            opacity: 0;
            visibility: hidden;
            z-index: 1;

            ::before {
                display: block;
                position: absolute;
                top: -13px;
                left: 0;
                width: 5px;
                height: 2px;
                border: 5px solid transparent;
                border-bottom-color: #08c;
                content: '';
            }

            .product-image {
                max-width: 80px;
                margin-bottom: 10px;
            }

            .product-name {
                margin: 0;
                font-size: 11px;
                font-weight: 600;
            }
        }

        .product-prev {
            .product-pop {
                right: auto;
                left: 0;
                margin-left: -51px;

                ::before {
                    right: auto;
                    left: 60px;
                }
            }
        }

        .product-next {
            .product-pop {
                right: 0;
                left: auto;
                margin-right: 2.5px;

                ::before {
                    right: 6px;
                    left: auto;
                }
            }
        }

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

    a {
        display: inline-block;
        color: #555;
        font-size: 17px;
        line-height: 28px;
    }
}

.product-name {
    h1 {
        margin: 15px 0;
        font-size: 28px;
        font-weight: 600;
        line-height: 1;

        a {
            color: #555;
        }
    }
}

.short-description {
    padding: 5px 0 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;

    ul {
        padding-left: 1.5em;
        list-style: disc outside;

        li {
            line-height: 20px;
            list-style: inherit;
        }
    }
}

.product-type-data {
    margin: 0 0 20px;

    .price_compare {
        display: inline-block;
        position: relative;
        margin-right: 7px;
        color: #000;
        font-size: 22px;
        vertical-align: middle;
        font-weight: 700;
        line-height: 1;
    }

    .price-box {
        s {
            display: inline-block;
            color: #999;
            font-size: 18px;
            font-weight: 400;
            line-height: 1.2;
            text-decoration: line-through;
        }

        .price {
            display: inline-block;
            color: #3b3b3b;
            font-size: 33px;
            font-weight: 600;
            line-height: 1;
            vertical-align: middle;
        }
    }

    .availability {
        margin: 0 0 5px;
        padding: 0;
    }
}

.porto-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    @media (max-width: 991px) {
        margin-top: 15px;
        float: none;
    }

    .item {
        display: inline-block;

        @media (max-width: 767px) {
            display: block;
            width: 100%;
            padding-top: 15px;
        }

        i {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            float: left;
            border: 0;
            border-radius: 50%;
            color: #0088cc;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
        }

        h3 {
            margin-left: 65px;
            color: #6b7a83;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 20px;
        }
    }
}

.middle-product-detail {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;

    .review-product-details {
        padding: 5px 0 0;

        .spr-icon {
            font-size: 13px;
        }
    }
}

.product-options {
    position: relative;
    margin: 20px 0 0;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;

    .selector-wrapper {
        margin-right: 15px;
        margin-bottom: 10px;
        padding: 5px 0;

        label {
            display: inline-block;
            min-width: 65px;
            margin-right: 10px;
            color: #333;
            text-transform: uppercase;
            vertical-align: middle;
        }

        select {
            display: inline-block;
            min-width: 120px;
        }
    }

    .swatch {
        margin-bottom: 25px;

        .header {
            display: inline-block;
            min-width: 65px;
            margin-right: 8px;
            margin-bottom: 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 1.3;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .variant-items {
            display: inline-block;
            vertical-align: middle;
        }

        .swatch-element {
            input {
                display: none;

                .img {
                    position: relative;
                    border-color: #666;
                }
            }

            .square {
                input {
                    : checked + {
                        label {
                            position: relative;
                            color: #fff;
                            cursor: default;
                        }
                    }
                }

                .color {
                    input {
                        : checked + {
                            label:not(.swatch-image) {
                                ::before {
                                    position: absolute;
                                    top: 50%;
                                    left: 0;
                                    width: 100%;
                                    height: 12px;
                                    margin-top: -6px;
                                    color: #fff;
                                    font-family: FontAwesome;
                                    font-size: 11px;
                                    line-height: 12px;
                                    text-align: center;
                                    text-indent: 0;
                                    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
                                    content: '\f00c';
                                }

                                [for^='swatch-1-white']: :before {
                                    color: #333;
                                }
                            }
                        }

                        label: not(.swatch-image) {
                            ::before {
                                position: absolute;
                                top: 50%;
                                left: 0;
                                width: 100%;
                                height: 12px;
                                margin-top: -6px;
                                color: #fff;
                                font-family: FontAwesome;
                                font-size: 11px;
                                line-height: 12px;
                                text-align: center;
                                text-indent: 0;
                                content: '\f00c';
                            }

                            [for^='swatch-1-white']: :before {
                                color: #333;
                            }
                        }
                    }
                }
            }

            :not(.square) {
                input {
                    : checked + {
                        label {
                            ::after {
                                border-color: #000;
                            }
                        }
                    }
                }
            }
        }

        .swatch-element {
            position: relative;
            margin: 0 4px 0 0;
            float: left;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -webkit-transform: translateZ(0);
            cursor: pointer;

            .color.square {
                label {
                    border: 0;
                    box-shadow: 0 0 10px rgba(0, 0, 0, .13);
                    cursor: pointer;

                    .swatch-image {
                        border: 1px solid transparent;
                    }

                    [for^='swatch-1-white'] {
                        border: #ececec solid 1px;
                    }

                    img {
                        float: left;
                    }
                }

                .size-small {
                    label {
                        width: 22px;
                        min-width: 22px;
                        height: 22px;
                    }
                }

                .size-medium {
                    label {
                        width: 32px;
                        height: 32px;
                    }
                }

                .size-large {
                    label {
                        width: 38px;
                        height: 38px;
                    }
                }
            }

            .crossed-out {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

            .soldout {
                .crossed-out {
                    display: block;
                }
            }

            :hover {
                .tooltip {
                    opacity: 1;
                    -webkit-transform: translateY(0);
                    -ms-transform: translateY(0);
                    transform: translateY(0);
                    visibility: visible;
                    filter: alpha(opacity=100);
                }
            }

            .square {
                label {
                    min-width: 32px;
                    margin: 0;
                    float: left;
                    border: 1px solid #e9e9e9;
                    background-color: #fff;
                    color: #636363;
                    font-size: 11px;
                    font-weight: 400;
                    line-height: 22px;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                    cursor: pointer;
                }

                :hover {
                    label {
                        color: #fff;
                    }
                }
            }

            :not(.square) {
                margin-right: 15px;

                label {
                    width: auto;
                    min-width: 25px;
                    margin: 0;
                    margin-right: 10px;
                    padding: 0;
                    float: left;
                    color: #333;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 28px;
                    text-align: center;
                    text-transform: uppercase;
                    white-space: nowrap;
                    cursor: pointer;

                    ::after {
                        position: absolute;
                        bottom: -5px;
                        left: 0;
                        width: 100%;
                        border-bottom: 2px solid transparent;
                        content: '';
                    }
                }
            }
        }

        .tooltip {
            display: block;
            position: absolute;
            bottom: 100%;
            margin-bottom: 10px;
            padding: 6px;
            background-color: #202020;
            box-shadow: 2px 2px 6px rgba(0, 0, 0, .28);
            box-sizing: border-box;
            color: #fff;
            filter: alpha(opacity=0);
            font-size: 10px;
            opacity: 0;
            text-align: center;
            -webkit-transform: translateY(10px);
            -ms-transform: translateY(10px);
            transform: translateY(10px);
            transition: all .25s ease-out;
            visibility: hidden;
            z-index: 10000;

            ::before {
                display: block;
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 20px;
                content: ' ';
            }

            ::after {
                position: absolute;
                bottom: -5px;
                left: 50%;
                width: 0;
                height: 0;
                margin-left: -5px;
                border-top: solid #202020 10px;
                border-right: solid transparent 10px;
                border-left: solid transparent 10px;
                border-width: 5px 5px 0;
                content: ' ';
            }
        }

        .img {
            display: inline-block;
            margin: 0;
            padding: 5px;
            transition: all .2s ease-in-out;
            border: 1px solid #e0e0e0;
            line-height: 0;
            box-shadow: inset 0 0 1px #e0e0e0;
            vertical-align: middle;
            cursor: pointer;

            i {
                display: inline-block;
                width: 22px;
                height: 22px;
                margin: 0;
                background-position: center center;
                background-size: cover;
                cursor: pointer;
            }
        }
    }
}

.actions-wrapper {
    .add-to-cart {
        padding: 13px 30px 10px;
        overflow: hidden;

        .input-box {
            margin: 12px 20px 5px 0;

            .items {
                display: inline-block;
                width: 30px;
                height: 30px;
                border: medium none;
                background-color: #f1f1f1;
                color: #9aa7af;
                line-height: 30px;
                text-align: center;
                cursor: pointer;

                :hover {
                    background-color: #181818;
                    color: #fff;
                }
            }

            input {
                display: inline-block;
                width: 35px !important;
                height: 30px;
                margin: 0;
                border: 1px solid #f1f1f1;
                color: #9aa7af;
                text-align: center;
                box-shadow: none;
            }
        }

        .button-wrapper {
            display: inline-block;
            width: 100%;
            height: 50px;
            color: #fff;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: .05em;
            text-transform: uppercase;
            overflow: hidden;

            > div {
                position: relative;
                top: 0;
                margin-top: 10px;
                margin-right: 5px;
                padding: 0 10px;
                float: left;
                border-right: #575454 solid 1px;
                font-size: 18px;
                font-style: normal;
                line-height: 32px;
            }

            .btn-cart {
                display: inline-block;
                width: auto;
            }

            span {
                display: inline-block;
                position: relative;
                height: 50px;
                padding: 0 5px;
                color: #fff;
                font-size: 12px;
                letter-spacing: .05em;
                line-height: 50px;
                vertical-align: top;
                z-index: 1;
            }
        }
    }
}

.product-options-bottom {
    .price-box {
        display: none;
    }

    .add-to-cart-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;

        ul {
            margin: 0;

            li {
                display: inline-block;
            }
        }

        .input-box {
            display: -ms-flexbox;
            display: flex;
            position: relative;
            width: 60px;
            margin-right: 5px;
            margin-bottom: 20px;

            label {
                display: none !important;
            }

            input {
                width: calc(100% - 20px);
                max-width: 100px;
                height: 38px;
                margin-right: 3px;
                border: 1px solid #e1e1e1;
                border-radius: 3px;
                color: #3b3b3b;
                font-size: 14px;
                font-weight: 400;
                text-align: center;
            }

            .plus-minus {
                .items {
                    i {
                        display: block;
                        width: 16px;
                        height: 16px;
                        border: 1px solid #e1e1e1;
                        border-radius: 3px;
                        color: #ccc;
                        font-size: 8px;
                        line-height: 14px;
                        text-align: center;
                        cursor: pointer;
                    }
                }

                .increase {
                    margin-bottom: 6px;
                }
            }
        }

        .actions {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: auto;
            margin-bottom: 20px;

            .action-list.wishlist {
                margin-left: 5px;

                :hover {
                    opacity: .9;
                }
            }
        }

        .button-wrapper {
            position: relative;

            .btn-cart {
                display: block;
                height: 38px;
                transition: all 300ms ease;
                border: 0;
                border-radius: 5px;
                background: #3b3b3b;
                color: #fff;
                font-size: 14px;
                font-weight: 400;
                line-height: 38px;
                text-decoration: none;

                i {
                    margin-right: 10px;
                }

                span {
                    height: auto;
                    line-height: 33px;
                }

                :hover {
                    opacity: .9;
                }
            }

            .button-wrapper-content {
                i {
                    position: absolute;
                    left: 12px;
                    padding-right: 10px;
                    color: white;
                    font-size: 14px;
                    line-height: 38px;
                    z-index: 3;
                }

                .btn-cart {
                    padding-right: 16px !important;
                    padding-left: 42px;
                    text-align: center;
                }
            }
        }
    }

    .wishlist a span {
        display: none;
        margin: 0 15px;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        vertical-align: middle;
    }
}

.addthis_toolbox {
    margin-top: 20px;
}

.product-tabs {
    .vertical {
        display: -ms-flexbox;
        display: flex;

        > ul {
            -ms-flex-direction: column;
            flex-direction: column;
            bottom: 0;
            width: 100%;
            margin-top: -1px;

            @media (min-width: 768px) {
                -ms-flex: 0 0 20%;
                flex: 0 0 20%;
                max-width: 20%;
            }

            li {
                display: block;
                margin-right: 0;
                margin-bottom: 5px;
                float: none;
                border-top: 1px solid #eee !important;
                border-bottom: 1px solid #dae2e6;
                border-left-width: 2px;
                border-radius: 3px 0 0 3px;

                @media (min-width: 768px) {
                    border-right: 0;
                }

                a {
                    display: block;
                    width: 100%;
                    min-width: 220px;
                    margin-bottom: -1px;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    border-bottom: 2px solid transparent;
                }
            }
        }

        .tab-content {
            width: 100%;
            padding-top: 0;
            border: 0;
        }

        .product-tab-content {
            .tab-content {
                padding-top: 0;
                border-top: 0;

                @media (max-width: 767px) {
                    padding-left: 0;
                }

                #shopify-product-reviews {
                    width: 100%;
                    float: left;
                    clear: none;
                }
            }
        }
    }

    > ul {
        position: relative;
        bottom: -2px;
        overflow: hidden;

        li {
            margin-right: 1px;
            background-color: #f4f4f4;

            a {
                display: inline-block;
                padding: 10px 15px;
                border: 1px solid #eee;
                border-width: 3px 1px 0;
                border-radius: 5px 5px 0 0;
                font-size: 14px;
                line-height: 1;
            }
        }
    }

    .tab-content {
        min-height: 200px;
        padding: 37px 15px;
        border: 1px solid #eee;
        border-radius: 0 0 3px 3px;
        background-color: #fff;
        box-shadow: 0 1px 2px #eee;

        .active {
            display: block;
        }

        ul {
            padding-left: 1.5em;
            list-style: disc outside;

            li {
                line-height: 20px;
                list-style: inherit;
            }

            .unordered-list {
                margin-bottom: 15px;
                padding-left: 3em;
                list-style: none;

                li {
                    line-height: 36px;
                    list-style: inherit;

                    ::before {
                        margin-right: 12px;
                        color: #333;
                        font-family: porto;
                        font-size: 12px;
                        content: '\e84e';
                    }
                }
            }
        }

        .product-tabs-content-inner {
            p {
                margin: 0 0 15px;
                line-height: 1.5;
            }

            .spr-container {
                padding: 0;
                border: 0;

                .spr-header {
                    h2.spr-header-title {
                        margin: 0 0 15px;
                        font-size: 18px;
                        font-weight: 600;
                        text-transform: uppercase;
                    }
                }

                .spr-content {
                    .spr-form {
                        border-color: #ccc !important;
                    }
                }
            }
        }
    }
}

.product-tab-accordion {
    .panel {
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;

        + .panel {
            margin-top: 5px;
        }

        .panel-default {
            .panel-heading {
                padding: 0;
                border: 0;
                border-radius: 0;
                background: none;

                .panel-title {
                    margin-top: 0;
                    margin-bottom: 0;
                    color: inherit;
                    font-size: 16px;

                    a {
                        display: block;
                        position: relative;
                        min-height: 20px;
                        padding: 12px 20px 12px 10px;
                        transition: all .3s;
                        border: 0;
                        border-left: 3px solid #08c;
                        border-radius: 5px;
                        background-color: #08c;
                        color: #fff;
                        font-size: 15px;
                        font-weight: 400;

                        .collapsed {
                            background-color: #f4f4f4;
                            color: #3b3b3b;

                            ::after {
                                color: #08c;
                                content: '\e814';
                            }
                        }

                        ::after {
                            display: block;
                            position: absolute;
                            top: 50%;
                            right: 20px;
                            margin-top: -10px;
                            color: #fff;
                            font-family: 'porto';
                            content: '\e80b';
                        }
                    }
                }
            }
        }
    }

    .product-tabs-content-inner {
        padding: 15px;

        ul {
            padding-left: 1.5em;
            list-style: disc outside;
        }
    }
}

.product-tabs-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    z-index: 9;

    .has-sticky-header {
        top: 46px;

        .has-sticky-product {
            top: 137px;
        }
    }

    .has-sticky-product {
        top: 91px;
    }
}

.shop-features {
    text-align: center;

    h2.shop-features-title {
        position: relative;
        margin: 30px 0;
        text-align: center;

        span {
            display: inline-block;
            position: relative;
            padding: 0 12px;
            background-color: #fff;
            color: #313131;
            font-size: 15px;
            font-weight: 700;
            z-index: 1;
        }

        ::before {
            display: block;
            position: absolute;
            top: 50;
            width: 100%;
            height: 1px;
            background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, .2), transparent);
            content: '';
        }
    }

    i {
        display: inline-block;
        width: 64px;
        height: 64px;
        border: 2px solid #ccc;
        border-radius: 50% !important;
        color: #333;
        font-size: 28px;
        line-height: 60px;
        text-align: center;
    }

    h3 {
        margin: 20px 0 10px;
        color: #121214;
        font-size: 15px;
        line-height: 1;
    }

    p {
        margin: 0 0 15px;
        padding: 0 10px;
        color: #777;
        font-size: 14px;
    }

    a {
        margin: 0;
        font-size: 14px;
    }
}

.sticky-tab {
    > li {
        display: inline-block;
        padding: 0 10px;
        font-size: 13px;

        :first-child {
            padding-left: 0;
        }

        > a {
            padding: 10px 0;
            color: #777;
        }
    }
}

.tags {
    padding: 5px 0 0;

    span {
        color: #cacaca;
    }
}

.spr-form-contact {
    margin: 0 -15px;

    .spr-form-contact-name {
        width: 100%;
        padding: 0 15px;
    }

    .spr-form-contact-email {
        width: 100%;
        padding: 0 15px;
    }
}

.spr-form-actions {
    input.spr-button {
        padding: 9px 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 400;

        :hover {
            opacity: .9;
        }
    }
}

.spr-form-review-rating {
    label.spr-form-label {
        margin-right: 5px;
    }

    .spr-form-input {
        .spr-icon {
            font-size: 100%;
        }
    }
}

.spr-form-contact-name {
    margin-bottom: 20px;
}

input.spr-form-input {
    width: 100%;
    height: 38px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #777;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
    font-size: 13px;
}

.spr-form-label {
    position: relative;
    margin-bottom: 10px;
    float: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;

    ::after {
        color: red;
        content: '*';
    }
}

.spr-reviews {
    .spr-review {
        position: relative;
        min-height: 90px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 100px;
        padding: 20px;
        border: 0;
        background: #f5f7f7;

        ::before {
            position: absolute;
            top: 0;
            left: -100px;
            width: 65px;
            height: 65px;
            background: url(avatar.jpg) no-repeat center center;
            content: '';
        }

        ::after {
            position: absolute;
            top: 28px;
            left: -15px;
            width: 0;
            height: 0;
            border-top: 15px solid transparent;
            border-right: 15px solid #f5f7f7;
            border-bottom: 15px solid transparent;
            content: '';
        }

        .spr-starratings {
            position: absolute;
            right: 15px;
            font-size: 9px;
        }

        .spr-review-header-title {
            display: inline-block;
            color: #777;
            font-size: 14px !important;
            font-weight: 700;
            line-height: 25px;

            ::after {
                padding-right: 0;
                padding-left: 4px;
                content: '-';
            }
        }

        .spr-review-header-byline {
            margin: 0;
            color: #999;
            font-size: .9em;
            font-style: inherit;
            opacity: 1;

            strong {
                color: #999;
                font-size: .9em;
                font-weight: 400;
            }
        }

        .spr-review-content-body {
            font-size: 13px;
        }

        .spr-review-content {
            margin: 0;

            p {
                margin: 0 !important;
            }
        }

        .spr-review-footer {
            display: none;
        }

        .spr-review-footer a {
            float: left;
        }
    }
}

.spr-form-input-textarea {
    height: 10em;
    max-height: 150px;
}

.spr-form-actions {
    margin: 1em 0 0;
    padding: 8px 0 0;
}

.sizes-table {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    color: #21293c;
    font-size: 14px;
    text-transform: uppercase;
    border-collapse: collapse;

    thead th {
        padding: 30px 0 30px 10px;
        background: #f4f4f2;
        font-weight: 600;
    }

    thead th: first-child,
    tbody th {
        padding-left: 30px;
    }

    tbody tr: nth-child(2n) > * {
        background: #ebebeb;
    }

    tbody td {
        padding: 12px 0 12px 10px;
        font-weight: bold;
    }
}

.products-related {
    background-color: inherit;

    h3.title-widget span.inner {
        background-color: #fff;
    }
}

.spr-badge-caption {
    cursor: pointer;
}
}

.popup-quick-view {
position: relative;
max-width: 900px;
margin: 40px auto;
padding: 20px 15px;
background: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
text-align: left;

.product-essential {
    overflow: hidden;

    .product-img-box {
        .product-image {
            .product-image-gallery {
                padding: 0;
                border: 0;
                border-radius: 0;
            }
        }

        .more-views-horizontal {
            .product-image-thumbs {
                .item {
                    padding: 0 3px;

                    a {
                        padding: 0;
                        border: 0;
                        border-radius: 0;
                    }
                }
            }
        }
    }
}
}

.sticky-product {
position: fixed;
top: 0;
left: 0;
width: 100%;
padding: 15px 0;
background-color: #fff;
box-shadow: 0 3px 5px rgba(0, 0, 0, .08);
z-index: 15;

.has-sticky-header {
    top: 46px;
}

> .container {
    position: relative;
}

.sticky-image,
.sticky-detail {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.sticky-detail {
    width: 70%;
}

.sticky-detail .product-name-area {
    display: inline-block;
    margin: 0;
    margin-right: 15px;
    vertical-align: top;

    .product-name {
        margin: 0 0 5px;
        color: #777;
        font-size: 16px;
        font-weight: 600;
        line-height: 25px;
    }
}

.ratings,
.sticky-detail .availability {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 25px;
    vertical-align: top;
}

.ratings .spr-badge-starrating {
    margin: 0 15px 0 0;
}

.price-box {
    margin: 10px 0 5px;

    .price {
        display: inline-block;
        color: #444;
        font-size: 20px;
        font-weight: 600;
        line-height: 1;
        vertical-align: middle;
    }
}

.add-to-cart-clone {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -19px;
}
}

.product_view_fullwidth_carousel {
.product-view {

    .product-img-box,
    .product-shop {
        margin-bottom: 0;
    }

    .product-shop-wrapper {
        position: relative;
    }

    .product-img-box {
        .product-img-list {
            .product-image-list {
                position: relative;
            }

            @media (min-width: 768px) {
                .active + .active .item {
                    position: relative;

                    ::before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0, 0, 0, .07);
                        content: '';
                        z-index: 1;
                    }
                }

                .active + .active + .active .item::before {
                    display: none;
                }
            }

            .owl-nav {
                opacity: 1;

                .owl-prev,
                .owl-next {
                    position: absolute;
                    top: 50%;
                    right: auto;
                    left: 10px;
                    padding: 0;
                    transform: translateY(-50%);
                    border-radius: 0;
                    color: #222;
                    font-size: 40px;
                    line-height: 40px;
                    text-align: center;
                    opacity: 1;
                }

                .owl-next {
                    right: 10px;
                    left: auto;
                }
            }

            :hover {
                .owl-nav {
                    opacity: 1;
                }
            }
        }
    }

    .prev-next-products {
        margin-top: 5px;

        @media (max-width: 991px) {
            display: none;
        }
    }

    .top-right {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;

        @media (max-width: 991px) {
            position: relative;
        }
    }

    .product-name {
        h1 {
            margin-top: 20px;

            @media (min-width: 992px) {
                padding-right: 300px;
            }

            a {
                @media (min-width: 992px) {
                    font-size: 38px;
                }
            }
        }
    }

    .addthis_toolbox {
        margin-top: 2px;
        margin-left: 15px;
        float: right;

        @media (max-width: 991px) {
            margin: 10px 0 5px;
            float: none;
        }
    }

    .product-type-data {
        display: inline-block;
        margin: 15px 0 10px;

        @media (max-width: 991px) {
            display: block;
        }

        .price-box .price {
            font-size: 30px;
            font-weight: 600;
        }

        .price_compare {
            margin-right: 10px;
            font-size: 30px;
            font-weight: 600;
        }
    }

    .porto-custom-block {
        margin-top: 10px;
        padding: 0;
        float: right;
        border-bottom: 0;
    }

    .middle-product-detail {
        padding-bottom: 21px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
    }

    .short-description {
        padding: 25px 0 19px;
        border-bottom: 0;
    }

    .product-inventory {
        margin: 0;
    }

    .product-type-main {
        text-align: right;
        padding-top: 20px;

        @media (max-width: 991px) {
            text-align: left;
        }
    }

    .product-options {
        display: inline-block;
        margin: 0;
        border: 0;
        vertical-align: middle;

        .swatch {
            display: inline-block;
            margin-right: 20px;
            margin-bottom: 20px;
            vertical-align: middle;

            .header {
                @media (min-width: 992px) {
                    min-width: auto;
                    margin-right: 18px;
                }
            }
        }
    }

    .product-options-bottom {
        display: inline-block;
        margin-top: 0;
        border: 0;
        vertical-align: middle;

        label.qty {
            display: inline-block;
            margin: 0 15px 20px 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            text-transform: uppercase;
            vertical-align: middle;

            @media (max-width: 480px) {
                min-width: 56px;
            }
        }

        .add-to-cart-box .input-box {
            margin-right: 15px;

            input {
                font-size: 13px;
            }
        }
    }

    .product-collateral {
        margin-top: 30px;
    }

    .shopify-payment-button {
        display: inline-block;
        min-width: 150px;
        margin-top: 0;
        margin-left: 10px;
        padding-right: 0;

        @media (max-width: 767px) {
            display: block;
            margin: 20px 0 0;
        }
    }
}
}

.product-view-fullwidth {
.product-img-box {
    position: relative;
}

.product-view {
    .fullwidth-row {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body: not(.full-width)  {

        .product-essential,
        .products-related {
            padding-right: 15px;
            padding-left: 15px;
        }
    }

    .product-img-box {
        .product-img-list {
            position: relative;
        }

        .product-image.product-image-verticle {
            display: block;
            width: 100%;
            padding-left: 0;

            .product-image-gallery {
                padding: 0;
                border: 0;
                border-radius: 0;
            }

            img {
                max-height: 100%;
            }
        }

        .more-views-verticle {
            display: inline-block;
            position: absolute;
            top: 30px;
            left: 30px;
            z-index: 3;

            @media (max-width: 767px) {
                top: 15px;
                left: 15px;
            }

            .media-list {
                .verticl-carousel a {
                    margin-bottom: 10px;
                    padding: 0;
                    border: 1px solid rgba(0, 0, 0, .1);
                    border-radius: 0;
                    background-color: rgba(244, 244, 244, .5);
                }
            }
        }
    }

    .product-name h1 {
        padding-bottom: 5px;

        a {
            color: #21293c;
            font-size: 40px;
            line-height: 1;

            @media (max-width: 1680px) {
                font-size: 30px;
            }
        }
    }

    .product-shop {
        .review-product-details {
            margin-bottom: 10px;
        }

        .product-inventory {
            margin: 0;
        }
    }

    .porto-custom-block {
        margin-bottom: 18px;
        padding: 0 0 3px;
        border-bottom: 0;

        .item {
            margin-right: 20px;
            margin-bottom: 20px;
            padding: .8em 2em;
            float: none;
            background: #fff;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);

            h3 {
                margin: 0;
                color: #2e3539;
                font-size: 12px;
                font-weight: 600;
                line-height: 17px;
            }
        }
    }

    .product-type-data {
        margin-bottom: 10px;

        .price-box .price {
            font-size: 30px;
            font-weight: 600;
        }
    }

    .short-description {
        padding: 5px 0 0;
        border: 0;
    }

    .middle-product-detail {
        padding-bottom: 5px;
        border: 0;
    }

    .product-options {
        margin-top: 37px;
        border: 0;

        .swatch {
            display: inline-block;
            margin-right: 23px;

            .header {
                min-width: auto;
                margin-right: 18px;

                @media (max-width: 767px) {
                    min-width: 55px;
                }
            }
        }
    }

    .product-options-bottom {
        margin-top: 24px;
        margin-bottom: 25px;
        border: 0;
    }

    .product-collateral {
        margin-top: 40px;
    }

    .product-tabs .tab-content ul.unordered-list {
        padding-left: 0;
    }

    .products-related {
        padding: 41px 50px 36px;
        background-color: #f4f4f4;

        @media (max-width: 1199px) {
            padding: 41px 30px 36px;
        }

        @media (max-width: 575px) {
            padding: 41px 10px 36px;
        }

        h3.title-widget span.inner {
            background-color: #f4f4f4;
        }
    }
}

.zoomContainer {
    display: none !important;
}
}

.product_view_grid_image {
.product-view {
    .product-image-grid {
        position: relative;
        margin-bottom: 30px;

        img {
            width: 100%;
        }
    }

    .product-type-data {
        .price-box .price {
            display: inline-block;
            font-family: 'Oswald';
            font-size: 25px;
            font-weight: 500;
            line-height: 1;
        }

        .price_compare {
            margin-right: 10px;
            font-family: 'Oswald';
            font-size: 18px;
        }
    }

    .middle-product-detail {
        border: 0;
    }

    .product-options {
        border: 0;

        .swatch {
            display: block;
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        display: block;
        border: 0;
    }

    .porto-custom-block {
        margin: 0;
        padding: 0;
        border-bottom: 0;
        overflow: hidden;

        .item {
            display: inline-block;
            padding-right: 15px;
            text-align: left;
        }
    }
}
}

.clear-both {
clear: both;
}

.product-view-sticky-left-right {
.product-view {
    .product-essential > div.row {
        margin: 0 -10px;

        > .product-shop,
        > .product-img-box {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    .product-summary-before {
        margin-bottom: 17px;
    }

    .product-name {
        margin-right: 20px;
        float: left;

        @media (max-width: 1199px) {
            max-width: 450px;
        }

        @media (max-width: 767px) {
            max-width: 277px;
        }

        h1 {
            margin: 0;

            a {
                @media (min-width: 1200px) {
                    font-size: 32px;
                }
            }
        }
    }

    .prev-next-products {
        position: relative;
        float: left;

        @media (min-width: 1200px) {
            top: 3px;
        }
    }

    .review-product-details {
        clear: both;
    }

    .porto-custom-block {
        display: none;

        .item {
            display: block;
            padding-bottom: 10px;

            i {
                width: auto;
                height: auto;

                ::before {
                    margin: 0;
                }
            }
        }
    }

    .product-options {
        margin-top: 0;
        border: 0;

        .swatch {
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        margin-top: 0;
        border-bottom: 0;

        label.qty {
            display: inline-block !important;
            min-width: 65px;
            margin: 0 4px 20px 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            text-transform: uppercase;
            vertical-align: middle;
        }

        .add-to-cart-box .actions .action-list.wishlist {
            @media (min-width: 992px) and (max-width: 1199px) {
                margin-top: 15px;
                margin-left: 0;
            }
        }
    }

    .product-img-box {
        .product-image-grid {
            margin-bottom: 4px;

            img {
                width: 100%;
            }
        }
    }

    .addthis_toolbox {
        margin-top: 0;
        float: right;

        @media (max-width: 767px) {
            margin: 10px 0;
            float: left;
            clear: both;
        }
    }

    .middle-product-detail {
        border-bottom: 0;
    }
}

.product-shop {
    position: relative;
}
}

.product_view_sticky_right {
.product-view {
    .product-collateral {
        clear: both;
    }

    .product-shop {
        position: relative;
    }

    .product-img-box {
        .product-image-grid {
            margin-bottom: 4px;

            img {
                width: 100%;
            }
        }
    }

    .product-name {
        width: calc(100% - 50px);

        h1 {
            margin: 0;
            padding-bottom: 8px;
            line-height: 30px;
        }
    }

    .prev-next-products {
        position: absolute;
        top: 2px;
        right: 5px;
    }

    .review-product-details {
        margin-bottom: 13px;
    }

    .product-options-bottom {
        border-bottom: 0;
    }

    .porto-custom-block {
        margin-top: 0;
        margin-bottom: 2em;
        padding: 0;
        float: left;
        border-bottom: 0;

        @media (max-width: 767px) {
            margin-top: -20px;
        }

        .item {
            display: inline-block;
            margin-right: 25px;

            i {
                width: auto;
                height: auto;

                ::before {
                    margin: 0;
                }
            }
        }
    }

    .addthis_toolbox {
        margin-top: 0;
        margin-bottom: 2em;
        float: right;

        @media (max-width: 991px) {
            width: 100%;
            float: left;
            clear: both;
        }
    }

    .product-collateral {
        padding-top: 70px;
        padding-bottom: 70px;
        background-color: #f4f4f4;
    }

    .product-tabs {
        > ul {
            li {
                a {
                    @media (min-width: 992px) {
                        margin-right: 0;
                        font-size: 18px;
                    }
                }
            }
        }

        .tab-content {
            background-color: transparent;
        }
    }
}
}

.addthis_toolbox svg {
display: block;
}

.product_view_wide_grid {
.product-view {
    .product-essential > div.row {
        margin: 0 -10px;

        > .product-shop,
        > .product-img-box {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    .prev-next-products {
        position: absolute;
        top: 3px;
        right: 5px;
    }

    .product-name {
        width: calc(100% - 40px);

        h1 {
            margin: 0;
            padding-bottom: 8px;
            line-height: 30px;
        }
    }

    .review-product-details {
        margin-bottom: 13px;
    }

    .middle-product-detail {
        border: 0;
    }

    .porto-custom-block {
        padding: 0 0 10px;
        border-bottom: 0;

        .item {
            display: block;
            margin-right: 20px;
            margin-bottom: 20px;
            padding: .8em 2em;
            background: #fff;
            text-align: center;
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .1);

            h3 {
                margin: 0;
                color: #2e3539;
                font-size: 12px;
                font-weight: 600;
                line-height: 19px;
            }
        }
    }

    .product-options {
        margin-top: 0;
        border: 0;

        .swatch {
            padding-bottom: 25px;
            border-bottom: 1px solid #dae2e6;
        }
    }

    .product-options-bottom {
        margin-top: 0;

        label.qty {
            display: inline-block !important;
            min-width: 65px;
            margin: 0 4px 20px 0;
            color: #21293c;
            font-size: 15px;
            font-weight: 600;
            letter-spacing: .005em;
            text-transform: uppercase;
            vertical-align: middle;
        }
    }
}
}

.product-main .collection-main-banner .category-image img {
width: 100%;
}



/* CONTACT */
  ul.form-list {
li {
margin: 0 0 10px;

label {
    position: relative;
    margin: 0 0 10px;
    float: left;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
    z-index: 0;

    em {
        position: absolute;
        top: 0;
        right: -8px;
        float: right;
        color: #eb340a;
        font-style: normal;
    }
}
}
}

.form-vertical {
.contact-form {
    padding: 20px 0 50px;

    h3 {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 0;
    }
}
}

.content-contact {
padding: 20px 0 50px;

h2.legend {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
}

i {
    width: 43px;
    height: 43px;
    margin-bottom: 15px;
    float: left;
    border-radius: 6px;
    background-color: #3b3b3b;
    color: #fff;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

p {
    margin-bottom: 0;
    margin-left: 55px;
    font-size: 14px;
    line-height: 21px;
}
}

// FOOTER .footer_2 {
.input-group {
position: relative;
width: 100%;
max-width: 400px;
float: left;

input {
    width: 95%;
    max-width: 370px;
    height: 48px;
    margin-bottom: 0;
    padding-right: 105px;
    padding-left: 15px;
    float: left;
    border: 0;
    border-radius: 0;
    background-color: #2c2c2c;
    color: #6b7074;
    font-size: 14px;
}

button {
    width: 120px;
    margin-left: -120px;
    float: left;
    border-left: solid 1px #3b3b3b;
    line-height: 48px;
    text-transform: uppercase;
}
}

.social-icons {
float: right;
}

a {
width: 48px;
height: 48px;
margin-right: 4px;
margin-left: 0;
float: left;
border-radius: 0;
background-color: #33332f;
background-image: none;
color: #fff;
font-size: 18.6px;
line-height: 46px;
text-align: center;
text-indent: 0;
}

.footer-top-inner .block .block-title {
margin-bottom: 13px;
padding-top: 25px;
}

.footer-top-inner {
border-bottom: 1px solid #2c2c2c;
}
}

.footer-middle-2 {
background-color: #000;
}

.box_footer .block-bottom .subcribe {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}

.newslettter .block-subscribe .block-title {
	 margin-bottom: 35px;
	 font-size: 18px;
	 font-weight: 400;
	 letter-spacing: 0.1em;
	 text-transform: uppercase;
}
 .newslettter .block-subscribe .block-title span {
	 color: #000;
}
 .newslettter .block-subscribe form {
	 position: relative;
}
 .newslettter .block-subscribe form .item {
	 position: relative;
}
 .newslettter .block-subscribe form #fc-response {
	 display: block;
	 padding: 8px 0;
	 font-style: italic;
	 font-weight: 400;
}
 .newslettter .block-subscribe form .input-box {
	 margin-right: 200px;
}
 .newslettter .block-subscribe form .input-box input {
	 width: 100%;
	 height: 50px;
	 margin: 0;
	 padding: 0 15px;
	 border: 0;
	 box-shadow: none;
}
 .newslettter .block-subscribe form .actions {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 width: auto;
}
 .newslettter .block-subscribe form .actions .btn-button {
	 height: 50px !important;
	 padding: 0 60px;
	 font-size: 12px;
	 line-height: 50px;
}
 .newslettter .block-subscribe form .actions .btn-button span {
	 font-size: 12px;
	 font-weight: 400;
	 letter-spacing: 1px;
}
 

.newsletterbox .block-subscribe {
	 position: absolute;
	 top: 15%;
	 left: 5%;
	 width: 55%;
	 text-align: center;
}
 .newsletterbox .block-subscribe .block-title {
	 padding-bottom: 25px;
	 color: #333;
	 font-size: 30px;
	 font-weight: 600;
	 letter-spacing: 0.1em;
	 line-height: 30px;
	 text-transform: uppercase;
}
 .newsletterbox .block-subscribe .content {
	 padding-bottom: 18px;
	 color: #555;
	 font-size: 13px;
	 letter-spacing: 0.025em;
	 line-height: 24px;
}
 .newsletterbox .block-subscribe input.input-text {
	 width: 100%;
	 height: 47px;
	 margin-bottom: 10px;
	 border: #c3c2c2 solid 1px;
	 text-align: center;
	 box-shadow: none;
}
 .newsletterbox .block-subscribe #mc-response {
	 display: block;
	 margin-bottom: 10px;
}
 .newsletterbox .block-subscribe .subcriper_label {
	 padding-top: 10px;
}
 .newsletterbox #cboxClose {
	 top: 0;
	 right: 0;
	 bottom: auto;
	 border: 0;
	 background-color: #333;
	 background-position: -10px -60px;
}
 

.footer-wrapper .bestseller .sidebar-content .products-grid .item {
width: 100%;
max-width: 300px;
padding: 0;
float: none;
}

.footer-wrapper .bestseller .sidebar-content {
margin: 0;
padding: 0 !important;
background: none;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area h2.product-name {
display: block;
margin: 0 0 3px;
font-size: 12px;
font-weight: 400;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .price-box .price {
color: #fff;
font-size: 15px;
font-weight: 600;
}

.footer-wrapper .footer-middle .info-footer .bestseller {
margin-top: -10px;
}

.footer-wrapper .bestseller .sidebar-content .products-grid {
padding: 0 !important;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area {
display: inline-block;
position: relative;
width: 100%;
padding: 10px 0 6px;
clear: both;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area {
width: 33%;
padding: 2px !important;
float: left;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area {
width: 66%;
padding: 7px 16px;
float: left;
text-align: left;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .details-area .ratings {
background: none;
}

.footer-wrapper .bestseller .sidebar-content .products-grid .item .item-area .product-image-area a.product-image {
min-height: inherit;
}

@media (min-width: 1200px) {
width: 1170px;
}

.active div.effect-pageLeft {
-webkit-animation: pageLeft 600ms ease both;
animation: pageLeft 600ms ease both;
-webkit-animation-delay: 300ms;
}

@keyframes circlespin {
from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

to {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
}
}

@-webkit-keyframes circlespin {
from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
}
}

@-ms-keyframes circlespin {
from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
}

to {
    transform: rotate(359deg);
    -ms-transform: rotate(359deg);
}
}

@media (min-width: 992px) {
.a-right-sm {
    text-align: right;
}
}

@media (min-width: 768px) {
 .sidebar {
     padding-right: 12px;
}
 .sidebar-product {
     padding-left: 12px;
}
 .collection-content {
     padding-left: 12px;
}
 .template-blog .sidebar {
     padding-left: 12px;
}
 .template-index .header-container.container {
     width: auto !important;
     padding-right: 30px;
     padding-left: 30px;
}
 .template-index .header-container.container .header-right-area {
     right: 0 !important;
}
}


/* CATEGORY PRODUCT */ 
.collection-content {
 order: 1;
}


.col-left {
-ms-flex-order: 0;
order: 0;
}

.col-right {
-ms-flex-order: 2;
order: 2;
}

.collection-main-banner {
display: block;
}

.banner-width {
width: 100%;
}

.mobile-canvas-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all .3s;
background-color: #000;
opacity: 0;
visibility: hidden;
z-index: 100;
filter: alpha(opacity=0);
}
.mobile-canvas-shown{
.block-main-canvas{
right: 0;
}
}
.mobile-canvas-shown {
.block-main-canvas {
    right: 0;

    .canvas-inner {
        display: block;
        height: 100%;
        padding-right: 10px;
        padding-left: 10px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .canvas-icon {
        opacity: 1;
        visibility: visible;

        i: :before {
            font-family: Porto;
            content: '\e82c';
        }
    }
}

.mobile-canvas-overlay {
    opacity: .5;
    visibility: visible;
    filter: alpha(opacity=15);
}

.col-left .block-main-canvas {
    right: auto;
    left: 0;
}

.col-right .block-main-canvas {
    right: 0;
    left: auto;
}

.sidebar .block::before {
    display: none;
}
}


@media (max-width: 991px) {
.col-left .block-main-canvas {
    right: auto;
    left: -260px;
}

.col-right .block-main-canvas {
    right: -260px;
    left: auto;

    .canvas-icon {
        right: auto;
        left: -40px;
        border-right-width: 0;
        border-left-width: 1px;
    }
}

.block-main-canvas {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 260px;
    padding: 0;
    transition: all .3s;
    background-color: #fff;
    z-index: 101;
}
}

// PRODUCT TYPE 1 {
% if settings.style_product_view=='1'%
}

#collection-main,
{
% endif %
}

.product_type_1 {
.category-products {
    .products-grid {
        .item {
            : hover {
                .item-area {
                    .product-image-area {
                        box-shadow: 0 13px 20px -5px rgba(0, 0, 0, .2);
                    }
                }
            }

            .item-area {
                .details-area {
                    .actions {
                        .icon-cart {
                            ::before {
                                content: '\e87f' !important;
                            }
                        }

                        .icon-wishlist {
                            ::before {
                                content: '\e889' !important;
                            }
                        }

                        .btn-cart {
                            display: inline-block;
                            height: 32px;
                            padding: 0 10px 0 5px;
                            border-radius: 5px;
                            font-family: 'Oswald';
                            font-size: 12.5px;
                            font-weight: 400;
                            letter-spacing: .025em;
                            line-height: 28px;
                            text-transform: uppercase;

                            i {
                                display: inline-block;
                                height: 30px;
                                font-size: 17px;
                                line-height: 27px;
                                vertical-align: middle;
                            }

                            span {
                                display: inline-block;
                                height: 30px;
                                line-height: 29px;
                                vertical-align: middle;
                            }
                        }
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #465157;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 21px;
                    }

                    .ratings {
                        background: none;
                    }
                }

                .product-image-area {
                    a.quickview-icon {
                        position: absolute;
                        top: auto;
                        right: 0;
                        bottom: 0;
                        left: 0;
                        height: 46px;
                        background-color: rgba(0, 0, 0, .6);
                        font-family: 'Oswald';
                        font-size: 12.5px;
                        font-weight: 400;
                        letter-spacing: .025em;
                        line-height: 26px;
                        text-align: center;
                        text-transform: uppercase;

                        i {
                            transition: all .3s;
                            opacity: 0;

                            ::before {
                                opacity: 0;
                            }
                        }

                        span {
                            margin-left: -17px;
                            transition: all .3s;
                        }

                        .loading {
                            i {
                                opacity: 1;
                            }

                            span {
                                margin-left: 0;
                            }
                        }
                    }

                    .actions {
                        display: none;
                    }
                }

                :hover {
                    .bottom-home-dailydeal {
                        bottom: 45px;
                    }

                    .product-image-area {
                        a.quickview-icon {
                            opacity: 1;
                            visibility: visible;
                            filter: Alpha(Opacity=100);
                        }
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;

                            .btn-cart {
                                i: :before {
                                    content: '\e87f' !important;
                                }
                            }

                            .link-wishlist {
                                i: :before {
                                    content: '\e889' !important;
                                }
                            }
                        }

                        .quickview-icon {
                            display: inline-block;
                        }
                    }
                }
            }
        }

        .hide-action .item .item-area .product-image-area .actions {
            display: none;
        }
    }
}
}

// PRODUCT TYPE 2 {
% if settings.style_product_view=='2'%
}

#collection-main,
{
% endif %
}

.product_type_2 {
.category-products {
    .products-grid {
        .item.product-layout-list {
            .item-area {
                margin-bottom: 0;
                padding-bottom: 0;

                .details-area {
                    position: static;
                    padding: 0 20px;
                    text-align: left;

                    .actions {
                        position: static;
                        opacity: 1;

                        a.quickview-icon {
                            width: 38px;
                            height: 38px;
                            line-height: 36px;
                        }
                    }

                    .price {
                        margin-bottom: 5px;
                        padding-bottom: 0;
                        border: 0;
                    }
                }
            }
        }

        .item {
            .item-area {
                position: relative;
                margin-bottom: 37px;
                padding-bottom: 100px;
                overflow: hidden;

                .details-area {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    padding: 27px 0 5px;
                    transition: all .3s;
                    background-color: #fff;
                    text-align: center;

                    .product-name {
                        font-size: 16px;
                    }

                    .actions {
                        position: absolute;
                        right: 0;
                        bottom: -55px;
                        left: 0;
                        transition: all .3s;
                        opacity: 0;

                        .select-options {
                            height: 38px;
                            margin: 10px 1px;
                            padding: 0 15px;
                            transition: none;
                            font-family: 'Oswald';
                            font-size: 12px;
                            line-height: 36px;
                            text-transform: uppercase;
                            opacity: 1;
                            visibility: visible;

                            i {
                                display: none;
                            }
                        }

                        .link-wishlist {
                            position: relative;
                            right: 0 !important;
                            width: 38px;
                            height: 38px;
                            transition: none;
                            line-height: 36px;
                            opacity: 1 !important;
                            visibility: visible !important;
                        }

                        .link-compare {
                            position: relative;
                            left: 0 !important;
                            width: 38px;
                            height: 38px;
                            transition: none;
                            line-height: 36px;
                            opacity: 1 !important;
                            visibility: visible !important;
                        }

                        .action-list {
                            form {
                                button {
                                    width: 38px;
                                    height: 38px;
                                    margin: 10px 1px;
                                    padding: 0 8px;
                                    transition: none;
                                    font-family: 'Oswald';
                                    line-height: 36px;
                                    text-transform: uppercase;

                                    span {
                                        display: none;
                                    }

                                    i {
                                        font-size: 20px;
                                        line-height: 32px;

                                        .icon-cart::before {
                                            margin: 0;
                                            content: '\e881';
                                        }
                                    }
                                }

                                .qtyminus {
                                    display: inline-block;
                                    width: 30px;
                                    height: 38px;
                                    margin-top: 10px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    border-right: 0;
                                    color: #e1ddc3;
                                    font-size: 11px;
                                    line-height: 36px;
                                    text-align: center;
                                    cursor: pointer;
                                    vertical-align: middle;
                                }

                                .quantity {
                                    display: inline-block;
                                    width: 35px;
                                    height: 38px;
                                    margin-top: 10px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    line-height: 36px;
                                    text-align: center;
                                    vertical-align: middle;
                                }

                                .qtyplus {
                                    width: 30px;
                                    height: 38px;
                                    margin-top: 10px;
                                    margin-right: 4px;
                                    float: left;
                                    border: solid 1px #e1ddc3;
                                    border-left: 0;
                                    color: #e1ddc3;
                                    font-size: 11px;
                                    line-height: 36px;
                                    text-align: center;
                                    cursor: pointer;
                                }
                            }

                            .product-wishlist {
                                i {
                                    .icon-wishlist: :before {
                                        content: '\e811';
                                    }
                                }
                            }
                        }
                    }

                    .price {
                        margin: 8px 0 0;
                        padding-bottom: 20px;
                        border-bottom: solid 1px #e4e4e4;
                        color: #444;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 1;
                    }
                }

                .product-image-area {
                    .quickview-icon {
                        position: absolute;
                        right: 0;
                        width: 30px;
                        height: 30px;
                        margin: 5px;
                        padding: 5px;
                        background-color: #fff;
                        color: #a19d81;
                        line-height: 23px;
                        opacity: 0;
                        visibility: hidden;
                        z-index: 5;

                        .icon-export::before {
                            font-size: 15px;
                            font-style: initial;
                            content: '\e885';
                        }

                        span {
                            display: none;
                        }
                    }

                    .actions {
                        display: none;
                    }
                }
            }

            :hover {
                .item-area {
                    .details-area {
                        bottom: 52px;

                        .actions {
                            opacity: 1;
                        }
                    }

                    .product-image-area {
                        .quickview-icon {
                            opacity: 1;
                            visibility: visible;
                        }
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;
                            bottom: 82px;
                            left: 0;
                            width: 100%;
                            text-align: center;

                            .action-list {
                                border-radius: 0;
                                background: transparent;

                                form {
                                    button {
                                        width: 38px;
                                        height: 38px;
                                        margin: 10px 1px;
                                        padding: 0 8px;
                                        transition: none;
                                        color: #61605a;
                                        font-family: 'Oswald';
                                        line-height: 36px;
                                        text-transform: uppercase;

                                        span {
                                            display: none;
                                        }

                                        i {
                                            font-size: 20px;
                                            line-height: 32px;

                                            .icon-cart::before {
                                                margin: 0;
                                                content: '\e881';
                                            }
                                        }
                                    }

                                    .qtyminus {
                                        display: inline-block;
                                        width: 30px;
                                        height: 38px;
                                        margin-top: 10px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        border-right: 0;
                                        background-color: #fff;
                                        color: #e1ddc3;
                                        font-size: 11px;
                                        line-height: 36px;
                                        text-align: center;
                                        cursor: pointer;
                                        vertical-align: middle;
                                    }

                                    .quantity {
                                        display: inline-block;
                                        width: 35px;
                                        height: 38px;
                                        margin-top: 10px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        background-color: #fff;
                                        line-height: 36px;
                                        text-align: center;
                                        vertical-align: middle;
                                    }

                                    .qtyplus {
                                        width: 30px;
                                        height: 38px;
                                        margin-top: 10px;
                                        margin-right: 4px;
                                        float: left;
                                        border: solid 1px #e1ddc3;
                                        border-left: 0;
                                        background-color: #fff;
                                        color: #e1ddc3;
                                        font-size: 11px;
                                        line-height: 36px;
                                        text-align: center;
                                        cursor: pointer;
                                    }
                                }

                                .product-wishlist {
                                    i {
                                        .icon-wishlist: :before {
                                            content: '\e811';
                                        }
                                    }
                                }

                                .addtocart .btn-cart {
                                    width: 30px !important;
                                    height: 38px;
                                }

                                a.link-wishlist {
                                    width: 30px;
                                    height: 38px;
                                    line-height: 38px;
                                }
                            }

                            a.quickview {
                                display: none;
                            }

                            i.icon-cart {
                                : :before {
                                    margin: 0;
                                    content: '\e881';
                                }
                            }
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

// PRODUCT TYPE 3 {
% if settings.style_product_view=='3'%
}

#collection-main,
{
% endif %
}

.product_type_3 {
.category-products {
    .products-grid {
        .item {
            .item-area {
                .product-image-area {
                    overflow: visible;

                    .quickview {
                        position: absolute;
                        top: 50%;
                        right: auto;
                        left: 50%;
                        margin-top: -25px;
                        margin-left: -48px;
                        padding: 17px 15px;
                        transition: .1s all;
                        background: #000;
                        color: #fff;
                        font-family: 'Oswald';
                        font-size: 12px;
                        font-weight: 400;
                        letter-spacing: 1px;
                        line-height: 1.4;
                        text-transform: uppercase;
                        opacity: 0;
                        visibility: hidden;
                        z-index: 9;

                        i {
                            transition: all .3s;
                            opacity: 0;

                            ::before {
                                opacity: 0;
                            }
                        }

                        span {
                            margin-left: -17px;
                            transition: all .3s;
                        }

                        .loading {
                            i {
                                opacity: 1;
                            }

                            span {
                                margin-left: 0;
                            }
                        }
                    }

                    .actions {
                        position: absolute;
                        right: 0;
                        bottom: -56px;
                        left: auto;
                        width: auto;
                        padding: 0;
                        transition: opacity .2s;
                        text-align: right;
                        opacity: 1;
                        visibility: visible;

                        .action-list {
                            .addtocart {
                                display: none;
                            }

                            .add-to-links {
                                li a.link-wishlist {
                                    display: inline-block;
                                    width: 32px;
                                    height: 32px;
                                    border: 0;
                                    background-color: transparent;
                                    color: #dfdfdf;
                                    font-size: 17px;
                                    line-height: 32px;
                                    text-align: center;
                                }
                            }
                        }
                    }

                    .bottom-home-dailydeal {
                        bottom: 0;
                    }

                    .product-image {
                        ::after {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            transition: all .3s;
                            background: #000;
                            content: '';
                            opacity: 0;
                            visibility: hidden;
                            z-index: 2;
                        }
                    }
                }

                .details-area {
                    padding-top: 30px;
                    padding-bottom: 10px;
                    text-align: left;

                    .product-name {
                        padding-right: 30px;
                        letter-spacing: .025em;
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #000;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                    }

                    .actions {
                        display: none;
                    }

                    .ratings {
                        background: none;
                    }
                }
            }

            :hover {
                .product-image-area {
                    .product-image {
                        ::after {
                            opacity: .2;
                            visibility: visible;
                        }
                    }

                    .quickview-icon {
                        opacity: 1;
                        visibility: visible;
                    }

                    .actions {
                        .action-list {
                            .add-to-links {
                                li a.link-wishlist {
                                    color: #000;
                                }
                            }
                        }
                    }
                }
            }
        }

        .item.product-layout-list {
            .item-area {
                .details-area {
                    padding: 0 20px;

                    .actions {
                        display: block;

                        .action-list {
                            i.icon-cart {
                                line-height: 27px;
                            }
                        }
                    }
                }

                .product-image-area {

                    .actions,
                    .quickview-icon,
                    .product-image::after {
                        display: none;
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;
                            right: auto;
                            bottom: 10px;
                            left: 10px;
                            z-index: 10;

                            a.quickview {
                                display: none;
                            }
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

// PRODUCT TYPE 4 {
% if settings.style_product_view=='4'%
}

#collection-main,
{
% endif %
}

.product_type_4 {
.category-products {
    .products-grid {
        .item {
            : hover {
                .item-area {
                    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
                }
            }

            .item-area {
                background: #fff;

                .product-image-area {
                    .product-label {
                        right: 10px;
                        left: auto;

                        .onsale span {
                            padding: 4px 10px;
                            border-radius: 12px !important;
                            font-size: .8571em;
                        }
                    }
                }

                .details-area {
                    .actions {
                        .icon-cart {
                            ::before {
                                margin-left: 0;
                                content: '\e87f' !important;
                            }
                        }

                        .icon-wishlist {
                            ::before {
                                content: '\e889' !important;
                            }
                        }

                        .btn-cart {
                            font-family: 'Oswald';
                            letter-spacing: .025em;
                            text-transform: uppercase;

                            i {
                                display: none;
                            }

                            span: :before {
                                display: inline-block;
                                margin-right: 5px;
                                font-family: 'porto';
                                font-size: 17px;
                                content: '\e87f';
                                vertical-align: middle;
                            }
                        }
                    }

                    .price {
                        margin: 10px 0 5px;
                        color: #465157;
                        font-family: 'Oswald';
                        font-size: 18px;
                        font-weight: 400;
                        line-height: 21px;
                    }

                    .ratings {
                        background: none;
                    }
                }

                .product-image-area {
                    .actions {
                        display: none;
                    }
                }
            }
        }

        .move-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: block;

                            i.icon-cart {
                                : :before {
                                    content: '\e87f' !important;
                                }
                            }

                            .icon-wishlist {
                                ::before {
                                    content: '\e889' !important;
                                }
                            }
                        }

                        a.quickview-icon {
                            display: inline-block;
                        }
                    }
                }
            }
        }

        .hide-action {
            .item {
                .item-area {
                    .product-image-area {
                        .actions {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}
}

.custom-block-tab-right {
margin-top: 3px;
padding: 30px 20px 40px;
border: #e4e4e4 solid 1px;
background-color: #fff;

.bestseller .sidebar-content {
    margin: 0;
    padding: 0 !important;
    border: 0;
}

.bestseller .sidebar-content .products-grid .owl-nav div {
    top: 4px;
}

.bestseller .sidebar-content .products-grid .owl-stage-outer .owl-item .item .item-area .details-area h2.product-name {
    color: #7a7d82;
    font-size: 14px;
    font-weight: 600;
}
}

.collection_banner .collection-banner-ct {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
}

.collection_banner .collection-banner-ct .banner-ct-area span.text {
position: absolute;
top: 32%;
left: 17%;
}

.collection_banner .collection-banner-ct .banner-ct-area {
position: relative;
height: 100%;
}

.collection_banner .collection-banner-ct .banner-ct-area span.text div > span {
color: #fff;
font-family: 'Oswald';
font-size: 60px;
font-weight: 400;
line-height: 1;
text-transform: uppercase;
}



.products-spacing-3 {
margin: 0 -3px;

.product {
    padding-right: 3px;
    padding-left: 3px;
}
}

.products-spacing-6 {
margin: 0 -6px;

.product {
    padding-right: 6px;
    padding-left: 6px;
}
}

.products-spacing-8 {
margin: 0 -8px;

.product {
    padding-right: 8px;
    padding-left: 8px;
}
}

.products-spacing-10 {
margin: 0 -10px;

.product {
    padding-right: 10px;
    padding-left: 10px;
}
}

.products-spacing-15 {
margin: 0 -15px;

.product {
    padding-right: 15px;
    padding-left: 15px;
}
}

.products-spacing-20 {
margin: 0 -20px;

.product {
    padding-right: 20px;
    padding-left: 20px;
}
}

.products-spacing-25 {
margin: 0 -25px;

.product {
    padding-right: 25px;
    padding-left: 25px;
}
}

.products-spacing-30 {
margin: 0 -30px;

.product {
    padding-right: 30px;
    padding-left: 30px;
}
}

.main-navigation .top-navigation .level0:hover > .menu-wrap-sub {
display: none;
}

.main-navigation .top-navigation .level0.active:hover > .menu-wrap-sub {
display: block;
}

.sticky-header .main-navigation .top-navigation .level0:hover > .menu-wrap-sub {
display: block;
}

.blueButton {
-moz-box-shadow: 3px 4px 0px 0px #d4d4d4;
-webkit-box-shadow: 3px 4px 0px 0px #d4d4d4;
box-shadow: 3px 4px 0px 0px #d4d4d4;
background-color: #0088cc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #337bc4;
display: inline-block;
cursor: pointer;
color: #ffffff;
font-family: Arial;
font-size: 17px;
font-weight: bold;
padding: 12px 44px;
text-decoration: none;
text-shadow: 0px 1px 0px #528ecc;
}

.blueButton:hover {
background-color: #000000;
}

.blueButton:active {
position: relative;
top: 1px;
}

div.header-menu-style-background_new .top-navigation li.level0 ul li a {
white-space: normal;
}

div#filter-products-1495910690215 {
margin-top: -70px;
}

/*
@media only screen and (min-width : 1025px){
div#shopify-section-1495910651897 {
width: 50%;
float: left;
padding: 0 2%;
background: #f7f7f7!important;
}

div#shopify-section-1495910690215 {
width: 50%;
float: left;
padding: 0 2%;
background: #f7f7f7!important;
}
div#shopify-section-1495910724011 {
float: left;
width: 100%;
}
}
*/
/* ccs Edits Done By Dante
*/
.header-menu-style-default .top-navigation li.level0 ul li a {
text-transform: capitalize !important;
}

div.gallery {
border: 1px solid #ccc;
}

div.gallery:hover {
border: 1px solid #777;
}

div.gallery img {
width: 100%;
height: auto;
}

div.desc {
padding: 15px;
text-align: center;
}

.responsive {
padding: 0 6px;
float: left;
width: 24.99999%;
}

@media only screen and (max-width: 700px) {
.responsive {
    width: 49.99999%;
    margin: 6px 0;
}
}

@media only screen and (max-width: 500px) {
.responsive {
    width: 100%;
}
}

.clearfix:after {
content: "";
display: table;
clear: both;
}

//* ======================*/
/ .icon-cart {
font-size: 18px;

::before {
    content: '\e87f';
}
}

.product-view {
.product-img-box {

    .product-image .product-image-gallery,
    .more-views-horizontal .product-image-thumbs .item a {
        padding: 0;
    }

    .more-views-verticle {
        .media-list {
            .verticl-carousel {
                a {
                    padding: 0;

                    .disable_radius  {
                        border-radius: 0;
                    }
                }
            }
        }
    }

    .more-views-horizontal {
        .product-image-thumbs {
            .item {
                a {
                    img {
                        padding: 0;

                        .disable_radius  {
                            border-radius: 0;
                        }
                    }
                }
            }
        }
    }
}

.product-shop {
    .bottom-home-dailydeal {
        .title {
            color: #7b858a;
            font-size: 14px;
        }
    }

    .review-product-details {
        margin-bottom: 13px;

        .spr-badge-caption {
            display: inline-block;
            margin: 0;
            margin-left: 12px;
            color: #bdbdbd !important;
            font-size: 14px;
            line-height: 20px;
            vertical-align: text-top;
        }
    }

    .product-type,
    .product-vendor {
        label {
            color: #7b858a;
            font-size: 14px;
        }
    }

    .product-sku {
        color: #7b858a;
        font-size: 14px;
    }

    .product-inventory {
        margin: 0;
        color: #7b858a;
        font-size: 14px;
        font-weight: 400;
    }

    .shopify-payment-button {
        margin-bottom: 20px;
        padding-right: 27px;

        .shopify-payment-button__button {
            border-radius: 0;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .shopify-payment-button__more-options {
            display: none;
        }
    }
}

.prev-next-products {
    .product-nav {
        .product-pop {
            min-width: 100px;
            margin-top: 7px;
            padding: 10px 5px;
        }
    }

    a {
        color: #21293c;
        font-size: 22px;
        line-height: 23px;

        i: :before {
            margin: 0;
        }
    }
}

.product-name {
    h1 {
        margin: 0;
        padding: 0 0 8px;
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;

        a {
            color: #21293c;
            font-size: 25px;
            font-weight: 600;
            letter-spacing: -.01em;
        }
    }
}

.short-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    .item {
        display: inline-block;
        padding: 0 10px;
        border-left: 1px solid #e6e6e6;
        text-align: left;

        :first-child {
            padding-left: 0;
            border-left: 0;
        }

        i {
            display: inline-block;
            color: #c8c29d;
            font-size: 34px;
            vertical-align: middle;
        }

        .text-area {
            display: inline-block;
            margin-left: 5px;
            text-align: left;
            vertical-align: middle;

            h3 {
                color: #7a7d82;
                font-size: 14px;
                font-weight: 400;
            }
        }
    }
}

.porto-custom-block {
    padding: 23px 0 25px;
    border-bottom: solid 1px #e6e6e6;

    @media(max-width: 991px) {
        float: none;
        margin-top: 15px;
    }

    .item {
        display: inline-block;

        @media(max-width: 767px) {
            display: block;
            width: 100%;
            padding-top: 15px;
        }

        i {
            width: 50px;
            height: 50px;
            margin-right: 10px;
            float: left;
            border: 0;
            border-radius: 50%;
            color: #0088cc;
            font-size: 40px;
            line-height: 48px;
            text-align: center;
        }

        h3 {
            margin-left: 65px;
            color: #6b7a83;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: .005em;
            line-height: 20px;
        }
    }
}

.short-description {
    padding: 0;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 27px;
}

.product-type-data {
    .price-box {
        .price {
            margin-left: 0;
            color: #3b3b3b;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
        }
    }
}

.middle-product-detail {
    border: 0;
}

.product-options {
    margin: 25px 0 0;
    border: 0;
}

.product-options-bottom {
    .add-to-cart-box {
        .input-box {
            -ms-flex-pack: center;
            justify-content: center;
            width: 104px;

            input {
                width: calc(100% - 58px);
                height: 43px;
                margin: 0;
                font-family: 'Oswald';
            }

            .plus-minus {
                .items {
                    i {
                        width: 100%;
                        height: 100%;
                        border: 0;
                        color: #8798a2;
                        font-size: 11px;
                        line-height: 41px;
                    }
                }

                .increase,
                .reduced {
                    position: absolute;
                    top: 0;
                    width: 30px;
                    height: 43px;
                    border: solid 1px #dae2e6;
                    font-size: 11px;
                    line-height: 41px;
                }

                .increase {
                    right: 0;
                }

                .reduced {
                    left: 0;
                }
            }
        }

        .button-wrapper {
            position: relative;

            .button-wrapper-content {
                i {
                    font-size: 18px;
                    line-height: 43px;
                }

                .btn-cart {
                    height: 43px;
                    font-family: 'Oswald';
                    font-size: 14px;
                    font-weight: 400;
                    letter-spacing: .05em;
                    line-height: 43px;
                    text-transform: uppercase;
                }
            }
        }
    }
}

.product-collateral {
    margin-top: 0;
}

.nav {
    bottom: 0;

    .nav-item {
        margin-bottom: -2px;
        padding: 12px 15px 0 15px;

        :first-child {
            padding-left: 0;
        }
    }

    .nav-link {
        padding: 12px 0;
        border: 0;
        border-bottom: 2px solid transparent;
        font: 700 14px / 1 'Oswald', sans-serif;
        letter-spacing: .1px;
        text-transform: uppercase;
    }
}

.product-tabs {
    .vertical {
        > ul {
            li {
                margin-bottom: 0;
                padding-right: 0;
                border-top: none !important;
                border-right: 0;
                border-left-width: 0;
                border-radius: 0;

                a {
                    display: inline-block;
                    min-width: auto;
                    margin-bottom: -1px;
                    padding-top: 12px;
                    padding-bottom: 12px;
                    border-bottom: 2px solid transparent;
                }
            }
        }

        .tab-content {
            padding-top: 0;
            border: 0;
        }

        .nav-item + .nav-item {
            padding-left: 0;
        }
    }

    .horizontal,
    .sticky {
        .nav {
            border-bottom: solid 2px #dae2e6;
        }
    }

    > ul {
        overflow: visible;

        li {
            border: 0;
            background: none;

            a {
                color: #818692;

                :hover {
                    text-decoration: inherit;
                }
            }
        }
    }

    .tab-content {
        min-height: 300px;
        padding: 20px 0;
        border: 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .005em;
        line-height: 27px;
        box-shadow: none;

        ul li {
            line-height: 36px;
        }

        .product-tabs-content-inner p {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: .005em;
            line-height: 27px;
        }
    }
}

.actions .add-to-links li {

    a.link-wishlist,
    a.link-compare {
        width: 43px;
        height: 43px;
        margin-left: 3px !important;
        line-height: 41px;
    }
}
}


/*.category-products .products-grid .item .item-area .details-area .price{color:#2b2b2d;font-family:'Oswald';font-size:18px;font-weight:400;letter-spacing:.005em}
/*============================animated.css============================*/
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s
}

@-webkit-keyframes bounce {

20%,
53%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

@keyframes bounce {

20%,
53%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    animation-timing-function: cubic-bezier(.755, .050, .855, .060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}
}

.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom
}

@-webkit-keyframes flash {

50%,
from,
to {
    opacity: 1
}

25%,
75% {
    opacity: 0
}
}

@keyframes flash {

50%,
from,
to {
    opacity: 1
}

25%,
75% {
    opacity: 0
}
}

.flash {
-webkit-animation-name: flash;
animation-name: flash
}

@-webkit-keyframes pulse {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}
}

@keyframes pulse {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
}
}

.pulse {
-webkit-animation-name: pulse;
animation-name: pulse
}

@-webkit-keyframes rubberBand {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
}

40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
}

50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
}

65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}

75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
}

@keyframes rubberBand {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
}

40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
}

50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1)
}

65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1)
}

75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1)
}
}

.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand
}

@-webkit-keyframes shake {

from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
}

@keyframes shake {

from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}
}

.shake {
-webkit-animation-name: shake;
animation-name: shake
}

@-webkit-keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
}

18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
}

31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
}

43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
}

50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
}

@keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
}

18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
}

31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
}

43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
}

50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
}

.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake
}

@-webkit-keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
}

40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
}

60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
}

80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
}

to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}
}

@keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg)
}

40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg)
}

60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg)
}

80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg)
}

to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg)
}
}

.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing
}

@-webkit-keyframes tada {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

10%,
20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}

40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}

@keyframes tada {

from,
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

10%,
20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
}

30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
}

40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
}
}

.tada {
-webkit-animation-name: tada;
animation-name: tada
}

@-webkit-keyframes wobble {

from,
to {
    -webkit-transform: none;
    transform: none
}

15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}

30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}

45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}

60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}

75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}

@keyframes wobble {

from,
to {
    -webkit-transform: none;
    transform: none
}

15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
}

30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
}

45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
}

60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
}

75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
}
}

.wobble {
-webkit-animation-name: wobble;
animation-name: wobble
}

@-webkit-keyframes jello {

11.1%,
from,
to {
    -webkit-transform: none;
    transform: none
}

22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
}

33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
}

44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
}

55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
}

66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
}

77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
}

88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}

@keyframes jello {

11.1%,
from,
to {
    -webkit-transform: none;
    transform: none
}

22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
}

33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
}

44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
}

55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
}

66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
}

77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
}

88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
}
}

.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center
}

@-webkit-keyframes bounceIn {

20%,
40%,
60%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}

to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

@keyframes bounceIn {

20%,
40%,
60%,
80%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03)
}

80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97)
}

to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
}

.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInDown {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
}

75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInLeft {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@keyframes bounceInRight {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
}

75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes bounceInUp {

60%,
75%,
90%,
from,
to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
}

60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
}

@keyframes bounceOut {
20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9)
}

50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}
}

.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

@keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

@keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

@keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

@keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}



@-webkit-keyframes fadeOutDown {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

@keyframes fadeOutDown {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

@keyframes fadeOutDownBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
}
}

.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

@keyframes fadeOutLeft {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

@keyframes fadeOutLeftBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0)
}
}

.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

@keyframes fadeOutRight {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

@keyframes fadeOutRightBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0)
}
}

.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@keyframes fadeOutUp {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

@keyframes fadeOutUpBig {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
}
}

.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
}

@keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}
}

.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip
}

@-webkit-keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX
}

.flipInY,
.flipOutX {
-webkit-backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

@keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
}

40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1
}

80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
}

to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}
}

.flipInY {
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY
}

@-webkit-keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
}
}

@keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0
}
}

.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
}
}

@keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
}

30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1
}

to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0
}
}

.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
}

60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
}

80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
}

to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0
}

60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
}

80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
}

to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
from {
    opacity: 1
}

to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
}
}

@keyframes lightSpeedOut {
from {
    opacity: 1
}

to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0
}
}

.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

@keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
}
}

.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
}
}

@keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0
}
}

.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}
}

@keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0
}
}

.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

@keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

@keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0
}
}

.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
}
}

@keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
}

to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0
}
}

.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
}
}

@keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
}

to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
}
}

.hinge {
-webkit-animation-name: hinge;
animation-name: hinge
}

@-webkit-keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

@keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}
}

.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn
}

@-webkit-keyframes rollOut {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}

@keyframes rollOut {
from {
    opacity: 1
}

to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
}
}

.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut
}

@-webkit-keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

50% {
    opacity: 1
}
}

@keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

50% {
    opacity: 1
}
}

.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
from {
    opacity: 1
}

50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

to {
    opacity: 0
}
}

@keyframes zoomOut {
from {
    opacity: 1
}

50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
}

to {
    opacity: 0
}
}

.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}
}

@keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center
}
}

.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}
}

@keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}

to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center
}
}

.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

@keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
}

to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}

.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

@keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}
}

.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

@keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
}

.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

@keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
}

.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp
}

.animate-spin {
-moz-animation: spin 1s infinite linear;
-o-animation: spin 1s infinite linear;
-webkit-animation: spin 1s infinite linear;
animation: spin 1s infinite linear;
display: inline-block
}

@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-webkit-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-o-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@-ms-keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@keyframes spin {
0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
}
}

@keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@-webkit-keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg)
}
}

@keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@-webkit-keyframes fadeIn {
from {
    opacity: 0
}

to {
    opacity: 1
}
}

@keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@-webkit-keyframes fadeOut {
from {
    opacity: 1
}

to {
    opacity: 0
}
}

@keyframes fadeInLeft {
from {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInLeft {
from {
    -webkit-transform: translate3d(-50px, 0, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes fadeInLeftShort {
from {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInLeftShort {
from {
    -webkit-transform: translate3d(-20px, 0, 0)
}

to {
    -webkit-transform: none
}
}

@-webkit-keyframes fadeOutLeft {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(-50px, 0, 0)
}
}

@keyframes fadeOutLeft {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}
}

@-webkit-keyframes fadeOutLeftShort {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(-20px, 0, 0)
}
}

@keyframes fadeOutLeftShort {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}
}

@keyframes fadeOutRight {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0)
}
}

@-webkit-keyframes fadeOutRight {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(50px, 0, 0)
}
}

@keyframes fadeInBottomShort {
from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes fadeInBottomShort {
from {
    -webkit-transform: translate3d(0, 20px, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes show-element-long-from-bottom {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes show-element-long-from-bottom {
from {
    -webkit-transform: translate3d(0, 100%, 0)
}

to {
    -webkit-transform: none
}
}

@-webkit-keyframes show-element-long-to-bottom {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(0, 100%, 0)
}
}

@keyframes show-element-from-top {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

to {
    -webkit-transform: none;
    transform: none
}
}

@-webkit-keyframes show-element-from-top {
from {
    -webkit-transform: translate3d(0, -100%, 0)
}

to {
    -webkit-transform: none
}
}

@keyframes show-element-long-to-top {
from {
    -webkit-transform: none;
    transform: none
}

to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
}

@-webkit-keyframes show-element-long-to-top {
from {
    -webkit-transform: none
}

to {
    -webkit-transform: translate3d(0, -100%, 0)
}
}

@keyframes prev-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0)
}
}

@-webkit-keyframes prev-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(-3px, 0, 0)
}
}

@keyframes next-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(-3px, 0, 0);
    transform: translate3d(-3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0)
}
}

@-webkit-keyframes next-animate {
25% {
    -webkit-transform: translate3d(0, 0, 0)
}

50% {
    -webkit-transform: translate3d(-3px, 0, 0)
}

75% {
    -webkit-transform: translate3d(3px, 0, 0)
}
}

@keyframes menu-in-top {
from {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-top {
from {
    -webkit-transform: translate3d(0, -15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-top {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
}
}

@-webkit-keyframes menu-to-top {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, -15px, 0)
}
}

@keyframes menu-in-bottom {
from {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-bottom {
from {
    -webkit-transform: translate3d(0, 15px, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-bottom {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0)
}
}

@-webkit-keyframes menu-to-bottom {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 15px, 0)
}
}

@keyframes menu-in-left {
from {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}

@-webkit-keyframes menu-in-left {
from {
    -webkit-transform: translate3d(-15px, 0, 0)
}

to {
    -webkit-transform: translate3d(0, 0, 0)
}
}

@keyframes menu-to-right {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}
}

@-webkit-keyframes menu-to-right {
from {
    -webkit-transform: translate3d(0, 0, 0)
}

to {
    -webkit-transform: translate3d(15px, 0, 0)
}
}

@keyframes fade-in-loader {
from {
    opacity: 0
}

to {
    opacity: .8
}
}

@-webkit-keyframes fade-in-loader {
from {
    opacity: 0
}

to {
    opacity: .8
}
}

@keyframes fadeInTooltip {
from {
    opacity: 0
}

to {
    opacity: .9
}
}

@-webkit-keyframes fadeInTooltip {
from {
    opacity: 0
}

to {
    opacity: .9
}
}
.no-padding {
padding-left: 0 !important;
padding-right: 0 !important
}

.row.no-padding, .vc_row.no-padding>.container>.row {
margin-left: 0;
margin-right: 0
}

.row.no-padding>.vc_column_container, .vc_row.no-padding>.container>.row>.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_row-no-padding {
padding-left: 0 !important;
padding-right: 0 !important
}

.vc_row.wpb_row {
margin-bottom: 0
}

.vc_row.wpb_row.vc_row-no-padding>.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_row.section-with-divider {
overflow: visible
}

.vc_row:not(.row) {
margin-left: 0;
margin-right: 0
}

.vc_row.vc_row-no-padding .vc_column-inner {
padding-left: 0;
padding-right: 0
}

.vc_row[data-vc-full-width] {
transition: opacity 0.5s ease;
overflow: hidden
}

@media screen and (prefers-reduced-motion: reduce) {
.vc_row[data-vc-full-width] {
    transition: none
}
}

.vc_row[data-vc-full-width].vc_hidden {
opacity: 0
}

.vc_row .vc_column_container>.wpb_wrapper.vc_column-inner {
padding: 0
}

.vc_row-no-padding .vc_inner {
margin-left: 0;
margin-right: 0
}

.vc_row.vc_row-o-full-height {
min-height: 100vh
}

.vc_row.vc_row-flex {
box-sizing: border-box;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}

.vc_row.vc_row-flex>.vc_column_container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
z-index: 1
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
    min-height: 1em
}
}

.vc_row.vc_row-flex::before, .vc_row.vc_row-flex::after {
display: none
}

.vc_row.vc_row-o-columns-stretch {
-webkit-align-content: stretch;
-ms-flex-line-pack: stretch;
align-content: stretch
}

.vc_row.vc_row-o-columns-top {
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start
}

.vc_row.vc_row-o-columns-bottom {
-webkit-align-content: flex-end;
-ms-flex-line-pack: end;
align-content: flex-end
}

.vc_row.vc_row-o-columns-middle {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center
}

.vc_row.vc_row-o-columns-top::after, .vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after {
content: '';
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
display: block
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
-webkit-box-align: stretch;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: end;
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center
}

.vc_column-inner::before, .vc_column-inner::after {
content: " ";
display: table
}

.vc_column-inner::after {
clear: both
}

.vc_ie-flexbox-fixer {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column
}

.vc_ie-flexbox-fixer>.vc_row {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}

.vc_row.vc_column-gap-1 {
margin-left: -15.5px;
margin-right: -15.5px
}

.vc_row.vc_column-gap-1>.vc_column_container {
padding: 0.5
}

.vc_row.vc_column-gap-2 {
margin-left: -16px;
margin-right: -16px
}

.vc_row.vc_column-gap-2>.vc_column_container {
padding: 1
}

.vc_row.vc_column-gap-3 {
margin-left: -16.5px;
margin-right: -16.5px
}

.vc_row.vc_column-gap-3>.vc_column_container {
padding: 1.5
}

.vc_row.vc_column-gap-4 {
margin-left: -17px;
margin-right: -17px
}

.vc_row.vc_column-gap-4>.vc_column_container {
padding: 2
}

.vc_row.vc_column-gap-5 {
margin-left: -17.5px;
margin-right: -17.5px
}

.vc_row.vc_column-gap-5>.vc_column_container {
padding: 2.5
}

.vc_row.vc_column-gap-10 {
margin-left: -20px;
margin-right: -20px
}

.vc_row.vc_column-gap-10>.vc_column_container {
padding: 5px;
}

.vc_row.vc_column-gap-15 {
margin-left: -22.5px;
margin-right: -22.5px
}

.vc_row.vc_column-gap-15>.vc_column_container {
padding: 7.5
}

.vc_row.vc_column-gap-20 {
margin-left: -25px;
margin-right: -25px
}

.vc_row.vc_column-gap-20>.vc_column_container {
padding: 10
}

.vc_row.vc_column-gap-25 {
margin-left: -27.5px;
margin-right: -27.5px
}

.vc_row.vc_column-gap-25>.vc_column_container {
padding: 12.5
}

.vc_row.vc_column-gap-30 {
margin-left: -30px;
margin-right: -30px
}

.vc_row.vc_column-gap-30>.vc_column_container {
padding: 15
}

.vc_row.vc_column-gap-35 {
margin-left: -32.5px;
margin-right: -32.5px
}

.vc_row.vc_column-gap-35>.vc_column_container {
padding: 17.5
}

.vc_column_container {
padding-left: 0;
padding-right: 0
}

.vc_column_container>.vc_column-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%
}

.vc_column_container>.wpb_wrapper.vc_column-inner {
padding: 0
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_col-has-fill>.vc_column-inner {
padding-top: 35px
}

.wpb_single_image.vc_align_center {
text-align: center;
}

@media (min-width: 768px) {
.vc_row-o-full-height>.container>.row, .vc_row-o-equal-height>.container>.row>.vc_column_container>.vc_column-inner {
    height: 100%
}
}

/*Bootstrap v4.1.3*/
*/:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
--danger: #dc3545;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
--breakpoint-sm: 576px;
--breakpoint-md: 768px;
--breakpoint-lg: 992px;
--breakpoint-xl: 1200px;
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@-ms-viewport {
width: device-width
}

[tabindex="-1"]:focus {
outline: 0 !important
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
abbr[data-original-title], abbr[title] {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
cursor: help;
border-bottom: 0
}
dt {
font-weight: 700
}

dd {
margin-bottom: .5rem;
margin-left: 0
}

blockquote {
margin: 0 0 1rem
}

dfn {
font-style: italic
}
small {
font-size: 80%
}

sub, sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline
}

sub {
bottom: -.25em
}

sup {
top: -.5em
}
a:hover {
color: #0056b3;
text-decoration: underline
}

a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
color: inherit;
text-decoration: none
}

a:not([href]):not([tabindex]):focus {
outline: 0
}

code, kbd, pre, samp {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
font-size: 1em
}

pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
-ms-overflow-style: scrollbar
}

figure {
margin: 0 0 1rem
}

svg {
overflow: hidden;
vertical-align: middle
}

table {
border-collapse: collapse
}

caption {
padding-top: .75rem;
padding-bottom: .75rem;
color: #6c757d;
text-align: left;
caption-side: bottom
}

th {
text-align: inherit
}

label {
display: inline-block;
margin-bottom: .5rem
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
padding: 0;
border-style: none
}

input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
-webkit-appearance: listbox
}

textarea {
overflow: auto;
resize: vertical
}

fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0
}

legend {
display: block;
width: 100%;
max-width: 100%;
padding: 0;
margin-bottom: .5rem;
font-size: 1.5rem;
line-height: inherit;
color: inherit;
white-space: normal
}

progress {
vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height: auto
}

[type=search] {
outline-offset: -2px;
-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance: none
}

::-webkit-file-upload-button {
font: inherit;
-webkit-appearance: button
}

output {
display: inline-block
}

summary {
display: list-item;
cursor: pointer
}
.h1, h1 {
font-size: 2.5rem
}
.h4, h4 {
font-size: 1.5rem
}

.h5, h5 {
font-size: 1.25rem
}

.h6, h6 {
font-size: 1rem
}

.lead {
font-size: 1.25rem;
font-weight: 300
}

hr {
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, .1)
}

.small, small {
font-size: 80%;
font-weight: 400
}

.mark, mark {
padding: .2em;
background-color: #fcf8e3
}

.list-unstyled {
padding-left: 0;
list-style: none
}

.list-inline {
padding-left: 0;
list-style: none
}

.list-inline-item {
display: inline-block
}

.list-inline-item:not(:last-child) {
margin-right: .5rem
}

.figure {
display: inline-block
}

.figure-img {
margin-bottom: .5rem;
line-height: 1
}

.figure-caption {
font-size: 90%;
color: #6c757d
}

code {
font-size: 87.5%;
color: #e83e8c;
word-break: break-word
}

a>code {
color: inherit
}

kbd {
padding: .2rem .4rem;
font-size: 87.5%;
color: #fff;
background-color: #212529;
border-radius: .2rem
}

kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700
}

pre {
display: block;
font-size: 87.5%;
color: #212529
}

pre code {
font-size: inherit;
color: inherit;
word-break: normal
}

.container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto
}

.no-gutters {
margin-right: 0;
margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*=col-] {
padding-right: 0;
padding-left: 0
}

/*.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px
}
*/
.col {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%
}

.col-auto {
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: auto;
max-width: none
}

.col-1 {
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%
}

.col-2 {
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%
}

.col-3 {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%
}

.col-4 {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%
}

.col-5 {
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%
}

.col-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}

.col-7 {
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%
}

.col-8 {
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%
}

.col-9 {
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%
}

.col-10 {
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%
}

.col-11 {
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%
}

.col-12 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}

.order-first {
-ms-flex-order: -1;
order: -1
}

.order-last {
-ms-flex-order: 13;
order: 13
}

.order-0 {
-ms-flex-order: 0;
order: 0
}

.order-1 {
-ms-flex-order: 1;
order: 1
}

.order-2 {
-ms-flex-order: 2;
order: 2
}

.order-3 {
-ms-flex-order: 3;
order: 3
}

.order-4 {
-ms-flex-order: 4;
order: 4
}

.order-5 {
-ms-flex-order: 5;
order: 5
}

.order-6 {
-ms-flex-order: 6;
order: 6
}

.order-7 {
-ms-flex-order: 7;
order: 7
}

.order-8 {
-ms-flex-order: 8;
order: 8
}

.order-9 {
-ms-flex-order: 9;
order: 9
}

.order-10 {
-ms-flex-order: 10;
order: 10
}

.order-11 {
-ms-flex-order: 11;
order: 11
}

.order-12 {
-ms-flex-order: 12;
order: 12
}

.offset-1 {
margin-left: 8.333333%
}

.offset-2 {
margin-left: 16.666667%
}

.offset-3 {
margin-left: 25%
}

.offset-4 {
margin-left: 33.333333%
}

.offset-5 {
margin-left: 41.666667%
}

.offset-6 {
margin-left: 50%
}

.offset-7 {
margin-left: 58.333333%
}

.offset-8 {
margin-left: 66.666667%
}

.offset-9 {
margin-left: 75%
}

.offset-10 {
margin-left: 83.333333%
}

.offset-11 {
margin-left: 91.666667%
}

@media (min-width: 576px) {
.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-sm-first {
    -ms-flex-order: -1;
    order: -1
}

.order-sm-last {
    -ms-flex-order: 13;
    order: 13
}

.order-sm-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-sm-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-sm-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-sm-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-sm-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-sm-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-sm-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-sm-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-sm-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-sm-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-sm-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-sm-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-sm-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-sm-0 {
    margin-left: 0
}

.offset-sm-1 {
    margin-left: 8.333333%
}

.offset-sm-2 {
    margin-left: 16.666667%
}

.offset-sm-3 {
    margin-left: 25%
}

.offset-sm-4 {
    margin-left: 33.333333%
}

.offset-sm-5 {
    margin-left: 41.666667%
}

.offset-sm-6 {
    margin-left: 50%
}

.offset-sm-7 {
    margin-left: 58.333333%
}

.offset-sm-8 {
    margin-left: 66.666667%
}

.offset-sm-9 {
    margin-left: 75%
}

.offset-sm-10 {
    margin-left: 83.333333%
}

.offset-sm-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 768px) {
.col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-md-first {
    -ms-flex-order: -1;
    order: -1
}

.order-md-last {
    -ms-flex-order: 13;
    order: 13
}

.order-md-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-md-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-md-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-md-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-md-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-md-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-md-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-md-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-md-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-md-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-md-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-md-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-md-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-md-0 {
    margin-left: 0
}

.offset-md-1 {
    margin-left: 8.333333%
}

.offset-md-2 {
    margin-left: 16.666667%
}

.offset-md-3 {
    margin-left: 25%
}

.offset-md-4 {
    margin-left: 33.333333%
}

.offset-md-5 {
    margin-left: 41.666667%
}

.offset-md-6 {
    margin-left: 50%
}

.offset-md-7 {
    margin-left: 58.333333%
}

.offset-md-8 {
    margin-left: 66.666667%
}

.offset-md-9 {
    margin-left: 75%
}

.offset-md-10 {
    margin-left: 83.333333%
}

.offset-md-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 992px) {
.col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-lg-first {
    -ms-flex-order: -1;
    order: -1
}

.order-lg-last {
    -ms-flex-order: 13;
    order: 13
}

.order-lg-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-lg-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-lg-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-lg-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-lg-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-lg-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-lg-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-lg-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-lg-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-lg-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-lg-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-lg-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-lg-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-lg-0 {
    margin-left: 0
}

.offset-lg-1 {
    margin-left: 8.333333%
}

.offset-lg-2 {
    margin-left: 16.666667%
}

.offset-lg-3 {
    margin-left: 25%
}

.offset-lg-4 {
    margin-left: 33.333333%
}

.offset-lg-5 {
    margin-left: 41.666667%
}

.offset-lg-6 {
    margin-left: 50%
}

.offset-lg-7 {
    margin-left: 58.333333%
}

.offset-lg-8 {
    margin-left: 66.666667%
}

.offset-lg-9 {
    margin-left: 75%
}

.offset-lg-10 {
    margin-left: 83.333333%
}

.offset-lg-11 {
    margin-left: 91.666667%
}
}

@media (min-width: 1200px) {
.col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-xl-first {
    -ms-flex-order: -1;
    order: -1
}

.order-xl-last {
    -ms-flex-order: 13;
    order: 13
}

.order-xl-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-xl-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-xl-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-xl-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-xl-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-xl-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-xl-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-xl-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-xl-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-xl-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-xl-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-xl-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-xl-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-xl-0 {
    margin-left: 0
}

.offset-xl-1 {
    margin-left: 8.333333%
}

.offset-xl-2 {
    margin-left: 16.666667%
}

.offset-xl-3 {
    margin-left: 25%
}

.offset-xl-4 {
    margin-left: 33.333333%
}

.offset-xl-5 {
    margin-left: 41.666667%
}

.offset-xl-6 {
    margin-left: 50%
}

.offset-xl-7 {
    margin-left: 58.333333%
}

.offset-xl-8 {
    margin-left: 66.666667%
}

.offset-xl-9 {
    margin-left: 75%
}

.offset-xl-10 {
    margin-left: 83.333333%
}

.offset-xl-11 {
    margin-left: 91.666667%
}
}

.table {
width: 100%;
margin-bottom: 1rem;
background-color: transparent
}

.table td, .table th {
padding: .75rem;
vertical-align: top;
border-top: 1px solid #dee2e6
}

.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
border-top: 2px solid #dee2e6
}

.table .table {
background-color: #fff
}

.table-sm td, .table-sm th {
padding: .3rem
}

.table-bordered {
border: 1px solid #dee2e6
}

.table-bordered td, .table-bordered th {
border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
border-bottom-width: 2px
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>td, .table-primary>th {
background-color: #b8daff
}

.table-hover .table-primary:hover {
background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
background-color: #9fcdff
}

.table-secondary, .table-secondary>td, .table-secondary>th {
background-color: #d6d8db
}

.table-hover .table-secondary:hover {
background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
background-color: #c8cbcf
}

.table-success, .table-success>td, .table-success>th {
background-color: #c3e6cb
}

.table-hover .table-success:hover {
background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
background-color: #b1dfbb
}

.table-info, .table-info>td, .table-info>th {
background-color: #bee5eb
}

.table-hover .table-info:hover {
background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
background-color: #abdde5
}

.table-warning, .table-warning>td, .table-warning>th {
background-color: #ffeeba
}

.table-hover .table-warning:hover {
background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
background-color: #ffe8a1
}

.table-danger, .table-danger>td, .table-danger>th {
background-color: #f5c6cb
}

.table-hover .table-danger:hover {
background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
background-color: #f1b0b7
}

.table-light, .table-light>td, .table-light>th {
background-color: #fdfdfe
}

.table-hover .table-light:hover {
background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
background-color: #ececf6
}

.table-dark, .table-dark>td, .table-dark>th {
background-color: #c6c8ca
}

.table-hover .table-dark:hover {
background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
background-color: #b9bbbe
}

.table-active, .table-active>td, .table-active>th {
background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
color: #fff;
background-color: #212529;
border-color: #32383e
}

.table .thead-light th {
color: #495057;
background-color: #e9ecef;
border-color: #dee2e6
}

.table-dark {
color: #fff;
background-color: #212529
}

.table-dark td, .table-dark th, .table-dark thead th {
border-color: #32383e
}

.table-dark.table-bordered {
border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
background-color: rgba(255, 255, 255, .075)
}

@media (max-width: 575.98px) {
.table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-sm>.table-bordered {
    border: 0
}
}

@media (max-width: 767.98px) {
.table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-md>.table-bordered {
    border: 0
}
}

@media (max-width: 991.98px) {
.table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-lg>.table-bordered {
    border: 0
}
}

@media (max-width: 1199.98px) {
.table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive-xl>.table-bordered {
    border: 0
}
}

.table-responsive {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
border: 0
}

.btn {
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
.btn {
    transition: none
}
}

.btn:focus, .btn:hover {
text-decoration: none
}

.btn.focus, .btn:focus {
outline: 0;
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
opacity: .65
}

.btn:not(:disabled):not(.disabled) {
cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
pointer-events: none
}

.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-primary:hover {
color: #fff;
background-color: #0069d9;
border-color: #0062cc
}

.btn-primary.focus, .btn-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
color: #fff;
background-color: #0062cc;
border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62
}

.btn-secondary.focus, .btn-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
color: #fff;
background-color: #545b62;
border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-success:hover {
color: #fff;
background-color: #218838;
border-color: #1e7e34
}

.btn-success.focus, .btn-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-success.disabled, .btn-success:disabled {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
color: #fff;
background-color: #1e7e34;
border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b
}

.btn-info.focus, .btn-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-info.disabled, .btn-info:disabled {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
color: #fff;
background-color: #117a8b;
border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-warning:hover {
color: #212529;
background-color: #e0a800;
border-color: #d39e00
}

.btn-warning.focus, .btn-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
color: #212529;
background-color: #d39e00;
border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-danger:hover {
color: #fff;
background-color: #c82333;
border-color: #bd2130
}

.btn-danger.focus, .btn-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show>.btn-danger.dropdown-toggle {
color: #fff;
background-color: #bd2130;
border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5
}

.btn-light.focus, .btn-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled, .btn-light:disabled {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
color: #212529;
background-color: #dae0e5;
border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124
}

.btn-dark.focus, .btn-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
color: #fff;
background-color: #1d2124;
border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
color: #007bff;
background-color: transparent;
background-image: none;
border-color: #007bff
}

.btn-outline-primary:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-outline-primary.focus, .btn-outline-primary:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #007bff;
background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
color: #fff;
background-color: #007bff;
border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
color: #6c757d;
background-color: transparent;
background-image: none;
border-color: #6c757d
}

.btn-outline-secondary:hover {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #6c757d;
background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
color: #fff;
background-color: #6c757d;
border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
color: #28a745;
background-color: transparent;
background-image: none;
border-color: #28a745
}

.btn-outline-success:hover {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-outline-success.focus, .btn-outline-success:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
color: #28a745;
background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
color: #fff;
background-color: #28a745;
border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8
}

.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-outline-info.focus, .btn-outline-info:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show>.btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
color: #ffc107;
background-color: transparent;
background-image: none;
border-color: #ffc107
}

.btn-outline-warning:hover {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-outline-warning.focus, .btn-outline-warning:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #ffc107;
background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
color: #212529;
background-color: #ffc107;
border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
color: #dc3545;
background-color: transparent;
background-image: none;
border-color: #dc3545
}

.btn-outline-danger:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #dc3545;
background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show>.btn-outline-danger.dropdown-toggle {
color: #fff;
background-color: #dc3545;
border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa
}

.btn-outline-light:hover {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-outline-light.focus, .btn-outline-light:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40
}

.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-outline-dark.focus, .btn-outline-dark:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
font-weight: 400;
color: #007bff;
background-color: transparent
}

.btn-link:hover {
color: #0056b3;
text-decoration: underline;
background-color: transparent;
border-color: transparent
}

.btn-link.focus, .btn-link:focus {
text-decoration: underline;
border-color: transparent;
box-shadow: none
}

.btn-link.disabled, .btn-link:disabled {
color: #6c757d;
pointer-events: none
}

.btn-group-lg>.btn, .btn-lg {
padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem
}

.btn-group-sm>.btn, .btn-sm {
padding: .25rem .5rem;
font-size: .875rem;
line-height: 1.5;
border-radius: .2rem
}

.btn-block {
display: block;
width: 100%
}

.btn-block+.btn-block {
margin-top: .5rem
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
width: 100%
}
@media screen and (prefers-reduced-motion:reduce) {
.fade {
    transition: none
}
}
collapsing {
position: relative;
height: 0;
overflow: hidden;
transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
.collapsing {
    transition: none
}
}

.dropdown, .dropleft, .dropright, .dropup {
position: relative
}

.dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid;
border-right: .3em solid transparent;
border-bottom: 0;
border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
margin-left: 0
}

.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 10rem;
padding: .5rem 0;
margin: .125rem 0 0;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem
}

.dropdown-menu-right {
right: 0;
left: auto
}

.dropup .dropdown-menu {
top: auto;
bottom: 100%;
margin-top: 0;
margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: 0;
border-right: .3em solid transparent;
border-bottom: .3em solid;
border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
margin-left: 0
}

.dropright .dropdown-menu {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
margin-left: .125rem
}

.dropright .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: 0;
border-bottom: .3em solid transparent;
border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
margin-left: 0
}

.dropright .dropdown-toggle::after {
vertical-align: 0
}

.dropleft .dropdown-menu {
top: 0;
right: 100%;
left: auto;
margin-top: 0;
margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
display: inline-block;
width: 0;
height: 0;
margin-left: .255em;
vertical-align: .255em;
content: ""
}

.dropleft .dropdown-toggle::after {
display: none
}

.dropleft .dropdown-toggle::before {
display: inline-block;
width: 0;
height: 0;
margin-right: .255em;
vertical-align: .255em;
content: "";
border-top: .3em solid transparent;
border-right: .3em solid;
border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
margin-left: 0
}

.dropleft .dropdown-toggle::before {
vertical-align: 0
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
right: auto;
bottom: auto
}

.dropdown-divider {
height: 0;
margin: .5rem 0;
overflow: hidden;
border-top: 1px solid #e9ecef
}

.dropdown-item {
display: block;
width: 100%;
padding: .25rem 1.5rem;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
color: #16181b;
text-decoration: none;
background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
color: #fff;
text-decoration: none;
background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
color: #6c757d;
background-color: transparent
}

.dropdown-menu.show {
display: block
}

.dropdown-header {
display: block;
padding: .5rem 1.5rem;
margin-bottom: 0;
font-size: .875rem;
color: #6c757d;
white-space: nowrap
}

.dropdown-item-text {
display: block;
padding: .25rem 1.5rem;
color: #212529
}

.btn-group, .btn-group-vertical {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
position: relative;
-ms-flex: 0 1 auto;
flex: 0 1 auto
}

.btn-group-vertical>.btn:hover, .btn-group>.btn:hover {
z-index: 1
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus {
z-index: 1
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group {
margin-left: -1px
}

.btn-toolbar {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: start;
justify-content: flex-start
}

.btn-toolbar .input-group {
width: auto
}

.btn-group>.btn:first-child {
margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0;
border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0
}

.dropdown-toggle-split {
padding-right: .5625rem;
padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split {
padding-right: .375rem;
padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split {
padding-right: .75rem;
padding-left: .75rem
}

.btn-group-vertical {
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
width: 100%
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
margin-top: -1px;
margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn, .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn, .btn-group-vertical>.btn:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox], .btn-group-toggle>.btn input[type=radio], .btn-group-toggle>.btn-group>.btn input[type=checkbox], .btn-group-toggle>.btn-group>.btn input[type=radio] {
position: absolute;
clip-path: rect(0);
pointer-events: none
}
.nav-link:focus, .nav-link:hover {
text-decoration: none
}

.nav-link.disabled {
color: #6c757d
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
color: #6c757d;
background-color: transparent;
border-color: transparent
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-left-radius: 0;
border-top-right-radius: 0
}

.nav-pills .nav-link {
border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #007bff
}

.nav-fill .nav-item {
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center
}

.nav-justified .nav-item {
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
text-align: center
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: .5rem 1rem
}

.navbar>.container, .navbar>.container-fluid {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between
}

.navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap
}

.navbar-brand:focus, .navbar-brand:hover {
text-decoration: none
}

.navbar-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none
}

.navbar-nav .nav-link {
padding-right: 0;
padding-left: 0
}

.navbar-nav .dropdown-menu {
position: static;
float: none
}

.navbar-text {
display: inline-block;
padding-top: .5rem;
padding-bottom: .5rem
}

.navbar-collapse {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-align: center;
align-items: center
}

.navbar-toggler {
padding: .25rem .75rem;
font-size: 1.25rem;
line-height: 1;
background-color: transparent;
border: 1px solid transparent;
border-radius: .25rem
}

.navbar-toggler:focus, .navbar-toggler:hover {
text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer
}

.navbar-toggler-icon {
display: inline-block;
width: 1.5em;
height: 1.5em;
vertical-align: middle;
content: "";
background: no-repeat center center;
background-size: 100% 100%
}

.pagination {
display: -ms-flexbox;
display: flex;
padding-left: 0;
list-style: none;
border-radius: .25rem
}

.alert {
position: relative;
padding: .75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: .25rem
}

.alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb
}

.alert-success hr {
border-top-color: #b1dfbb
}

.alert-success .alert-link {
color: #0b2e13
}

.alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba
}

.alert-warning hr {
border-top-color: #ffe8a1
}

.alert-warning .alert-link {
color: #533f03
}

.alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb
}

.alert-danger hr {
border-top-color: #f1b0b7
}

.alert-danger .alert-link {
color: #491217
}

.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe
}

.alert-light hr {
border-top-color: #ececf6
}

.alert-light .alert-link {
color: #686868
}

.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca
}

.alert-dark hr {
border-top-color: #b9bbbe
}

.alert-dark .alert-link {
color: #040505
}

.close {
float: right;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: .5
}

.close:not(:disabled):not(.disabled) {
cursor: pointer
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
color: #000;
text-decoration: none;
opacity: .75
}

button.close {
padding: 0;
background-color: transparent;
border: 0;
-webkit-appearance: none
}

.modal-open {
overflow: hidden
}

.modal-open .modal {
overflow-x: hidden;
overflow-y: auto
}
.modal-dialog {
position: relative;
width: auto;
margin: .5rem;
pointer-events: none
}

.modal.fade .modal-dialog {
transition: -webkit-transform .3s ease-out;
transition: transform .3s ease-out;
transition: transform .3s ease-out, -webkit-transform .3s ease-out;
-webkit-transform: translate(0, -25%);
transform: translate(0, -25%)
}

@media screen and (prefers-reduced-motion:reduce) {
.modal.fade .modal-dialog {
    transition: none
}
}

.modal.show .modal-dialog {
-webkit-transform: translate(0, 0);
transform: translate(0, 0)
}

.modal-dialog-centered {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: calc(100% - (.5rem * 2))
}

.modal-dialog-centered::before {
display: block;
height: calc(100vh - (.5rem * 2));
content: ""
}

.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0
}

.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000
}

.modal-backdrop.fade {
opacity: 0
}

.modal-backdrop.show {
opacity: .5
}

.modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #e9ecef;
border-top-left-radius: .3rem;
border-top-right-radius: .3rem
}

.modal-header .close {
padding: 1rem;
margin: -1rem -1rem -1rem auto
}

.modal-title {
margin-bottom: 0;
line-height: 1.5
}

.modal-body {
position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1rem
}

.modal-footer {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
margin-left: .25rem
}

.modal-footer>:not(:last-child) {
margin-right: .25rem
}

.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll
}

@media (min-width: 576px) {
.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
}

.modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2))
}

.modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2))
}

.modal-sm {
    max-width: 300px
}
}

@media (min-width: 992px) {
.modal-lg {
    max-width: 800px
}
}

.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-style: normal;
font-weight: 400;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: .875rem;
word-wrap: break-word;
opacity: 0
}

.tooltip.show {
opacity: .9
}

.tooltip .arrow {
position: absolute;
display: block;
width: .8rem;
height: .4rem
}

.tooltip .arrow::before {
position: absolute;
content: "";
border-color: transparent;
border-style: solid
}

.tooltip-inner {
max-width: 200px;
padding: .25rem .5rem;
color: #fff;
text-align: center;
background-color: #000;
border-radius: .25rem
}

.align-baseline {
vertical-align: baseline !important
}

.align-top {
vertical-align: top !important
}

.align-middle {
vertical-align: middle !important
}

.align-bottom {
vertical-align: bottom !important
}

.align-text-bottom {
vertical-align: text-bottom !important
}

.align-text-top {
vertical-align: text-top !important
}

.border {
border: 1px solid #dee2e6 !important
}

.border-top {
border-top: 1px solid #dee2e6 !important
}

.border-right {
border-right: 1px solid #dee2e6 !important
}

.border-bottom {
border-bottom: 1px solid #dee2e6 !important
}

.border-left {
border-left: 1px solid #dee2e6 !important
}

.border-0 {
border: 0 !important
}

.border-top-0 {
border-top: 0 !important
}

.border-right-0 {
border-right: 0 !important
}

.border-bottom-0 {
border-bottom: 0 !important
}

.border-left-0 {
border-left: 0 !important
}

.border-primary {
border-color: #007bff !important
}

.border-secondary {
border-color: #6c757d !important
}

.border-success {
border-color: #28a745 !important
}

.border-info {
border-color: #17a2b8 !important
}

.border-warning {
border-color: #ffc107 !important
}

.border-danger {
border-color: #dc3545 !important
}

.border-light {
border-color: #f8f9fa !important
}

.border-dark {
border-color: #343a40 !important
}

.border-white {
border-color: #fff !important
}

.rounded-circle {
border-radius: 50% !important
}

.rounded-0 {
border-radius: 0 !important
}

.clearfix::after {
display: block;
clear: both;
content: ""
}
.d-inline {
display: inline !important
}

.d-inline-block {
display: inline-block !important
}

/* Dante Edit
.d-block {
display: block !important
}
*/
.d-table {
display: table !important
}

.d-table-row {
display: table-row !important
}

.d-table-cell {
display: table-cell !important
}

.d-flex {
display: -ms-flexbox !important;
display: flex !important
}

.d-inline-flex {
display: -ms-inline-flexbox !important;
display: inline-flex !important
}

@media (min-width: 576px) {
.d-sm-none {
    display: none !important
}

.d-sm-inline {
    display: inline !important
}

.d-sm-inline-block {
    display: inline-block !important
}

.d-sm-block {
    display: block !important
}

.d-sm-table {
    display: table !important
}

.d-sm-table-row {
    display: table-row !important
}

.d-sm-table-cell {
    display: table-cell !important
}

.d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 768px) {
.d-md-none {
    display: none !important
}

.d-md-inline {
    display: inline !important
}

.d-md-inline-block {
    display: inline-block !important
}

.d-md-block {
    display: block !important
}

.d-md-table {
    display: table !important
}

.d-md-table-row {
    display: table-row !important
}

.d-md-table-cell {
    display: table-cell !important
}

.d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 992px) {
.d-lg-none {
    display: none !important
}

.d-lg-inline {
    display: inline !important
}

.d-lg-inline-block {
    display: inline-block !important
}

.d-lg-block {
    display: block !important
}

.d-lg-table {
    display: table !important
}

.d-lg-table-row {
    display: table-row !important
}

.d-lg-table-cell {
    display: table-cell !important
}

.d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media (min-width: 1200px) {
.d-xl-none {
    display: none !important
}

.d-xl-inline {
    display: inline !important
}

.d-xl-inline-block {
    display: inline-block !important
}

.d-xl-block {
    display: block !important
}

.d-xl-table {
    display: table !important
}

.d-xl-table-row {
    display: table-row !important
}

.d-xl-table-cell {
    display: table-cell !important
}

.d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

@media print {
.d-print-none {
    display: none !important
}

.d-print-inline {
    display: inline !important
}

.d-print-inline-block {
    display: inline-block !important
}

.d-print-block {
    display: block !important
}

.d-print-table {
    display: table !important
}

.d-print-table-row {
    display: table-row !important
}

.d-print-table-cell {
    display: table-cell !important
}

.d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}
}

.flex-row {
-ms-flex-direction: row !important;
flex-direction: row !important
}

.flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important
}

.flex-row-reverse {
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important
}

.flex-column-reverse {
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important
}

.flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important
}

.flex-nowrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important
}

.flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important
}

.flex-fill {
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important
}

.flex-grow-0 {
-ms-flex-positive: 0 !important;
flex-grow: 0 !important
}

.flex-grow-1 {
-ms-flex-positive: 1 !important;
flex-grow: 1 !important
}

.flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important
}

.flex-shrink-1 {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important
}

.justify-content-start {
-ms-flex-pack: start !important;
justify-content: flex-start !important
}

.justify-content-end {
-ms-flex-pack: end !important;
justify-content: flex-end !important
}

.justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important
}

.justify-content-between {
-ms-flex-pack: justify !important;
justify-content: space-between !important
}

.justify-content-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important
}

.align-items-start {
-ms-flex-align: start !important;
align-items: flex-start !important
}

.align-items-end {
-ms-flex-align: end !important;
align-items: flex-end !important
}

.align-items-center {
-ms-flex-align: center !important;
align-items: center !important
}

.align-items-baseline {
-ms-flex-align: baseline !important;
align-items: baseline !important
}

.align-items-stretch {
-ms-flex-align: stretch !important;
align-items: stretch !important
}

.align-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important
}

.align-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important
}

.align-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important
}

.align-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important
}

.align-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important
}

.align-content-stretch {
-ms-flex-line-pack: stretch !important;
align-content: stretch !important
}

.align-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important
}

.align-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important
}

.align-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important
}

.align-self-center {
-ms-flex-item-align: center !important;
align-self: center !important
}

.align-self-baseline {
-ms-flex-item-align: baseline !important;
align-self: baseline !important
}

.align-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important
}

@media (min-width: 576px) {
.flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 768px) {
.flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 992px) {
.flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

@media (min-width: 1200px) {
.flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}
}

.float-left {
float: left !important
}

.float-right {
float: right !important
}

.float-none {
float: none !important
}

@media (min-width: 576px) {
.float-sm-left {
    float: left !important
}

.float-sm-right {
    float: right !important
}

.float-sm-none {
    float: none !important
}
}

@media (min-width: 768px) {
.float-md-left {
    float: left !important
}

.float-md-right {
    float: right !important
}

.float-md-none {
    float: none !important
}
}

@media (min-width: 992px) {
.float-lg-left {
    float: left !important
}

.float-lg-right {
    float: right !important
}

.float-lg-none {
    float: none !important
}
}

@media (min-width: 1200px) {
.float-xl-left {
    float: left !important
}

.float-xl-right {
    float: right !important
}

.float-xl-none {
    float: none !important
}
}

.position-static {
position: static !important
}

.position-relative {
position: relative !important
}

.position-absolute {
position: absolute !important
}

.position-fixed {
position: fixed !important
}

.position-sticky {
position: -webkit-sticky !important;
position: sticky !important
}

.fixed-top {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1030
}

.fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
z-index: 1030
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}
}

.w-25 {
width: 25% !important
}

.w-50 {
width: 50% !important
}

.w-75 {
width: 75% !important
}

.w-100 {
width: 100% !important
}

.w-auto {
width: auto !important
}

.h-25 {
height: 25% !important
}

.h-50 {
height: 50% !important
}

.h-75 {
height: 75% !important
}

.h-100 {
height: 100% !important
}

.h-auto {
height: auto !important
}

.mw-100 {
max-width: 100% !important
}

.mh-100 {
max-height: 100% !important
}

.m-0 {
margin: 0 !important
}

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

.mr-0, .mx-0 {
margin-right: 0 !important
}

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

.ml-0, .mx-0 {
margin-left: 0 !important
}

.m-1 {
margin: .25rem !important
}

.mt-1, .my-1 {
margin-top: .25rem !important
}

.mr-1, .mx-1 {
margin-right: .25rem !important
}

.mb-1, .my-1 {
margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
margin-left: .25rem !important
}

.m-2 {
margin: .5rem !important
}

.mt-2, .my-2 {
margin-top: .5rem !important
}

.mr-2, .mx-2 {
margin-right: .5rem !important
}

.mb-2, .my-2 {
margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
margin-left: .5rem !important
}

.m-3 {
margin: 1rem !important
}

.mt-3, .my-3 {
margin-top: 1rem !important
}

.mr-3, .mx-3 {
margin-right: 1rem !important
}

.mb-3, .my-3 {
margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
margin-left: 1rem !important
}

.m-4 {
margin: 1.5rem !important
}

.mt-4, .my-4 {
margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
margin-right: 1.5rem !important
}

.mb-4, .my-4 {
margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
margin-left: 1.5rem !important
}

.m-5 {
margin: 3rem !important
}

.mt-5, .my-5 {
margin-top: 3rem !important
}

.mr-5, .mx-5 {
margin-right: 3rem !important
}

.mb-5, .my-5 {
margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
margin-left: 3rem !important
}

.p-0 {
padding: 0 !important
}

.pt-0, .py-0 {
padding-top: 0 !important
}

.pr-0, .px-0 {
padding-right: 0 !important
}

.pb-0, .py-0 {
padding-bottom: 0 !important
}

.pl-0, .px-0 {
padding-left: 0 !important
}

.p-1 {
padding: .25rem !important
}

.pt-1, .py-1 {
padding-top: .25rem !important
}

.pr-1, .px-1 {
padding-right: .25rem !important
}

.pb-1, .py-1 {
padding-bottom: .25rem !important
}

.pl-1, .px-1 {
padding-left: .25rem !important
}

.p-2 {
padding: .5rem !important
}

.pt-2, .py-2 {
padding-top: .5rem !important
}

.pr-2, .px-2 {
padding-right: .5rem !important
}

.pb-2, .py-2 {
padding-bottom: .5rem !important
}

.pl-2, .px-2 {
padding-left: .5rem !important
}

.p-3 {
padding: 1rem !important
}

.pt-3, .py-3 {
padding-top: 1rem !important
}

.pr-3, .px-3 {
padding-right: 1rem !important
}

.pb-3, .py-3 {
padding-bottom: 1rem !important
}

.pl-3, .px-3 {
padding-left: 1rem !important
}

.p-4 {
padding: 1.5rem !important
}

.pt-4, .py-4 {
padding-top: 1.5rem !important
}

.pr-4, .px-4 {
padding-right: 1.5rem !important
}

.pb-4, .py-4 {
padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
padding-left: 1.5rem !important
}

.p-5 {
padding: 3rem !important
}

.pt-5, .py-5 {
padding-top: 3rem !important
}

.pr-5, .px-5 {
padding-right: 3rem !important
}

.pb-5, .py-5 {
padding-bottom: 3rem !important
}

.pl-5, .px-5 {
padding-left: 3rem !important
}

.m-auto {
margin: auto !important
}

.mt-auto, .my-auto {
margin-top: auto !important
}

.mr-auto, .mx-auto {
margin-right: auto !important
}

.mb-auto, .my-auto {
margin-bottom: auto !important
}

.ml-auto, .mx-auto {
margin-left: auto !important
}

@media (min-width: 576px) {
.m-sm-0 {
    margin: 0 !important
}

.mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
}

.mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
}

.mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
}

.ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
}

.m-sm-1 {
    margin: .25rem !important
}

.mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
}

.mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
}

.mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
}

.ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
}

.m-sm-2 {
    margin: .5rem !important
}

.mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
}

.mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
}

.mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
}

.ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
}

.m-sm-3 {
    margin: 1rem !important
}

.mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
}

.mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
}

.mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
}

.ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
}

.m-sm-4 {
    margin: 1.5rem !important
}

.mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
}

.mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
}

.mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
}

.ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
}

.m-sm-5 {
    margin: 3rem !important
}

.mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
}

.mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
}

.mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
}

.ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
}

.p-sm-0 {
    padding: 0 !important
}

.pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
}

.pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
}

.pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
}

.pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
}

.p-sm-1 {
    padding: .25rem !important
}

.pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
}

.pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
}

.pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
}

.pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
}

.p-sm-2 {
    padding: .5rem !important
}

.pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
}

.pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
}

.pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
}

.pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
}

.p-sm-3 {
    padding: 1rem !important
}

.pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
}

.pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
}

.pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
}

.pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
}

.p-sm-4 {
    padding: 1.5rem !important
}

.pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
}

.pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
}

.pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
}

.pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
}

.p-sm-5 {
    padding: 3rem !important
}

.pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
}

.pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
}

.pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
}

.pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
}

.m-sm-auto {
    margin: auto !important
}

.mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
}

.mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
}

.mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
}

.ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
}
}

@media (min-width: 768px) {
.m-md-0 {
    margin: 0 !important
}

.mt-md-0, .my-md-0 {
    margin-top: 0 !important
}

.mr-md-0, .mx-md-0 {
    margin-right: 0 !important
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
}

.ml-md-0, .mx-md-0 {
    margin-left: 0 !important
}

.m-md-1 {
    margin: .25rem !important
}

.mt-md-1, .my-md-1 {
    margin-top: .25rem !important
}

.mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
}

.mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
}

.ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
}

.m-md-2 {
    margin: .5rem !important
}

.mt-md-2, .my-md-2 {
    margin-top: .5rem !important
}

.mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
}

.mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
}

.ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
}

.m-md-3 {
    margin: 1rem !important
}

.mt-md-3, .my-md-3 {
    margin-top: 1rem !important
}

.mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
}

.mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
}

.ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
}

.m-md-4 {
    margin: 1.5rem !important
}

.mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
}

.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
}

.mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
}

.ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
}

.m-md-5 {
    margin: 3rem !important
}

.mt-md-5, .my-md-5 {
    margin-top: 3rem !important
}

.mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
}

.mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
}

.ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
}

.p-md-0 {
    padding: 0 !important
}

.pt-md-0, .py-md-0 {
    padding-top: 0 !important
}

.pr-md-0, .px-md-0 {
    padding-right: 0 !important
}

.pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
}

.pl-md-0, .px-md-0 {
    padding-left: 0 !important
}

.p-md-1 {
    padding: .25rem !important
}

.pt-md-1, .py-md-1 {
    padding-top: .25rem !important
}

.pr-md-1, .px-md-1 {
    padding-right: .25rem !important
}

.pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
}

.pl-md-1, .px-md-1 {
    padding-left: .25rem !important
}

.p-md-2 {
    padding: .5rem !important
}

.pt-md-2, .py-md-2 {
    padding-top: .5rem !important
}

.pr-md-2, .px-md-2 {
    padding-right: .5rem !important
}

.pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
}

.pl-md-2, .px-md-2 {
    padding-left: .5rem !important
}

.p-md-3 {
    padding: 1rem !important
}

.pt-md-3, .py-md-3 {
    padding-top: 1rem !important
}

.pr-md-3, .px-md-3 {
    padding-right: 1rem !important
}

.pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
}

.pl-md-3, .px-md-3 {
    padding-left: 1rem !important
}

.p-md-4 {
    padding: 1.5rem !important
}

.pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
}

.pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
}

.pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
}

.pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
}

.p-md-5 {
    padding: 3rem !important
}

.pt-md-5, .py-md-5 {
    padding-top: 3rem !important
}

.pr-md-5, .px-md-5 {
    padding-right: 3rem !important
}

.pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
}

.pl-md-5, .px-md-5 {
    padding-left: 3rem !important
}

.m-md-auto {
    margin: auto !important
}

.mt-md-auto, .my-md-auto {
    margin-top: auto !important
}

.mr-md-auto, .mx-md-auto {
    margin-right: auto !important
}

.mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
}

.ml-md-auto, .mx-md-auto {
    margin-left: auto !important
}
}

@media (min-width: 992px) {
.m-lg-0 {
    margin: 0 !important
}

.mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
}

.mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
}

.mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
}

.ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
}

.m-lg-1 {
    margin: .25rem !important
}

.mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
}

.mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
}

.mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
}

.ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
}

.m-lg-2 {
    margin: .5rem !important
}

.mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
}

.mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
}

.mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
}

.ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
}

.m-lg-3 {
    margin: 1rem !important
}

.mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
}

.mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
}

.mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
}

.ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
}

.m-lg-4 {
    margin: 1.5rem !important
}

.mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
}

.mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
}

.mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
}

.ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
}

.m-lg-5 {
    margin: 3rem !important
}

.mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
}

.mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
}

.mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
}

.ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
}

.p-lg-0 {
    padding: 0 !important
}

.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
}

.pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
}

.pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
}

.pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
}

.p-lg-1 {
    padding: .25rem !important
}

.pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
}

.pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
}

.pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
}

.pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
}

.p-lg-2 {
    padding: .5rem !important
}

.pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
}

.pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
}

.pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
}

.pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
}

.p-lg-3 {
    padding: 1rem !important
}

.pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
}

.pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
}

.pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
}

.pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
}

.p-lg-4 {
    padding: 1.5rem !important
}

.pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
}

.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
}

.pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
}

.pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
}

.p-lg-5 {
    padding: 3rem !important
}

.pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
}

.pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
}

.pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
}

.pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
}

.m-lg-auto {
    margin: auto !important
}

.mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
}

.mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
}

.mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
}

.ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
}
}

@media (min-width: 1200px) {
.m-xl-0 {
    margin: 0 !important
}

.mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
}

.mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
}

.mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
}

.ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
}

.m-xl-1 {
    margin: .25rem !important
}

.mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
}

.mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
}

.mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
}

.ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
}

.m-xl-2 {
    margin: .5rem !important
}

.mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
}

.mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
}

.mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
}

.ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
}

.m-xl-3 {
    margin: 1rem !important
}

.mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
}

.mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
}

.mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
}

.ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
}

.m-xl-4 {
    margin: 1.5rem !important
}

.mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
}

.mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
}

.mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
}

.ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
}

.m-xl-5 {
    margin: 3rem !important
}

.mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
}

.mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
}

.mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
}

.ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
}

.p-xl-0 {
    padding: 0 !important
}

.pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
}

.pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
}

.pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
}

.pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
}

.p-xl-1 {
    padding: .25rem !important
}

.pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
}

.pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
}

.pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
}

.pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
}

.p-xl-2 {
    padding: .5rem !important
}

.pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
}

.pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
}

.pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
}

.pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
}

.p-xl-3 {
    padding: 1rem !important
}

.pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
}

.pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
}

.pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
}

.pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
}

.p-xl-4 {
    padding: 1.5rem !important
}

.pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
}

.pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
}

.pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
}

.pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
}

.p-xl-5 {
    padding: 3rem !important
}

.pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
}

.pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
}

.pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
}

.pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
}

.m-xl-auto {
    margin: auto !important
}

.mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
}

.mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
}

.mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
}

.ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
}
}

.text-justify {
text-align: justify !important
}

.text-nowrap {
white-space: nowrap !important
}

.text-truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}

.text-left {
text-align: left !important
}

.text-right {
text-align: right !important
}

.text-center {
text-align: center !important
}

@media (min-width: 576px) {
.text-sm-left {
    text-align: left !important
}

.text-sm-right {
    text-align: right !important
}

.text-sm-center {
    text-align: center !important
}
}

@media (min-width: 768px) {
.text-md-left {
    text-align: left !important
}

.text-md-right {
    text-align: right !important
}

.text-md-center {
    text-align: center !important
}
}

@media (min-width: 992px) {
.text-lg-left {
    text-align: left !important
}

.text-lg-right {
    text-align: right !important
}

.text-lg-center {
    text-align: center !important
}
}

@media (min-width: 1200px) {
.text-xl-left {
    text-align: left !important
}

.text-xl-right {
    text-align: right !important
}

.text-xl-center {
    text-align: center !important
}
}

.text-lowercase {
text-transform: lowercase !important
}

.text-uppercase {
text-transform: uppercase !important
}

.text-capitalize {
text-transform: capitalize !important
}

.visible {
visibility: visible !important
}

.invisible {
visibility: hidden !important
}

@media print {
*, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important
}

a:not(.btn) {
    text-decoration: underline
}

abbr[title]::after {
    content: " (" attr(title) ")"
}

pre {
    white-space: pre-wrap !important
}

blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
}

thead {
    display: table-header-group
}

img, tr {
    page-break-inside: avoid
}

h2, h3, p {
    orphans: 3;
    widows: 3
}

h2, h3 {
    page-break-after: avoid
}

@page {
    size: a3
}

body {
    min-width: 992px !important
}

.container {
    min-width: 992px !important
}

.navbar {
    display: none
}

.badge {
    border: 1px solid #000
}

.table {
    border-collapse: collapse !important
}

.table td, .table th {
    background-color: #fff !important
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important
}

.table-dark {
    color: inherit
}

.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6
}

.table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
}
}

/* Porto Icon*/
@font-face {
font-family: porto;
src: url(porto.eot?75795008);
src: url(porto.eot?75795008#iefix) format('embedded-opentype'), url(porto.woff2?75795008) format('woff2'), url(porto.woff?75795008) format('woff'), url(porto.ttf?75795008) format('truetype'), url(porto.svg?75795008#fontello) format('svg');
font-weight: 400;
font-style: normal;
font-display:swap;
}
.icon-spin1:before {
content: '\e800'
}

.icon-spin2:before {
content: '\e801'
}

.icon-spin3:before {
content: '\e802'
}

.icon-spin4:before {
content: '\e803'
}

.icon-spin5:before {
content: '\e804'
}

.icon-spin6:before {
content: '\e805'
}

.icon-firefox:before {
content: '\e806'
}

.icon-chrome:before {
content: '\e807'
}

.icon-opera:before {
content: '\e808'
}

.icon-ie:before {
content: '\e809'
}
.icon-down-dir:before {
content: '\e80b'
}
.icon-up-dir:before {
content: '\e80d'
}
.icon-mode-grid:before {
content: '\e80e'
}

.icon-mode-list:before {
content: '\e80f'
}

.icon-compare:before {
content: '\e810'
}

.icon-wishlist:before {
content: '\e811'
}
icon-left-dir:before {
content: '\e813'
}
.icon-down-open:before {
content: '\e815'
}

.icon-left-open:before {
content: '\e816'
}

.icon-right-open:before {
content: '\e817'
}

.icon-up-open:before {
content: '\e818'
}

.icon-angle-left:before {
content: '\e819'
}

.icon-angle-right:before {
content: '\e81a'
}

.icon-angle-up:before {
content: '\e81b'
}

.icon-angle-down:before {
content: '\e81c'
}

.icon-down:before {
content: '\e81d'
}

.icon-left:before {
content: '\e81e'
}

.icon-right:before {
content: '\e81f'
}

.icon-up:before {
content: '\e820'
}

.icon-angle-double-left:before {
content: '\e821'
}

.icon-angle-double-right:before {
content: '\e822'
}

.icon-angle-double-up:before {
content: '\e823'
}

.icon-angle-double-down:before {
content: '\e824'
}
.icon-user:before {
content: '\e82d'
}

.icon-mail-alt:before {
content: '\e82e'
}

.icon-fax:before {
content: '\e82f'
}

.icon-lock:before {
content: '\e830'
}

.icon-company:before {
content: '\e831'
}

.icon-city:before {
content: '\e832'
}

.icon-post:before {
content: '\e833'
}

.icon-country:before {
content: '\e834'
}

.icon-calendar:before {
content: '\e835'
}

.icon-doc:before {
content: '\e836'
}

.icon-mobile:before {
content: '\e837'
}
.icon-chat:before {
content: '\e839'
}

.icon-tag:before {
content: '\e83a'
}

.icon-folder:before {
content: '\e83b'
}

.icon-folder-open:before {
content: '\e83c'
}

.icon-forward:before {
content: '\e83d'
}

.icon-reply:before {
content: '\e83e'
}

.icon-cog:before {
content: '\e83f'
}

.icon-cog-alt:before {
content: '\e840'
}

.icon-wrench:before {
content: '\e841'
}

.icon-quote-left:before {
content: '\e842'
}

.icon-quote-right:before {
content: '\e843'
}

.icon-gift:before {
content: '\e844'
}

.icon-dollar:before {
content: '\e845'
}

.icon-euro:before {
content: '\e846'
}

.icon-pound:before {
content: '\e847'
}

.icon-rupee:before {
content: '\e848'
}

.icon-yen:before {
content: '\e849'
}

.icon-rouble:before {
content: '\e84a'
}

.icon-try:before {
content: '\e84b'
}

.icon-won:before {
content: '\e84c'
}

.icon-bitcoin:before {
content: '\e84d'
}

.icon-ok:before {
content: '\e84e'
}

.icon-chevron-left:before {
content: '\e84f'
}

.icon-chevron-right:before {
content: '\e850'
}
.icon-star:before {
content: '\e852'
}

.icon-star-empty:before {
content: '\e853'
}

.icon-plus-squared:before {
content: '\e854'
}

.icon-minus-squared:before {
content: '\e855'
}

.icon-plus-squared-alt:before {
content: '\e856'
}

.icon-minus-squared-alt:before {
content: '\e857'
}

.icon-truck:before {
content: '\e858'
}

.icon-lifebuoy:before {
content: '\e859'
}

.icon-pencil:before {
content: '\e85a'
}

.icon-users:before {
content: '\e85b'
}

.icon-video:before {
content: '\e85c'
}

.icon-menu:before {
content: '\e85d'
}

.icon-desktop:before {
content: '\e85e'
}

.icon-doc-inv:before {
content: '\e85f'
}

.icon-circle:before {
content: '\e860'
}

.icon-circle-empty:before {
content: '\e861'
}

.icon-circle-thin:before {
content: '\e862'
}
.icon-paper-plane:before {
content: '\e864'
}

.icon-attention-alt:before {
content: '\e865'
}

.icon-info:before {
content: '\e866'
}

.icon-compare-link:before {
content: '\e867'
}

.icon-cat-default:before {
content: '\e868'
}

.icon-cat-computer:before {
content: '\e869'
}

.icon-cat-couch:before {
content: '\e86a'
}

.icon-cat-garden:before {
content: '\e86b'
}

.icon-cat-gift:before {
content: '\e86c'
}

.icon-cat-shirt:before {
content: '\e86d'
}

.icon-cat-sport:before {
content: '\e86e'
}

.icon-cat-toys:before {
content: '\e86f'
}

.icon-tag-line:before {
content: '\e870'
}

.icon-bag:before {
content: '\e871'
}

.icon-search-1:before {
content: '\e872'
}

.icon-plus:before {
content: '\e873'
}

.icon-minus:before {
content: '\e874'
}

.icon-search-2:before {
content: '\e875'
}

.icon-bag-1:before {
content: '\e876'
}

.icon-online-support:before {
content: '\e877'
}

.icon-shopping-bag:before {
content: '\e878'
}

.icon-us-dollar:before {
content: '\e879'
}

.icon-shipped:before {
content: '\e87a'
}

.icon-list:before {
content: '\e87b'
}

.icon-money:before {
content: '\e87c'
}

.icon-shipping:before {
content: '\e87d'
}

.icon-support:before {
content: '\e87e'
}

.icon-bag-2:before {
content: '\e87f'
}

.icon-grid:before {
content: '\e880'
}

.icon-bag-3:before {
content: '\e881'
}

.icon-direction:before {
content: '\e882'
}

.icon-home:before {
content: '\e883'
}

.icon-magnifier:before {
content: '\e884'
}

.icon-magnifier-add:before {
content: '\e885'
}

.icon-magnifier-remove:before {
content: '\e886'
}

.icon-phone-1:before {
content: '\e887'
}

.icon-clock-1:before {
content: '\e888'
}

.icon-heart:before {
content: '\e889'
}

.icon-heart-1:before {
content: '\e88a'
}

.icon-earphones-alt:before {
content: '\e88b'
}

.icon-credit-card:before {
content: '\e88c'
}

.icon-action-undo:before {
content: '\e88d'
}

.icon-envolope:before {
content: '\e88e'
}

.icon-chart:before {
content: '\e88f'
}

.icon-user-1:before {
content: '\e8b9'
}

.icon-shopping-cart:before {
content: '\e8ba'
}

.icon-category-motors:before {
content: '\e901'
}

.icon-category-music:before {
content: '\e902'
}

.icon-category-gifts:before {
content: '\e903'
}

.icon-category-electronics:before {
content: '\e904'
}

.icon-category-fashion:before {
content: '\e905'
}

.icon-category-hot-deals:before {
content: '\e906'
}

.icon-tag-percent:before {
content: '\e907'
}

.icon-console:before {
content: '\e908'
}

.icon-category-furniture:before {
content: '\e909'
}

.icon-category-garden:before {
content: '\e90a'
}

.icon-category-lanterns-lighting:before {
content: '\e90b'
}

.icon-category-mechanics:before {
content: '\e90c'
}

.icon-category-motorcycles:before {
content: '\e90d'
}

.icon-category-sound-video:before {
content: '\e90e'
}

.icon-category-steering:before {
content: '\e90f'
}

.icon-category-external-accessories:before {
content: '\e910'
}

.icon-category-fluids:before {
content: '\e911'
}

.icon-category-internal-accessories:before {
content: '\e912'
}

.icon-category-chains:before {
content: '\e913'
}

.icon-category-frames:before {
content: '\e914'
}

.icon-category-pedals:before {
content: '\e915'
}

.icon-category-saddle:before {
content: '\e916'
}

.icon-category-tools:before {
content: '\e917'
}

.icon-search-3:before {
content: '\e918'
}

.icon-secure-payment:before {
content: '\e919'
}

.icon-user-2:before {
content: '\e91a'
}

.icon-wishlist-2:before {
content: '\e91b'
}

.icon-gift2:before {
content: '\e91c'
}

.icon-edit:before {
content: '\e91d'
}

.icon-chef:before {
content: '\e91e'
}

.icon-smiling-girl:before {
content: '\e91f'
}

.icon-tshirt:before {
content: '\e920'
}

.icon-boy-broad-smile:before {
content: '\e921'
}

.icon-smiling-baby:before {
content: '\e922'
}

.icon-menu-button-of-three-lines-outline:before {
content: '\e923'
}
.icon-spinner:before {
content: '\f110'
}
.icon-check-empty:before {
content: '\f87a'
}

.icon-check:before {
content: '\f87b'
}

@font-face {
font-family: simple-line-icons;
font-display: swap;
src: url(Simple-Line-Icons.eot?v=2.4.0);
src: url(Simple-Line-Icons.eot?v=2.4.0#iefix) format('embedded-opentype'), url(Simple-Line-Icons.woff2?v=2.4.0) format('woff2'), url(fonts/Simple-Line-Icons.ttf?v=2.4.0) format('truetype'), url(fonts/Simple-Line-Icons.woff?v=2.4.0) format('woff'), url(fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons) format('svg');
font-weight: 400;
font-style: normal
}

.Simple-Line-Icons-action-redo, .Simple-Line-Icons-action-undo, .Simple-Line-Icons-anchor, .Simple-Line-Icons-arrow-down, .Simple-Line-Icons-arrow-down-circle, .Simple-Line-Icons-arrow-left, .Simple-Line-Icons-arrow-left-circle, .Simple-Line-Icons-arrow-right, .Simple-Line-Icons-arrow-right-circle, .Simple-Line-Icons-arrow-up, .Simple-Line-Icons-arrow-up-circle, .Simple-Line-Icons-badge, .Simple-Line-Icons-bag, .Simple-Line-Icons-ban, .Simple-Line-Icons-basket, .Simple-Line-Icons-basket-loaded, .Simple-Line-Icons-bell, .Simple-Line-Icons-book-open, .Simple-Line-Icons-briefcase, .Simple-Line-Icons-bubble, .Simple-Line-Icons-bubbles, .Simple-Line-Icons-bulb, .Simple-Line-Icons-calculator, .Simple-Line-Icons-calendar, .Simple-Line-Icons-call-end, .Simple-Line-Icons-call-in, .Simple-Line-Icons-call-out, .Simple-Line-Icons-camera, .Simple-Line-Icons-camrecorder, .Simple-Line-Icons-chart, .Simple-Line-Icons-check, .Simple-Line-Icons-chemistry, .Simple-Line-Icons-clock, .Simple-Line-Icons-close, .Simple-Line-Icons-cloud-download, .Simple-Line-Icons-cloud-upload, .Simple-Line-Icons-compass, .Simple-Line-Icons-control-end, .Simple-Line-Icons-control-forward, .Simple-Line-Icons-control-pause, .Simple-Line-Icons-control-play, .Simple-Line-Icons-control-rewind, .Simple-Line-Icons-control-start, .Simple-Line-Icons-credit-card, .Simple-Line-Icons-crop, .Simple-Line-Icons-cup, .Simple-Line-Icons-cursor, .Simple-Line-Icons-cursor-move, .Simple-Line-Icons-diamond, .Simple-Line-Icons-direction, .Simple-Line-Icons-directions, .Simple-Line-Icons-disc, .Simple-Line-Icons-dislike, .Simple-Line-Icons-doc, .Simple-Line-Icons-docs, .Simple-Line-Icons-drawer, .Simple-Line-Icons-drop, .Simple-Line-Icons-earphones, .Simple-Line-Icons-earphones-alt, .Simple-Line-Icons-emotsmile, .Simple-Line-Icons-energy, .Simple-Line-Icons-envelope, .Simple-Line-Icons-envelope-letter, .Simple-Line-Icons-envelope-open, .Simple-Line-Icons-equalizer, .Simple-Line-Icons-event, .Simple-Line-Icons-exclamation, .Simple-Line-Icons-eye, .Simple-Line-Icons-eyeglass, .Simple-Line-Icons-feed, .Simple-Line-Icons-film, .Simple-Line-Icons-fire, .Simple-Line-Icons-flag, .Simple-Line-Icons-folder, .Simple-Line-Icons-folder-alt, .Simple-Line-Icons-frame, .Simple-Line-Icons-game-controller, .Simple-Line-Icons-ghost, .Simple-Line-Icons-globe, .Simple-Line-Icons-globe-alt, .Simple-Line-Icons-graduation, .Simple-Line-Icons-graph, .Simple-Line-Icons-grid, .Simple-Line-Icons-handbag, .Simple-Line-Icons-heart, .Simple-Line-Icons-home, .Simple-Line-Icons-hourglass, .Simple-Line-Icons-info, .Simple-Line-Icons-key, .Simple-Line-Icons-layers, .Simple-Line-Icons-like, .Simple-Line-Icons-link, .Simple-Line-Icons-list, .Simple-Line-Icons-location-pin, .Simple-Line-Icons-lock, .Simple-Line-Icons-lock-open, .Simple-Line-Icons-login, .Simple-Line-Icons-logout, .Simple-Line-Icons-loop, .Simple-Line-Icons-magic-wand, .Simple-Line-Icons-magnet, .Simple-Line-Icons-magnifier, .Simple-Line-Icons-magnifier-add, .Simple-Line-Icons-magnifier-remove, .Simple-Line-Icons-map, .Simple-Line-Icons-menu, .Simple-Line-Icons-microphone, .Simple-Line-Icons-minus, .Simple-Line-Icons-mouse, .Simple-Line-Icons-music-tone, .Simple-Line-Icons-music-tone-alt, .Simple-Line-Icons-mustache, .Simple-Line-Icons-note, .Simple-Line-Icons-notebook, .Simple-Line-Icons-options, .Simple-Line-Icons-options-vertical, .Simple-Line-Icons-organization, .Simple-Line-Icons-paper-clip, .Simple-Line-Icons-paper-plane, .Simple-Line-Icons-paypal, .Simple-Line-Icons-pencil, .Simple-Line-Icons-people, .Simple-Line-Icons-phone, .Simple-Line-Icons-picture, .Simple-Line-Icons-pie-chart, .Simple-Line-Icons-pin, .Simple-Line-Icons-plane, .Simple-Line-Icons-playlist, .Simple-Line-Icons-plus, .Simple-Line-Icons-power, .Simple-Line-Icons-present, .Simple-Line-Icons-printer, .Simple-Line-Icons-puzzle, .Simple-Line-Icons-question, .Simple-Line-Icons-refresh, .Simple-Line-Icons-reload, .Simple-Line-Icons-rocket, .Simple-Line-Icons-screen-desktop, .Simple-Line-Icons-screen-smartphone, .Simple-Line-Icons-screen-tablet, .Simple-Line-Icons-settings, .Simple-Line-Icons-share, .Simple-Line-Icons-share-alt, .Simple-Line-Icons-shield, .Simple-Line-Icons-shuffle, .Simple-Line-Icons-size-actual, .Simple-Line-Icons-size-fullscreen, .Simple-Line-Icons-social-behance, .Simple-Line-Icons-social-dribbble, .Simple-Line-Icons-social-dropbox, .Simple-Line-Icons-social-facebook, .Simple-Line-Icons-social-foursqare, .Simple-Line-Icons-social-github, .Simple-Line-Icons-social-google, .Simple-Line-Icons-social-instagram, .Simple-Line-Icons-social-linkedin, .Simple-Line-Icons-social-pinterest, .Simple-Line-Icons-social-reddit, .Simple-Line-Icons-social-skype, .Simple-Line-Icons-social-soundcloud, .Simple-Line-Icons-social-spotify, .Simple-Line-Icons-social-steam, .Simple-Line-Icons-social-stumbleupon, .Simple-Line-Icons-social-tumblr, .Simple-Line-Icons-social-twitter, .Simple-Line-Icons-social-vkontakte, .Simple-Line-Icons-social-youtube, .Simple-Line-Icons-speech, .Simple-Line-Icons-speedometer, .Simple-Line-Icons-star, .Simple-Line-Icons-support, .Simple-Line-Icons-symbol-female, .Simple-Line-Icons-symbol-male, .Simple-Line-Icons-tag, .Simple-Line-Icons-target, .Simple-Line-Icons-trash, .Simple-Line-Icons-trophy, .Simple-Line-Icons-umbrella, .Simple-Line-Icons-user, .Simple-Line-Icons-user-female, .Simple-Line-Icons-user-follow, .Simple-Line-Icons-user-following, .Simple-Line-Icons-user-unfollow, .Simple-Line-Icons-vector, .Simple-Line-Icons-volume-1, .Simple-Line-Icons-volume-2, .Simple-Line-Icons-volume-off, .Simple-Line-Icons-wallet, .Simple-Line-Icons-wrench {
font-family: simple-line-icons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.Simple-Line-Icons-user:before {
content: "\e005"
}

.Simple-Line-Icons-people:before {
content: "\e001"
}

.Simple-Line-Icons-user-female:before {
content: "\e000"
}

.Simple-Line-Icons-user-follow:before {
content: "\e002"
}

.Simple-Line-Icons-user-following:before {
content: "\e003"
}

.Simple-Line-Icons-user-unfollow:before {
content: "\e004"
}

.Simple-Line-Icons-login:before {
content: "\e066"
}

.Simple-Line-Icons-logout:before {
content: "\e065"
}

.Simple-Line-Icons-emotsmile:before {
content: "\e021"
}

.Simple-Line-Icons-phone:before {
content: "\e600"
}

.Simple-Line-Icons-call-end:before {
content: "\e048"
}

.Simple-Line-Icons-call-in:before {
content: "\e047"
}

.Simple-Line-Icons-call-out:before {
content: "\e046"
}

.Simple-Line-Icons-map:before {
content: "\e033"
}

.Simple-Line-Icons-location-pin:before {
content: "\e096"
}

.Simple-Line-Icons-direction:before {
content: "\e042"
}

.Simple-Line-Icons-directions:before {
content: "\e041"
}

.Simple-Line-Icons-compass:before {
content: "\e045"
}

.Simple-Line-Icons-layers:before {
content: "\e034"
}

.Simple-Line-Icons-menu:before {
content: "\e601"
}

.Simple-Line-Icons-list:before {
content: "\e067"
}

.Simple-Line-Icons-options-vertical:before {
content: "\e602"
}

.Simple-Line-Icons-options:before {
content: "\e603"
}

.Simple-Line-Icons-arrow-down:before {
content: "\e604"
}

.Simple-Line-Icons-arrow-left:before {
content: "\e605"
}

.Simple-Line-Icons-arrow-right:before {
content: "\e606"
}

.Simple-Line-Icons-arrow-up:before {
content: "\e607"
}

.Simple-Line-Icons-arrow-up-circle:before {
content: "\e078"
}

.Simple-Line-Icons-arrow-left-circle:before {
content: "\e07a"
}

.Simple-Line-Icons-arrow-right-circle:before {
content: "\e079"
}

.Simple-Line-Icons-arrow-down-circle:before {
content: "\e07b"
}

.Simple-Line-Icons-check:before {
content: "\e080"
}

.Simple-Line-Icons-clock:before {
content: "\e081"
}

.Simple-Line-Icons-plus:before {
content: "\e095"
}

.Simple-Line-Icons-minus:before {
content: "\e615"
}

.Simple-Line-Icons-close:before {
content: "\e082"
}

.Simple-Line-Icons-event:before {
content: "\e619"
}

.Simple-Line-Icons-exclamation:before {
content: "\e617"
}

.Simple-Line-Icons-organization:before {
content: "\e616"
}

.Simple-Line-Icons-trophy:before {
content: "\e006"
}

.Simple-Line-Icons-screen-smartphone:before {
content: "\e010"
}

.Simple-Line-Icons-screen-desktop:before {
content: "\e011"
}

.Simple-Line-Icons-plane:before {
content: "\e012"
}

.Simple-Line-Icons-notebook:before {
content: "\e013"
}

.Simple-Line-Icons-mustache:before {
content: "\e014"
}

.Simple-Line-Icons-mouse:before {
content: "\e015"
}

.Simple-Line-Icons-magnet:before {
content: "\e016"
}

.Simple-Line-Icons-energy:before {
content: "\e020"
}

.Simple-Line-Icons-disc:before {
content: "\e022"
}

.Simple-Line-Icons-cursor:before {
content: "\e06e"
}

.Simple-Line-Icons-cursor-move:before {
content: "\e023"
}

.Simple-Line-Icons-crop:before {
content: "\e024"
}

.Simple-Line-Icons-chemistry:before {
content: "\e026"
}

.Simple-Line-Icons-speedometer:before {
content: "\e007"
}

.Simple-Line-Icons-shield:before {
content: "\e00e"
}

.Simple-Line-Icons-screen-tablet:before {
content: "\e00f"
}

.Simple-Line-Icons-magic-wand:before {
content: "\e017"
}

.Simple-Line-Icons-hourglass:before {
content: "\e018"
}

.Simple-Line-Icons-graduation:before {
content: "\e019"
}

.Simple-Line-Icons-ghost:before {
content: "\e01a"
}

.Simple-Line-Icons-game-controller:before {
content: "\e01b"
}

.Simple-Line-Icons-fire:before {
content: "\e01c"
}

.Simple-Line-Icons-eyeglass:before {
content: "\e01d"
}

.Simple-Line-Icons-envelope-open:before {
content: "\e01e"
}

.Simple-Line-Icons-envelope-letter:before {
content: "\e01f"
}

.Simple-Line-Icons-bell:before {
content: "\e027"
}

.Simple-Line-Icons-badge:before {
content: "\e028"
}

.Simple-Line-Icons-anchor:before {
content: "\e029"
}

.Simple-Line-Icons-wallet:before {
content: "\e02a"
}

.Simple-Line-Icons-vector:before {
content: "\e02b"
}

.Simple-Line-Icons-speech:before {
content: "\e02c"
}

.Simple-Line-Icons-puzzle:before {
content: "\e02d"
}

.Simple-Line-Icons-printer:before {
content: "\e02e"
}

.Simple-Line-Icons-present:before {
content: "\e02f"
}

.Simple-Line-Icons-playlist:before {
content: "\e030"
}

.Simple-Line-Icons-pin:before {
content: "\e031"
}

.Simple-Line-Icons-picture:before {
content: "\e032"
}

.Simple-Line-Icons-handbag:before {
content: "\e035"
}

.Simple-Line-Icons-globe-alt:before {
content: "\e036"
}

.Simple-Line-Icons-globe:before {
content: "\e037"
}

.Simple-Line-Icons-folder-alt:before {
content: "\e039"
}

.Simple-Line-Icons-folder:before {
content: "\e089"
}

.Simple-Line-Icons-film:before {
content: "\e03a"
}

.Simple-Line-Icons-feed:before {
content: "\e03b"
}

.Simple-Line-Icons-drop:before {
content: "\e03e"
}

.Simple-Line-Icons-drawer:before {
content: "\e03f"
}

.Simple-Line-Icons-docs:before {
content: "\e040"
}

.Simple-Line-Icons-doc:before {
content: "\e085"
}

.Simple-Line-Icons-diamond:before {
content: "\e043"
}

.Simple-Line-Icons-cup:before {
content: "\e044"
}

.Simple-Line-Icons-calculator:before {
content: "\e049"
}

.Simple-Line-Icons-bubbles:before {
content: "\e04a"
}

.Simple-Line-Icons-briefcase:before {
content: "\e04b"
}

.Simple-Line-Icons-book-open:before {
content: "\e04c"
}

.Simple-Line-Icons-basket-loaded:before {
content: "\e04d"
}

.Simple-Line-Icons-basket:before {
content: "\e04e"
}

.Simple-Line-Icons-bag:before {
content: "\e04f"
}

.Simple-Line-Icons-action-undo:before {
content: "\e050"
}

.Simple-Line-Icons-action-redo:before {
content: "\e051"
}

.Simple-Line-Icons-wrench:before {
content: "\e052"
}

.Simple-Line-Icons-umbrella:before {
content: "\e053"
}

.Simple-Line-Icons-trash:before {
content: "\e054"
}

.Simple-Line-Icons-tag:before {
content: "\e055"
}

.Simple-Line-Icons-support:before {
content: "\e056"
}

.Simple-Line-Icons-frame:before {
content: "\e038"
}

.Simple-Line-Icons-size-fullscreen:before {
content: "\e057"
}

.Simple-Line-Icons-size-actual:before {
content: "\e058"
}

.Simple-Line-Icons-shuffle:before {
content: "\e059"
}

.Simple-Line-Icons-share-alt:before {
content: "\e05a"
}

.Simple-Line-Icons-share:before {
content: "\e05b"
}

.Simple-Line-Icons-rocket:before {
content: "\e05c"
}

.Simple-Line-Icons-question:before {
content: "\e05d"
}

.Simple-Line-Icons-pie-chart:before {
content: "\e05e"
}

.Simple-Line-Icons-pencil:before {
content: "\e05f"
}

.Simple-Line-Icons-note:before {
content: "\e060"
}

.Simple-Line-Icons-loop:before {
content: "\e064"
}

.Simple-Line-Icons-home:before {
content: "\e069"
}

.Simple-Line-Icons-grid:before {
content: "\e06a"
}

.Simple-Line-Icons-graph:before {
content: "\e06b"
}

.Simple-Line-Icons-microphone:before {
content: "\e063"
}

.Simple-Line-Icons-music-tone-alt:before {
content: "\e061"
}

.Simple-Line-Icons-music-tone:before {
content: "\e062"
}

.Simple-Line-Icons-earphones-alt:before {
content: "\e03c"
}

.Simple-Line-Icons-earphones:before {
content: "\e03d"
}

.Simple-Line-Icons-equalizer:before {
content: "\e06c"
}

.Simple-Line-Icons-like:before {
content: "\e068"
}

.Simple-Line-Icons-dislike:before {
content: "\e06d"
}

.Simple-Line-Icons-control-start:before {
content: "\e06f"
}

.Simple-Line-Icons-control-rewind:before {
content: "\e070"
}

.Simple-Line-Icons-control-play:before {
content: "\e071"
}

.Simple-Line-Icons-control-pause:before {
content: "\e072"
}

.Simple-Line-Icons-control-forward:before {
content: "\e073"
}

.Simple-Line-Icons-control-end:before {
content: "\e074"
}

.Simple-Line-Icons-volume-1:before {
content: "\e09f"
}

.Simple-Line-Icons-volume-2:before {
content: "\e0a0"
}

.Simple-Line-Icons-volume-off:before {
content: "\e0a1"
}

.Simple-Line-Icons-calendar:before {
content: "\e075"
}

.Simple-Line-Icons-bulb:before {
content: "\e076"
}

.Simple-Line-Icons-chart:before {
content: "\e077"
}

.Simple-Line-Icons-ban:before {
content: "\e07c"
}

.Simple-Line-Icons-bubble:before {
content: "\e07d"
}

.Simple-Line-Icons-camrecorder:before {
content: "\e07e"
}

.Simple-Line-Icons-camera:before {
content: "\e07f"
}

.Simple-Line-Icons-cloud-download:before {
content: "\e083"
}

.Simple-Line-Icons-cloud-upload:before {
content: "\e084"
}

.Simple-Line-Icons-envelope:before {
content: "\e086"
}

.Simple-Line-Icons-eye:before {
content: "\e087"
}

.Simple-Line-Icons-flag:before {
content: "\e088"
}

.Simple-Line-Icons-heart:before {
content: "\e08a"
}

.Simple-Line-Icons-info:before {
content: "\e08b"
}

.Simple-Line-Icons-key:before {
content: "\e08c"
}

.Simple-Line-Icons-link:before {
content: "\e08d"
}

.Simple-Line-Icons-lock:before {
content: "\e08e"
}

.Simple-Line-Icons-lock-open:before {
content: "\e08f"
}

.Simple-Line-Icons-magnifier:before {
content: "\e090"
}

.Simple-Line-Icons-magnifier-add:before {
content: "\e091"
}

.Simple-Line-Icons-magnifier-remove:before {
content: "\e092"
}

.Simple-Line-Icons-paper-clip:before {
content: "\e093"
}

.Simple-Line-Icons-paper-plane:before {
content: "\e094"
}

.Simple-Line-Icons-power:before {
content: "\e097"
}

.Simple-Line-Icons-refresh:before {
content: "\e098"
}

.Simple-Line-Icons-reload:before {
content: "\e099"
}

.Simple-Line-Icons-settings:before {
content: "\e09a"
}

.Simple-Line-Icons-star:before {
content: "\e09b"
}

.Simple-Line-Icons-symbol-female:before {
content: "\e09c"
}

.Simple-Line-Icons-symbol-male:before {
content: "\e09d"
}

.Simple-Line-Icons-target:before {
content: "\e09e"
}

.Simple-Line-Icons-credit-card:before {
content: "\e025"
}

.Simple-Line-Icons-paypal:before {
content: "\e608"
}

.Simple-Line-Icons-social-tumblr:before {
content: "\e00a"
}

.Simple-Line-Icons-social-twitter:before {
content: "\e009"
}

.Simple-Line-Icons-social-facebook:before {
content: "\e00b"
}

.Simple-Line-Icons-social-instagram:before {
content: "\e609"
}

.Simple-Line-Icons-social-linkedin:before {
content: "\e60a"
}

.Simple-Line-Icons-social-pinterest:before {
content: "\e60b"
}

.Simple-Line-Icons-social-github:before {
content: "\e60c"
}

.Simple-Line-Icons-social-google:before {
content: "\e60d"
}

.Simple-Line-Icons-social-reddit:before {
content: "\e60e"
}

.Simple-Line-Icons-social-skype:before {
content: "\e60f"
}

.Simple-Line-Icons-social-dribbble:before {
content: "\e00d"
}

.Simple-Line-Icons-social-behance:before {
content: "\e610"
}

.Simple-Line-Icons-social-foursqare:before {
content: "\e611"
}

.Simple-Line-Icons-social-soundcloud:before {
content: "\e612"
}

.Simple-Line-Icons-social-spotify:before {
content: "\e613"
}

.Simple-Line-Icons-social-stumbleupon:before {
content: "\e614"
}

.Simple-Line-Icons-social-youtube:before {
content: "\e008"
}

.Simple-Line-Icons-social-dropbox:before {
content: "\e00c"
}

.Simple-Line-Icons-social-vkontakte:before {
content: "\e618"
}

.Simple-Line-Icons-social-steam:before {
content: "\e620"
}

/*! Font Awesome 4.4.0 License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) Customized */
@font-face {
font-family: FontAwesome;
font-display:swap;
src: url(fontawesome-webfont.eot?v=4.4.0);
src: url(fontawesome-webfont.eot?#iefixv=4.4.0) format('embedded-opentype'), url(fontawesome-webfont.woff2?v=4.4.0) format('woff2'), url(fontawesome-webfont.woff?v=4.4.0) format('woff'), url(fontawesome-webfont.ttf?v=4.4.0) format('truetype'), url(fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal
}
.fa-search:before {
content: "\f002"
}

.fa-clock-o:before {
content: "\f017"
}

.fa-map-marker:before {
content: "\f041"
}

.fa-linkedin-square:before {
content: "\f08c"
}

.fa-phone:before {
content: "\f095"
}

.fa-twitter:before {
content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"
}
.fa-envelope:before {
content: "\f0e0"
}

.fa-linkedin:before {
content: "\f0e1"
}

.fa-angle-right:before {
content: "\f105"
}

.fa-sliders:before {
content: "\f1de"
}

.fa-trash:before {
content: "\f1f8"
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
border: none;
padding: 0 !important;
font: inherit;
background: none;
}
.owl-carousel.owl-hidden {
opacity: 0
}
.owl-carousel.owl-grab {
cursor: move;
cursor: grab
}

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

.owl-carousel.owl-rtl .owl-item {
float: right
}
.owl-carousel .owl-animated-in {
z-index: 0
}
@keyframes fadeOut {
0% {
    opacity: 1
}

100% {
    opacity: 0
}
}

.owl-height {
transition: height .5s ease-in-out
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000
}

.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
display: none
}

.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%
}

/*Magnific Popup*/
.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;
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, .mfp-inline-holder .mfp-content {
width: 100%;
cursor: auto
}

.mfp-ajax-cur {
cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out
}

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

.mfp-auto-cursor .mfp-content {
cursor: auto
}

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

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

.mfp-hide {
display: none !important
}

.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -.8em;
left: 8px;
right: 8px;
z-index: 1044
}

.mfp-preloader a {
color: #CCC
}

.mfp-close, .mfp-preloader a:hover {
color: #FFF
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
display: none
}

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;
box-shadow: none;
touch-action: manipulation
}

.mfp-figure:after, .mfp-iframe-scaler iframe {
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-decoration: none;
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-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
display: block;
top: 0;
width: 100%;
height: 100%;
background: #000
}

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

img.mfp-img {
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;
    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);
    transform: scale(.75)
}

.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
}

.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
}

.mfp-container {
    padding-left: 6px;
    padding-right: 6px
}
}

@keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}
}

@-webkit-keyframes load-spin {
100% {
    -webkit-transform: rotate(360deg)
}
}

.porto-sicon-wrapper {
margin-bottom: 0
}

.porto-sicon-wrapper .img-icon, .porto-sicon-wrapper .porto-icon {
transition: transform .2s linear
}

.porto-sicon-header .porto-sicon-title {
margin: 3px 0
}

.porto-sicon-header h3.porto-sicon-title {
font-size: 16px;
line-height: 1.2em
}

.default-icon .porto-sicon-header>p:last-child {
margin-bottom: 0
}

.porto-sicon-description {
width: 100%;
display: block;
line-height: 24px;
margin-top: 0
}

.porto-sicon-header+.porto-sicon-description {
margin-top: 16px
}

.porto-sicon-read {
display: block;
padding: 5px 0;
text-decoration: none
}

a.porto-sicon-box-link {
text-decoration: none;
border: none;
display: block
}

.default-icon .porto-sicon-default {
display: table-cell;
vertical-align: middle
}

.default-icon .porto-sicon-default .porto-icon, .default-icon .porto-sicon-default .porto-sicon-img {
margin-right: 15px
}

.default-icon .porto-sicon-header {
display: table-cell;
vertical-align: middle
}

.top-icon .porto-icon, .top-icon .porto-sicon-description, .top-icon .porto-sicon-header, .top-icon .porto-sicon-img {
display: block;
margin: 0 auto
}

.top-icon .porto-sicon-header {
margin-bottom: 20px
}

.top-icon .porto-sicon-description {
margin-top: 15px
}

.top-icon .porto-sicon-header+.porto-sicon-description {
margin-top: 0
}

.porto-sicon-box.left-icon {
display: inline-block
}

.left-icon .porto-sicon-left {
display: table-cell;
vertical-align: top
}

.left-icon .porto-sicon-left .porto-icon, .left-icon .porto-sicon-left .porto-sicon-img {
margin-right: 20px
}

.left-icon .porto-sicon-body {
display: table-cell;
vertical-align: middle
}

.left-icon .porto-sicon-description, .left-icon .porto-sicon-header {
float: left;
width: 100%
}

.porto-sicon-box.top-icon {
text-align: center
}

.porto-sicon-box .align-icon {
line-height: 1em
}

.porto-sicon-box.right-icon {
display: inline-block;
width: 100%
}

.right-icon .porto-sicon-right {
display: table-cell;
vertical-align: top;
width: 100%
}

.right-icon .porto-sicon-right .porto-icon, .right-icon .porto-sicon-right .porto-sicon-img {
margin-left: 15px
}

.right-icon .porto-sicon-body {
display: table-cell;
vertical-align: middle;
width: 100%
}

.right-icon .porto-sicon-body, .right-icon .porto-sicon-body *, .right-icon .porto-sicon-description, .right-icon .porto-sicon-header h3.porto-sicon-title {
text-align: right
}

.right-icon .porto-sicon-description, .right-icon .porto-sicon-header {
float: right;
width: 100%
}

.heading-right-icon .porto-sicon-heading-right {
display: table-cell;
vertical-align: middle;
width: 100%
}

.porto-sicon-heading-right+.porto-sicon-description {
margin-top: 10px
}

.heading-right-icon .porto-sicon-heading-right .porto-icon, .heading-right-icon .porto-sicon-heading-right .porto-sicon-img {
margin-left: 15px
}

.heading-right-icon .porto-sicon-header {
display: table-cell;
vertical-align: middle;
width: 100%
}

.heading-right-icon .porto-sicon-description, .heading-right-icon .porto-sicon-description *, .heading-right-icon .porto-sicon-header h3.porto-sicon-title {
text-align: right
}

.porto-sicon-header h3.porto-sicon-title {
margin-top: 0
}

.porto-sicon-header h2.porto-sicon-title {
margin-top: 0
}

h3.porto-sicon-title {
display: block;
margin: 2px 0 4px
}

.porto-sicon-header+.porto-sicon-description {
margin-top: 5px
}

.style_3 .porto-sicon-box:hover .porto-icon {
transform: translateY(-4px)
}

.porto-sicon-box.default-icon {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}

.porto-sicon-box.flex-wrap .porto-sicon-header {
-ms-flex: 1;
flex: 1
}

/* start of a new sheet */
.header-container.type2 .main-top-nav {
position: relative;
align-items: center;
display: flex;
}

.navigation-wrapper {
display: inline-flex;
align-items: center;
}

.navigation-wrapper {
padding-left: 10px;
}

li.level0.level-top.parent.fl-right {
float: none;
}
a:hover, a:active {
text-decoration: none;
}

.is-sticky .main-navigation {
display: block;
}

.is-sticky .top-navigation {
height: 32px !important;
}

.is-sticky .top-navigation li.level0 a.level-top {
padding: 7px 15px !important;
}

.is-sticky .top-navigation li.level0.parent a.level-top {
padding-right: 25px !important;
}

.is-sticky .top-navigation li.level0.parent a.level-top:after {
right: 10px !important;
}

.top-navigation {
display: block;
text-align: left;
}

.top-navigation li {
display: inline-block;
padding: 0;
text-align: left;
}

.top-navigation li.menu-item-right {
float: right;
}

.is-sticky .top-navigation li.level0 {
display: inline-block;
}

.top-navigation >li:first-child {
margin-right: 0;
}

.main-nav ul.top-navigation>li {
transition: color .1s, background-color .1s;
}

.top-navigation li.level0 {
margin-right: 3px;
padding: 0;
}

li.level0.level-top.parent.fl-righ {
float: none !important;
}

.top-navigation li.level0:first-child {
margin-right: 0;
}

.top-navigation li.level0 a.level-top i {
display: inline-block;
}

.top-navigation li.level0.static-dropdown {
position: relative;
}

.top-navigation li.level0.static-dropdown .container,.top-navigation li.m-dropdown .container {
width: auto;
}

.top-navigation li.level0.static-dropdown .menu-static-blocks img {
position: relative;
width: 100%;
max-width: 100%;
border-radius: 0;
}

.top-navigation li.level0.active, .top-navigation li.level0:hover {
padding: 0;
}

.top-navigation >li > a, .top-navigation >li > a:hover {
display: block;
outline: none;
}

.top-navigation a {
margin: 0;
font-size: 13px;
outline: none;
/*text-transform: uppercase; << too intense for my blood */
}

.banner-sub-top {
margin: 15px 8px 0 11px;
padding: 0 5px;
}

.top-mega-block .top-mega-block-content {
width: 64%;
margin: 0 20px;
padding: 7px 0 13px;
float: left;
border-bottom: 1px solid #eee;
color: #000;
}

.top-mega-block .top-mega-block-content b {
margin-right: 15px;
float: left;
line-height: 17px;
}

.top-mega-block .top-mega-block-content a {
display: inline-block;
margin-right: 15px;
color: #000;
font-size: 12px;
line-height: 17px;
}

.top-navigation li {
-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}

.top-navigation li.level0 {
border-radius: 5px;
}

.top-navigation > li.parent:hover {
border-radius: 5px 5px 0 0;
}

.top-navigation li.level0.parent a.level-top:after {
position: absolute;
width: 10px;
height: 10px;
top: 50%;
right: 15px;
left: auto;
margin-top: -6.5px;
font-family: "porto";
content: '\e81c';
}

.header-container.sticky-header .main-nav ul.top-navigation>li>a:after {
right: 10px;
}

.top-navigation li.level0 a.level-top {
padding: 17px 20px;
color: #fff;
font-size: 12px;
font-weight: 700;
line-height: 1;
/*text-transform: uppercase; << Menu looks too intense.  */
}

.top-navigation li.level0.parent a.level-top {
padding-right: 25px;
}

.top-navigation li.level0.parent a.level-top:hover {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}

.top-navigation li.active a.level-top {
outline: none;
}

.top-navigation a, #megamenu a, .top-navigation li.level0 a {
position: relative;
}

/*Label category*/
.mobile-nav li.level0 > a > span > .cat-label {
display: inline-block;
position: relative !important;
top: 0 !important;
right: 0 !important;
margin: 0 0 0 10px;
}

.mobile-nav li.level0 > a > span > .cat-label:before {
position: absolute;
top: 3px;
left: -6px;
width: 3px;
height: 3px;
border: 3px solid transparent;
border-right-color: #0cc485;
content: '';
}

li.level0 > a > span > .cat-label {
position: absolute;
top: -10px;
right: 10px;
padding: 2px;
border-radius: 2px;
font-size: 9px;
line-height: 1;
text-transform: uppercase;
}

.cat-label-label1 {
background-color: #5bd2ec;
color: #fff;
}

.cat-label-label2 {
background-color: #d52462;
color: #fff;
}

.mobile-nav li.level0 > a > span > .cat-label-label1.pin-bottom:before {
border-top-color: transparent !important;
border-right-color: #5bd2ec !important;
}

li.level0 > a > span > .cat-label-label1.pin-bottom:before {
border-top-color: #5bd2ec;
}

li.level0 > a > span > .cat-label-label2.pin-bottom:before {
border-top-color: #d52462;
}

.mobile-nav li.level0 > a > span > .cat-label-label2.pin-bottom:before {
border-top-color: transparent !important;
border-right-color: #d52462;
}

li.level1 > a > span > .cat-label {
display: inline-block !important;
margin-left: 2px;
padding: 0 4px;
vertical-align: top;
}

li.level0 > a > span > .pin-bottom:before {
position: absolute;
bottom: -4px;
left: 3px;
width: 0;
height: 0;
transition: border-color 450ms ease-in-out;
border: 2px solid transparent;
content: '';
}

.cat-label {
position: absolute;
margin-left: 6px;
top: 7px;
padding: 2px 3px;
transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
color: #fff;
font-size: 8px;
line-height: 1;
text-decoration: none;
text-transform: none;
}

.cat-label:hover {
text-decoration: none;
}

.cat-label.cat-label-new.pin-left:before {
border-right-color: #0cc485;
}

.cat-label.pin-left:before {
content: '';
display: block;
width: 5px;
height: 5px;
border: 3px solid transparent;
position: absolute;
left: -6px;
top: 50%;
margin-top: -3px;
}

.cat-label.cat-label-new {
background-color: #0cc485;
}

.top-navigation li.level0 ul li {
height: auto;
}

.top-navigation .menu-wrap-sub ul {
position: static;
width: 100%;
margin: 0px;
padding: 0px;
border: none;
}

.top-navigation ul.level0 li {
position: relative;
padding: 0 15px;
float: left;
outline: none;
}

.top-navigation ul li, .top-navigation ul li.active {
background: none;
}

.top-navigation li.level0 ul li ol {
margin: 0 0 0 5px;
}

.top-navigation li.level0 ul li a {
font-size: 13px;
text-transform: capitalize;
}

.top-navigation li.level0 ul li.groups > a {
margin: 10px 8px 5px;
padding: 0 5px;
color: #777;
font-size: 14px;
font-weight: 600;
line-height: 21px;
text-transform: uppercase;
}

.top-navigation li.level0 ul li.groups > a:hover {
text-decoration: underline;
}

.top-navigation li ul span {
white-space: nowrap;
}

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a {
height: auto;
margin: 0;
padding: 0;
border: 0 none;
outline: medium none;
}

.top-navigation li.level0 ul li a, .top-navigation li.level0 .groups-wrapper ul li a span {
margin: 0 8px;
padding: 5px;
float: left;
}

.top-navigation li.level1 ul.level1 li.level2:hover a span {
text-decoration: underline;
}

.top-navigation li.m-dropdown li.level1 ul.level1 li.level2:hover a span {
text-decoration: none;
}

.top-navigation li.level0 .groups-wrapper ul li a:hover {
padding-left: 20px;
}

.top-navigation li.level0 ul li a span.title_group {
padding-left: 0;
font-family: Montserrat, arial, serif;
}

.top-navigation ul li ul.level1 li, .top-navigation ul li ul.level2 li {
width: 100%;
margin-left: 0px;
padding: 0;
border: 0;
}

.top-navigation ul li ul.level1 li:last-child a {
margin-bottom: 0;
}

.top-navigation ul li ul.level1 > li:first-child {
margin-top: 0;
}

.top-navigation li .menu-wrap-sub li div.menu-wrap-sub {
top: 5px;
width: 100%;
}

/*Dropdown classic*/
.fl-right {
float: right;
}

.top-navigation li.m-dropdown {
position: relative;
}

.top-navigation .dropdown ul li {
width: 100%;
margin: 0;
padding: 0;
}

.top-navigation .dropdown ul li:first-child {
border-top-width: 0;
}

.top-navigation li.m-dropdown .dropdown.menu-wrap-sub {
width: auto !important;
min-width: 230px;
padding: 5px 0;
}

.top-navigation li.m-dropdown .dropdown .ulmenu-block {
width: 100%;
}

.top-navigation .m-dropdown .dropdown ul li a {
display: block;
margin: 0 8px;
padding: 10px 30px 10px 5px;
float: none;
border-top: 1px solid rgba(255, 255, 255, .2);
font-size: 12px;
line-height: 1;
}

.top-navigation .m-dropdown .dropdown ul li:hover > a {
background-color: #f4f4f4;
color: #777;
}

.top-navigation .m-dropdown .dropdown ul li:first-child a {
border-top: 0;
}

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub {
top: -5px;
padding: 5px 0;
border-top: 0;
border-radius: 6px;
}

.top-navigation .m-dropdown .dropdown ul li .menu-wrap-sub ul li a {
overflow: hidden;
}

.top-navigation .m-dropdown .dropdown ul li.parent > a:before {
position: absolute;
top: 50%;
right: 10px;
margin-top: -8px;
margin-left: 0;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 12px;
content: '\e81a';
}

.ulmenu-block-right {
text-align: center;
}

.top-navigation .ulmenu-block .action {
position: relative;
top: -15px;
}

.blog-right-1 {
position: absolute;
top: -35px;
left: -5px;
text-align: left;
}

.main-navigation .blog-right-1 h2 {
margin-top: 0;
margin-bottom: 15px;
padding: 6px 50px 6px 8px;
color: #fff;
background-color: #2e2e2e;
font-size: 23px;
font-weight: 600;
line-height: 1;
}

.main-navigation .blog-right-1 a {
padding: 5px 7px 5px 15px;
border: 0;
border-radius: 4px;
color: #fff!important;
font-size: 13px;
line-height: 18px;
}

.blog-right-2 {
width: 60%;
margin: 0 auto;
margin-top: -20px !important;
font-size: 13px;
line-height: 14px;
}

/****Vertical Megamenu***/
.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.menu-wrap-sub {
width: 100%;
right: 250px !important;
}

.col-right .vertical-navigation-main ul li.m-dropdown ul li.level1 div.groups-wrapper div.menu-wrap-sub {
width: 100%;
right: 222px !important;
}

.col-right .vertical-navigation-main li.level2 div.menu-wrap-sub {
width: 100%;
right: 186px !important;
}

.col-right .vertical-navigation-main div.menu-wrap-sub {
top: 0;
width: 620px;
padding: 0;
border: 0;
outline: none;
background: #dedee4;
box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
clear: left;
z-index: 9;
}

.col-left .vertical-navigation-main div.menu-wrap-sub {
position: absolute;
top: 0;
left: 100%;
width: 620px;
padding: 0;
border: 0;
background: #dedee4;
box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
-webkit-box-shadow: 1px 6px 7px 0 rgba(0, 0, 0, .15);
outline: none;
z-index: 9;
}

.col-left .vertical-navigation-main li.level1 div.menu-wrap-sub {
width: 100%;
}

.vertical-navigation-main .dropdown ul.level0 li {
width: 100%;
padding: 0 13px;
}

.vertical-navigation-main li.m-dropdown .dropdown.menu-wrap-sub {
width: 270px;
max-width: 300px;
}

ul.vertical-navigation-container > li {
position: relative;
height: 36px;
border-bottom: #dfdfdf solid 1px;
line-height: 35px;
}

.vertical-navigation-main li.level0 ul li {
height: auto;
}

.vertical-navigation-main ul.level0 li {
position: relative;
float: left;
outline: none;
}

.vertical-navigation-main ul li ul.level1 li, .vertical-navigation-main ul li ul.level2 li {
width: 100%;
margin: 0;
padding: 0 0 0 10px;
border: 0;
}

/*Side Menu*/
.main-navigation .top-navigation.side-menu {
margin: 0;
padding: 0;
list-style: none;
}

.main-navigation .top-navigation.side-menu>li {
display: block;
position: relative;
margin: 0;
float: none;
transition: all .2s;
border-radius: 0;
}

.main-navigation .top-navigation.side-menu>li>a {
display: block;
position: relative;
margin: 0 10px;
padding: 12.6px 5px;
border-top: 1px solid #ddd;
color: #777;
font-size: 14px;
font-weight: 400;
text-transform: none;
}

.main-navigation .top-navigation.side-menu>li:hover > a {
border-color: transparent;
}

.main-navigation .top-navigation.side-menu>li:hover >a {
color: #fff;
}

.main-navigation .top-navigation.side-menu>li:first-child>a {
border-top: 0;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label {
display: inline-block;
position: relative;
top: -1px;
right: 0px;
margin: 0 0 0 10px;
padding: 2px;
border-radius: 2px;
font: inherit;
font-size: 9px;
line-height: 1;
z-index: 1;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label:before {
position: absolute;
top: 3px;
left: -6px;
width: 3px;
height: 3px;
border: 3px solid transparent;
content: '';
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label-label1:before {
border-right-color: #5bd2ec;
}

.main-navigation .top-navigation.side-menu>li>a span.cat-label-label2:before {
border-right-color: #d52462;
}

.main-navigation .top-navigation.side-menu>li.parent a.level-top:after {
position: absolute;
top: 50%;
right: 0;
left: auto;
width: 10px;
height: 10px;
margin-top: -7px;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 13px;
content: '\e814';
}

.main-navigation .top-navigation.side-menu>li.parent:hover > a.level-top:after {
color: #fff;
}

.main-navigation .top-navigation.side-menu>li .menu-wrap-sub {
position: absolute;
z-index: 10000;
top: 0;
left: 100% !important;
width: 850px;
border: 0;
border-left: 5px solid #3b3b3b;
border-radius: 0 5px 5px 7px;
background-color: #fff;
box-shadow: 1px 0 1px rgba(0, 0, 0, .5);
}

.main-navigation .top-navigation.side-menu .m-dropdown .dropdown ul li.parent > a:before {
position: absolute;
top: 50%;
right: 0;
left: auto;
width: 10px;
height: 10px;
margin-top: -7px;
font-family: 'Helvetica,Arial,sans-serif;';
font-size: 13px;
content: '\e814';
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub {
width: inherit;
padding: 10px 0;
border: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block {
padding: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub .ulmenu-block .row {
margin: 0;
}

.main-navigation .top-navigation.side-menu .m-dropdown .menu-wrap-sub a {
padding: 13px 5px;
font-size: 13px;
}
.suggestion-thumb {
margin-right: 15px;
float: left;
}

.suggestion-thumb >img {
width: 70px;
}
img.facebook {
width: 50%
}

img.instagram {
width: 50%
}

img.linkedin {
width: 50%
}

img.youtube {
width: 50%
}
.header-container.type2 .top-links-container span.split {
display: none
}

.header-container.type2 .top-links-container .links li {
border: 0
}

.searchform .searchsubmit:after {
content: "\e884"
}

.top-navigation li.level0 a.level-top {
padding: 15px 16px 16px
}
.main-section-header .links li {
border-color: #ccc
}
.slideshow-section .slideshow .owl-nav div {
top: 42%
}
.custom-support i {
text-align: center;
width: auto;
height: auto;
border-radius: 0;
padding-bottom: 14px;
display: inline-block
}

.custom-support .content {
margin-left: 0
}

.custom-support .col-lg-4 i {
border: 0!important;
float: none
}

.custom-support .col-lg-4 {
text-align: center
}

.custom-support i {
text-align: center;
width: auto;
height: auto;
border-radius: 0;
padding-bottom: 14px;
display: inline-block;
font-size: 40px
}

.custom-support .content h2 {
margin: 0;
font-weight: 600;
text-transform: uppercase;
font-size: 16px;
line-height: 22px
}

.custom-support .content em {
font-weight: 300;
font-style: normal;
margin-bottom: 15px;
display: block;
font-size: 14px;
line-height: 22px
}

.custom-support .content p {
font-size: 13px;
line-height: 24px
}

.parallax-wrapper .parallax .parallax-slider .owl-carousel .owl-stage-outer .item h2 {
font-size: 36px;
font-family: Oswald;
font-weight: 400;
text-transform: uppercase;
margin-bottom: 20px;
margin-top: 10px;
color: #fff;
line-height: 1
}

.parallax-wrapper .parallax .parallax-slider .owl-carousel .owl-stage-outer .item a {
font-size: 13px;
font-family: Oswald;
text-transform: uppercase;
color: #fff;
line-height: 1;
letter-spacing: .05em;
padding: 17px 33px;
border-radius: 3px!important;
background-color: #2b2b2d;
box-shadow: none;
display: inline-block
}

.parallax-wrapper .parallax .overlay {
display: none
}

.featured-brands .owl-carousel {
padding: 10px 70px
}

.featured-brands .owl-nav div {
position: absolute;
top: calc(50% - 15px);
background: 0 0;
color: #3a3a3c;
font-size: 22px;
padding: 0;
margin: 0
}

.featured-brands .owl-nav div.owl-prev {
left: 0
}

.featured-brands .owl-nav div.owl-next {
right: 0
}

.featured-brands .owl-nav {
top: auto;
right: auto;
position: static
}

.featured-brands {
margin-bottom: 25px
}

.footer-wrapper .footer-middle .footer-ribbon {
z-index: 2
}

.footer-wrapper .footer-middle .block-bottom {
border-top: 1px solid #3d3d38;
text-align: left;
padding: 27px 0;
overflow: hidden;
margin-top: 32px
}

.footer-wrapper .footer-middle .working span {
text-transform: uppercase;
font-size: 13px;
letter-spacing: .005em;
line-height: 18px
}
.header-container.type21 .main-nav .main-top-nav {
border-radius: 0
}

.header-container .search-area .form-search {
border-radius: 20px!important
}

.homepage-bar {
border-top: 0
}

.homepage-bar [class^=col-lg-] {
border-left: 0
}

.homepage-bar .col-lg-4 .text-area h3 {
margin: 0;
font-size: 14px;
font-weight: 600;
line-height: 19px
}
.owl-dots .owl-dot span {
width: 11px;
height: 3px;
background: #a0a09f;
margin: 5px 7px;
border-radius: 20px!important;
display: block
}
.header-container .search-area .form-search input {
border-radius: 20px 0 0 20px!important
}

.banner-grid .row {
margin: 0 -15px!important
}

.banner-grid [class^=col-md-] {
padding-left: 15px!important;
padding-right: 15px!important;
padding-bottom: 0!important
}

.product-view .product-shop .actions a.link-compare,.product-view .product-shop .actions a.link-wishlist {
width: 43px;
height: 43px;
line-height: 41px
}

.product-view .product-shop .middle-product-detail .product-type-data .price-box .price {
font-family: Oswald
}

.product-view .product-shop .actions .add-to-links li a.link-wishlist {
background: 0 0
}

.template-product .product-view .add-to-links .link-wishlist i:before {
content: '\e889'
}

.sidebar .html-sidebar h5 {
line-height: 1;
margin-bottom: 13px
}
.main-container .pagenav-wrap .pagination .pagination-page li a:hover {
background: 0 0;
color: inherit;
border-color: #ccc
}

.main-container .pagenav-wrap .pagination .pagination-page li.active span {
background: 0 0;
color: inherit
}

.pagination-page li.text i.icon-right-dir:before {
content: '\e81a'
}

.main-container .pagenav-wrap .pagination .pagination-page li.text a:hover {
color: inherit
}
.template-blog .blog-wrapper .owl-dots {
bottom: 0
}

.owl-dots .owl-dot.active span {
background-color: #2b2b2d
}

.featured-brands .owl-nav i {
color: #3a3a3c
}

.featured-brands .owl-nav i.icon-chevron-left:before {
content: "\e829"
}

.featured-brands .owl-nav i.icon-chevron-right:before {
content: "\e828"
}

.footer-wrapper .footer-top .input-group button:hover {
opacity: 1
}
.product-view-sticky-left-right .product-view .porto-custom-block,.product_view_default .porto-custom-block {
display: none
}
a:focus {
outline: medium none;
text-decoration: none
}

:focus {
outline: 0;
text-decoration: none
}
.btn-button:hover,button:hover {
color: #fff;
opacity: .9
}

.btn-button:focus,button:focus {
outline: 0
}
.btn-button.bordered {
position: relative;
overflow: visible
}
.owl-dots .owl-dot {
display: inline-block;
cursor: pointer;
zoom:1}

.owl-dots .owl-dot span {
display: block;
width: 8px;
height: 8px;
margin: 5px 7px;
border-radius: 20px;
background: #a0a09f
}

.owl-dots .owl-dot.active span {
background: #08c;
opacity: 1
}
.main-container .products-collection .category-products .products-grid.center_nav .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 24px
}

.main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-prev {
left: -40px
}

.main-container .products-collection .category-products .products-grid.center_nav .owl-nav .owl-next {
right: -40px
}
.main-container .products-collection .category-products .owl-nav div {
display: inline-block
}
.main-container .blog_article .item .row a.readmore:hover {
text-decoration: underline
}
.main-container .blog_article .owl-nav div {
display: inline-block
}
.sidebar .block-content ul li a:hover {
text-decoration: underline
}
.sidebar-cate-toogle .block-title .collapse:hover {
color: #fff
}

.sidebar-cate-toogle .block-title .collapse .icon-down-dir {
display: none
}
#compareBox .modal-content,#wishlistModal .modal-content {
padding: 20px;
border-radius: 0
}

#compareBox .modal-content .modal-header,#wishlistModal .modal-content .modal-header {
position: relative;
padding: 0;
border: 0
}

#compareBox .modal-content .modal-header .close,#wishlistModal .modal-content .modal-header .close {
width: 30px;
height: 30px;
padding: 0;
outline: 0;
font-size: 30px;
-webkit-font-smoothing: antialiased
}

#compareBox .modal-content .modal-header .modal-title,#wishlistModal .modal-content .modal-header .modal-title {
padding: 10px 15px;
color: #333;
font-size: 14px;
font-weight: 600;
text-transform: uppercase
}

#compareBox .cart-table,#wishlistModal .cart-table {
width: 100%;
border: 1px solid #f1f1f1;
border-spacing: 0
}

@media (min-width: 768px) and (max-width:992px) {
#compareBox .modal-dialog,#wishlistModal .modal-dialog {
    width:auto
}
}

@media (min-width: 576px) {
#compareBox .modal-dialog,#wishlistModal .modal-dialog {
    max-width:100%
}
}

@media (min-width: 992px) {
#compareBox .modal-lg,#wishlistModal .modal-lg {
    width:900px
}
}

#wishlistTableList .data-table tr {
border-bottom: 1px solid #f1f1f1!important
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr {
    display:block;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    border: 1px solid #f1f1f1;
    overflow: hidden
}
}

#wishlistTableList .data-table tr:last-child {
border-bottom: 0
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr .last {
    position:absolute;
    top: 0;
    right: -5px;
    min-width: 90px!important;
    border-width: 0
}
}

@media (max-width: 767px) {
#wishlistTableList .data-table tr .product-options {
    width:70%;
    padding-top: 10px;
    padding-right: 65px;
    padding-bottom: 10px;
    padding-left: 5px;
    float: right;
    border: 0;
    text-align: left
}
}

@media (max-width: 767px) {
#wishlistTableList .data-table thead {
    display:none
}
}

#wishlistTableList .data-table thead tr {
border-bottom: 1px solid #f1f1f1!important
}

#wishlistTableList .data-table thead th {
padding: 10px 15px;
border-right: 1px solid #f1f1f1;
color: #333;
font-size: 14px;
font-weight: 600;
line-height: 24px;
text-align: center;
text-transform: uppercase
}

#compareTableList {
overflow-x: auto
}

#compareBox .data-table td {
padding: 10px 14px;
border: 1px solid #e8e9eb;
text-align: left
}

#compareBox .data-table tr td {
border-top: 1px solid #f1f1f1
}

#compareBox .data-table tbody td {
min-width: 150px;
padding: 10px;
border-right: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
text-align: left
}

#compareBox .data-table tbody td:first-child {
color: #222;
font-size: 14px;
text-transform: uppercase
}
.tab-product-collection .category-list .tab-selector ul li a:hover {
opacity: .8
}
.main_section_two .tab-product-collection .category-list .tab-selector ul li a:hover {
background: #fff
}
main_section_two .blog_article .latest_news .item .row a.readmore:hover {
text-decoration: underline
}

.featured-brands h3 {
margin: 30px 0 0;
color: #313131;
font-size: 16px;
font-weight: 700;
line-height: 42px;
text-align: left
}

.featured-brands h3.title-widget {
background: url('//cdn.shopify.com/s/files/1/1613/0173/t/2/assets/slider-bar.png?4249384177349900548') right center no-repeat;
line-height: 42px
}

.featured-brands h3.title-widget .inner {
padding-right: 20px
}

.featured-brands .owl-nav div {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 18px
}

.featured-brands .owl-nav .owl-prev {
left: 0
}

.featured-brands .owl-nav .owl-next {
right: 0
}

.featured-brands .item img {
width: 100%!important
}

.custom-support i {
width: 62px;
height: 62px;
float: left;
border-radius: 50%;
font-size: 20px;
line-height: 62px;
text-align: center
}

.custom-support .content {
margin-left: 76px
}

.custom-support .content h2 {
margin: 0;
color: #000;
font-size: 20px;
font-weight: 600;
line-height: 1.5
}

.slideshow-section .slideshow .owl-nav div {
display: none;
position: absolute;
top: 40%;
margin: 5px;
padding: 3px 10px;
font-size: 40px;
text-shadow: 0 0 3px rgba(255,255,255,.5)
}
