/*HEADER: START*/
.wishlist-count {
    position: relative;
    top: -8px;
    left: 20px;
}

.wish_logo:hover, .wish_logo:focus {
    color: initial;
}

@media (max-width: 991px) {
    .wishlist-count {
        display: none;
    }
}
/*CATEGORY: START*/
#product-category .desc {
    display: block;
    height: 50px;
    overflow: hidden;
}

.category_img img {
    width: 100%;
    margin: 0;
}

.banner-container {
    clear: both;
    position:relative;
}

.banner-content {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-text p {
    font-size: 55px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.pagination-right {
    float: inherit;
}

.category_filter .limit {
    float: left;
}

.category-sort-by {
    float: right;
}

.category-page-title .page-title {
    margin: 0;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.category-product-count {
    color: #D8D8D8;
}

.category_filter {
    border: none;
}

.category_filter .sort-by {
    margin: 3px 10px 0 0;
}

.category_filter .show {
    margin: 3px 10px 0;
}

.category_filter span.customSelect.form-control {
    opacity: 1;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
    text-align: center;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

label.control-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/*.sort span.customSelect.form-control {*/
/*    width: 138px;*/
/*}*/

/*.limit span.customSelect.form-control {*/
/*    width: 68px;*/
/*}*/

.product-block.product-thumb.transition {
    background: #fff;
    /*padding: 10px;*/
}

#product-category .product-details {
    padding: 10px 20px;
}

#column-left .box {
    background: #fff;
    border: 1px solid #E6E6E6;
    padding: 20px;
    border-radius: 0;
}

#product-category #column-left .box {
    background: transparent;
    border: none;
    padding: 0;
}

#product-category .left-category-checkbox {
    height: 20px;
    width: 20px;
}

#product-category .left-category-checkbox input {
    height: 20px;
    width: 20px;
}

#product-category .box .box-content .box-category.treeview-list {
    padding: 15px 22px;
}

#product-category .box .box-content .box-heading {
   margin: 0;
   padding: 25px 25px 0 25px;
}


#product-category .box .box-content .box-heading span {
    font: 600 16px/18px 'Poppins', sans-serif;
    color: #444;
    text-transform: uppercase;
}

/*#product-category .box-content {*/
/*    padding: 20px !important;*/
/*}*/

.box .box-content ul li ul li a:before {
    content: "";
}

.box .box-content ul li .hitarea {
   display: none;
}

.left-category-input {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.pagination-wrapper .page-link {
    width: 100%;
}

.pagination .pagination-next-element {
    float: right;
    margin-right: 0;
}

.pagination li:last-child .pagination-next-button {
    background-color: transparent !important;
    border: none !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    padding-right: 0;
}

.pagination li:last-child .pagination-next-button:hover, .pagination li:last-child .pagination-next-button:focus {
    color: #000 !important;
}


.pagination>.active>span {
    color: #fff !important;;
    background-color: #1A6EFF !important;
    border-color: #1A6EFF !important;
}

.pagination>li>a:hover, .pagination>li>a:focus {
    color: #fff !important;
    background-color: #1A6EFF !important;
    border-color: #1A6EFF !important;
}

.pagination>li>a {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #EBEBEB !important;
}

.pagination-wrapper {
    border: none;
}

.pagination>li {
    display: inherit !important;
    margin-right: 6px;
}

span.paginations-dots {
    color: #000000 !important;
    background-color: transparent !important;
    border: none !important;
}

span.paginations-dots:hover, .pagination>li>span:focus {
    color: #000000 !important;
    background-color: transparent !important;
    border: none !important;
}

.pagination {
    float: left;
    display: flex;
    width: 100%;
}

.mfilter-box-52 ul.mfilter-tb {
    margin: 0 !important;
    width: 100% !important;;
}

.mfilter-box-52 .mfilter-filter-item .mfilter-options {
    padding: 0;
}

.mfilter-box-52 .mfilter-heading-content {
    background: #fff;
}

.mfilter-box-52 .mfilter-heading-content .mfilter-heading-text span {
    font: 600 16px/18px 'Poppins', sans-serif;
    color: #444;
    text-transform: uppercase;
}

.mfilter-box-52 .mfilter-content > ul {
    background: #faf9f9;
}

.mfilter-box-52 .mfilter-content > ul > li{
   margin-bottom: 15px;
   border: 1px solid #E6E6E6;
   background: #fff;
   padding: 15px 25px;
}


.mfilter-box-52 .mfilter-content > ul > li.mfilter-gheader {
    /*background: #fff;
    border-radius: 10px;
    box-shadow: 0px 1px 3px #888888;
    margin-bottom: 5px;*/
    display: none;
}

.mfilter-box-52 li.mfilter-filter-item.mfilter-price.mfilter-price {
    /*border-bottom: 1px solid #eee;*/
    /*margin-bottom: 10px;*/
}

.mfilter-box-52 .mfilter-opts-container {
    /*border-top: 2px solid #eee;*/
    border: none;
}

.mfilter-box-52 .mfilter-heading-text > span {
    padding-left: 10px;
}

/*.mfilter-box-52 .mfilter-counter {*/
/*    background: #fbb03b !important;*/
/*}*/

/*.mfilter-box-52 .mfilter-counter:after {*/
/*    border-right-color: #fbb03b !important;*/
/*}*/

.mfilter-box-52 .mfilter-price-inputs {
   display: flex;
}

.mfilter-box-52 input#mfilter-opts-price-min, .mfilter-box-52 input#mfilter-opts-price-max {
    width: 100%;
    max-width: 100%;
    min-width: 80px;
    background: #F4F4F4;
    text-align: center;
    padding: 0;
    border-radius: 0;
    color: #444;
    font: normal 14px Poppins;
    max-height: 30px;
    border: none;
}


