body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.clearfix {
    clear: both;
}

/* info  */
.info{
    background-color: #132F53;
    padding: 8px;
    width: 100%;
    height: auto;
    color: #fff;
}

.kuwait_flag {
    width: 20px;
    height: 16px;
}

.info .info-mail ul{
    list-style: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 0;
}

.info .info-mail ul li{
    float: left;
    margin-right: 20px;
}


.info .info-mail ul li .link_title{
    text-decoration: none;
    color: #FFF;
    margin-right: 5px;
}

.info-mail ul li a span{
    color: #ddd;
    letter-spacing: 1px;
}

li.EN {
    display: inline-block;
    line-height: 1.1;
}
  
.EN-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0px;
}

.EN-content a {
    color: #FF4006;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

.EN-content a:hover {background-color: #FF4006; color: #FFF;}

.EN:hover .EN-content {
    display: block;
}



.info .info-social{
    margin-left: 0px;
    line-height: 1.3;
}

.info .info-social ul{
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.info .info-social ul li{
    float: right;
    margin-right: 20px;
}

.info .info-social ul li a{
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.info .info-social ul li .link_title{
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
}


.info-social ul li span{
    color: #FFF;
    margin-left: 4px;
    display: block;
}

.info-social ul li a i{
    color: #FFF;
    font-size: 16px;
    margin-right: 5px;
}

.info .info-social ul li a:hover i,
.info-social ul li .hoverspansocial:hover{
    transition: all 0.2 ease-in-out;
    color: #FF4006;
}

.info .logo {
    text-align: left
}


form.example input[type=text] {
    padding: 5px;
    font-size: 17px;
    border: none;
    float: left;
    width: 90%;
    background: #FFF;
}
form.example input[type=text]:focus {
    outline: none
}



form.example button {
    float: left;
    width: 10%;
    padding: 5px;
    background: #FF4006;
    color: #FFF;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
  
form.example::after {
    content: "";
    clear: both;
    display: table;
  }


@media(min-width:768px) and (max-width:991px) {
    .info .info-mail ul li.map{
        display: none;
    }

    .info-social ul li span{
        margin-left: 100px;
    }
    
}

.info .info-social ul .formobile a .icondiv {
    float: left;
}

.info .info-social ul .formobile a .icondiv i {
    line-height: 1;
    font-size: 30px;
}
.info .info-social ul .formobile a .icontitle {
    text-align: left;
    float: right;
}

#infoprivate {
    margin-right: 30px;
}

/* Header */

header{                                 
    height: auto;
    width: 100%;
    z-index: 555;
    background-color: #132F53;
}

#mobileonly {
    display: none;
}

.sticky{                             
    background-color: #fff;
}

header i.icon{                       
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    z-index: 10;
    display: none; 
}


header .logo img{
    margin-top: 10px;
    margin-left: 30px;
    width: 180px;
    cursor: pointer;
}




header nav .nav-list{
    list-style: none;
    margin-bottom: 0;
    display: flex;                    
    justify-content: space-around;
    position: relative;
    padding: 0;
}


header nav .nav-list .list a{
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    margin: 0px 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

header nav .nav-list .list .plus-icon,
header nav .nav-list .list .minus-icon{
    display: none;
}

header nav .nav-list .list .search{
    position: absolute;
    top: 28px;
}


header nav .nav-list .list .search-inp{
    position: absolute;
    top: 75px;
    right: 3px;
    padding: 10px;
    border: none;
    border-top:2px solid #FF4006 ;
    width: 250px;
    outline: 0;
    display: none;
}

header nav .nav-list .list .search-inp-icon{
    position: absolute;
    top: 77px;
    right: 3px;
    background-color: #FF4006;
    padding: 13px;
    display: none;
    cursor: pointer;
    color: #fff;
}

header nav .nav-list .list a:hover{
    color: #FF4006;
}

.dropdown {position:static;}

.dropdown-menu {
    width:100%;
    left:0;
    right:0;
  /*  height of nav-item  */
    top:45px;
    display:block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    border-radius: 0px;
    
  }

  .dropdown:hover .dropdown-menu, .dropdown .dropdown-menu:hover {
    display:block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
    border-radius: 0px;
  }
    
    .dropdown-menu {
      border: 1px solid rgba(0,0,0,.15);
      background-color: #fff;
      text-align: center;

    }

    .dropdown-menu ul li h3 {
        font-size: 25px;
    }
  
    .nav-link {
        color: #FF4006;
    }

    .nav-link:hover {
        background-color: #FF4006;
        color: #FFF;
    }

    .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }
  
    .dropdown-toggle::after {
        vertical-align: 0;
    }

@media (max-width:767px){

    header{                                 
        position: inherit;
        overflow: auto;
    }
    header nav .nav-list{
        display: none;
        padding: 0;
        text-align: center;
    } 

    header nav .nav-list .list a{
        font-size: 16px;
        font-weight: 200;
        padding: 10px 0px;
    }

    header nav .nav-list .list .dropdown-menu a{
        color: #444;
        font-size: 12px;
        padding: 7px 0px;
    }

    header i.icon{
        display: block;
    }


}


@media(min-width:768px) and (max-width:991px) {

   
    header nav .nav-list{
        width: 90%;

    }

    header .logo img{
        margin-top: 10px;
        margin-left: 5px;
    }

    header i.icon{
        display: none;
    }
}

/* carsuel */

.carousel-control-next-icon, .carousel-control-prev-icon {
    visibility: hidden;
    cursor: pointer;
}

.carousel:hover .carousel-control-next-icon,
.carousel:hover .carousel-control-prev-icon {
    visibility: visible;
    transition: all 0.8s ease-in-out;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
} 

.carousel-caption {
    position: absolute;
    top: 20%;
    left: 65%;
    text-align: left;
    width: 30%;
}

.carousel-caption h1 {
    font-size: 70px;
    font-weight: 400;
}

.carousel-caption span {
    font-weight: bold;
    font-size: 70px;
}

.carousel-caption h3 {
    font-size: 40px;
}

.carousel-caption button {
    border: none;
    background-color: #FF4006;
    padding: 7px;
    border-radius: 20px;
    width: 130px;
    margin-top: 20px;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
}

.carousel-caption button a {
    text-decoration: none;
    color: #FFF;
}

.carousel-caption button:hover {
    background-color: black;
    color: #FFF;
    transition: all 0.5s ease-in-out;
}

.categories {
    margin-top: 30px;
}

.categories .item {
    border: 1px solid #DDD;
    transition: all 0.2s ease-out;
}

.categories .item:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.2s ease-in;
    box-shadow: 3px 5px 20px #DDD;
    border: none;
}



.categories .item img {
    width: 100%;
    height: 100%;
}

.categories .item a {
    text-decoration: none;
}

.categories .item h3 {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #888;
}

/* Deals */

.deals {
    margin: 15px;
}
.deals .deals_title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.deals .deals_title h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #FF4006;
}

.deals .deals_title h1:before,
.deals .deals_title h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #FF5722;
    margin-left: 45px;
}

