body{
    font-family: 'Dosis', sans-serif !important;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*background:#fffaf5;*/
    overflow: hidden;
    outline: none;
    color: #5d3c1f;
}
a{
    outline: none;
    text-decoration: none !important;
    color: #5d3c1f;
}
.btn.focus, .btn:focus{
    box-shadow:0 0 0 0.2rem rgba(141,84,34,.25)!important;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f5f5f5;
    /* change if the mask should have another color then white */
    z-index: 99;
    /* makes sure it stays on top */
}

#status {
    position: absolute;
    left: 48%;
    /* centers the loading animation horizontally one the screen */
    top: 46%;
    /* centers the loading animation vertically one the screen */
    /* is width and height divided by two */
}
.spinner-sm {
    width: 435px;
    height: 263px;
    background-image: url(../img/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.left-section{
    border-right:1px solid #754c28;
    height:100vh;
    width:13%;
    float:left;
}
.right-section{
    width:87%;
    height:100vh;
    float:right;
}
.right-section h1{
    font-size:60px;
    color:#7b4e26;
    font-weight:600;
}
.nav-side-menu {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    position: fixed;
    top: 0px;
    width: 12.5%;
    height: 100%;
    color: #6c4727;
    text-align:right;
    padding-right:10px;
    z-index:50;
    /*background:#fff;*/
}
.nav-side-menu .brand {
    display: block;
    margin-top:10px;
}
.menu-list{
    margin-top:50px;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0;
    cursor: pointer;
    /*    
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
    */
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    font-weight:600;
    /*border-left: 3px solid #d19b3d;
    background-color: #4f5b69;*/
}

/*.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #181c20;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
  background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}*/
.nav-side-menu li {
    padding: 5px 0px 15px;
    word-break: break-word;
    position: relative;

}
.nav-side-menu li a {
    text-decoration: none;
    color: #6c4727;
}

/*av-side-menu li:hover {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}*/
.nav-side-menu li:after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #754c28;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s;
}
.nav-side-menu li:hover:after {
    transform: scaleX(1);
}
.nav-side-menu li.active:after {
    transform: scaleX(1);
}
/* Carousel Styles */
.carousel-indicators .active {
    background-color: #7e280a;
}
.second-slide, .third-slide {
    width: 100%;
    max-height: 100vh;
}
.carousel-control {
    width: 0;
}
.carousel-control.left,
.carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}
.carousel-control.left span {
    padding: 15px;
}
.carousel-control.right span {
    padding: 15px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
    background-color: #000;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
.carousel-control-next, .carousel-control-prev{
    width:5%;
}
.sample-products{
    position:absolute;
    bottom:0;
}
.slider-farmer{
    background-image:url(../img/slider-farmer.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    width:100%;
    height:100vh;
}
.slider-consumer{
    background-image:url(../img/slider-consumer.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center center;
    width:100%;
    height:100vh;
}
.slider-farmer .content, .slider-farmer .sub-content{
    color:#223c2e;
}
.slider-farmer .carousel-caption, .slider-consumer .carousel-caption{
    top:25%;
    left:5%;
}
.slider-farmer .content,
.slider-consumer .content{
    font-size:60px;
    font-weight:200;
    line-height:65px;
}
.slider-consumer .content, .slider-consumer .sub-content{
    color:#003b54;
}
.slider-farmer span, .slider-consumer span{
    font-weight:600;
}
.sub-content{
    font-size:30px;
    font-weight:200;
    color:#223c2e;
}
.right-section .simplebar-track.horizontal .simplebar-scrollbar{
    visibility:hidden !important;
}
.ad-box{
    background:#eee4e1;
    color:#754c28;
    font-size:50px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding:70px 20px 25px;
    width:100%;
    line-height:60px;
}
.ad-box-plain{
    color:#754c28;
    font-size:35px;
    line-height:38px;
}
.ad-box-large{
    background:#eee4e1;
    color:#754c28;
    font-size:36px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    padding:70px 20px 5px;
    width:100%;
    line-height:45px;
    word-break: break-word; 
}
.ad-box-large b{
    font-weight:600;
}
.ad-box-large .call{
    font-weight:600;
    color: #5d3c1f;
}
.ad-box-large span{
    font-size:48px;
    font-weight:600;
}
.p2{
    font-size:30px;
    line-height:35px;
}
.icon-large{
    font-size:100px;
    font-weight:600;
    line-height:100px;
}
.call-us{
    font-size:48px;
    font-weight:600;
    margin-top:50px;
}
.call-us-contact{
    font-size:36px;
}
.about-page-title-bg{
    background:url(../img/about-page-title-bg.jpg);
    background-size:cover;
    width:100%;
    height:150px;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);
}
.about-page-title{
    background:rgba(255,255,255,0.8);
    width:100%;
    position:absolute;
    top:30%;
    text-align:center;
    color:#6c4727;
    font-size:20px;
    font-style:italic;
    padding:10px 0; 
}
.slick-slide {
    margin: 0px 20px;
    outline:none;
}
.product-category{
    transition: all 0.5s ease;
}
.product-category:hover{
    background: #eee4e1;
    text-decoration: none;
}
.products{
}
.products h2{
    font-size:40px;
    color:#754c28;
    font-weight:600;
    padding: 0 10px;
}
.product-img{
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    height:250px;
}
.product-img img{
    vertical-align: bottom;
    width: 100%;
}
.product-desc{
    font-size:26px;
    line-height:34px;
    color:#754c28;
    padding: 15px;
}
.product-desc ul{
    margin:15px 0 0 0;
    padding:0;
    list-style:circle;
    position:relative;
}
.product-desc ul li{
    margin:0 0 0 30px;
    padding:0;
    line-height:35px;
}
.product-desc ul li span{
    font-size:14px;
    line-height:0;
    margin:0;
    padding:0;
}
.product-process{
    font-size:15px;
    font-weight:600;
    width:150px;
    line-height:20px;
    float:left;
    position:absolute;
    top:60px;
    right:10px;
    padding:5px 0;
    border-top:2px solid #754c28;
    border-bottom:2px solid #754c28;
}
.contact-container{
    background:#eee4e1;
    font-size:18px;
}
.subscribe-email .form-control{
    width:50%;
    float:left;
    border-bottom:1px solid #6b4727;
    border-top:0;
    border-left:0;
    border-right:0;
    border-radius:0;
}
.btn-subscribe{
    background-color:#eee4e1;
    border:1px solid #6b4727;
}
.footer{
    float:left;
    width:11%;
    position:fixed;
    bottom:15px;
    z-index:50;
}
.footer ul{
    margin:0;
    padding:0;
    list-style:none;	text-align:right;
}
.footer ul li{
    margin:0;
    padding:2px 0;
    list-style:none;
    text-align:right;	display:inline;
}
.footer ul li a{
    fill:#b2b2b2;
    transition: all 0.5s ease-out;
}
#facebook a:hover{
    fill:#3B5998;
}
#twitter a:hover{
    fill:#1DA1F2;
}
#youtube a:hover{
    fill:#FF0000;
}
.copy-right{
    font-size:12px;
    text-align:right;
}
.bread-crumbs{
    
}
.bread-crumbs ul{
    margin: 20px 0 0 0 !important;
    padding: 0;
    list-style: none !important;
}
.bread-crumbs ul li{
    float: left;
    font-size: 14px !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}
