body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

a{
    text-decoration: none !important;
}

b, strong{
    font-weight: 800 !important;
}

footer{
    position: static;
    bottom: 0;
    width: 100%;
    padding: 9px;
    z-index: 99;
    min-height: 20vh;
    background-image: linear-gradient(to right,#6040a3, #442781);
}

footer p{
    font-size: 0.9rem;
}

footer .logo-ft img{
    width: 80px;
}

@media (min-width: 1200px)
{
    footer .container {
    max-width: 1500px;
    }
}


footer img{
    //filter: brightness(0) invert(0.8);
    //transition: 0.2s ;
}

footer img:hover{
    filter: brightness(1) invert(0);
}

footer .links h5{
    font-size: 0.9rem;
    color: #fff !important;
    font-weight: 700;
}

footer .links a{
    font-size: 0.8rem;
    color: #fff !important;
}

footer .links ul{
    list-style: none;
    padding: 0px;
}
footer .links ul li{
    transition: 0.2s;
    transform: translateX(0%);
}
footer .links ul li:hover{
    transform: translateX(5%);
}
footer .social-icons{
    display: flex;
}
footer .social-icons a{
    color: #fff;
    margin: 0px 5px;
}
.icons-area{
    background: #442781;
}

.top-info{
    background: #442781;
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-info p{
    margin-bottom: 0px;
}

.top-info .horn{
    width: 25px;
    height: 25px;
    background: #ef8222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.top-tags{
    background: #fdedf8;
}

.top-tags ul{

    display: flex;

    list-style:none;

    align-items: center;

    margin: 0;

}

.top-tags ul li{

    margin-right: 10px;

}

.top-tags ul li a{

    padding: 10px 15px;

    background-color: #ef8222;

    color: #fff;

    transition: 0.2s;

    border-radius: 10px;

    font-weight: bold;
    
    font-size: 0.8rem;

}

.top-tags ul li a:hover{

    background-color: #d27320;

}

.top-tags .see-categories a{

    padding: 10px 15px;

    background: #442781;

    color: #fff;

    transition: 0.2s;

    border-radius: 10px;

    font-size: 0.8rem;
    
    font-weight: bold;

}

.top-tags .see-categories a:hover{

     background-color: #361f65;

     color: #fff;

}

.swiper-button-next, .swiper-button-prev{
    background-color: #ef8222;
    transform: scale(0.6);
    padding: 45px 25px !important;
    color: #fff !important;
    border-radius: 10px !important;
}

.page-title{
    color: #442781;
    font-weight: 700;
}

.home-well,

.jumbotron.home{

    background-size: cover;

    background-position: center;

    position: relative;

}

.home-well:after,

.jumbotron.home:after{

    content: '';

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    position: absolute;

    background: rgba(68, 39, 129,0.9);

}

.home-well *,
.jumbotron.home *{
    position: relative;
    z-index: 1;
    color: #fff;

}

.home-well h4,
.jumbotron.home h4{
    font-size: 1rem;
    line-height: 1.6rem !important;
    font-weight: 400;
}

.home-well h1,
.jumbotron.home h1{
    line-height: 5rem;   
}

.page-wrapper{

    background-color: #fff;

}

.border-top-card{

    border-top: 3px solid #242424;

}

.border-left-card{

    border-left: 3px solid #242424;

}

.navbar.main{
    display: block !important;
    padding: 0px;
}

.navbar.main.sticky{
    position: fixed;
    animation: 0.2s slideNav linear;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

@keyframes slideNav{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}


.navbar.main .logo{
    width: 115px;
}

.navbar.main .login-btn{
    padding-right: 1rem;
    padding-left: 1rem;
    background-image: linear-gradient(to right,#ef8222, #f49c4e);
    border-radius: 5px;
    transition: 0.2s;

}

.navbar.main .login-btn .nav-link{
     color: #fff !important;
}

.navbar.main .login-btn:hover{
    background-image: linear-gradient(to left,#ef8222, #f49c4e);
}

.navbar.main .login-btn:hover .nav-link{
    color: #000;
}

.navbar.main .navbar-nav.main li{
    padding: 0px 10px;
}

.navbar.main .navbar-nav.main-left .nav-item .nav-link,
.navbar.main .navbar-nav.main .nav-item .nav-link,
.navbar.main .navbar-nav.main-left .nav-item,
.navbar.main .navbar-nav.main .nav-item{
    font-size: 0.9rem !important;
}

.navbar.main .navbar-nav.main-left .nav-item .nav-link{
    font-weight: 600;
    color: #442781;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar.main .navbar-nav.main-left .nav-item .nav-link:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    bottom: -1px;
    left: calc(50% - 20px);
    background: #ef8222;
    opacity: 0;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.navbar.main .navbar-nav.main-left .nav-item .nav-link.active{
    color: #ef8222;
}

.navbar.main .navbar-nav.main-left .nav-item .nav-link.active:after{
    opacity: 1;
}

.bottom-menu ul{

    display: flex;

    align-items: center;

    margin: 0px;

    padding:0px;

    list-style: none;

}

.bottom-menu{

    background-color: #242424;

    height: 40px;

}

.bottom-menu ul{

    justify-content: center;

    height: 100%;

}

.bottom-menu ul li a{

    color: #fff;

    font-size: 0.9rem;

    padding: 10px 25px;

    text-decoration: none;

    transition: 0.1s;

}

.bottom-menu ul li a:hover{

    background: #fff;

    color: #000;

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

.home-well{
    padding:20px;
    background: #e9ecef;
    margin: 0px;
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    display: flex;
    align-items: center;
}

.buy-now-btn{
    background: #fff;
    padding: 15px 25px;
    font-weight: 700;
    color: #442781;
    margin-top: 15px;
    border-radius: 25px;
    display: inline-block;
    transition: 0.2s;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.home-well .buy-now-btn:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.home-well .buy-now-btn i {
    color: #442781;
}

.home-well p{
    margin-bottom: 1px;
}

.other-products-intro{
    position: relative;
    background-size: cover;
    background-position: center;
}

.other-products-intro:after{
    content: '';
    background: rgba(239, 130, 34,0.9);
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
}

.other-products-intro *{
    position: relative;
    z-index: 1;
}

.other-products-intro h2{
    font-weight: 700;
    text-transform: uppercase;
}

.other-products-list .card{
    border: 0;
    border-radius: 10px;
    background: #fef8fc;
    transition: 0.2s;
}

.other-products-list .card:hover{
    background: #fdedf8;
}

.other-products-list .card h6{
    font-size: 0.9rem;
    color: rgba(0,0,0,0.8);
}

.other-products-list .card .price{
    font-size: 1.1rem;
    color: #000;
    font-weight: 700;
    margin: 0;
}

.other-products-list .card img{
    height: 100%;
    border-radius: 10px;
}

.category-card .card-header{
    background: #242424;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.category-card ul li a{
    display: block;
    padding: 5px;
    color: #000;
    text-decoration: none;

}

.category-card ul li{
    margin: 10px 0px;
    border: 1px solid rgba(0,0,0,0.1);
}

.category-card ul li span{
    border: 0px !important;
}

.number-input > input,.number-input > div {
    display: table-cell;
    vertical-align: top;
    height: 50px;
}

.number-input {
    display: table;
    width: 100%;
}

.lang-menu{
  position: static;
  right: 10px;
}

.min-cart .nav-link,
.lang-menu .nav-link{
    color: #000 !important;
}

.number-input > div {
    width: 37px;
    text-align: center;
    border: 1px solid #ced4da;
    padding: 0;
    margin: 0;
}



.number-input > div span {
    display: block;
    background: #fff;
    height: 24px;
    cursor: pointer;
}



.number-input > input {
    border-radius: 0;
    border-right: none;
}

.number-input > div span:nth-child(1) {
    border-bottom: 1px solid #ced4da;
}

.thumbnails > li {
    margin-left: 20px;
    margin: 0;
}


.thumbnails > img {

    width: 100%;

}



.image-additional a {

    margin-bottom: 20px;

    padding: 4px;

    display: block;

    border: 1px solid #ddd;

}

.thumbnails .image-additional {

    float: left;

    margin-left: 9px;

    margin-top: 12px;

    margin-right: 0;

}

.thumbnails .main-image > img {

  max-width: 100%;

  margin: 0 auto;

  display: block;

  /* height: 500px; */

  border: 1px solid #eee;

  height: auto;

  width: auto;

}



.thumbnails .image-additional .thumbnail img {

    width: 100%;

}



.thumbnails .image-additional {

}

.text-15{

  font-size: 15px; 

}

.review-title span{

  font-size: 14px;

  float: right;

  color: #888;

}

.jq-stars {

  display: inline-block;

}



.jq-rating-label {

  font-size: 22px;

  display: inline-block;

  position: relative;

  vertical-align: top;

  font-family: helvetica, arial, verdana;

}



.jq-star {

  width: 100px;

  height: 100px;

  display: inline-block;

  cursor: pointer;

}



.jq-star-svg {

  padding-left: 3px;

  width: 100%;

  height: 100% ;

}



.jq-star:hover .fs-star-svg path {

}



.jq-star-svg path {

  /* stroke: #000; */

  stroke-linejoin: round;

}



/* un-used */

.jq-shadow {

  -webkit-filter: drop-shadow( -2px -2px 2px #888 );

  filter: drop-shadow( -2px -2px 2px #888 );

}



.product-list > .col-sm-3{

    margin-bottom: 10px;

}

.product-list .card .card-header{

    border-radius: 10px;

    height: 200px;

    overflow: hidden;

    position: relative;

    padding-bottom: 20px;

    border: 0px;

}

.product-list .card .card-header:after{

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(68, 39, 129,0.6);

    opacity: 0;

    transition: 0.2s;

}

.product-list .card .card-header .card-img-top{

    object-fit: cover;

    height: 200px;

    object-position: center;

    transform: scale(1);

     transition: 0.2s;

}

.product-list .card .card-header .flag-area{

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    background-color: rgba(255,255,255,0.75);

    z-index: 1;

}

.product-list .card{
    border-radius: 0px;
    overflow: hidden;
    text-align: left;
    border: 0;
    padding: 15px;
    background: #fef8fc;
    border-radius: 10px;
}

.product-list .card .card-body{
    position: relative;
    z-index: 2;
    transition: 0.2s;
}

.product-list .card .card-footer{
    position: static;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: transparent;
}

.product-list .card .card-footer .col-6:first-child .btn{
    border-top-left-radius: 10px !important;   
    border-bottom-left-radius: 10px !important;   
    border-radius: 0px;
    background: #ef8222 !important;
}

.product-list .card .card-footer .col-6:last-child .btn{
    border-top-right-radius: 10px !important;   
    border-bottom-right-radius: 10px !important;    
    border-radius: 0px;
    background: #442781 !important;
}

.product-list .card .btn{
    color: #fff;
    font-size: 0.8rem;
    text-transform: capitalize;
    padding: 10px;
    transition: 0.2s;
    display: block;
    width: 100%;
    border: 0px;
}

.product-list .card:hover .card-header:after{
    opacity: 1;
}

.product-list .card:hover .card-header .card-img-top{
     transform: scale(1.1);
}

.product-list .card .btn:hover{
    background: #000;
}

.product-list .card .card-title a{
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}

.product-list .card .card-text{
    font-size: 0.8rem;
    color: rgba(0,0,0,0.6);
}

.product-list .card .price{
    font-weight: 700;

}

.product-list .card .star-area i.rate-1{
    color: #ef8222;
}

.product-list .card .star-area i.rate-0{
    color: #ccc8c8;
}


.cart-product img{

  margin-right: 10px;

  border-radius: 5px;

}

.cart-product .media-heading{

  margin-bottom: 0;

}

.cart-product .media-heading a{

  font-size: 17px;

}

.cart-product .input-group button{

    border-bottom-left-radius: 0;

    border-top-left-radius: 0;

}

.checkout-setp {

    margin-bottom: 60px;

}



.checkout-setp .step-head {

  

}

.checkout-setp .step-body {

  padding-top: 30px;

}



.has-error label,.has-error input, .has-error select, .has-error textarea {

    border-color: #dc3545!important;

    color: #dc3545!important;

}

.apply-coupon {

    margin-top: 27px;

    border-top: solid 1px #ddd;

    padding-top: 14px;

}

.apply-coupon input {

    margin-bottom: 10px;

}

.cart-desc{

    margin-bottom: 0;

}

.c-name{

}

.c-amount{

    font-weight: bold;

}



p.couopn-code-text {

    font-size: 12px;

    background: #eee;

    padding: 5px 15px;

}



.dropdown-cart {

    width: 300px;

    padding: 10px;

}



.dropdown-cart  li{

  margin-bottom: 10px;

}



.dropdown-cart li .item {

    display: table;

    width: 100%;

}



.dropdown-cart li .item .item-right button{

    /* display: -ms-flexbox;

    -ms-flex-pack:center;

    -ms-flex-align:center;

    display: -moz-box;

    -moz-box-pack:center;

    -moz-box-align:center;

    display: -webkit-box;

    -webkit-box-pack:center;

    -webkit-box-align:center;

    display: box;

    box-pack:center;

    box-align:center;

    vertical-align: middle; */

    padding: 3px;

    font-size: 12px;

    font-weight: normal;

    border-radius: 100%;

    height: 20px;

    width: 20px;

    line-height: 11px;

    text-align: center;

    padding: 0;

    margin: 0;

}



.dropdown-cart li .item > span {

    display: table-cell;

}



.dropdown-cart li .item > span:nth-child(2) {

    width: 50px;

}



.dropdown-cart li .item > span a {

    margin-right: 12px;

    float: left;

    width: 88px;

}



.dropdown-cart li .item > span a img {

    width: 80px;

    height: 80px;

    border-radius: 4px;

}



.dropdown-cart li .item  span.item-info {

    font-size: 12px;

}





.dropdown-cart li .item span.item-info .item-name {

  font-weight: bold;

  /* overflow: hidden; */

  word-break: auto;

  /* width: 100%; */

}

.dropdown-cart li .item span.item-info span {

    display: block;

}

.dropdown-menu{

    border-radius: 10px;

    border: 1px solid rgba(0,0,0,.05);

    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;

}

#navbarResponsive .user-dropdown .user-img{

    border-radius: 50%;

    width: 30px;

    height: 30px;

}

#navbarResponsive .user-dropdown .dropdown-menu a i{

    width: 20px; 

}

.box-body{

    border-radius: 10px;

    box-shadow: 0 0 8px 3px rgba(192,192,192,0.2);

}

.checkout-setp.auth-step ul li.login-or-register{

    padding: 10px 15px;

}

.checkout-setp.auth-step ul li.login a{

    color: #fff;

    background-color: #007bff !important;

}

.checkout-setp.auth-step ul li.register a{

    color: #fff;

    background-color: #17a2b8 !important;

}

.checkout-setp.auth-step ul li.guest a {

    color: #fff;

    background-color: #174ab8 !important;

}

.page_heading{

  border-bottom: 2px solid #222;

  padding-bottom: 6px;

  margin-top: 0;

  margin-bottom: 20px;

  font-weight: 500;

  font-size: 36px;

  line-height: 1.1;

}

.container-fluid .login-icon img{

    border-radius: 50%;

}

.container-fluid .list-inline-item.dropdown a{

  color: #000 !important;

}

#body-checkout .dynamic-content-body .box-body{

  padding: 20px;

}

#body-checkout .dynamic-content-body img,

#body-checkout .payment-gateway-step img{

  max-width: 100%;

  height: auto;

}

#body-checkout .dynamic-content-body *{

  /* word-break: break-all; */

  word-break: normal;
  overflow-wrap: normal;
  white-space: normal;

}

/* #body-checkout .dynamic-content-body iframe{

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

} */

#body-checkout .dynamic-content-body .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    height: 0;
}

#body-checkout .dynamic-content-body .videoWrapper iframe {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}

#body-checkout{

    max-width: 1170px !important;

}

@media all and (max-width:425px){

    .lang-menu{

        position: unset;

    }

    /*.dropdown-cart{

        height:200px;

        overflow-y:auto;

     }*/

    .hide-mobile{display: none;}

}

@media (min-width: 768px){

    #body-checkout .box-body {

        margin-bottom: 50px;

        padding: 20px;

        border-radius: 10px;

        background-color: #FFF;

        box-shadow: 0 0 8px 3px rgba(192,192,192,0.2);

    }

}

#lightgallery .image-additional{

    width: 100px;

    height: 100px;

    margin: 10px 10px 0 0px;

}

#lightgallery .image-additional img{

    width: 90px;

    height: 90px;

}