.deals .deals_title h1:before {
    margin-left: -55%;
    text-align: right;
}

.remaning{
	position: absolute;
	top: 5%;
	right: 8%;
	background-color: #FF4006;
	padding: 3px;
	color: #FFF;
	border-radius: 2px;
	text-align: center;
}

.remaning h5{
    font-size: 18px;
    font-weight: bold;
	margin: auto;
    font-family: sans-serif;
    color: #FFF;
    display: grid;
}

.remaning span {
    font-size: 12px;
    font-weight: lighter;
}

.deals .deals_time_left img,.deals .deals_time_right img {
    width: 100%;
    height: 100%;
}


.deals .deals_time_left {
    border: 1px solid #DDD;
    transition: all 0.2s ease-out;
}

.deals .deals_time_left:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.2s ease-in;
    box-shadow: 3px 5px 20px #DDD;
    border: none;
}

.deals .deals_time_left h3 {
    padding: 14px;
    font-size: 18px;
    color: #444;
    margin-top: 15px;
    margin-left: 20px;
}

.deals .deals_time_left ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.deals .deals_time_left ul li {
    float: left;
    width: 21%;
    text-align: center;
}

.deals .deals_time_left ul li span {
    font-size: 16px;
}

.deals .deals_time_left .time {
    list-style: none;
    padding: 0;
    margin: 0;
}

.deals .deals_time_left .time li {
    float: left;
    width: 21%;
    text-align: center;
    color: #FF4006;
}

.deals .deals_time_left .time li span {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}


.deals .deals_time_right {
    border: 1px solid #DDD;
    margin-bottom: 20px; 
    overflow: hidden;
    transition: all 0.2s ease-out;
}

.deals .deals_time_right:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.2s ease-in;
    box-shadow: 3px 5px 20px #DDD;
    border: none;
}


.deals .deals_time_right h3 {
    padding-top: 5px;
    font-size: 15px;
    color: #333;
    text-align: center;
}

.deals .deals_time_right .time {
    list-style: none;
    padding: 0;
    margin: auto;
    width: 72%;
}

.deals .deals_time_right .time li {
    width: 16%;
    text-align: center;
    color: #FF4006;
    display: inline-block;
    margin-left: 10px;
}

.deals .deals_time_right .time li span {
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
}

/* Recommended */

.recommended .recommended_title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.recommended .recommended_title h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #FF4006;
}

.recommended .recommended_title h1:before,
.recommended .recommended_title h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #FF5722;
    margin-left: 45px;
}

.recommended .recommended_title h1:before {
    margin-left: -55%;
    text-align: right;
}

.card {
    padding: 10px;
    margin-bottom: 20px;
    transition: all 0.2s ease-out;
}

.card:hover {
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 3px 5px 20px #DDD;
    transition: all 0.2s ease-in;
    border: 1px solid #FF4006;
    color: #FF4006;

}
 

.sale{
	position: absolute;
	top: 5%;
    left: 5%;
	background-color: #FF4006;
	padding: 5px;
	color: #FFF;
	border-radius: 3px;
	text-align: center;
}

.sale h5{
    font-size: 14px;
    width: 45px;
	margin: auto;
	font-family: sans-serif;
}

.card-body {
    padding: 0;
    text-align: center;
}

.card-body .card-title {
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.card-body .Marketplace {
    font-size: 15px;
    color: #888;
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body ul li {
    display: inline-block;
    text-align: center;
    font-size: 22px;
}







.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    position: relative;
    text-align: center;
  
  }
  .rating > span {
    display: inline-block;
    position: relative;
    color: #FF4006;
    font-size: 30px;
    width: 23px;
  }
  .rating > span:hover:before,
  .rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    cursor: pointer;
    color: #FF4006;
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari 3-8 */
    transform: scale(1.2);
  }
       
  





.card-body p {
    color: #888;
    font-size: 16px;
    display: block
}

.card-body a {
    color: #888;
    font-size: 16px;
    text-decoration: underline;
}

.card-body h4 {
    color: #444;
    font-size: 20px;
}

.card_fav i {
    margin-right: 10px;
    font-size: 18px;
    color: #c1c1c1;
}

.fa-heart:hover {
    color:#FF4006;
}

.fa-thumb-tack {
    transform: rotate(320deg)
}

.fa-thumb-tack:hover {
    color: #FF4006;
}

.responsive .col-2 {
    float: left;
    margin-right: 10px;
    padding: 14px 17px;
}
.responsive .col-9 {
    float: left;
}
.responsive .col-9  a {
    color: #EE2E24;
    cursor: pointer;
}
.itemscroll {
    background-color: #FFF;
    margin: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.itemundercaro:focus {
    outline: none
}

.slick-list {
    z-index: 2;
}
.slick-next , .slick-prev {
    background-color: #FFF;
    height: 30px;
    width: 30px;
    color: #FF4006;
    box-shadow: 2px 3px 15px #DDD;
}
.slick-next {
    right: -55px;
}
.slick-prev {
    left: -55px;
}

.slick-prev:before, .slick-next:before {
    color: #FF4006;
}

.slick-prev:before, .slick-next:before {
    opacity: 1;
}

/* recently_viewed */

.recently_viewed .recently_viewed_title {
    margin-bottom: 30px;
    margin-top: 10px;
}

.recently_viewed .recently_viewed_title h1 {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #FF4006;
}

.recently_viewed .recently_viewed_title h1:before,
.recently_viewed .recently_viewed_title h1:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #FF5722;
    margin-left: 45px;
}