.mfilter-box-52 .filter-price-separator {
    display: inline-block;
    width: 100%;
}

.mfilter-box-52 .mfilter-price-slider {
    background: none !important;
}

.mfilter-box-52 .mfilter-slider-slider, .mfilter-box-52 #mfilter-price-slider {
    /*background: #fff !important;*/
    background: #000 !important;
    height: 3px !important;
    margin-top: 20px !important;
}

.mfilter-box-52 .mfilter-slider-slider .ui-slider-handle, .mfilter-box-52 #mfilter-price-slider .ui-slider-handle {
    background: #fff !important;
    border: 3px solid #000 !important;
    border-radius: 100%;
    width: 25px !important;
    height: 25px !important;
    margin-top: -6px;
}

.mfilter-box-52 .mfilter-slider-slider .ui-slider-range, .mfilter-box-52 #mfilter-price-slider .ui-slider-range {
    background: #000 !important;
    /*height: 3px;*/
    /*margin-top: 5px;*/
}

.mfilter-box-52  .mfilter-heading .mfilter-head-icon {
    filter: brightness(0);
}

.mfilter-box-52 .mfilter-heading {
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}

.mfilter-box-52 .mfilter-heading.mfilter-collapsed {
    margin-bottom: 0;
}

.mfilter-box-52 .mfilter-col-input {
    height: 20px;
    width: 20px;
    padding-right: 10px;
}

.mfilter-box-52 .mfilter-col-input input {
    width: 20px;
    height: 20px;
}

.mfilter-box-52 .mfilter-tb-as-td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.filter-mobile-button {
    display: none;
}
/*RESPONSIVE-CATEGORY: START*/
@media (max-width: 990px) {
    .filter-mobile-button {
        display: block
    }

    .filter-mobile-button .filter-mobile-collapse {
        display: block;
        width: 100%;
        background: #fff;
        border: 1px solid #E6E6E6;
        padding: 5px 20px;
        font: normal normal 600 14px/39px Montserrat;
        transition: all 0.3s ease 0s;
    }

    .filter-mobile-button .filter-mobile-collapse:hover, .filter-mobile-button .filter-mobile-collapse:focus {
        color: #000;
    }

    .filter-mobile-button .filter-mobile-collapse .filter-mobile-icon {
        float: right;
        background: url(../image/filter.png) 0% 0% no-repeat;
        width: 22px;
        height: 22px;
        background-size: contain;
        margin-top: 10px;
    }

    .filter-mobile-button .filter-mobile-collapse[aria-expanded="true"] {
        background-color: #1A6EFF;
        color: #fff;
    }

    .filter-mobile-button .filter-mobile-collapse[aria-expanded="true"] .filter-mobile-icon{
        filter: invert(1);
    }

    .filter-collapse-content .category-tree-box {
        background: #fff;
        margin-top: 30px;
    }

    .filter-collapse-content .category-tree-box .box-heading{
        padding-top: 0 !important;
        text-align: left;
    }

    .filter-collapse-content .box-content {
        margin: 0;
    }

    .filter-collapse-content .category-tree-box {
        border: 1px solid #E6E6E6;
    }

    .filter-collapse-content .mfilter-box:last-child {
        margin-bottom: -14px;
    }

    .category_filter {
        border: none;
        margin-bottom: 10px;
        margin-top: 25px;
        padding: 0;
    }

    .category_filter .category-page-title {
        width: 100%;
    }

    .category_filter .show-wrapper {
        display: none;
    }

    .category_filter .sort-by-wrapper {
        display: none;
    }

    .category-page-title .page-title {

    }

}

