/*Cart*/
/*Section 1*/
.cart-cmn-sec-1 {
    width: 100%;
    height: auto;
    float: left;
    padding: 4% 0;
    margin: 0 auto;
}

.cart-sec-1 {
    width: 100%;
    max-width: 1030px;
    height: auto;
    margin: auto;
    overflow: hidden;
    padding: 0 0 3%;
    text-align: center;
}

    .cart-sec-1 .cart-item-list {
        height: 100%;
        width: 100%;
    }

.cart-item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cart-items h2 {
    font-family: "Lato";
    font-size: 22px;
    padding: 0 20px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
}

.cart-items {
    border-bottom: 1px solid #ececec;
    float: left;
    margin: 30px 0 0;
    width: 100%;
}

.cart-sec-1 .cart-items li {
    font-family: "Lato";
    font-size: 17px;
    padding: 20px;
    text-align: center;
    float: left;
    width: 23%;
    list-style: none;
}

.cart-list .cart-items li > span {
    display: block;
    text-transform: uppercase;
}

.clsproduct-image {
    width: 13% !important;
}

    .clsproduct-image > img {
        width: 100%;
    }

.clsquantity {
    margin: 0 auto;
    position: relative;
    width: 60%;
}

.clsqL {
    background: #f2f2f2;
    float: left;
    width: 75%;
}

.clsqR {
    float: right;
    width: 24%;
    background-color: #1c1c1c;
}

    .clsqR a {
        background: #dfdfdf;
        color: #212121;
        display: block;
        font-size: 17px;
        text-align: center;
        text-decoration: none;
        padding: 2px;
    }

.clssubtotal {
    width: 100%;
}

.clssubL {
    padding: 3% 0 0;
    float: left;
    width: 40%;
}

.clssubR {
    float: right;
    width: 20px;
}

.clsdelete {
    background: #212121;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    padding: 5%;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.quan-txt {
    background: #f2f2f2;
    border: 0 none;
    height: 46px;
    padding-left: 20px;
    width: 80%;
    margin: 0px !important;
}

.clsbot-cart {
    clear: both;
    float: right;
    margin: 20px 0 0;
    padding: 0;
    width: 63%;
}

.clscart-btns {
    margin: 1% 0 0;
    width: 100%;
}

.clsgbtn {
    background: #fec326;
    color: #000000;
    display: block;
    font-family: "Lato";
    font-size: 18px;
    margin: 0;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    border-radius: 60px;
    font-weight: 800;
    width: unset !important;
    float: right;
    margin-left: 10px;
    outline: 0;
	cursor: pointer;
}

.clsshopping {

}

.clscheckout {
    float: right;
    /*width: 50%;*/
}

.clsproduct-quantity > label {
    font-family: 'Lato', sans-serif;
    color: #212121;
    font-size: 19px;
    display: block;
    text-transform: uppercase;
    text-align: right;
}

.clsproduct-total span {
    display: block;
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
}

.clsproduct-name > span > a {
	font-weight: 800;
}

/*Mobile Styles*/

@media screen and (max-width: 960px) {
    .cart-sec-1 .cart-items li {
        width: 22%;
    }

    .clsbot-cart {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .cart-sec-1 .cart-items li {
        padding: 10px;
        width: 23%;
    }

    .cart-items h2 {
        font-size: 18px;
        padding: 0 10px;
    }

    .cart-sec-1 .cart-items li {
        font-size: 15px;
    }
}

@media screen and (max-width: 660px) {
    .cart-items h2 {
        font-size: 16px;
    }

    .cart-sec-1 .cart-items li {
        font-size: 13px;
    }

    .clsshopping, .clscheckout {
        margin: 0 auto 10px;
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .title {
        display: none;
    }
	.oursponsorsh1
	{
		font-size: 30px !important;
line-height: 25px !important;
	}
    .cart-sec-1 .cart-item-list {
        margin: 0 auto;
        max-width: 450px;
    }

    .clsproduct-name {
        padding-top: 40px !important;
    }

    .cart-sec-1 .cart-items li {
        font-size: 13px;
        min-height: 80px;
        padding: 10px;
        width: 35% !important;
    }

    .clsproduct-image > img {
        width: 70%;
    }
 .clsproduct-image {
        display:none;
    }
    .total .clsproduct-image, .total .clsproduct-name {
        display: none;
    }

    .clsbot-cart {
        float: none;
    }

	.cart-title img
	{
		width:auto;
	}
}

@media screen and (max-width: 450px) {
    .cart-sec-1 .cart-item-list {
        max-width: 380px;
    }

    .cart-sec-1 .cart-items li {
        min-height: 35px;
    padding-top: 10px !important;
    }

    .cart-sec-1 .cart-items li {
        width: 33% !important;
    }
}

@media screen and (max-width: 400px) {
    .cart-sec-1 .cart-item-list {
        max-width: 350px;
    }

    .clsproduct-image > img {
        width: 90%;
    }
}

@media screen and (max-width: 360px) {
    .cart-sec-1 .cart-item-list {
        max-width: 320px;
    }

    .cart-sec-1 .cart-items li {
        width: 34% !important;
    }
}

@media screen and (max-width: 320px) {
    .cart-sec-1 .cart-item-list {
        max-width: 300px;
    }

    .cart-sec-1 .cart-items li {
        width: 35% !important;
    }
}