.recently_viewed .recently_viewed_title h1:before {
    margin-left: -55%;
    text-align: right;
}

/* Footer */
.footer-top {
    background-color: #132F53;
}

.footer-top .social {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
}

.footer-top .social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top .social ul li{
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
}

.footer-top .social ul li a {
    color: #FFF;
    text-decoration: none;
}

.footer-top ul li a i {
    font-size: 25px;
}

.footer-top ul li a i:hover {
    color:#ff8d6b;
    transition: all 0.5s ease-in-out;
}





.footer {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
    padding-left: 0;
    border: 0;
    background-color: #132F53;
}

.footer_list li a:hover {
    color: #FF4006;
    transition: all 0.5s ease-in-out;
}

.title-widget {
	color:#FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

.add_email {
    display: block; 
    font-size: 10px
}


.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}


.widget_nav_menu ul li {
    font-size: 16px;
    line-height: 20px;
	position: relative;
    margin-bottom: 7px;
    padding-bottom: 7px;
    width:95%;
    color: #FFF;
}

.widget_nav_menu ul li a {
    color: #FFF;
    text-decoration: none;
}


.widget_nav_menu ul li form.example input[type=text] {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #FFF;
    border-left: none;
    float: left;
    width: 80%;
    background: none;
    border-right: none;
}

.widget_nav_menu ul li form.example input[type=text]::placeholder {
    color: #FFF;
}

.widget_nav_menu ul li form.example input[type=text]:focus {
    outline: none;
    color: #FFF;
}

.widget_nav_menu ul li form.example button {
    float: left;
    width: 20%;
    padding: 5px;
    background: #FF4006;
    color: #FFF;
    font-size: 20px;
    border: 1px solid #FF4006;
    cursor: pointer;
}
  
.widget_nav_menu ul li form.example::after {
    content: "";
    clear: both;
    display: table;
}



.fa-envelope-o {
    position: absolute;
    padding: 7px;
    color: #FFF;
    min-width: 30px;
    text-align: center;
    left: -10%;
    top: 0%;
    border: 1px solid #FFF;
    border-right: none;
}
 
.footer_logo {
    text-align: right;
}

.footer_logo a {
    text-decoration: none;
}

.footer_logo a h1{
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
}
.footer_logo a h1 span{
    color: #fde300;
    font-size: 25px;
}

.footer-bottom {
    min-height: 30px;
    width: 100%;
    background-color: #FFF;
}


.language {
    color: #888;
}

.copyright {
    color: #888;
    text-align: right;
}

.copyright p ,.language p{
    margin-top: 6px;
}
  

.form-check {
    margin-top: 20px;
}

.privacy {
    color: #FF4006;
    font-weight: bold
}

.privacy:hover {
    color: #FFF;
    transition: all 0.5s ease-in-out;
}





/*******************/
/* Consumer Product */
/******************/
.showall {
    position: absolute;
    top: 41%;
    left: 20%;
}

.showall a {
    color: #FF4006;
    text-decoration: none;
    font-size: 20px;
}

.showall i {
    color: #FF4006;
    font-size: 25px;
}

.showall .fa-angle-left {
    margin-right: 10px;
}

.showall .fa-angle-right {
    margin-left: 10px;
}

.showall a:hover,.showall i:hover {
    color: #444;
    transition: all 0.3s ease-in-out; 
}

#consumer_nav {
    justify-content: start;
    padding-left: 20px;
}

#consumer_department {
    margin-top: 3px;
    font-weight: 500;
    padding: .5rem 4rem;
}

#SomeProduct {
    margin-top: 40px;
}

#ProductCart {
    padding: 0;
    margin-bottom: 30px;
}

#ProductCart_title {
    font-size: 18px;
}

/*******************/
/* End Consumer Product */
/******************/



/*********************/
/* Login page *******/
/**********************/
.SignIn {
    padding: 30px;
}

.SignIn .title h1 {
    font-weight: 400;
}

.title {
    margin-bottom: 20px;
}

.regNow p {
    font-size: 17px;
    color: #888;
    width: 70%;
}

.regNow button {
    border: none;
    background-color: #FF4006;
    color: #FFF;
    padding: 10px;
    width: 100px;
    margin-top: 10px;
    outline: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.regNow button:hover {
    background-color: black;
    transition: all 0.2s ease-in;
}

#login-box {
    width: 70%;
    margin: auto;
    height: 320px;
    background-color: #f5f5f5;
}
#login-box #login-form {
    padding: 30px;
    position: relative;
}

#login-box #login-form p {
    color: black;
    font-size: 17px;
}
#login-box #login-form #register-link {
    margin-top: -33px;
}

#login-box #login-form #register-link a {
    color: #FF4006;
}

#login-form .loginInp {
    display: block;
    width: 90%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2;
    margin: auto;
    margin-right: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    outline: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


#login-form i {
    position: absolute;
    padding: 13px;
    background: white;
    color:#c1c1c1;
    min-width: 30px;
    text-align: center;
}

#login-form .fa-shield {
    top: 148px;
    left: 8%;
    font-size: 18px;
}

#login-form .fa-user-o {
    top: 88px;
    left: 8%;
    font-size: 18px;
}

#login-form button {
    border: none;
    background-color: #FF4006;
    color: #FFF;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    outline: none;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

#login-form button:hover {
    background-color: black;
    transition: all 0.2s ease-in;
}

/*********************/
/* End Login **********/
/**********************/


/*********************/
/* Register page *******/
/**********************/
.Register {
    padding-top: 30px;
    text-align: left;
}

.title {
    margin-bottom: 20px;
    margin-left: 10px;
}

.Register .title h1 {
    font-weight: 400;
}

.personaldetails p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adadad;
}

.personaldetails p span {
    background: #fff;
    margin: 0 15px;
    font-size: 18px;
}
.personaldetails p:after {
    background: #DDD;
    height: 2px;
    flex: 1;
    content: '';
}
.personaldetails p.left:after {
    background: none;
}

