@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;

}

:root {
    --primary-color: #0D2C88;
    --temporary-color: #001C71;
    --secodary-color: #EA0000;
    --white-color: #ffffff;
    --black-color: #000;
}

html,
body {
    height: 100%;
    scrollbar-color: #c23636 #ddd;
    scrollbar-width: thin !important;
}

body {
    color: #424449;
    padding-top: 0;
}

/* .alert .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: var(--black-color);
    text-shadow: 0 0px 0 #080808;
    filter: alpha(opacity=20);
    opacity: 1;
} */

a {
    text-decoration: none !important;
}

/* .alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: 0;
    color: inherit;
} */

#wrapper {
    min-height: 100%;
    position: relative;
}

/* #content { padding-bottom : 400px; } */
#languages-bar {
    background-color: var(--primary-color);
    margin-bottom: 15px;
    padding: 10px 0px 10px 0;
}

#languages-bar .phone {
    color: #f1f1f1;
    font-weight: bold;
}

/* #languages-bar .phone span {
    margin-right: 5px;
} */

#languages-bar ul {
    margin: 0;
    margin-left: -10px;
    padding: 0;
}

#languages-bar ul li {
    /* border-right: 1px solid #efefef; */
    display: inline-block;
    margin-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}

#languages-bar ul li a {
    color: #efefef;
    font-size: 13px;
}

#languages-bar ul li img {
    height: 11px;
    margin-right: 2px;
    margin-top: -2px;
    width: 16px;
}

#languages-bar ul li.last-item {
    border-right: none;
    line-height: 33px;
}

#top-part {
    margin-bottom: 10px;
    padding: 10px 0;
}

#top-part #adv-search .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 14px 20px;
    width: 515px;
    background: var(--white-color);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

#top-part #adv-search .input-group-btn .btn-group {
    display: flex !important;
}

#top-part #adv-search .btn-group .btn {
    border-radius: 0;
}

#top-part #adv-search .btn-group .form-horizontal .btn[type="submit"] {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#top-part #adv-search .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

#top-part #adv-search .form-group .form-control:last-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

#top-part ul.shop-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}

#top-part .site-logo {
    max-height: 50px;
    max-width: 100%;
}

#top-part ul.dropdown-cart {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    width: 345px;
}

#top-part ul.dropdown-cart li.shop-item .item .item-in .left-side img {
    width: 100%;
}

#top-part ul.shop-dropdown a.dropdown-toggle {
    color: var(--white-color);
    font-size: 13px;
}

#top-part ul.shop-dropdown a.dropdown-toggle:hover {
    text-decoration: none;
}


/*  */
#top-part ul.dropdown-cart li .item {
    display: block;
    margin: 3px 0;
    padding: 3px 10px;
}

#top-part ul.dropdown-cart li .item:hover {
    background-color: #f3f3f3;
}

#top-part ul.dropdown-cart li .item:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#top-part ul.dropdown-cart li .item-in {
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#top-part ul.dropdown-cart li .item-in img {
    height: 100%;
    object-fit: cover;
    /* width: 50px; */
}

#top-part ul.dropdown-cart li .item-in a.item-info span {
    display: block;
    font-size: 12px;
}

#top-part ul.dropdown-cart .go-checkout {
    display: inline-block;
    margin-bottom: 7px;
    background: var(--white-color);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#top-part ul.dropdown-cart .item-x-absolute {
    position: absolute;
    right: 10px;
}

#top-part ul.dropdown-cart li .item-in .left-side {
    float: left;
    width: 50px;
}

#top-part ul.dropdown-cart li .item-in .right-side {
    border-bottom: 1px solid #f1f1f1;
    float: left;
    margin-left: 2px;
    width: 170px;
}

#top-part ul.dropdown-cart .item-info .prices span {
    color: #fe3a3a;
    display: inline !important;
}

#top-part ul.dropdown-cart .item-info .prices,
#top-part ul.dropdown-cart .item-info .currency {
    color: #fe3a3a;
    display: inline !important;
}




/* 

.dropdown-cart .shop-item {
    background: var(--white-color);
    background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.navbar-brand {
    color: var(--white-color);
    font-size: 16px;
    margin-left: 0 !important;
    margin-right: 15px;
    margin-top: 8px;
    padding: 0;
    height: auto;
}

.navbar-brand:hover {
    color: #f1f1f1;
} */

#adv-search {
    border: 1px solid #B4B4B4;
    border-radius: 4px;
    margin-top: 10px;
}

#search_in_title {
    background-color: var(--white-color);
    border: 0;
    font-size: 15px;
    font-weight: 500;
    padding: 20px 10px;
}

#search_in_title::placeholder {
    color: #B4B4B4;
}

.button-more,
.btn-go-search {
    border: 0 none;
    border-radius: 0;
    color: var(--white-color);
    cursor: pointer;
    float: right;
    font: bold 15px/40px "lucida sans", "trebuchet MS", "Tahoma";
    height: 40px;
    overflow: visible;
    position: relative;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    width: 100%;
}

.button-more::before {
    border-style: solid solid solid none;
    border-width: 8px 8px 8px 0;
    content: "";
    left: -6px;
    position: absolute;
    top: 12px;
    border-color: transparent #ea0000 !important;
}

