/*-----------------------------------------------------------------------------------
    Template Name:  Mira - Minimal eCommerce HTML Template
    Description: This is html5 template
    Author: HasTech
    Version: 1.0
-----------------------------------------------------------------------------------
    
    [Table of contents] 
	
    1. Template default css (assets/css/shortcodes/bundle.css)
    2. Header css (assets/css/shortcodes/header.css)
    3. Slider css (assets/css/shortcodes/slider.css)
    4. Slider css (assets/css/shortcodes/modal.css)
    5. Slider css (assets/css/shortcodes/shop.css)
    6. Footer css (assets/css/shortcodes/footer.css)
    7. Login area
    8. Shopping cart
    9. Shop page
    10. Checkout page
    11. Blog page
    12. Blog details page
    13. Contact us
    14. About us
    15. Scrollup
    
    
-----------------------------------------------------------------------------------*/


/*---------------------
  7. Login area
-------------------------*/

.waraper {
    padding: 0 100px;
}

.section-title > h4 {
    font-size: 30px;
    margin-bottom: 20px;
}

.section-title.text-center {
    margin: 0 auto;
    padding-bottom: 48px;
    width: 40%;
}

.login-form-container {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 37px 40px;
    text-align: left;
}

.login-text {
    text-align: center;
    margin-bottom: 30px;
}

.login-text h2 {
    color: #444;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.login-text span {
    font-size: 15px;
}

.login-form-container input,
.login-form-container select {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    border: medium none rgba(0, 0, 0, 0);
    box-shadow: none;
}

.login-form-container input::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.login-form-container input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.login-toggle-btn {
    padding-top: 20px;
}

.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px;
}

.login-form-container label {
    color: #222;
    font-size: 15px;
    font-weight: 400;
}

.login-toggle-btn > a {
    color: #333;
    float: right;
    transition: all 0.2s ease 0s;
}

.login-toggle-btn > a:hover {
    color: #777;
}

.button-box .default-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #333;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 36px 7px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.button-box .default-btn:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

.modal button.close {
    border: 1px solid #ddd;
    height: 30px;
    line-height: 0;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 99999999;
}

.modal .modal-body {
    background: #f5f5f5 none repeat scroll 0 0;
}

.modal .modal-dialog .button-box .default-btn {
    color: #fff;
    background-color: #333;
    transition: all 0.15s ease !important;
}

.modal .modal-dialog .button-box .default-btn:hover {
    opacity: 0.8;
    transition: all 0.15s ease !important;
}

.modal .modal-dialog .button-box .default-btn:active {
    opacity: 1;
    transition: all 0.15s ease !important;
}

.modal .modal-dialog {
    margin: 50px auto;
    max-width: 100%;
    min-height: 300px;
    transition: all 0.5s ease 0s;
    width: 600px;
}

.modal button.close:hover {
    border-color: #333;
    color: #333;
}

/*----------------------------*/

.cart-btn {
    display: block;
    padding: 10px;
    width: 200px;
    text-align: center;
    color: #fff !important;
    background: #333;
}

.top-wishlist {
    cursor: pointer;
}

.top-action-part {
    opacity: 1;
    cursor: pointer;
    transition: all 0.15s ease;
}

.top-action-part:hover {
    opacity: 0.7;
    transition: all 0.15s ease;
}

.top-action-part:active {
    opacity: 1;
    transition: all 0.15s ease;
}

.shopping-cart-area {
    border-bottom: 1px solid #ddd;
}

.shopping-cart-area .breadcrumb {
    padding: 30px 0;
}

.shopping-cart-area .breadcrumb li a {
    color: #bdbdbd;
    transition: all 0.3s ease 0s;
}