.Register .my-form {
    margin-left: 15px;
}


.Register .login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.Register .login-form .row
{
    margin-left: 0;
    margin-right: 0;
}


.yourpasswords {
    margin-top: 60px;
    margin-bottom: 20px;
}

.yourpasswords p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #adadad;
}

.yourpasswords p span {
    background: #fff;
    margin: 0 5px;
    font-size: 18px;
}
.yourpasswords p:after {
    background: #DDD;
    height: 2px;
    flex: 1;
    content: '';
}
.yourpasswords p.left:after {
    background: none;
}


.Register .my-form button {
    border: none;
    background-color: #FF4006;
    color: #FFF;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}


.Register .my-form button:hover {
    background-color: black;
    transition: all 0.2s ease-in;
}

.Register .my-form input {
    transition: all 0.5s ease-out;
    outline: none;
}

.Register .my-form input:focus,.Register .my-form select:focus {
    border-color: #FF4006;
    box-shadow: none;
    transition: all 0.5s ease-in;
}

/*********************/
/* ProductDetails page **/
/**********************/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
  
  #wrapper.toggled {
    padding-right: 250px;
  }
  
  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #fffdfd;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
  }
  
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  
  }
  
  .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
  }
  
  #page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
  }
  
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: 0px;
  }

  
  /* Sidebar Styles */
  
  
  @media(min-width:768px) {
    #wrapper {
      padding-left: 0;
    }
    #wrapper.toggled {
      padding-right: 0px;
    }
    #sidebar-wrapper {
      width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
      width: 400px;
    }
    #page-content-wrapper {
      padding: 0px;
      position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
      position: relative;
      margin-right: 0;
    }
  }


    
  .checkOut {
    background-color: #FF4006;
    color: #FFF;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.checkOut .left {
    float: left;
    width: 40%;
    margin-top: 5px;
}

.checkOut .left h5{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 0px;
}

.checkOut .left h5 span{
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}

.checkOut .right {
    float: right;
    width: 60%;
    margin-top: 5px;
}

.checkOut .right  a{
    text-decoration: none;
    font-size: 14px;
    color: #e6e4e4;
    margin-right: 20px;
    transition: all 0.2s ease-out;
}

.checkOut .right  a:hover {
    color: black;
    transition: all 0.2s ease-in;
}

.checkOut .right  button{
    background: none;
    border: 1px solid #FFF;
    padding: 5px;
    width: 110px;
    color: #FFF;
    transition: all 0.2s ease-out;
    cursor: pointer;
    outline: none;
}

.checkOut .right  button:hover {
    background: black;
    border-color: black;
    transition: all 0.2s ease-in;
}


.SliderRightTabs {
    padding-top: 45px;
}


.SliderNavs .closeTabs {
    position: absolute;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    top: 10px;
    left: 13px;
    border: 1px solid #fb5520;
    background-color: #FF4006;
    padding: 4px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.SliderNavs .closeTabs:hover {
    border-color: black;
    background-color: black;
    transition: all 0.2s ease-in;
}

.SliderRightTabs .sliderRight {
    width: 33.3333333%;
    font-size: 13px;
    text-align: center;
}

#overlay {
  position: fixed;
  display: none;
  width: 100%; 
  height: 100%; 
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  z-index: 20; 
  cursor: pointer;
}


  
.shoppingItem {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    margin: 20px 0px;
}

.shoppingItem img {
    width: 100%;
    height: 68px;
}

.shoppingItem #CounterDiv {
    float: none;
    padding: 0px;
    margin-top: 10px;
}

.shoppingItem .cartcontent h5 {
    font-size: 14px;
}

.shoppingItem .cartcontent p {
    font-size: 11px; 
    margin-bottom: 7px;
}

.shoppingItem .cartcontent .priceLinks .left {
    float: left; 
    width: 50%;
}

.shoppingItem .cartcontent .priceLinks .left span {
    color: #FF4006;
    font-weight: 500
}

.shoppingItem .cartcontent .priceLinks .right {
    float: right; 
    width: 50%;
}

.shoppingItem .cartcontent .priceLinks .right i{
    border: 1px solid #c1bfbf;
    padding: 5px;
    color: #c1bfbf;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.shoppingItem .cartcontent .priceLinks .right i:hover {
    color: #FF4006;
    border-color: #FF4006;
    transition: all 0.2s ease-in;
}