/*BREADCRUMBS: START*/
.wrap-breadcrumb {
    background: none;
    margin: 0;
}

.wrap-breadcrumb .breadcrumb {
    background: none;
    padding: 25px 0;
}

.breadcrumb > li a {
    color: #B2B2B2 !important;;
}

.breadcrumb>li+li:before {
    content: "/" !important;
}


/*CART:START*/

#checkout-cart .input-quantity {
    width: 104px;
    padding: 0;
}

#checkout-cart .cart-section {
    background: #fff;
    padding: 37px;
    margin-bottom: 70px;
}

#checkout-cart .cart-section .page-title{
   text-transform: none;
}

#checkout-cart .quantity-nav {
    float: left;
    position: absolute;
    height: 33px;
    left: 50%;
    top: -2px;
}

.cart-section table thead tr td {
    background: none !important;
    border: none;
    color: #C1C1C0 !important;
    font-weight: 600 !important;
    font-family: 'Roboto', sans-serif;
}

.cart-section table tbody tr td {
    background: none;
    border: none;
}

.cart-section td {
    padding: 10px 0 !important;
    vertical-align: middle !important;
}

.cart-product-thumb {
    width: 130px;
}

.cart-product-image {
    overflow: hidden;
    /*margin: auto;*/
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 1px solid #CECECE;
}

.cart-product-image a {
    /*overflow: hidden;*/
    /*!*margin: auto;*!*/
    /*width: 80px;*/
    /*height: 80px;*/
    /*border-radius: 40px;*/
    /*border: 1px solid #CECECE;*/
    background-size: inherit;
    display: block;
    background-position-y: -8px;
    width: 80px;
    height: 80px;
}

.cart-quantity-input input {
    border-radius: 50px !important;
}

.cart-product-name a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.cart-product-name a:hover {
    color: #000;
}

.cart-product-name small {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #C4C4C4;
}

.cart-delete-button {
    background: none;
    border: none;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
}

.cart-product-total {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.cart-quantity-input {
    margin: auto;
}

.cart-heading {
    display: flex;
    margin-bottom: 30px;
}

.cart-right-heading {
    margin-left: auto;
}

.cart-orange-logo {
    background: url(../image/cart/active_shop@2x.png) 0% 0% no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: contain;
}

.cart-delivery-logo {
    background: url(../image/cart/noun_delivery_1665162@2x.png) 0% 0% no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: contain;
    margin-bottom: 8px;
}

.cart-logo-separator {
    width: 60px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
}

.cart-logo-separator span {
    width: 100%;
    background: #eee;
    height: 1px;
    display: inline-block;
}

.cart-bottom-section {
    display: flex;
}

.cart-bottom-section > *{
    margin-left: auto;
}

#checkout-cart .cart-to-checkout a {
    background: #fbb03b;
    border-color: #fbb03b;
    border-radius: 50px;
    color: #000;
    font: normal normal 600 13px/16px Montserrat;
    padding: 12px 20px;
}

#checkout-cart .cart-to-checkout a:hover {
    background: #a68a5e;
    border-color: #a68a5e;
}

#checkout-cart .shopping-button {
    font: normal normal 600 14px/39px Poppins;
}

#checkout-cart .shopping-left-arrow {
    background: url(../image/left-arrow.png) 0% 0% no-repeat;
    width: 23px;
    height: 12px;
    display: inline-block;
    background-size: contain;
}

#checkout-cart .cart-total {
    margin: 0;
    width: 100%;
}

#checkout-cart .cart-coupon {
    width: 100%;
}

#checkout-cart .cart-total-content {
    width: 50%;
    margin: 6px auto;
    display: flex;
}


#checkout-cart span.cart-total-title {
    font: normal normal 300 16px/25px Poppins;
    color: #000;
    margin: auto;
}

#checkout-cart span.cart-total-price {
    font: normal normal 600 16px/25px Poppins;
    color: #000;
    margin-right: 14px;
}


/*CART SCROLL*/
.table-responsive::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.table-responsive::-webkit-scrollbar-button {
    width: 0;
    height: 0px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #444;
    border: 0px none #ffffff;
    border-radius: 0;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #444;
}
.table-responsive::-webkit-scrollbar-thumb:active {
    background: #444;
}

