
.green, .c1{
    color: #abd037; 
}

.discCode [type="text"] {
    max-width: 280px;
    display: none;
}

input,textarea,select {
    border: 1px solid #d4d4d4;
    height: 50px;
    background: #fff;
    width: 100%;
    padding: 10px 20px;
    /* border-radius: 26px; */
    border-radius: 12px;
    color: #5a5a5a; 
}
textarea{
    height: 100px;
    border-radius: 12px;
}

li,label {
    margin-bottom: 0
}

.popup_wrapper {
    background: #0009 none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    transition: all .5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999
}

.newsletter_popup_inner { 
    background: #fff;
    align-items: center;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 0 7px 1px #222;
    color: #000;
    display: flex;
    height: 400px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 800px;
    z-index: 9999999
}

.subscribe_area {
    padding: 40px 150px;
    text-align: center;
    width: 100%
}

.subscribe_area>h2,.subscribe-content>h2 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center
}

.subscribe_area>p,.subscribe-content>p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
    line-height: 25px
}

.subscribe-form-group {
    text-align: center;
    margin-bottom: 0
}

.subscribe-form-input {
    background: #0000 none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    margin: 0 auto;
    padding: 5px 10px;
    max-width: 300px
}

.subscribe-form-input:focus {
    box-shadow: none;
    border: 1px solid #dddddd
}

.popup_off {
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 25px;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 15px;
    line-height: 25px;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 99
}

.newsletter-btn {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin-top: 25px;
    padding: 5px 25px
}

.newsletter-btn:hover {
    background: #666 none repeat scroll 0 0;
    color: #fff
}

.subscribe-form-input::-webkit-input-placeholder {
    color: #666
}

.subscribe-form-input::-moz-placeholder {
    color: #666
}

.subscribe-form-input:-ms-input-placeholder {
    color: #666
}

.subscribe-form-input:placeholder {
    color: #666
}

.newsletter_popup_inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    content: "";
    opacity: .6;
    height: 100%
}

.subscribe_area {
    z-index: 9
}

.subscribe-content {
    float: left;
    padding: 0 50px;
    width: 60%
}

.subscribe-image {
    float: left;
    width: 40%
}

.subscribe_area.area-2 {
    padding: 0;
    display: flex;
    align-items: center
}

.form-group.subscribe-form-group p {
    color: #000;
    margin: 20px 0 0
}

@media (min-width: 768px) and (max-width: 991px) {
    .newsletter_popup_inner {
        width:720px;
        height: 360px
    }

    .subscribe-content {
        padding: 50px
    }
}

