/*--55
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body {
    margin: 0;
    padding: 0;
   
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
    
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	font-family: 'Montserrat', sans-serif;	
}	
p,label{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}

/*--popup--*/
.agileits {
    padding: 3em;
    width: 60%;
    margin: 0 auto;
	background: #000;
}
.agileinfo{
	text-align:center;
	margin-bottom:2em;
}
.agileinfo h6{
	font-size: 2em;
    color: #62BF43;
    font-family: 'Glegoo', serif;
    margin-bottom: 0.3em;
	    font-weight: bold;
}
.agileinfo p{
	font-size:0.9em;
	color:#999;
}
.latter-left {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.w3agile-left input[type="text"] {
    border:1px solid #999;
    outline: none;
    float: left;
    color: #999;
    font-size: 1em;
    width: 100%;
	padding: 9px 20px;
}
.w3agile-left input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    font-size: 1em;
    background: #FC6914;
    padding: 9px 20px;
	width:100%;
	margin-top: 1em;
}
.w3agile-left input[type="submit"]:hover {
    background: #62BF43;
	transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
}
button.close.close-w3 {
    top: -20px;
    position: absolute;
    right: -23px;
    font-size: 17px;
    background: #FC6914;
    opacity: 1;
    color: #fff;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}
.modal-dialog.modal-lg.wthree-1 {
    position: absolute;
    bottom: 0px;
    right: 0;
}
/*----*/
img.img-head {
    position: absolute;
	top:0;
}
.hyper {
  margin: auto;
  padding: 0 50px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: black;
  width: auto;
  overflow: hidden;
  z-index: 2;
  transition: all .5s ease;
}

.hyper span {
  z-index:2;
  position:relative;
}
.hyper:hover {
  color: white;
}
.hyper:hover:before {
  right: 95%;
    opacity: 1;
}
.hyper:hover:after {
	left: 5%;
    opacity: 1;
}
.hyper:before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute; 
  background:#039445;
  width:4px;
  height: 100%;
  top: 0;
  right: 100%;
    transition:all .6s ease;
}
.hyper:after {
    opacity: 0;
  content: '';
  display: block;
  position: absolute; 
  background:#5dcafc ;
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
    transition:all .5s ease;
}
.active a:before{
	opacity: 1;
	right: 95%;
}
.active1 a:before,.active1 a:hover:before{
	opacity: 1;
	right: 97%;
}
.active1 a:after ,.active1 a:hover:after{
	left: 3%;
    opacity: 1;
}
/*-- header --*/
.header {
    text-align: center;
	margin-top: 2em;
}
.logo h1{
   font-family: 'Montserrat', sans-serif;
    font-size: 3em;
    color: #000;
	display: inline-block;
	position:relative;
}
.logo h1 a{
    text-decoration:none;
    color: #000;
}
.logo h1 span {
    font-size: 12px;
    display: block;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    padding-top: 4px;
}
.logo h1  b {
    font-size: 8px;
    background: #ED0612;
    font-weight: normal;
    padding: 3px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -2px;
    color: #fff;
    line-height: 8px;
}
.head-t {
    margin: 1em 0;
}
.card li{
	display:inline-block;
}
.card li a{
	display:inline-block;
	color: #999;
    font-size: 0.9em;
	margin:0 0.5em;
}
.card li a i{
	margin-right:5px;
	
}



.cart {
    float: right;
    cursor: pointer;
    margin-top: 11px;
    width: 9%;
    
}
.offer-img img {
    width: 100%;
}


/*--nav--*/
.multi-column-dropdown li a {
    color: #999 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color:#5dcafc;
    color: #fff;
}
.nav > li > a {
    padding: 12px 20px  !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-collapse {
    padding: 0;
}
ul.multi-column-dropdown h6 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 1em;
    padding: 0.7em 0;
    border-bottom: 2px solid #62BF43;
    text-transform: capitalize;
    font-family: 'Glegoo', serif;
}

.dropdown-menu.multi {
    min-width: 745px;
    padding: 30px 30px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #FFF;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar {
    min-height: auto;
    margin-bottom: 0px;
}
.dropdown-menu {
    top: 98%;
    left: -85%;
}
.multi1{
	left: -330%;
}
.row1 {
    padding-left: 0;
	padding-right:7px;
}
.row2{
	padding-right: 0;
	padding-left:7px;
}
.row-top {
    margin-top: 1em;
}


span.fa.fa-shopping-cart.my-cart-icon {
    font-size: 25px;
    margin: 0 0 0 0;
    padding: 10px 0;
    position: relative;
    background: #0094ff !important;
   
   }
    span.fa.fa-shopping-cart.my-cart-icon:hover {
        background: #c1c1c1 !important;
        color: #fff !important;
    }
    span.fa.fa-shopping-cart.my-cart-icon .farah {
        color: #fff!important;
        font:15px!important;
    }
    span.fa.fa-shopping-cart.my-cart-icon:hover .farah {
        color:#000!important;
    }
    

    .badge {
        background: none repeat scroll 0 0 #62BF43;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 13px;
        height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -12px;
        width: 25px;
        padding-left: 0px;
        padding-right: 0px;
    }
span.fa.fa-shopping-cart.my-cart-icon:hover .badge {
    background: #000 !important;
    color:#fff;
}



 ::-webkit-input-placeholder{
	color:#fff;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}

:-ms-input-placeholder {  
   color: #fff;  
}
/*-- //to-top --*/
.spec {
    text-align: center;
    margin-bottom: 3em;
}
.spec h3{
    font-size:3em;
	color:#000;
	margin-bottom:0.5em;
}
.ser-t {
    text-align: center;
    margin: 0 auto;
    width: 20%;
    position: relative;
}
.ser-t b{
	width: 100%;
    height: 2px;
    display: block;
    background: #039445;
    margin-bottom: 3px;
}
.ser-t b.line{
	width: 80%;
	margin:0 auto;
}
.ser-t  span{
	width: 40px;
    height: 40px;
    display: block;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 42%;  
}
.ser-t  span i{
	width: 20px;height: 20px;
    display: block;
    border: 2px solid #039445;
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: rotate(45deg) translate3d(0, 0, 0);
    -o-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
    margin-left: 0.7em;
}
/*--content--*/
.content-top {
    padding: 2em 0 0;
    
}
.offer-w3agile{
	padding:6em 0;
}
.wthree-of{
	margin-top:5em;
}
.tab-head {
    margin: 1em 0 0;
}
.tabs li{
	display:inline-block;
}
ul.nav.tabs {
    text-align: center;
	margin-bottom: 4em;
}
.tabs li a {
    font-size: 1em;
    color: #8A8A8A;
    padding: 16px 17px !important;
    display: inline-block;
}

.tabs  li.active {
	border-bottom: 3px solid #000
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

.tab-content-t {
    padding: 0em !important;
}
.con-w3l{margin-bottom:20px;}
/*----*/
.mid-1 h6 {
    font-size: .9em;
    direction: rtl;
    color: #ED0612 !important;
    text-align: center;
    text-decoration: none;
   
}
.mid-1 .women h6 span {
    color: #af0096;
       
}


.mid-2 {
    padding:0 0 0 0 ;
    margin:10px 0 10px 0 ;
    
}
.mid-1 {
    padding: .6em 0 0 0;
    text-align: center;
}

.add{
	text-align:center;
}

.col-m {
    padding: 1em;
    border: 1px solid #B2B2B2;
}
.offer-img{
	position:relative;
	display:block;
  }
.offer-img img{
	margin:0 auto;
	width: 100%;
    height:100%;
   
}

.offer {
    position: absolute;
    top: 0;
    right: 0;
}
    .offer p {
        background: #c10000;
        border-radius: 0 0 0 100px;
        text-align: center;
        line-height: 0em !important;
        font-size: 0.9em !important;
        padding: 10px 20px;
        
    }
    .offer span {
        color: #fff;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        padding: 2px;
    }

.big {
    position: absolute;
    top: 0;
    right: 0;
     
   
}

    .big p {
        background: #010179;
        border-radius: 0 0 0 100px;
        text-align: center;
        line-height: 0em !important;
        font-size: 0.9em !important;
        padding: 10px 20px;
    }

    .big span {
        color: #fff;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        padding: 2px;
        
    }
	
	.ccccc{		
      text-decoration: none;
}
	.ccccc:hover{
		color:#fff!important;
		 text-decoration: none;
	}
	
	
	

.new {
    position: absolute;
    top: 0;
    right: 0;
}

    .new p {
        background: #03a9f4;
        border-radius:0 0  0  100px ;
        text-align: center;
        line-height: 0em !important;
        font-size: 0.9em !important;
        padding: 10px 20px;
       
    }

    .new span {
        color: #fff;
        font-size: 10px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        padding: 2px;
    }
.lang {
    height: 2rem;
    width: 2rem;
}

.lan {
    text-decoration: none !important;
    font: #fff bold 20px !important;
    color: #fff !important;
}
.lang000 {
    padding-top: 10px;
}

@media(max-width:700) {
    .offer,new,big{
    right: -5px;}
   

}

    .modal-body {
        padding: 1em 1em 0em;
    }

    .modal-footer {
        margin-top: 0px;
    }

    div#my-cart-empty-message {
        margin: 0;
    }
    /*--cart--*/
    .my-cart-b {
        background: none;
        text-decoration: none;
        color: #029241;
        font-size: 1em;
        border: 2px solid #039445;
        border-radius: 50px;
        padding: 0.5em 1em;
        outline: none;
    }

    a:focus {
        outline: thin dotted;
        outline: none;
        outline-offset: -2px;
    }

    /* Sweep To Bottom */
    .my-cart-b {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

        .my-cart-b:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #039445;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            border-radius: 50px;
            border: 2px solid #039445;
        }

        .my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
            color: white;
            background: none;
            border: 2px solid #039445;
            outline: none !important;
        }

            .my-cart-b:hover:before, .my-cart-b:focus:before, .my-cart-b:active:before {
                -webkit-transform: scaleY(1);
                transform: scaleY(1);
            }
    /*--content--*/
    /*--product--*/
    .span-1 h3 {
        color: #000;
        font-size: 1.8em;
    }

    p.in-para {
        color: #B3B3B3;
        font-size: 0.9em;
        line-height: 2em;
        margin: 1em 0;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
        padding: 1em 0;
    }

    .price_single {
        padding-bottom: 1em;
    }

    span.reducedfrom {
        color: #5dcafc;
        font-size: 1.5em;
    }

    h4.quick {
        color: #000;
        font-size: 1.2em;
        text-transform: uppercase;
        margin-top: 1em;
    }

    p.quick_desc {
        color: #B3B3B3;
        font-size: 0.9em;
        line-height: 2em;
        margin: 1em 0 2em;
    }

    /* Shutter In Vertical */
    
    
    ul.product-qty {
        padding: 0;
        list-style: none;
    }

    .product-qty span {
        color: #000;
        font-size: 1.2em;
        padding-bottom: 0.5em;
        display: block;
        text-transform: uppercase;
    }

    .product-qty select {
        border: 1px solid #eee;
        padding: 0.5em;
        font-size: 1em;
        outline: none;
    }

    .product-qty option {
        border: 1px solid #EEE;
    }

    .wish-list {
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
        border-top: 1px solid #f0f0f0;
    }

        .wish-list ul {
            padding: 0;
            list-style: none;
        }

        .wish-list li {
            display: inline-block;
            margin-right: 4%;
            width: 36%;
        }

            .wish-list li a i {
                margin-right: 4%;
            }

            .wish-list li a {
                color: #5dcafc;
                font-size: 0.85em;
                text-decoration: underline;
            }

                .wish-list li a span {
                    padding-right: 10px;
                }

                .wish-list li a:hover {
                    text-decoration: none;
                }

    .size-top {
        margin: 2em 0;
    }
    /*----*/
    .modal-dialog {
        width: 800px;
        margin: 30px auto;
    }

    .modal-spa {
        padding: .7em ;
    }

    .modal-header {
        border-bottom: none;
    }

    .close {
        font-size: 31px;
    }
    /*--product--*/
    /*--content-mid--*/

    .col-md, .col-md1, .col-md2, .col-md3 {
        position: relative;
    }

    .col-md1, .col-md2, .col-md3 {
        text-align: center;
    }