.table-responsive::-webkit-scrollbar-track {
    background: #01010112;
    border: 0px none #ffffff;
    border-radius: 0;
}
.table-responsive::-webkit-scrollbar-track:hover {
    background: #01010112;
}
.table-responsive::-webkit-scrollbar-track:active {
    background:#01010112;
}
.table-responsive::-webkit-scrollbar-corner {
    background: transparent;
}
/*CART SCROLL*/


.coupon-content {
    border: 1px solid #D8D8D8;
    border-radius: 30px;
    padding: 3px;
    width: 100%;
}

.coupon-content #input-coupon {
    border: none;
    margin-left: 8px;
    padding: 4px 16px;
}

.coupon-content  #button-coupon {
    background: url(../image/send-icon.png) 0% 0% no-repeat;
    width: 22px;
    height: 15px;
    background-size: contain;
    margin-right: 20px;
    display: inline-block;
    float: right;
    margin-top: 9px;
}

/*PRODUCT:START*/
.product-general-data {
    display: flex;
}

.product-general-data .product-model {
    margin-right: auto;
}

.product-general-data .product-availabilty {
    margin-left: auto;
}

#product-product #content ul.list-unstyled.price {
    /* overflow: inherit; */
    display: table;
    width: 100%;
}

#product-product #content ul.list-unstyled.attr {
    border: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#product-product #content ul.list-unstyled.attr {
    border: none;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

#product-product #content ul.list-unstyled.attr span{
    font: normal normal normal 16px Poppins;
    color: #747474;
}

#product-product h3.product-title {
    color: #000;
    font: normal normal 600 30px/37px Montserrat;
    margin: 0;
}

#product-product ul.list-unstyled {
   margin: 0;
   padding: 0;
}

#product-product h3.product-price {
    font: normal normal 400 30px/37px Montserrat;
    font-weight: 400 !important;
}

#product-product span.old-price {
    margin-left: 15px;
    font: normal normal 400 30px/37px Montserrat;
    margin-bottom: 0;
}

#product-product h3.special-price {
    font: normal normal 400 30px/37px Montserrat;
    color: #f33;
    margin-bottom: 0;
}

.product-availabilty-text {
    color: #00C168 !important;
    font-weight: 400 !important;
}

.product-attribute-table td, .product-attribute-table tr {
    border-left: none !important;
    border-right: none !important;
}

.product-attribute-table thead td {
    background: #e1ecff !important;
    color:  #0079C2 !important;
    text-transform: uppercase;
    font: normal normal 400 18px Montserrat;
    padding: 15px 15px !important;
}

.product-attribute-table tbody span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000;
}

.product-attribute-value span {
    float: right;
    font-weight: 500 !important;
}


#product-product #input-quantity {
    border-radius: 50px;
    /*padding: 3px 30px 6px;*/
}

#product-product #button-cart {
    background: #1A6EFF;
    border-color: #1A6EFF;
    border-radius: 50px;
    color: #fff;
    /*padding: 8px 80px;*/
}

#product-product .product-button-group {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    opacity: 1;
    text-align: center;
    right: 38px !important;
    top: 13px !important;
    left: 0;
}

#product-product .button-group.vertical_position button:hover, #product-product .button-group button:focus {
    border:none !important;
    margin: 8px 0;
}
#product-product .button-group.vertical_position button, #product-product .button-group.vertical_position button {
    border:none !important;
    margin: 8px 0;
}
#product-product .button-group.vertical_position button {
    width: 46px;
    height: 46px;
}
#product-product .button-group.vertical_position button {
    box-shadow:0px 0px 9px -5px black;
}

#product-product .button-group.vertical_position .add_to_wishlist_img_p {
    margin-top: 6px;
}

#product-product .button-group.vertical_position .add_to_compare_img_p {
    margin-top: 3px;
}


.product-attribute-table tbody tr:nth-child(even) td {
    background: #faf9f9;
    border-top: 1px solid #DEDEDE !important;
    border-bottom: 1px solid #DEDEDE !important;
}

.product-tabs #tabs_info .nav-tabs li a {
    text-transform: uppercase !important;
}

/*.tabs_info_editable.product-tabs {*/
/*    margin-top: 30px;*/
/*}*/

#product-product #button-cart:hover {
    background: #154290; border-color: #154290;
}

.product-left .add_to_compare_img_p {
    bottom: 2px; position:
        relative; left: 5px;
}

#button-cart span {
    background: #ff000000 url(../image/cart_button.svg) 0% 0% no-repeat;
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.row.product-middle-tabs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.middle-tab-img {
    display: flex;
    align-items: center;
}