h1.cart-heading {
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.cart-title-area {
    padding-top: 30px;
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none;
}

.wishlist .table-content table {
    margin: 0 0 0px;
}

.table-content.wish table {
    margin: 0 0 0px;
}

.table-content table th {
    border-top: medium none;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    color: #555;
    font-size: 15px;
    width: 120px;
}

.table-content table td.product-name a {
    color: #6f6f6f;
    font-size: 15px;
    margin-left: 10px;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 130px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount {
    color: #555;
    font-size: 15px;
}

.table-content table td.product-remove i:hover {
    color: #333;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

thead {
    background-color: #f6f6f6;
}

.coupon input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #333;
    font-size: 13px;
    height: 42px;
    width: 120px;
}

.coupon2 input {
    width: inherit;
}

input.button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: inherit;
}

input.button:hover {
    background-color: #555;
    color: #fff;
}

.coupon {
    float: left;
}

.coupon2 {
    float: right;
}

.cart-total span {
    float: right;
}

.cart-total > ul {
    border: 1px solid #ddd;
}

.cart-total li {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
}

.cart-total li:last-child {
    border-bottom: none;
}

.cart-total {
    padding-top: 50px;
}

.cart-total > a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 9px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.cart-total > a:hover {
    background-color: #555;
    color: #fff;
    border: 1px solid #555;
}

.cart-total > h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*----------------------------*/
/*    9. Shop page
/*----------------------------*/

h2.page-title {
    color: #464646;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumb-stye ul > li {
    display: inline-block;
    color: #222;
    text-transform: capitalize;
    font-size: 15px;
}

.breadcrumb-stye ul li a {
    color: #3c3c3c;
    position: relative;
    padding-right: 17px;
    transition: all .3s ease 0s;
}

.breadcrumb-stye ul li a:hover {
    color: #000;
}

.breadcrumb-stye ul li a::after {
    background-color: #464646;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 7px;
    top: 3px;
    transform: rotate(33deg);
    width: 1.5px;
}

/*===========================
    10. Checkout page
============================= */

.coupon-area {
}

.coupon-accordion {
}

.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #464646;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    color: #1e85be;
    content: "\f114";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #464646;
}

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info {
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first {
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #e5e5e5;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    background-color: transparent;
}

.coupon-info p.form-row-last {
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #464646 none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}

.form-row > label {
    margin-top: 7px;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    width: inherit;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
    background-color: transparent;
}

.country-select::before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 27px;
}

.checkout-form-list {
    margin-bottom: 30px;
}

.checkout-form-list label {
    color: #333;
}

.checkout-form-list label span.required {
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px;
}

.checkout-form-list {
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit;
}

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px;
}

.create-acc label {
    color: #333;
    display: inline-block;
}

.checkout-form-list input[type=password] {
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: #363636;
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%;
}

#ship-box-info {
    display: none
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}

.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px;
}

.your-order-table table {
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion {
}

.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "ï•";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}

.payment-accordion h3.open a:after {
    content: "\f056";
}

.payment-content {
}

.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
}

.order-button-payment input:hover {
    background: transparent;;
    border: 1px solid #ddd;
    color: #464646;
}

.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}

.mrg-nn {
    margin-bottom: 0;
}

/*----------------------------*/

.single-blog {
    position: relative;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.single-blog:hover {
    transform: scale(1.05);
    transition: all 0.15s ease;
}

.blog-title > span {
    color: #222;
    font-size: 14px;
}

.blog-title > h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 10px 0;
    transition: all 0.3s ease 0s;
}

.blog-title > h3 a {
    color: #222;
}

.blog-title > h3 a:hover {
    color: #666;
}

.blog-title > a:hover {
    color: #777;
    padding-left: 5px;
}

.blog-title > a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.blog-title {
    left: 0;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
}

.single-blog img {
    width: 100%;
}

.single-blog:hover .blog-title {
    opacity: 1;
}

.blog-title {
    position: static;
    transform: translateY(0);
    opacity: 1;
}

/*  blog page */

.single-blog-page img {
    width: 100%;
}

.blog-page-title {
    padding: 20px 115px 0;
}

.blog-page-title > h3 {
    font-size: 25px;
    line-height: 1;
    margin: 7px 0 14px;
    text-transform: capitalize;
}

.blog-page-title > h3 a {
    color: #363636;
}

.blog-page-title > h3 a:hover {
    color: #777;
}

.blog-page-title > span {
    color: #222;
    font-size: 16px;
}


/*----  12. Blog details page ------*/

.blog-details-text {
    padding: 85px 200px 0;
}

