::-webkit-scrollbar
{
    width: 3px;
    background-color: black;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: rgba(0, 0, 0, 0.34);
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #f2b025;
}
@font-face {
  font-family: 'Noah';
  src:  url('../fonts/noah.ttf') format('truetype');
}
body{
    background: #eaeded;
    font-family: Noah;
}
html {
  scroll-behavior: smooth;
}

/*===HEADER===*/
/*===TOP HEAD===*/
.top-head{
    border-top: 10px solid #f2b025;
    box-sizing: border-box;
}
.top-head-left{
    height: 60px;
    background: #4e4e4e;
    padding: 10px 15px;
    padding-left: 8.333333%;
}
.top-head-left:before{
    content: url(../images/general/right-side.png);
    position: absolute;
    top: 0;
    height: 60px;
    overflow: hidden;
    right: -45px;
    z-index: 10;
}
.top-head-left img{
    height: 100%;
    object-fit: contain;
    vertical-align: top;
}
.category-btn{
    color:white;
    font-size: 25px;
    cursor: pointer;
    line-height: 45px;
    margin-right: 20px;
}
.search-btn{
    color: white;
    cursor: pointer;
    line-height: 22px;
    margin-left: 20px;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #f2b025;
    text-align: center;
    border-radius: 3px;
    vertical-align: super;
}
.top-head-right{
    height: 45px;
    background: #f2b025;
    padding-left: 50px;
    padding-right: 8.333333%;
    position: relative;
}
.top-head-right span{
    display: inline-block;
}
.online-shop{
    letter-spacing: 4px;
    color: #4e4e4e;
    font-size: 17px;  
    padding-top: 20px;  
}
.profile-area{
    float:right;
}
.profile-area .cart{
    font-size: 18px;
    color: #4e4e4e;
    text-decoration: none;
    cursor: pointer;
}
.login-btn{
    background: #4e4e4e;
    padding: 5px 15px;
    color: white;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    margin-left: 10px;
    text-transform: uppercase;
}
.head-mini-menu{
    position: absolute;
    right: 12.333333%;
    margin: 0;
    padding: 0;
    bottom: -20px;
}
.head-mini-menu li{
    display: inline-block;
}
.head-mini-menu li a{
    text-decoration: none;
    color:#4e4e4e;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
}
.head-mini-menu li a:hover{
    color: #f2b025;
}
.search-form-area{
    height: 0;
    transition: 1s;
    overflow: hidden;
}
.search-form{
    line-height: 80px;
}
.search-area{
    position: relative;
    height: 80px;
}
.search-area input[type="text"]{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
}
.search-submit-btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:5px;
    width: 40px;
    height: 40px;
    background: #f2b025;
    border-color: #f2b025;
    color:white;
}
.search-submit-btn:hover{
    background: #f2b025;
    border-color: #f2b025;
    color:white;
}
.desctop-menu{
    position:fixed;
    top:0;
    left:-30%;
    height: 100vh;
    width: 30%;
    background:white;
    z-index: 999;
    box-sizing: border-box;
    transition: 0.2s;
}
.desctop-menu-header{    
    height: 60px;
    background: #4e4e4e;
    padding: 0 20px;
    color:white;
}
.desctop-menu-header span{
    display: inline-block;
    line-height: 60px;
    width: 50%;
    margin:0!important;
}
.desctop-menu-inner{
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.desctop-menu-cover{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,.8);
    z-index: 16;
    display: none;
}
.fa-times{
    cursor: pointer;
}
.hello{
    font-size: 20px;
    color: #f2b025;
}
.menu-title{
    color:#969397;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 40px;
    border-top:1px solid #ddd;
    display: block;
    padding-left: 20px;
    cursor: default;
    box-sizing: border-box;
}
.menu-title:first-child{
    border-top:none;
}
.desctop-default{
    border:none;
}
.desctop-default .panel-heading{
    background: #eaeded;
    padding: 0 20px;
}
.desctop-default .panel-title a{
    text-transform: uppercase;
    color:black;
    text-decoration: none;
    font-size: 17px;
    display: block;
    line-height: 40px;
}
.desctop-default .panel-title a span{
    line-height: 40px;
    transform: rotate(0deg);
}
.collapsed .desctop-caret{
    transform: rotate(-90deg)!important;
}
.desctop-default .panel-body{
    padding: 0;
}
.desctop-default .panel-body a{
    padding-left: 20px;
    line-height: 40px;
    color:black;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    display: block;
}
.desctop-default .panel-body a:hover{    
    color:black;
    background: #eaeded;
}
/*===HOMEPAGE===*/
.homepage{
    padding-top: 20px;
}
.homepage-inner > div{
    margin-bottom:20px;
}
.see-details{
    display: block;
    margin-top: 40px;
    color: #4e4e4e;
    background: #f2b025;
    border: 2px solid #4e4e4e;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom:20px;
    cursor:pointer;
    text-decoration: none;
}
.special-leftbar{
    padding-top:20px;
    padding-bottom:20px;
    box-sizing: border-box;
    border-top: 7.5px solid #eaeded;
}
.special-leftbar ul{
    padding:0;
    margin: 0;
    text-align: left;
}
.special-leftbar ul > span{
    color: #4e4e4e;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    display: block;
    padding-left: 20px;
    cursor: default;
    box-sizing: border-box;
}
.special-leftbar ul li{
    display:block;
}
.special-leftbar ul li label{
    padding-left: 20px;
    line-height: 25px;
    color: #4e4e4e;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    transition: 0.5s;
    display: block;
    cursor: pointer;
    font-weight: 100;
}
.special-leftbar ul li label:hover{
    color: #f2b025;
}
.product-rait-stars{
    color: #f2b025;
}
.specialproduct-price{
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 100;
    text-align: left;
    cursor: default;
}
.go-to-cartpage{
    text-decoration: none;
    text-transform: uppercase;
    color:#4e4e4e;
    transition: 0.5s;
}
.go-to-cartpage:hover{
    color:#f2b025;
}
.all-shops{
    background: white;
    padding: 20px 0;
}
.all-shops .shops-item{
    margin-bottom:30px;
}
.all-shops .shops-item img{
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: top center;
    opacity: 0.5;
}
.all-shops .shops-item img:hover{
    opacity: 1;
}
/*===BANNER===*/
.banner{}
.banner .item img{
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}
.banner .carousel-indicators li {
    width: 15px;
    height: 15px;
}
.banner .carousel-indicators .active {
    background-color: #f2b025;
}
/*===RECOMMENDED===*/
.recommended{}
.recommended-item{
    background: white;
    box-sizing: border-box;
    border-right: 15px solid #eaeded;
}
.recommended-item:last-child{
    border:none;
}
.recommended-inner{
    padding: 20px;
}
.recommended-inner span{
    font-size: 21px;
    color:#4e4e4e;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.recommended-inner .recommended-thumb{
    margin-bottom:15px;
}
.recommended-inner .recommended-thumb img{
    width: 100%;
    height:100px;
    object-fit: cover;
    object-position: top;
}
.recommended-inner .recommended-thumb a{
    color:black;
    font-size: 15px;
    text-decoration: none;
}
.recommended-inner .recommended-thumb p{
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.recommended-inner .more-recommended{
    font-size: 13px;
    color:#f2b025;
    text-decoration: none;
    transition:0.5s;
    text-transform: capitalize;
}
.recommended-inner .more-recommended:hover{    
    text-decoration: underline;
}
/*===SPECIAL===*/
.special{}
.special-banner{
    padding-left:0;
    position: relative;
    overflow: hidden;
}
.special-banner-cover{
    position: absolute;
    top: 0;
    right: 15px;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(180deg,#000,transparent 50%,#000);
}
.all-special{
    position: absolute;
    bottom:20px;
    left:20px;
    z-index: 10;
}
.special-banner-title{
    position: absolute;
    top:20px;
    left:20px;
    z-index: 10;
}
.all-special a{    
    color:white;
    font-size: 16px;
    text-decoration: none;
}
.special-banner-title a{    
    color:white;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
.special-banner img{
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
}
.special-item{
    background: white;
    height: 420px;
    box-sizing: border-box;
    border-right: 15px solid #eaeded;
}
.special-item:last-child{
    border:none;
}
.special-item{
    padding: 20px;
}
.special-item span{
    font-size: 21px;
    color:#4e4e4e;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.special-item a{
    text-decoration: none;
}
.special-item img{
    height: 250px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
.special-item .special-price{
    margin-top:10px;
    color:black;
    font-size: 18px;
}
.special-item .special-price del{
    color:#f2b025;
}
.special-item .special-title{
    margin-top:10px;
    color:black;
    font-size: 16px;
}
/*===BRANDS===*/
.popular{
    background: white;
    padding: 20px 0;
}
.popular > span{
    font-size: 21px;
    color:#4e4e4e;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;    
    padding-left: 20px;
}
.popular #owl-demo .item img{
    width: 100%;
    height: 50px;
    object-fit: contain;
    object-position: top center;
    opacity: 0.5;
}
.popular #owl-demo .item img:hover{
    opacity: 1;
}
.popular #owl-demo .owl-page span{
    background: #f2b025;
}
/*===ADS===*/
.ads img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    opacity: 0.8;
}
.ads img:hover{
    opacity: 1;
}
.ads-item{
    padding: 0;
    border-right: 15px solid #eaeded;
}
.ads-item:last-child{
    border: none;
}
/*===SUBSCRIBE===*/
.subscribe{
    background: white;
    text-align: center;
    height: 140px;
}
.subscribe span{
    font-size: 21px;
    color:#4e4e4e;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top:20px;
}
.subscribe .form-group{
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.subscribe input[type="email"]{
    height: 50px;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.subscribe button{
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: 0 20px;
    height: 50px;
    background: #f2b025;
    color:black;
    border:none;
    outline: none;
}
.subscribe button:hover{
    background: #f2b025;
    color:black;
}
/*===FOOTER===*/
.footer{
    padding: 40px 0;
    background: #131A22;
}
.footer .footer-links{
    margin-bottom:20px;
}
.footer .footer-links-item span{
    font-size: 21px;
    color:white;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer .footer-links-item ul{
    margin:0;
    padding: 0;
    text-align: left;
}
.footer .footer-links-item ul li{
    display:block;
}
.footer .footer-links-item ul li a{
    color:white;
    text-decoration: none;
    transition: 0.5ss;
    text-transform: uppercase;
    padding: 5px 15px;
    display: block;
}
.footer .footer-links-item ul li a:hover{
    color: #f2b025;
}
.footer-links-item img{
    margin: 3px;
}
.social-links a{
    width:33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: white;
    color:#131A22;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 5px;
    transition: 0.5s;
}
.social-links a:hover{
    background: #f2b025;
    color:white;
}
.footer-copyright{
    text-align: center;
}
.footer-copyright p{
    color:white;
}
.footer-copyright p a{
    color: #f2b025;
    text-decoration: none;
}
/*===ABOUT PAGE===*/
.about{    
    background: white;
    padding-top:15px;
}
.about-txt img{
    width: 30%;
    height: 250px;
    float:left;
    object-fit: cover;
    object-position: center center;
    padding-right: 15px;
    padding-bottom: 15px;
}
.about-txt h3{
    font-size: 21px;
    color:black;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}
.about-txt p{
    text-align: justify;
    color:black;
    font-size: 15px;
}
/*===SELL WITH US===*/
.sell-with-us{
    background: white;
}
.sell-with-us-inner h3{
    font-size: 21px;
    color:#2c3e50;
    display: block;
    margin-bottom: 15px;
    text-align: left;
}
.sell-with-us-inner p{
    color: #2c3e50;
    font-size: 15px;
    text-align: left;
}
/*===CONTACT US===*/
.contact-us{
    background: white;
    padding-top:40px;
    padding-bottom:40px;
}
.contact-us span{
    font-size: 21px;
    color:#2c3e50;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.contact-us input[type="text"]{
    height: 50px;
    border-color: #2c3e50;
}
.contact-us input[type="email"]{
    height: 50px;
    border-color: #2c3e50;
}
.form-send-btn{
    padding: 10px 30px;
    color:white;
    background:#2c3e50;
    border-color:#2c3e50;
}
.form-send-btn:hover{    
    color:#2c3e50;
    background:#f2b025;
    border-color:#f2b025;
}
.contact-us textarea{
    height: 150px;
    border-color: #2c3e50;
}
.contact-us .form-control:focus{    
    border-color: #2c3e50;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 
        0 0 8px rgb(44 62 80);
}
/*===FAQ===*/
.faq{
    background: white;
}
.faq-inner{
    padding: 15px;
}
.faq-inner > span{
    font-size: 21px;
    color:#2c3e50;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}
.faq-inner .panel-heading{
    background: #4e4e4e;
    padding: 0 20px;
}
.faq-inner .panel-body{
    border:1px solid #4e4e4e;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
}
.faq-inner .panel-heading h4 a{
    color:white;
}
.faq-default{
    margin-bottom:30px!important;
}
/*===MODALS===*/
.website-default-modal{}
.website-default-modal .modal-dialog{}
.website-default-modal .modal-dialog .modal-content{ 
    position: relative;
}
.website-default-modal .modal-dialog .modal-content button{
    position: absolute;
    top:-20px;
    right:-20px;
    width:40px;
    height:40px;
    display: inline-block;
    background: #131A22;
    color:white;
    line-height: 40px;
    text-align: center;
    opacity: 0.8;
    transition: 0.5s;
    border-radius: 50%;
    outline: none;
}
.website-default-modal .modal-dialog .modal-content button:hover{
    opacity: 1;
}
.login-form{
    padding: 40px 0; 
}
.login-form input[type="text"]{
    height: 50px;
    border-color: #2c3e50;
}
.login-form input[type="email"]{
    height: 50px;
    border-color: #2c3e50;
}
.login-form input[type="password"]{
    height: 50px;
    border-color: #2c3e50;
}
.login-form .form-control:focus{    
    border-color: #2c3e50;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 
        0 0 8px rgb(44 62 80);
}
.login-form ul{
    text-align: center;
    border:none;
}
.login-form ul li{
    float: unset;
    display: inline-block;
}
.login-form ul li a{
    color: #4e4e4e;
    font-size: 12px;
    background: none;
    border:none;
}
.login-form ul li.active a{
    display: none;
}
.login-form ul li a:hover{
    color: #f2b025;
    background: none;
    border:none;
}
/*===CATEGORY===*/
.page-navigate-links{
    background: white;
    padding: 10px 20px;
}
.page-navigate-links a{
    color: #969397;
    text-decoration: none;
    margin-right: 20px;
    position: relative;
    font-size: 12px;
}
.page-navigate-links a:before{
    content: '>';
    position: absolute;
    right: -15px;
    top: 0;
    color:#969397;
}
.page-navigate-links a:hover{
    color: #f2b025;
}
.page-navigate-links a:last-child:before{
    display: none;
}
.category-page{
    background: white;
}
.category-leftbar{
    padding-top:20px;
    padding-bottom:20px;
    box-sizing: border-box;
    border-top: 7.5px solid #eaeded;
}
.category-leftbar ul{
    padding:0;
    margin: 0;
    text-align: left;
}
.category-leftbar ul span{
    color: #969397;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 40px;
    border-top: 1px solid #ddd;
    display: block;
    padding-left: 20px;
    cursor: default;
    box-sizing: border-box;
}
.category-leftbar ul li{
    display:block;
}
.category-leftbar ul li a{
    padding-left: 20px;
    line-height: 40px;
    color: black;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
    display: block;
}
.category-leftbar ul li a:hover{
    color: #f2b025;
}
.product-item{
    padding-top: 15px;
    background: white;
    box-sizing: border-box;
    border-top: 7.5px solid #eaeded;
    border-left: 7.5px solid #eaeded;
    position: relative;
}
.product-item a{
    text-decoration: none;
    color:black;
}
.product-item img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-item .product-shop-title{
    color: #969397;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    letter-spacing: 2px;
    cursor: default;
    padding-top: 15px;
}
.product-item .product-title{
    color: black;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 100;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 15px;
    height: 60px;
}
.product-item .product-title:hover a{
    color: #f2b025;
}
.product-item .product-shop-title:hover a{
    color: #f2b025;
}
.product-item .product-price{
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 100;
    text-align: right;
    cursor: default;
}
.product-item .product-price span{
    cursor: pointer;
    color:#4e4e4e;
    font-size: 12px;
    line-height: 20px;
}
.product-item .product-price span:hover{
    color: #f2b025;
}
/*===BRANDS===*/
.brand-page-img{
    width: 100%;
    height: 80px;
    object-fit: contain;
    object-position: center center;
}
/*===BLOG===*/
.blog{
    background: white;
    padding: 20px 0;
    margin-bottom:20px;
}
.blog img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}
.blog h3{
    font-size: 21px;
    color:#2c3e50;
    display: block;
    margin-bottom: 15px;
    text-align: left;
    text-transform: capitalize;
}
.blog p{
    font-size: 15px;
    color:#2c3e50;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px;
    height: 80px;
}
.blog a{
    color:#2c3e50;
    font-size: 12px;
    text-decoration: none;
}
.blog a:hover{
    color: #f2b025;
}
/*===SPECIAL===*/
.discount{
    position: absolute;
    top:15px;
    right: 15px;
    background: #e74c3c;
    color:white;
    padding: 5px 15px;
    display: inline-block;
}
.special-gift{
    position: absolute;
    top:15px;
    right: 15px;
    background: #e67e22;
    color:white;
    padding: 5px 15px;
    display: inline-block;
}
/*===PRODUCT PAGE===*/
.product-page-inner{
    background: white;
    padding: 40px 0;
}
.product-gallery{}
.product-gallery #productGallery{
    position: relative;
}
.product-gallery #productGallery .carousel-inner .item img{
    width: 100%;
    height: 400px;
    object-fit: contain;
    object-position: center center;
}
.product-gallery #productGallery .carousel-indicators{
    position: relative;    
    bottom: 0;
    margin-top:20px;
    left: unset;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
}
.product-gallery #productGallery .carousel-indicators li{
    width: 80px;
    height: 80px;
    text-indent: unset;
    box-sizing: border-box;
    border:1px solid transparent;
    border-radius: 0;
}
.product-gallery #productGallery .carousel-indicators li.active{
    border:1px solid #e67e22;    
}
.product-gallery #productGallery .carousel-indicators li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.product-details{}
.product-detail-title{
    color: black;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 2px;
    cursor: default;
}
.product-detail-shop-title{
    color: black;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 2px;
    cursor: default;
}
.product-detail-rating{
    color: #e67e22;    
}
.product-detail-price{
    color: black;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 2px;
    cursor: default;
}
.product-detail-text{
    color: black;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 100;
    cursor: default;
}
.product-detail-card span{
    padding: 5px 30px;
    color: white;
    background: #4e4e4e;
    border-color: #4e4e4e;
    cursor: pointer;
}
.product-detail-card span:hover{
    padding: 5px 30px;
    color: white;
    background: #e67e22;
    border-color: #e67e22;
}
/*===SHOPPING CARD===*/
.shopping-card-area{
    padding: 40px 0;
}
.shopping-card-area span{
    display: inline-block;
}
.shopping-card-area .card-item-img-width{
    width: 150px;
}
.shopping-card-area .card-item-img img{
    height: 50px;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}