.product-middle-tabs .banner_flex .middle-tab-img span {
    /*width: 70px;*/
    /*height: 42px;*/
    /*display: inline-block;*/
    /*background-size: contain;*/
    /*margin-top: 6px;*/
    /*margin-right: 24px;*/
    margin-right: 10px;
    width: 60px;
    height: 35px;
    background-size: 30px;
}

.product-middle-tabs .delivery_img {
    background: #ff000000 url(../image/product/noun_delivery.png) 0% 0% no-repeat;
}

.product-middle-tabs .fast_delivery_img {
    background: #ff000000 url(../image/product/noun_Fast_Delivery.png) 0% 0% no-repeat;
}

.product-middle-tabs .product_quality_img {
    background: #ff000000 url(../image/product/noun_guarantee.png) 0% 0% no-repeat;
}

.product-middle-tabs .support_img {
    background: #ff000000 url(../image/product/Path.png) 0% 0% no-repeat;
}

.swiper-container.small-image-slider.swiper-container-initialized.swiper-container-vertical {
    width: 100%;
    height: 465px;
}

.small-image-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.sharethis-inline-share-buttons {
    margin-top: 30px;
}

.sharethis-inline-share-buttons .st-btn {
    /*margin-right: 20px !important;*/
}

.related_background .product-details .desc {
    height: 50px;
    overflow: hidden;
}

.productpage hr {
    border-top: 1px solid rgb(221 220 220 / 60%);
}

.productpage .banner_flex span{
    display: block;
    margin-top: -5px;
}

.product-files {
    list-style: none;
    display: inline-block;
    float: right;
    margin: 0 0 0px;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

.product-files li {
    display: inline-block;
    float: left;
    list-style: none outside none;
    position: relative;
    text-align: center;
    margin: 0 25px;
}

.download-file-button {
    background: #fff;
    border-color: #1A6EFF;
    border-radius: 50px;
    color: #1A6EFF;
    padding: 8px 80px;
    border: 1px solid;
    text-transform: uppercase;
    font: normal normal bold 13px Montserrat;
    transition: all 0.5s ease 0s;
}

.download-file-button:hover {
    background: #e4e6e8;
    border-color: #1A6EFF;
    color: #1A6EFF;
}

.download-file-button span {
    background: #ff000000 url(../image/pdf.png) 0% 0% no-repeat;
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 3px;
}

.product-tab-content #tab-description {
    max-height: 500px;
    overflow-y: auto;
}

.product-tab-content .tab-pane::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}
.product-tab-content .tab-pane::-webkit-scrollbar-button {
    width: 0;
    height: 0px;
}

.product-tab-content .tab-pane::-webkit-scrollbar-thumb {
    background: #444;
    border: 0px none #ffffff;
    border-radius: 0;
}
.product-tab-content .tab-pane::-webkit-scrollbar-thumb:hover {
    background: #444;
}
.product-tab-content .tab-pane::-webkit-scrollbar-thumb:active {
    background: #444;
}

.product-tab-content .tab-pane::-webkit-scrollbar-track {
    background: #01010112;
    border: 0px none #ffffff;
    border-radius: 0;
}
.product-tab-content .tab-pane::-webkit-scrollbar-track:hover {
    background: #01010112;
}
.product-tab-content .tab-pane::-webkit-scrollbar-track:active {
    background:#01010112;
}
.product-tab-content .tab-pane::-webkit-scrollbar-corner {
    background: transparent;
}

.mobile-share-links {
    display: none;
}

.mobile-small-images {
    display: none;
}

.mobile-qty-label {
    display: none;
}

.banner_flex .middle-tab-text b {
    font-size: 13px;
}

.percentsaving-product {
    top: 0 !important;
    padding: 6px 28px !important;;
    left: 40px !important;;
    font-size: 20px !important;;
}

span.saleicon.sale {
    display: none;
}
/*PRODUCT RESPONSIVE: START*/
@media (max-width: 1200px) and (min-width: 991px) {
    .product-page-separator {
        display: none;
    }

    .product-right {
        width: 50% !important;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .left.product-image.thumbnails .left-small-images {
        width: 25%;
    }

    .left.product-image.thumbnails .right-big-thumb {
        width: 75%;
    }

}
@media (max-width: 1200px)  {
    .product-data-tabs {
        width: 100% !important;
    }

    #tabs_info .nav-tabs {
        display: flex;
        overflow-y: scroll;
    }

    #tabs_info .nav-tabs li {
        margin: auto;
    }

    .product-tabs #tabs_info .nav-tabs li a {
        min-width: 100px;
    }

    .product-files {
        display: none;
    }
}