#product_description {

    overflow: auto;

}



.shopping-cart .product-image {

  float: left;

  width: 100px;

}

.shopping-cart .product-ch-image {

    float: left;

    width: 120px;

}

.shopping-cart .product-image-d-row {

    float: left;

    width: 100px;

}



.shopping-cart .product-details {

  float: left;

  width: 47%;

}

.shopping-cart .product-details-ch-form {

    float: left;

    width: 47.5%;

}



.shopping-cart .product-price {

  float: left;

  width: 12%;

}



.shopping-cart .product-quantity,
.shopping-cart .product-row-quantity {

  float: left;

  width: 77px;

  /* margin: 0 4px; */

}



.shopping-cart .product-removal {

  float: left;

  width: 9%;

}



.shopping-cart .product-line-price{ 

  float: left;

  width: 10%;

  text-align: right;

}
.shopping-cart .product-line-row-price {

    float: left;
    
        width: 10%;
    
        text-align: left;
}

.shopping-cart .product-d-row-line-price {

    float: left;

    width: 11%;

    text-align: right;

}

.shopping-cart .product-actions {

    float: left;

    width: 15%;

    text-align: right;

}

.shopping-cart .product-title-d-actions {

    float: left;

    width: 26%;

    text-align: right;

}
.shopping-cart .product-d-actions {

    float: left;

    width: 28%;

    text-align: right;

}

