
/*General 
=============================*/
*, *:focus {
    outline: none!important;
    box-sizing: border-box;
}
body {
    font-family: 'Droid Arabic Kufi', sans-serif;
    overflow-x: hidden;
}

/*Page Setting 
=============================*/
#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.main {
    position: relative;
    width: 100%;
    margin-top: 120px;
}
.page-content {
    position: relative;
    width: 100%;
    padding: 0px 20px 20px;
    overflow: hidden;
    display: block;
}
.owl-carousel .owl-wrapper-outer {
    direction: ltr;
    text-align: right;
}
@media all and (min-width:768px) and (max-width:991px){
    .main {
        margin-top:71px;
    }
}
@media all and (max-width:767px){
    .main {
        margin-top: 151px;
    }
    .page-content {
        padding: 0px;
    }
    .slider{
        display: none;
    }
}
.section-setting {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.section-color {
    background: #fbfbfb;
}
.section-hint {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: url(../images/bc3.jpg) center;
    background-attachment: fixed;
}
.section-hint .over {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0 ,0.7);
    padding: 40px 0px;
}
.spacer-10 {
    display: block;
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    clear: both;
}
.spacer-15 {
    display: block;
    position: relative;
    width: 100%;
    height:15px;
    overflow: hidden;
    clear: both;
}
.spacer-20 {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    clear: both;
}
.spacer-30 {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    overflow: hidden;
    clear: both;
}

/*Page Heading 
================================*/
.page-heading {
    display: block;
    position: relative;
    text-align: right;
    background: #f5f5f5;
    width:97%;
    overflow: hidden;
    margin: 15px auto;
    padding: 0px 10px;
}
.page-heading h2 {
	font-size: 13px;
	margin: 0;
	color: #20242f;
	text-transform: uppercase;
	text-align:right;
	line-height: 40px;
	font-weight: 600;
}
.page-heading .breadcrumb {
	background: none;
	text-align: center;
	font-size: 13px;
	margin: 0;
	padding: 0;
	line-height: 40px;
}
@media (min-width: 992px) {
	.page-heading .breadcrumb {
		text-align:left;
		}
}
@media (max-width: 991px) {
    .page-heading {
		text-align: center;
        overflow: hidden;
    }
    .page-heading h2{
        text-align: center;
    }
}
.page-heading .breadcrumb > li + li:before {
	padding-right: 6px;
	color: #20242f;
}
.page-heading .breadcrumb a {
	color: #20242f;
}
.page-heading .breadcrumb > .active {
    color: #20242f;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin:5px auto;
    text-align: center;
    padding:15px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #ecf0f2;
    border-radius: 0px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #00b7d8;
    color: #fff;
}

/*Links
=============================*/
a, a:hover, a:focus {
    text-decoration: none;
}

/*Lists 
=============================*/
ul, li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.rate{
    color:#f9a702;   
}
.tab-wrapper {
    margin: 15px auto;
    background: #fff;
    overflow: hidden;
}
@media all and (max-width:767px) {
    .tab-wrapper {
        margin-bottom: 15px
    }
}
.nav-tabs {
    border-bottom: 0;
    background: #f9f9f9
}
.nav-tabs>li {
    float: right;
    margin: 0
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 30px;
    color: #232333;
    background: #f9f9f9;
    border-left: 1px solid #e8e8e8;
    font-size: 12px;
    font-weight: 600;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    color: #fff;
    background: #00b7d8;
    border: none;
    font-size: 12px;
    font-weight: 600;
}
.tab-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #f5f5f5;
    border-top: 0;
    overflow: hidden;
}
.tab-content p {
    line-height: 25px;
    font-size: 12px;
    padding: 10px 15px;
    text-align: justify;
    margin: 0
}
.tab-content-title {
    line-height: 25px;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 600;
    color: #00b7d8;
}
.features{
	padding:0 15px;
}
.tab-content li {
    line-height: 30px;
    font-size: 13px;
}

/*Images 
=============================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/*Forms 
=============================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
}
.form-control {
    color: #20242d;
    border: 1px solid #ececec;
    margin: 0 auto;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-weight: 100;
    background-color: #fff;
    border-radius: 3px;
    font-size: 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.form-control:hover ,
.form-control:focus {
    outline: 0;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 100px!important;
    resize: none;
    overflow-x: hidden;
}
input[type=radio], input[type=checkbox] {
    display: none;
}
input[type=radio]+label, 
input[type=checkbox]+label {
    position: relative;
    width: auto!important;
    margin: 0 0 0 17px!important;
    padding-right: 32px;
    cursor: pointer;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: -17px;
    width: 20px;
    height: 20px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 3px;
    font-size: 13px;
}
input[type=checkbox]+label::before {
    top: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before, 
input[type=checkbox]:checked+label::before {
    content: '\f00c';
    color: #00b7d8;
}
.radio-wrap {
    clear: both;
    overflow: hidden;
    display: inline-block;
}
.radio-wrap label {
    width: 100%;
    border-radius: 3px;
    font-weight: normal;
}
.radio-wrap input[type="radio"]:empty, 
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 40px 0px 20px;
    background: #fdfdfd;
    border-radius: 5px;
    border: 1px solid #ececec;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #3c3a3a;
    margin: 5px!important;
    font-weight: 600;
    font-size: 12px;
}
.radio-wrap input[type="radio"]:empty ~ label:before, 
.radio-wrap input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 12px;
    right: 10px;
    content: '';
    width: 15px;
    height: 15px;
    background: #f2f2f2;
    border-radius: 50%;
    border: 1px solid #ebebeb;
}
.radio-wrap input[type="radio"]:hover:not(:checked) ~ label, 
.radio-wrap input[type="checkbox"]:hover:not(:checked) ~ label {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
    color: #00b7d8;
}
.radio-wrap input[type="radio"]:checked ~ label,
.radio-wrap input[type="checkbox"]:checked ~ label {
    background: #f9f9f9;
    border: 1px solid #f9f9f9;
}
.radio-wrap input[type="radio"]:checked ~ label:before,
.radio-wrap input[type="checkbox"]:checked ~ label:before {
    background: #00b7d8;
    border-color: #00b7d8;
}
.ui-selectmenu-button.ui-button {
    white-space: nowrap;
    width: 99%;
    border-radius: 3px;
    line-height: 45px;
    height: 45px;
    padding: 0 0 0 5px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    ; }
.ui-selectmenu-text {
    color: #363636;
}
.ui-selectmenu-icon.ui-icon {
    float: left;
    margin-top: 13px;
    margin-left: 5px;
}
.ui-state-active,
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    background: #f1f1f1;
    font-weight: normal;
    color: #363636;
    margin: 0;
    padding: 0 10px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0 10px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    line-height: 35px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}
@media all and (max-width: 480px) {
    .ui-selectmenu-button.ui-button {
        display: block;
        width: 100%;
    }
}

/*Custom-Btn 
=============================*/
.custom-btn {
    display: inline-block;
    font-size: 12px;
    padding: 0px 15px;
    line-height: 40px;
    border: 0;
    height: 40px;
    color: #fff;
    margin: 10px auto;
    border-radius: 3px;
    background: #00b7d8;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.custom-btn i {
    margin-left: 5px;
}
.custom-btn:hover , .custom-btn:focus {
    color: #fff;
    background: #120000;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.icon-btn {
    line-height: 40px;
    height: 40px;
    width: 40px;
    border: none;
    background: #EACDBB;
    color: #232323;
    text-align: center;
    text-transform: capitalize;
    font-size: 19px;
    vertical-align: bottom;
    -webkit-transition: background .4s;
       -moz-transition: background .4s;
            transition: background .4s;
}