.shopping-card-area .card-item-title{
    line-height: 50px;
    font-size: 13px;
    color:#4e4e4e;
}
.card-count-control{
    line-height: 50px;
}
.shopping-card-area .card-item-minus{
    font-size: 13px;
    color:#4e4e4e;
    box-sizing: border-box;
    border:2px solid #4e4e4e;
    padding: 3px;
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    cursor:pointer;
}
.shopping-card-area .card-item-plus{
    font-size: 13px;
    color:#4e4e4e;
    box-sizing: border-box;
    border:2px solid #4e4e4e;
    padding: 3px;
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
    cursor:pointer;
}
.shopping-card-area .card-item-count{
    font-size: 13px;
    color:#4e4e4e;
    box-sizing: border-box;
    border:2px solid #4e4e4e;
    padding: 3px;
    height: 30px;
    width: 30px;
    line-height: 20px;
    text-align: center;
}
.shopping-card-area .card-item-price{
    line-height: 50px;
    font-size: 15px;
    color:#4e4e4e;
}
.shopping-card-area .card-item-delete{
    line-height: 50px;
    font-size: 15px;
    color:#4e4e4e;
    cursor:pointer;
}
.total-sum{
    font-size: 18px;
    color:#4e4e4e;
}
/*===RESPONSIVE===*/
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1024px) {}
@media only screen and (max-width: 800px) {}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 600px) {}
@media only screen and (max-width: 480px) {}
@media only screen and (max-width: 320px) {}