@media (max-width: 767px) {
    .newsletter_popup_inner {
        min-height:300px;
        width: 300px
    }

    .subscribe_area {
        padding: 20px;
        width: 100%
    }

    .subscribe_area>h2,.subscribe-content>h2 {
        font-size: 20px
    }

    .subscribe-image {
        display: none
    }

    .subscribe-content {
        padding: 30px;
        width: 100%
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .newsletter_popup_inner {
        width:400px
    }
}

.top-notification-bar {
    background: #43cea2;
    background: -moz-linear-gradient(left,#43cea2 0%,#185b9d 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#43cea2),color-stop(100%,#185b9d));
    background: -webkit-linear-gradient(left,#43cea2 0%,#185b9d 100%);
    background: -o-linear-gradient(left,#43cea2 0%,#185b9d 100%);
    background: -ms-linear-gradient(left,#43cea2 0%,#185b9d 100%);
    background: linear-gradient(to right,#43cea2,#185b9d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#43cea2",endColorstr="#185b9d",GradientType=1);
    padding: 10px 0;
    position: relative
}

.top-notification-bar:before {
    background: #000000b3 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.notification-entry p {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    margin: 0
}

.notification-entry p a {
    text-decoration: underline
}

.notification-entry p a.notification-button {
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #319da0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 18px;
    margin-left: 15px;
    padding: 5px 20px;
    transition: .3s;
    text-decoration: none
}

.notification-entry p a.notification-button:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none
}

.notification-close-btn {
    background-color: #0000;
    border: 1px solid #ffffff;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: right;
    font-size: 14px;
    height: 25px;
    line-height: 24px;
    margin-top: 2px;
    position: relative;
    transition: all .3s ease 0s;
    width: 25px;
    z-index: 999
}

.notification-close-btn:hover {
    background-color: #fff;
    color: #319da0
}

.notification-entry p a.notification-button {
    width: auto
}

@media only screen and (max-width: 767px) {
    .notification-entry p {
        padding:0 30px
    }

    .notification-entry p a.notification-button {
        display: block;
        margin: 10px auto 0;
        min-width: 110px
    }

    .notification-close-btn {
        position: absolute;
        right: 15px;
        top: 0
    }
}

.breadcrumbs {
    position: relative
}

.overlay-bg:before {
    background: gray;
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    transition: all .3s ease 0s;
    width: 100%
}

.breadcrumb-list {
    z-index: 9;
    position: relative
}

.product-sidebar-color li {
    border: 1px solid #dadada;
    cursor: pointer;
    height: 20px;
    margin: 0 15px 15px 0;
    max-width: 90px;
    min-width: 30px;
    overflow: hidden;
    padding: 1px 2px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    display: inline-block
}

.product-sidebar-color li:hover:not(.disabled) {
    border: 1px solid #fff;
    outline: 2px solid #ff5216
}

.product-sidebar-color {
    float: left;
    margin: 0 0 15px;
    width: 100%
}

.wedget__categories.poroduct--cat ul li.active a {
    color: #f50381
}

.product-sidebar-color li.active {
    border: 1px solid #fff;
    outline: 2px solid #ff5216;
    cursor: default
}

.swatch .header {
    display: inline-block;
    float: left;
    line-height: 13px;
    margin-bottom: 30px;
    margin-right: 20px;
    padding-bottom: 5px;
    position: relative
}

.swatch .swatch-element {
    float: left
}

.swatch-element>input {
    display: none
}

.swatch-element>label {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-right: 20px
}

.swatch-element input:checked+label {
    color: #666
}

.swatch-element>label:hover {
    color: #666
}

.swatch-element>label {
    display: block
}

.product-size {
    margin-bottom: 0
}

.product-size .swatch {
    margin-bottom: 40px
}

.swatch-element.color>label {
    background: #666 none repeat scroll 0 0;
    border: medium none;
    display: block;
    float: left;
    height: 40px;
    margin-right: 13px;
    margin-top: -13px;
    padding: 0;
    position: relative;
    width: 40px;
    border: 1px solid #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.swatch-element.color.white>label {
    border: 1px solid #999
}

.swatch-element.color input:checked+label {
    outline: 1px solid #666
}

.Material .swatch-element {
    float: left;
    padding-right: 10px
}

.swatch-element.soldout label {
    cursor: not-allowed;
    position: relative
}

.swatch-element.soldout label:before,.swatch-element.soldout label:after {
    position: absolute;
    left: 43%;
    top: -40%;
    content: "";
    color: red;
    font-size: 40px;
    text-align: center;
    width: 2px;
    height: 32px;
    background: red;
    opacity: .5
}

.swatch-element.soldout label:before {
    transform: rotate(-40deg)
}

.swatch-element.soldout label:after {
    transform: rotate(40deg)
}

.swatch-element.red.soldout label:after {
    color: #000
}

.product-variant-option .selector-wrapper label {
    width: 80px
}

.product-variant-option .selector-wrapper select {
    width: 200px;
    border-radius: 0
}

.product-variant-option .selector-wrapper+.selector-wrapper {
    margin-top: 20px
}

.cart-disable {
    cursor: not-allowed
}

.cart-table table {
    border-color: #ddd;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    text-align: center;
    width: 100%
}

.cart-table table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: medium none;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-weight: 500;
    font-size: 17px;
}

.cart-table table tbody tr td.pro-thumbnail {
    width: 130px
}

.cart-table table tbody tr td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
    text-align: center
}

.cart-table table tbody .product_trash{
    font-size: 20px;
}
.cart-table table tbody  .counter_increat{
    margin: auto;
}
.cart-table table tbody tr td.pro-thumbnail a {
    display: block;
    min-width: 100px
}

.cart-table table tbody tr .product_thumb img {
    max-width: 120px;
}
.cart-table table tbody tr td.pro-thumbnail a img {
    width: 100%;
}

.cart-table table tbody tr td.pro-title {
    width: 270px
}

.cart-table table tbody tr td.pro-price {
    width: 130px
}

.cart-table table tbody tr td.pro-quantity {
    width: 180px
}

.cart-table table tbody tr td.pro-remove {
    width: 150px
}

.cart-table table tbody tr td.pro-title a {
    display: block;
    margin-bottom: 6px
}

.cart-table table tbody tr td.pro-quantity .product-quantity {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0 30px;
    position: relative;
    width: 100px
}

.cart-table table tbody tr td.pro-quantity .product-quantity input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 38px;
    padding-left: 0;
    text-align: center;
    width: 40px
}

.cart-table table tbody tr td.pro-quantity .product-quantity span {
    color: #ddd;
    cursor: pointer;
    display: block;
    height: 38px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 29px
}

.cart-table table tbody tr td.pro-quantity .product-quantity span.dec {
    left: 0
}

.cart-table table tbody tr td.pro-quantity .product-quantity span.inc {
    right: 0
}

.cart-table table tbody tr td.pro-quantity .product-quantity span i {
    display: block;
    font-size: 16px;
    line-height: 38px
}

.cart-table table tbody tr td.pro-remove a {
    font-size: 25px
}

.cart-table table tbody tr td.pro-subtotal {
    width: 120px
}

.cart-coupon,.cart-buttons,.shipping-info {
    overflow: hidden
}

.cart-buttons {
    margin-top: 20px
}

.cart-payment {
    margin-top: 50px
}

.proceed-to-checkout .theme-default-button {
    margin-top: 20px
}

.culculate-shipping select,.culculate-shipping input {
    border-radius: 0
}

.cart-coupon textarea {
    border-radius: 0;
    width: 100%
}

.theme-default-button {
    background-color: #000;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 8px 25px;
    border-radius: 0;
    text-align: center
}

.theme-default-button+.theme-default-button {
    margin-left: 15px
}

.theme-default-button:hover {
    background-color: #666;
    color: #fff
}

.login_section{
    padding: 0px 0px 20px;
}
.login_section .modal-header{
    border: 0;
    padding: 0;
}
.bg_login{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ABD037;
    border-radius: 12px;
    height: 100%;
    min-height: 400px;
}

.login-form-container {
    background: white;
    padding: 37px 0px;
    text-align: left;
    
    overflow: hidden;
}

.login-text {
    /* text-align: center; */
    margin-bottom: 25px;
}

.login-text h2 {
    color: #333;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.login-text p {
    color: #666;
    font-size: 15px
}

.login-form-container input,
.login-form-container select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    /* height: 60px; */
    height: 52px;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%
}

.login-form-container input[type=submit] {
    font-weight: 400;
    height: 48px;
    line-height: 42px;
    padding: 0 30px;
    text-transform: capitalize;
    border: none;
    background: #242424;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 35px;
        margin-bottom: 0;
}

.login-form-container input[type=radio],
.login-form-container input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.login-form-container input:focus,
.login-form-container select:focus {
    border-color: #ABD037;
}
.account_link{
    font-weight: 300;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}
.account_link a{
    font-weight: 500;
}

.login-form-container input::-moz-placeholder {
    color: #333;
    opacity: 1
}

.login-form-container input::-webkit-input-placeholder {
    color: #333;
    opacity: 1
}

.login-actions {
    overflow: hidden
}

.login-form-container input[type=checkbox] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px
}