/* accordion and toogle
==================================*/
.toggle-container {
    border: none;
}
.toggle-container .panel {
    margin-bottom: 10px;
    box-shadow: none;
    border-radius:3px;
    border: none;
    overflow: hidden;
    position: relative;
}
.toggle-container .panel h4.panel-title {
    background: #f2f2f1;
    line-height: 35px;
    color: #20242e;
    padding: 0 15px;
}
.toggle-container .panel h4.panel-title a{
    display: block;
    font-size: 12px;
    font-weight: 600;
}
.toggle-container .panel .panel-title > a:before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    line-height: 35px;
    font-size: 12px;
    width: 35px;
    height: 35px;
    text-align: center;
    left: 0;
    color: #20242e;
    font-weight: 100;
    border-right: 1px solid #e4e4e4;
    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
            transition: all 0.4s ease;
}
.toggle-container .panel .panel-title > a.collapsed:before {
	content: "\f067"; 
}
.toggle-container .panel .panel-content {
	padding: 0;
	border: 1px solid #f1f1f1;
	border-top: 0;
}
.toggle-container .panel .panel-content .form-group{
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.toggle-container .panel .panel-content .form-group:last-child{
    border-bottom: 0;
}

/* Dropdown  
=================================*/
.dropdown-menu {
    transition: all 0.5s ease;
    display: block;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: 0 0 0;
       -moz-transform-origin: 0 0 0;
            transform-origin: 0 0 0;
}
.open > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
            transform: rotateX(0deg);
}
.dropup .dropdown-menu {
    -webkit-transform-origin: bottom;
       -moz-transform-origin: bottom;
            transform-origin: bottom;
}

/*Header 
=============================*/
.header {
    display: block;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 1px 1px 5px #c1c1c1;
    -moz-box-shadow: 1px 1px 5px #c1c1c1;
    box-shadow: 1px 1px 5px #c1c1c1;
}
.header > .container {
    position: relative;
}
.navbar-collapse.collapse {
    background: #00b7d8;
}

/*Header Logo
====================*/
.header .logo {
    position: relative;
    margin: 0;
    padding: 5px 10px;
    float: right;
    z-index: 99999999;
}
.header .logo img {
    width: 150px;
    height: 60px;
}
.btn-responsive-nav {
    display: none;
}

@media all and (min-width: 992px) and (max-width:1200px) {
    .nav-main > ul.navbar-nav > li > a {
        padding: 0 10px;
        font-size: 11px;
    }
}
@media all and (min-width: 992px) {
    .nav-main > ul.navbar-nav > li {
        padding: 0;
        text-align: center;
        display: inline-block;
        float: none;
        margin-left:-5px;
        border-right:1px solid #2f9dca;
    }
    .nav-main > ul.navbar-nav > li > a {
        display: block;
        line-height: 50px;
        border-radius: 0;
        padding: 0 20px;
        font-size: 12px;
        color:#fff;
        font-weight: 600;
    }
    .nav-main > ul.navbar-nav > li > a > i:before {
        display: block;
        font-size: 25px;
        font-weight: 100;
        line-height: 25px;
    }
    .nav-main > ul.navbar-nav > li.active > a ,
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover {
        background: #2f9dca;
        color: #ffffff;
    }
    ul.navbar-nav .maga-menu-content .title {
		margin: 0 auto 10px;
        text-align: center;
	} 
    ul.navbar-nav .maga-menu-content .title span {
		font-size: 12px;
		padding: 0 15px;
		color: #00b7d8;
		font-weight: 600;
		line-height: 40px;
		background: #fbfbfb;
        text-align: center;
	} 
    ul.navbar-nav .maga-menu-content .title img{
        width: 160px;
        height: 120px;
        margin: 0 auto;
    }
    ul.navbar-nav > li.dropdown {
		position: static;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: none;        
    } 
    ul.navbar-nav > li.dropdown ul.dropdown-menu {
        margin-top: 0px;
        background: #fff;
        color: #1E1E1E;
        display: block;
        border: 1px solid rgba(0, 0, 0, 0.07);
		right: auto;
		padding: 0;
	}
    ul.navbar-nav > li.dropdown:last-child > ul.dropdown-menu {
		right: 15px;
	}
    ul.navbar-nav > li.dropdown > ul.dropdown-menu {
		opacity: 0;
		visibility: hidden;
	}	
	ul.navbar-nav > li.dropdown ul.dropdown-menu > li > a {
		padding: 10px 20px;
        -webkit-transition : color 0.4s;
           -moz-transition : color 0.4s;
                transition : color 0.4s;  
	}
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li + li > a {
        border-top: 1px solid #EEE;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:hover > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li:focus > a,
    ul.navbar-nav > li.dropdown ul.dropdown-menu > li.active > a {
        color: #00b7d8;
        background: #fff;
    } 
    ul.navbar-nav > li.dropdown:hover > .dropdown-menu {
        visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		   -moz-transform: rotateX(0deg);
                transform: rotateX(0deg);  
	}
    ul.navbar-nav > li.dropdown > ul.dropdown-menu.full-width {
		left: 15px;
		right: 15px;
	}
    ul.navbar-nav > li.dropdown > ul.dropdown-menu.half-auto {
        width: 50%;
        left: auto;
        right: auto;
    }
    ul.navbar-nav .maga-menu-content {
		padding: 10px;
        border: 0;
	}
    ul.navbar-nav .maga-menu-content ul{    
        overflow: hidden;
        padding: 0 10px;
    }
	ul.navbar-nav .maga-menu-content .title {
		font-size: 12px;
        padding: 0 15px;
        background: #f5f5f5;
        font-weight: 600;
        line-height:40px;
        margin: 0 auto 10px;
        text-align: right;
        color: #03b7d8;
    }    
	ul.navbar-nav .maga-menu-content ul li{
        padding: 0 10px;
    }
    ul.navbar-nav .maga-menu-content ul li a {
        display: block;
        padding: 0 15px;
        margin: 0;
        line-height: 30px;
        color: #120000;
        font-size: 13px;
        font-weight: 100;
    }	
    ul.navbar-nav .maga-menu-content ul li a:before {
        content: "\f100";
        position: absolute;
        right: 0;
        color: #00b7d8;
        font-family: FontAwesome;
    }
    ul.navbar-nav .maga-menu-content ul li.active a {
        color: #00b7d8;
    }
}
@media all and (max-width: 991px) {
    .btn-responsive-nav {
        display: inline-block;
        z-index: 9999999;
        color: #00b7d8;
        height: 70px;
        background: #ffffff;
        line-height: 70px;
        border: 0;
        padding: 0 15px;
        text-align: center;
        float: left;
        border-right: 1px solid #f1f1f1;
        -webkit-transition: all .3s;
           -moz-transition: all .3s;
                transition: all .3s;
        }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        background: #f5f5f5;
        color: #00b7d8;
    }
    .btn-responsive-nav i {
        font-size: 18px;
        display: block;
        position: relative;
        line-height: 37px;
    }
    .header ul.navbar-nav {
        float: none;
        margin: 0px;
        padding: 10px 0px;
    }
    .header .navbar-collapse > .container {
        margin: 0;
    }
    .header .nav-main-collapse {
        top: 0px;
        position: relative;
        background: #20242d;
        max-height: 450px;
        width: 100%;
        overflow: hidden;
    }
    .header .nav-main-collapse.collapse {
        display: none !important;
    }
    .header .nav-main-collapse.collapse.in {
        overflow-x: hidden !important;
        overflow-y: auto!important;
        display: block !important;
    }
    .header .nav-main {
        padding: 0;
        clear: both;
        display: block;
        float: none;
        width: 100%;
    }
    .header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    .header .nav-main ul ul {
        margin-left: 20px !important;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        z-index: 2;
        overflow: hidden;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0px 15px;
        line-height: 45px;
        text-align: right;
        margin: 5px auto;
    }
    .nav-main .navbar-nav li a i {
        margin-left: 12px;
    }
    .nav-main .navbar-nav li a:focus {
        background: none;
    }
    .nav-main .navbar-nav li:hover > a {
        background: #fff;
        color: #00b7d8;
    }
    .nav-main .navbar-nav li.active > a, 
    .nav-main .navbar-nav li.active > a:hover {
        background: #00b7d8;
        color: #ffffff;
    }
    .nav-main .navbar-nav li.open > a, 
    .nav-main .navbar-nav li.open > a:hover {
        background: #ffffff!important;
        color: #20242d!important;
    }
    ul.navbar-nav .dropdown-menu {
        display: none;
    }
    ul.navbar-nav .open > .dropdown-menu {
        display: block;
    }
    ul.navbar-nav > li.dropdown a b {
        display: none;
    }
    ul.navbar-nav > li.dropdown a {
        font-weight: 600;
        font-size: 12px;
    }
    ul.navbar-nav > li.dropdown a.extra {
        display: block;
        float: left;
        position: relative;
        width: 40px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        margin: 0;
        padding: 0;
        z-index: 10;
        border-right: 1px solid #20242d;
    }
    ul.navbar-nav > li.dropdown a.extra > .fa-angle-down {
        margin-left: 0;
    }
    .nav-main ul.navbar-nav ul.dropdown-menu {
        position: static;
        clear: both;
        float: none;
        border: none;
        box-shadow: none;
        padding-right: 10px;
        background: #242a36;
        margin: 0!important;
    }
    ul.navbar-nav .maga-menu-content .title {
        font-size: 12px;
        padding: 0 15px;
        color: #00b7d8;
        font-weight: 600;
        line-height: 40px;
        margin: 0;
	}   
    ul.navbar-nav .maga-menu-content li a {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 30px;
        font-weight: 400;
    }
    ul.navbar-nav > li.dropdown ul.dropdown-menu a:hover {
        background: transparent;
    }
}
@media all and (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0px auto;
        padding: 0;
        text-align: center;
    }
}
ul.navbar-nav > li.dropdown ul.dropdown-menu a:hover {
    background: #f5f5f5;
}

