:root{
	--font-family-fontawesome: FontAwesome;
    --primary_color: #f30b0c;
    --secondary_color: #212529;
    --accent_color: #e6e6e6;
    --font_primary_color: #000000;
    --font_secondary_color: #ffffff;
    --font_light_color: rgba(12, 12, 12, 0.5);

    --success-Green: #5bb300;
    --primary_border:#dee2e6;
}

body{
    top:0 !important;
}
a{
    color:var(--secondary_color);
}
.goog-te-banner-frame {
    visibility: hidden !important;
}
#goog-gt-tt{
    display: none !important;
}
.goog-te-balloon-frame{
    display: none !important;
} 
.goog-text-highlight { 
    background: none !important; 
    box-shadow: none !important;
}
a:hover{
    text-decoration: none !important;
}
.nav-tabs{
    border:none;
}
.total-price{
    font-weight:600;
    font-size: 20px;
    color: var(--secondray_color);
}
.slick-slide {
    display: none;
    float: left;
    height: auto !important;
}
.modal-header{
	padding:0px;
	border:none;
}
.modal-content{
	border-radius:20px;
}
.page-heading{
    text-align: left;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}
.product-name{
	font-size:23px;
	font-weight:500;
}
.product-para{
	font-size:14px;
}
.modal-header {
    & .close{
        background-color:var(--primary_color);
        opacity:1;
        padding:1px 5px;
        color:var(--font_secondary_color);
        border:1px solid var(--primary_color);
        border-radius:50%;
    }
}
.close{
    text-shadow:none;
}
.hidediv{
	font-size:12px;
}
.btn-danger{
	background-color:var(--accent_color);
	border:1px solid var(--accent_color);
	border-radius:50%;
	height:33px;
	padding:7px;
}
.btn-danger:hover{
	background-color:var(--primary_color);
	border:1px solid var(--primary_color);
}
.nav-tabs li{
	font-size:20px;
	padding:19px 5px;
}
.form-border{
	border-radius:20px;
}
option{
	border:1px solid var(--primary_color) !important;
}
.slick-dots {
    visibility: hidden;
}
/*---printers----*/
.pagination-showing {
    margin: 12px 0 0 0;
    line-height: 40px;
    color:var(--secondary_color);
    font-size:13px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 12px 0 0px;
    list-style: none;
}
.page-link:focus {
    z-index: 0;
    color: var(--font_secondary_color);
    outline:none;
    border:0px;
    text-decoration: none;
    background-color: var(--primary_color);
    border-color: var(--font_secondary_color);
}
.page-link:hover {
    z-index: 0;
    color: var(--font_secondary_color);
    outline:none;
    border:0px;
    text-decoration: none;
    background-color: var(--primary_color);
    border: 1px solid var(--primary_border);
}
.page-link:focus {
    z-index: 0;
    color: var(--font_secondary_color);
    outline:none;
    border:0px;
    text-decoration: none;
    background-color: var(--primary_color);
    border: 1px solid var(--primary_border);
}
.page-link {
    z-index: 0;
    color: var(--font_primary_color);
    outline:none;
    border:0px;
    text-decoration: none;
    background-color: var(--font_secondary_color);
    border: 1px solid var(--primary_border);
}
.pagination-lg {
    & .page-link {
        padding: 9px 19px;
        margin: 3px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.5;
        border-radius: 12px;
    }
    & .page-item:last-child {
        & .page-link {
            border-radius: 12px;
        }
    }
}
a{
    text-decoration:none;
}
.item-inner {
    & a:hover{
        text-decoration:none;
        color:var(--font_primary_color);
    }
}
.img-center {
    & img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
.item-p-inner {
    & .p-iconn {
        & i {
            background-color: var(--accent_color);
            text-align: right;
            margin-left: 150px;
            color: var(--font_secondary_color);
            border-radius: 20px;
            font-size: 16px;
            padding: 10px 10px 10px 10px;
        }
    }
}
.item-p-inner:hover {
    & .pwish{
        opacity:1;
    }
}
.sec-2print{
    padding:0px;
    & select {
        font: inherit;
        margin-top:14px;
        color:var(--font_primary_color);
        font-size:12px;
        padding: 8px 25px;
    }
}
.2print{
display:none
}
.2print:hover + .shoed {
display:block;
}
.sec-2nd{
    border-bottom: 1px solid var(--accent_color);
    padding:5px;
    margin-left:5px;
    margin-right:5px;
    & p {
        font-size: 14px;
        padding-top: 0px;
        text-align: center;
        color: var(--secondary_color);
    }
    &  h5 {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0px;
        color: var(--secondary_color);
    }
    &  i {
        font-size: 37px;
        color: var(--primary_color);
        margin-left: 45%;
        margin-top: 10px;
    }
}
/*---product----*/
.h1 {
    & h1 {
        font-size: 35px;
        margin-bottom: 0px;
        font-weight:700;
        color:var(--secondary_color);
    }
}
.available {
    & .d1{
        border-bottom: 1px solid var(--accent_color);
        padding-bottom:5px;
        font-size:13px;
        margin-bottom:12px;
    }
    & .d2{
        color: var(--secondary_color);
        font-size: 30px;
        font-weight: 500;
    }
    & .d3{
        width:70%;
        &  p{
            font-size:12px;
            margin-bottom:0px;
        }
        & button :hover{
            color:var(--primary_color);
        }
        & .input-group {
            & .form-control{   
                border: none;
                outline: none;
            }
        }
    }
}
.d4 {
    margin-top: 20px;
    & .cart{
        border: none;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        outline: none;
        text-align: center;
        font-size: 14px;
        margin: auto;
        display: block;
        background-color: var(--primary_color);
        color: var(--font_secondary_color);
        border-radius:20px;
    }
    & .cart:hover{
        background-color: var(--secondary_color);
        text-decoration:none;
    }
    & a:hover{
        text-decoration:none;
    }
}
.three {
    & a:hover{
        color:var(--font_primary_color);
    }
}
.d5 {
    & .pwish{
        text-align:center;
        font-size:14px;
        border-top:1px solid var(--accent_color);
        opacity:1;
        margin-top:20px;
        padding-top:10px;
        & i:hover{
            color:var(--primary_color);
        }
    }
}
.bbb_viewed {
    padding-top: 51px;
    padding-bottom: 60px;
}
.owl-item {
    & .item-inner {
        margin-top: .5%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    &  .p-iconn {
        & i {
            background-color: var(--accent_color);
            text-align: right;
            margin-left: 144px;
            color: var(--font_secondary_color);
            border-radius: 20px;
            font-size: 16px;
            padding: 10px 10px 10px 10px;
        }
        & i {
            background-color: var(--accent_color);
            text-align: right;
            margin-left: 175px;
            color: var(--font_secondary_color);
            border-radius: 20px;
            font-size: 16px;
            padding: 10px 10px 10px 10px;
        }
        & i:hover {
            background-color: var(--primary_color);
        }
    }
    & .pname {
        margin-bottom: 15px;
        color: var(--font_primary_color);
        font-weight: 700;
        text-transform: none;
        font-size: 13px;
    }
    & .ptype {
        margin: 0 0 4px;
        padding: 0;
        color:var(--font_primary_color);
        border: none;
        font-size: 12px;
        min-height: 20px;
    }
    & .pwish {
        text-align: center;
        font-size: 14px;
        border-top: 1px solid var(--accent_color);
        opacity: 0;
        color:var(--font_primary_color);
        margin-top: 50px;
        padding-top: 10px;
    }
}
.bbb_main_container {
    background-color: var(--font_secondary_color);
    padding: 11px
}
.bbb_viewed_title_container {
    border-bottom: solid 1px var(--accent_color)
}
.bbb_viewed_title {
    margin-bottom: 16px;
    margin-top: 8px
}
.bbb_viewed_nav_container {
    position: absolute;
    right: 19px;
    bottom: 88%;
}
.bbb_viewed_nav {
    display: inline-block;
    cursor: pointer;
    & i {
        color: var(--accent_color);
        font-size: 18px;
        padding: 5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
}
.bbb_viewed_nav:hover {
    & i {
        color: var(--accent_color)
    }
}
.bbb_viewed_prev {
    margin-right: 15px
}
.bbb_viewed_slider_container {
    padding-top: 13px
}
.bbb_viewed_item {
    width: 100%;
    background: var(--font_secondary_color);
    border-radius: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
    & .is_new .item_new {
        display: inline-block
    }
}
.bbb_viewed_image {
    width: 150px;
    height: 150px;
    & img {
        display: block;
        max-width: 100%
    }
}
.bbb_viewed_content {
    width: 100%;
    margin-top: 25px
}
.bbb_viewed_price {
    font-size: 16px;
    color: var(--font_primary_color);
    font-weight: 500;
    & span {
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6);
        margin-left: 8px
    }
    & span::after {
        display: block;
        position: absolute;
        top: 6px;
        left: -2px;
        width: calc(100% + 4px);
        height: 1px;
        background: var(--accent_color);
        content: ''
    }
}
.bbb_viewed_name {
    margin-top: 3px;
    & a {
        font-size: 14px;
        color: var(--font_primary_color);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
    & a:hover {
        color: var(--primary_color)
    }
}
.discount {
    & .item_discount {
        display: inline-block
    }
    & .bbb_viewed_price {
        color: var(--primary_color)
    }
}
.quantity{
    color: var(--secondary_color);
    background-color: var(--font_secondary_color);
    border: 1px solid var(--accent_color);
    border-radius: .25rem;
    & .input-group-btn{
        &  .btn-default {
            background: var(--accent_color);
            color: var(--font_primary_color);
            font-size: 9px;
            margin-top: 8px;
            border: 0px;
            padding: 4px 7px;
            margin-right: 7px;
            border-radius: 15px;
            font-weight: 700;
        }
    }
}
.review {
    & .cart {
        border: none;
        line-height: 40px;
        padding: 0px 10px 0px 10px;
        outline: none;
        text-align: center;
        font-size: 14px;
        margin-left: 85%;
        display: flex;
        background-color: var(--primary_color);
        color: var(--font_secondary_color);
        border-radius: 20px;
    }
    & .cart:hover{
        background-color: var(--secondary_color);
    }
}
.tab-content {
    & .tab-pane {
        color: var(--secondary_color);
        margin-top: 4%;
        font-size:14px;
    }
}
#widget-product {
    list-style: none;
    margin: 8px 0 0px;
    & li {
        display: inline-block;
        font-size: 20px;
        margin-right: 20px;
        padding: 0;
        color:var(--font_primary_color);
        text-align: center;
    }
    & li:hover {
        color:var(--primary_color);
    }
}
.sku{
    font-size:13px;
    & .fa{
        font-size:5px;
        vertical-align: middle;	
    }
}
#carousel-thumbs{
    &  .carousel-control-prev-icon {
        background-image: url('images/prev.png');
        color: var(--font_primary_color);
    }
    &  .carousel-control-next-icon {
        background-image:url('images/next.png');
    }
    & .prev{
        cursor: pointer;
        position: absolute;
        top: 40%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: var(--font_secondary_color);
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }
    & .next {
        cursor: pointer;
        position: absolute;
        top: 40%;
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: var(--font_secondary_color);
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
    }
    & .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    & .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    & .prev:hover{
        background-color: rgba(0, 0, 0, 0.8);
    }
}
.mySlides {
    display: none;
}
.numbertext {
    color: var(--font_secondary_color);
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: var(--secondary_color);
    padding: 2px 16px;
    color: var(--font_secondary_color);
}
.rate{
    color:var(--accent_color);
}
/*---view cart----*/
.media-body {
    flex: 1;
    margin-top: 22px;
    font-size: 15px;
    padding-left: 19px;
    font-weight: 400;
}
tr {
    & .col-md-1 {
        width: 0% !important;
        font-size: 14px;
    }
}
.fa-times{
    font-size: 14px;
}
td {
    & .btn-default2 {
        background: var(--primary_color);
        color: var(--font_secondary_color);
        font-size: 16px;
        padding: 7px 20px;
        font-weight: 500;
        border-radius:20px;
    }
    & .btn-default2:hover {
        background: var(--secondary_color);
        color: var(--font_secondary_color);
    }
    & .btn-default1 {
        background: var(--accent_color);
        color: var(--secondary_color);
        font-size: 16px;
        font-weight: 500;
        padding: 7px 20px;
        border-radius: 20px;
    }
    & .btn-default1:hover {
        background: var(--secondary_color);
        color: var(--font_secondary_color);
    }
    & .input-group {
        & .form-control {
            border: none;
            outline: none;
            font-size: 12px;
        }
    }
}
.items {
    & .slick-prev{
        top: 0%;
        left: 98.5%;
    } 
    & .slick-next {
        top: 0%;
    }
}
.table {
    & td{
        font-weight: 400;
        font-size: 17px;
        color: var(--secondary_color);
        text-align:center;
    } 
    & th {
        font-weight: 400;
        font-size: 17px;
        color: var(--secondary_color);
        text-align:center;
    }
    & thead {
        & th {
            font-size: 13px;
            font-weight:400;
            padding: 20px;
            color: var(--secondary_color);
            text-align:center;
        }
    }
}
.quantity1 {
    color: var(--secondary_color);
    background-color: var(--font_secondary_color);
    border: 1px solid var(--accent_color);
    border-radius: .25rem;
    & .input-group-btn {
        & .btn-default {
            background: var(--accent_color);
            color: var(--font_primary_color);
            font-size: 5px;
            margin-top: 8px;
            border: 0px;
            padding: 4px 6px;
            margin-right: 5px;
            border-radius: 15px;
            font-weight: 700;
        }
    }
}
/*---aboutus----*/
.error{
	font-size:12px;
	color:red;
}
.cart-amount{
    color:var(--font_primary_color);
    font-size:16px;
    font-weight:bold;
    padding:0px 2px;
}
.btn-primary{
	background-color:var(--secondary_color);
	border: 1px solid var(--secondary_color);
	border-radius:20px;
	padding:10px 15px;
	font-weight:600;
}
.user-p{
	font-size:16px;
}
.btn-primary:hover{
	background-color:var(--primary_color);
	border: 1px solid var(--primary_color);
}
.h6-red{
	background-color:var(--primary_color);
	border: 1px solid var(--primary_color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	color:var(--accent_color);
	padding:12px;
	font-weight:400;
	font-size:22px;
}
.u-detail{
    &  i{
        color:var(--primary_color);
        font-size:18px;
        padding:0px 2px;
    }
}
.nav-pills{
	background-color:var(--accent_color);
	border: 1px solid var(--accent_color);
    & li
    {
        list-style-type: disc;
        padding:5px 0px;
        color:var(--primary_color);
        &  a{
            padding:10px;
            font-weight:400;
            font-size:15px;
            color:var(--font_primary_color);
        }
        & .active {
            color: var(--primary_color);
            font-weight: 600;
        }
    }
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label-warning[href]{
    background-color: var(--primary_color);
}
.badge-warning[href] {
  background-color: var(--primary_color);
}
#lblCartCount {
    font-size: 14px;
    background: var(--primary_color);
    color: var(--font_secondary_color);
    padding: 3px 5px;
    vertical-align: top;
    margin-left: -3px; 
}
.abt-p{
	line-height: 25px;
    color: var(--secondary_color);
	text-align:justify;
}
.sign-h2{
	color: var(--secondary_color);
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
}
.cart-btn {
    & i{
        font-size:20px;
        background-color:var(--accent_color);
        border:1px solid var(--accent_color);
        border-radius:20px;
        padding:10px;
    }
    & i:hover{
        background-color:var(--primary_color);
        border:1px solid var(--primary_color);
        color:var(--font_secondary_color);
    }
}
.main-color{
    color:green;
}
.cat-h6{
	font-size:14px;
	font-weight:500;
}
.list-group-item{
	font-size:14px;
}
.navbar-light {
    & .navbar-nav{
        &  .nav-link{
            line-height: 25px;
            font-weight: 700;
            font-size: 14px;
            color: var(--secondary_color);
        }
    }
}
.red-li{
	list-style: none; 
    & li::before {
        content: "\2022";  
        color: var(--primary_color); 
        display: inline-block; 
        width: 1em;
        font-size:20px;
       margin-left: -1em;
    }
}
.abt-h1{
	margin-bottom: 30px;
    text-align: left;
    color: var(--primary_color);
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
    & iframe{
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}
.cus-ser {
    & h6{
        font-weight: 700;
        color: var(--secondary_color);
        font-size: 15px;
        margin-bottom: 7px;
        line-height: 2;
    }
    & p{
        color: var(--secondary_color);
        font-size: 13.5px;
        line-height: 1;
    }
}
.form-hr {
    & hr{
        border-bottom: 2px solid var(--primary_color);
        width: 35%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
.form-style {
    & .form-group {
        & label {
            font-weight: 700;
            color: var(--secondary_color);
            font-size: 13px;
            margin-bottom: 7px;
        }
        &  input{
            padding: 15px 30px;
            line-height: 1.35;
            height: 40px;
            border-radius: 20px 20px 20px 20px;
            box-shadow: inset 0 0 0 var(--font_secondary_color);
            background-repeat: no-repeat;
            background-attachment: fixed;
            background: var(--font_secondary_color);
            border: 1px solid var(--accent_color);
            color: var(--font_primary_color);
        }
    }
}
.form-check-label {
    font-size: 13px;
}
.btn-default {
    background: var(--primary_color);
    color: var(--font_secondary_color);
    font-size: 16px;
    padding: 9px 20px 9px 20px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 20px;
}
.btn-default:hover {
    background: var(--secondary_color);
    color: var(--font_secondary_color);
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
	margin-top: 20px;
}
/* index */
.slick-arrow {
    & button{
        background-color:var(--font_primary_color) ! important;
    }
}
.slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    background-color: var(--font_secondary_color);
    color: var(--font_primary_color);
}
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    background-color: var(--font_secondary_color);
    color: var(--font_primary_color);
}
.items {
    margin: 0px auto;
    margin-top: 0px;
}
.items1 {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
    & .slick-prev{
        top: 0%;
        left: 98.5%;
    }
    & .slick-next{
        top: 0%;
    }
}
.slick-slide {
    display: block;
    float: left;
    padding: 0px 12px;
    background-color: transparent;
    min-height: 1px;
    &  img {
        height: 150px;
    }
}
.sec-2{
    border-right: 1px solid var(--accent_color);
    & p {
        font-size: 14px;
        padding-top: 0px;
        text-align: center;
        color: var(--secondary_color);
    }
    & h5 {
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 0px;
        color: var(--secondary_color);
    }
    & i {
        font-size: 37px;
        color: var(--primary_color);
        margin-left: 45%;
        margin-top: 10px;
    }
}
.slide1{
    color: var(--primary_color);
    font-size: 25px;
    text-align:left;
    margin-left:20%;
}
.slide2 {
    color: var(--font_primary_color);
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 18%;
}
.subheading {
    color: var(--font_secondary_color);
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 18%;
    font-weight:800;
}
.slide3{
    color: var(--primary_color);
    font-size: 31px;
    text-align: right;
    margin-bottom: -4%;
    text-transform:uppercase;
    font-weight:100;
}
.slide4{
    font-size: 55px;
    line-height: 0.9;
    font-weight: 300;
    text-align: left;
    margin-left: 15%;
    color:var(--font_primary_color);
}
.subheading1{
    font-weight: 600;
    font-size:25px;
    margin-top: 2%;
    text-align: left;
    margin-left: 15%;
    color:var(--font_primary_color);
    text-transform: uppercase;
}
.subheading2 {
    color: var(--font_primary_color);
    font-size: 16px;
    text-align: left;
    margin-left: 15%;
    text-transform:uppercase;
}
.sec-3h {
    & hr{
        border-bottom:2px solid var(--primary_color);
        width:10%;
        margin-top:0px;
        margin-bottom:0px;
    }
}
.sec-3i{
    border-top:1px solid var(--accent_color);
}
.item-inner{
    margin-top:.5%;
    padding-top:10px;
    padding-bottom:10px;
}
.item-inner:hover{
     box-shadow: 0 0 5px 0 var(--accent_color);
}
.ptype{
    margin: 0 0 4px;
    padding: 0;
    border: none;
    font-size: 12px;
    min-height: 20px;
}
.pname {
    margin-bottom: 15px;
    color: var(--font_primary_color);
    font-weight: 700;
    text-transform: none;
    font-size: 15px;
}
.pname:hover{
    color:var(--primary_color);
}
.ptext {
    z-index: 0;
    display: block;
    left: 0px;
    top:10px;
    position:relative;
    width:fit-content;
    border-radius:50px;
    font-size: 10px;
    padding:9px 3px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--font_secondary_color);
    background-color: var(--primary_color);
}
.pimg{
    z-index:0;
    margin-top:-8%;
}
.old-price{
    text-decoration: line-through;
    margin-left: 10px;
    color: var(--accent_color);
    font-size: 12px;
    font-weight: 400;
}
.new-price{
    color: var(--primary_color);
    font-size: 20px;
    line-height:30px;
    font-weight: 400;
}
.p-icon {
    & i {
        background-color:var(--accent_color);
        text-align:right;
        margin-left:50px;
        color: var(--font_secondary_color);
        border-radius:20px;
        font-size:16px;
        padding:10px 10px 10px 10px;
    }
    &  i:hover{
        background-color:var(--primary_color);
        color: var(--font_secondary_color);
    }
}
.p-iconn {
    & i {
        background-color:var(--accent_color);
        text-align:right;
        margin-left:173px;
        color: var(--font_secondary_color);
        border-radius:20px;
        font-size:16px;
        padding:10px 10px 10px 10px;
    }
    & i:hover{
        background-color:var(--primary_color);
        color: var(--font_secondary_color);
    }
}
.pwish{
    text-align:center;
    font-size:14px;
    border-top:1px solid var(--accent_color);
    opacity:0;
    margin-top:50px;
    padding-top:10px;
}
.item-inner:hover  {
    & .pwish{
        opacity:1;
    }
}
.sec-4 {
    & .d1{
        border:2px solid var(--primary_color);
        border-radius:10px;
        padding:20px;
    }
}
.s4-label{
    font-size: 20px;
    color: var(--secondary_color);
}
.d1 {
    & img{
        width:100%;
    }
}
.s4-name{
    margin-bottom: 10px;
    margin-top: 20px;
   color: var(--font_primary_color);
   font-weight: 700;
   text-align:center;
   text-transform: none;
   font-size: 13px;
}
.s4-name:hover{
    color:var(--primary_color);
}
.s4-price{
    color: var(--primary_color);
    font-size: 28px;
    font-weight: 400;
    text-align:center;
    margin-top:30px;
}
.available{
    font-size: 14px;
    color: var(--secondary_color);
    margin-top:15px;
    margin-bottom:40px;
}
.nav-tabs {
    & .nav-link {
        color: var(--secondary_color);
        background-color: var(--font_secondary_color);
        border-color: var(--font_secondary_color);
        font-weight: 500;
        font-size:15px;
        text-transform: uppercase;
        color: var(--secondary_color);
    }
    & .active {
        color: var(--secondary_color);
        background-color: var(--accent_color);
        border-color: var(--font_secondary_color);
        border-bottom: 0px;
        font-weight: 600;
        font-size:15px;
        text-transform: uppercase;
        color: var(--secondary_color);
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 5px;
        margin-right: 5px;
    }
    & li {
        font-size: 20px !important;
        padding: 19px 5px !important;
    }
}
.item-tab {
    margin-top:10%;
    padding:10px;
    color:var(--font_primary_color);
    padding-bottom:10px;
    & img{
        width: 75%;
    }
}
.item-tab:hover{
    box-shadow: 0 0 5px 0 var(--accent_color);
    & .iwish{
        opacity:1;
    }
}
.i-price {
    color: var(--primary_color);
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-top: 20%;
    margin-left:5px;
}
.i1-price {
    color: var(--primary_color);
    font-size: 18px;
    font-weight: 400;
    float: left;
    margin-top: 8%;
    margin-left:5px;
}
.pi-icon {
    & i {
        background-color:var(--accent_color);
        text-align:right;
        margin-left:28px;
        color: var(--font_secondary_color);
        border-radius:20px;
        font-size:16px;
        padding:10px 10px 10px 10px;
    }
    & i:hover{
        background-color:var(--primary_color);
        color: var(--font_secondary_color);
    }
}
.mobb {
    display: none;
}
.ptimg{
    z-index:0;
    width:125%;
    margin-top:0%;
}
.justify-content-end {
    justify-content: flex-end!important;
    margin-top: -4.8%;
    & .active {
        color: var(--secondary_color);
        background-color: var(--font_secondary_color);
        border-color: var(--font_secondary_color);
        border-radius: 14px;
        border: 2px solid var(--primary_color);
        font-weight: 500;
        font-size: 14px;
        color: var(--secondary_color);
        padding-left: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 13px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    & .nav-link{
        color: var(--secondary_color);
        background-color: var(--font_secondary_color);
        border-color: var(--font_secondary_color);
        border-radius: 14px;
        font-weight: 500;
        font-size: 14px;
        color: var(--secondary_color);
        padding-left: 13px;
        padding-top: 4px;
        padding-bottom: 4px;
        padding-right: 13px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

.affect {
    & img:hover{
        transform: scale(1.05);
    }
    & img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
    } 
}
.affect1 {
    & img:hover{
        transform: scale(1.05);
    }
    & img { 
        width: 100%; 
        transition: 0.5s all ease-in-out; 
    } 
}
.carousel-indicators {
    & li {
        width: 15px;
        height: 15px;
        border-radius:50%;
        background-color: var(--primary_color);
        margin-bottom: -15px;
    }
}
.affectp {
    & img{
        width: 100%;
    }
}
.overlay {
    position: absolute;
    bottom: 0;
    top: -22%;
    right: 0;
    left:14px;
    background-color: var(--font_primary_color);
    width: 352px;
    opacity: 0.25;
    height: 164px;
    transform: scale(0);
    transition: .3s ease;
}
.affectp:hover {
    & .overlay {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.items1{
    &  .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
}

.items {
    & .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    & .slick-next:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
}
/* footer */
.items3 {
    width: 100%;
    margin: 0px auto;
    margin-top: 0px;
	border-top:2px solid var(--accent_color);
	border-bottom:2px solid var(--accent_color);
	&  .slick-arrow button{
		background-color:var(--font_primary_color) ! important;
    }
    & .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    &  .slick-next:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);  
    }
    & .slick-prev {
        left:-25px;
    }
    & .slick-prev {
        top: 50%;
    }
    & .slick-next {
        top: 50%;
    }
}
.divlum{
	background-color:var(--font_secondary_color);
	outline:none;
    & img{
        filter: grayscale(100%);     
    }
    & img:hover{
        filter: grayscale(0%);     
    }
}

#foot2{
    filter: grayscale(100%);
    margin-bottom:3%;
}
#foot2:hover{
    filter: grayscale(0%);
}
.newsletter-title {
    display: inline-block;
    color: var(--accent_color);
    font-size: 20px;
    padding: 6px 50px 4px 0;
    line-height: 30px;
}
.newsletter {
    display:none;
    & p {
        display: inline-block;
        text-transform: none;
        margin: 0;
        color: var(--accent_color);
        font-size: 12px;
        padding: 6px 20px 4px 0;
        line-height: 30px;
        & span {
            font-weight: 600;
        }
    }
    & form {
        width: 100%;
        margin: 0px auto;
        position: relative;
        float: right;
        & input {
            color: var(--secondary_color);
            height: 42px;
            width: 85%;
            display: inline-block;
            vertical-align: middle;
            border: none;
            padding: 11px 50px 11px 30px;
            line-height: 20px;
            border-radius: 25px 25px 25px 25px;
        }
        & #email-submit {
            height: 42px;
            padding: 6px 35px;
            line-height: 30px;
            font-weight: 400;
            font-size: 14px;
            text-transform: capitalize;
            background: var(--secondary_color);
            color: var(--font_secondary_color);
            border: 1px solid var(--secondary_color);
            position: absolute;
            display: block;
            top: 0;
            right: 0;
            border-radius: 0 25px 25px 0;
        }
    }
}
.footer-block {
    & h3 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 12px;
        text-transform: capitalize;
        font-weight: 600;
        color: var(--primary_color);
        position: relative;
    }
    & a {
        color: var(--secondary_color);
        text-transform: uppercase;
    }
    & .list-links{
        margin: 0px 0 0;
        font-size: 13px;
        line-height: 24px;
        & a:hover {
            text-decoration:none;
            color:var(--primary_color);
        }
    }
    & .list-unstyled {
        margin: 0px 0 0;
        font-size: 13px;
        line-height: 24px;
        & a:hover {
            text-decoration:none;
            color:var(--primary_color);
        }
    }
}
.icon-support {
    color: var(--primary_color);
    float: left;
    font-size: 68px;
    margin: -8px 12px 0 0;
}
.f-support-text {
    color: var(--secondary_color);
    & .f-text-1 {
        display: block;
        font-size: 13px;
        font-weight: 200;
    }
}
.f-address {
    clear: both;
    padding: 28px 0 0;
    & .f-text-3 {
        display: block;
        font-weight: 700;
        padding: 0 0 3px 0;
    }
    & .f-text-4 {
        font-size: 14px;
        color: var(--secondary_color);
        & a:hover{
            color:var(--primary_color);
           text-decoration:none;
        }
    }
}
#widget-social {
    list-style: none;
    margin: 24px 0 10px;
    & a:hover{
        color:var(--primary_color);
    }
    & li {
        display: inline-block;
        font-size: 22px;
        margin-right: 20px;
        padding: 0;
        text-align: center;
    }
}
.footer-copyright {
    padding-top: 22px;
    padding-bottom: 0px;
    background: var(--accent_color);
    margin: 0px;
    color: var(--secondary_color);
	font-size: 12px;
    text-align: left;
    text-transform: none;
    & .copyright{
        & p {
            margin: 0 0 5px;
            line-height: 20px;
        }
    }
    &  a {
        color: var(--font_primary_color);
        font-weight: 700;
    }
    & .payment-icons {
        text-align: right;
        & li {
            display: inline-block;
            margin: 0 5px 5px;
        }
    }
}
.footer-block {
    & div {
        & .panel-title {
            font-size: 13px;
            font-weight: 600;
            color: var(--secondary_color);
            padding-top: 0px;
            padding-bottom: 0px;
            & a:hover {
                background-color: var(--font_secondary_color);
                text-decoration: none;
                color: var(--secondary_color);
            }
        }
    }
    & .panel-heading {
        background-color: var(--font_secondary_color);
        border-bottom: 1px solid var(--font_secondary_color);
        border-top: 1px solid var(--font_secondary_color);
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
    }
    &  .panel-heading:hover {
        background-color: var(--font_secondary_color);
         border-bottom: 1px solid var(--font_secondary_color);
         border-top: 1px solid var(--font_secondary_color);
         padding-left: 10px;
         padding-right: 10px;
         padding-top: 10px;
         color: var(--secondary_color);
    }
    & .panel-body {
        & p {
            padding-left: 10px;
            padding-bottom: 0px;
            margin-bottom: 10px;
            margin-top: 10px;
            font-size: 10px;
            border-bottom: 1px solid var(--font_secondary_color);
        }
    }
    & .panel-title{
        &  a:after {
            content: "\f067 ";
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            background-color: var(--secondary_color);
            padding: 2px 4px 2px 4px;
            color: var(--font_secondary_color);
            border-radius: 20px;
            font-size: 10px;
            font-weight: 400;
        }
        & a[aria-expanded="true"]:after {
            content: "\f068 "; 
             font-size: 10px;
             right: 0;
              background-color: var(--secondary_color);
              padding: 2px 4px 2px 4px;
              color: var(--font_secondary_color);
              border-radius: 20px;
              font-weight: 400;
          }
    }
}
/* header */
.vertical-menu {
    position: relative;
    z-index: 1;
    & ul {
        & li {
            list-style: none;
            margin: 8px 26px 1px -23px;
            background-color: var(--font_secondary_color);
            color: var(--font_primary_color);
            font-weight: 500;
            padding: 13px 13px 10px 15px;
            font-size: 13px;
        }
    }
}
.navigation {
    position: relative;
    & .head {
        background: var(--primary_color);
        color: var(--font_secondary_color);
        padding: 6px 12px;
        line-height: 44px;
        font-weight: 600;
        text-transform: capitalize;
        border-radius: 10px 10px 0px 0px;
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 17px;
        font-weight:bold;
        & .icon {
            float: left;
            line-height: 25px;
            margin: 0 10px 0 0;
            padding-top: 2px;
        }
    }
}
.search_form {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    display: none;
}
.advance_filter {
    & li {
        & span {
            font-size: 18px;
            line-height: 1;
            font-weight: 900;
            padding-left: 0px;
        }
    }
    & select {
        padding: 0px;
        border: none;
    }
}
.customer-ser {
    background-color: var(--primary_color);
    opacity:0.7;
    text-align: center;
    border-top: solid var(--font_secondary_color) 1px;
    margin-top: 12px;
    padding-bottom: 0px;
    & h5 {
        font-size: 24px;
        text-align: center;
        color: var(--font_secondary_color);
        font-weight: 200;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    &  a {
        font-size: 20px;
        color: var(--font_secondary_color);
    }
    & p {
        color: var(--font_secondary_color);
        font-size: 13px;
        margin: 0;
        padding-bottom: 10px;
        font-weight: 300;
    }
}
select{ 
    padding: 15px 30px;
    line-height: 1.35;
	outline:none;
    border-radius: 20px 20px 20px 20px;
    box-shadow: inset 0 0 0 var(--font_secondary_color);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background: var(--font_secondary_color);
    border: 1px solid var(--accent_color);
    color: var(--accent_color);
}
#header {
    border-bottom: 1px solid var(--accent_color);
    background-color: var(--font_secondary_color);
    float: left;
    width: 100%;
    & .navbar-nav {
        position: absolute;
        right: 0;
    }
    & .nav-item {
        margin: 0px 10px;
    }
    & .dropdown-menu.show {
        border: none;
    }
    & .navbar-nav {
        position: static;
        width: 100%;
        border-top: 1px solid var(--accent_color);
        margin: 15px 0px 0px;
        
    }
}
.navbar-nav {
    & .dropdown-menu.show {
        display: none;
    }
}
.topbar {
    background-color: var(--font_primary_color);
    color: var(--font_secondary_color);
    padding: 4px 0px;
    & ul{
        margin: 0px;
        padding: 0px;
        & li {
            float: left;
            list-style: none;
            margin: 3px 7px;
            font-size: 13px;
            & a{
                color: var(--font_secondary_color);
                margin-right: 0px;
                margin-left: 0px;
            }
            & a:hover{
                text-decoration:none;
                color:var(--primary_color);
            }
            & i {
                font-size: 13px;
                margin-right: 5px;
                font-weight:bold;
            }
        }
        & .followus-label {
            font-weight: bold;
        }
    }	
    & .social-icon {
        float: right;
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1 !important;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: var(--secondary_color);
    text-align: left;
    list-style: none;
    background-color: var(--font_secondary_color);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
#header-middle{
    position: sticky;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 0px 10px 0px;
    box-shadow: 0 0 2px var(--accent_color);
    border-bottom: 1px solid var(--accent_color);
    background: var(--font_secondary_color);
    & .col-3 i{
        padding:15px;
        font-size: 20px;
    }
}
.head-icon{
	float:right;
}
.header1{
    & .navbar-nav {
        border-top: 1px solid var(--accent_color);
        margin: 15px 0px 0px;
    }
}
.searchbox {
    position: relative;
    & .navbar-form {
        height: 42px;
        margin: 0;
        padding: 0px;
        position: relative;
        display: block;
        border: 2px solid var(--primary_color);
        border-radius: 25px 25px 25px 25px;
    }
    & .form-control {
        width: 100%;
        height: 38px;
        padding: 10px 60px 10px 30px;
        border: none;
        line-height: 18px;
        background: none;
        box-shadow: inset 0 0 0 var(--font_secondary_color);
    }
    & .search-icon {
        border: none;
        position: absolute;
        display: block;
        border-radius: 0px 24px 24px 0px;
        top: -2px;
        right: -2px;
        transition: all 0.3s ease-in-out 0s;
        width: 75px;
        min-width: 75px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        padding: 0;
        margin: 0;
    }
    & .btn-default {
        background: var(--primary_color);
        color: var(--accent_color);
        font-size: 16px;
        font-weight: 700;
    } 
    & .cart-basket {
        font-size:12px;
        position: absolute;
        top: 35px;
        width:20px;
        height: 15px;
        color: var(--primary_color);
        font-weight:bold;
    }
}
.btn-secondary {
    color: var(--font_secondary_color);
    background-color: var(--primary_color);
    font-weight: 600;
    font-size: 15px;
    border-color: var(--primary_color);
    margin-top: 9px;
}
.btn-secondary:hover {
    color: var(--font_secondary_color);
    background-color: var(--primary_color);
    border-color: var(--primary_color);
}
.topbar1 {
    & .col-8 {
        & .dropdown:hover {
            & .dropdown-menu {
                display: block;
                padding: 15px;
                border-top: 2px solid var(--primary_color);
                width: auto;
            }
        }
    }
    & .dropdown-item{
		border-bottom: 1px solid var(--accent_color);
	    padding: 6px 0px;
		font-size: 14px;
    }
    & .dropdown-item:hover{
		color:var(--primary_color);
		background:transparent;
    }
}
.active{
  color:var(--primary_color);
}
.navbar-light {
    & .navbar-nav {
        & .nav-link:hover {
            color:var(--primary_color); 
        }
    }
}
.dropdown-submenu {
    position: relative;
    & .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }
}