.big-sale {
    position: absolute;
    top: 20%;
    left: 20%;
    border: 4px double #0066b3;
    text-align: center;
    transform: rotate(-45deg);
    width: 200px;
    height: 200px;
    right: 80px;
    background: rgba(0, 0, 0, 0.49);
    bottom: 80px
}

    @media(max-width:700) {
        .big-sale {
            top: 50px;
            left: 50px;
        }
    }

    @media(max-width:401) {
        .big-sale {
            top: 30px;
            left: 30px;
        }
    }

    .col-m shad :hover {
        -moz-box-shadow: inset 0 0 10px #000000;
        -webkit-box-shadow: inset 0 0 10px #000000;
        box-shadow: inset 0 0 10px #000000;
    }

    .big-sale1 {
        transform: rotate(45deg);
        margin: 3.5em 0 0;
    }

    .big-sale h3, .big-sa h3, .big-sale2 h3, .big-sale3 h3 {
        color: #fff;
        font-size: 3em;
        margin-bottom: 0.3em;
    }

    .big-sa h3 {
        margin-bottom: 0.2em;
    }

        .big-sale h3 span, .big-sa h3 span, .big-sale2 h3 span, .big-sale3 h3 span {
            color: #0066b3;
        }

    .big-sale p, .big-sa p, .big-sale2 p, .big-sale3 p {
        color: #fff;
        font-size: 1em;
        line-height: 2em;
    }

    .big-sa h6 {
        color: #fff;
        font-size: 1em;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .big-sa {
        position: absolute;
        top: 0;
        width: 100%;
        margin-top: 9em;
    }

    .big-sale2, .big-sale3 {
        position: absolute;
        top: 0;
        width: 100%;
        margin-top: 3em;
    }

    .col-md2 {
        margin-bottom: 30px;
    }

    .content-mid {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    /*--content-mid--*/
    .product {
        padding: 8em 0 0px;
    }

    .pro-1 {
        margin-bottom: 2em;
      
    }
.pro-2 {
    margin-bottom: 2em;
  
}

.imgadds {
    width: 50px;
    height: 50px;
    margin: 0;
    float: right;
    border-radius: 0 50% 50% 0;
    margin-left: 5px;
	
}


.imgadds2 {
    width: 51px;
    margin: 2px;
	padding:0px;
   	float:right;
	max-width: 100%;
    max-height: 100%;
    display: block; 
	
	
	
}
.span000 {
    line-height: 40px;
    text-align: center;
  }


    /*-- //footer-top --*/
    .footer-bottom {
        text-align: center;
        margin: 0 0 0 0;
    }

        .footer-bottom h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 3.5em;
            display: inline-block;
            position: relative;
        }

            .footer-bottom h2 a {
                text-decoration: none;
                color: #fff;
            }

            .footer-bottom h2 span {
                font-size: 12px;
                display: block;
                letter-spacing: 5px;
                text-transform: uppercase;
                font-family: 'Noto Sans', sans-serif;
                padding-top: 6px;
            }

            .footer-bottom h2 b {
                font-size: 10px;
                background: #CC2127;
                font-weight: normal;
                padding: 3px;
                display: inline-block;
                line-height: 10px;
                position: absolute;
                top: 9px;
                left: -7px;
            }

    p.fo-para {
        font-size: 1em;
        line-height: 2em;
        color: #fff;
        padding: 1em 0 3em;
        width: 70%;
        margin: 0 auto;
    }

    .fo-grid1 p {
        font-size: 1em;
        line-height: 2em;
        color: #fff;
    }

        .fo-grid1 p a {
            text-decoration: none;
            color: #fff;
        }

            .fo-grid1 p a:hover {
                color: #5dcafc;
            }

        .fo-grid1 p i {
            margin-right: 7px;
        }

    .social-fo li {
        list-style-type: none;
        display: inline-block;
        margin: 0 5px;
        border-radius: 50%;

    }

        .social-fo li a {
           
            display: block;
            background: #3B5998;
            border-radius: 50%;
            color: #fff;
            line-height: 2.5em;
            padding:15px 20px 20px 20px!important;
        }

            .social-fo li a:hover {
                transform: rotate(-360deg);
            }

            .social-fo li a.twi {
                background: #af0096;
            }

            .social-fo li a.pin {
                background: #ffff00;
                color: #000;
                cursor:pointer;
            }

            .social-fo li a.dri {
                background: #000;
                cursor: pointer;
            }

    .address {
        margin-top: 1em!important;
    }
    /*-- //footer-top --*/
    .footer {
        background: #353535;
        padding: 5em 0;
    }

    .footer-grid h3 {
        color: #fff;
        font-size: 1.7em;
        margin-bottom: 1em;
    }

    .footer-grid p {
        color: #ABABAB;
        line-height: 2.2em;
        font-size: 14px;
    }

    .footer-grid ul li {
        list-style-type: none;
        font-size: 14px;
        line-height: 2.2em;
        color: #ABABAB;
    }

        .footer-grid ul li a {
            color: #ABABAB;
        }

            .footer-grid ul li a:hover {
                color: #5dcafc;
            }

    .copy-right p {
        color: #fff;
        font-weight:500;
        font-size: 14px;
        text-align: center;
        margin-top: 1em;
    }

        .copy-right p a {
            color: #fff;
        }

            .copy-right p a:hover {
                color: #E21737;
            }
    /*-- //footer --*/
    /*--product--*/
    .product {
        padding-top: 0 !important;
    }

   
    /*-- contact --*/
    .contact {
        padding: 6em 0;
    }

    .contact-w3 {
        padding-top: 3em;
    }

    .contact-left h4 {
        font-size: 2em;
        color: #000;
        margin-bottom: 1em;
    }

    .contact-right iframe {
        width: 100%;
        height: 298px;
    }

    .contact-right img {
        margin-bottom: 2em;
    }

    .contact_left h4 {
        color: #029241;
        font-size: 2em;
        margin-bottom: 0.7em;
    }

    .contact-left p {
        line-height: 2em;
        color: #999;
        font-size: 1em;
    }

    ul.contact-list li {
        display: inline-block;
        margin: 0 33px 0 0;
        font-size: 1em;
        color: #999;
    }

        ul.contact-list li a {
            color: #999;
            text-decoration: none;
        }

    ul.contact-list {
        margin: 1em 0 2em;
    }

        ul.contact-list li i {
            color: #ED0612;
            margin-right: 15px;
            top: 2px;
        }

    ul.resp-tabs-list, p {
        margin: 0px;
        padding: 0px;
    }

    .resp-tabs-list li {
        font-weight: 600;
        font-size: 13px;
        display: inline-block;
        padding: 13px 15px;
        margin: 0 4px 0 0;
        list-style: none;
        cursor: pointer;
        float: left;
        width: 25%;
        text-align: center;
    }

        .resp-tabs-list li i {
            font-size: 1.8em;
            color: #5dcafc;
            padding: 16px 0;
        }

    .resp-tabs-container {
        padding: 0px;
        background-color: #fff;
        clear: left;
    }

    h2.resp-accordion {
        cursor: pointer;
        padding: 5px;
        display: none;
    }

    .resp-tab-content {
        display: none;
        padding: 2em;
    }

    .resp-tab-active {
        border: 1px solid #c1c1c1;
        border-bottom: none;
        margin-bottom: -1px !important;
    }

    .resp-tab-active {
        border-bottom: none;
        background-color: #fff;
    }

    .resp-content-active, .resp-accordion-active {
        display: block;
    }

    .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

    h2.resp-accordion {
        font-size: 13px;
        border: 1px solid #c1c1c1;
        border-top: 0px solid #c1c1c1;
        margin: 0px;
        padding: 10px 15px;
    }

    h2.resp-tab-active {
        border-bottom: 0px solid #c1c1c1 !important;
        margin-bottom: 0px !important;
        padding: 10px 15px !important;
    }

    h2.resp-tab-title:last-child {
        border-bottom: 12px solid #c1c1c1 !important;
        background: blue;
    }
    /*-----------Vertical tabs-----------*/
    .resp-vtabs ul.resp-tabs-list {
        float: left;
        width: 30%;
    }

    .resp-vtabs .resp-tabs-list li {
        display: block;
        padding: 15px 15px !important;
        margin: 0;
        cursor: pointer;
        float: none;
    }

    .resp-vtabs .resp-tabs-container {
        padding: 0px;
        background-color: #fff;
        border: 1px solid #c1c1c1;
        float: left;
        width: 68%;
        min-height: 250px;
        border-radius: 4px;
        clear: none;
    }

    .resp-vtabs .resp-tab-content {
        border: none;
    }

    .resp-vtabs li.resp-tab-active {
        border: 1px solid #c1c1c1;
        border-right: none;
        background-color: #fff;
        position: relative;
        z-index: 1;
        margin-right: -1px !important;
        padding: 14px 15px 15px 14px !important;
    }

    .resp-arrow {
        width: 0;
        height: 0;
        float: right;
        margin-top: 3px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 12px solid #c1c1c1;
    }

    h2.resp-tab-active span.resp-arrow {
        border: none;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 12px solid #9B9797;
    }
    /*-----------Accordion styles-----------*/
    h2.resp-tab-active {
        background: #DBDBDB !important;
    }

    .resp-easy-accordion h2.resp-accordion {
        display: block;
    }

    .resp-easy-accordion .resp-tab-content {
        border: 1px solid #c1c1c1;
    }

        .resp-easy-accordion .resp-tab-content:last-child {
            border-bottom: 1px solid #c1c1c1 !important;
        }

    .resp-jfit {
        width: 100%;
        margin: 0px;
    }

    .resp-tab-content-active {
        display: block;
    }

    h2.resp-accordion:first-child {
        border-top: 1px solid #c1c1c1 !important;
    }

    .contact-left input[type="text"], .contact-left input[type="email"] {
        border: 1px solid #CECECE;
        width: 48.7%;
        margin: 0 2% 2% 0%;
        outline: none;
        font-size: 13px;
        color: #5b5b5b;
        padding: 10px 12px;
        -webkit-appearance: none;
        background: none;
        float: left;
    }

    .contact-left input[type="email"] {
        margin: 0 0% 2% 0%;
    }

    .contact-left textarea {
        border: 1px solid #CECECE;
        outline: none;
        font-size: 13px;
        color: #5b5b5b;
        padding: 10px 12px;
        width: 99%;
        resize: none;
        height: 180px;
        -webkit-appearance: none;
        background: none;
    }

    .contact-left input[type="submit"] {
        border: none;
        padding: 9px 0;
        width: 22%;
        margin-top: 0.5em;
        font-size: 1em;
        color: #fff;
        letter-spacing: 1px;
        outline: none;
        background: #029241;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -ms-transition: 0.5s all ease;
        -webkit-appearance: none;
    }

        .contact-left input[type="submit"]:hover {
            background: #5dcafc;
        }

    .contact-left h5 {
        color: #029241;
        font-size: 1.5em;
        margin-bottom: 0.7em;
    }

    .map-grid ul li {
        display: block;
        line-height: 2.2em;
        color: #999;
        font-size: 1em;
    }

        .map-grid ul li i {
            color: #ED0612;
            margin-right: 15px;
        }
    /*-- //contact --*/
    /*--trypography--*/
    .typrography {
        padding: 6em 0;
    }

    .mb-60 {
        padding-left: 0;
    }

        .mb-60 h4 {
            margin: 36px 0 38px;
            font-size: 24px;
        }

    .tab-content {
        padding-top: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        border-top: none;
    }

    .nav-tabs {
        border: none;
    }

        .nav-tabs > li {
            float: left;
            margin-bottom: -1px;
        }

            .nav-tabs > li > a {
                background: #f8f8f8;
                margin-right: 3px;
                border: none;
                border-radius: 0;
                font-family: 'Open Sans', sans-serif;
                font-size: 14px;
                color: #555;
                padding: 12px 20px;
                -webkit-transition: all 0.3s ease-in-out 0s;
                -o-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
            }

                .nav-tabs > li > a .fa {
                    margin-right: 10px;
                }

            .nav-tabs > li.active > a {
                border: none;
            }

                .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
                    color: #fff;
                    background-color: #5dcafc;
                    border: none;
                    border-radius: 0;
                }

            .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
                color: #fff;
                background-color: #5dcafc;
            }

            .nav-tabs > li > a i {
                font-size: 32px;
                margin-right: 20px;
                vertical-align: middle;
            }

    .tab-content p {
        line-height: 2.2em;
        font-size: 14px;
    }

    .grid_4 {
        background: #fff;
        padding: 0em 0em 0em 0em;
    }

    .grid_5 {
        background: #fff;
        padding: 1em 0 2em 0;
    }

    .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 15px !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 0.8em;
        color: #222222;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-top: none !important;
    }

    .tab-content > .active {
        display: block;
        visibility: visible;
    }

    .label {
        font-weight: 300 !important;
    }

    .label {
        padding: 4px 6px;
        border: none;
        text-shadow: none;
    }

    h4.typ1 {
        margin-bottom: 15px;
    }

    h5.typ1 {
        margin-bottom: 15px;
    }

    .progress {
        height: 8px;
        box-shadow: none;
    }

    .progress {
        overflow: hidden;
        height: 20px;
        margin-bottom: 20px;
        background-color: #eeeeee;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    }

    .progress-bar {
        float: left;
        width: 0%;
        height: 100%;
        font-size: 12px;
        line-height: 20px;
        color: #ffffff;
        text-align: center;
        background-color: #03a9f4;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

    .progress-bar {
        box-shadow: none;
    }

    .progress-bar-primary {
        background-color: #03a9f4;
    }

    .progress-bar-info {
        background-color: #00bcd4;
    }

    .progress-bar-success {
        background-color: #8bc34a;
    }

    .progress-bar-warning {
        background-color: #ffc107;
    }

    .progress-bar-danger {
        background-color: #e51c23;
    }

    .progress-bar-inverse {
        background-color: #757575;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #FDA30E !important;
        border-color: #FDA30E !important;
    }

    .grid_3 p, .page-header p {
        color: #888;
        font-size: 14px;
        line-height: 2em;
        margin: 1em 0 2em;
    }

    .bs-docs-example {
        margin: 1em 0;
    }

    section#tables p {
        margin-top: 1em;
    }

    .breadcrumb li {
        font-size: 0.85em;
    }

    .badge-primary {
        background-color: #03a9f4;
    }

    .badge-success {
        background-color: #8bc34a;
    }

    .badge-warning {
        background-color: #ffc107;
    }

    .badge-danger {
        background-color: #e51c23;
    }

    .tab-container .tab-content {
        border-radius: 0 2px 2px 2px;
        border: 1px solid #e0e0e0;
        padding: 16px;
        background-color: #ffffff;
    }

    .nav-tabs {
        margin-bottom: 1em;
    }

    .alert {
        font-size: 0.85em;
    }

    h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
        line-height: 1.8em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }

    .bars {
        margin-bottom: 0.8em;
        color: #5dcafc;
        font-size: 2.5em;
    }

    li.list-group-item1 {
        line-height: 2.5em;
    }

    ol {
        margin-bottom: 44px;
    }

    .list-group {
        margin-bottom: 48px;
    }

    .input-group {
        margin-bottom: 20px;
    }

    .breadcrumb {
        background-color: #2D2D2D;
    }

        .breadcrumb li a {
            font-size: 16px;
            color: #FDA30E;
        }

        .breadcrumb > .active {
            color: #fff;
        }

        .breadcrumb li a span {
            margin-right: 6px;
        }

    a#myTabDrop1 {
        background: #EAEAEA;
    }
    /*-- //typrography --*/
    /*--product--*/
    .kic h3 {
        font-size: 2.5em;
        color: #000;
        margin: 0em 0.4em 1em;
    }

    .kic-top1 h6 {
        font-size: 1.3em;
        color: #000;
        margin: 0.7em 0 0.3em;
    }

    .kic-top1 p {
        font-size: 1em;
        color: #000;
    }

    .kic-top {
        padding: 8em 0 0;
    }

    .agileinf {
        padding-top: 3em;
    }
    /*--product--*/
    /*-- faq --*/
    .faq-w3 {
        padding: 6em 0;
    }

    .panel-default {
        border-color: #FFF;
    }

        .panel-default > .panel-heading {
            color: #222;
            background-color: #FFFFFF;
            border-color: #FFF;
            text-transform: capitalize;
        }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #FFF;
            }

    .panel-title {
        font-size: 1.5em;
        color: #5D5D5D;
    }

        .panel-title:hover {
            cursor: pointer;
        }

        .panel-title span {
            color: #ED0612;
        }

    .panel-body {
        padding-top: 0;
        padding-bottom: 0;
    }

        .panel-body p {
            color: #9A9A9A;
            font-size: 13.5px;
            margin-left: 17px;
            padding: 0px 15px 20px;
            line-height: 30px;
        }

    .panel-heading {
        padding: 20px 15px;
    }

    .panel-group .panel + .panel {
        margin-top: 0px;
    }

    .panel-group .panel {
        margin-bottom: 5px;
    }
    /*-- //faq --*/
    /*-- terms-section-starts --*/
    .terms h6 {
        font-size: 1.5em;
        color: #5D5D5D;
    }

        .terms h6 span {
            color: #ED0612;
        }

    .terms p {
        color: #999;
        font-size: 1em;
        line-height: 2em;
        margin-top: 15px;
        padding-left: 40px;
    }

    .terms ol li {
        color: #999;
        font-size: 0.9em;
        font-weight: 300;
        line-height: 26px;
        margin-top: 15px;
    }

    .terms {
        padding: 6em 0;
    }

    .terms-bottom {
        margin-top: 3em;
    }

    .ter-wthree {
        margin-bottom: 1em;
    }
    /*-- //terms-section-ends --*/
    /*--login--*/
    .login {
        padding: 6em 0;
    }

    .main-agileits {
        width: 30%;
        margin: 0em auto;
        box-shadow: 0px 0px 15px 0px #D6D6D6;
        -o-box-shadow: 0px 0px 15px 0px #D6D6D6;
        -moz-box-shadow: 0px 0px 15px 0px #D6D6D6;
        -webkit-box-shadow: 0px 0px 15px 0px #D6D6D6;
        padding: 3em;
    }

    .key input[type="text"], .key input[type="password"] {
        width: 89%;
        padding: 10px 10px;
        font-size: 1em;
        border: none;
        border-bottom: none;
        outline: none;
        color: #999;
        float: left;
        background: none;
    }

    .key i {
        float: left;
        color: #999;
        font-size: 1.1em;
        padding: 13px;
    }

    .key {
        background: #fff;
        border: 1px solid #999;
        margin-bottom: 2em;
    }

    .form-w3agile h3 {
        color: #029241;
        font-size: 2.5em;
        text-align: center;
        margin-bottom: 1.5em;
    }

    .form-w3agile input[type="submit"] {
        background: #fdb515;
        color: #FFFFFF;
        text-align: center;
        padding: 10px 0;
        border: none;
        font-size: 1em;
        outline: none;
        width: 32%;
        cursor: pointer;
        margin-bottom: 30px;
    }

        .form-w3agile input[type="submit"]:hover {
            background: #029241;
            transition: 0.5s all;
            -webkit-transition: 0.5s all;
            -moz-transition: 0.5s all;
            -o-transition: 0.5s all;
            -ms-transition: 0.5s all;
        }

    .forg a {
        text-decoration: none;
        color: #029241;
        font-size: 1em;
    }

        .forg a:hover {
            color: #fdb515;
        }

    .forg-left {
        float: left;
    }

    .forg-right {
        float: right;
    }

    .form1 input[type="submit"] {
        margin-bottom: 0;
    }
    /*--//login--*/
    /*--checkout--*/
    .check-out {
        padding: 6em 0;
    }

    table.table {
        width: 100%;
        border: 1px solid #D0D0D0;
    }

    td.t-data {
        border: 1px solid #D2D2D2;
        padding: 10px !important;
        color: #000;
        vertical-align: middle !important;
        font-size: 1em !important;
    }

    th.t-head {
        background: #F1F1F1;
        color: #FFFFFF;
        font-size: 1em !important;
        padding: 0.6em !important;
        border: 1px solid #D2D2D2 !important;
    }

    a.at-in {
        float: left;
    }

    a.at-in {
        border: 1px solid #DADADA;
        padding: 1em 0;
        margin-left: 11%;
    }

    .sed {
        float: right;
        width: 60%;
    }

    .check {
        width: 6%;
    }

    .sed h5 {
        color: #5dcafc;
        font-size: 1.2em;
        margin-top: 3em;
    }

    .ring-in {
        position: relative;
        width: 45%;
    }

    .close1, .close2, .close3 {
        cursor: pointer;
        position: absolute;
        left: 3%;
        top: 52px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
    }

        .close1 i, .close2 i, .close3 i {
            color: #FFFFFF;
            font-size: 12px;
            width: 32px;
            height: 32px;
            border-radius: 100px;
            text-align: center;
            line-height: 2.7em;
            background: #EA0612;
        }

    .add-1 {
        text-decoration: none;
        color: #fff;
        padding: 7px 10px;
        width: auto;
        font-size: 1em;
        background: #029241;
    }

        .add-1:hover {
            text-decoration: none;
            background: #5dcafc;
            color: #fff;
        }



    /*--quantity-starts--*/
    .quantity {
        margin: 1.5em 0;
        float: left;
    }

    .value-minus,
    .value-plus {
        height: 40px;
        line-height: 24px;
        width: 40px;
        margin-right: 3px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        font-size: 18px;
        color: #fff;
        text-align: center;
        -webkit-user-select: none;
        -moz-user-select: none;
        border: 1px solid #b2b2b2;
        vertical-align: bottom;
    }

    .quantity-select .entry.value-minus:before,
    .quantity-select .entry.value-plus:before {
        content: "";
        width: 13px;
        height: 2px;
        background: #000;
        left: 50%;
        margin-left: -7px;
        top: 50%;
        margin-top: -0.5px;
        position: absolute;
    }

    .quantity-select .entry.value-plus:after {
        content: "";
        height: 13px;
        width: 2px;
        background: #000;
        left: 50%;
        margin-left: -1.4px;
        top: 50%;
        margin-top: -6.2px;
        position: absolute;
    }

    .value {
        cursor: default;
        width: 40px;
        height: 40px;
        padding: 8px 0px;
        color: #A9A9A9;
        line-height: 24px;
        border: 1px solid #E5E5E5;
        background-color: #E5E5E5;
        text-align: center;
        display: inline-block;
        margin-right: 3px;
    }

    .quantity-select .entry.value-minus:hover,
    .quantity-select .entry.value-plus:hover {
        background: #E5E5E5;
    }

    .quantity-select .entry.value-minus {
        margin-left: 0;
    }

    span.span-1 {
        margin: 0 !important;
    }
    /*--quantity-end--*/
    /*--wishlist--*/
    /*--single--*/
    .single-right h3 {
        color: #000;
        font-size: 1.8em;
        font-weight: 700;
    }

    p.in-pa {
        color: #999;
        font-size: 1em;
        line-height: 2em;
        margin: 1em 0;
        border-bottom: 1px solid #f0f0f0;
        padding: 1em 0;
    }

    .pr-single {
        padding-bottom: 1em;
    }

        .pr-single a {
            float: right;
            margin-top: 0.5em;
        }

    .reduced {
        color: #FC6914;
        font-size: 1em;
        margin-top: 1em;
    }

        .reduced del {
            margin-right: 2%;
            color: #62BF43;
            font-size: 0.9em;
        }

    .block-w3 {
        float: none;
    }

    .single {
        padding: 7em 0 0;
    }

    .con-sin {
        margin: 0;
    }

    .add-3 {
        margin-top: 0.5em;
        text-align: left;
    }

    .single-w3agile {
        border: 1px solid #DEDEDE;
        text-align: center;
        padding: 2em;
    }

        .single-w3agile img {
            margin: 0 auto;
        }
    /*--about--*/
    .about {
        padding: 6em 0;
    }

        .about h2 {
            font-size: 3em;
            text-align: center;
            color: #000;
            margin-bottom: 1em;
        }

    .work h3 {
        font-size: 3em;
        text-align: center;
        color: #fff;
        margin-bottom: 1em;
    }

    .about-left p {
        font-size: 1em;
        color: #999;
        line-height: 2em;
        padding: 2em 0;
    }

    .third-sl {
        width: 100%;
        height: 350px;
    }
    /*--//about--*/
    /*--work--*/
    .work {
        background: #F2F3F3;
        padding: 6em 0;
    }

    .work-left {
        text-align: right;
        padding: 5em 5em 0 0;
    }

    .work-right {
        border-left: 1px solid #999;
        padding: 18em 0 2em 6em;
    }

    .work-info h5 {
        font-size: 1.3em;
        color: #000000;
        margin-bottom: .5em;
        display: inline-block;
    }

    .work-info p {
        font-size: 1em;
        color: #999;
        line-height: 2em;
    }

    .work-info span {
        font-size: 1.2em;
        color: #fff;
        background: #029241;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-transition: .5s all;
        -moz-transition: .5s all;
        transition: .5s all;
        width: 60px;
        height: 60px;
        display: block;
        text-align: center;
        line-height: 3.5em;
        position: absolute;
        top: 0;
        left: 32.2em;
    }

    .work-info {
        position: relative;
    }

    .work-w3, .work-w31 {
        background: #fff;
        padding: 2em;
    }

    .work-left label, .work-right label {
        width: 10px;
        height: 10px;
        background: #5dcafc;
        border-radius: 100px;
        position: absolute;
        left: 40.4em;
        top: 12em;
        z-index: 9;
    }

    .work-right label {
        left: -0.4em;
        top: 25em;
    }

    span.last {
        bottom: 0;
        top: auto;
    }
    /*--about-end--*/
    .advantages-left h3 {
        font-size: 2.5em;
        color: #000;
    }

    .advn-one {
        margin-top: 2em;
    }

    .ad-mian {
        margin-top: 3%;
    }

    .ad-left {
        width: 10%;
        float: left;
    }

        .ad-left p {
            color: #fff;
            background: #029241;
            border-radius: 100px;
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            -o-border-radius: 100px;
            -ms-border-radius: 100px;
            text-align: center;
            font-size: 1.5em;
            width: 50px;
            height: 50px;
            line-height: 2.5em;
        }

    .ad-right {
        width: 84%;
        float: right;
    }

        .ad-right h4, .advn-two h4 {
            font-size: 1.4em;
        }

            .ad-right h4 a, .advn-two h4 a {
                text-decoration: none;
                color: #5dcafc;
            }

        .ad-right p {
            color: #7c7c7c;
            font-size: 1em;
            line-height: 1.9em;
            margin-top: 8px;
        }

    .advn-two ul {
        margin-top: 3%;
    }

        .advn-two ul li {
            list-style: none;
        }

    .advn-two p {
        color: #7c7c7c;
        font-size: 1em;
        line-height: 1.9em;
        margin-top: 8px;
    }

    .advn-two {
        margin-top: 2em;
    }

        .advn-two ul li a {
            color: #7c7c7c;
            font-size: 1em;
            text-decoration: none;
            margin: 0.8em 0;
            display: block;
        }

            .advn-two ul li a i {
                margin-right: 2%;
            }

            .advn-two ul li a:hover {
                color: #029241;
            }

    .advantages {
        padding: 6em 0;
    }

    .spec-w3ls h3 {
        color: #000;
    }

    .spec-w3ls span {
        background: #F2F3F3;
    }
   

    /*--responsive--*/
    @media(max-width:1440px) {
        .main-agileits {
            width: 35%;
        }
    }

    @media(max-width:1280px) {
        .main-agileits {
            width: 38%;
        }
    }

    @media(max-width:1080px) {
        .banner-info h3 {
            width: 95%;
        }

        .big-sale h3, .big-sa h3, .big-sale2 h3, .big-sale3 h3 {
            font-size: 2.7em;
        }

        .big-sale {
            top: 53px;
            left: 18%;
            width: 180px;
            height: 180px;
        }

        .big-sale1 {
            margin: 3em 0 0;
        }

        .search-form input[type='text'] {
            width: 92%;
        }

        .search-form {
            width: 60%;
            margin: 0 auto;
        }

        .main-agileits {
            width: 50%;
        }

        .about-left p {
            padding: 1em 0;
            font-size: 0.9em;
        }

        .work-info span {
            left: 26.2em;
        }

        .work-left label {
            left: 33.3em;
        }

        .big-sa {
            margin-top: 6em;
        }

        .big-sale2, .big-sale3 {
            margin-top: 2em;
        }

        .footer-grid h3 {
            font-size: 1.5em;
        }
    }

    @media(max-width:991px) {
        .modal-dialog {
            width: 720px;
        }

        .banner-info h3 {
            width: 99%;
            font-size: 2.5em;
        }

        

        .pro-1 {
          
            float: left;
        }
        

        .footer-grid {
            float: left;
            width: 50%;
            margin-bottom: 2em;
        }

        .footer-bottom {
            text-align: center;
            margin: 0em 0 0;
        }

        p.fo-para {
            padding: 1em 0 2em;
        }

        .copy-right p {
            margin-top: 2em;
        }

        .footer {
            padding: 0 0 0 0;
        }

        .product {
            padding: 6em 0 3em;
        }

        .ser-t {
            width: 30%;
        }

        .m-w3ls, .m-w3ls1 {
            margin: 0 auto;
            width: 53%;
        }

        .m-w3ls1 {
            margin: 2em auto;
        }

        .big-sale {
            top: 77px;
            left: 20%;
            width: 210px;
            height: 210px;
        }

        .content-mid {
            padding: 4em 0;
        }

        .nav > li > a {
            padding: 12px 17px !important;
        }

        .dropdown-menu.multi {
            min-width: 730px;
        }

        .search-form input[type='text'] {
            width: 89%;
        }

        .search-form {
            width: 70%;
        }

        .carousel-indicators {
            left: 46%;
        }

        .kic-top1 {
            text-align: center;
            margin: 0 0 2em;
        }

            .kic-top1:last-child {
                margin: 0 0 0em;
            }

            .kic-top1 img {
                margin: 0 auto;
            }

        .kic-top {
            padding: 6em 0 0;
        }

        .contact-right img {
            margin: 0 auto 2em;
        }

        .contact-left {
            margin-top: 2em;
        }

        .contact {
            padding: 4em 0;
        }

        .contact-w3 {
            padding-top: 0em;
        }

        .main-agileits {
            width: 65%;
        }

        .faq-w3 {
            padding: 4em 0 3em;
        }

        .terms {
            padding: 4em 0;
        }

        .about {
            padding: 4em 0;
        }

        .work-right {
            border-left: none;
            padding: 2em 0;
        }

            .work-left label, .work-right label {
                display: none;
            }

        .work-left {
            text-align: right;
            padding: 6em 0 0;
        }

        .work-info span {
            left: 20.2em;
        }

        span.last {
            bottom: -46px;
        }

        .work {
            padding: 4em 0 6em;
        }

        .advantages {
            padding: 4em 0;
        }

        .about-agi {
            margin-top: 2em;
        }

        .single-top {
            width: 50%;
        }

        .single-right {
            margin-top: 2em;
        }

        a.at-in {
            width: 27%;
        }

        .sed h5 {
            font-size: 1em;
        }

        .big-sa {
            margin-top: 9em;
        }

        .big-sale2, .big-sale3 {
            margin-top: 3em;
        }

        .check-out {
            padding: 3em 0;
        }

        .login {
            padding: 4em 0;
        }

        .offer-w3agile {
            padding: 4em 0;
        }

        .typrography {
            padding: 4em 0;
        }

        .single {
            padding: 4em 0 0;
        }
    }

    @media(max-width:767px) {
        .nav > li {
            float: none;
            display: block;
        }

        .navbar-collapse {
            background: #fff;
        }

        .navbar-toggle {
            position: relative;
            float: left;
            padding: 9px 10px;
            margin-top: 0px;
            margin-right: 0px;
            margin-bottom: 0px;
            background-color: #5dcafc;
            background-image: none;
            border: 1px solid #5dcafc;
            border-radius: 0px;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #FFF;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #5dcafc;
        }

        nav.navbar.navbar-default {
            float: left;
            height: auto;
            width: 82%;
        }

        .navbar-collapse {
            max-height: none;
            background: #fff;
            overflow-x: hidden;
        }

        .dropdown-menu.multi {
            min-width: auto;
            padding: 0px;
            text-align: center;
        }

        ul.multi-column-dropdown {
            text-align: center;
        }

        .hyper:hover:before {
            right: 99.1%;
            opacity: 1;
        }

        .hyper:hover:after {
            left: 0.9%;
            opacity: 1;
        }

        .active a:before {
            opacity: 1;
            right: 99.1%;
        }

        .active a:after {
            left: 0.9%;
            opacity: 1;
        }

        .navbar-default .navbar-toggle {
            border-color: #5dcafc;
        }

        .navbar-nav {
            margin: 1em 0 0;
        }

        .w3l img {
            width: 50%;
            margin: 2em auto;
        }

        .nav-top {
            margin-bottom: 1em;
        }

        .tabs li {
            display: inline-block;
        }

        .m-w3ls, .m-w3ls1 {
            width: 64%;
        }

        .modal-dialog {
            width: 600px;
        }

        .spec h3 {
            font-size: 2.8em;
        }

        .search-form {
            width: 76%;
            margin: 0 auto;
        }

        .banner-info {
            margin: 5em 0;
        }

        .search-form {
            width: 76%;
        }

        .agileinf {
            padding-top: 0em;
        }

        .contact-w3 {
            padding-top: 0em;
        }

        .contact {
            padding: 3em 0;
        }

        .contact-right iframe {
            height: 180px;
        }

        ul.contact-list li {
            margin: 0 0px 7px 0;
            color: #999;
        }

        .login {
            padding: 4em 0;
        }

        .main-agileits {
            width: 78%;
        }

        .panel-title {
            font-size: 1.2em;
        }

        .terms {
            padding: 5em 0 3em;
        }

        .work-info span {
            left: 16.2em;
        }

        .single-top {
            width: 62%;
        }

        .product {
            padding: 5em 0 3em;
        }

        .close1, .close2, .close3 {
            left: 80%;
            top: 15px;
        }

        a.at-in {
            padding: 0.8em 0;
            margin-left: 0%;
        }

        .ring-in {
            width: 38%;
        }

        .sed {
            width: 65%;
        }

            .sed h5 {
                margin-top: 2em;
            }

        .value {
            width: 32px;
            height: 32px;
            line-height: 16px;
        }

        .value-minus, .value-plus {
            height: 32px;
            width: 32px;
        }

        .login {
            padding: 3em 0;
        }

        .spec {
            margin-bottom: 2em;
        }

        .typrography {
            padding: 3em 0;
        }

        .wthree-of {
            margin-top: 3em;
        }

        .offer-w3agile {
            padding: 3em 0;
        }

        .single {
            padding: 4em 0 0;
        }
        /*--typo--*/
        .bars {
            font-size: 2.2em;
        }
    }

    @media(max-width:600px) {
        .banner-info h3 {
            width: 100%;
            font-size: 2em;
        }

        .search-form {
            width: 93%;
        }

        .banner-info {
            margin: 4em 0;
        }

        .spec h3 {
            font-size: 2.5em;
        }

        .ser-t {
            width: 43%;
        }

        .tabs li a {
            padding: 16px 9px !important;
        }

        ul.nav.tabs {
            margin-bottom: 2em;
        }

        .mid-1 h6 {
            font-size: 1em;
        }

        .m-w3ls, .m-w3ls1 {
            width: 85%;
        }

        

        .product {
            padding: 4em 0 2em;
        }

        .footer-grid {
            width: 100%;
            margin-bottom: 1em;
        }

        .cart {
            width: 15%;
        }

        nav.navbar {
            width: 85%;
        }

        .spec h3 {
            font-size: 2.2em;
        }

        .ser-t {
            width: 47%;
        }

        .offer-w3agile {
            padding: 3em 0 2em;
        }

        .content-mid {
            padding: 2em 0;
        }

        p.fo-para {
            width: 95%;
        }

        .footer-bottom h2 b {
            font-size: 8px;
            padding: 2px;
            line-height: 9px;
            top: 8px;
            left: -6px;
        }

        .footer-bottom h2 span {
            letter-spacing: 3px;
        }

        .modal-dialog {
            width: 450px;
        }

        .kic h3 {
            font-size: 2.2em;
        }

        .ser-t span {
            left: 39%;
        }

        .span-1 {
            margin-top: 2em;
        }

        .carousel-indicators {
            left: 44%;
        }

        .main-agileits {
            width: 90%;
            padding: 2em;
        }

        .form-w3agile h3 {
            margin-bottom: 1em;
        }

        .key i {
            padding: 13px 13px 13px 10px;
        }

        .panel-heading {
            padding: 11px 0px;
        }

        .panel-title {
            font-size: 0.94em;
        }

        .faq-w3 {
            padding: 4em 0 2em;
        }

        .terms {
            padding: 5em 0 2em;
        }

        .work-info span {
            left: 11.2em;
        }

        .work {
            padding: 3em 0 5em;
        }

        .advantages {
            padding: 3em 0;
        }

        .about {
            padding: 3em 0;
        }

        .single-top {
            width: 85%;
        }

        a.at-in {
            padding: 0.5em 0;
            width: 37%;
        }

        .sed {
            width: 100%;
        }

            .sed h5 {
                margin-top: 1em;
            }

        .ring-in {
            width: 34%;
        }

        .add-1 {
            padding: 7px 4px;
            font-size: 0.9em;
        }

        .check-out {
            padding: 3em 0 2em;
        }

        .login {
            padding: 2em 0;
        }

        .table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
            padding: 6px !important;
        }

        .advantages-left h3 {
            font-size: 2em;
        }

        .wthree-of {
            margin-top: 2em;
        }

        .bars {
            font-size: 1.8em;
        }

        .single {
            padding: 3em 0 0;
        }
     .brg000,.brg659 {
        position:absolute;
		
    }
    .brg900{
         position:absolute;
    }

}
    @media(max-width:414px) {
        .cart {
            width: 27%;
        }

        nav.navbar.navbar-default {
            width: 73%;
        }

       
        .mid-1 {
            padding: 0 ;
        }

        .col-m {
            padding: 0.5em;
        }

        .mid-1 h6 {
            font-size: 0.8em;
        }

        .mid-2 p {
            text-align: center !important;
            align-content: center;
        }

        .my-cart-b {
            font-size: 0.7em;
            padding: 0.3em 1em;
        }



        .container {
            padding-right: 5px;
            padding-left: 5px;
        }

        .product {
            padding: 3em 0 0em;
        }

        .footer-bottom h2 {
            font-size: 2.5em;
        }

            .footer-bottom h2 span {
                letter-spacing: 2px;
                font-size: 11px;
            }

            .footer-bottom h2 b {
                font-size: 7px;
                padding: 2px;
                line-height: 7px;
                top: 7px;
                left: -7px;
            }

        .footer-grid h3 {
            font-size: 1.5em;
            margin-bottom: 0.5em;
        }

        .pro-1 {
            margin-bottom: 1em;
        }
        .pro-2 {
            margin-bottom: 1em;
        }

        .big-sale p, .big-sa p, .big-sale2 p, .big-sale3 p {
            font-size: 0.9em;
            line-height: 1.7em;
        }

        .big-sale2, .big-sale3 {
            margin-top: 2.5em;
        }

        .kic h3 {
            font-size: 1.8em;
        }

        .kic-top {
            padding: 4em 0 0;
        }

        .carousel-indicators li {
            margin: 0 3px;
        }

        .carousel-indicators {
            left: 41%;
            bottom: -26px;
        }

        .resp-tab-content {
            padding: 1em;
        }

        .contact-left input[type="text"], .contact-left input[type="email"] {
            width: 100%;
            margin: 0 0% 5% 0%;
        }

        .contact-left input[type="submit"] {
            width: 33%;
            font-size: 0.9em;
        }

        .contact {
            padding: 3em 0 2em;
        }

        .main-agileits {
            width: 90%;
            padding: 1em;
        }

        .key input[type="text"], .key input[type="password"] {
            width: 84%;
            padding: 8px 10px;
        }

        .key i {
            padding: 10px 0px 10px 10px;
        }

        .form-w3agile input[type="submit"] {
            padding: 7px 0;
            margin-bottom: 25px;
        }

        .login {
            padding: 2em 0;
        }

        .form-w3agile h3 {
            margin-bottom: 0.8em;
        }

        .panel-title {
            line-height: 1.8em;
        }

        .panel-heading {
            padding: 6px 0px;
        }

        .faq-w3 {
            padding: 3em 0 1em;
        }

        .spec {
            margin-bottom: 2em;
        }

        .terms h6 {
            font-size: 1.2em;
        }

        .terms p {
            font-size: 0.9em;
            margin-top: 10px;
            padding-left: 18px;
        }

        ol {
            margin-bottom: 17px;
        }

        .terms {
            padding: 4em 0 2em;
        }

        .work-info span {
            left: 7em;
        }

        .banner-top h3 {
            font-size: 1.7em;
        }

        .banner-top h4 {
            margin-top: 0.5em;
        }

        .banner-top {
            height: 76px;
            padding: 2em 0.5em;
        }

        .check-out {
            padding: 2em 0 1em;
        }

        th.t-head {
            font-size: 0.7em !important;
        }

        td.t-data {
            font-size: 0.8em !important;
        }

        .ring-in {
            width: 27%;
        }

        .t-w3l {
            width: 30%;
        }

        a.at-in {
            width: 75%;
        }

        .close1 i, .close2 i, .close3 i {
            width: 20px;
            height: 20px;
            line-height: 1.7em;
        }

        .close1, .close2, .close3 {
            left: 73%;
            top: 6px;
        }

        .work-w3, .work-w31 {
            padding: 1.5em;
        }

        .advantages-left h3 {
            font-size: 1.8em;
        }

        .ad-left p {
            font-size: 1.2em;
            width: 43px;
            height: 43px;
            line-height: 2.5em;
        }

        .ad-right {
            width: 80%;
        }

        .ad-left {
            width: 17%;
        }

        .ad-right h4, .advn-two h4 {
            font-size: 1.1em;
            line-height: 1.6em;
        }

        .advn-two {
            margin-top: 1em;
        }

        .contact-left h4 {
            font-size: 1.7em;
            margin-bottom: 0.5em;
        }

        .contact-left {
            margin-top: 1em;
        }

        .single-top {
            width: 100%;
        }

        .single-w3agile {
            padding: 1em;
        }

        .wthree-of {
            margin-top: 1em;
        }

        .offer-w3agile {
            padding: 2em 0;
        }

        .single {
            padding: 2em 0 0;
        }

        .modal-dialog {
            width: 290px;
        }

        input.my-product-quantity {
            width: 40px !important;
        }

        .big-sa {
            margin-top: 5em;
        }
        /*--typo--*/
        .bars {
            font-size: 1.5em;
        }

        h1.t-button {
            font-size: 25px;
        }

        h2.t-button {
            font-size: 22px;
        }

        h3.t-button {
            font-size: 20px;
        }

        h4.t-button {
            font-size: 18px;
        }

        h5.t-button {
            font-size: 15px;
        }

        .pagination-lg > li > a, .pagination-lg > li > span {
            padding: 10px 11px;
            font-size: 18px;
        }

        .grid_3 p, .page-header p {
            font-size: 13px;
        }
    }

    .nav .home.i:hover {
        background: #94c6ff
    }

    .nav .tabclass {
        background: #eee;
        font: 16px bold !important;
        margin-bottom: 5px;
        margin-right: 5px
    }

        .nav .tabclass .a {
            color: #000;
        }

        .nav .tabclass :hover {
            background: #5b5b5b;
            color: #fff !important;
        }