/*User Widget
==============================*/
.user-widget {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
.user-widget .user-profile {
    float:left;
    position: relative;
}
.user-widget .shop-icon .icon{
    border-left: 1px solid #f1f1f1;
}
.user-widget .user-profile .icon {
    display: block;
    height: 70px;
    border-right: 1px solid #f1f1f1;
    cursor: pointer;
    text-align: center;
    padding: 0;
}
.user-widget .user-profile .icon .icon-content {
    color: #00b7d8;
    display: block;
    text-align: center;
    line-height: 70px;
    position: relative;
    font-size: 20px;
    padding: 0 15px;
}
.user-widget .user-profile .icon span {
    position: absolute;
    top: 5px;
    left: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    background: #242b37;
    font-size: 11px;
}
.user-widget .user-profile .icon:hover,
.user-widget .user-profile .icon:focus {
    background: #f5f5f5;
}

.shop-wrap {
    position: absolute;
    left: 0;
    right: auto;
    width: 230px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    visibility: hidden;
    opacity: 0;
    top: 200%;
    z-index: 999;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.shop-icon:hover .shop-wrap {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.shop-icon .icon span {
    display: inline-block;
    position: relative;
    color: #00b7d8;
    text-align: center;
    font-weight: 600;
    line-height: 70px;
    font-size: 11px;
}
.shop-wrap .shop-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
}
.shop-wrap .shop-item:hover {
    background: #f5f5f5;
}
.shop-wrap .shop-item img {
    float: right;
    width: 50px;
    height: 60px;
    border-radius: 0;
    overflow: hidden;
    border-left: 1px solid #f1f1f1;
    background: #ffffff;
    padding: 5px;
}
.shop-wrap .shop-item .shop-item-info {
    display: block;
    position: relative;
    padding: 10px 55px 5px 5px;
}
.shop-wrap .shop-item .shop-item-info a {
    display: block;
    position: relative;
    line-height: 20px;
    color: #00b7d8;
    font-size: 13px;
    font-weight: 400;
}
.shop-wrap .shop-item .shop-item-info .shop-count {
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 25px;
    margin-top: 0px;
    font-weight: 100;
}
.shop-wrap .shop-item .shop-item-info span {
    display: inline-block;
    color: #120000;
    margin: 0 2px;
    letter-spacing: 0.5px;
}
.shop-wrap .shop-item .shop-item-info button {
    float: left;
    height: 25px;
    width: 25px;
    border: 0;
    color: #f51b0b;
    border-radius: 50%;
    font-size: 16px;
    background: transparent;
    margin-top: -5px;
}
.shop-wrap .welcome-home img {
    height: 488px;
    width: 100%;
}
.shop-item-footer .custom-btn {
    display: block;
    margin: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 0;
}

.search-icon{
    display: none;
}
.search-wrap{
    position:relative;
    width:100%;
    padding: 0;
    margin: 11px auto;
    font-size: 12px;
    font-weight: 600;
    transition: .3s all;
}
.search-wrap.in {
    opacity: 1;
    visibility: visible;
    top:100%;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
}
.search-wrap .form-group {
    margin: 0;
    position: relative;
}
.search-wrap .form-control {
    float: right;
    position: relative;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    width: 70%;
    margin-right: -3px;
}
.search-wrap .icon-btn {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    font-size: 16px;
    background:#00b7d8;
    color: #fff;
    width: 40px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
}
.search-wrap .icon-btn:hover{
    background: #2f9dca;
}
.search-wrap .search-icon:focus,
.search-wrap .search-icon:hover {
    background: #3daaaf;
    color: #fff;
}
.search-wrap .ui-selectmenu-button {
    display: block;
    float: right;
    min-width: 30%;
    max-width: 30%;
    width: 30%;
    border: 1px solid #ececec;
    line-height: 45px;
    text-align: right;
    border-radius: 0;
    padding: 0;
}
.search-wrap .ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    line-height: 43px;
    padding: 0;
    overflow: hidden;
    color: #9E9E9E;
    text-align: right;
    background: #fff;
    border: 0;
    font-family: 'Droid Arabic Kufi', sans-serif;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0 10px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #f4f4f4;
    font-family: 'Droid Arabic Kufi', sans-serif;
    color: #9E9E9E;
    font-size: 13px;
}
.search-wrap .ui-selectmenu-button span.ui-icon {
    left: .5em;
    right: auto;
    float: left;
    margin-top: 15px;
}

@media (max-width:767px) {
    .user-widget .user-profile , .btn-responsive-nav{
        width: 20%;
        text-align: center;
    }
    .user-widget {
        border-top: 1px solid #f1f1f1;
        padding: 0 15px;
    }
    .header .logo {
        display: block;
        position: relative;
        margin: 5px auto;
        float: none;
         width: 100%;
    }
    .header .container{
        padding: 0;
    }
}
@media all and (max-width:991px){
    .search-wrap {
        position: fixed;
        right:-100%;
        width: 100%;
        top: 60px;
        background: #f1f1f1;
        padding: 15px;
    }
    .search-icon{
        display:block;
    }
    .search-wrap-in{
        right: 0;
        transition: .3s all;
    }
    .search-toggle-close{
        
    }
}
@media all and (max-width:767px){
    .search-wrap {
        width: 100%;
        top:142px;
    }
}
@media all and (max-width:520px){
    .search-wrap .ui-selectmenu-button {
        display: block;
        float:none;
        min-width:100%;
        max-width:100%;
        width:100%;
        border: 0;
        border-left:0;
    }
    .search-wrap .form-control {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
        border: 0;
        border-top: 1px solid #f1f1f1;
}
    .search-wrap .icon-btn {
        position:relative;
        left:auto;
        top:auto;
        width: 100%;
    }
}

/*Slider
=======================*/
.slider {
    height: 520px;
    width: 100%;
    display: block;
    position: relative;
}
.slider .carousel {
    position: relative;
    width: 100%;
    height: 100%;
}
.slider .carousel-inner{
    height: 520px;
}
.slider .carousel-inner .item{
	height:520px;
	width:100%;
}
.slider .carousel-inner .item img {
    width: 100%;
    height: 100%;
}
.caption{
    position: absolute;
    right: 100px;
    left: auto;
    overflow: hidden;
    top: 200px;
    text-align: center;
    color: #fff;
    padding: 0;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.caption .headtitle{
    font-size: 43px;
    display: block;
    padding: 0 15px;
    position: relative;
    line-height: 40px;
    margin-bottom: 20px;
    color: #242b37;
    font-weight: 600;
}
.caption .info-text{
    font-weight: 600;
    font-size: 20px;
    display: block;
    position: relative;
    line-height: 30px;
    margin: auto;
    margin-bottom: 20px;
    max-width: 767px;
    color: #4d4e50;
}
.caption .custom-btn{
    margin: 0 auto;
    font-size: 18px;
}
.carousel-control.right , .carousel-control.left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: auto;
    margin: auto;
    width: 26px;
    height: 50px;
    color: #00b7d8;
    background-image: none;
    opacity: 1;
    text-align: center;
    text-shadow: none;
}
.carousel-control:hover {
    opacity:1;
}
.carousel-control.right {
    right: 15px;
    left: auto;
}
@media all and (max-width:991px){
    .slider{
        display: none;
    }
}

/*Features
============================*/
.feat-item {
	overflow:hidden;
    background: #f1f1f1;
    margin: 15px auto;
    padding: 0;
}
.feat-item .feat-icon {
	position:relative;
    float: right;
    width: 70px;
    height: 70px;
    background: #00b7d8;
    color: #fff;
    line-height: 70px;
}
.feat-item .feat-icon:after{
	content:" ";
	position:absolute;
	left: 0;
	top: 25px;
	border-left: 10px solid #f1f1f1;
	border-right: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.feat-item .feat-icon i{
    font-size: 40px;
    color: #ffffff;
    display: block;
    line-height: 70px;
    text-align: center;
    font-size:30px;
}
.feat-item .faet-details{
    display: block;
    position: relative;
    padding: 5px 80px 5px 5px;
}
.feat-item .faet-details h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.feat-item .faet-details p {
    margin: 0;
    font-size: 12px;
    line-height: 30px;
}

/*Footer
=========================*/
.footer{
    padding: 0;
    background: #242a36;
}
.footer .contact-info{
    display: block;
    position: relative;
    background: #20242d;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: center;
    padding: 0;
    border-radius:0 0 5px 5px;
}
.footer .contact-info li{
    float: right;
    width: 33.33%;
    color: #fff;
    line-height: 50px;
    border-left: 1px solid #181b21;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0px;
}
.footer .contact-info li i{
    display: inline-block;
    width:40px;
    height:40px;
    text-align: center;
    border: 1px solid #181b21;
    border-radius: 50%;
    line-height: 40px;
    margin-left: 5px;
    font-size: 15px;
    background: #181b21;
}
.footer .contact-info li:last-child{
    border-left: 0;
}
.footer .widget {
    position: relative;
    margin: 10px auto;
    overflow: hidden;
}
.footer .footer-widget .footer-widget-title {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    border-right: 3px solid #00b7d8;
    padding-right: 15px;
    margin-bottom: 10px;
}
.footer .footer-widget .footer-widget-content {
    display: block;
    position: relative;
    overflow: hidden;
}
.footer .footer-widget .footer-widget-content .quick-links li {
   float: right;
    width: 50%;
}
.footer .footer-widget .footer-widget-content .quick-links li a {
    display: block;
    text-transform: uppercase;
    color: #f5f5f5;
    font-size: 12px;
    padding-right: 25px;
    position: relative;
    line-height: 30px;
}
.footer .footer-widget .footer-widget-content .quick-links li a:hover{
     color: #ffffff;
}
.footer .footer-widget .footer-widget-content .quick-links li a:before{
    content: "\f100";
    position: absolute;
    right: 0;
    color: #00b7d8;
    font-family:FontAwesome;
}
.footer .footer-bottom{
    display: block;
    position: relative;
    background: #20242d;
    overflow: hidden;
    margin-top:25px;
    text-align: center;
    padding: 0;
}
.footer .scoial-links{
    padding: 20px 15px;
}
.footer .scoial-links span{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
    line-height: 35px;
    vertical-align: top;
    font-size: 12px;
}
.footer .scoial-links ul{
    display: inline-block;
}
.footer .scoial-links ul li{
    display: inline-block;
}
.footer .scoial-links ul li a{
    width: 35px;
    height: 35px;
    display: block;
    position: relative;
    text-align: center;
} 
.footer .scoial-links ul li a i{
    display: block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #00b7d8;
    color: #ffffff;
    border-radius: 50%;
} 
.subscribe-form{
    display: block;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #1b1e25;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}
.subscribe-form form{
    display: inline-block;
    max-width: 100%;
    min-width: 60%;
}
.subscribe-form span{
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-left: 5px;
    line-height: 35px;
    vertical-align: top;
    padding-top: 5px;
    font-size: 12px;
}
.subscribe-form .form-group{
    margin: 0;
}
.subscribe-form .form-group .custom-btn{
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
} 
.copy-rights{
    display: block;
    position: relative;
    border-top: 1px solid #272f3e;
    background: #242a36;
    text-align: center;
    line-height: 25px;
    color: #fff;
    padding: 10px 0px;
    font-size: 12px;
}
@media all and (max-width:991px){
    .footer .contact-info li {
        display: block;
        text-align: right;
        float:none;
        width: 100%;
        padding: 15px;
        border-left: 0;
        border-bottom: 1px solid #181b21;
        font-size: 13px;
    }
    .footer .contact-info li:last-child{
        border-bottom: 0;
    }
}
@media all and (max-width:767px){
    .subscribe-form {
        border-right: 0;
        border-top: 1px solid #1b1e25;
    }
}
@media all and (min-width:768px) and (max-width:991px){
    .footer .footer-widget .footer-widget-content .quick-links li a{
        padding-right: 15px;
        font-size: 12px;
    }
    .subscribe-form form {
        width: 210px;
    }
}

/* Login Register
==========================*/
.login-register {
    display: block;
    background: #fff;
    overflow: hidden;
    padding: 20px 0;
    max-width: 480px;
    margin: 15px auto;
}
.login-register .nav-tabs>li{
	width:50%;
	text-align:center;
}
.login-register .nav-tabs>li>a{
	border:0;
}
.login-register .tab-content {
    border-top: none;
    padding: 25px;
    background: #f5f5f5;
}
.login-register .tab-content .form-group .form-control{
    height: 50px;
    line-height: 50px;
}
.login-register .tab-content .custom-btn{
    display: block;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
}
.login-register .remmeber{
    display: block;
    position: relative;
    float: right;
}
.login-register .remmeber label {
    color: #181b21;
    text-transform: capitalize;
}
.login-register .remmeber label:before {
    top: 0!important;
}
.login-register .forget-pass{
    display: block;
    float: left;
    position: relative;
    margin: 5px auto;
}
.login-register .forget-pass a{
    color: #242a36;
    text-transform: capitalize;
    -webkit-transition: .3s color;
       -moz-transition: .3s color;
            transition: .3s color;
}
.login-register .forget-pass a:hover{
    color: #1b1e25;
}

.forget-pass-content{
    display: block;
    position: relative;
    margin: 10px auto;
    padding: 0;
}
.forget-pass-content .heading{
     display: block;
     position: relative;
     margin: 0 auto;
     text-align: center;
     background: #242a36;
     line-height: 30px;
     padding: 10px 0px;
    border-radius: 5px 5px 0 0;
}
.forget-pass-content .heading i {
    display: block;
    color: #00b7d8;
    font-size: 50px;
    margin-bottom: 5px;
}
.forget-pass-content .heading p{
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}
.forget-pass-content form{
    background: #f5f5f5;
    padding: 25px;
    border-radius:0 0 5px 5px;
}
.forget-pass-content form .form-group .form-control{
    height: 45px;
    line-height: 45px;
}
.forget-pass-content form .custom-btn{
    display: block;
    width: 120px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 auto;
}

/*Contact
==================*/
.contact-form{
    display: block;
    position: relative;
    background: #F5F5F5;
    overflow: hidden;
    margin-bottom: 15px;
}
.contact-form .form-title{
    background: #242b37;
    color: #fff;
    line-height: 45px;
    font-size: 13px;
}
.contact-form form{
    padding: 15px;
}
.contact-form .form-group{
    padding: 0 5px;
}
@media all and (max-width:767px){
    .contact-form form , .contact-info .scoial-links{
        padding: 15px 0;
    }
}
.contact-form .form-group .form-control{
    height:45px;
    line-height:45px;
}
.contact-form .custom-btn{
    display:block;
    width:120px;
    margin:5px 15px;
}
.contact-info{
    overflow: hidden;
    margin-bottom: 15px;
}
.contact-info .scoial-links{
    text-align: center;
    padding: 15px;
}
.contact-info .contact-info-title{
    display: block;
    position: relative;
    padding: 0 15px;
    background: #242b37;
    color: #fff;
    line-height: 45px;
    font-size: 13px;
}
.contact-info ul{
    background: #f5f5f5;
}
.contact-info ul li{
    display: block;
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
}
.contact-info ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    margin-left: 5px;
    font-size: 15px;
    background: #00b7d8;
    color: #fff;
}
.contact-info ul li:last-child{
    border-bottom: 0;
}
.contact-info .scoial-links li{
    display: inline-block;
    border: 0;
    padding: 0;
}
.contact-info .scoial-links li a{
    color: #fff;
}
.contact-info .scoial-links li a i:hover{
    background: #f19a05;
}
@media all and (max-width:767px){
    .contact-form form , .contact-info .scoial-links{
        padding: 15px 0;
    }
    .contact-info ul li{
        font-size: 12px;
    }
}

/*Only Product
============================*/
.only-product .slide {
    overflow: visible;
}
.only-product .carousel-indicators li {
    float: left;
}
.side-widget {
    margin-top: 20px;
    border: 1px solid #DDD;
}
.side-widget .side-widget-title>h3 {
    margin: 0;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #DDD;
}
.side-widget-content {
    padding: 20px 15px 10px 20px;
}

.product-information {
    border: 1px solid #f1f1f1;
    display: block;
    position: relative;
    overflow: hidden;
}
.product-information > .product-title {
    text-align: right;
    display: block;
    position: relative;
    line-height: 30px;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    font-size: 16px;
}
.product-information > .product-title  > span{
    display: inline-block;
    margin-right: 5px;
    color: #00b7d8;
}
.product-owner-item {
    display: block;
    position: relative;
    line-height: 30px;
    padding: 5px 15px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    font-size:12px;
}
.product-owner-item a{
	color:#00b7d8;
}
.product-info{
    text-align: right;
    display: block;
    position: relative;
    line-height:22px;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    font-weight:400;
    font-size: 12px;
}
ul.product-details {
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
ul.product-details li {
    line-height: 45px;
    float: right;
    width:33.3%;
    border-left: 1px solid #f1f1f1;
    }
ul.product-details li:last-child {
    border-left:0;
 }
ul.product-details li span {
    line-height: 30px;
    font-size: 15px;
    color: #333;
}
ul.product-details li span:last-child {
    color: #00b7d8;
    margin-right: 5px;
}
.rate{
    display: inline-block
}
.rate li{
    color: #ffa201;
    display: inline-block;
}
.product-color , .product-quant, .product-view-action{
    float: right;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 50%;
    text-align: right;
    border-bottom: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    padding:15px 10px;
}
.product-color span , .product-quant span  , .product-share span{
    position: relative;
    vertical-align: top;
    display: inline-block;
    text-align: right;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}
.product-color ul{
    display: inline-block;
    margin-top: 6px;
}
.product-color li {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}
.color{
    width: 100px;
    height: 25px;
    border-radius: 3px;
    display: block;
}
.red {
    background: #e74c3c;
}
.blue {
    background: #2980b9;
}
.green {
    background: #2ecc71;
}
.black {
    background: #2c3e50;
}
.white {
    background: #ecf0f1;
}
.size-type , .product-view-action{
    border-left: 0;
}
.size-type ul li{
    background: #f5f5f5;
    width: auto;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
}
.product-view-action .custom-btn{
    margin: 3px 2px 2px;
    font-size: 12px;
    padding: 0 10px;
}
.product-share{
    display: block;
    position: relative;
    width: 100%;
    padding: 15px;
    float: right;
}
.share-social {
    overflow: hidden;
    display: inline-block;
}
.share-social a {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 0%;
}
.share-social a:hover {
    opacity: .8;
}
.only-product .slide {
    height: 100%
}
.only-product .carousel {
    position: relative;
    height: 100%;
    padding-right: 100px;
}
.only-product .carousel-inner {
    width: 100%;
    height: 100%}
.only-product .carousel-inner .item {
    width: 100%;
    height: 400px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.only-product .carousel-inner .item img {
    width: 100%;
    height: 100%}
.only-product .carousel-indicators {
    direction: ltr;
    position: absolute;
    right: 0;
    left: inherit;
    top: 0;
    width: 95px;
    margin: 0;
    height: 400px;
    background: #fff;
    padding: 5px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.only-product .carousel-indicators li {
    border-radius: 0;
    display: block;
    width: 100%;
    height: 24%;
    margin: 0 auto 5px;
    border: 1px solid #e5e5e5;
}
.product-comment {
    display: block;
    position: relative;
    background: #f9f9f9;
    padding: 10px;
    overflow: hidden;
}

@media all and (max-width:480px) {
    .product-comment {
        padding: 0
    }
}

.product-comment .product-comment-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    color: #232323;
    background: #fff;
    line-height: 40px;
    padding: 0 15px
}
.product-comment .comment-item {
    display: block;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
    padding: 5px
}
.product-comment .comment-item .comment-user-img {
    float: right;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f3f2f1
}
.product-comment .comment-item .comment-user-img img {
    width: 100%;
    height: 100%
}
.product-comment .comment-item .comment-user-content {
    display: block;
    position: relative;
    padding: 5px 80px 5px 5px
}
.product-comment .comment-item .comment-user-content span {
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-weight: 600;
    font-size: 12px
}
.product-comment .comment-item .comment-user-content .rate {
    display: inline-block;
    margin-right: 5px;
    border-left: 0
}
.product-comment .comment-item .comment-user-content p {
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 11px;
    padding: 0;
}
.add-comment {
    overflow: hidden;
    background: #fff;
    padding: 5px 15px
}
.add-comment span {
    display: block;
    position: relative;
    font-weight: 600;
    color: #232323;
    line-height: 35px;
    padding: 0;
    margin-bottom: 5px;
    font-size: 12px
}
.add-comment form {
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 15px 0;
    margin-bottom: 15px
}
.add-comment form .form-group textarea.form-control {
    height: 90px!important
}
.add-comment form .custom-btn {
    margin: 0;
    padding: 0 15px;
    font-size: 12px
}
.add-comment .radio-wrap {
    clear: inherit;
    padding: 0;
}
.add-comment form .rate {
    display: block;
    padding-right: 15px;
}
.add-rate-wrap .radio-wrap input[type="radio"]:empty ~ label {
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 0;
    margin: 5px 0px!important;
    border: 1px solid #f9f9f9;
}
@media all and (max-width:767px){
    .only-product .carousel{
        padding-right: 0;
    }
    .only-product .carousel .carousel-indicators{
        display: none;
    }
}
.only-product .carousel-indicators li img {
    height: 100%;
    width: 100%}
@media all and (max-width:767px){
    ul.product-details{
        text-align: right;
    }
    .product-color, .product-quant, .product-view-action {
        float: right;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
        border-left: 0;
        padding: 15px 10px;
    }
   .only-product .carousel-inner .item{
        height: 300px;
    }
    ul.product-details li {
        width: 100%;
        float: none;
        display: block;
        border: 0;
        padding: 0 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    ul.product-details li:last-child {
        border-bottom:0;
    }
}

/*Category
===========================*/
.widget-color .widget-title {
    display: block;
    position: relative;
    line-height: 40px;
    background: #ff7600;
    color: #fff;
    padding-right: 10px;
    font-size: 18px;
    border: 1px solid #e86d03;
    border-right: 5px solid #234f94;
}
.widget-color .widget-content{
    display: block;
    overflow: hidden;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.side-filter{
    display: block;
    position: relative;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.fliter-wrap{
    cursor: pointer;
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 9999;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.fliter-wrap i{
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    color: #fff;
    background:#234f94;
}

/*Range Slider*/
.widget-range {
    position:relative;
    display: block;
    padding: 10px;
    margin-left: 10px;
}
.widget-range input {
    border:0;
    color: #20242f;
    background: none;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100px;
    text-align: right;
    float: right;
    font-size: 11px;
}
.ui-slider-horizontal {
    border: 0;
    background: #f2f2f1;
    border-radius: 0;
    height: 10px;
}
.ui-slider-horizontal .ui-slider-range {
    border-radius: 0;
    background: #00b7d8;
    display: block;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 10px;
    height: 10px;
    cursor: default;
    background: #000000;
    border-radius: 0;
    border: 0;
    padding: 0 !important;
}
.widget-range .last_limit {
    float: left;
    text-align: left;
}
.banners-area img{
    margin: 3px auto;
}
.category-wrap{
    display: block;
    position: relative;
    border:1px solid #f1f1f1;
    overflow: hidden;
}
.category-wrap .prod-item{
    margin: 5px -10px;
}

/*Product
==========================*/
.prod-item{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    direction: rtl;
    border: 1px solid #f1f1f1;
}
.prod-item .prod-img{
    display: block;
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
}
.prod-item .prod-img img{
    width: 100%;
    height: 100%;
    max-width: 270px;
} 
.hover{
    position: absolute;
    width: 40px;
    height: 160px;
    background: transparent;
    top: 35px;
    right: 10px;
    left: 0;
    overflow: hidden;
    transform: rotateX(90deg);
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}
.hover:after{
    content:" ";
    position: absolute;
}
.prod-type {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    background: #F44336;
    line-height: 20px;
    padding: 5px 0px;
    font-size: 13px;
}
.prod-item:hover .hover{
    transform: rotateX(0deg);
    opacity:1;
    visibility:visible;
    transition: .4s all;
    
}
.hover .custom-btn{
    display: block;
    width:35px;
    height: 35px;
    padding: 0;
    text-align: center;
    position: relative;
    margin: 5px 0;
    border-radius: 50%;
}
.hover .custom-btn i{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    text-align: center;
    line-height:35px;
    border-radius: 50%;
}
.prod-content{
    display: block;
    position: relative;
    border-top: 1px solid #f1f1f1;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.prod-content a{
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    line-height: 40px;
    color: #20242e;
    font-weight: 600;
    font-size: 12px;
}
.prod-content a:hover{
    color:#00b7d8;
}
.prod-content .price{
    float: right;
    width: 50%;
    border-left: 1px solid #f1f1f1;
    line-height: 40px;
    color: #242b37;
    font-weight: 600;
    font-size: 11px;
}
.prod-content .price .old{
    display: inline-block;
    color: #f00;
    text-decoration: line-through;
    font-size: 15px;
}
.prod-content .rate{
    float: right;
    width: 50%;
    line-height: 40px;
}
.timer-count{
    display: block;
    position: relative;
    border-top: 0;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.timer-count > div > div {
    float: right;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    line-height: 25px;
    overflow: hidden;
    width:25%;
    padding: 5px 0;
	background:rgba(0, 183, 216,1);
    border-left:1px solid rgba(47, 157, 202 , 1);
}
.timer-count div span {
    display: block;
    font-size: 12px;
}
.timer-count > div > div:last-child{
	border-left:0
}
.list-item{
    display: block;
    overflow: hidden;
    direction:rtl;
    position: relative;
    border: 1px solid #f1f1f1;
    margin-bottom:5px;
}
.list-item .prod-img{
    float: right;
    width: 70px;
    height: 73px;
    padding: 5px;
    border-left:  1px solid #f1f1f1;
}
.list-item .prod-img img{
    width: 100%;
    height: 100%;
}
.list-item .prod-content{
     display: block;
     position: relative;
     padding-right: 73px;
     overflow: visible;
     text-align: center;
     background: transparent;
     border: 0;
}
.list-item .prod-content a {
    line-height: 30px;
    text-align: right;
    padding-right: 10px;
    font-size: 13px;
    border: 0;
}
.list-item .prod-content .price , .list-item .prod-content .rate{
    line-height:28px;
    font-size: 11px;
    font-weight: 600;
    border: 0;
    width: 100%;
    text-align: right;
    line-height: 20px;
    padding-right: 10px;
}
.wide-prod {
    display: block;
    position: relative;
    overflow: hidden;
    direction: rtl;
    border: 1px solid #f1f1f1;
    margin: 5px 5px 10px;
    padding: 5px;
}
.wide-prod .prod-img{
    float: right;
    width: 90px;
    height: 90px;
    border:1px solid #f1f1f1;
    overflow: hidden;
}
.wide-prod .prod-img img{
    width: 100%;
    height: 100%;
}
.wide-prod-content{
    display: block;
    position: relative;
    padding-right:5px;
    overflow: hidden;
}
.wide-prod-content a{
    display: block;
    position: relative;
    width: 100%;
    line-height: 30px;
    color: #20242e;
    font-weight: 600;
    font-size: 13px;
}
.wide-prod-content a:hover{
    color:#03b7d8;
}
.wide-prod-content .price{
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 30px;
}
.wide-prod-content .rate{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 30px;
}
.wide-prod  .action{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    top: 0;
    text-align: center;
    padding: 35px 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.wide-prod:hover  .action{
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;    
}
.wide-prod  .action .custom-btn {
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
}
.wide-prod  .action .custom-btn.fa-heart-o {
    background: #F44336;
}
.wide-prod  .action .custom-btn.fa-heart-o:hover {
    background:#dc372b;
}
@media all and (max-width:360px){
    .list-item .prod-content .price{
        width: 57%;
    }
    .list-item .prod-content .rate{
        width: 43%;
    }
}
@media all and (max-width:480px){
    .new-prod-wrap .col-xs-6{
        width: 100%;
    }
}

/*Cart 
=============================*/
.table, table th {
    line-height: 18px;
}
table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 10px;
}
.table {
    font-size: 12px;
    margin-bottom: 22px;
    text-align: center;
}
table td {
    background: #fff;
    text-align: center;
}
table th {
    font-weight: 400;
    background: #f8f8f8;
    text-align: center;
}
.table td, .table th,
.table>tbody>tr>td, .table>tbody>tr>th,
.table>tfoot>tr>td, .table>tfoot>tr>th,
.table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #e1e1e1;
    line-height: 18px;
    padding: 16px 10px 15px;
    font-size: 14px;
    letter-spacing: .7px;
    text-transform: capitalize;
}
.cart-total h3, .table-cart th {
    text-transform: uppercase;
    font-weight: 600;
}
.table>thead>tr>th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}
.table-bordered {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    position: relative;
    z-index: 102;
    padding: 19px;
}
.table-cell:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    z-index: -1;
}
.table-row:not(:last-child)>.table-cell::after {
    border-bottom-width: 0;
}
.table-cell:not(:first-child)::after {
    border-left-width: 0;
}
.product-item-info td, .product-item-info th {
    background: #fff;
    height: 45px;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    letter-spacing: .7px;
    width: 50%}
.table-rate td, .table-rate th {
    font-size: 14px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #eaeaea;
}
.table-rate input {
    display: none!important;
}
.table-cart {
    border: 1px solid #f1f1f1;
}
.table-cart tbody tr,
.table-cart thead {
    border-bottom: 1px solid #f1f1f1;
}
.table-cart tbody tr:last-child {
    border-bottom: 0;
}
.table-cart th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0;
}
.table-cart td {
    text-align: center;
}
.table-cart .product-name, 
.table-cart .product-quantity {
    width: 25%
}
.table-cart .product-price,
.table-cart .product-remove,
.table-cart .product-subtotal,
.table-cart .product-thumbnail {
    width: 11%
}
@media all and (max-width:767px) {
    .table-cart thead {
        display: none;
    }
    .table-cart, .table-cart tbody, .table-cart tr {
        display: block;
        width: 100%
    }
    .table-cart tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important;
    }
    .table-cart td {
        line-height: 35px;
    }
    .table-cart tr {
        padding-bottom: 10px;
    }
}
.cat-number {
    display: inline-block;
    vertical-align: bottom;
}
.cat-number>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #fff;
    background: #00b7d8;
    font-size: 12px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}
.cat-number>* {
    float: right;
    text-align: center;
}
.cat-number>input[type=text] {
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none;
    background: #f1f1f1;
    color: #00b7d8;
}
.table-cart .product-thumbnail img {
    width: 70px;
    height: 70px;
    padding: 5px;
    background: #f1f1f1;
    margin: 5px auto;
    border-radius: 3px;
}
.table-cart .product-name a {
    color: #4f4f4f;
    font-size: 12px;
    font-weight: 600;
}
.product-remove>button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #F44336;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
    border-radius: 3px;
}
.cart-total {
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    border: 1px solid #f1f1f1;
}
.cart-total ul.bill-content {
    background: #fff;
}
.cart-total ul.bill-count{
    width: 90%;
    margin: 5px auto 15px;
}
.cart-total ul.bill-count li {
    background: #00b7d8;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #2f9dca;
}
.cart-total ul.bill-count li span{
    color: #fff;
    font-size: 12px;
}
@media(max-width:991px) {
    .cart-total {
        margin-top: 20px;
    }
}
.cart-total h3 {
    margin: 0;
    display: block;
    line-height: 40px;
    font-size: 13px;
    color: #20242e;
    background: #f5f5f5;
}
.cart-total ul li {
    position: relative;
    text-align: right;
    padding: 0 15px;
    overflow: hidden;
    line-height: 45px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
}
.cart-total ul li span {
    float: left;
    letter-spacing: normal;
    font-size: 12px;
    color: #00b7d8;
}
.cart-total ul.bill-content li {
    line-height: 40px;
    padding: 5px 15px;
    margin: 0;
    border-bottom: 1px solid #f1f1f1;
}
.cart-total ul li:last-child {
    border-bottom: 0;
}
.cart-total .custom-btn {
    height: 35px;
    line-height: 35px;
}
.copon h3{
    margin-bottom: 10px;
}
.copon form{
    padding: 15px;
}
.copon .form-control{
    height: 40px;
    line-height: 40px;
    border-radius: 0;;
}
.form-title {
    display: block;
    position: relative;
    line-height: 40px;
    color: #242b37;
    background: #f5f5f5;
    font-size: 13px;
    font-weight: 600;
    padding: 0 15px;
    border-radius: 0;
}
.form-title span {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    color: #ffffff;
    background: #00b7d8;
    margin:0px -15px 0 5px;
}
.checkout .check-form {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 10px 10px 10px 0;
    border: 1px solid #f1f1f1;
    border-top: 0;
}
.checkout .form-group {
    width: 46%;
    margin: 10px;
    float: right;
}
.checkout .check-form .form-group label {
    display: block;
    max-width: 100%;
    font-weight: 600;
    text-align:right;
    line-height: 30px;
    color: #656565;
    margin: 0;
}
.checkout .check-form .full {
    width: 95%
}
@media all and (max-width:767px) {
    .checkout .check-form {
        padding: 10px;
    }
    .checkout .check-form .form-group {
        width: 100%;
        display: block;
        float: none;
        margin: 10px 0;
    }
}

/*Offer Widget
=======================*/
.widget {
    position: relative;
    margin: 15px auto;
    overflow: hidden;
}
.widget .widget-title {
    display: block;
    border: 1px solid #f1f1f1;
    color: #242a36;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    padding: 0 15px;
}
.widget .widget-content{
    padding: 10px;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-top: 0;
    overflow: hidden;
}
.widget .widget-content .prod-item{
    margin: 5px -10px;
}
.home-offer{
    overflow: visible!important;
}
.widget .home-offer .prod-item{
    margin: 0px 5px;
}
.home-offer > .timer-count > div >  div {
    background:rgba(0, 183, 216,0.7);
    border-left:1px solid rgba(47, 157, 202 ,0.8);
  }
.home-offer .timer-count div:last-child div{
	border-left:0;
}
.home-offer .hover{
    top: 25px;
}

/*Profile
=====================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.profile-card .profile-img {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    border-radius: 5px;
    overflow: hidden;
    margin:15px auto 5px;
}
.profile-card .profile-img img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    line-height: 25px;
    text-transform: uppercase;
    font-size:16px;
    color: #2f9dca;
    font-weight: 600;
    text-align: center;
    margin:15px auto 0px;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li {
    display: block;
    position: relative;
}
.profile-card .profile-menu ul li a {
    display: block;
    position: relative;
    color: #1a1a1a;
    border-top: 1px solid #f4f4f4;
    padding: 0;
    line-height: 44px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.profile-card .profile-menu ul li a i {
    font-size: 17px;
    color: #00b7d8;
    line-height: 50px;
    width: 35px;
    text-align: center;
}
.profile-card .profile-menu ul li.active a, 
.profile-card .profile-menu ul li:hover a {
    color: #ffffff;
    background: #00b7d8;
}
.profile-card .profile-menu ul li.active a i, 
.profile-card .profile-menu ul li:hover a i{
    color: #fff;
}
.profile-content {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    position: relative;
    padding: 0;
}
.profile-widget-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
    background: #00b7d8;
    color: #fff;
    line-height: 40px;
    text-align:right;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.profile-widget-content {
    position: relative;
    display: block;
    padding: 10px;
}
.profile-widget-content  .form-title {
    font-size: 13px;
    padding: 0 15px;
    border-radius: 0;
    margin-bottom: 10px;
}
.profile-account-setting .form-group {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 0 10px;
}
.profile-account-setting .form-group label {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 40px;
    width:18%;
    text-align:right;
    float:right;
}
.profile-account-setting .form-group .form-control {
    width:80%;
    margin-right: 2%;
    float:right;
}
.profile-account-setting .form-group .custom-btn {
    display: block;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
}
@media all and (max-width:767px){
    .profile-account-setting .form-group label {
        width:100%;
        float:none;
        display: block;
    }
    .profile-account-setting .form-group .form-control {
        width:100%;
        margin-right: 0%;
        float:none;
        display: block;
    }   
}

/*About
=======================*/
.head-border {
    font-size: 15px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
}
.title-md {
    font-size: 20px;
    line-height: 30px;
    color: #444;
    font-weight: 500;
}
.section-txt {
    font-size: 13px;
    line-height: 23px;
    margin: 10px 0;
}
/*True List*/
ul.true-list {
    position: relative;
}
ul.true-list li {
    line-height: 30px;
    color: #444;
    font-size: 14px;
}
ul.true-list li:before {
    content: "\f00c";
    font-family: "fontAwesome";
    display: inline-block;
    width: 25px;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    text-align: center;
    color: #00b7d8;
    font-size: 15px;
}

/* Features*/
.icon-box {
    margin: 40px 0;
    padding: 20px 10px 10px;
    border: 1px solid #f1f1f1;
}
.icon-box .feature-icon {
    display: block;
    margin-top: -50px;
}
.icon-box .feature-icon i {
    color: #fff;
    border-radius: 0px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: 100;
    background: #00b7d8;
    -webkit-transition: 0.3s ease all;
       -moz-transition: 0.3s ease all;
            transition: 0.3s ease all;
}
.icon-box  h3{
    color: #00b7d8;
    font-size: 20px;
    margin: 15px 0 5px 0;
}
.icon-box  p{
    line-height: 30px;
    font-size: 13px;
    color: #777;
}
.icon-box:hover .feature-icon i{
    background: #00b7d8;
    color: #fff;
}

/*Side icon
======================*/
.side-icon{
    position: fixed;
    left:-80px;
    top: 152px;
    z-index: 999;
}
.side-icon li{
    display: block;
    position: relative;
}
.side-icon li a{
    display: block;
    position: relative;
    line-height: 40px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.side-icon li a i{
    float: right;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.side-icon li a span{
    float: right;
    width:80px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}
.facebook {
    background-color: #5176C9;
}
.twitter {
    background-color: #3FAEEE;
}
.instagram {
    background-color: #2A6792;
}
.googleplus {
    background-color: #C40807;
}
.language{
    background: #242b38;
}
.side-icon li a.facebook span {
    background-color: #3d61b0;
}
.side-icon li a.twitter span{
    background-color:#2e97d3;
}
.side-icon li a.instagram span{
    background-color:#22567b;
}
.side-icon li a.googleplus span{
    background-color:#aa0908;
}
.side-icon li a.language span{
    background:#191d27;
}
.side-icon li a:hover{
    -webkit-transform: translateX(80px);
       -moz-transform: translateX(80px); 
            transform: translateX(80px);
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.product-owner {
    overflow: hidden;
    display: block;
    background: #fff;
    margin-top: 15px
}
.product-owner .product-owner-img {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #f9f9f9;
    margin: 15px auto
}
.product-owner .product-owner-img img{
    max-height: 280px;
}
.product-owner .product-owner-widget {
    overflow: hidden;
    margin: 15px auto
}
.product-owner .product-owner-widget li {
    border: 1px solid #f9f9f9;
    background: #fff;
    padding: 10px;
    border-bottom: 0;
    color: #333
}
.product-owner .product-owner-widget li:last-child {
    border: 1px solid #f9f9f9
}
.product-owner .product-owner-widget li:last-child span {
    display: block
}
.product-owner .product-owner-widget li span {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    color: #00b7d8;
}
.product-owner .product-owner-widget li p {
    line-height: 22px;
    font-size: 12px;
    padding: 5px
}
@media all and (max-width:530px){
    .col-xs-6{
        width: 100%;
    }
    .feat-item{
        display: none;
    }
}