.blog-details-text > h3 {
    font-size: 29px;
    line-height: 45px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog-details-text > p {
    font-size: 15px;
}

blockquote {
    border-left: 3px solid #363636;
    color: #363636;
    font-size: 27px;
    margin: 35px 0;
    padding: 7px 20px 15px;
    font-family: "Playfair Display", serif;
}

.blog-details > img {
    width: 100%;
}

.tag li,
.share li {
    display: inline-block;
}

.tag li,
.share li {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    padding: 0 5px;
    color: #222;
}

.tag li a,
.share li a {
    color: #626262;
}

.tag li a:hover,
.share li a:hover {
    color: #222;
}

.previous {
    display: inline-block;
    float: left;
}

.next {
    display: inline-block;
    float: right;
}

.tag-share {
    margin: 48px 0 50px;
}

.tag {
    margin-bottom: 15px;
}

.next-previous {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 10px 0;
}

.previous > a,
.next > a {
    font-size: 18px;
    text-transform: capitalize;
}

.leave-comment {
    margin-top: 50px;
}

h3.leave-comment-text {
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
}

.text-leave button.submit {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.text-leave button.submit:hover {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
}


/*------------  13. Contact us -------------*/

.contact-from {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 50px;
}

.contact-from input {
    background-color: #fff;
    border: medium none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 24px;
    padding: 16px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.contact-from textarea {
    background-color: #fff;
    border: medium none;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    height: 114px;
    padding: 16px 20px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

p.form-messege {
    margin-bottom: 0;
}

.contact-from input:focus {
    outline: medium none;
}

.contact-from button.submit {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 22px;
    padding: 15px 10px 13px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.contact-from button.submit:hover {
    background-color: #666;
    border: 1px solid #666;
}

.single-communication {
    display: block;
    margin-bottom: 24px;
    overflow: hidden;
}

.communication-icon {
    display: inline-block;
    float: left;
}

.communication-icon i {
    border: 1px solid #666;
    border-radius: 50%;
    color: #666;
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
}

.communication-text {
    padding-left: 87px;
    padding-top: 9px;
}

.communication-text > h3 {
    color: #222;
    font-size: 15px;
    font-weight: normal;
}

.communication-text > p,
.communication-text > p a {
    color: #464646;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}

.single-communication:last-child {
    margin-bottom: 0;
}

#hastech {
    height: 400px;
    width: 100%;
}

/*  home-4 */

.cd-headline.clip .cd-words-wrapper::after {
    content: none;
}

/*  home-5 */

.slider-style-5 .slider-opacity::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.slider-style-5 .slider-text.style-2 {
    background-color: transparent;
}
.slider-style-5 .main-title-text.style-2 {
    background-color: transparent;
}

.slider-style-5 .slider-text.style-2 h2 {
    color: #fff;
    font-size: 95px;
    line-height: 1;
}
.slider-style-5 .main-title-text.style-2 h2 {
    color: #fff;
    font-size: 95px;
    line-height: 1;
}

.slider-style-5 .slider-text.style-2 > p {
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
}
.slider-style-5 .main-title-text.style-2 > p {
    color: #fff;
    font-size: 28px;
    margin-top: 30px;
}

.slider-style-5 .slider-text > a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
}
.slider-style-5 .main-title-text > a {
    background-color: #fff;
    border: 1px solid #fff;
    color: #333;
}

.slider-style-5 .slider-text > a:hover {
    background-color: transparent;
    color: #fff;
}
.slider-style-5 .main-title-text > a:hover {
    background-color: transparent;
    color: #fff;
}

.banner-img > img {
    width: 100%;
}

/*------------  14. About us -------------*/

.team-img-name > img {
    width: 100%;
}

.team-img-name {
    overflow: hidden;
    position: relative;
}

.member-title {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: -100px;
    display: block;
    left: 0;
    overflow: hidden;
    padding: 15px 10px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.single-team:hover .member-title {
    bottom: 0;
}

.member-title > h2 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.member-title > p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}

.member-info {
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 20px 10px 27px;
}

.member-social a {
    border: 1px solid #ddd;
    color: #626262;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    width: 30px;
    transition: all .3s ease 0s;
    background-color: transparent;
}

.member-social a:hover {
    border: 1px solid #222;
    color: #fff;
    background-color: #222;
}

.about-text-title > h2 {
    font-size: 35px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #464646;
}

.about-text-title > p {
    padding: 0 195px;
}

.about-counter {
    margin: 90px 0 57px;
}

.about-text-title {
    margin-top: 53px;
}

h2.count {
    font-size: 45px;
}

.count-title > span {
    color: #717179;
    font-size: 18px;
}

.main-title {
    font-size: 35px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
    color: #464646;
}

.about-text > img {
    width: 100%;
}

.single-testimonial > p {
    padding: 0 197px;
}

.single-testimonial > h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.single-testimonial > h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 13px;
}

.testimonial-area {
    margin-bottom: 90px;
}

h2.main-title::before {
    background-color: #ccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
}

.our-team .main-title {
    margin-bottom: 32px;
}

.single-banner img {
    width: 100%;
}

.single-banner {
    position: relative;
}

.single-banner::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}

.single-banner:hover::before {
    opacity: 0.5;
}

.single-banner-title {
    bottom: 20px;
    left: 20px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease 0s;
}

.single-banner:hover .single-banner-title {
    opacity: 1;
}

.single-banner-title > h3 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.single-banner-title > a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: all .3s ease 0s;
}

.single-banner-title > a:hover {
    padding-left: 7px;
}

.newsletter-title > h3 {
    color: #363636;
    font-size: 30px;
    text-align: right;
    text-transform: capitalize;
    margin-top: 2px;
    margin-bottom: 0;
}

.brand-border {
    border-bottom: 1px solid #f6f6f6;
}

.newsletter-title {
    margin-right: 40px;
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.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 {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.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: 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%
}

a#scrollUp {
    background: #666 none repeat scroll 0 0;
    bottom: 54px;
    color: #fff;
    font-size: 23px;
    height: 40px;
    line-height: 34px;
    position: absolute;
    right: 32px;
    text-align: center;
    width: 40px;
}

a#scrollUp:hover {
    background: #000 none repeat scroll 0 0;
}