fo-grid1 {
  
}
.fo-grid1 p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: Almarai,sans-serif;
}
.conbn {
    background: #0066b3;
    height: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
}

    .fo-grid1 :hover {
        background: #5dcafc;
    }

.fo-para {
    font-family: Almarai, sans-serif !important;
    margin-top: 10px !important;
    font-size: 1em !important;
   
}
.bar1 {
    font-family: Lalezar, sans-serif !important;
    color: #fff;
    font: 25px bold;
    margin: 5px 5px 5px 5px;
    font-weight: 400;
    transform: scale3d(1, 1, 1);
}

.bar2 {
    font-family: Lalezar, sans-serif !important;
    color: #5dcafc;
    font: 25px bold;
    margin: 5px 5px 5px 5px;
    font-weight: 400;
    transform: scale3d(1, 1, 1);
}


    .sdsd {
        transform: scale3d(1, 1, 1);
        -webkit-animation: rubberBand 0.9s;
        animation-delay: 2s;
    }





    @-webkit-keyframes rubberBand {
        0% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        30% {
            -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
        }

        40% {
            -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
        }

        50% {
            -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
        }

        65% {
            -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
        }

        75% {
            -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
        }

        100% {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }
    }

/*---------------------------------ستايل الزر الثريدي للمنتجات--------------------------------*/
.tab000 {
    margin-top: 7em;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    z-index: -1;
	width:100%;
	
	
	
}
.isometric {
    font-family: Almarai,sans-serif;
    color: #00518e;
    display: inline-block;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    background: #eaeef1;
    text-decoration: none;
    box-sizing: border-box;
    margin: 5px;
    font-weight: 700;
    width: 130px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: -20;
	
}

    .isometric .iconback {
        display: inline-block;
        width: 30px;
        height: 35px;
        text-align: center;
        color: white;
        vertical-align: middle;
        float:right;
      
      
    }
    .isometric span {
        vertical-align: middle;
    }
    .isometric .iconback .fa {
        line-height: 46px;
        font-size: 25px;
      
    }
    .isometric .btnttl {
        display: inline-block;
      
        height: 50px;
        
        vertical-align: middle;
        position: relative;
        font-size:16px;
    }

    .isometric .isfb {
        background: #0066b3;
        border-bottom: solid 4px #00599c;
    }
    .isometric .isfb0 {
        background: #FDA30E!important;
        border-bottom: solid 4px #b26f00;
    }
    .isometric .isfb1 {
        background: #585454!important;
        border-bottom: solid 4px #000;
    }
    .isometric .isfb2 {
        background:  #00ca5c!important;
        border-bottom: solid 4px #039445;
    }
   
    .isometric:hover {
        -ms-transform: translateY(4px);
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
        .isometric:hover .btnttl, .isometric:hover .iconback {
            border-bottom: none;
            transition: .2s;
        }
        .isometric:hover .btnttl {
            border-bottom: none;
            transition: .4s;
            color: #000;

        }
       
        .isometric:hover .iconback img {
            transition: .4s;
            -webkit-transform: rotateX(360deg);
            -ms-transform: rotateX(360deg);
            transform: rotateX(360deg);
            animation-delay: 1.5s;
        }

    .isometric.active {
        border-bottom: solid 4px #00599c;
        background: #0066b3;
        color: #fff !important;
    }
.isometric0.active {
    border-bottom: solid 4px #b26f00 !important;
    background: #FDA30E!important;
    color: #fff !important;
}
.isometric1.active {
    border-bottom: solid 4px #000 !important;
    background: #585454 !important;
    color: #fff !important;
}
.isometric2.active {
    border-bottom: solid 4px #039445!important;
    background:  #00ca5c!important;
    color: #fff !important;
}


            
        .active .btnttl{
            color:#fff;
        }
    .active:hover .btnttl {
        color: #fff;
    }

        .iconback .fas ,.iconback .fab {
            transition: .3s;
        }
.isometric:hover .fas {
 
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    animation-delay:1.5s;
}
.isometric:hover .fab {
    -webkit-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    transform: rotateX(360deg);
    animation-delay: 1.5s;
}
#search000:hover{
    cursor:pointer;
}