.login-form-container label {
    color: #333;
    font-size: 15px;
    font-weight: 400
}

.login-toggle-btn a {
    color: #333;
    transition: all .3s ease 0s
}

.form-action-button a {
    float: right;
    margin-top: 0px;
}

.login-toggle-btn a:hover {
    color: #666
}

@media (max-width: 767px) {
    .bg_login {
        min-height: 300px;
        margin-top: 15px;
    }
    .login_section {
        padding: 0px 0px 0px;
    }
    .login-text h2 {
        color: #333;
        font-size: 27px;
      }
  }


.account-optional-action {
    margin-top: 20px
}

.guest-form-container {
    overflow: hidden;
    background: #f9f9f9;
    padding: 40px
}

.guest-form-container,.form-action-button {
    margin-top: 10px
}

.account-optional-action a {
    color: #333;
    transition: all .3s ease 0s
}

.form-action-button {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-account-page {
    color: #333
}

.my-account-page table th,.my-account-page table td {
    padding: 8px 10px
}

a.button.another-button {
    width: auto
}

#AddAddress {
    margin-top: 20px
}

#AddAddress>h2 {
    margin-bottom: 20px
}

#AddAddress>input,.my-address .grid__item .grid__item input,.my-address textarea,.my-address select,.my-address .form-vertical>input {
    background: #0000 none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 0
}