/*------------  OTHERS  -------------*/

.hero {
    background-position: center center;
    background-size: cover;
}

.slider-area.style-1 {
    padding-top: 80px;
    padding-bottom: 300px;
}
.main-title-area.style-1 {
    padding-top: 80px;
    padding-bottom: 300px;
}

.overlaps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.overlaps li {
    width: 32%;
    overflow: hidden;
}

.overlaps img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shopping-cart {
    float: none;
}

.align-middle {
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul li ul {
    margin-top: -15px;
}

.cart-user-language {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
}

.cart-user-language .user {
    position: relative;
    float: none;
    margin-right: 20px !important;
    padding-right: 10px !important;
}

.cart-user-language .user:after {
    display: block;
    position: absolute;
    right: -15px;
    top: 7px;
    width: 2px;
    height: 12px;
    background: #505050;
    content: '';
}

.cart-user-language .ml-30 {
    margin-left: 10px !important;
}

.cart-user-language i {
    font-size: 30px;
}

.cart-user-language a {
    display: block;
    line-height: 1;
    padding: 0 !important;
    margin-left: 5px;
    font-size: 16px;
    white-space: nowrap;
    transition: all 0.15s ease;
}

.cart-user-language a:hover {
    opacity: 0.7;
    transition: all 0.15s ease;
}

.cart-user-language a:active {
    opacity: 1;
    transition: all 0.15s ease;
}

.main-menu ul li a {
    font-size: 14px;
    color: #333 !important;
}

.main-menu ul li:hover a {
    color: #eb8e8b !important;
}

.main-menu ul li ul li a,
.main-menu ul li:hover ul li a {
    color: #fff !important;
}

.menu li a .pe-7s-angle-down {
    font-size: 22px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: -7px;
    font-weight: bold;
}

.logo > a {
    max-width: 120px;
    padding: 0 !important;
}

.shop-area {
    padding-top: 10px !important
}

.shop-title h3,
.shop-title span {
    display: inline-block;
    background-color: #e9e8ed;
    color: #bbb;
}

.shop-title strong {
    font-size: 25px;
    display: inline-block;
    background-color: #e9e8ed;
}

.topbar {
    height: 50px;
    background-color: #121212;
}

.topbar .search {
    position: relative;
    text-align: right;
}

.topbar ul {
    text-align: left;
}

.shop-img,
.banner-img {
    transition: all 0.15s ease;
}

.shop-img:hover,
.shop-img:focus,
.banner-img:hover,
.banner-img:focus {
    transition: all 0.15s ease;
    transform: scale(1.05);
}

.topbar .search input {
    width: 250px !important;
    height: 35px !important;
    background: #eceff8 !important;
}

.product-cart {
    display: none !important;
}

.topbar .search input:focus {
    background: #ffffff !important;
}

img {
    max-width: 100% !important;
}

#scrollUp {
    display: none !important;
}