/*----------------------------------new editig to shawrma site------------------------------------*/
.lontab1 {
    padding: 0 !important;
    background-color: white;
}
.lontab {
  
    background-color: white;
}


.women h6 {
    font-family: Almarai,sans-serif !important;
    color: #0808af !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:pre-wrap;
    line-height: 1em;
    height: 2em;
    word-wrap: break-word;
    padding: 0 3px;
   
}
.col-m {
    font-family: Almarai,sans-serif !important;
}

.women h6 span {
    margin: 5px!important;
    padding:0!important;
    font-size: 15px !important;
    color: #af0096 !important;
    font-weight: 600;
    margin:0!important;
    line-height:20px;
}
.prodprice {
    direction: rtl;
    position: absolute;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    color: #fff !important;
    direction: rtl;
    font-weight: lighter;
    padding: 0 10px;
    margin: 0 !important;
    background-color: #010179;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
}
 


    .my-cart-btn1 {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        height:50px;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        background-color: #5dcafc;
        color: #fff;
        padding: 0;
        font-size: 1.3em;
        text-decoration: none;
        border: none;
        width: 100%;
        
      
    }
.btn000:before {
 border-radius: 100px!important;
}
.btn111:before {
 border-radius: 100px!important;
}
.btn222:before {
 border-radius: 100px!important;
 
}
.btn2222:before {
 border-radius: 0px 50px!important;
 
}
.btn333:before {
 border-radius: 100px!important;
  

}
.btn200:before {
 border-radius: 0px!important;
 
 
}
.btn300:before {
 border-radius: 0px!important;

}
.btn400:before {
 border-radius: 0px!important;
  
}