.my-account-checkbox input {
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

.my-account-checkbox label {
    margin: 0
}

.my-account-page h1,.my-account-page table th {
    color: #333
}

.my-account-page table th,.my-account-page table td {
    border: 1px solid #dddddd
}

.edit-address-title,.edit-address-button {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-account-checkbox {
    margin: 5px 0 10px
}

.order-title {
    margin: 10px 0
}

.order-date {
    margin-bottom: 10px
}

.logout-title {
    float: right
}

.logout-title>a {
    font-size: 16px;
    color: #333
}

.logout-title>a:hover {
    color: #666
}

.my-account-page h1,.my-account-page h2,.my-account-page h3,.my-account-page h4,.my-account-page h5,.my-account-page h6 {
    margin-bottom: 10px
}

.form__btn .btn-right {
    margin-left: 10px
}

.my-account-page hr {
    border-top: 1px solid #ddd
}

.my-account-page input,.my-account-page textarea,.my-account-page select {
    border-top: 1px solid #ddd;
    border-radius: 0
}

.my-account-page thead {
    background: #f6f6f6
}

.ajax-popup .modal-body {
    padding: 15px;
    position: relative
}

.ajax-popup .modal-content-text {
    display: flex;
    flex-wrap: wrap
}

.popup-image {
    flex: 0 0 30%;
    margin-right: 20px
}

.popup-content {
    flex: 0 0 65%
}

.ajax-popup .modal-content-text h6 {
    margin-bottom: 15px;
    line-height: 1.5
}

.ajax-popup .modal-content-text p {
    margin-bottom: 30px
}

.ajax-popup .modal-content-text p.error_message {
    margin-bottom: 0
}

.ajax-popup .modal-button {
    float: left
}

.ajax-popup .modal-close {
    position: absolute;
    top: -20px;
    right: -20px
}

.ajax-popup .modal-content {
    border: medium none rgba(0,0,0,0);
    border-radius: 0
}

.ajax-popup .modal-content-text i {
    float: left;
    font-size: 25px;
    margin-right: 10px
}

.ajax-popup .modal-close button {
    font-size: 25px;
    color: #fff;
    opacity: 1
}

@media (max-width: 576px) {
    .popup-image {
        flex:0 0 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .ajax-popup .modal-dialog {
        margin: 1.3rem;
        width: auto
    }
}

.wishlist-action a {
    display: inline-block
}

.action-wishlist .loading-wishlist,.action-wishlist .remove-wishlist {
    display: none
}

a.go-to-wishlist {
    display: none!important
}

.action-wishlist.loading-wishlist .add-wishlist,.action-wishlist.adding-wishlist .remove-wishlist {
    display: none
}

.action-wishlist.adding-wishlist+a.go-to-wishlist {
    display: none!important
}

.action-wishlist.active .add-wishlist {
    display: none
}

.action-wishlist.active .remove-wishlist {
    display: inline-block
}

.action-wishlist.active+a.go-to-wishlist {
    display: inline-block!important
}

.action-wishlist.loading-wishlist .loading-wishlist {
    display: inline-block
}

.action-wishlist.active.adding-wishlist .remove-wishlist,.action-wishlist.active.adding-wishlist+a.go-to-wishlist {
    display: inline-block
}

.action-wishlist.active.adding-wishlist+a.go-to-wishlist {
    display: inline-block!important
}

.action-wishlist.loading-wishlist.adding-wishlist .remove-wishlist {
    display: none
}

.action-wishlist.loading-wishlist.adding-wishlist+a.go-to-wishlist {
    display: none!important
}

.action-wishlist.active+a.go-to-wishlist {
    margin-left: 5px
}

.wishlist-product-item {
    margin-bottom: 30px
}

.post-title {
    margin: 15px 0 10px;
    color: #000;
    font-size: 16px
}

.post-title a {
    color: #000
}

.product-tile--tile-content {
    text-align: center
}

.price--compare.strike-through {
    color: #666;
    margin-left: 10px
}

h2.post-title {
    font-size: 14px;
    font-weight: 500
}

.text--price.pro-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.text--price.pro-price .price--sale {
    color: #666
}

.product-tile--tile-actions a {
    color: #000
}

#quickViewModal .modal-content {
    border-radius: 0
}

#quickViewModal .modal-dialog {
    margin: 150px auto;
    max-width: 1000px
}

#quickViewModal .close {
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 20px;
    text-shadow: 0 1px 0 #fff;
    top: 5px;
    transition: all .3s ease 0s
}