.gallery-container {
  max-width: 100%;
  margin: 20px auto;
}
.gallery-container-inner {
  display: flex;
  flex-direction: row;
  overflow: auto;
}
.gallery-container-inner::-webkit-scrollbar {
  display: none;
}
.gallery-container-inner::-webkit-scrollbar-thumb {
  display: none;
}
.gallery-container-inner-item {
  flex-shrink: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
.gallery-container-inner-item img {
    height: 500px;
  width: 100%;
}
.gallery-container-pagination {
  display: grid;
  justify-content: center;
  padding: 10px;
}
.gallery-container-pagination a {
    text-decoration: none;
    padding: 2px;
    background: #c7c7c7;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 90px;
    height: 65px;
    text-align: center;
    border-radius: 3px;
    font-family: "tahoma", sans-serif;
}

.gallery-container-pagination a:focus {
    background: #FF4006;
}
.gallery-container-pagination a img {
  width: 100%;
  height: 100%;
}






























.breadcrumb {
    background-color: #FFF;
    padding: 20px;
}

.breadcrumb a {
    color: #444;
}

.breadcrumb i {
    font-size: 20px;
}




.product_details {
    margin-bottom: 120px;
}

/* .forslider {
    margin: 0 auto;
  }

  
.gallery {
    overflow: hidden;
}
  
.gallery__hero {
    overflow: hidden;
    position: relative;
    margin: 0 0 0.3333333333em;
    background: #fff;
    text-align: center;
    float: right;
    margin-right: 20px;
}


.gallery__hero img {
    width: 494px;
    height: 476px;
}
 
.is-zoomed .gallery__hero {
    cursor: move;
}
.is-zoomed .gallery__hero img {
    max-width: none;
    position: absolute;
    z-index: 0;
    top: -50%;
    left: -50%;
}
  
  
.gallery__hero-enlarge:hover {
    opacity: 1;
}
  
  
.gallery__thumbs {
    background: #fff;
}
.gallery__thumbs a {
    display: inline-block;
    width: 15%;
    padding: 5px;
    opacity: 0.75;
    transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    border: 1px solid #000;
    margin: 5px;
}

.gallery__thumbs img {
    width: 100%;
}
.gallery__thumbs a:hover {
    opacity: 1;
}
.gallery__thumbs a.is-active {
    opacity: 0.2;
} */



.brand h2 {
    color: black;
    font-size: 27px;
    font-weight: bold;
}

.brand p {
    color: #adadad;
    font-size: 18px;
}
.brand span {
    font-size: 16px;
}

.writereview {
    float: right;
    border-left: 2px solid #DDD;
    padding-left: 14px;
    margin-right: 65px;
    margin-top: 2px;
}
 
  
  .addtocart {
    background-color: #f5f5f5;
    padding: 20px;
    padding-bottom: 0;
    margin-top: 30px;
    position: relative;
  }

  .addtocart h3 {
    color: black;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .addtocart h3  span{
    text-decoration: line-through;
    font-weight: 300;
    font-size: 16px;
    color: #484848;
    margin-right: 10px;
  }
 

  .addtocart h4 {
    font-size: 17px;
    color: #FF4006;
    margin-bottom: 20px;
  }
  
  .addtocart h4 span {
    font-size: 12;
    margin-right: 10px;
    font-weight: 300;
  }


  .addtocart .selectone {
    padding-left: 30px;
  }

  .addtocart select:focus {
    border: none;
    box-shadow: 0 0 8px #FF4006;
    outline: 0 none;
    transition: all 0.5s ease-in;
}

.addtocart .fa-circle {
    position: absolute;
    top: 150px;
    left: 31px;
    color: #FF4006;
}

.addtocart label {
    color: black;
}



.main {
    float: left;
    background-color: #FFF;
    padding: 10px;
}

.counter {
    width: 35px;
    border-radius: 0px !important;
    text-align: center;
    border: none;
}

.up_count {
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: none;
    color: #8a8a8a;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.down_count {
    margin-bottom: 0px;
    margin-right: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: none;
    color: #8a8a8a;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.up_count:focus,.down_count:focus {
    border:none;
    box-shadow: 0 0 8px #FF4006;
    outline: 0 none;
    transition: all 0.2s ease-in;
}


.addtocart .addcartbtn {
    float: right;
    background: #FF4006;
    border: none;
    padding: 9px;
    color: #FFF;
    width: 180px;
    cursor: pointer;
    margin-bottom: 15px;
    outline: 0;
    transition: all 0.5s ease-out;
}

.addtocart .addcartbtn:hover {
    background-color: #000;
    transition: all 0.5s ease-in;
}

.addtocart .addcartbtn i {
    font-size: 25px;
    margin-right: 5px;
}

.addtocart .feedbackicons {
    padding: 10px;
    border-top: 1px solid #dedede;
    text-align: center;
    position: relative;
}

.addtocart .feedbackicons ul {
    list-style: none;
    padding: 3px;
    margin: 0;
    overflow: hidden;
}


.addtocart .feedbackicons ul li{
    float: left;
    width: 30%;
    border-right: 1px solid #d4d3d3;
    margin-right: 8px;
}

.addtocart .feedbackicons ul li:last-child {
    border-right: 0;
    position: relative;
}

.addtocart .feedbackicons ul li a {
    color: #afacac;
    font-size: 14px;
    text-decoration: none;
}

.addtocart .feedbackicons ul li a:hover i,
.addtocart .feedbackicons ul li a:hover {
    color: #FF4006
}

.addtocart .feedbackicons ul li a i {
    display: block;
    font-size: 25px;
    color: #afacac;
    margin-bottom: 5px;
}


.recomendedblock {
    border: 2px solid #DDD;
    padding: 20px;
    margin-bottom: 50px;
}

.recomendedblock .title {
    border-bottom: 2px solid #DDD;
}

.recomendedblock .title h1 {
    color: #FF4006;
    font-size: 30px;
    margin-bottom: 20px;
}


.relatedblock {
    border: 2px solid #DDD;
    padding: 20px;
    margin-bottom: 50px;
}

.relatedblock .title {
    border-bottom: 2px solid #DDD;
}

.relatedblock .title h1 {
    color: #FF4006;
    font-size: 30px;
    margin-bottom: 20px;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    background: none;
    color: #000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom:2px solid #FF4006;
}

.dolarsign {
    position: absolute;
    top: -4px;
    right: 16px;
    background-color: #FF4006;
    padding: 0px;
    color: #FFF;
    border-radius: 144px;
    width: 20px;
    line-height: 1.4;
    height: 20px;
}

.dolarsign span{
    font-size: 14px;
	margin: auto;
	font-family: sans-serif;
}


.popup_content {
    margin: 10px;
    padding: 30px 50px;
    max-width: 60%;
    border: none;
    background: white;
}

.wishlist {
    display: inline;
    width: 300px; 
    overflow: hidden;
}

.wishlist .privatewishlist {
    width: 130px;
    float: left; 
    border: 1px solid #DDD;
    text-align: center;
    margin-right: 10px;
    padding: 20px;
    position: relative;
}

.wishlist .publicwishlist {
    float: left; 
    width: 130px;
    border: 1px solid #DDD;
    text-align: center;
    padding: 20px;
}

.wishlist .publicwishlist a,.wishlist .privatewishlist a {
    text-decoration: none;
}

.wishlist .publicwishlist .heart_popup,.wishlist .privatewishlist .heart_popup {
    color: #989898;
    font-size: 35px;
}

.wishlist .privatewishlist .lock_popup {
    position: absolute;
    right: 31%;
    top: 14%;
    font-size: 20px;
    color: #FF4006;
}

.wishlist .publicwishlist a:hover h6,
.wishlist .publicwishlist a:hover .heart_popup,
.wishlist .privatewishlist a:hover h6,
.wishlist .privatewishlist a:hover .heart_popup{
    color:#FF4006;
}

.wishlist .publicwishlist h6,.wishlist .privatewishlist h6 {
    color: #8c8b8b;
    font-size: 17px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

   
    .widget_nav_menu ul li form.example input[type=text] {
        padding-left: 25px;
    }
    .info .logo {
        text-align: center;
    }
    .language p {
        margin-bottom: 0;
    }
    #mobileonly {
        display: block;
    }
    #socialone {
        display: none;
    }
    .deals {
        margin: 15px;
    }
    .language,.copyright,.footer_logo {
        text-align: center;
    }

    .info .info-social {
        margin-right: 12px;
    }
    .info .info-social ul li {
        float: right;
        margin-top: 20px;
        width: 25%;
    }

    .info .info-social ul .formobile {
        margin-top: 5px;
    }
    .info .info-social ul .formobile i {
        line-height: 1;
        font-size: 23px;
    }
    .info .info-social ul .formobile a .icontitle {
        float: none;
        display: grid;
        justify-content: center;
        text-align: center;
    }

    .info .info-social ul .formobile a .icondiv {
        float: none;
        margin-right: 5px;
        display: flex;
        justify-content: center;
    }
 
    header i.icon {
        display: block;
        color: #FFF;
        top: 11px;
        right: 20px;
        font-size: 20px;
    }
    .carousel-caption h1 {
        font-size: 22px;
    }
    .carousel-caption span {
        font-size: 22px;
    }
    .carousel-caption h3 {
        font-size: 12px;
    }
    .carousel-caption button {
        border: none;
        background-color: #FF4006;
        padding: 3px;
        border-radius: 14px;
        width: 83px;
        color: #FFF;
        cursor: pointer;
        font-size: 12px;
        margin-top: 0px;
    }
    .carousel-caption {
        position: absolute;
        top: 20%;
        left: 54%;
        text-align: left;
        width: 30%;
    }
    .carousel-indicators li {
        display: none;
    }

    .carousel-inner img {
        width: 100%;
        height: 250px;
    }
    .categories .item {
        margin-bottom: 20px;
    }

    .deals .deals_time_left {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .deals .deals_time_left h3 {
        text-align: center;
    }
    .deals .deals_time_left ul {
        margin-top: 0;
    }
    .deals .deals_time_left ul li {
        width: 25%;
    }
    .deals .deals_time_left .time li {
        width: 25%;
    }
    .deals .deals_time_left .time li span {
        margin-left: 30px;
    }
    .deals .deals_time_right {
        padding-bottom: 10px;
    }
    .deals .deals_time_right h3 {
        padding-top: 10px;
    }
    .deals .deals_time_right .time li {
        margin-left: 12px;
    }
    .deals .deals_time_right .time li span {
        margin-left: 12px;
    }
    .footer_list {
        margin-bottom: 30px;
        text-align: center;
    }
    .title-widget {
        font-size: 19px;
        font-weight: bold;
    }
    .add_email {
        display: block;
        font-size: 16px;
    }
    .card img {
        height: 300px;
    }
    .deals .deals_title h1:after {
        margin-left: 20px;
    }
    .card-body .card-title {
        font-size: 23px;
        margin-top: 10px;
    }
    .card-body .Marketplace {
        font-size: 20px;
    }
    .card-body a {
        font-size: 18px;
    }
    .card-body h4 {
        font-size: 24px;
    }
    .card-body p {
        font-size: 20px;
    }
    .card-body ul li {
        font-size: 24px;
    }
    .sale {
        padding: 7px;
    }
    .sale h5 {
        font-size: 18px;
    }
    .recently_viewed .recently_viewed_title h1:after {
        margin-left: 16px;
    }
  
    .info-social ul li a i {
        font-size: 17px;
        float: left;
    }

    .info .info-mail ul {
        padding: 0;
    }
    .info .info-mail ul li {
        margin-right: 0px;
        width: 28%;
    }
    .info-social ul li span {
        margin-left: 0px; 
    }
    .widget_nav_menu ul {
        padding-left: 20px;
    }
    .fa-envelope-o {
        top: 0%;
        left: -2%;
        min-width: 20px;
    }
    .recommended .recommended_title h1 {
        font-size: 20px;
    }
    .recommended .recommended_title h1:after {
        margin-left: 15px;
    }
    .recently_viewed .recently_viewed_title h1 {
        font-size: 20px;
    }
    .deals .deals_title h1 {
        font-size: 20px;
    }
    .copyright {
        padding: 0;
    }
    .language {
        padding: 5px 0;
    }
    .EN-content {
        min-width: 100px;
    }

    /*******************/
    /* Consumer Product*/
    /*******************/

    #consumer_nav {
        justify-content: start;
        padding-left: 0px;
    }

    /*********************/
    /* Login page *******/
    /**********************/
    .title {
        text-align: center;
    }
    .regNow {
        text-align: center;
        margin-bottom: 20px;
    }
    .regNow p {
        width: 100%;
    }
    #login-box {
        width: 100%;
        height: auto;
    }
    #login-box #login-form {
        padding: 10px;
        text-align: center;
    }
    #login-form .fa-user-o {
        top: 65px;
        left: 9%;
    }
    #login-form .fa-shield {
        top: 126px;
        left: 9%;
    }
    #login-box #login-form #register-link {
        display: inline-block;
    }
    #login-form i {
        min-width: 13%;
    }
    #login-box #login-form p {
        font-size: 15px;
    }
    #login-form .loginInp {
        width: 80%;
        margin-right: auto; 
        padding-left: 50px;
    }

    /*********************/
    /* Register page *******/
    /**********************/
    .Register .my-form select {
        margin-bottom: 10px;
    }

    .Register .my-form {
        margin-left: 0px;
    }

    /*********************/
    /* ProductDetails page **/
    /**********************/


    .checkOut {
        bottom: unset;
      }
    
        .checkOut .right {
            float: none;
            width: 100%;
            margin-top: 8px;
            text-align: center;
        }
    
        .checkOut .left {
            float: none;
            width: 100%;
            text-align: center;
        }
    
        .SliderRightTabs .sliderRight {
            font-size: 16px;
        }
    
        .gallery-container-inner-item img {
            height: 100%;
        }



    .brand {
        text-align: center;    
    }

    .writereview {
        border-left: none; 
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
    }
    .addtocart h4 {
        font-size: 15px;
    }
    .main {
        float: none;
        width: 125px;
        margin: auto;
        margin-bottom: 10px;
    }
    .addtocart .addcartbtn {
        float: none;
        width: 100%;
    }
    .addtocart .feedbackicons ul li a {
        font-size: 10px;
    }
    .addtocart .feedbackicons ul li {
        width: 28%;
        border-right: none;
        margin-right: 8px;
    }
    .addtocart .fa-circle {
        top: 147px;
    }
    .addtocart h4 span {
        margin-right: 5px;
    }
    .popup_content {
        padding: 30px 31px;
    }
    .wishlist .privatewishlist {
        margin-bottom: 10px;
    }
    .dolarsign {
        display: none;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
        text-align: center;
    }
    .shoppingItem img {
        height: 200px;
    }
 
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .info .logo {
        text-align: center;
    }
    .deals {
        margin: 15px;
    }
    .card {
        height: 445px;
    }
    .info .info-social {
        margin-left: 0px;
    }
    .info .info-social ul li {
        float: right;
        margin-top: 20px;
        width: 25%;
        text-align: center;
        margin-right: 38px;
    }

    header i.icon {
        display: block;
        color: #FFF;
        right: 25px;
        top: 10px;
        font-size: 25px;
    }
    .carousel-caption h1 {
        font-size: 40px;
    }
    .carousel-caption span {
        font-size: 40px;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .carousel-caption button {
        border: none;
        background-color: #FF4006;
        padding: 4px;
        border-radius: 20px;
        width: 120px;
        color: #FFF;
        cursor: pointer;
        font-size: 16px;
        margin-top: 0px;
    }
    .carousel-caption {
        position: absolute;
        top: 20%;
        left: 54%;
        text-align: left;
        width: 30%;
    }
    .carousel-indicators li {
        display: none;
    }

    .carousel-inner img {
        width: 100%;
        height: 300px;
    }
    .categories .item {
        margin-bottom: 20px;
    }

    .deals .deals_time_left {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .deals .deals_time_left h3 {
        text-align: center;
    }
    .deals .deals_time_left ul li {
        width: 25%;
    }
    .deals .deals_time_left .time li {
        width: 25%;
    }
    .deals .deals_time_left .time li span {
        margin-left: 50px;
    }
    .deals .deals_time_right {
        padding-bottom: 10px;
    }
    .deals .deals_time_right h3 {
        padding-top: 10px;
    }
    .deals .deals_time_right .time li {
        width: 15%;
    }
    .deals .deals_time_right .time li span {
        margin-left: 10px;
    }
    .footer_list {
        margin-bottom: 30px;
        text-align: center;
    }
    .title-widget {
        font-size: 19px;
        font-weight: bold;
    }
    .add_email {
        display: block;
        font-size: 13px;
    }
    .card img {
        height: 220px;
    }
    .deals .deals_title h1:after {
        margin-left: 20px;
    }
    .card-body .card-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .card-body .Marketplace {
        font-size: 15px;
    }
    .card-body a {
        font-size: 18px;
    }
    .card-body h4 {
        font-size: 24px;
    }
    .card-body p {
        font-size: 18px;
    }
    .card-body ul li {
        font-size: 24px;
    }
    .sale {
        padding: 7px;
    }
    .sale h5 {
        font-size: 18px;
    }
    .recommended .recommended_title h1:after {
        margin-left: 25px;
    }
    .recently_viewed .recently_viewed_title h1:after {
        margin-left: 16px;
    }
    .fa-envelope-o {
        top: 0%;
    }
    .info-social ul li a i {
        font-size: 20px;
    }
    .info .info-mail ul {
        padding: 0;
    }
    .info .info-mail ul li {
        margin-right: 0px;
        width: 29%;
        text-align: center;
    }
    .info-social ul li span {
        margin-left: 0px; 
    }

    .info-social ul li a img {
        height: 36px;
    }
 
    .info .info-social ul .formobile a .icontitle {
        float: none;
    }

    #infoprivate {
        margin-right: 40px;
    }
     /*********************/
    /* Login page *******/
    /**********************/
    .title {
        text-align: center;
    }
    .regNow {
        text-align: center;
        margin-bottom: 20px;
    }
    .regNow p {
        width: 100%;
    }
    #login-box {
        width: 100%;
        height: auto;
    }
    #login-box #login-form {
        padding: 10px;
        text-align: center;
    }
    #login-form .fa-user-o {
        top: 68px;
        left: 0%;
    }
    #login-form .fa-shield {
        top: 128px;
        left: 0%;
    }
    #login-box #login-form #register-link {
        display: inline-block;
    }
    #login-form i {
        min-width: 13%;
    }
       /*********************/
    /* Register page *******/
    /**********************/
    .Register form select {
        margin-bottom: 10px;
    }

     /*********************/
    /* ProductDetails page **/
    /**********************/

    #wrapper.toggled #sidebar-wrapper {
        width: 100%;
        text-align: center;
    }

    .shoppingItem img {
        height: 200px;
    }
    .checkOut {
        bottom: unset;
      }

    .writereview {
        border-left: none; 
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
    }
    .dolarsign {
        top: -4px;
        right: 38px;
    }

} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .widget_nav_menu ul li form.example input[type=text] {
        padding-left: 10px;
    }
    .deals {
        margin: 15px;
    }
    .card {
        height: 445px;
    }
    .info .info-social {
        margin-left: 0px;
    }

    .carousel-caption h1 {
        font-size: 50px;
    }
    .carousel-caption span {
        font-size: 50px;
    }
    .carousel-caption h3 {
        font-size: 22px;
    }
    .carousel-caption button {
        border: none;
        background-color: #FF4006;
        padding: 4px;
        border-radius: 20px;
        width: 120px;
        color: #FFF;
        cursor: pointer;
        font-size: 16px;
        margin-top: 0px;
    }
    .carousel-caption {
        position: absolute;
        top: 20%;
        left: 54%;
        text-align: left;
        width: 30%;
    }
   
    .carousel-inner img {
        width: 100%;
        height: 300px;
    }
    .categories .item {
        margin-bottom: 20px;
    }

    .categories .item h3 {
        font-size: 14px;
    }

    .deals .deals_time_left {
        padding-bottom: 5px;
    }
    .deals .deals_time_right h3 {
        padding-top: 5px;
    }
    .footer_list {
        margin-bottom: 30px;
        text-align: center;
    }
    .title-widget {
        font-size: 17px;
        font-weight: bold;
    }
    .add_email {
        display: block;
        font-size: 13px;
    }
    .card img {
        height: 210px;
    }
    .deals .deals_title h1:after {
        margin-left: 20px;
    }
    .card-body .card-title {
        font-size: 19px;
        margin-top: 10px;
    }
    .card-body .Marketplace {
        font-size: 12px;
    }
    .card-body a {
        font-size: 16px;
    }
    .card-body h4 {
        font-size: 19px;
    }
    .card-body p {
        font-size: 12px;
    }
    .card-body ul li {
        font-size: 16px;
    }
    .card_fav i {
        margin-right: 4px;
        font-size: 16px;
        color: #c1c1c1;
    }
    .sale {
        padding: 3px;
    }
    .sale h5 {
        font-size: 14px;
    }
    .recommended .recommended_title h1:after {
        margin-left: 25px;
    }
    .recently_viewed .recently_viewed_title h1:after {
        margin-left: 16px;
    }
    .fa-envelope-o {
        top: 0;
        left: -17%;
    }
    .info-social ul li a i {
        font-size: 15px;
    }
   
    .info-social ul li span {
        margin-left: 0px; 
    }

    .info-social ul li a img {
        height: 27px;
    }
    .info .logo img {
        width: 150px;
    }
    form.example button {
        width: 20%;
    }
    form.example input[type=text] {
        width: 80%;
    }
    .info .info-social ul li {
        margin-right: 4px;
        width: 30%;
    }
    .deals .deals_time_left h3 {
        font-size: 15px;
    }
    .deals .deals_time_left .time li {
        width: 25%;
    }
    .deals .deals_time_left ul li {
        width: 25%;
        padding-top: 5px;
    }
    .deals .deals_time_right .time {
        width: auto;
    }
    .deals .deals_time_right .time li {
        width: 12%;
    }
    .deals .deals_time_right .time li span {
        margin-left: 4px;
    }
    .info .info-mail ul {
        padding: 0;
    }
    .info .info-social ul .formobile a .icondiv i{
        font-size: 22px;
    }
    .info .info-social ul .formobile a .icontitle {
        float: none;
    }
    #infoprivate {
        margin-right: 8px;
    }
    /*******************/
    /* Consumer Product*/
    /*******************/

    #consumer_nav {
        justify-content: start;
        padding-left: 0px;
    }

      /*********************/
    /* Login page *******/
    /**********************/

    #login-box {
        width: 100%;
    }
    #login-box #login-form {
        padding: 18px;
    }
    #login-form .fa-user-o {
        top: 76px;
        left: 4%;
    }
    #login-form .fa-shield {
        top: 136px;
        left: 4%;
    }
    .regNow p {
        width: 90%;
    }

     /*********************/
    /* ProductDetails page **/
    /**********************/
   
    .writereview {
        border-left: none; 
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
    }
    .dolarsign {
        top: -4px;
        right: 65px;
    }

    .shoppingItem {
        margin: 5px 0px;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .carousel-caption {
        position: absolute;
        top: 20%;
        left: 54%;
        text-align: left;
        width: 40%;
    }
    .deals {
        margin: 15px;
    }
    .info .info-social {
        margin-left: 0px;
    }

    .carousel-inner img {
        width: 100%;
        height: 400px;
    }
    .categories .item {
        margin-bottom: 20px;
    }

    .deals .deals_time_left {
        padding-bottom: 5px;
    }
    .deals .deals_time_right h3 {
        padding-top: 10px;
    }
    .deals .deals_time_right .time li {
        width: 15%;
    }
    .deals .deals_time_right .time li span {
        margin-left: 10px;
    }
    .footer_list {
        margin-bottom: 30px;
        text-align: center;
    }
    .title-widget {
        font-size: 17px;
        font-weight: bold;
    }
    .add_email {
        display: block;
        font-size: 13px;
    }
    .card img {
        height: 220px;
    }
    .deals .deals_title h1:after {
        margin-left: 20px;
    }
    .card-body .card-title {
        font-size: 12px;
        margin-top: 10px;
    }
    .card-body .Marketplace {
        font-size: 12px;
    }
    .card-body a {
        font-size: 15px;
    }
    .card-body h4 {
        font-size: 20px;
    }
    .card-body p {
        font-size: 15px;
    }
    .card-body ul li {
        font-size: 20px;
    }
    .sale {
        padding: 7px;
    }
    .sale h5 {
        font-size: 18px;
    }
    .recommended .recommended_title h1:after {
        margin-left: 25px;
    }
    .recently_viewed .recently_viewed_title h1:after {
        margin-left: 16px;
    }
    .fa-envelope-o {
        top: 0;
        left: -13%;
    }
    .info-social ul li a i {
        font-size: 20px;
    }
   
    .info-social ul li span {
        margin-left: 0px; 
    }

    .info-social ul li a img {
        height: 30px;
    }
    
    /*********************/
    /* Login page *******/
    /**********************/

    #login-box {
        width: 100%;
    }

    /*********************/
    /* ProductDetails page **/
    /**********************/

    .writereview {
        border-left: none; 
        padding-left: 0px;
        margin-right: 0px;
        margin-top: 2px;
    }
    .addtocart h4 {
        font-size: 14px;
    }
    .addtocart .addcartbtn {
        width: 134px;
    }
    .addtocart .feedbackicons ul li {
        width: 28%;
        border-right: none;
        margin-right: 8px;
    }
    .addtocart .feedbackicons ul li a {
        font-size: 10px;
    }
    .dolarsign {
        top: -3px;
        right: 4px;
    }
    .addtocart .fa-circle {
        position: absolute;
        top: 147px;
        left: 31px;
        color: #FF4006;
    }
} 




.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}