@media (max-width: 991px) {

    .product-files-mobile {
        text-align: center;
        list-style: none;
        margin-top: 30px;
    }

    .sharethis-inline-share-buttons {
        padding: 0 !important;
    }

    .product-quantity-button {
        width: initial;
    }

    #product-product .product-button-group {
        right: 20px !important;
    }

    .product-files {
        display: none;
    }

    #product-product {
        /*width: 100%;*/
        width: 92%;
    }

    .left.product-image.thumbnails .left-small-images {
        display: none;
    }

    .left.product-image.thumbnails .right-big-thumb {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .left.product-image .col-sm-2.mobile-small-images {
        padding: 0;
    }

    .productpage .product-right {
        padding-left: 15px;
    }

    .left.product-image.thumbnails .right-big-thumb .main-image-thumb img {
        width: 100%;
        /*width: max-content;*/
        /*margin: auto;*/
        /*display: table;*/
    }

    .product-left {
        width: 100% !important;
    }

    .product-right {
        width: 100% !important;
    }

    .mobile-small-images {
        display: block;
        margin-top: 30px;
        margin-bottom: 18px;
        width: 100% !important;
    }

    .destkop-share-links {
        display: none !important;
    }

    .mobile-share-links {
        display: block;
    }

    .mobile-share-links .sharethis-inline-share-buttons{
        text-align: left !important;
        padding-left: 12px;
    }

    .row.product-middle-tabs {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin-bottom: 30px;
    }

    .productpage .col-sm-3.banner_flex {
        display: flex;
        flex-basis: calc(50% - 0px);
        justify-content: center;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .productpage .col-sm-3.banner_flex:nth-child(-n + 2) {
        margin-bottom: 30px;
    }

    .middle-tab-img {
        align-items: center;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .product-middle-tabs .banner_flex .middle-tab-img span {
        width: 60px;
        height: 35px;
        background-size: 30px;
        margin: 0;
        background-position: 50% 0;
    }

    .middle-tab-text {
        text-align: center;
    }

    .related_background .owl-buttons {
        display: none;
    }


}

@media (max-width: 767px) {
    .related_background {
        display: inherit;
    }

    .tabs_info_editable #tabs_info .nav-tabs li.active a {
        padding: 10px 12px;
    }
}

@media (max-width: 479px) {
    .desktop-qty-label {
        display: none;
    }

    .mobile-qty-label {
        display: block;
    }

    .productpage #input-quantity, .quickview #input-quantity {
        margin-left: 0;
    }

    .product-tabs #tabs_info .nav-tabs li:not(:last-child) {
        margin-right: 20px !important;
    }

    #product-product #button-cart {
        padding: 8px 20px;
    }
}
/*INFORMATION: start*/
#information-information #column-left .box {
    background: #fff !important;
    border: 1px solid #E6E6E6 !important;
    padding: 20px;
    border-radius: 0;
}
.information-body {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 40px #0000000d;
    margin-bottom: 70px;
}

.information-body .page-title{
    font: normal normal 300 30px/46px Poppins;
}

@media (max-width: 767px) {
    #information-information #column-left .box .box-heading, #column-right .box .box-heading {
        margin: 0 !important;
    }
}

/*SEARCH: START*/

#product-search .desc {
    display: block;
    height: 50px;
    overflow: hidden;
}

#product-search .product-details {
    padding: 10px 20px;
}

/*CHECKOUT: START*/
#checkout-checkout .h1 {
    font: normal normal 300 30px/46px Poppins;
}

#checkout-checkout .panel-default>.panel-heading:hover .panel-title {
    background-color: #f8f8f8;
}

#checkout-checkout .panel-default>.panel-heading:hover {
    border-color: #e5e5e5;
}

#checkout-checkout .btn {
    background: #fbb03b;
    border-color: #fbb03b;
    border-radius: 50px;
    color: #000;
    font: normal normal 600 13px/16px Montserrat;
    padding: 12px 20px;
}

#checkout-checkout .btn:hover {
    background: #a68a5e;
    border-color: #a68a5e;
}

#checkout-checkout .checkout-body {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 40px #0000000d;
    margin-bottom: 70px;
}

/*SUCCESS: START*/

#checkout-success .h1 {
    font: normal normal 300 30px/46px Poppins;
}

#checkout-success .btn {
    background: #fbb03b;
    border-color: #fbb03b;
    border-radius: 50px;
    color: #000;
    font: normal normal 600 13px/16px Montserrat;
    padding: 12px 20px;
}

#checkout-success .btn:hover {
    background: #a68a5e;
    border-color: #a68a5e;
}

#checkout-success .success-body {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 40px #0000000d;
    margin-bottom: 70px;
}

#checkout-success .success-content {
    text-align: center;
}