#quickViewModal .modal-body {
    display: flex;
    justify-content: space-between;
    padding: 50px
}

.quick-view-list a {
    margin-right: 20px
}

.quick-view-list a:last-child {
    margin-right: 0
}

.quick-view-list {
    margin-top: 10px
}

.quick-view-tab-content .tab-pane>img {
    width: 100%
}

.qwick-view-content>h1 {
    color: #000;
    margin-bottom: 5px
}

.price {
    margin: 9px 0 8px
}

.price span.new {
    color: #000;
    margin-right: 12px
}

.price span.old {
    color: #666;
    text-decoration: line-through
}

.rating-number {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px
}

.quick-view-rating i {
    color: #000;
    font-size: 18px;
    margin-right: 5px
}

.quick-view-number>span {
    color: #666;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 10px
}

.qwick-view-content>p {
    color: #666;
    margin-bottom: 25px
}

.select-option-part {
    margin-bottom: 30px
}

.select-option-part label {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

.select-option-part select {
    -moz-appearance: none;
    background: #0000 url(qcv-arrow-down.png) no-repeat scroll right 20px center;
    border: 1px solid #dddddd;
    box-shadow: none;
    color: #666;
    font-size: 14px;
    height: 43px;
    padding-left: 10px;
    position: relative;
    width: 100%;
    border-radius: 0
}

.quickview-plus-minus {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px
}

.cart-plus-minus {
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 7px 0 7px 5px;
    width: 80px
}

.qtybutton {
    color: #666;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center;
    width: 20px
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px
}

.qtybutton.inc {
    margin-top: 2px
}

.quickview-btn-cart {
    margin: 0 0 0 30px
}

.qtybutton.inc,.qtybutton.dec {
    margin-top: 2px
}

span.main.amount.price-box__old {
    color: #999;
    text-decoration: line-through;
    margin-right: 5px
}

.product-price.product-info__price {
    margin-bottom: 5px
}

.product-rating.spr-badge-caption-none {
    margin-bottom: 20px
}

.quick-view-rating i {
    color: #000;
    font-size: 14px
}

.quick-view-rating .spr-icon.spr-icon-star-empty {
    opacity: 1
}

.quick-view-select .selector-wrapper+.selector-wrapper {
    margin-top: 10px
}

.short-description.product-des {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .qwick-view-left {
        margin-bottom:30px
    }

    #quickViewModal .modal-body {
        padding: 30px
    }

    #quickViewModal .close {
        font-size: 30px;
        right: 10px;
        top: 0
    }
}

.theme-default-pagination li.active a,.theme-default-pagination li.disabled a {
    cursor: not-allowed
}

.error-content>img {
    margin-bottom: 30px
}

.list-product-collection hr {
    margin: 60px 0
}

.list-product-collection .section-title {
    margin-bottom: 40px
}