.btn-go-search {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.basket-box {
    background: var(--primary-color);
    border-radius: 8px;
    color: var(--white-color);
    height: 60px;
    padding: 8px;
}

/* .green-basket {
    height: 50px;
    margin-top: -5px;
}

.basket-box .green-basket {
    margin-right: 20px;
} */

.basket-box h4 {
    margin: 0;
}

.basket-box .center {
    text-align: center;
}

.basket-box .center a {
    color: var(--white-color);
    font-size: 11px;
}

.basket-box table {
    width: 100%;
}

/* .cleaner {
    padding-top: 5px;
    padding-right: 5px;
}

#map {
    height: 400px;
    width: 100%;
} */

.btn-blue-round {
    display: inline-block !important;
    color: var(--white-color) !important;
    background: #3498db linear-gradient(to bottom, #3498db, #2980b9) repeat scroll 0 0;
    border-radius: 28px;
    color: var(--white-color);
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 4px 20px;
    text-decoration: none;
}

/* .btn-blue-round a:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.btn-marun-round {
    display: inline-block !important;
    color: var(--white-color) !important;
    background: #611818 linear-gradient(to bottom, #f11616, #c73737) repeat scroll 0 0;
    border-radius: 28px;
    color: var(--white-color);
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding: 4px 20px;
    text-decoration: none;
}

.btn-product-remove {
    background-color: transparent;
    font-size: 22px;
    font-weight: 700;
} */

#home-slider {
    height: 370px;
    margin-bottom: 40px;
}

#home-slider .right-side {
    padding-top: 60px;
    padding-right: 110px;
}

#home-slider .left-side img {
    max-height: 315px;
    margin: 0 auto;
}

#home-slider .description {
    color: #666;
    margin-bottom: 15px;
}

#home-slider .price {
    font-size: 40px;
    margin-bottom: 15px;
}

#home-slider .carousel-control {
    background-color: none;
}

#home-slider .carousel-control.left,
#home-slider .carousel-control.right {
    background-image: url('imgs/carousel-sprite.png') !important;
}

#home-slider .carousel-control.left {
    background-position: 5px center;
    width: 100px;
    background-repeat: no-repeat;
}

#home-slider .carousel-control.right {
    background-position: -150px center;
    width: 100px;
}

#home-slider a.option {
    background: var(--white-color) none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: var(--black-color);
    cursor: pointer;
    float: right;
    font-size: 0.85em;
    outline: medium none;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#home-slider a.option.right-5 {
    margin-right: 5px;
    border: 2px solid #E1340D;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
}

#home-slider a.option.right-5:hover {
    background-color: #E1340D;
    color: var(--white-color);
}

#home-slider a.option.add-to-cart {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease 0s;
}

#home-slider a.option.add-to-cart:hover {
    background-color: transparent;
    border: 2px solid var(--primary-color);
    color: var(--black-color);
}

#home-slider a.option:hover {
    text-decoration: none;
}

#home-slider a.option img {
    width: 20px;
    margin-right: 5px;
}

#home-slider .carousel-indicators li {
    border: 1px solid #333;
}

#home-slider .carousel-indicators .active {
    background-color: #333;
}

.oaerror {
    background-color: var(--white-color);
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

.oaerror.info {
    background: #F2F5FF;
    color: var(--temporary-color);
    border: 2px dashed #87A3FF;
    border-radius: 4px;
}

.table-products img.product-image {
    width: 80px;
}

.table-products td:nth-last-child(-n+3) {
    width: 11%;
}

.table-products tbody.checkout-body tr td:nth-last-of-type(-n+3) {
    width: 13%;
}

.table-products td:nth-child(3) {
    width: 17%;
}

.orderTable td:nth-last-of-type(-n+3) {
    width: 10%;
}

div#shopping-cart {
    padding-bottom: 60px;
}

/* 

.final-step-form {
    margin-top: 50px;
    text-align: center;
}

.final-step-form input,
.final-step-form a {
    margin-bottom: 5px !important;
}

.blog-col,
.left-col-archive {
    margin-bottom: 15px;
} */

#search-input-blog {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}

#search-input-blog .search-query {
    padding-right: 30px;
    padding-left: 3px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#search-input-blog button {
    border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: 2px;
    position: absolute;
    top: 5px;
    left: -28px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #D9230F;
}

/* #search-input-blog .search-query:focus+button {
    z-index: 3;
} */

div.filter-sidebar {
    margin-bottom: 30px;
}

div.filter-sidebar .title,
.title.alone {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
    padding: 0;
}

div.filter-sidebar ul {
    list-style: none;
    padding: 0;
}

div.filter-sidebar ul li,
div.filter-sidebar ul li a {
    margin-bottom: 4px;
}

div.filter-sidebar ul li a {
    color: #6d6d6d;
    display: inline-block;
    font-size: 13px;
}

div.filter-sidebar ul li a.selected,
div.filter-sidebar ul li a:hover {
    color: #1e88e5;
}

/* div.filter-sidebar ul.children {
    padding-left: 13px;
} */

div.filter-sidebar ul.parent i,
div.filter-sidebar ul.children i {
    font-size: 10px;
}

div.filter-sidebar .title a.clear-filter,
div.filter-sidebar .title i {
    color: #666;
    float: right;
}

div.product-list {
    cursor: pointer;
    margin-bottom: 5px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.filter-sidebar-list {
    min-height: auto;
    height: auto;
    overflow: auto;
    max-height: 240px;
    cursor: pointer !important;
}

.filter-sidebar-list li,
.filter-sidebar-list a:hover {
    color: var(--secodary-color) !important;
}

.addon-red {
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--white-color);
    text-align: center;
    background-color: #E3350B;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#small_carousel.carousel .carousel-inner {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    outline: 1px solid #aaa;
}