.des{
    & a{
        text-decoration:none;
    }
}
.mob{
    display:none;
    &  a:hover{
        text-decoration:none;
    }
}
.panel-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary_color);
    padding-top: 4px;
    padding-bottom: 4px;
    & a {
        display: block;
        position: relative;
    }
    & a:after {
        content: "\f067 "; 
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        font-size:13px;
        font-weight:400;
    }
    & a[aria-expanded="true"]:after {
        content: "\f068 "; 
        font-size:13px;
          font-weight:400;
    }
    & a:hover {
        background-color:var(--primary_color);
        text-decoration:none;
        color:var(--font_secondary_color);   
    }
}
.panel-heading{
	background-color:var(--font_secondary_color);
	border-bottom:1px solid var(--font_secondary_color);
	padding-left: 10px;
    padding-right: 10px;
}
.title-main {
    font-weight: 500;
    font-size: 23px;
    color: var(--secondary_color);
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-top: 10px;
}
.panel-heading:hover {
	background-color:var(--primary_color);
    border-bottom: .5px solid var(--primary_color);
    border-top: .5px solid var(--primary_color);
    padding-left: 10px;
	color:var(--font_secondary_color);
    padding-right: 10px;
	padding-top:0px;
}
.panel-heading {
    background-color: var(--font_secondary_color);
    border-bottom: .2px solid var(--font_secondary_color);
    border-top: .2px solid var(--font_secondary_color);
    padding-left: 10px;
    padding-right: 10px;
}
.panel-heading2 {
    background-color: var(--font_secondary_color);
    border-bottom: .5px solid var(--font_secondary_color);
    border-top: .5px solid var(--font_secondary_color);
    padding-left: 10px;
    padding-right: 10px;
    & .panel-title1 {
        & a:hover {
            color:var(--primary_color);
            text-decoration:none;
        }
    }
}
.panel-body{
    & .panel-heading2 {
        & .panel-title a:hover {
            color:var(--primary_color);
            font-size: 13px;
            background-color:var(--font_secondary_color);
            text-decoration:none;
        }
    }
    & a{
        color:var(--secondary_color);
        background-color:var(--font_secondary_color);
        text-decoration:none;
        font-size: 13px;
        font-weight: 500;
    }
    & a:hover {
        color:var(--primary_color);
        background-color:var(--font_secondary_color);
        text-decoration:none;
        font-size: 13px;
    }
    & p{
	    padding-left: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
        border-bottom: 1px solid var(--font_secondary_color);
    }
}
.panel-heading1 {
    background-color: var(--font_secondary_color);
    border-bottom: 1px solid var(--font_secondary_color);
    padding-left: 10px;
    padding-right: 10px;
    & .title-main {
        & a:hover {
            color: var(--secondary_color);
            text-decoration:none;
        }
    }
}
.panel-title1 {
    font-size: 13px;
    font-weight: 600;
    color: var(--secondary_color);
    padding-top: 4px;
    padding-bottom: 4px;
}
.collapse {
    font-size: 13px;
    font-weight: 500;
}
.panel-group-main {
    border: 0px;
    padding: 0px;
}
.w3-sidebar {
    height: 100%;
    width: 225px !important;
    background-color: var(--font_secondary_color);
    position: fixed!important;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: auto;
}
.navbar-brand {
    & h2:hover{
        text-decoration:none;
    }
}