#checkout-success .success-content img {
    margin: auto;
    margin-bottom: 30px;
}

#checkout-success .success-content p {
    font: normal normal normal 13px/26px Montserrat;
    color: #808080;
}

/*ACCOUNT: START*/
.account-body {
    background: #fff;
    padding: 40px !important;
    box-shadow: 0px 3px 16px #0000000d;
    margin-bottom: 70px;
}

.account-body .page-title{
    font: normal normal 300 30px/46px Poppins;
}

/*HOMEPAGE: START*/
.mobile-banner-tabs {
    display: none;
}
.vertical_align_about p {
    color: #2B2B2B;
}

.background_image_about iframe {
    width: 100%;
}

.vertical_align_about h1 {
    width: 100%;
}
.mobile-fontss {
    display: none;
}

.banner-image{
   width: 100%;
}

.main-banner-content {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
    padding: 100px 20px 100px;
}

.main-banner-content > *:not(:last-child) {
    margin-bottom: 30px;
}

.button_banner_l {
    display: flex;
    /*margin-top: 20px;*/
}

.button_banner_l .banner-link-button {
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.button_banner_l .banner-link-button img {
    width: 50%;
    margin: auto;
}

.button_banner_l .banner-link-text {
    margin: auto;
    margin-left: 20px;
    display: flex;
    text-transform: uppercase;
    color: #fff;
    font: normal normal 400 13px/20px Poppins;
}

.banner-middle-image {
    max-width: 415px !important;
}

@media (max-width: 1560px) {
    .desktop-banner-tabs > .col-sm-9 > .col-sm-2 {
        display: none;
    }

    .desktop-banner-tabs > .col-sm-9 > .col-sm-3 {
        width: 33.33333333333333%;
    }

    .banner_flex span {
        font-size: 11px;
    }
}

@media (max-width: 1199px) {
    .desktop-banner-tabs {
        display: none;
    }

    .mobile-banner-tabs {
        display: flex;
        position: initial !important;
        background: #fff;
    }

    .mobile-banner-tabs .banner_flex {
        display: flex;
        width: 100%;
        padding: 20px;
    }

    .mobile-banner-tabs .banner_flex > span {
        margin: 0;
        margin-right: 10px;
    }

    .mobile-banner-tabs .banner_flex > div {
        margin-top: -4px;
    }
}

/*HOMEPAGE RESPONSIVE: START*/
@media (max-width: 991px) {
    .owl-buttons {
        display: none;
    }

    .customNavigation {
        display: none;
    }

    .content-top {
        width: 100% !important;
    }

    .common-home #content .box-heading {
        text-align: left;
        font: normal normal bold 30px/27px 'Montserrat-Bold', sans-serif;
        font-weight: 800;
        margin: 15px 0 5px 13px;
    }

    .box.featured.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }

    .box.featured.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }

    .box.special.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-next {
        right: -24px;
    }

    .box.special.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-prev {
        left: -24px;
    }

    /*.product-block.product-thumb.transition {*/
    /*    margin: 15px 22px;*/
    /*}*/

    .box.special.hb-animate-element.left-to-right.hb-in-viewport {
        padding-top: 130px;
        padding-bottom: 10px;
        background-position-x: 36%;
    }

    .box.special .container {
        width: 100% !important;
    }

    .background_image_about .container {
        width: 100% !important;
    }

    .background_image_about .col-sm-12:first-child {
        margin: 0;
    }

    .vertical_align_about h1 {
        width: 100%;
        font-size: 28px;
    }

    .vertical_align_about p {
        color: #2B2B2B;
        font-size: 18px;
    }

    .vertical_align_about {
        height: 400px;
    }

    .image_inside_about {
        margin-top: 80px;
        height: 440px;
    }

    .blog_container_background .header_blog_text {
        display: block;
        text-align: left;
        margin-left: 13px;
    }

    #blog-carousel .product-block, #blog-grid .product-block {
        /*margin: 13px;*/
        margin: 15px 15px;
    }

    .blog_container_background .header_blog_text p {
        width: 75%;
        margin: auto;
        text-align: center;
        display: table;
    }

    .background_testimonial {
        padding-bottom: 30px;
    }

    .testimonials_bm h2.fontss {
        text-align: center;
        font-size: 24px;
        padding-bottom: 40px;
        padding-left: 0;
    }

    .testimonials_bm .swiper-slide .col-sm-12 > div {
        width: 100%;
    }

    .desktop-fontss {
        display: none;
    }

    .mobile-fontss {
        display: block;
    }

    .background_testimonial h3, .background_testimonial h4, .testimonials_bm .swiper-pagination {
        text-align: center !important;
    }

    .background_testimonial .swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
    }

    .background_testimonial .swiper-pagination-bullet-active {
        width: 14px !important;
        height: 14px !important;
    }

}