/* .info-btn {
    color: var(--white-color);
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
    border-radius: 8px;
}

.info-btn:hover {
    color: #f2f2f2;
} */

div.product-list div.inner div.img-container {
    margin-bottom: 10px;
    overflow: hidden;
}

div.product-list div.inner div.img-container a {
    display: block;
    overflow: hidden;
}

div.product-list div.inner div.img-container a img {
    height: 170px;
}

div.product-list h2 {
    height: 55px;
    overflow: hidden;
    /* line-height: 10px; */
    margin: 0;
    margin-bottom: 10px;
}

div.product-list h2 a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

div.product-list h2 a:hover {
    text-decoration: none;
}

div.product-list div.quantity span {
    font-weight: bold;
}

div.product-list div.price-discount,
#view-product .row-info div.price-discount {
    text-decoration: line-through;
}

div.product-list div.price span.price-down {
    background: #FFE2E2;
    border: 1px dashed var(--secodary-color);
    border-radius: 4px;
    color: var(--secodary-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 1px 7px;
}

div.product-sort {
    display: inline-block;
    margin-bottom: 20px;
    moz-box-shadow: 2px 2px 3px #661313;
    padding: 10px 20px;
    webkit-box-shadow: 2px 2px 3px #661313;
    width: 100%;
}

div.product-sort .form-group {
    margin-bottom: 0;
}

/* .btn-blog {
    background: #33bdef linear-gradient(to bottom, #33bdef 5%, #0781ad 100%) repeat scroll 0 0;
    border: 1px solid #057fd0;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #f0f7fa;
    color: var(--white-color);
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #5b6178;
}

.btn-blog:hover {
    color: var(--white-color);
}



.paypal-image {
    margin: 20px 0;
}
*/
.quantity-num {
    border: 1px solid #333;
    margin-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-top: 1px;
}

#checkout-page form .btm-10 {
    margin-bottom: 10px;
}

#checkout-page .paypal-form {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: rgba(255, 255, 255, 1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    padding-top: 10px;
}

.payment-type-box {
    border: 1px solid #ccc;
    margin: 20px 0;
    padding: 12px;
    position: relative;
}

.payment-type-box .top-header {
    background-color: var(--white-color);
    font-size: 14px;
    left: 50%;
    margin-left: -75px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    top: -12px;
    width: 149px;
}

#checkout-page .form-control {
    border-radius: 0;
    box-shadow: none;
    color: #666;
    font-size: 13px;
}

#checkout-page .form-group label {
    color: #666;
    font-size: 13px;
}

#checkout-page .left-side {
    margin-bottom: 30px;
}

#checkout-page .discount {
    margin-bottom: 20px;
}

#small_carousel.carousel {
    padding-bottom: 60px;
}

#home-slider .carousel-inner .right-side h3 a {
    color: #424449;
}

#small_carousel.carousel .carousel-inner .item {
    opacity: 0;
    text-align: center;
    transition-property: opacity;
}

#small_carousel.carousel .carousel-inner .active {
    opacity: 1;
    transition-property: opacity;
}

#small_carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#small_carousel.carousel .carousel-indicators>li {
    background-color: #bd3434;
    border: none;
}

/* #small_carousel blockquote {
    border: none;
    text-align: center;
}

#small_carousel .profile-circle {
    border-radius: 100px;
    height: 100px;
    margin: 0 auto;
    width: 100px;
}

#small_carousel .profile-circle img {
    width: 100%;
} */

#small_carousel .carousel-indicators .active {
    height: 15px;
    width: 15px;
}

#small_carousel .add-to-cart {
    padding-left: 10px;
    padding-right: 10px;
}

/* #small_carousel .info-btn {
    margin-left: 10px;
    margin-right: 10px;
} */

#small_carousel a.left.carousel-control,
#small_carousel a.right.carousel-control {
    display: none;
}

#view-product h1 {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 0;
}

#view-product .the-image {
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 5px;
}

#view-product .orders-from-category {
    margin-top: 80px;
    background: #F2F5FF;
}


#view-product .row-info {
    padding: 10px 0 0;
}

#view-product .border-bottom {
    border-bottom: 1px solid #d7d7d7;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#view-product .manage-buttons a {
    display: block;
    margin-bottom: 5px;
}

#contacts .jumbotron {
    background: #e6e6e6;
    border-radius: 0px;
    color: #9a9a9a;
}

#contacts .jumbotron-sm {
    padding-bottom: 24px;
    padding-top: 24px;
}

#contacts .jumbotron small {
    color: #c83838;
}

#contacts .h1 small {
    font-size: 24px;
}

div#contacts form#contactUsFrm button#btnContactUs {
    background-color: #ea0000;
    border-color: #ea0000;
    padding: 10px 20px;
}

#languages-bar .pull-right .btn-group.pull-right.ml5.open ul.dropdown-menu.dropdown-menu-right.user-dropdown {
    background-color: black;
}

#languages-bar .pull-right .btn-group.pull-right.ml5.open ul.dropdown-menu.dropdown-menu-right.user-dropdown li {
    display: inline;
}

#languages-bar .pull-right .btn-group.pull-right.ml5.open ul.dropdown-menu.dropdown-menu-right.user-dropdown li a:hover {
    background: #000 !important;
}

td.clickable-row {
    cursor: pointer;
}