.btn444:before {
    border-radius:0px 100px 100px 0px !important;
}
.btn777:before {
    border-radius:0px!important;
   
}

.btn000,.btn111,.btn222,.btn333 {
    border-radius: 100px!important;
    font:#fff!important;
}
.btn2222{
     border-radius:0px 50px!important;
    font:#fff!important;
}
.btn444 {
    font-weight: 500;
    border-radius:0px  100px 100px 0px!important;
       color: #023c68 !important;
}
.btn555 { font-weight:500;
    border-radius: 0px !important;color:#023c68!important;
}
.btn666 { font-weight:500;
    border-radius: 100px 0px 0px 100px!important;color:#023c68!important;
}
.btn777 {
    font-weight: 500;
    border-radius:0px!important;
    color: #023c68 !important;
}
.btn200,.btn300,.btn400 {
    font-weight: 500;
    border-radius:0px!important;
    padding:10px;
    text-align:right!important;
    height:60px;
   
}

.my-cart-btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #029241;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: none;
}

    .my-cart-btn1:hover, .my-cart-btn1:focus, .my-cart-btn1:active {
        color: white;
        text-decoration: none;
        border: none;
        background: #5dcafc;
        border-radius: 0;
    }

        .my-cart-btn1:hover:before, .my-cart-btn1:focus:before, .my-cart-btn1:active:before {
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            text-decoration: none;
        }

        .btn000:before {
          background: #0086ec!important;
          
}
        .btn111:before{
            background:#0069b8!important;
        }
        .btn222:before {
            background: #045491!important;
        }
         .btn2222:before {
            background: #045491!important;
        }
        .btn200:before {
            background: #045491!important;
        }
          .btn300:before {
            background: #2d78b1!important;
        }
        .btn400:before {
            background: #023c68!important;
        }
        
        
        