.shopping-cart .product-d-row-actions {

    float: left;

    width: 25%;

    text-align: right;

}


/* This is used as the traditional .clearfix class */

.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before, .totals-item-form:before,

.group:after,

.shopping-cart:after,

.column-labels:after,

.product:after,

.totals-item:after, .totals-item-form:after {

  content: '';

  display: table;

}



.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after, .totals-item-form:after {

  clear: both;

}



.group, .shopping-cart, .column-labels, .product, .totals-item, .totals-item-form {

  zoom: 1;

}





.product-quantity .form-control,
.product-row-quantity .form-control {

    border-top-right-radius: 0;

    border-bottom-right-radius: 0;

}

.product-quantity .input-group-btn button,
.product-row-quantity .input-group-btn button {

    border-top-left-radius: 0 !important;

    border-bottom-left-radius: 0 !important;

}

.product-quantity .input-group-btn,
.product-row-quantity .input-group-btn {

  width: 30px;

}



.column-labels label {

  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px solid #eee;

}



.product {

  margin-bottom: 20px;

  padding-bottom: 10px;

  border-bottom: 1px solid #eee;

}

.product .product-image,
.product .product-ch-image {

  text-align: center;

  margin: 0 10px;

}

.product .product-image-d-row {

    text-align: center;

    margin: 0 10px;

}