/* .blog-list .caption {
    color: #666;
}

.blog-list small span {
    margin-right: 7px;
}

.blog-list small,
.blog-list small a,
.blog-preview-time {
    color: silver;
}

.blog-list .caption h5 {
    font-size: 16px;
}

.blog-list img {
    width: 100%;
}

#blog .thumbnail {
    border-radius: 0;
}

.blog-preview-time {
    display: inline-block;
    margin-bottom: 10px;
}

.blog-description {
    color: #666;
    font-size: 13px;
}

.blog-artchive {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}

.blog-artchive .item {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: none none dotted;
    border-width: 0 0 1px;
    moz-border-bottom-colors: none;
    moz-border-left-colors: none;
    moz-border-right-colors: none;
    moz-border-top-colors: none;
    padding: 10px 0px;
    padding-left: 10px;
}

.blog-artchive .item a {
    color: #666;
} */

.blog-home-left-categ {
    margin-bottom: 20px;
}

/* .blog-list .description {
    height: 125px;
    overflow: hidden;
}

.blog-list h5 {
    height: 40px;
    overflow: hidden;
}

.blog-list .img-container {
    height: 400px;
    overflow: hidden;
}

.btn-blue {
    background-color: #4285f4;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: var(--white-color);
} */

.product-list .price,
.product-list .price-discount {
    margin-bottom: 6px;
}

.product-list .add-to-cart .btn-add.refresh-me {
    margin: 20px 0px 5px;
    transition: all 0.4s;
}

.product-list .add-to-cart {
    margin-bottom: 5px;
}

.add-to-cart.btn-add {
    border: 2px solid transparent;
    background: var(--secodary-color);
    text-align: center;
    padding: 10px 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: var(--white-color);
    font-size: 14px;
    vertical-align: middle;
    display: block;
}

.add-to-cart.btn-add.more-blue {
    background: #18679b;
    background: -moz-linear-gradient(top, #18679b 0%, #3997d6 100%);
    background: -webkit-linear-gradient(top, #18679b 0%, #3997d6 100%);
    background: linear-gradient(to bottom, #18679b 0%, #3997d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18679b', endColorstr='#3997d6', GradientType=0);
}

.add-to-cart.btn-add:hover {
    border-top-color: #b73232;
    background: #b63333;
    color: var(--white-color);
}

.go-category {
    margin: 5px 0px;
}

.add-to-cart.btn-add:active {
    border-top-color: #1b435e;
    background: #1b435e;
}

.commbo_button {
    border: 2px solid transparent;
    background-color: #EA0000 !important;
    width: 340px !important;
}

.commbo_button svg {
    margin-right: 10px;
}

div#home-page div.filter-sidebar .title {
    background-color: var(--temporary-color) !important;
}

div#home-page div.filter-sidebar .title span {
    color: #fff !important;

}

.btn-inner-search {
    color: #f1f1f1;
}

.check-inner {
    display: flex;
    flex-wrap: wrap;
}

.add-to-cart a .loader {
    display: none;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    width: 25px;
}

#notificator {
    display: none;
    left: 50%;
    margin-left: -100px;
    padding: 15px 25px;
    position: fixed;
    text-align: center;
    top: 20px;
    width: 200px;
    z-index: 5000;
}

#clear-form {
    margin-left: -4px;
}

/* #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
} */

/*image preveiw*/
#modalImagePreview {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    /* overflow: auto; */
    padding-top: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
}

/* #modalImagePreview .modal-content {
    text-align: center;
    display: block;
    margin: auto;
    max-width: 700px;
    width: 80%;
} */

.add-to-cart.btn-add.more-blue {
    background: var(--black-color);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18679b', endColorstr='#3997d6', GradientType=0);
}

.add-to-cart-disabled .btn-add {
    padding: 5px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
    color: var(--white-color);
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    display: block;
}