.btn444:before {
    background: #fff !important;
    border-radius:0px 100px 100px 0px!important;
    color: #023c68 !important;
}
.btn555:before {

    background: #fff!important;
    border-radius: 0px !important;
	color:#023c68!important;
}
.btn666:before {
	
    background: #fff!important;
    border-radius: 100px 0px 0px 100px !important;
	color:#023c68!important;
}
.btn777:before {
    background: #fff !important;
    border-radius:0px!important;
    color: #023c68 !important;
}


.btn444, .btn555, .btn666,.btn777 {
	font-weight:700;
    background: #86c2ff!important;
    font-family: Almarai,sans-serif !important;
     color:#000!important;
     font:#029241 18px bold;
   
}
.btn555:hover ~ .span0000 {
    
    color: #fff!important;
}
    .btn666:hover ~ .span0000 {
        color: #fff!important;
    }
    .btn444:hover ~ .span0000 {
        color: #fff!important;
    }
    .btn777:hover ~ .span0000 {
        color: #fff !important;
    }
     .btn200:hover ~ .span0000 {
        color: #fff !important;
    }
      .btn300:hover ~ .span0000 {
        color: #fff !important;
    }
      .btn400:hover ~ .span0000 {
        color: #fff !important;
    }

        /*----------------------ستايل البنر الرئيسي--------------------------*/

.nav000 {
    width: 100%;
    position: fixed;
    top: 0;
    height: 6.5em;
    background-color:#353535 !important;
    align-items: center;
    padding: 0;
    margin: 0
}

.sticky {
  
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718 !important;
    background: rgba(133, 103, 60, 0.32) !important;
    z-index: 1000;
}

.crcl111 {
    color: #ffffff;
    background: #5dcafc !important;
    padding: .25em .5em .4em .5em;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    font-size: 30px;
    position: fixed;
    top: .5em;
    left: 1em;
}

.divlogo img {
    cursor: pointer;
    height: 70px;
    width: 70px;
    z-index: 2;
    position: fixed;
    top: .5em;
    right: 1em;
}

.crcl111:hover, .user111:hover, .bar111:hover  {
    background: #FC6914 !important;
    color: #fff;
    cursor: pointer;
}
.arrow111:hover {
    background: #0080ff !important;
    color: #fff;
    cursor: pointer;
    display: none;
}
.arrow111:active {
    background: #ff7f85 !important;
    color: #fff;
    transform: translateY(4px);
}