.navbar-toggler {
    padding: .3rem .3rem;
    font-size: 1rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.tab-pane {
    & .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
.w3-bar-block {
    & .w3-bar-item {
        width: auto !important;
        padding: 0px 5px !important;
        margin-left: 85%;
        float: right;
        border: none;
        background-color: var(--primary_color);
        font-weight: bold;
        color: var(--font_secondary_color);
        float: left;
        outline: 0;
    }
}
.carousel-caption {
    position: absolute;
    right:44%;
    bottom:114px;
    left: 15%;
    z-index: 0 !important;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--font_secondary_color);
    text-align: center;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom:-39px;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

/* @tab */
@media (max-width:1024px) and (min-width:760px){
/* printers */
.hp{
    font-size: 15px;
    margin: 21px 0px;
    
}
.pagination-showing {
    margin: 12px 0 0 0;
    font-size: 11px;
}
.pagination-lg {
    & .page-link {
        padding: 4px 11px;
        margin: 3px;
        margin-bottom: 10px;
        font-size: 11px;
        line-height: 1.5;
        border-radius: 7px;
        &  .page-item:first-child {
            & .page-link {
                border-radius: 7px;
            }
        }
        & .page-item:last-child {
            & .page-link {
                border-radius: 7px;
            }
        }
    }
}
.item-p-inner {
    & .p-iconn {
        & i {
            margin-left: 65px;
            font-size: 12px;
            padding: 5px 5px 5px 5px;
        }
    }
}
.sec-2print {
    & select {
        font-size: 10px;
        padding: 2px 10px 2px 6px;
    }
}
.sec-2nd {
    border-bottom: 1px solid var(--accent_color);
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    & p {
        font-size: 9px;
        margin-left: -9px;
        text-align: left;
    }
    &  h5 {
        font-size: 12px;
        text-align: left;
        margin-left: -9px;
    }
    & i {
        font-size: 22px;
        margin-left: -100%;
    }
}
/* product */
.h1 {
    & h1 {
        font-size: 18px;
    }
}
.owl-item {
    & .pname {
        font-size: 9px;
    }
    & .item-inner {
        & .p-iconn {
            & i {
                margin-left: 80px;
                font-size: 14px;
                padding: 8px 8px 8px 8px;
            }
        }
    }
    & .ptype {
        font-size: 9px;
    }
    & .pwish {
        font-size: 10px;
    }
}
.bbb_viewed_title {
    color: var(--font_primary_color);
    font-weight: 400;
    font-size: 16px;
}
.bbb_viewed_nav {
    & i {
        font-size: 14px;
    }
}
.available {
    & .old-price {
        text-decoration: line-through;
        margin-left: 0px;
        color: var(--accent_color);
        font-size: 9px;
        font-weight: 400;
    }
    & .d1 {
        font-size: 10px;
    }
    & .d2 {
        font-size: 20px;
    }
    & .d3{
        & p {
            font-size: 10px;
            margin-bottom: 5px;
        }
    }
}
.d4 {
    & .cart {
        line-height: 23px;
        font-size: 11px;
    }
}
.d5{
    &  .pwish {
        font-size: 10px;
        margin-top: 12px;
    }
}
.quantity {
    & .input-group-btn {
        & .btn-default {
            font-size: 7px;
            margin-top: 8px;
            padding: 3px 5px;
        }
    }
}
.review {
    & .cart {
        line-height: 25px;
        font-size: 11px;
        margin-left: 78%;
    }
}
.tab-content {
    & .tab-pane {
        font-size: 12px !important;
        & h4{
            font-size: 15px !important;
        }
    }
}
.mt-5{
    margin-top: 0rem!important;
}
#widget-product {
    & li {
        font-size: 12px;
        margin-right: 10px;
    }
}
.sku {
    font-size: 8px;
    & .fa{
        font-size:4px;
    }	
}
.rate {
    color: var(--accent_color);
    font-size: 12px;
}
/* view_cart */    
td {
    & h6{
        font-size:14px;
    }
    & .btn-default2 {
        font-size: 13px;
        padding: 7px 15px;   
    }
    & .btn-default1 {
        font-size: 13px;
        padding: 7px 15px;
        margin-right: -27px;
    }
}
.media-body {
    font-size: 12px;
}
tr {
    & .col-md-1 {
        width: 0% !important;
        font-size: 12px;
    }
}
.fa-times{
    font-size: 12px;
}
table{
    & thead {
        & th {
            font-size: 11px !important;
        }
    }
}
.quantity1 {
    & .input-group-btn {
        & .btn-default {
            font-size: 5px;
            padding: 2px 4px;
        }
    }
}
/* aboutus */
.cus-ser {
    & h6 {
        font-size: 13px;
    }
    & p {
        font-size: 12px;
    }
}
.form-hr {
    & h3{
        font-size: 18px;
    }
}
.form-style{
    &  .form-group {
        & label {
            font-size: 11.5px;
        }
        &  input {
            padding: 10px 20px;
            height: 30px;
        }
    }
}
.form-check-label {
    font-size: 11px;
}
.btn-default {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    font-weight: 600;
}
/* index */
.sec-2{
    &  p {
        font-size: 10px;
        padding-top: 0px;
        margin-left: -12px;
        margin-right: -6px;
        text-align: left;
        color: var(--secondary_color);
        margin-bottom: 10px;
    }
    & h5 {
        font-size: 12px;
        text-align: left;
        margin-left: -12px;
        margin-bottom: 0px;
    }
    & i {
        font-size: 22px;
        margin-left: -73%;
        margin-top: 10px;
    }
}
.slide1 {
    color: var(--primary_color);
    font-size: 16px;
    margin-bottom: -3%;
    text-align: left;
    margin-left: 19%;
}
.slide2 {
    font-size: 16px;
    margin-bottom: -2%;
}
.subheading {
    font-size: 16px;
    margin-bottom: -3%;
}
.slide3 {
    color: var(--primary_color);
    font-size: 18px;
    text-align: right;
    margin-bottom: -6%;
    text-transform: uppercase;
    font-weight: 200;
}
.slide4 {
    font-size: 27px;
    margin-bottom: -1%;
    line-height: 0.9;
    font-weight: 300;
    text-align: left;
    margin-left: 18%;
    color: var(--font_primary_color);
}
.subheading1 {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: -1.5%;
    text-align: left;
    margin-left: 18%;
    color: var(--font_primary_color);
    text-transform: uppercase;
}
.subheading2 {
    color: var(--font_primary_color);
    font-size: 14px;
    margin-bottom: -4%;
    text-align: left;
    margin-left: 18%;
    text-transform: uppercase;
}
.sec-3h {
    & h3 {
        font-size: 16px;
    }
}
.ptype {
    font-size: 9px;
    min-height: 20px;
}
.pname {
    font-size: 9px;
}
.ptext {
    top: 0px;
    font-size: 6px;
    padding: 6px 3px;
    font-weight: 500;
}
.old-price {
    font-size: 9px;
}
.new-price {
    font-size: 11px;
    font-weight: 600;
    margin-left: 6%;
    margin-top: 0%;
}
.p-icon {
    & i {
        margin-left: 76px;
        font-size: 11px;
        padding: 5px 5px 5px 5px;
    }
}
.p-iconn {
    & i {
        margin-left:88px;
        font-size:12px;
        padding:5px 5px 5px 5px;
    }
}
.pwish {
    font-size: 10px;
    margin-top: 29px;
    padding-top: 6px;
}
.s4-label {
    font-size: 14px;
    color: var(--secondary_color);
}
.s4-name {
    font-size: 9px;
}
.s4-price{
    font-size: 18px;
    margin-top:0px;
}	
.available{
    font-size: 11px;
    margin-bottom:0px;
    &.form-control {
        height: calc(1.5em + .75rem + 2px);
        padding: 0px 7px !important;
        font-size: 12px;
    }
}
.nav-tabs {
    & .active {
        font-size:12px;
    }
    & .nav-link {
        font-size:12px;
    }
}
.des {
    & .item-tab {
        & img {
            width: 100%;
        }
    }
}
.iwish {
    font-size: 9px;
    margin-top: 43%;
    padding-top: 7px;
}
.i-price {
    font-size: 11px;
    margin-left:-5px;
    font-weight: 500;
}
.pi-icon {
    & i {
        margin-left:3px;
        font-size:10px;
        padding:4px 4px 4px 4px;
    }
}
.justify-content-end{
    & .active {
        font-size: 11px;
        padding-left: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
        margin-bottom: 8px;
    }
    & .nav-link {
        font-weight: 500;
        font-size: 11px;
        padding-left: 10px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 10px;
        margin-left: 5px;
        margin-top: 0px;
        margin-right: 5px;
        margin-bottom: 8px;
    }
}
.items1{
    &  .slick-prev:before {
        font-size: 16px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    & .slick-next:before {
        font-size: 20px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    & .slick-next:before {
        font-size: 16px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }	
}
.items {
    & .slick-prev:before {
        font-size: 16px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    & .slick-next:before {
        font-size: 16px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }	
}
/* footer */
.newsletter-title {
    font-size: 14px;
    padding: 6px 0px 4px 0;
    line-height: 26px;
}
.newsletter {
    & p {
        font-size: 9px;
        padding: 11px 0px 4px 0;
        line-height: 20px;
    }
    & form{ 
        & input {
            height: 30px;
            width: 85%;
            font-size: 10px;
            padding: 11px 92px 11px 15px;
            line-height: 8px;
        }
        & #email-submit {
            height: 31px;
            padding: 6px 39px;
            line-height: 20px;
            font-size: 11px;
        }
    }
    & .col-lg-4{
        width:50%;
    }
}
.footer-block {
    & h3 {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 0px;
    }
    & .list-links{
        margin: 0px 0 0;
        font-size: 9px;
        line-height: 19px;
    }
    & .list-unstyled {
        margin: 0px 0 0;
        font-size: 9px;
        line-height: 19px;
    }
}
.icon-support {
    display:none;
}
.f-support-text {
    & .f-text-1 {
        display: block;
        font-size: 11px;
        font-weight: 200;
    }
    & .f-text-2 {
        display: block;
        font-size: 22px;
    }
    & .f-text-2 {
        display: block;
        font-size: 16px;
        & a:hover{
            color:var(--primary_color);
            text-decoration:none;
        }
    }
}
.f-address {
    & .f-text-3 {
        font-size: 13px;
    }
    & .f-text-4 {
        font-size: 10px;
        color: var(--secondary_color);
    }
}
#widget-social {
    & li {
        font-size: 12px;
    }
}
.recieve{
	display:none;
}
/* header */
.navigation {
    & .head {
        padding: 6px 0px 5px 8px;
        line-height: 33px;
        font-size: 11px;
    }
}
.topbar1{
    & .col-8 {
        & .dropdown:hover {
            & .dropdown-menu {
                display: block;
                padding: 14px;
                border-top: 2px solid var(--primary_color);
                width: auto;
            }
        }
        & .dropdown-item {
            border-bottom: 1px solid var(--accent_color);
            padding: 6px 0px;
            font-size: 11px;
        }
    }
    &  .vertical-menu{
        &  ul {
            & li {
                list-style: none;
                margin: 14px 0px 0px -33px;
                background-color: var(--font_secondary_color);
                color: var(--font_primary_color);
                font-weight: 500;
                padding: 3px 2px 5px 2px;
                font-size: 11px;
            }
        }
    }
    & .des {
        flex: 0 0 29%;
        max-width: 35%;
    }
    & ul {
        & li {
            float: left;
            list-style: none;
            margin: -2px 7px;
            background-color: var(--font_secondary_color);
            color: var(--font_primary_color);
            font-weight: 500;
            font-size: 12px;
        }
    }
    &  .col-3 {
        & .dropdown-item {
            display: block;
            width: 100%;
            clear: both;
            margin: 15px 0px;
            font-weight: 400;
            color: var(--secondary_color);
            text-align: inherit;
            white-space: nowrap;
            background-color: var(--font_secondary_color);
            border: 0;
        }
        & .dropdown-menu {
            padding: 10px 25px;
            margin: 0px;
            font-size: 1rem;
            color: var(--secondary_color);
            text-align: left;
            list-style: none;
            background-color: var(--font_secondary_color);
            background-clip: padding-box;
            border-radius: 0px;	
        }
    }
}
.topbar{
    ul {
        & li {
            float: left;
            list-style: none;
            margin: 0px 5px;
            color: var(--font_primary_color);
            font-weight: 500;
            font-size: 11px;
            & i {
                font-size: 10px;
                margin-right: 5px;
            }
        }
    }
}
.advance_filter {
    & li {
        & span {
            font-size: 12px;
        }
    }
}
.customer-ser {
    margin-top: 130px;
    & h5 {
        font-size: 18px;
        font-weight: 400;
        padding-top: 0px;
        margin-bottom: 0px;
        & a {
            font-size: 14px;
        }
    }
    & p {
        font-size: 10px;
    }
}
.navbar-nav {
    & .dropdown-menu {
        position: absolute;
        float: none;
    }
}      
#header-middle {
    & .col-3 {
        & i {
            padding: 8px;
            font-size: 17px;
        }
    }
} 
.searchbox {
    & .navbar-form {
        height: 35px;
    }
    & .form-control {
        height: 29px;
        font-size: 12px;
        padding: 8px 30px 10px 21px;
    }
    & .search-icon {
        display: block;
        height: 33px;
        line-height: 33px;
     }
}
.btn-secondary {
    color: var(--font_secondary_color);
    background-color: var(--primary_color);
    font-weight: 700;
    font-size: 9px;
    border-color: var(--primary_color);
    margin-top: 9px;
	padding:5px 5px;
}
.navbar-expand-lg {
    & .navbar-nav {
        flex-direction: row;
    }
    & .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;  
        flex-basis: auto;
    }
    & .navbar-toggler {
        display: none;
    }
}
}