.add-to-cart-disabled .btn-dark {
    border-top: 1px solid #17171738;
    background: var(--black-color);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#1d1d1d));
    background: -webkit-linear-gradient(top, #000000, #4a4a4a);
    background: -moz-linear-gradient(top, #000000, #1d1d1d);
    background: -ms-linear-gradient(top, #000000, #1d1d1d);
    background: -o-linear-gradient(top, #000000, #1d1d1d);
}

/* .disabled-btn {
    opacity: 0.6;
    cursor: no-drop;
} */

.add-to-cart-disabled {
    opacity: 0.6;
    cursor: no-drop;
}

/* #modalImagePreview .modal-content,
#modalImagePreview #caption {
    animation-duration: 0.6s;
    animation-name: zoom;
    webkit-animation-duration: 0.6s;
    webkit-animation-name: zoom;
}

#modalImagePreview .close {
    opacity: 1;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: -10px;
    top: -40px;
    transition: 0.3s;
}

#modalImagePreview .close:hover,
#modalImagePreview .close:focus {
    color: #bbb;
    cursor: pointer;
    text-decoration: none;
}

#modalImagePreview img {
    max-width: 100%;
}

.inner-next,
.inner-prev {
    position: absolute;
    top: 50%;
    margin-top: -120px;
    background-image: url('imgs/arrows-2x.png');
    height: 120px;
    width: 80px;
}

.inner-prev {
    left: 10px;
}

.inner-next {
    right: 10px;
    background-position: -110px center;
}

.other-images-container .active img {
    border: 3px solid #b1b1b1;
}

.img-series {
    bottom: -17px;
    color: var(--white-color);
    font-size: 14px;
    position: absolute;
    right: 0;
} */

.img-sl {
    cursor: pointer;
}

.product-list .add-to-cart.add-to-cart-disabled {
    margin-top: 13px;
}

/*image preveiw finish*/
/* .steps {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.steps .step {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    border-left: 2px solid var(--white-color);
}

.step-bg-ok {
    background: #7db9e8;
    background: -moz-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
    background: -webkit-linear-gradient(top, #7db9e8 0%, #337ab7 100%);
    background: linear-gradient(to bottom, #7db9e8 0%, #337ab7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#337ab7', GradientType=0);
    color: var(--white-color);
}

.step-bg-not-ok {
    background: #d9edf7;
    background: -moz-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
    background: -webkit-linear-gradient(top, #d9edf7 0%, #a6dbf4 100%);
    background: linear-gradient(to bottom, #d9edf7 0%, #a6dbf4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9edf7', endColorstr='#a6dbf4', GradientType=0);
    color: #424449;
}

#dynPage .top-bg {
    background-color: #e7e7e7;
    height: 180px;
}

#dynPage .text-content {
    margin-top: -100px;
    background-color: var(--white-color);
    border-radius: 2px;
    padding: 80px 56px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    color: #424242;
} */

/* @-webkit-keyframes zoom {
    from {
        webkit-transform: scale(0);
    }

    to {
        webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
} */

/* @media only screen and (max-width: 700px) {
    #modalImagePreview .modal-content {
        width: 100%;
    }
} */

.other-img-preview {
    cursor: pointer;
    height: 100px;
    margin-bottom: 10px;
    width: 100px;
}

.relative {
    position: relative;
}


.remove-product {
    left: 0;
    position: absolute;
    top: 0;
}

footer {
    width: 100%;
}

footer .footer-icon li {
    display: flex;
    height: 40px;
    width: 100%;
}

footer form#subscribeForm .full {
    width: 100%;
    height: 40px;
    padding: 0;
}

footer form#subscribeForm .full::placeholder {
    color: #B4B4B4;
}

/* .gap {
    clear: both;
    display: block;
    height: 30px;
    width: 100%;
} */

.footer {
    background: var(--primary-color);
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #DDDDDD;
    height: auto;
    padding-bottom: 100px;
    position: relative;
    width: 100%;
}

.footer p {
    margin: 0;
}

/* .footer img {
    max-width: 100%;
} */

.footer h3 {
    border-bottom: 1px solid #BAC1C8;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    padding: 40px 0 10px;
    text-transform: uppercase;
}

.footer ul {
    color: var(--white-color);
    list-style-type: none;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0;
}

.footer ul li a {
    display: block;
    padding: 0 0 5px 0;
}

.footer a,
.footer p {
    color: var(--white-color);
}

.footer p,
.footer ul {
    font-size: 16px;
}

/* .supportLi h4 {
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.newsletter-box input#appendedInputButton {
    background: var(--white-color);
    clear: both;
    display: inline-block;
    float: left;
    height: 30px;
    width: 100%;
} */

.newsletter-box .btn {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0;
    color: var(--white-color);
    display: inline-block;
    height: 40px;
    padding: 0;
    width: 100%;
    background-color: var(--secodary-color);
    margin-top: 10px;
}

.newsletter-box {
    overflow: hidden;
}

.bg-gray {
    background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
    box-shadow: 0 1px 0 #B4B3B3;
}

.social li {
    background: none repeat scroll 0 0 #D9D9D9;
    border-radius: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0 8px 0 0;
    moz-border-radius: 50%;
    moz-transition: all 0.5s ease 0s;
    ms-border-radius: 50%;
    ms-transition: all 0.5s ease 0s;
    o-border-radius: 50%;
    o-transition: all 0.5s ease 0s;
    padding: 0;
    text-align: center;
    transition: all 0.5s ease 0s;
    webkit-border-radius: 50%;
    webkit-transition: all 0.5s ease 0s;
    width: 36px;
}

.social li:hover {
    moz-transform: scale(1.1) rotate(360deg);
    ms-transform: scale(1.1) rotate(360deg);
    o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.15) rotate(360deg);
    webkit-transform: scale(1.1) rotate(360deg);
}

.social li a {
    color: var(--black-color);
}

.social li:hover {
    background: var(--black-color);
    border: 2px solid var(--black-color);
}

.social li a i {
    font-size: 16px;
}

.social li:hover a i {
    color: #fff;
}

.social li:hover a svg path {
    fill: #fff;
}

.footer-bottom {
    border-top: 1px solid #DDDDDD;
    padding-block: 10px;
}

.footer-bottom p.pull-left {
    font-size: 18px;
    color: #242424;
    margin: 0;
}

.payments {
    font-size: 1.5em;
}

.footer .footer-icon span i {
    border: 1px solid #a3a3a3;
    border-radius: 100%;
    height: 30px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}

.f-cont-info {
    width: 100%;
    /*word-break : break-all;*/
}

#show-xs-nav {
    border: 1px solid #666;
    color: #666;
    font-size: 15px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

#show-xs-nav span i {
    margin-left: 5px;
}

#shopping-cart .go-shop,
#checkout-page .go-shop {
    float: left;
}


#shopping-cart .go-checkout,
#checkout-page .go-order {
    float: right;
}

#footer .f-col {
    height: 250px;
}