.waraper {
    overflow: hidden;
}

.topbar .search button {
    position: absolute;
    top: 3px;
    right: 10px;
    width: auto;
    height: auto;
    padding: 5px;
    background: none;
    box-shadow: 0 0 0 transparent;
    border: none 0;
    transition: all 0.15s ease;
}

.topbar .search button:focus,
.topbar .search button:hover {
    opacity: 0.7;
    transition: all 0.15s ease;
}

.topbar .search button:active {
    opacity: 1;
    transition: all 0.15s ease;
}

.topbar .search button i {
    font-size: 17px;
}

.topbar .waraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.topbar .part {
    width: 33%;
}

.topbar ul li {
    display: inline-block;
    margin-right: 15px;
}

.topbar ul li a i {
    color: #fff;
    font-size: 17px;
    opacity: 0.7;
    transition: all 0.15s ease;
}

body a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.topbar ul li a i:hover {
    opacity: 1;
    transition: all 0.15s ease;
}

.topbar .shipping {
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
    text-align: center;
}

.topbar .shipping:hover {
    opacity: 1;
}

.new-arrivals {
    display: block;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer-area {
    padding-top: 70px;
    border-top: solid 2px #121212;
}

.slider-text > h3 {
    margin-top: 40px;
}
.main-title-text > h3 {
    margin-top: 40px;
}

.mean-container a.meanmenu-reveal {
    margin: 0;
    margin-top: -40px;
}

.brands {
    margin-top: 30px;
    margin-bottom: -10px;
}

.brands .owl-carousel {
    width: 95%;
    margin: auto;
}

.brands .owl-carousel .owl-nav div {
    position: absolute;
    top: 5px;
    left: 0;
    transition: all 0.15s ease;
}

.brands .owl-carousel .owl-nav div.owl-prev {
    left: -30px;
    right: auto;
}

.brands .owl-carousel .owl-nav div.owl-next {
    right: -30px;
    left: auto;
}

.brands .owl-carousel .owl-nav div i {
    font-size: 50px;
}

.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    max-width: 120px !important;
    max-height: 40px !important;
    margin: auto !important;
    opacity: 0.7;
}

header .row {
    display: flex;
    white-space: nowrap;
    justify-content: space-between;
    align-items: center;
}

header .row:after,
header .row:before {
    display: none;
}

.acsb-light-contrast .slider-text > a,
.acsb-light-contrast .main-title-text > a,
.acsb-light-contrast .view-more > a,
.acsb-light-contrast .subscribe-form form .mc-form .clear input {
    background-color: #fff;
}

.acsb-dark-contrast.shop-title h3,
.acsb-dark-contrast .shop-title span {
    background-color: #000 !important;
}

.cart-user-language .user {
    cursor: pointer;
    transition: all 0.15s ease;
}

.cart-user-language .user:hover {
    opacity: 0.7;
    transition: all 0.15s ease;
}

.cart-user-language .user:active {
    opacity: 1;
    transition: all 0.15s ease;
}

.slidebox video {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: none 0;
    background-color: #121212;
}

.login-form-container input,
.login-form-container select {
    border: solid 2px #fff;
    transition: all 0.15s ease !important;
}

.login-form-container input:focus,
.login-form-container select:focus {
    border-color: #eb8e8b;
    outline: none 0;
    transition: all 0.15s ease !important;
}

.mobile-menu-trigger {
    display: none;
}

.background-video {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    margin-bottom: 70px;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-video h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin: auto;
    font-size: 55px;
    padding: 0 5%;
    box-sizing: border-box;
    font-weight: bold;
    color: #333;
    transform: translateY(-50%);
    transition: all 0.15s ease;
    text-shadow: 2px 0 0 #eb8e8b, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    z-index: 5;
}

.background-video h3:hover {
    transform: translateY(-50%) scale(1.1);
}