.product .product-image img,
.product .product-image-d-row img,
.product .product-ch-image img {

  width: 100px;

  height: 100px;

  border: solid 1px #ddd;

  padding: 3px;

  border-radius: 5px;

}

.product .product-details .product-title,
.product .product-details-ch-form .product-title {

  margin-right: 20px;

}

.product .product-details .product-description,
.product .product-details-ch-form .product-description {

  margin: 5px 20px 5px 0;

  line-height: 1.4em;

  font-size: 12px;

}

.product .product-quantity input,
.product .product-row-quantity input {

  width: 40px;

}

.product .remove-product {

  border: 0;

  padding: 4px 8px;

  background-color: #c66;

  color: #fff;

  font-size: 12px;

  border-radius: 3px;

}

.product .remove-product:hover {

  background-color: #a44;

}



/* Totals section */

.totals .totals-item,
.totals .totals-item-form {

  float: right;

  clear: both;

  width: 100%;

  margin-bottom: 10px;

}

.totals .totals-item label {

  float: left;

  clear: both;

  width: 79%;

  text-align: right;

}

.totals .totals-item-form label {

    float: left;

    clear: both;

    width: 79%;

}

.totals .totals-item .totals-value,
.totals .totals-item-form .totals-value {

  float: right;

  width: 21%;

  text-align: right;

}