/* #top-user-panel {
    font-size: 12px;
    padding: 5px 0;
    background: var(--white-color);
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
}

#top-user-panel form {
    float: right;
}

#top-user-panel form .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 32px;
    max-width: 150px;
}

#vendor-page .vendor-title {
    margin: 0;
    margin-bottom: 20px;
} */

/* @media (min-width: 992px) and (max-width: 1199px) {
    #top-part #adv-search .dropdown.dropdown-lg .dropdown-menu {
        width: 415px;
    }

    #home-slider {
        height: 360px;
    }

    #home-slider .right-side h3 {
        font-size: 16px;
    }

    #home-slider .price {
        font-size: 28px;
    }

    #home-slider .left-side img {
        max-height: 360px;
    }

    .other-img-preview {
        height: 75px;
        width: 75px;
    }
} */

/* @media (min-width: 768px) and (max-width: 991px) {
    #content {
        padding-bottom: 0px;
    }

    #top-part ul.shop-dropdown a.dropdown-toggle {
        font-size: 12px;
    }

    #top-part #adv-search .dropdown.dropdown-lg .dropdown-menu {
        width: 305px;
    }

    #home-slider {
        height: 280px;
    }

    #home-slider .right-side h3 {
        font-size: 16px;
    }

    #home-slider .price {
        font-size: 20px;
    }

    #home-slider .right-side {
        padding-top: 10px;
    }

    #home-slider .left-side img {
        max-height: 280px;
    }

    #top-part .site-logo {
        margin-bottom: 10px;
    }

    #languages-bar {
        margin-bottom: 10px;
    }

    #nav-categories,
    #show-xs-nav .hidde-sp {
        display: none;
    }
} */

@media (min-width: 991px) {
    #nav-categories {
        display: block !important;
    }

    .button-more,
    .btn-go-search {
        font: bold 13px/40px "lucida sans", "trebuchet MS", "Tahoma";
    }

    #search_in_title {
        font-size: 14px;
    }
}




@media screen and (max-width: 767px) {

    /* #content {padding-bottom: 800px;} */
    #products-side {
        padding-left: 15px;
        padding-right: 15px;
    }

    #top-part {
        height: auto;
    }

    #top-part ul.shop-dropdown {
        width: auto;
    }

    div.product-list {
        text-align: center;
    }

    #view-article .the-image {
        margin-bottom: 40px;
    }

    #top-part #adv-search .dropdown.dropdown-lg .dropdown-menu {
        width: auto;
    }

    .navbar-toggle {
        border-color: #f1f1f1;
        margin-top: 7px;
    }

    .navbar-toggle .icon-bar {
        background-color: #f1f1f1;
    }

    #home-slider {
        height: auto;
        padding-bottom: 60px;
    }

    #home-slider .right-side .text-right {
        text-align: center;
    }

    .checkout-main {
        width: 100%;
    }

    #home-slider .right-side a.option {
        margin-bottom: 5px;
        float: none;
        display: inline-block;
    }

    #home-slider .right-side a.option.right-5 {
        margin-left: 5px;
    }

    #home-slider .right-side .xs-center {
        text-align: center;
    }

    #home-slider .item .left-side a {
        display: block;
        text-align: center;
    }

    #home-slider .left-side img {
        display: inline;
    }

    .ord {
        margin-bottom: 7px;
    }

    #view-article .filter-sidebar {
        padding-left: 10px;
        padding-right: 10px;
    }

    #view-article a.btn:first-child {
        margin-bottom: 5px;
    }

    #view-article div.product-list {
        margin-left: 10px;
        margin-right: 10px;
    }

    #view-product .the-image {
        margin-bottom: 30px;
    }

    .other-img-preview {
        height: 75px;
        margin-bottom: 50px;
        width: 75px;
    }

    #nav-categories,
    #show-xs-nav .hidde-sp {
        display: none;
    }

    .final-left-col {
        margin-bottom: 30px;
    }

    #top-part .site-logo {
        margin-bottom: 10px;
    }

    #languages-bar {
        margin-bottom: 10px;
    }

    #adv-search {
        margin-bottom: 10px;
        z-index: 2;
    }

    .basket-box {
        height: auto;
        margin-left: 0;
    }

    .navbar {
        z-index: 1;
    }

    .navbar li {
        float: none;
        position: static;
        z-index: 1232;
    }

    .steps .step {
        margin-bottom: 2px;
    }

    #dynPage .text-content {
        padding: 20px 20px;
    }

    .footer p,
    .footer ul {
        font-size: 12px;
    }

    #footer .f-col {
        height: 220px;
    }

    #top-user-panel form {
        width: 100%;
        margin-top: 5px;
    }

    #top-user-panel form .form-control {
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 480px) {
    #home-slider .carousel-control.right {
        background-position: -140px center;
        width: 50px;
    }

    .carousel-inner {
        height: 125vh;
    }

    .check-inner .carousel-inner {
        height: 100%;
    }

    #home-slider .carousel-control.left {
        background-position: 0 center;
        width: 50px;
    }

    #checkout-page a.pull-right {
        float: left !important;
        margin-top: 10px;
    }

    #top-part #adv-search .dropdown.dropdown-lg .dropdown-menu {
        width: 310px;
    }

    #shopping-cart .go-shop,
    #shopping-cart .go-checkout,
    #checkout-page .go-order,
    #checkout-page .go-shop {
        float: none;
        margin-bottom: 7px;
    }

    .footer-bottom p.pull-left {
        font-size: 15px;
    }

    .pull-right {
        float: left !important;
    }

    #home-slider .right-side {
        padding-right: 0;
    }

    .footer {
        padding-block: 40px;
    }

    .footer h3 {
        padding: 0 0 10px;
    }

    #footer .f-col {
        height: 100%;
    }

    #search_in_title::placeholder {
        font-size: 13px;
    }

    .loginmodal-user-profile {
        height: 500px !important;
    }
}