.user111:active, .bar111:active, .crcl111:active {
   
    color: #0080ff;
    transform: translateY(4px);
}

.user111:hover ~ .brg000 {
    background: #fff;
    color: #353535;
}
.lontab1 :hover ~ .brg000 {
    background: #fff;
    color: #f00;
}
.user111:hover ~ .brg900 {
    background: #fff;
    color: #353535;
}


.lar {
    position: fixed;
    top: .7em;
    left:.8em;
    width: 30px;
    height: 32px;
    z-index: 2;
}
	.dd {
	padding-left: 10px;
	padding-right: 10px;
	background: rgba(0,0,0,0.1);
	font: rgba(255, 0, 0, 0.72) bold;
	font-size: 30px !important;

	}

	.nn {	
	font:bold;
	font-weight: 700;
	color: #003d80!important;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Almarai,sans-serif!important;
	}
	

.bar1, .bar2 {
    z-index: 2;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
}

.arrow111 {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    background: blue !important;
    padding: .2em .5em;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    bottom: .4em;
    left: 1em;
}

.bar111 {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    background:blue !important;
    padding: .2em .5em;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    top: .4em;
    left: .1em;
}



.user111 {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    background: #5dcafc !important;
    padding: .2em .5em;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    top: .4em;
    left: 3em;
}
.user1111 {
    width:4.6em;
	height:4.5em!important;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    top: 1em;
    left: 7.4em;
}
.user6666 {
    width:4.6em;
	height:4.5em!important;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    top: 1em;
    left: 1em;
}
.user11 {
    color: #fff;
    cursor: pointer;
    font-size: 35px;
    background: #0066b3 !important;
    padding: .2em .5em;
    border-radius: 50%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 0 10px #171718;
    z-index: 2;
    position: fixed;
    top: .4em;
    left: 3.2em;
}



.prodprice span {
    font-size: 1.8rem !important;
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
}

.lb000 {
    font-size: 1.5rem !important;
    text-decoration: line-through !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
    color: red !important;
}

.brg000 {
    position: absolute;
    left: 3px;
    top: .2em;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    z-index: 5;
    box-shadow:0px 6px 6px 0px #999;
    
}
.brg659 {
    position: absolute;
    left: 3px;
    top: .2em;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    white-space: nowrap;
    z-index: 5;
    box-shadow:0px 6px 6px 0px #999;
    
}
.brg900 {
    position: absolute;
    left:6px;
    top: .7em;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 26px;
    height: 26px;
    white-space: nowrap;
    z-index: 5;
    box-shadow:0px 6px 6px 0px #fff;
    
}
.br1 {
    background: #62BF43;
}
.br659 {
    background: #bfbfbf;
}
.br2 {
    background: #5dcafc;
}
.br3 {
       animation: cool 1.6s infinite;
    animation-delay:1s;
   }

@keyframes cool {
    0% {
        background: #2efa1b;
    }

    30% {
        background:#1B242F;
    }

    50% {
        background: #2efa1b;
    }

    80% {
        background: #1B242F;
    }

    100% {
        background: #2efa1b;
    }
}

.br4 {
    background: #e2e2e2;
}
.br5 {
    background: #000;
}
.brg111{
	position: absolute;
    left: 1.5em;
    top: .4em;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 12px;
    height: 12px;
    white-space: nowrap;
    z-index: 500;   
    background-color: #C11929;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
	
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}




.sdsd {
    transform: scale3d(1, 1, 1);
    -webkit-animation: rubberBand 0.9s;
    animation-delay: 2s;
}





@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.img000 {
   width:320px;height:90%;padding:20px;margin:auto;top:0;bottom:0;left:0;right:0;
}