.checkout {

  float: right;

  border: 0;

  margin-top: 20px;

  padding: 6px 25px;

  background-color: #6b6;

  color: #fff;

  font-size: 25px;

  border-radius: 3px;

}



.checkout:hover {

  background-color: #494;

}


@media screen and (min-width: 750px) and  (max-width: 1000px) {
    .shopping-cart .product-title-d-actions {
        width: 16% !important;
    }
    
    .shopping-cart .product-d-row-actions {
        width: 16%;
    }

    .hide-tablet {
        display: none;
    }
}

@media screen and (min-width: 649px) and (max-width: 750px) {
    .varition-title-checkout {
        min-width: 30%;
        width: 35% !important;
    }
}
@media screen and (min-width: 648px) and (max-width: 750px) {
    .shopping-cart .product-line-row-price {
        width: 34% !important;
    }
}

@media screen and (min-width: 200px) and (max-width: 649px) {
    .shopping-cart .product-line-row-price {
        width: 36% !important;
    }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .shopping-cart .product-title-d-actions {
            width: 22% !important;
        }
    
        .shopping-cart .product-d-row-actions {
            width: 22%;
        }
}

@media screen and (min-width: 750px) and  (max-width: 1300px) {
    .container.check-cont {
        max-width: unset !important;
        width: 100% !important;
    }

    .shopping-cart .product-details {
        width: 46% !important;
    }

    .shopping-cart .product-details-ch-form {
        width: 46% !important;
    }

    .varition-title-checkout {
        width: 35% !important;
    }

    .variations-product {
        width: 59%;
    }
    .variations-product span { 
    padding: 1px 8px;
        margin-right: 5px;
    }

        .shopping-cart .product-actions{
            width: 11%;
        }

                .shopping-cart .product-price {
                    width: 7%;
                }

                .shopping-cart .product-row-quantity,
                .shopping-cart .product-quantity {
                    width: 55px !important;
                }

                
                    .product .product-quantity input,
                        .product .product-row-quantity input {
                    width: 30px !important;
                }
}