.mobile-menu-close {
    display: none;
}

.acsb-keyboard-navigation .slidebox {
    display: none !important;
}

.slidebox {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 350px;
    height: 200px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #121212;
}

.slidebox .demo-header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    top: -35px;
    text-align: left;
    left: 0;
    font-size: 15px;
    background-color: #121212;
    height: 35px;
    color: #fff;
}

.slidebox .demo-header .close-demo {
    position: absolute;
    right: 20px;
    top: 50%;
    cursor: pointer;
    width: 17px;
    transform: translateY(-50%);
    transition: all 0.15s ease;
}

.slidebox .demo-header .close-demo:hover {
    transform: translateY(-50%) scale(1.2);
    transition: all 0.15s ease;
}

.slidebox .demo-header .close-demo:active {
    transform: translateY(-50%) scale(1);
    transition: all 0.15s ease;
}

.slidebox:hover .play {
    transform: scale(1.2) translateY(-50%);
    transition: all 0.15s ease;
}

.slidebox:hover iframe {
    opacity: 0.7;
    transition: all 0.15s ease;
}

.slidebox:active .play {
    transform: scale(1) translateY(-50%);
    transition: all 0.15s ease;
}

.slidebox .play {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 55px;
    margin: auto;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 5;
    transition: all 0.15s ease;
}

.slidebox iframe {
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    pointer-events: none;
    border: none 0;
    transition: all 0.15s ease;
}

.demo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 0.15s ease;
}

.demo-popup.js-active {
    opacity: 1;
    visibility: visible;
    transition: all 0.15s ease;
}

.demo-popup .popup-close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 25px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.demo-popup .popup-close:hover {
    transform: scale(1.2);
    transition: all 0.15s ease;
}

.demo-popup .popup-close:active {
    transform: scale(1);
    transition: all 0.15s ease;
}

.demo-popup .demo-popup-content {
    position: absolute;
    width: 70%;
    height: 70%;
    max-width: 1200px;
    max-height: 700px;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.15s ease;
}

.demo-popup .demo-popup-content iframe {
    width: 100%;
    height: 100%;
    border: none 0;
}

.demo-popup .demo-popup-content .tab {
    width: 100%;
    height: 100%;
    display: none;
}

.demo-popup .demo-popup-content .tab.js-active {
    display: block;
}

.demo-popup .demo-popup-content ul {
    position: absolute;
    top: -70px;
    width: 100%;
    text-align: center;
}

.demo-popup .demo-popup-content ul li {
    display: inline-block;
    margin: 0 20px;
}

.demo-popup .demo-popup-content ul li span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    cursor: pointer;
    border-bottom: solid 3px transparent;
    transition: all 0.15s ease;
}

.demo-popup .demo-popup-content ul li.js-active span,
.demo-popup .demo-popup-content ul li:hover span {
    border-color: #fff;
    transition: all 0.15s ease;
}

.field-error input,
.field-error select,
.field-error textarea {
    border: solid 2px #ff5831;
}

.field-message {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: -15px;
    margin-bottom: 20px;
    color: #ff5831;
}

.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 70px;
}

.strike {
    text-decoration: line-through;
}

.slider-text p {
    margin: 40px 0;
    font-size: 25px;
}
.main-title-text p {
    margin: 40px 0;
    font-size: 25px;
}

.products li {
    width: 23%;
    text-align: center;
}

.products li .image {
    width: 100%;
    height: 250px;
    background: #eee;
    margin-bottom: 15px;
}

.products li .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.products li .content h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    line-height: 1.3;
}

.products li .content .icon-star {
    font-size: 17px;
    font-weight: bold;
}

.products li .content .icon-star.full {
    color: orange;
}

.products li .buy {
    font-size: 17px;
}

.products li .buy .add-to-cart {
    display: block;
    color: #fff;
    background-color: #333;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.15s ease;
    cursor: pointer;
    max-width: 150px;
    margin: auto;
    margin-top: 20px;
}

.products li .buy .add-to-cart:hover {
    opacity: 0.8;
    transition: all 0.15s ease;
}

.products li .buy .add-to-cart:active {
    opacity: 1;
    transition: all 0.15s ease;
}