.cd-bouncy-nav-modal {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(36, 35, 37, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
    -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
    transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}

    .cd-bouncy-nav-modal.fade-in {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.1s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.1s 0s, visibility 0s 0s;
        transition: opacity 0.1s 0s, visibility 0s 0s;
    }

    .cd-bouncy-nav-modal .cd-close {
        display: block;
        position: fixed;
        top: 20px;
        right: 15%;
        width: 44px;
        height: 44px;
        /* image replacement */
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        background: url("../img/cd-icon-close.svg") no-repeat center center;
        -webkit-transform: scale(0) translateZ(0);
        -moz-transform: scale(0) translateZ(0);
        -ms-transform: scale(0) translateZ(0);
        -o-transform: scale(0) translateZ(0);
        transform: scale(0) translateZ(0);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
        transition: transform 0.3s 0s, visibility 0s 0.3s;
    
    }
    

    .cd-bouncy-nav-modal.fade-in .cd-close {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
        -moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
        transition: transform 0.3s 0s, visibility 0.3s 0s;
    }

@media only screen and (min-width: 1170px) {
    .cd-bouncy-nav-modal .cd-close {
        top: 60px;
        right: 3em;
    }
}

.cd-bouncy-nav {
    position: absolute;
    left: 50%;
    top: 50vh;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 300px;
}

    .cd-bouncy-nav li {
        width: 50%;
        float: left;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform: translateY(100vh);
        -moz-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        -o-transform: translateY(100vh);
        transform: translateY(100vh);
        text-align: center;
    }

.is-visible .cd-bouncy-nav li {
    /* used to assign a tranlsateY value when the animation is over */
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.fade-in .cd-bouncy-nav li {
    -webkit-animation: cd-move-in 0.4s;
    -moz-animation: cd-move-in 0.4s;
    animation: cd-move-in 0.4s;
}

.fade-out .cd-bouncy-nav li {
    -webkit-animation: cd-move-out 0.4s;
    -moz-animation: cd-move-out 0.4s;
    animation: cd-move-out 0.4s;
}

.fade-in .cd-bouncy-nav li, .fade-out .cd-bouncy-nav li {
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

    .fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(3), .fade-out .cd-bouncy-nav li:nth-of-type(3) {
        -webkit-animation-delay: 0.15s;
        -moz-animation-delay: 0.15s;
        animation-delay: 0.15s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(6), .fade-out .cd-bouncy-nav li:nth-of-type(6) {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

.cd-bouncy-nav a {
    display: inline-block;
    min-width: 80px;
    position: relative;
    padding: 90px 20px 0;
    margin-bottom: 30px;
    color: #ffffff;
}


.no-touch .cd-bouncy-nav a:hover::before {
    background-color: #DC965A;
}

.cd-bouncy-nav li:nth-of-type(2) a::before {
    background-position: -80px 0;
}

.cd-bouncy-nav li:nth-of-type(3) a::before {
    background-position: -160px 0;
}

.cd-bouncy-nav li:nth-of-type(4) a::before {
    background-position: -240px 0;
}

.cd-bouncy-nav li:nth-of-type(5) a::before {
    background-position: -320px 0;
}

.cd-bouncy-nav li:nth-of-type(6) a::before {
    background-position: -400px 0;
}

@media only screen and (min-width: 768px) {
    .cd-bouncy-nav {
        max-width: 450px;
    }

        .cd-bouncy-nav li {
            width: 33.33%;
            float: left;
        }

    .fade-in .cd-bouncy-nav li:nth-of-type(1), .fade-out .cd-bouncy-nav li:nth-of-type(1) {
        -webkit-animation-delay: 0.1s;
        -moz-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(2), .fade-out .cd-bouncy-nav li:nth-of-type(2) {
        -webkit-animation-delay: 0s;
        -moz-animation-delay: 0s;
        animation-delay: 0s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(4), .fade-out .cd-bouncy-nav li:nth-of-type(4) {
        -webkit-animation-delay: 0.3s;
        -moz-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .fade-in .cd-bouncy-nav li:nth-of-type(5), .fade-out .cd-bouncy-nav li:nth-of-type(5) {
        -webkit-animation-delay: 0.25s;
        -moz-animation-delay: 0.25s;
        animation-delay: 0.25s;
    }

    .cd-bouncy-nav a {
        margin-bottom: 50px;
    }
    .dd{ 	font-size:20px!important;
    }
    .nn{	font-size:20px!important;
    }
}

@-webkit-keyframes cd-move-in {
    0% {
        -webkit-transform: translateY(100vh);
    }

    65% {
        -webkit-transform: translateY(-1.5vh);
    }

    100% {
        -webkit-transform: translateY(0vh);
    }
}

@-moz-keyframes cd-move-in {
    0% {
        -moz-transform: translateY(100vh);
    }

    65% {
        -moz-transform: translateY(-1.5vh);
    }

    100% {
        -moz-transform: translateY(0vh);
    }
}

@keyframes cd-move-in {
    0% {
        -webkit-transform: translateY(100vh);
        -moz-transform: translateY(100vh);
        -ms-transform: translateY(100vh);
        -o-transform: translateY(100vh);
        transform: translateY(100vh);
    }

    65% {
        -webkit-transform: translateY(-1.5vh);
        -moz-transform: translateY(-1.5vh);
        -ms-transform: translateY(-1.5vh);
        -o-transform: translateY(-1.5vh);
        transform: translateY(-1.5vh);
    }

    100% {
        -webkit-transform: translateY(0vh);
        -moz-transform: translateY(0vh);
        -ms-transform: translateY(0vh);
        -o-transform: translateY(0vh);
        transform: translateY(0vh);
    }
}

@-webkit-keyframes cd-move-out {
    0% {
        -webkit-transform: translateY(0vh);
    }

    100% {
        -webkit-transform: translateY(-100vh);
    }
}

@-moz-keyframes cd-move-out {
    0% {
        -moz-transform: translateY(0vh);
    }

    100% {
        -moz-transform: translateY(-100vh);
    }
}

@keyframes cd-move-out {
    0% {
        -webkit-transform: translateY(0vh);
        -moz-transform: translateY(0vh);
        -ms-transform: translateY(0vh);
        -o-transform: translateY(0vh);
        transform: translateY(0vh);
    }

    100% {
        -webkit-transform: translateY(-100vh);
        -moz-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        -o-transform: translateY(-100vh);
        transform: translateY(-100vh);
    }
}

ul li a {
    text-decoration: none !important;
    padding: 0 50px;
    display: block;
}

    ul li a .nv {
        width: 60px;
        height: 60px;
        text-align: center;
        overflow: hidden;
        margin: 0 auto 22px;
    }

        ul li a .nv .fa {
            width: 100%;
            height: 100%;
            line-height: 50px;
            display: inherit;
            font-size: 50px;
            transition: .3s;
            color: #fff;
           
        }

    ul li a:hover .nv .fa {
        transform: translateY(-100%)
    }

    ul li a .nv .fa:last-child {
        color: #df9222
    }

    ul li a .name {
        position: relative;
        height: 50px;
        width: 100%;
        display: block;
        overflow: hidden;
        font-family: Almarai,sans-serif;
    }

        ul li a .name span {
            display: block;
            position: relative;
            color: #fff;
            font-size: 30px;
            line-height: 50px;
            transition: 0.3s;
        }
        
            ul li a .name span:before {
                content: attr(data-text);
                position: absolute;
                top: -100%;
                left: 0;
                width: 100%;
                height: 100%;
                color: #df9222;
            }

    ul li a:hover .name span {
        transform: translateY(50px);
    }
/*----------------------------------------small screens---------------------------------------------*/
@media only screen and (max-width: 739px){

    .farah000 {
        opacity: 1;
        display: block !important;
        margin-top: 25px !important;
        position: fixed;
        top: .4em;
        right: 9em;
    }

        .farah000 span {
            opacity: 1 !important;
        }

   
    .smallimg {
        height: inherit !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px
    }

    .largeimg {
        display: none !important;
    }

    .smallscreen {
        display: block !important;
        text-align: center;
        margin-top: 0;
        position: fixed;
        top: 1em;
        right:4em;
		
	 
      
    }
    
    .bar1,.bar2{font-size:13px;}

        .smallscreen span {
           
            font: bold;
            margin: 0 1.5px 3px 1.5px;
            position: center;
            font-weight: 400;
            font-family: Lalezar, sans-serif;
			
        }

    .largescreen span {
        opacity: 0 !important;
    }

    .largescreen {
        display: none !important;
    }

    .hlim img {
        opacity: 0;
    }

    .isometric.btnttl {
        width: 70%;
    }

    .cd-bouncy-nav a {
        display: inline-block;
        min-width: 80px;
        position: relative;
        padding: 80px 15px 0;
        margin-bottom: 25px;
        color: #ffffff;
    }
}




    /*---------------------large screens------------------------*/
    @media only screen and (min-width: 740px) {
        .farah000 {
            opacity: 1;
            display: block !important;
            margin-top: 25px !important;
            position: fixed;
            top: .4em;
            right: 9.2em;
        }

            .farah000 span {
                opacity: 1 !important;
            }

        .largescreen {
            display: block !important;
            margin-top: 25px !important;
            position: fixed;
            
            right: 5em;
        }

    .largeimg {
            height: 100% !important;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px
        }


        .largescreen span {
            font-family: Lalezar, sans-serif;
            margin-top: 0;
            padding-bottom: 20px;
            margin: 5px 1px 5px 1px;
            position: center;
            font-weight: 400;
        }

        .smallscreen {
            display: none !important;
        }

            .smallscreen span {
                font-size: 0 !important;
            }

        .farah000small {
            opacity: 0;
        }

        .llll {
            width: 25% !important;
            margin: 20px !important;
            padding-right: 30px;
            padding-left: 30px;
        }
        .java000 {
            width: 20% !important;
            padding:10px;
        

        }
        .modal-footer {
            margin: 10px!important;
           
        }

        .fas000 {
            line-height: 32px!important;
        }
		
        
      
    }

    /*-------------------------------xtra small------------------------------------------*/
    @media only screen and (max-width:730px) {
        .farah000small {
            opacity: 0;
        }

            .farah000small span {
                opacity: 0 !important;
            }

        .farah000 {
            opacity: 1;
        }

        .smallscreen {
            opacity: 1;
        }

        .cd-bouncy-nav a {
            display: inline-block;
            min-width: 70px;
            position: relative;
            padding: 70px 10px 0;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .llll {
            width: 50% !important;
            margin: 20px !important;
            padding-right: 30px;
            padding-left: 30px;
        }

        .pro-1 {
            padding: 5px !important;
        }
        .pro-2 {
            padding: 5px !important;
        }
        .java000{
            width:100%!important;
            margin-bottom:10px!important;
           
        }
        .modal-footer{
          
            margin:10px!important;
        }
        
        .modalhd000{
          font-size: 14px !important;
        }
       
    }
 

/*---------------------medum screens------------------------*/
@media only screen and (max-width: 850px) {
    .form000 .input-group{
        margin-bottom:7px!important;
    }
    .form000 .form-group {
        margin-bottom: 5px !important;
    }
	.nn {
			font-size:20px!important;
		}
		.dd {
			font-size:20px!important;
		}
	
    
}


   /*-------------------------------xxxxxxx small------------------------------------------*/
@media only screen and (max-width: 500px) {
    .lang {
        height:1.5rem;
        width: 1.5rem;
    }
    .la{
        font-size:10px!important;
    }
    .lang000{
        padding-top:4px;
    }
    .farah000 {
        margin-top: 15px !important;
        top: .3em;
        right: 7.5em;
        font-size: 20px !important;
    }

        .farah000 span {
            margin-top: 15px !important;
            top: .3em;
            font-size: 20px !important;
        }



    .smallscreen {
        opacity: 1;
        right:3em ;
		top:.6em;
    }



    .farah000small span {
        opacity: 1 !important;
        line-height: 5px;
        fontsize:10px;
    }



    .largescreen {
        opacity: 0;
    }

    .llll {
        width: 100% !important;
        margin: 20px !important;
        padding-right: 30px;
        padding-left: 30px;
    }

    .bar111 {
        font-size: 25px;
        padding: .3em .55em;
        border-radius: 50%;
        top: .4em;
        left: .1em;
    }
    
    .user1111 {
        width: 3.5em !important;
        height: 3.5em !important;
        top: .7em !important;
        left:6em !important;
    }
     .user6666 {
        width: 3.5em !important;
        height: 3.5em !important;
       
    }

    .user111 {
        font-size: 25px;
        padding: .3em .55em;
        top: .4em;
        left: 2.5em;
    }
    
    .arrow111 {
        font-size: 25px;
        padding: .3em .55em;
        border-radius: 50%;
        bottom: .4em;
        left: 1em;
    }

    .crcl111 {
        color: #ffffff;
        background: #673f04 !important;
        padding: .15em .3em .2em .3em;
        top: .3em;
        left: 1em;
    }

        .crcl111 img {
            width: 20px;
            height: 30px;
        }

    .nav000 {
        height: 5em;
    }

    .lar {
        top: .45em;
        left: 1em;
        width: 25px;
        height: 30px;
    }

    .brg000,.brg659 {
        position:absolute;
		
     
    }
      .brg900{
         position:absolute;
    }

    .isometric {
        height: 35px;
        font-size: 15px;
        line-height: 15px;
        width: 45%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin:0 5px !important;
    }

        .isometric .iconback {
            display: inline-block;
            width: 40px;
            height: 35px;
            font-size: 25px;
            padding: 5px;
        }


            .isometric .iconback .fa {
                line-height: 10px;
                font-size: 25px;
            }

        .isometric .btnttl {
            width: 85%;
            padding: 0;
            margin-top: 0px;
            padding-top: 10px;
            text-align:right;
            font-size:12px;
            font-weight:800;
            padding-right:2px;
        }
    .imgadds {
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    .span000 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tab000 {
        width: 100% !important;
        margin-top: 5.2em;
    }

    .img000 {
        width: 95%;
    }

    .pro-1 {
        padding: 5px !important;
    }
    .pro-2 {
        padding: 5px !important;
    }
    .big-sale {
        left: 16% !important;
        height: 180px !important;
        width: 180px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .women h6 {
        font-size: 12px !important;
        line-height: 12px;
    }

        .women h6 span {
            font-size: 13px !important;
            line-height: 12px;
            
        }
        .women{
            padding:5px 3px 0 3px;
           
        }

   
    .copy-right p{
        font-size:10px!important;
    }
    .modalhd000 h3{
        font-size:20px!important;
    }
    .divlogo img {
       
        height: 55px!important;
        width: 55px!important;
       
    }
    .cd-bouncy-nav a {
       
        padding-top: 40px!important ;
        margin-bottom:0;
     
    }
    .cd-close{
        top:1em!important;
        right:2em!important;

    }
    .c00 {
      
       font-size:12px!important;
     
      
      
    }
        .c00 .fab {
            font-size: 12px !important;
           
        }
    ul li a .nv .fa {
       
        font-size: 40px;
       
    }

           ul li a .name span {
          
            font-size: 25px;
           
        }
    ul li a .nv {
      
        margin: 0 auto 7px;
    }

    .prsp000{
        font-size:12px!important;
        font-weight:500;
    }
    .prodprice span{
        font-size:1.5rem!important;
    }
    .lb000 {
        padding-left: 0 !important;
        font-size: 1.3rem !important;
    }
    .h3p{
        font-size:10px!important;
    }
    .c000{
        display:block;
        width:100%!important;
    }
    
   
  	.nn1 {
	font-size: 16px!important;
	padding-top: 7px;
	padding-bottom: 7px;
	}
}




    /*-----------------------------ستايل الاضافات الجديد-----------------------------------------*/
    .addsbox {
        border: none;
        background: linear-gradient(to right,rgba(0, 89, 156, 0.93),rgba(45, 45, 45, 0.91));
        border-radius: unset !important;
        direction: rtl;
        font-family: Almarai,sans-serif;
    }

    .ckbox {
        width: 100%;
    }

        .ckbox .checkbox {
            display: inline;
        }
    /*--------------------------------ستايل المنتجات و شاشة الاضافات---------------------------------------------*/
.info000 {
    font-family: Almarai,sans-serif !important;
    padding: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    color: #5dcafc;
   
}
.modalhd000{
padding-bottom:0px;
}

.block {
    text-align: center !important;
}

        .block .ghosting {
            color: #822300 !important;
            font-size: 12px;
            font-weight: 700;
            overflow: hidden;
            white-space: nowrap;
            width: 90%;
        }

    .radbtn {
        padding: 10px;
        width: 100%;
        background: #fff;
        height: auto;
        direction: rtl;
        margin-bottom: 10px;
        color: #000;
        font-weight: 500;
    }

        .radbtn .radio {
            margin: 0 !important;
        }

    .ckbox {
        padding: 10px;
        width: 100%;
        background: #5dcafc;
        height: auto;
        direction: rtl;
        margin-bottom: 10px;
        color: #000;
        font-weight: 500;
    }

        .ckbox .checkbox {
            display: block;
            margin: 0 !important;
        }

    .checkbox label:after,
    .radio label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 2px solid #1a6da8;
        width: 1.3em;
        height: 1.3em;
        line-height: 1;
        font-size:2em!important;
        margin: 0 !important;
        color:#1a6da8;
    }

    .radbtn .cr {
        position: relative;
        display: inline-block;
        border: 1px solid white;
        border-radius: 50% !important;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-size: 1.2em;
        margin: 0 !important;
    }

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 10%;
    color: #1a6da8;
}


    .checkbox label input[type="checkbox"],
    .radio label input[type="radio"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon,
        .radio label input[type="radio"] + .cr > .cr-icon {
            transform: scale(3) rotateZ(-220deg);
            opacity: 0;
            transition: all .7s ease-in;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
        .radio label input[type="radio"]:checked + .cr > .cr-icon {
            transform: scale(1) rotateZ(0deg);
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr,
        .radio label input[type="radio"]:disabled + .cr {
            opacity: .5;
        }

    .b000 {
        background: #fff;
        padding: 2px 5px;
    }

        .b000 .span1 {
            text-decoration: line-through;
            color: #d03800;
            font-weight: 700
        }

        .b000 .span2 {
            font-size: 20px;
            color: forestgreen;
            font-weight: 700
        }

    .p000 {
        background: #fff;
        padding: 5px 10px;
    }