/* @mobile */
@media(max-width:760px) and (min-width:320px){
/* printers */
.hpp {
    & .ptype {
        margin: 0 0 4px;
        font-size: 10px;
        min-height: 10px;
    }
    & .pname {
        font-size: 12px;
        margin-bottom: 15px;
        color: var(--font_primary_color);
        font-weight: 700;
        text-transform: none;
    }
    & .pimg {
        width: 50% !important;
        display:block;
        margin: auto;
    }
    & .ptext {
        top: 0px;
        font-size: 10px;
        padding: 12px 6px;
        font-weight: 600;
        z-index: 0;
        display: block;
        left: 0px;
        position: relative;
        width: fit-content;
        border-radius: 50px;
        text-transform: uppercase;
        color: var(--font_secondary_color);
        background-color: var(--primary_color);
    }
    & .new-price {
        font-size: 14px;
        font-weight: 600;
    }
    & .pwish {
        font-size: 12px;
        margin-top: 50px;
        padding-top: 6px;
    }
    & .p-iconn {
        & i {
            background-color: var(--accent_color);
            text-align: right;
            margin-left: 289px !important;
            color: var(--font_secondary_color);
            border-radius: 20px;
            font-size: 16px;
            padding: 10px 10px 10px 10px;
        }
    }
}
.hp{
    font-size: 20px;
        margin: 10px 0 0px 0px;
}
.pagination-showing {
    margin: 0px 0 0px 0;
    font-size: 11px;
}
.pagination-lg {
    & .page-link {
        padding: 5px 10px;
        margin: 3px;
        margin-bottom: 12px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 12px;
        &  .page-item:first-child {
            & .page-link {
                border-radius: 12px;
            }
        }
    }
}
/* product */
.h1 {
    & h1 {
        font-size: 20px;
    }
}
.owl-item {
    & .item-inner {
        & .p-iconn {
            & i {
                margin-left: 254px;
            }
        }
    }
}
.bbb_main_container {
    padding-top: 11px;
    padding-bottom: 11px;
}
.bbb_viewed_title {
    color: var(--font_primary_color);
    font-weight: 400;
    font-size: 16px;
}
.bbb_viewed_nav {
    & i {
        font-size: 16px;
        padding-bottom: 17px;
    }
}
.available {
    & .d1 {
        font-size: 11px;
    }
    & .d2 {
        font-size: 20px;
    }
    & .d3 {
        & p {
            font-size: 10px;
        }
    }
}
.d4 {
    & .cart {
        line-height: 34px;
        padding: 0px 20px 0px 20px;
        font-size: 12px;
    }
}
.d5 {
    & .pwish {
        font-size: 12px;
    }
}
.quantity {
    & .input-group-btn {
        & .btn-default {
            font-size: 8px;
            padding: 3px 6px;
        }
    }
}
.review {
    & .cart {
        line-height: 20px;
        font-size: 10px;
        margin-left: 74%;
    }
}
.tab-content {
    & .tab-pane {
        font-size: 10px;
        & h4{
            font-size: 12px !important;
        }
    }
}
#widget-product {
    & li {
        font-size: 14px;
        margin-right: 15px;
    }
}
.sku {
    font-size: 11px;
}
.rate {
    color: var(--accent_color);
    font-size: 12px;
}
/* view--cart */
.media-body {
    font-size: 12px;
    padding-left: 0px;
}
td{
    & .btn-default2 {
        font-size: 12px;
        padding: 7px 16px;
    }
    & .btn-default1 {
        font-size: 12px;
        padding: 7px 16px;
    }
}
.items {
    & .slick-next {
        top: 0%;
        margin-right: 5%;
    }
    & .slick-prev {
        top: 0%;
        left: 90.5%;
    }
}
.items1 {
    & .slick-prev {
        top: 0%;
        left: 90.5% ! important;
    }
    & .slick-next {
        top: 0%;
        margin-right: 5%;
    }
}
.table {
    & td{
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    & th {
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.quantity1 {
    width: 50%;
}
/* aboutus */
.cus-ser {
    & h6 {
        font-size: 12.5px;
    }
    & p {
        font-size: 11px;
    }
}
.form-hr {
    & h3{
        font-size: 18px;
    }
}
.form-check-label {
    font-size: 12px;
}
.btn-default {
    font-size: 10px;
    padding: 5px 10px 5px 10px;
}
.form-style {
    & .form-group {
        & label {
            font-size: 11px;
        }
        & input {
            padding: 12px 15px;
            height: 31px;
        }
    }
}
/* index */
.sec-2 {
    & p {
        display:none;
    }
    & h5 {
        display:none;
    }
    & i {
        display:none;
    }
}
.slide1 {
    color: var(--primary_color);
    font-size: 9px;
    text-align: left;
    margin-bottom: -2%;
    margin-left: 19%;
}
.slide2 {
    margin-bottom: -147%;
    font-size: 12px;
    text-align: left;
    margin-left: -9%;
}
.subheading {
    font-size: 12px;
    margin-top: 146%;
    margin-bottom: -13%;
    text-align: left;
    margin-left: -9%;
}
.slide3{
    color: var(--primary_color);
    font-size: 12px;
    text-align: left;
    margin-bottom: 0%;
    margin-left:-6%;
    text-transform: uppercase;
    font-weight: 400;
}
.slide4 {
    font-size: 16px;
    line-height: 0.9;
    font-weight: 500;
    text-align: left;
    margin-left: -9%;
    color: var(--font_primary_color);
}
.subheading1 {
    font-weight: 700;
    font-size: 11px;
    margin-bottom: -2%;
    text-align: left;
    margin-left: -9%;
    color: var(--font_primary_color);
    text-transform: uppercase;
}
.subheading2 {
    color: var(--font_primary_color);
    font-size: 10px;
    text-align: left;
    margin-left: -9%;
    margin-bottom: -9%;
    text-transform: uppercase;
}
.sec-3h {
    & h3 {
        font-size: 16px;    
    }
}
.ptype {
    margin: 0 0 4px;
    font-size: 9px;
    min-height: 10px;
}
.pname {
    font-size: 9px;
}
.ptext {
    top:0px;
    font-size:7px;
    padding:6px 3px;
    font-weight: 500;
}
.old-price {
    font-size: 9px;
}
.new-price {
    font-size: 11px;
    font-weight: 600;
    margin-left: 6%;
    margin-top: 0%;
}
.p-icon {
    & i {
        margin-left: 90px;
        font-size: 11px;
        padding: 5px 5px 5px 5px;
    }
}
.p-iconn {
    & i {
        margin-left:102px;
        font-size:12px;
        padding:5px 5px 5px 5px;
    }
}
.pwish {
    font-size: 10px;
    margin-top: 29px;
    padding-top: 6px;
}
.s4-label {
    font-size: 12px;
    color: var(--secondary_color);
}
.d1 {
    & img{
        width: 70%;
        display: block;
        margin: auto;
    }
}
.s4-name {
    margin-bottom: 5px;
    margin-top: 9px;
    font-size: 11px;
}
.s4-price {
    font-size: 20px;
    margin-top: 0px;
}
.available {
    font-size: 11px;
    margin-top: 7px;
    margin-bottom: 0px;
    & .form-control {
        font-size: 12px;
    }
}
.nav-tabs {
    & .active {
        font-size: 11px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
    & .nav-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 11px;
    }
}
.item-tab {
    & .ptype {
        margin: 0 0 4px;
        font-size: 11px;
        min-height: 10px;
    }
    & .ptext {
        top: 0px;
        margin-bottom: -35px;
        margin-bottom: -35px;
        font-size: 11px;
        padding: 8px 3px;
        font-weight: 600;
    }
    & .pname {
        font-size: 12px;
    }
    & .old-price {
        font-size: 12px;
    }
}
.item-tab {
    margin-top: 0%;
    & img{
        width: 60%;
        display: block;
        margin: auto;
    }
}
.iwish {
    margin-top: 19%;
    text-align:center;
    font-size:14px;
    border-top:1px solid var(--accent_color);
    opacity:0;
    margin-top:45%;
    padding-top:10px;
}
.i1-price {
    font-size: 11px;
    font-weight: 500;
    float: left;
    margin-top: 8%;
    margin-left: 0px;
}
.pi-icon {
    & i {
        margin-left: 149px;
    }
}
.mob {
    & .item-tab {
        & .pi-icon {
            & i {
                margin-left: 57px;
            }
        }
        & .iwish {
            margin-top: 34%;
        }
        & img {
            width: 100%;
            display: block;
            margin: auto;
        }
    }
}
.mobb {
    display: flex;
}
.justify-content-end {
    justify-content: flex-end!important;
    margin-top: 4.2%;
}
.justify-content-end{
    & .active {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
    & .nav-link {
        font-size: 12px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.overlay {
    top: -23%;
    width: 212px;
    right: 14px;
    height: 99px;
}
.affect {
    & img {
        height: 100px;
        box-shadow: 0 0 10px var(--accent_color);
    }
}    
.affect1 {
    & img { 
        display:none;
    } 
}
.overlay {
    top: -22%;
    width: 382px;
    right: 15px;
    opacity: 0.25;
    height: 177px;
}
.items1 {
    & .slick-prev:before {
        font-size: 17px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
    & .slick-next:before {
        font-size: 17px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }	
}
.items {
    & .slick-prev:before {
        font-size: 17px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }	
    & .slick-next:before {
        font-size: 17px;
        line-height: 1;
        opacity: 1;
        background-color: var(--font_secondary_color);
        color: var(--font_primary_color);
    }
}
/* footer */
.items3 {
    & .slick-prev {
        left: -7px;
        z-index: 10;
    }
    & .slick-next {
        right: -7px;
    }
}
#foot2 {
    filter: grayscale(100%);
    margin-bottom: 5%;
    margin-top: -4%;
}
.newsletter-title {
    font-size: 13px;
    padding: 6px 0px 4px 0;  
}
.newsletter{
    &  p {
        font-size: 10px;
        padding: 13px 0px 11px 0;
        line-height: 14px;
    }
    & input {
        height: 26px;
        width: 87%;
        padding: 10px 10px 11px 10px;
        font-size: 11px;
        margin-top: 7px;
    }
    & form {
        margin-top: 4px;
        & #email-submit {
            height: 27px;
            padding: 6px 10px;
            line-height: 7px;
            font-weight: 400;
            top: 7px;
            font-size: 10px;
        }
    }
    &  .col-lg-4{
        width:50%;
    }
}
.footer-block {
    & h3 {
        font-size: 14px;
        line-height: 18px;
    }
}
.f-support-text {
    & .f-text-1 {
        display: block;
        font-size: 11px;
        font-weight: 200;
    }
    & .f-text-2 {
        display: block;
        font-size: 18px;
    }
}
.f-address {
    & .f-text-3 {
        display: block;
        font-weight: 700;
        padding: 0 0 3px 0;
        font-size: 12px;
    }
    & .f-text-4 {
        font-size: 11px;
        color: var(--secondary_color);
    }
}
#widget-social {
    list-style: none;
    margin: -3px 0 0px;
    & li {
        font-size: 12px;
    }
}
.recieve{
	display:none;
	width:0%;
}
/* header */    
.one{
    text-align: center;
}
.topbar{
    &  ul {
        & li {
            float: left;
            list-style: none;
            margin: 3px 7px;
            font-size: 10px ;
            & i {
                font-size: 10px;
                margin-right: 5px;
            }
        }
    }
}
#header-middle {
    padding: 0px 0px 0px 0px;
    & .three {
        display:none;
    }
    & .one {
        & .col-3  {
            flex: 0 0 100%;
            max-width: 100%;
            & img  {
                width: 50% !important;
                display: block;
                margin: auto;
            }
        }
    }
}
.searchbox {
    & .navbar-form {
        height: 28px;
    }
    & .form-control {
        height: 21px;
        font-size: 10px;
        padding: 10px 34px 10px 12px;
        line-height: 8px; 
    }
    & .search-icon {
        width: 50px;
        min-width: 50px;
        height: 27px;
        line-height: 28px;
    }
}
.sec-4 {
    & .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    & .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.affectp{
	flex: 0 0 100%;
    max-width: 100%;
	    margin-top: 4%;
    margin-bottom: 4%;
}
.tab-pane {
    & .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.contact{
    flex: 0 0 100%;
   max-width: 100%;
}
.p {
    & .ptype {
        margin: 0 0 4px;
        font-size: 10px;
        min-height: 10px;
    }
    & .c3{
        flex: 0 0 100%;
       max-width: 100%;
    }
    & .c4{
        flex: 0 0 100%;
       max-width: 100%;
    }
    & .col-7{
        flex: 0 0 100%;
       max-width: 100%;
    }
    & .col-5{
        flex: 0 0 100%;
       max-width: 100%;
    }
}
.des{
	display:none;
}
.mob{	
	display:block;
}
}