@media screen and (max-width: 1600px) {

    .background-video {
        height: 550px;
    }

    .slider-text h2 {
        font-size: 75px;
    }
    .main-title-text h2 {
        font-size: 75px;
    }

    .slider-text > p {
        font-size: 23px;
    }
    .main-title-text > p {
        font-size: 23px;
    }

    .main-title-area.style-1 {
        padding-top: 70px;
        padding-bottom: 250px;
    }

}

@media screen and (max-width: 1200px) {

    header,
    .topbar,
    .brands,
    .overlaps {
        padding: 0 30px;
    }

}

@media screen and (max-width: 990px) {

    header {
        padding-top: 10px;
    }

    .products li {
        width: 49%;
        text-align: center;
        margin-bottom: 30px;
    }

    .shop-area {
        margin-top: -50px;
    }

    .shopping-cart.ml-30 {
        margin-right: 0 !important;
    }

    .shopping-cart {
        padding-right: 0 !important;
    }

    .user {
        display: none !important;
    }

    .logo img {
        width: 100px !important;
    }

    .main-menu ul li {
        margin-left: 10px;
    }

    .cart-user-language .user {
        padding-right: 0 !important;
    }

    .main-menu ul li a {
        font-size: 13px;
    }

    .cart-user-language {
        margin: 0;
    }

    .topbar {
        display: none;
    }

    .blog-area .col-md-3.col-sm-6 {
        margin-bottom: 30px;
    }

}

@media screen and (max-width: 767px) {

    .slider-text > h3 {
        margin-top: 40px;
    }
    .main-title-text > h3 {
        margin-top: 40px;
    }

    .overlaps {
        flex-direction: column;
    }

    .overlaps li {
        width: 100%;
        margin-bottom: 30px;
    }

    .table-content table {
        margin: 0;
    }

    .overlaps li:last-child {
        margin-bottom: 0;
    }

    body .slider-area.style-1 {
        padding: 69px 0 50px;
        padding-bottom: 120px;
        padding-top: 50px;
    }

    body .slider-text h2 {
        font-size: 30px;
    }
    body .main-title-text h2 {
        font-size: 30px;
    }

    .demo-popup .demo-popup-content ul li span {
        font-size: 15px;
    }

}

@media screen and (max-width: 700px) {

    header .main-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        padding-top: 30px;
        background-color: #121212;
        overflow: auto;
        text-align: center;
    }

    header .main-menu .mobile-menu-close {
        display: block;
        position: absolute;
        left: 15px;
        top: 15px;
        width: 20px;
        cursor: pointer;
    }

    header .main-menu .menu li {
        display: block;
        margin: 25px 0;
        padding: 0;
    }

    header .main-menu .menu li a {
        font-size: 17px;
        color: #fff;
    }

    header .main-menu .menu li i,
    header .main-menu .menu li ul {
        display: none !important;
    }

    header.js-active .main-menu {
        display: block;
    }

    .logo {
        display: inline-block;
    }

    .mobile-menu-trigger {
        display: inline-block;
        width: 20px;
        margin-right: 10px;
        cursor: pointer;
    }

    .mobile-menu-trigger img {
        display: block;
    }

}

@media screen and (max-width: 500px) {

    .background-video {
        height: 350px;
    }

    .background-video h3 {
        font-size: 35px;
    }

    .user {
        display: none;
    }

    .products li .image {
        height: 150px;
    }

    body .slider-text h2 { font-size: 25px; }
    body .main-title-text h2 { font-size: 25px; }
    body .slider-area.style-1 { padding-top: 50px; padding-bottom: 70px; }
    body .main-title-area.style-1 { padding-top: 50px; padding-bottom: 70px; }

    .owl-carousel .owl-item img {
        max-height: 25px !important;
        max-width: 100px !important;
    }

    .demo-popup .demo-popup-content ul li {
        display: block;
        line-height: 1;
    }

    .demo-popup .demo-popup-content ul li span {
        font-size: 14px;
        padding: 8px 15px;
    }

    .demo-popup .demo-popup-content {
        width: 80%;
    }

    .demo-popup .popup-close {
        width: 20px;
        left: 15px;
        top: 15px;
    }

    .slidebox {
        width: 230px;
        height: 120px;
    }

}
.shop-title .new-price {
	color: #ff8a8a;
}