@media (max-width:360px) {
    .dropdown-menu-right {
        right: -23px;
    }
}

/* new Styles By Hitarthi 1-1-19 */
.img-auto {
    width: auto;
    height: auto;
}

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

/* .word-break {
    word-break: break-all;
}

.shop_images-style {
    width: 100px;
    margin-right: 10px;
}

.user_order_quantity_style {
    background-color: #f1f1f1;
    border-radius: 2px;
    padding: 2px 5px;
} */

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-bold {
    font-weight: 700;
}

.brand-name {
    color: #b13131;
}

/* .user-dropdown li {
    border-right: 0px solid #efefef !important;
    display: block !important;
    margin-left: 0px !important;
    padding-right: 0px !important;
    text-transform: capitalize;
    padding: 5px 0px;
}

.user-dropdown li a {
    color: #333 !important;
} */

.half-border {
    border-radius: 0px 0px 9px 9px;
    padding: 5px 14px;
}

.text-red {
    color: #c03636;
}

.btn-maroon {
    color: var(--white-color);
}

/* .btn-lightGreen {
    color: var(--white-color);
    background-color: #9bc300;
    border-color: #9bc300;
}

.btn-yellow {
    color: var(--white-color);
    background-color: #FFC107;
    border-color: #FFC107;
} */

.btn-white {
    background: var(--white-color) !important;
    border: 1px solid var(--white-color) !important;
    color: var(--black-color);
    font-weight: 500;
    cursor: default;
}

/* .ml5 {
    margin-left: 5px;
} */

.view-all .text-white {
    color: #0D2C88 !important;
    padding-right: 8px;
}

div.filter-sidebar .title i {
    width: 32px;
    height: 32px;
    color: var(--white-color);
    background-color: #0D2C88;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.view-all {
    display: flex;
    align-items: center;
}

/* .inner-nav {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
} */
.user-page {
    margin-bottom: 30px;
}

.user-page .loginmodal-container {
    margin: 30px auto 50px auto
}

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: var(--white-color);
    margin: 0 auto;
    border-radius: 4px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
    overflow: hidden;
    font-family: roboto;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
}

.loginmodal-container input[type=text],
input[type=email],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    background: var(--white-color);
    border-bottom: 1px solid #B4B4B4;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0 8px;
    border-radius: 0;
    box-sizing: border-box;
}

.loginmodal-user-profile {
    padding: 30px 10px;
    background-color: #F7F7F7;
    margin: 0px auto;
    border-radius: 10px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    height: 100%;
}

.loginmodal-user-profile h1 {
    text-align: center;
    font-size: 1.8em;
}

.loginmodal-user-profile input[type=text],
input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    background: var(--white-color);
    border-bottom: 1px solid #B4B4B4;
    box-shadow: none;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0 8px;
    border-radius: 0;
    box-sizing: border-box;
}

.loginmodal-submit {
    display: block;
    line-height: 50px;
    background: #bf3535;
    border: medium none;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.loginmodal-submit:hover {
    background-color: var(--primary-color);
}

.login-help {
    margin-top: 10px;
    text-align: right;
}

.order-item footer div#footer .col-lg-3.col-md-3.col-sm-6.col-xs-12.f-col {
    width: auto;
}

/* .mobile-block {
    display: none !important;
}

.desk-none {
    display: none !important;
} */

/* order table styles */
/* .card.card-cascade.narrower {
    margin-top: 1.25rem;
    padding: 0px 30px;
}

.card {
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--white-color);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}



.p0-10 {
    padding: 0px 10px;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.pt-2,
.py-2 {
    padding-top: .5rem !important;
}

.pt-5 {
    padding-top: 1rem !important;
}

.p0-15 {
    padding: 0px 15px;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.font18 {
    font-size: 18px;
}

.pending-order {
    font-weight: 600;
    color: #FF5722;
}

.clickable-row {
    cursor: pointer;
}

.bs4-text-default {
    color: #9E9E9E
}

.bs4-text-dark {
    color: var(--black-color);
}

.bs4-text-success {
    color: #689f38;
}

.bs4-text-danger {
    color: #ff0909;
}



.bs4-text-info {
    color: #03A9F4;
}*/
.bs4-text-warning {
    color: #FF6F00;
}

.text-marun {
    color: #bd3434;
}

.card.card-cascade.narrower .view.view-cascade {
    margin-top: -1.25rem;
    margin-right: 4%;
    margin-left: 4%;
}

.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
    color: var(--white-color) !important;
    text-align: center;
}

.card.card-cascade .view.view-cascade {
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.card-cascade.narrower .view.view-cascade.gradient-card-header.red-gradient.narrower.py-2.mx-4.mb-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 30px;
}

.card-cascade.narrower .view.view-cascade.gradient-card-header.red-gradient.narrower.py-2.mx-4.mb-3 a {
    color: #fff;
}

.card-cascade.narrower .view.view-cascade.gradient-card-header.red-gradient.narrower.py-2.mx-4.mb-3 a.btn-black.text-white.p0-10 {
    padding: 10px 15px;
}

.table-cascade table thead tr th a {
    color: var(--black-color);
}