.bread-crumbs ul li a{
    color: #5d3c1f;
    text-decoration: underline !important;
}
.product-page h1{
    font-size: 76px;
    color: #5d3c1f;
    font-weight: 400;
}
.product-page h2{
    font-size: 40px;
    font-weight: 600;
    color: #3b210a;
}
.product-page ul{
    margin: 40px 0 0 0;
    padding: 0;
    list-style: circle;
}
.product-page ul li{
    margin: 0 0 0 50px;
    padding:0;
    font-size: 20px;
    font-weight: 600;
}
/*RICE*/
.rice-header-bg span, .oil-header-bg span{
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}
.product-para{
    font-weight: 400;
    text-align: center;
    font-style: italic;
}
.rice-header-bg{
    background: url(../img/rice-header-bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.oil-header-bg{
    background: url(../img/oil-header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.palm-jaggery-header-bg{
    background: url(../img/palm-jaggery-header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.millets-header-bg{
    background: url(../img/millets-header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}

.know-your-farmer-title{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    min-height: 358px;
    background-image: url(../img/kow-your-farmer-bg.jpg);
    background-size: cover;
    
    text-align: center;
}
.know-your-farmer-title span{
    width: 85%;
}
.farmers-listing{
    background: url(../img/gd.jpg);
    background-size: contain;
    background-attachment: fixed;
    position: absolute;
    top: 20px;
    left: -50px;
    width: 106.5%;
    padding: 15px 0;
}
.farmers-listing .slick-dots li button:before{
    font-size: 30px;
}
.farmers-listing .slick-dots li.slick-active button:before{
    color: #3b210a;
    opacity: 1;
}
.product-source-list{
    background: url(../img/product-source-map.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 330px;
}
.product-source-list ul{
    margin: 20px 0 0 50px;
    padding: 0;
}
.product-source-list ul li{
    background: url(../img/location-icon.png) no-repeat 0px 10px;
    margin: 0;
    padding: 5px 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    list-style:none;
}
.buy-original-content{
    color: #915928;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 30px;
}
.buy-original-content span{
    color: #3b210a;
    font-size: 50px;
    font-weight: 600;
    margin-right: 20px;
}
.farmer-dp-cont{
    float: left;
}
.farmer-dp{

}
.farmer-dp img{
    border-radius: 100px;
}
.farmer-profile-cont{
    float: left;
    padding:0 10px;
    overflow-wrap: break-word;
}
.farmer-profile-name-title,.farmer-product-type-title{
    font-size: 14px;
}
.farmer-profile-name, .farmer-product-type{
    font-size: 18px;
    font-weight: 700;
}
.other-products{
    background: #eee4e1;
/*    padding: 15px 0;*/
}
.other-products-items{
    font-size: 18px;
    transition: all 0.5s ease;
}
.other-products-items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  transform: scaleX(0);
  background-color: #3b210a;
  transition: transform 0.3s;
}
.other-products-items:hover:before {
  transform: scaleX(1);
}
.other-products-items:hover a{
    color: #3b210a;
}
.other-products-items img{

}
.other-products-items span{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.box-content-border{
    border-top:2px solid #3b210a;
    border-bottom:2px solid #3b210a;
    padding: 15px 0;
}
.box-content-bg{
    background: #eee4e1;
}
.box-content-list ul{
    margin: 0;
    padding: 0;
    list-style: circle;
}
.box-content-list ul li{
    margin: 0 0 0 20px;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
}
.btn-primary-famara{
    color:#fff;
    background-color: #5d3c1f;
    border-color: #5d3c1f;
}
.btn-primary-famara:hover{
    color: #fff;
    background-color: #7c5029;
    border-color: #5d3c1f;
}
.shopping-container{
}
.shopping-container h3{
    font-size: 5vh;
    font-weight: 600;
}
.shopping-container .card{
    background:url(../img/gd.jpg)#ebdabd;
    overflow: hidden;
    border-radius: 0;
    border: 0;
}
.shopping-container .card .viewmore{
    background: #3C2414;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.shopping-container .card:hover .viewmore{
    opacity: 0.9;
    cursor: pointer;
}
.shopping-container .card img{
    transition: all 0.5s ease;
}
.shopping-container .card:hover img{
    transform: translateZ(0) scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.2);
}
.shopping-container .more{
    background: #7b4e26;
    border-radius: 4px;
    padding: 0 20px;
    display: block;
    line-height: 30px;
    color: #fff;
}
.shopping-container .more:hover{
    background: #4c2b0c;
}
.panel h3{
    padding: 15px 0 0 15px;
}
.card h3{
    padding: 15px 0 0 15px;
}
.cat-rice{
    background-image: url(../img/product-cat/rice.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.cat-palm-jaggery{
    background-image: url(../img/product-cat/palm-jaggery.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.cat-millets{
    background-image: url(../img/product-cat/millets.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.cat-oil{
    background-image: url(../img/product-cat/oil.png);
    background-position: center bottom;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.cat-health-beauty{
    background-image: url(../img/product-cat/turmeric.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.cat-honey{
    background-image: url(../img/product-cat/honey.png);
    background-position: -70px 20px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.shop-category-list{
    font-family: 'Mukta Malar', sans-serif;
}
.shop-category-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.shop-category-list ul li{
    background: #efe4d2;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
/*    line-height: 50px;*/
    border-radius: 20px;
    float: left;
    font-size: 15px;
/*    font-weight: 600;*/
    transition: all 0.3s ease;
    text-align: center;
}
.shop-category-list ul a:hover li{
    background: #514742;
    color: #fff;
}
.shop-category-list ul a li.active{
    background: #514742;
    color: #fff;
}
.shop-category-list-product h2{
    background: #514742;
    color: #efe4d2;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    padding: 10px 0;
}
.shop-category-list-product .table td{
  //  background: #efe4d2;
    padding: 0 5px;
}
.shop-category-list-product .table td span.tamil{
    font-size: 12px;
}
.shop-category-list-product .table td.tbl-product-name{
    font-size: 18px;
    font-weight: 600;
    padding:8px 0 8px 10px;
    line-height: 20px;
}
.tbl-product-name{
    font-size: 18px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 10px;
    line-height: 20px;
}
.cart-list-product{
	position:relative;
	margin-bottom:4px;
}
#cart .tbl-product-name{
	line-height:18px;
	color:#5d3c1f;
}
.shop-category-list-product .table td.tbl-select{
/*    background: #3B3936;*/
/*    color: #fff;*/
    font-weight: 600;
    padding: 0;
    line-height: 60px;
}
#cart .tbl-select, #cart .tbl-sub-total{
/*    background: #3B3936;*/
/*    color: #fff;*/
	font-size:15px;
    font-weight: 600;
    padding: 0;
    line-height: 30px;
	color:#5d3c1f;
}
#cart .tbl-sub-total{
	text-align:center;
}
.shop-category-list-product .table td.tbl-qty{
/*    background: #5C4233;*/
    padding-top: 15px;
}
.tbl-qty{
/*    background: #5C4233;*/
    padding-top: 15px;
}
.shop-category-list-product .table td.tbl-price{
/*    background: #423831;*/
/*    color: #fff;*/
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
}
.tbl-price{
/*    background: #423831;*/
/*    color: #fff;*/
    font-weight: 600;
    letter-spacing: 1px;
    text-align: right;
}
.shop-category-list-product .table td.tbl-add-to-cart{
    background: none;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    height: 60px;
}
.table td.tbl-add-to-cart a{
    color: #423831;
}
.table td.tbl-add-to-cart a:hover{
    color: #bf5609;
    text-decoration: underline !important;
}
.tbl-product-name, .tbl-price, .tbl-add-to-cart{
   /* line-height: 50px;*/
}
.shop-category-list-product .table td .form-group{
    margin-bottom: 0;
}
.shop-category-list-product .table td .form-group .form-control{
    background: #3B3936;
    border: 0;
    color: #fff;
    font-weight: 600;
    min-width: 95px;
    padding: 0 5px;
    margin-top: 10px;
}
.shop-category-list-product .table td .form-group .form-control:focus, input.qtyplus:focus, input.qtyminus:focus {
    box-shadow: none;
    border: 0;
    outline: none;
}
.qty {
    width: 100%;
    height: 25px;
    text-align: center;
    
    font-weight: 600;
    color: #514742;
}
input.qtyplus {width:20px;height:20px;background: none;border:0;font-size:30px; font-weight: 600; color:#423831;line-height:0;float:right;position: relative;z-index:1;margin-top: -26px;right:4px;}
input.qtyminus {width:20px;height:20px;background: none;border:0;font-size:30px; font-weight: 600;color:#423831;padding:0;line-height:0;position: absolute;z-index:1;left:0;top:-4px;}

#cart .cart-list-product .qtyplus {width:20px;height:20px;background: none;border:0;font-size:30px; font-weight: 600; color:#423831;line-height:0;float:right;position: absolute;z-index:1;right:4px;top:0;margin-top:0;}
#cart .cart-list-product .qtyminus {width:20px;height:20px;background: none;border:0;font-size:30px; font-weight: 600;color:#423831;padding:0;line-height:0;position: absolute;z-index:1;left:0; }

.billing-container .custom-control-input:checked~.custom-control-label::before{
    background-color: #5d3c1f;
}
.order-summary span{
    float: right;
}
.summary-info{
    background: #efe4d2;
}
.billing-container .form-control:focus{
    border-color:#bfae92;
    box-shadow:0 0 0 0.2rem rgba(239,228,210,1) ;
}
.shopping-container .collapse:not(.show){
 /*   display: block;
    height: 50px;*/
    overflow: hidden;
}
.shopping-container .collapse{
     /*background: #efe4d2;*/	 background:rgb(81, 71, 66)!important;	 color:rgb(239, 228, 210)!important;    margin-top: 0px;    z-index: 100;    box-shadow: 2px 2px 5px #888888;    top: 20px !important;    left: -40px !important;    border-radius: 0 0 8px 8px !important;
}
.shopping-container .collapsing{
/*    height: 50px;*/
    background: #efe4d2;
    margin-top: 0px;
    z-index: 100;
    box-shadow: 2px 2px 5px #888888;
}
.shopping-container .collapse div, .shopping-container .collapsing div{
    width: 288px;
/*    line-height: 22px;
    padding: 15px 0;
    height: 50px;*/
}
.colourbg
{
	//background-color:blue;
	background: #efe4d2;
}
.colourbg td{
border-top:1px solid #fff;
}
.fr-product-badge{
position: relative;
width:45px;
float: left;
margin-top: -14px;
margin-left:-15px;
}
@media only screen and (max-width: 670px) {
.colourbg, .colourbg b{
font-size:0.8em;
line-height:1em;
}
.fr-product-badge{
margin-top: -14px;
margin-left:-12px;
}
}
.product-dropdown-select{
    line-height:30px !important;
}
.product-dropdown-select ul{
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}
.product-dropdown-select ul li{
    margin: 0 14px 0 0;
    padding: 0;
    float:left;
    width: 87px;
}
.product-dropdown-select ul li:nth-child(1){
    text-align: center;
}
.product-dropdown-select ul li:nth-child(1){
    text-align: center;
}
.product-dropdown-select ul li:nth-child(3){
    text-align: right;
    margin-right: 0;
    width: 80px;
}
.product-dropdown-select ul li .qtyplus{
    margin-top: -29px;
}
.product-dropdown-select ul li .qtyminus{
    margin-top: 6px;
}
@media (max-width: 767.98px) {
    .shopping-container .collapse div, .shopping-container .collapsing div{
        width: 245px;
    }
    .product-dropdown-select ul li{
     width: 71px;
    }
    .product-dropdown-select ul li:nth-child(3){
        width: 72px;
    }
}