.ajax-spin-cart .cart-loading,.ajax-spin-cart.add-item .cart-title,.ajax-spin-cart .cart-added,.ajax-spin-cart .cart-unavailable,.ajax-spin-cart.loading.add-item .cart-added,.ajax-spin-cart.loading.add-item .cart-unavailable {
    display: none
}

.ajax-spin-cart.loading .cart-loading,.ajax-spin-cart.add-item .cart-added,.modal-open .ajax-spin-cart.add-item .cart-unavailable {
    display: inline-block
}

.modal-open .ajax-spin-cart.add-item .cart-loading,.modal-open .ajax-spin-cart.add-item .cart-added {
    display: none
}

.search-page hr.hr--clear {
    border-top: 1px solid #dddddd
}

.page-search-title {
    margin-bottom: 30px
}

.page-search-bar input {
    width: 100%;
    height: 40px
}

.page-search-bar {
    position: relative
}

.page-search-bar .page-search-button {
    position: absolute;
    top: 0;
    right: 0
}

.search-item {
    float: left;
    width: 100%;
    margin-top: 30px
}

.search-item-image {
    width: 30%;
    float: left
}

.search-item-content {
    float: left;
    width: 70%;
    padding-left: 30px
}

.search-price {
    margin-bottom: 15px
}

.search-blog-item {
    float: left;
    width: 100%;
    margin-top: 30px
}

.search-blog-item .search-blog-title {
    margin-bottom: 15px
}

.page-search-pagination {
    float: left;
    width: 100%
}

#instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#instafeed a {
    min-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.cart-empty-title,.item-multiple-item-count,.item-single-item-count {
    display: none
}

.featured-image,#ProductPhoto {
    overflow: hidden
}

a.product-single__thumbnail.active {
    /* border: 2px solid #000; */
    display: inline-block
}

.single-countdown {
    background: #f2f2f2;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 55px;
    margin: 2px;
    padding-top: 5px;
    text-align: center;
    width: 55px;
    text-transform: capitalize
}

.category-sub-menu ul li.has-sub>a {
    position: relative;
    display: block;
    cursor: pointer
}

.category-sub-menu ul li.has-sub>a:after {
    content: "+";
    position: absolute;
    right: 5px
}

.category-sub-menu ul li.has-sub.open {
    display: block;
    width: auto
}

.category-sub-menu ul li.has-sub.open>a:after {
    content: "-"
}

.category-sub-menu ul li.has-sub li:last-child a {
    border: none
}

.category-sub-menu ul li ul {
    display: none;
    margin-bottom: 15px
}

.bkt--brand {
    display: none
}

.stock-countdown-message svg {
    display: none
}

.goog-te-banner-frame {
    visibility: hidden!important;
    opacity: 0;
    position: absolute!important
}

.goog-te-gadget-simple {
    background-color: transparent!important;
    border: none!important
}

.goog-te-gadget-icon,.goog-te-gadget-simple .goog-te-menu-value span:nth-child(3n),.goog-te-gadget-simple .goog-te-menu-value span:last-child {
    display: none!important
}

.goog-te-gadget-simple>span {
    position: relative
}

.goog-te-gadget-simple>span:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: -1px;
    font-family: fontawesome;
    font-size: 13px
}

body {
    top: 0!important
}

.fancybox-opened {
    z-index: 999999
}

.loading-modal {
    background: #fff url(loading.html) center 14px no-repeat;
    border: 1px solid rgba(0,0,0,.15);
    position: fixed;
    top: 50%!important;
    bottom: auto;
    left: 50%!important;
    right: auto;
    width: 56px;
    height: 56px;
    margin-left: -28px;
    margin-top: -28px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.3);
    box-shadow: 0 1px 4px #0000004d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: block
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.close-modal {
    float: right;
    bottom: 0;
    position: absolute;
    right: 0
}

.compare_modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

#compare-modal #table-compare th {
    font-weight: 400
}

#compare-modal .close-modal {
    bottom: auto;
    top: -15px;
    right: -7px;
    font-size: 30px
}

#compare-modal .product_price {
    margin-bottom: 10px
}

#compare-modal .product_price strong {
    margin-right: 7px
}

#compare-modal table .btn {
    padding: 10px 24px;
    font-size: 13px
}