@media (max-width: 767px) {
    .main-slider img {
        width: initial;
    }

    .mobile-banner-tabs {
        flex-direction: column;
    }

    /*.product-block.product-thumb.transition {*/
    /*    margin: 15px 35px;*/
    /*}*/

    .box.featured.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-prev {
        left: -10px;
    }

    .box.featured.hb-animate-element.left-to-right.hb-in-viewport .owl-controls .owl-buttons .owl-next {
        right: -10px;
    }

    /*#blog-carousel .product-block, #blog-grid .product-block {*/
    /*    margin: 30px;*/
    /*}*/

    .blog_container_background a.fa.prev.cbtblog_prev.fa-angle-left {
        left: 25px !important;
    }

    .blog_container_background a.fa.next.cbtblog_next.fa-angle-right {
        right: -3px !important;;
    }

    .main-banner-content > *:not(:last-child) {
        margin-bottom: 20px;
    }

    .main-banner-content .banner_tittle {
        margin-left: auto;
        margin-right: auto;
        font-size: 34px !important;
    }

    .main-banner-content .banner-middle-image {
        margin-left: auto;
        margin-right: auto;
        max-width: 250px !important;
    }

    .main-banner-content .button_banner_l {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .button_banner_l .banner-link-button {
        width: 30px;
        height: 32px;
    }
}

@media (min-width: 991px) {
    #testimonial0 .img-circle{
        width: 100%;
    }

    footer.new_design_footer .footer_sign {
        display: table;
    }

}

@media (max-width: 580px) {
    .blog_container_background .box-heading {
        margin: 12px 0 5px 0 !important;
    }

    .blog_container_background .header_blog_text {
        margin-left: 0px;
    }

}
@media (max-width: 480px) {


    #slideshow0 .swiper-slide {
        transform: translate(-454px, 0px) !important;
    }

    #slideshow0 {
        width: 1000px !important;
    }

    /*.main-banner-content {*/
    /*    margin-left: 200px;*/
    /*}*/

    .main-banner-content {
        padding-top: 50px !important;
    }

    .main-banner-content > *:not(:last-child) {
        margin-bottom: 0;
    }

    .main-banner-content .banner_tittle {
        margin-left: auto;
        margin-right: auto;
        /*font-size: 22px !important;*/
        font-size: 35px !important;
        margin-bottom: 20px;
    }

    .main-banner-content .banner-middle-image {
        margin-left: auto;
        margin-right: auto;
        /*max-width: 170px !important;*/
        max-width: 260px !important;
        margin-bottom: 20px;
    }

    .main-banner-content .button_banner_l {
        margin-left: auto;
        margin-right: auto;
    }

    .button_banner_l .banner-link-text {
        font: normal normal 400 17px/20px Poppins;
    }

    .vertical_align_about p {
        font-size: 14px;
    }

    .image_inside_about {
        margin-top: 100px;
    }

    .background_image_about .bila_verticala {
        width: auto;
    }

    .vertical_align_about {
        height: initial;
    }

    .image_inside_about {
        height: 360px;
    }

    .banner_flex div span {
        display: block;
        max-width: 200px;
    }

    .main-banner-content {
        padding-top: 50px !important;
        width: 100vw;
        top: 35%;
        left: 0;
        transform: translate(40%, -50%);
    }

}

@media (max-width: 380px) {
    .main-banner-content {
        transform: translate(38%, -50%);
    }
}

/*FOOTER: START*/
.made-by-text a:hover {
    color: #4d5152;
    transition: .3s;
}

.made-by-text a {
    color: #bfbfbf;
    transition: .3s;
}

#footer {
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .made-by-text a {
        color: #bfbfbf !important;
    }

    #footer-mobile {
        padding-bottom: 10px;
    }
}


/*404: START*/
#error-not-found .btn {
    background: #fbb03b;
    border-color: #fbb03b;
    border-radius: 50px;
    color: #000;
    font: normal normal 600 13px/16px Montserrat;
    padding: 12px 20px;
}

#error-not-found #content {
    background: #fff;
    padding: 40px;
    box-shadow: 0px 3px 40px #0000000d;
    margin-bottom: 70px;
}

#error-not-found .btn:hover {
    background: #a68a5e;
    border-color: #a68a5e;
}

/*marian - product page*/
.row.product-middle-tabs {
    margin-top: 22px;
    margin-bottom: 22px;
}