.table-cascade table tbody tr td {
    font-weight: 500;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.red-gradient {
    background: #D83C3C;
    background: linear-gradient(top, #D83C3C, #B03131);
    background: -moz-linear-gradient(top, #D83C3C, #B03131);
    background: -ms-linear-gradient(top, #D83C3C, #B03131);
    background: -webkit-gradient(linear, left top, left bottom, from(#D83C3C), to(#B03131));
    border: solid 1px #850E01;
    box-shadow: 2px 2px 3px #661313;
}

.black-gradiant {
    background: var(--black-color);
    background: -moz-linear-gradient(top, #18679b 0%, #3997d6 100%);
    background: -webkit-linear-gradient(top, #000000 0%, #1d1d1d 100%);
    background: linear-gradient(to bottom, #000000 0%, #4a4a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18679b', endColorstr='#3997d6', GradientType=0);
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    overflow-x: hidden;
}

.order-info-box {
    box-shadow: 1px 2px 8px 1px #ccc;
    padding: 0px 15px 0px 15px;
    margin: 15px;
}

.order-info-box .zero-pad {
    padding: 0px !important;
}

.order-info-title {
    margin: 0px 0 16px 0;
    background-color: #cccccc4f;
    padding: 8px;
    font-size: 17px;
    color: var(--black-color);
    border-left: 5px solid #be3535;
}

.at-last-total {
    background-color: #ca3838;
    color: var(--white-color);
    padding: 8px;
}

.btn-black {
    background-color: var(--black-color);
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 25px;
}

.coupon-section {
    padding: 40px 40px 40px 40px;
    background: #e6e6e6;
    margin: 10px auto 30px auto;
    border: 2px dotted #ccc;
}

.btn-coupon {
    background-color: #ffc107;
    border: 1px solid #ffc107;
    color: var(--black-color);
}

.coupon-box {
    text-align: center;
}

.coupon {
    display: inline-block;
    border: 1px dashed var(--black-color);
    padding: 0.8em 1.2em;
    position: relative;
    font-weight: bold;
    background: #FFC107;
}

span.scissors {
    position: absolute;
    top: -12px;
    right: 0;
}

.coupon-inner {
    display: inline-block;
    border: 2px dotted #a9a9a9;
    padding: 15px;
    margin-bottom: 10px;
    width: 100%;
}

.coupon-scroll {
    overflow-x: auto;
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}


.text-tc {
    margin: 0;
    padding-top: 10px;
}


.terms-list {
    padding-left: 0;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #aaa;
    border-radius: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--secodary-color);
    border-radius: 20px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: var(--secodary-color);
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:focus {
    background: var(--secodary-color);
} */

.error {
    color: #d32535 !important;
}

div.product-list .inner {
    padding: 10px;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

div.filter-sidebar .title {
    margin: 0;
}

div.filter-sidebar {
    background-color: #F2F5FF;
}

div.filter-sidebar .form-group {
    margin: 10px 0px;
}

.user-page button.btn.btn-danger.btn-block {
    margin-top: 30px;
    background-color: #ea0000;
}

div#blog .filter-sidebar .title,
div.filter-sidebar .title {
    justify-content: space-between;
    position: relative;
    padding-inline: 12px !important;
}

.user-submit {
    width: 40%;
    margin: 0 auto;
}

/* div.filter-sidebar .title a.clear-filter {
    position: absolute;
    right: 6%;
}
*/
.card.card-cascade.narrower .px-4 .table-wrapper.table-cascade {
    overflow-x: scroll;
}

.mobile-none {
    margin-top: -4% !important;
}



div#products-side div#carouselPro a.left.carousel-control {
    right: 101%;
    left: inherit;
}

div#products-side div#carouselPro a.right.carousel-control {
    left: 101%;
}



#top-part ul.dropdown-cart li.shop-item .item .left-side {
    width: 60%;
    margin: 0 auto;
}

.view-all {
    align-items: center;
}

.view-all i {
    font-size: 18px;
    font-weight: 600;
    padding-left: 8px;
}

div#products-side div.product-list {
    background: #fff;
}

div.filter-sidebar .title {
    background-color: transparent !important;
}

div.filter-sidebar .title,
div.filter-sidebar .title span {
    color: #242424 !important;
    font-size: 28px;
    font-weight: 600;
}

.navbar-nav>li>a {
    color: #fff;
}

@media (max-width:991px) {
    .loginmodal-user-profile {
        height: 100%;
    }
}

.image-preview-container img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    margin: auto;
}


.image-preview-container .close {
    font-size: 60px;
    padding-right: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.table-products tr td:nth-child(4) {
    width: 100px;
}

.shop-dropdown .btn-product-remove {
    color: #000;
}

.container {
    width: 80%;
}

#view-product .row {
    margin: 0;
}

.product-slider-arrow {
    position: absolute;
    bottom: 70px;
    left: 50%;
    display: flex;
    gap: 15px;
}

.product-slider-arrow a {
    color: #000;
    font-size: 30px;
}

span.img-series {
    font-size: 16px;
    margin: 15px;
}

#modalImagePreview {
    background-color: rgb(0 0 0 / 90%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    bottom: 0;
    padding-top: 0;
}

#modalImagePreview .image-preview-container {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#modalImagePreview .modal-content {
    width: 80%;
}

#view-product a.go-category {
    background-color: #fff !important;
    background-image: unset !important;
    border: 1px solid #f00 !important;
    color: #f00 !important;
}