#compare-modal table button,#compare-modal table p {
    margin: 0
}

#moda-compare .modal-content {
    border-radius: 0
}

#table-compare th,#table-compare td {
    text-align: center
}

#table-compare td img {
    margin-bottom: 5px
}

.compare_modal .th-compare th {
    text-align: center
}

.compare_modal h4 {
    text-align: center;
    margin: 0;
    padding: 20px
}

.compare-modal-close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 25px;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    line-height: 25px
}

#moda-compare .modal-dialog {
    position: relative;
    width: auto;
    margin: 30px auto;
    max-width: 65%
}

.compare_modal h4 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

#compare-modal .modal-header {
    justify-content: center;
    position: relative
}

#compare-modal th button,#compare-modal tr td {
    text-align: center;
    float: inherit
}

#compare-modal .product-price strong {
    margin-right: 7px
}

#compare-modal td a:hover,#compare-modal .product-price,#compare-modal .modal-close:hover .fa.fa-times-circle {
    color: #d82e2e
}

#compare-modal td a {
    text-transform: uppercase;
    font-size: 12px;
    color: #727272;
    font-weight: 400
}

#compare-modal .product-price {
    margin-bottom: 5px;
    margin-top: 5px
}

#compare-modal .modal-close .fa.fa-times-circle {
    transition: all .3s ease-out 0s
}

#compare-modal th button,#compare-modal tr td {
    font-size: 14px;
    font-weight: 400;
    opacity: 1
}

#compare-modal .table-hover tbody tr:hover {
    background-color: #00000008
}

#compare-modal .table thead th {
    vertical-align: bottom;
    border-bottom: 0px solid #dee2e6
}

.static_video {
    position: relative
}

.static_video #cms_play {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%)
}

#section- .section-title h2,#section- .section-title h2 span,#section- .section-title p {
    color:
}

svg.product-svg-image,svg.banner-svg-image,svg.blog-svg-image,svg.slide-svg-image,svg.custom-svg-image,svg.collection-svg-image {
    fill: #999;
    background: #f6f6f6
}

.featured-product-price {
    margin-bottom: 20px
}

.featured-product-align {
    align-items: center
}

.featured-product-countdown {
    margin-bottom: 30px
}

.custom-content-align {
    align-items: center
}

.featured-product-price del {
    margin-left: 10px
}

.featured-product .single-countdown {
    margin: 0 5px 0 0
}

.featured-product-description {
    margin-bottom: 30px
}

.featured-product-iamge {
    padding-right: 15px
}

.featured-product-content {
    padding-left: 15px
}

.faq-page{
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .faq-page{
        padding-top: 70px;
        padding-bottom: 50px;
        display: none;
    }
}

.faq-page .card {
    margin-bottom: 35px;
    border: 0;
}

.faq-page .card-header {
    padding: 15px 1.25rem 14px;
    background: #add13c;
    border-radius: 10px;
}

.faq-page .card .card-header button {
    position: relative;
    width: 100%;
    text-align: left;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Roboto';
    text-wrap: auto;
    font-size: 25px;
    border: 0;
    padding: 16px 10px;
}

.faq-page .card .card-header button:before {
    content: "-";
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 60px;
    font-weight: 300;
}

.faq-page .card .card-header button.collapsed:before {
    content: "+";
    font-size: 40px;
    top: 13px;
}

.faq-page .faq-page-title {
    margin-bottom: 20px
}

.faq-page .btn-link,.faq-page .btn-link:hover {
    color: #000
}

.faq-page .card-body {
    padding: 30px 20px 0;
    font-size: 16px;
    line-height: 1.8;
}

.form-message--success {
    color: #56ad6a!important;
    background-color: #ecfef0;
    padding: 5px;
    text-align: center;
    margin-bottom: 0
}

button.success-form-close-btn {
    text-align: right;
    float: right;
    margin-right: 20px;
    padding: 0 5px;
    display: inline-block
}

ul.grid-color-swatch li {
    display: inline-block
}

ul.grid-color-swatch li label {
    display: block;
    height: 50px;
    width: 50px;
    cursor: pointer
}