/* Make adjustments for tablet */

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

  .hide-mobile{display: none;}

  .shopping-cart .shopping-cart {

    margin: 0;

    padding-top: 20px;

    border-top: 1px solid #eee;

  }



  .shopping-cart .column-labels {

    display: none;

  }



  .shopping-cart .product-image,
  .shopping-cart .product-ch-image  {

    float: right;

    width: auto;

  }

  .shopping-cart .product-image img,
  .shopping-cart .product-ch-image img {

    /* margin: 0 0 10px 10px; */

    width: 100% !important;
    height: unset !important;
    margin-bottom: 15px;
  }

  .product .product-image {
    margin: unset !important;
  }

  .shopping-cart .product-image-d-row {

      float: right;

      width: auto;

  }

  .shopping-cart .product-image-d-row img {

      margin: 0 0 10px 10px;

  }

  .shopping-cart .product-details {

    float: none;

    margin-bottom: 10px;

    width: auto;

  }

  
  .shopping-cart .product-details-ch-form {

    margin-bottom: 10px;

    width: auto;
  }


  .shopping-cart .product-price {

    clear: both;

    width: 70px;

  }



  .shopping-cart .product-quantity{

    /* width: 130px; */
    width: 95px;

  }

  .shopping-cart .product-row-quantity {
    width: 75px;
  }

  .shopping-cart .product-quantity input {

    margin-left: 20px;

  }

  .shopping-cart .product-row-quantity input {

      margin-left: 0px;

  }


  .shopping-cart .product-quantity:before {

    content: 'x';

    position: absolute;

  }



  .shopping-cart .product-removal {

    width: auto;

  }



  .shopping-cart .product-line-price {

    /* float: right; */

    width: 70px;

  }

  .shopping-cart .product-line-row-price {

      /* float: right; */

      width: 90px;

      margin-right: 10px;

  }

  .shopping-cart .product-d-row-actions {

      /* float: left; */

        float: right;

      width: 70px;

  }

  .shopping-cart .product-actions {

      float: right;

      width: 50px;

  }

  .shopping-cart .product-title-d-actions {

    float: right;
    
    width: 50px;

  }

  .shopping-cart .product-d-actions {

    float: right;
    
    width: 50px;

  }

}





.well {

    min-height: 20px;

    padding: 19px;

    margin-bottom: 20px;

    background-color: #f5f5f5;

    border: 1px solid #e3e3e3;

    border-radius: 3px;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);

    font-family: 'Open Sans', sans-serif;

    color: #545454;

    text-rendering: optimizeLegibility;

    white-space: pre-line;

}

.display-5{

    font-size: 2rem;

    font-weight: 300;

}



/* Make more adjustments for phone */

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

  .product-removal {

    float: right;

  }



  .product-line-price,
  .product-line-row-price {

    float: right;

    clear: left;

    width: auto;

    margin-top: 10px;

  }



  .product .product-line-price:before,
  .product .product-line-row-price:before {

    content: 'Item Total: $';

  }


  .product-d-row-actions {

      float: right;

      clear: left;

      width: auto;

      margin-top: 10px;

  }



  .product .product-d-row-actions:before {

      content: 'Item Total: $';

  }


  .totals .totals-item label,
  .totals .totals-item-form label {

    width: 60%;

  }

  .totals .totals-item .totals-value,
  .totals .totals-item-form .totals-value {

    width: 40%;

  }

}

@media (max-width: 1600px) {

  .lang-menu {
    position: relative;
    right: 0;
  }

}







@media (max-width:992px){
    .navbar.main .navbar-nav.main-left .nav-item .nav-link{
        height: auto;
    }
    .navbar.main .navbar-nav.main-left .nav-item .nav-link:after{
        width: 100%;
        left: 0;
    }
}





.product-quantity .mini-number-input .input-group-btn button,
.product-row-quantity .mini-number-input .input-group-btn button {

    padding: 0;

    height: 50px;

    width: 34px;

}

.mini-number-input.number-input > input, .mini-number-input.number-input > div, .mini-number-input.number-input > span {

    display: table-cell;

    vertical-align: top;

    height: 50px;

    padding: 0;

    text-align: center;

}



.mini-number-input .number-input {

    display: table;

    width: 119px;

}

.payment-gateway-step  label {

    width: 100%;

}



.payment-gateway-step  label > div {

    width: 100%;

    cursor: pointer;

    border: solid 2px #888;

    text-align: center;

    overflow: hidden;

    padding: 11px;

    border-radius: 4px;

}







.payment-list:after {content: '';display: table;clear: both;}



.payment-gateway-step img {

    display: block;

    margin: 0 auto;

    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */*/

    filter: grayscale(100%);

}



.payment-gateway-step input {

    display: none;

}



.payment-gateway-step h3 {

    overflow: hidden;

    width: 100%;

    white-space: nowrap;

    margin: 12px 0 0 0;

    text-overflow: ellipsis;

    font-size: 14px;

    color: #656565;

}

.payment-gateway-step {

    float: left;

    width: 200px;

    margin: 0 10px;

}



.payment-gateway-step label input:checked + div {border-color: #007bff;}



.payment-gateway-step label input:checked + div img {

    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */

    filter: grayscale(0%);

}



.payment-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.payment-icons img{
    transform: scale(0.7);
}





.jumbotron.category{

    background-size: cover;

    position: relative;

    background-position: center;

}

.jumbotron.category:after{

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background-color: rgba(255,255,255,0.7);

}

.jumbotron.category .container{

    position: relative;

    z-index: 2;

}

.category-box img,.category-box > div {

    float: left;

}



.category-box:after {

    display: table;

    clear: both;

    content: '';

}



.category-box > div {

    padding: 0 10px;

}



ul.category_block, ul.category_block ul {

    padding: 0;

    background: #fff;

    list-style: none;

    margin: 0;

}



ul.category_block li span {

    border-top: 1px solid #DDDDDD;

    color: #888888;

    padding: 8px 12px;

    display: block;

    font-size: 13px;

}

ul.category_block ul {

    display: none;

}



li.has-children > span:after {content: '';font: normal normal normal 14px/1 FontAwesome;content: "\f105";right: 7px;position: absolute;font-weight: bold;}



li.has-children {

    cursor: pointer;

}

.product-category a {

    margin-right: 6px;

    background: rgba(0,0,0,0.1);

    padding: 5px;

    font-size: 12px;

    border-radius: 0px;

    border: solid 1px #ddd;

    color: #000;

}

.product-category {

    margin: 20px 0;

}





.confirm-checkout{display: none;}

@media print{ .no-print{display: none !important; }}.no-print{text-align: center;margin: 20px 0;}

.fileUpload {

    position: relative;

    overflow: hidden;

    margin: 10px;

  }

  .fileUpload input.upload {

    position: absolute;

    top: 0;

    right: 0;

    margin: 0;

    padding: 0;

    font-size: 20px;

    cursor: pointer;

    opacity: 0;

    filter: alpha(opacity=0);

  }

  .country-flag{

    padding: 10px;

    font-size: 0.7rem;

    text-align: center;

  }

.country-flag .flag img {
    width: 20px;
    margin: 2px 0 2px 4px;
}

.btn-cart{
    height: 50px;
}

.promoted{
    font-size: 0.8rem;
}

.home-card{
    border-radius: 50px;
}

/* Bootstrap Overrides */

.text-primary-color{
    color: #442781 !important;
}

.text-secondary-color{
    color: #ef8222 !important;
}

.btn:focus,
.form-control:focus {
    border-color: transaparent !important;
    box-shadow: none !important;
}



.btn-primary {
    background-color: #242424 !important;
    border-color: #242424 !important;
}

.btn-primary:hover{
    background-color: #141414 !important;
    border-color: #141414 !important;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link{
    color: #000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #242424 !important;
}

.btn-loading {
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn-loading:after {
    content: '';
    -webkit-animation: loader 500ms infinite linear;
    animation: loader 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    display: block;
    height: 1.4em;
    width: 1.4em;
    position: absolute;
    left: calc(50% - (1.4em / 2));
    top: calc(50% - (1.4em / 2));
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute !important;
  }
  .btn-loading.btn-sm:after,
  .btn-group-sm > .btn-loading.btn:after {
    height: 1em;
    width: 1em;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
  }
  .btn-loading.btn-secondary:after {
    border-color: #495057;
  }
  @-webkit-keyframes loader {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loader {
    from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }