@import url("animate.css");
 * {
     margin: 0px;
     padding: 0px;
}
 body {
     background: #FFF;
     font-weight: normal;
     position: relative;
     font-size: 14px;
     font-family: 'Montserrat', sans-serif;
}
 .fonts {
     font-family: 'Montserrat', sans-serif;
}
/*======================================================= WRAPPER ========================================================*/
 #wrap {
     position: relative;
     width: 100%;
     overflow: hidden;
}
/*======================================================= HEADINGS ========================================================*/
 h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
     color: #000000;
}
 h1 {
     font-size: 48px;
}
 h2 {
     font-size: 40px;
     font-weight: bold;
}
 h3 {
     font-size: 36px;
}
 h4 {
     font-size: 30px;
     line-height: 40px;
}
 h5 {
     font-size: 22px;
}
 h6 {
     font-size: 18px;
}
 p {
     color: #323131;
     font-size: 14px;
     letter-spacing: 0px;
     line-height: 20px;
     font-weight: 500;
     text-rendering: optimizeLegibility;
}
 a {
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     text-decoration: none !important;
	  
}
 img {
     /* -webkit-transition: 0.4s ease-in-out; */
     /* -moz-transition: 0.4s ease-in-out; */
     /* -ms-transition: 0.4s ease-in-out; */
     /* -o-transition: 0.4s ease-in-out; */
     /* transition: 0.4s ease-in-out; */
     display: inline-block !important;
}
 .nolist-style {
     padding: 0px;
     margin: 0px;
}
 .nolist-style li {
     list-style: none;
}
 a {
     text-decoration: none;
     color: #141414;
}

   

    a:active, a:focus {
        outline: none;
        -moz-outline-style: none !important;
    }
/*======================================================= SECTION ========================================================*/
 section {
	     margin-bottom: 30px;
     position: relative;
     width: 100%;
     background: #fff;
}
 .layout-7 section {
     background: #f3f3f3;
}
/*======================================================= BUTTON ========================================================*/
 .btn {
	background: #8dc73e;
	display: inline-block;
	font-size: 16px;
	padding: 6px 20px;
	font-weight: 500;
	border-radius: 6px;
	color: #ffffff;
	border: 2px solid #8dc73e;
	position: relative;
	overflow: hidden;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
.btn:hover {
    color: #fff;
    border: 2px solid #464646;
    background: #464646;
}
 .btn-inverse {
     color: #fff;
     border: 2px solid #629ee7;
     background: #629ee7;
}
 .btn-inverse:hover {
     background: none;
     color: #629ee7;
}
 #content {
     background: #fff;
     position: relative;
}
 .home-2 .btn {
     border-radius: 4px;
}
 .btn-flat {
     border-radius: 4px;
}
.guest-btn {
    border: 2px solid #2b2b2b;
    background: #464646;
}
/*======================================================= HEADINGS ========================================================*/
 .heading {
     margin-bottom: 40px;
}
 .heading h2 {
     color: #222222;
     font-size: 20px;
     margin: 0px;
     margin-bottom: 20px;
}
 .heading hr {
     border: none;
     position: relative;
     margin: 0px;
     height: 1px;
     width: 100%;
     background: #e5e5e5;
}
 .heading hr:before {
     height: 2px;
     background: #5cb85c;
     content: "";
     position: absolute;
     top: -1px;
     width: 90px;
     left: 0px;
}
 .heading.text-center hr:before {
     left: 0px;
     right: 0px;
     margin: 0 auto;
}
/*======================================================= POSITION CENTER CENTER ========================================================*/
 .position-center-center {
     left: 50%;
     position: absolute;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
/*======================================================= TOP BAR ========================================================*/
 .top-bar {
     height: 35px;
  
}
 .tp-icon-div img {
     margin: 5px 5px 0px 0px;
}
.top-bar p {
    /* line-height: 35px;
     margin: 0px;
     font-size: 15px;
     font-weight: bold;
     display: inline-block;*/
    color:#3d9a46;
    line-height: 58px;
    margin: 0px; 
    font-weight: bold;
    display: inline-block;
}


.top-bar p a{
    color: #3d9a46 !important;
  font-size: 15px;
}


.custom-p {
    line-height: 60px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
}


.top-bar ul li {
    display: inline-block;
}
 .top-bar i {
     margin-right: 5px;
}
 .top-bar .flaticon-email-envelope-outline-shape-with-rounded-corners {
     margin-left: 50px;
}
 .top-bar .social-top {
     float: right;
}
 .top-bar .social-top a {
     line-height: 33px;
     color: #555555;
     font-size: 13px;
     margin: 0 5px;
}
 .top-bar .social-top a i {
     margin: 0px;
}
 .top-bar .dropdown-menu>li>a {
     width: 100%;
}
 .top-bar .dropdown-menu>li>a:hover {
     background: #5cb85c !important;
     color: #fff;
}
 .top-bar .bootstrap-select.btn-group .dropdown-menu li {
     width: 100%;
     display: block;
}
 .top-bar .right-sec {
     float: right;
}
 .top-bar .right-sec ul {
     float: left;
}
 .top-bar .right-sec li {
     
     margin-right: 5px;
     margin-top: 10px;
     line-height: 14px;
     padding-right: 5px;
}
 .top-bar .right-sec li a {
     font-size: 13px;
     color: #555555;
}
 .top-bar .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 0px;
}
 .top-bar .btn {
     border: none;
     padding: 0px;
     padding-right: 10px;
     font-weight: normal;
     font-size: 13px;
     color: #555555 !important;
     background: none !important;
     border-radius: 0px;
     outline: none !important;
     box-shadow: none !important;
}
 .top-bar .dropdown-menu>li>a {
     padding: 5px 10px;
     font-size: 12px;
}
 .top-bar .foll .btn {
     width: 93px;
}
 .top-bar .langug {
     margin-left: 40px;
}
 .top-bar .langug p {
     line-height: 30px;
}
 .top-bar .dropdown-menu {
     line-height: 30px;
}
 .top-bar .dropdown-menu {
     margin: 0px;
     border-radius: 0px;
     margin-top: 7px;
     border: none;
}
 .top-bar .search {
     display: inline-block;
     margin-left: 30px;
     width: 130px;
}
 .top-bar .search label {
     color: #fff;
     position: relative;
}
 .top-bar .search label i {
     position: absolute;
     left: 0px;
     line-height: 70px;
}
 .top-bar .search input {
     border: none;
     padding-left: 20px;
     outline: none !important;
     font-weight: normal;
     background: none;
     color: #fff;
     width: 100%;
     height: 70px;
}
 .top-bar .bootstrap-select.btn-group .dropdown-menu li {
     margin: 0px;
     padding: 0px;
     border: 0px;
}
 .top-bar .search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #fff;
}
 .top-bar .search ::-moz-placeholder {
    /* Firefox 19+ */
     color: #fff;
}
 .top-bar .search :-ms-input-placeholder {
    /* IE 10+ */
     color: #fff;
}
 .top-bar .search :-moz-placeholder {
    /* Firefox 18- */
     color: #fff;
}
/*======================================================= MAIN HEADER ========================================================*/
 .home-main-header {
     padding: 0 70px;
     position: relative;
     z-index: 11;
}
 .home-main-header:before {
     position: absolute;
     height: 490px;
     width: 100%;
     left: 0px;
     content: "";
     z-index: -1;
     background: #629ee7;
}
 .home-main-header .header {
     top: 110px;
}
 .home-main-header .text-sec {
     max-width: 100%;
}
 .bnr-content {
     background: #232955 url(../images/main-header-bg.html) center bottom fixed no-repeat;
     height: 840px;
     position: relative;
     box-shadow: 0 30px 40px rgba(0,0,0,0.4);
}
 .bnr-content .btn {
     margin-top: 30px;
}
 .bnr-content .position-center-center {
     width: 100%;
     text-align: center;
     margin-top: 0px;
     margin-top: 30px;
}
 .bnr-content p {
     color: #d1d7ff;
}
 .bnr-content h1 {
     color: #fff;
     margin: 30px 0;
     line-height: 50px;
     font-weight: 100;
     font-size: 40px;
}
 .bnr-content h1 strong {
     font-weight: 500;
}
 .bnr-content .go-down {
     position: absolute;
     bottom: -45px;
     left: 0px;
     right: 0px;
     margin: 0 auto;
     width: 90px;
     z-index: 99;
}
 .bnr-content .go-down a {
     height: 90px;
     width: 90px;
     display: inline-block;
     background: #fcb532;
     border-radius: 50%;
}
 .bnr-second {
     background: #232955 url(../images/bnr-pattern.html) repeat;
     min-height: 900px;
}
 .bnr-second h1 {
     color: #fff;
     font-size: 55px;
     line-height: 65px;
     font-weight: 100;
     margin-bottom: 20px;
}
 .bnr-second p {
     color: #d1d7ff;
}
 .bnr-second .btn {
     margin-top: 40px;
}
 .bnr-second .position-center-center {
     width: 100%;
     margin-top: 0px;
     margin-top: 30px;
}
 .bnr-second .text-sec {
     max-width: 500px;
}
 .bnr-second .container {
     position: relative;
}
 .bnr-second .bnr-img {
     position: absolute;
     right: 0px;
     z-index: -1;
     top: -50px;
}
 .with-bg-wide {
     background: url(../images/main-bg-slider-wide.jpg) center center no-repeat;
     background-size: cover;
}
/*======================================================= Big Nac ========================================================*/
 .big-nsv .nav li {
     float: left;
     text-align: center;
     width: 16.66666666%;
}
 .big-nsv .nav li i {
     display: inline-block;
     width: 100%;
     font-size: 32px;
}
 .big-nsv .nav li a {
     font-size: 15px;
     padding-top: 25px;
     font-weight: bold;
     border-right: 1px solid #eeeeee;
     min-height: 127px;
}
 .big-nsv .nav li:nth-last-child(1) a {
     border-right: none !important;
}
 .big-nsv .nav li a span {
     color: #888888;
     font-size: 13px;
     display: inline-block;
     width: 100%;
     font-weight: normal;
}
 .big-nsv .nav li.active a {
     background: #5cb85c;
     color: #fff;
}
 .main-tabs-sec .nav li.active a span {
     color: #fff;
}
/*======================================================= SUB BANNE ========================================================*/
 .sub-bnr {
     background: #232955 url(../images/bnr-pattern-1.html) repeat;
     min-height: 450px;
     z-index: 1;
     padding: 60px 0;
}
 .sub-bnr h4 {
     color: #fff;
     font-weight: 500;
     margin-top: 70px;
     margin-bottom: 30px;
}
 .sub-bnr p {
     color: #b3b7da;
     font-size: 18px;
     font-weight: 500;
}
 .sub-bnr .position-center-center {
     width: 100%;
     z-index: 3;
}
 .sub-bnr .breadcrumb {
     float: right;
     margin: 0px;
     padding: 0px;
     background: none;
}
 .sub-bnr .breadcrumb li a {
     font-size: 12px;
}
 .sub-bnr .breadcrumb li {
     font-size: 12px;
}
 .parallax-bg {
     background-size: cover !important;
}
 .bnr-trird {
     background: #232955 url(../images/bg-slide-2-1.html) no-repeat;
     min-height: 730px;
     position: relative;
}
 .bnr-trird .position-center-center {
     width: 100%;
     text-align: center;
}
 .bnr-trird .text-sec {
     max-width: 900px;
     margin: 0 auto;
}
 .bnr-trird .text-sec h4 {
     font-size: 30px;
     color: #fff;
}
 .bnr-trird-text {
     text-align: center;
     padding-top: 150px;
}
 .bnr-trird-text .btn {
     margin-top: 30px;
}
 .carousel-indicators .active {
     width: auto;
     height: auto;
     margin: 0;
     background: none;
}
 .carousel-indicators li {
     display: inline-block;
     width: auto;
     height: auto;
     margin: 0;
     text-indent: inherit;
     cursor: pointer;
     background: none;
     border: none;
     border-radius: 0px;
}


.clearance {
    color: #ee0314 !important
}

    .clearance:hover {
        color: #fff !important;
    }

/*======================================================= Slider ========================================================*/
 .banner1 {
    margin: 0 0 1.2% 0;
    padding: 0;
}
.slider-col {
    padding: 0px 5px 0px 0px;
}
.container-fluid.slider-con {
    margin: 5px 0px 0px 0px;
}
.slider-side {
    padding: 0px 0px 0px 0px;
}
.big-slide {
    width: 100%;
}
.banner1 img {
    width: 100%;
}
 .slid-sec {
     margin-bottom: 0px;
     position: relative;
}
 .slid-sec li {
     list-style: none;
}
 .slid-sec .col-md-9 {
     width: 70%;
}
 .slid-sec .col-md-3 {
     width: 30%;
}
 .slid-sec .like-bnr {
     height: 250px;
     min-height: inherit;
     background: #f5f5f5 url(../images/slider-bnr.jpg) right top no-repeat;
}
 .slid-sec .like-bnr.watch {
     background: #f5f5f5 url(../images/watch-bg-2.jpg) right top no-repeat;
}
 .slid-sec .like-bnr .price {
     font-size: 26px;
     font-weight: 800;
     color: #222222;
}
 .slid-sec .like-bnr.ultra {
     background: url(../images/bnr-feature.jpg) right top no-repeat;
}
 .slid-sec .like-bnr.ultra-1 {
     background: url(../images/bnr-feature-1.jpg) right top no-repeat;
}
 .slid-sec .like-bnr.ultra-1 .price {
     color: #fff;
}
 .week-sale-bnr {
     background: url(../images/week-sale-bg.jpg) center center no-repeat;
     height: 250px;
     text-align: center;
     padding: 20px 35px;
     padding-bottom: 0px;
     padding-top: 45px;
}
 .week-sale-bnr h4 {
     color: #fff;
     font-size: 30px;
     margin: 0px;
     margin-bottom: 5px;
}
 .week-sale-bnr h4 span {
     color: #000;
     font-weight: 700;
}
 .week-sale-bnr p {
     color: #bbd8ed;
     font-size: 20px;
     margin-bottom: 20px;
     line-height: 24px;
     opacity: 0.8;
}
 .week-sale-bnr .btn-round {
     background: #006da3;
     font-size: 16px;
     padding: 11px 30px;
}
 .week-sale-bnr .btn-round:hover {
     background: #333;
}
 .slid-sec .like-bnr h5 {
     color: #888888;
     margin: 0px;
     font-size: 20px;
     font-weight: normal;
}
 .slid-sec .like-bnr h4 {
     color: #5cb85c;
     font-weight: 800;
     font-size: 26px;
     margin: 0px;
}
 .slider-right-banner {
     margin-bottom: 8px;
}
 .slider-right-banner img {
     width: 100%;

    max-height: 246px;
    min-height: 246px;
}
/*======================================================= Featur Tabs ========================================================*/
 .featur-tabs .nav-tabs>li {
     margin: 0px;
     padding: 0px;
     margin-right: 1px;
}
 .featur-tabs .nav-tabs {
     position: relative;
     border: none;
}
 .featur-tabs .nav-tabs:before {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     content: "";
     height: 1px;
     background: #e5e5e5;
}
 .featur-tabs .nav-tabs>li a {
     margin: 0px !important;
     font-size: 16px;
     background: #f2f2f2;
     color: #333333;
     border-radius: 4px 4px 0 0;
     border: none !important;
     padding: 10px 20px !important;
}
 .featur-tabs .nav-tabs>li a:hover {
     background: #5cb85c;
     color: #fff;
}
 .featur-tabs .nav-tabs>li.active a {
     background: #5cb85c;
     color: #fff;
     font-weight: bold;
}
 .with-nav .owl-nav {
     position: absolute;
     top: -87px;
     right: 0px;
}
 .with-nav .owl-nav div {
     display: inline-block;
     height: 32px;
     width: 32px;
     margin-left: 10px;
     font-size: 16px;
     text-align: center;
     border: 1px solid #eaeaea;
     color: #888888;
     line-height: 30px;
     border-radius: 4px;
     background: #fff;
}
 .with-nav .owl-nav div:hover {
     background: #5cb85c;
     color: #fff;
     border: 1px solid #5cb85c;
}
 .with-nav.middle-nav .owl-nav .owl-prev {
     position: absolute;
     left: -28px;
     margin: 0px;
     top: 50%;
     margin-top: -5px;
}
 .with-nav.middle-nav .owl-nav .owl-next {
     position: absolute;
     right: -28px;
     margin: 0px;
     margin-top: -5px;
     top: 50%;
}
 .with-nav.middle-nav .owl-nav {
     position: inherit;
     top: 0%;
}
 .featur-tabs .owl-carousel.owl-loaded {
     display: inline-block !important;
}
 .featur-tabs .owl-carousel .owl-stage {
}
 .featur-tabs .nav-bars > li a {
     font-size: 20px;
     background: none !important;
     border-bottom: 2px solid rgba(255,255,255,0) !important;
     padding: 15px 0px !important;
     margin-right: 25px !important;
     color: #555555 !important;
}
 .featur-tabs .nav-bars {
     margin-bottom: -1px;
}
 .featur-tabs .nav-bars li a:hover {
     color: #222222 !important;
     border-bottom: 2px solid #7a9b08 !important;
}
 .featur-tabs .nav-bars li.active a {
     color: #222222 !important;
     border-bottom: 2px solid #7a9b08 !important;
}
/*======================================================= Shipping info ========================================================*/
 .shipping-info li {
     list-style: none;
     float: left;
     width: 25%;
     padding: 40px 0;
     padding-left: 30px;
     padding-bottom: 40px;
     border-right: 1px solid #eeeeee;
}
 .shipping-info li:nth-last-child(1) {
     border-right: none;
}
 .shipping-info .media-body {
     padding-bottom: 0px;
}
 .shipping-info li i {
     font-size: 38px;
     color: #5cb85c;
     margin-right: 10px;
     line-height: 36px;
}
 .shipping-info li h5 {
     font-size: 17px;
     margin: 0px;
     font-weight: 600;
     margin-bottom: 5px;
}
 .shipping-info ul span {
     font-size: 15px;
     color: #888888;
}
 .shipping-info ul {
     display: inline-block;
     width: 100%;
     margin-bottom: 0px;
     border: 1px solid #dddddd 
}



section#shop-by-category-section {
	margin: 10px 0px 40px 0px;
}

.h3-heading-custom {
    margin: 20px 0px 30px 0px;
}


.row.custom-cate-row {
     display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 4px #e6e6e6;
    margin: 8px 0px;
}
	


.custom-cate-col {
    flex: 1 0 16%;
    margin: 0px;
    border: 1px solid #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-cate-col .col-custom a {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
}

.custom-cate-col .col-custom p {
       font-size: 12px;
    font-weight: 600;
}


.free-shipping {
    background: #464646;
}
.free-shipping .media-left {
        padding: 10px 10px 10px 15px;
    font-size: 35px;
    color: #69ab1c;
}
.free-shipping .media-body {
    color: #fff;
    padding: 15px 0px 0px 0px;
}
.free-shipping  .media-body h5 {
    color: #fff;   
	font-size:16px;
}

.fast-delivery {
    background: #464646;
}
.fast-delivery .media-left {
       padding: 10px 10px 10px 15px;
    font-size: 35px;
    color: #69ab1c;
}
.fast-delivery .media-body {
    color: #fff;
    padding: 15px 0px 0px 0px;
}
.fast-delivery  .media-body h5 {
    color: #fff;
	font-size:16px;
}

.satisfied-customer {
    background: #464646;
}
.satisfied-customer .media-left {
       padding: 10px 10px 10px 15px;
    font-size: 35px;
    color: #69ab1c;
}
.satisfied-customer .media-body {
    color: #fff;
    padding: 15px 0px 0px 0px;
}

.satisfied-customer  .media-body h5 {
    color: #fff;   
	font-size:16px;
}

.track-your-order {
    background: #464646;
}
.track-your-order .media-left {
       padding: 10px 10px 10px 15px;
    font-size: 35px;
    color: #69ab1c;
}
.track-your-order .media-body {
    color: #fff;
    padding: 15px 0px 0px 0px;
}

.track-your-order .media-body h5 {
    color: #fff;    
	font-size:16px;
}


.item-slide-5 .owl-nav {
    display: none;
}

.pl-0 {
    padding-left: 0px;
}
.pr-0 {
    padding-right: 0px;
}
.pr-5{    padding-right: 5px;}
/*======================================================= Product items ========================================================*/
 .product article {
     border: 1px solid #e6e6e6;
     padding: 9px;
     background: #fff;
     display: inline-block;
     width: 100%;
     position: relative;
}
 .product article .tag {
     color: #aaaaaa;
     display: inline-block;
     width: 100%;
     margin: 7px 0;
     font-size: 13px;
}
 .product article .tittle {
     color: #0168b8;
     font-size: 14px;
     display: inline-block;
     min-height: 40px;
}
 .product article .tittle:hover {
     color: #333;
}
 .product article p.rev {
     font-size: 12px;
     color: #f73232;
     margin-top: 5px;
}
 .product article .price {
     font-weight: bold;
     color: #333333;
     float: left;
}


p.btn.product-view-btn {
    margin: 5px 0px;
    padding: 4px 8px;
	font-size:13px;
	font-weight:600;
	border-radius:4px;
	}
p.product-style-text {
    font-size: 12px;
    font-weight: 600;
    color: #3a9947;
}
p.product-price-text {
    height: 38px;
}
 .product article .price span {
     color: #aaaaaa;
     text-decoration: line-through;
     font-weight: normal;
     margin-left: 10px;
}
 .product article .sale-tag {
     background: #f73232;
     border-radius: 2px;
     font-size: 13px;
     color: #fff;
     font-weight: bold;
     position: absolute;
     top: 9px;
     padding: 5px 10px;
     left: 9px;
     z-index: 22;
}
 .product article img {
	padding: 4px;
    border-radius: 8px;
    width: 100%;
   /* max-width: 100%;*/
}
 .product article .new-tag {
     background: #5cb85c;
     border-radius: 2px;
     font-size: 13px;
     color: #fff;
     font-weight: normal;
     position: absolute;
     top: 9px;
     padding: 5px 10px;
     left: 9px;
}
 .product article .cart-btn {
     height: 42px;
     width: 42px;
     border-radius: 50%;
     background: #eeeeee;
     color: #888888 !important;
     float: right;
     text-align: center;
     line-height: 44px;
     margin-top: -15px;
}
 .product article .cart-btn:hover {
     background: #0168b8;
     color: #fff !important;
}
 .product article .rev i {
     color: #fecb00;
     font-size: 13px;
}
 .product .flex-control-thumbs {
     margin: 0 -10px;
     width: auto;
     margin-bottom: 10px;
     margin-top: 5px;
}
 .product .on-nav .flex-direction-nav .flex-prev {
     left: 0px;
}
 .product .on-nav .flex-direction-nav .flex-next {
     right: 0px;
}
 .product .on-nav .flex-control-thumbs {
     padding: 0 50px;
}
 .product .on-nav .flex-direction-nav a {
     bottom: 30px;
     top: auto;
}
 .product .on-nav .thumb-slider {
     position: relative;
}
 .product .item-img {
     display: inline-block;
     width: 250px;
     margin-right: 10px;
}
 .col-list .product article {
     margin-bottom: 30px;
}
 .col-list .product article .price {
     width: 100%;
     font-size: 16px;
     margin-bottom: 10px;
}
 .col-list .product article .col-sm-5 {
     position: relative;
     min-height: 250px;
}
 .col-list .product article .position-center-center {
     width: 100%;
}
 .col-list .product article .col-sm-5 i {
     margin-right: 5px;
}
 .col-list .product article .tag {
     margin-top: 30px;
}
 .col-list .product article .heart {
     color: #aaaaaa;
     border: 1px solid #dfdfdf;
     height: 28px;
     width: 28px;
     border-radius: 50%;
     line-height: 26px;
     text-align: center;
     display: inline-block;
     position: absolute;
     right: 20px;
     font-size: 12px;
}
 .col-list .product article .heart i {
     margin: 0px;
}
 .col-list .product article .heart.navi {
     top: 35px;
}
 .col-list .product .bullet-round-list li:before {
     top: 7px;
}
 .col-list .product article .heart:hover {
     background: #5cb85c;
     color: #fff;
     border: 1px solid #5cb85c;
}
 .col-list .product article .col-sm-5:before {
     border-left: 1px solid #f5f5f5;
     content: "";
     position: absolute;
     left: 0px;
     height: 100%;
     top: 0px;
     width: 1px;
}
 .col-list .product article .tittle {
     min-height: inherit;
}
 .flex-control-thumbs li {
     width: 25%;
}
 .item-col-5 {
     margin: 0 -15px;
}
 .item-col-5 .product {
     float: left;
     width: 20%;
     margin-bottom: 30px;
     padding: 0 15px;
     position: relative;
     min-height: 341px;
}
 .item-col-4 {
     margin: 0 -15px;
}
 .item-col-4 .product {
     float: left;
     width: 25%;
     margin-bottom: 20px;
     padding: 0 15px;
     position: relative;
     
}
 .col-md-9 .item-col-4 .product {
     min-height: inherit;
}
 .item-col-3 {
     margin: 0 -15px;
}
 .item-col-3 .product {
     float: left;
     width: 33.3333333%;
     margin-bottom: 30px;
     padding: 0 15px;
     position: relative;
     min-height: 341px;
}
 .item-col-2 {
     margin: 0 -15px;
}
 .item-col-2 .product {
     float: left;
     width: 50%;
     margin-bottom: 30px;
     padding: 0 15px;
     position: relative;
     min-height: 341px;
}
 .product.col-2x {
     width: 40%;
}
 .like-bnr {
     background: #f5f5f5 url(../images/watch-bg.jpg) right center no-repeat;
     position: relative;
     min-height: 341px;
}
 .like-bnr p {
     max-width: 195px;
     color: #555555;
}
 .like-bnr p span {
     color: #aaaaaa;
     display: inline-block;
     width: 100%;
     margin: 10px 0;
}
 .like-bnr h5 {
     font-weight: bold;
     margin-top: 0px;
}
 .like-bnr .position-center-center {
     width: 100%;
     padding: 0 30px;
}
 .btn-round {
     font-size: 14px;
     font-weight: bold;
     display: inline-block;
     padding: 10px 20px;
     border-radius: 6px;
     background: #5cb85c;
     color: #fff;
}
 .btn-round.big {
     padding: 15px 30px;
     font-size: 16px;
}
 .btn-round:hover {
     background: #333 !important;
     color: #fff !important;
}
 .flex-direction-nav {
     display: none;
}
 .on-nav .flex-direction-nav {
     display: block;
}


.sub-class > a.collapsed:before {
    float: left !important;
    content: "\f067";
}
a.filter-subcat:before {
    font-size: 10px;
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    margin: 2px 0;
}


li.color-filter-li img {
    border-radius: 3px;
    width: 16px;
    margin: 2px 0px 4px 0px;
}

/****** Price Filter*******/
span.price-min-span {
    text-align: center;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 30%;
    border: 1px solid #e0e0e0;
}

span.price-max-span {
	float:right;
	text-align: center;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 30%;
    border: 1px solid #e0e0e0;
}
span.price-filter-span {
    display: block;
    margin: 8px 0px;
}
span.main-price-start {
    text-align: center;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 30%;
    border: 1px solid #e0e0e0;
}

span.main-price-end {
	float:right;
    text-align: center;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 30%;
    border: 1px solid #e0e0e0;
}
.rslHorizontal.rslMiddle{width:100% !important;}
/*.rslSelectedregion {width:100% !important;}*/
.rslTrack{width:83% !important;}
.RadSlider.RadSlider_Default{width:100% !important;}

/*======================================================= TOP ITems ========================================================*/
 .top-items ul {
     margin: 0px;
}
 .top-items li {
     padding: 0px;
     list-style: none;
     position: relative;
}
 .top-items .bottom-details {
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     padding-left: 50px;
     padding-bottom: 30px;
}
 .top-items h3 {
     margin: 0px;
     font-size: 26px;
     font-weight: 600;
     margin-bottom: 10px;
}
 .top-items span {
     font-size: 18px;
     color: #888888;
}
 .top-items a {
     font-size: 14px;
     color: #888888;
     height: 38px;
     width: 38px;
     border: 1px solid #888888;
     border-radius: 50%;
     display: inline-block;
     text-align: center;
     line-height: 36px;
}
/*======================================================= About Adds ========================================================*/
 .about-adds {
     background: #e7e6e6 url(../images/about-adds.jpg) right center no-repeat;
     background-size: cover;
     min-height: 416px;
     position: relative;
}
 .about-adds h2 {
     margin-bottom: 30px;
     font-weight: 800;
     font-size: 36px;
     line-height: 30px;
}
 .about-adds h2 small {
     font-weight: normal;
     font-size: 24px;
     display: inline-block;
     width: 100%;
}
 .about-adds .position-center-center {
     width: 100%;
     padding: 0 60px;
}
/*======================================================= Main Tabs Sec ========================================================*/
 .main-tabs-sec .nav li {
     float: left;
     text-align: center;
     width: 16.66666666%;
}
 .main-tabs-sec .nav li i {
     display: inline-block;
     width: 100%;
     font-size: 32px;
}
 .main-tabs-sec .nav li a {
     font-size: 15px;
     padding-top: 20px;
     font-weight: bold;
     border-top: 1px solid #dddddd;
     border-bottom: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
     border-left: none !important;
     min-height: 140px;
}
 .main-tabs-sec .nav li:nth-child(1) a {
     border-left: 1px solid #dddddd !important;
}

 .main-tabs-sec .nav li a span {
     color: #888888;
     font-size: 13px;
     display: inline-block;
     width: 100%;
     font-weight: normal;
}
 .main-tabs-sec .nav li.active a {
     background: #5cb85c;
     color: #fff;
     border: 1px solid #5cb85c;
}
 .main-tabs-sec .nav li.active a:before {
     content: "\f0d7";
     font-family: 'FontAwesome';
     position: absolute;
     left: 0px;
     z-index: 2;
     font-size: 30px;
     color: #5cb85c;
     bottom: -25px;
     right: 0px;
     width: 100%;
}
 .main-tabs-sec .nav li.active a span {
     color: #fff;
}
/*======================================================= Blog Post ========================================================*/
 .blog-post span {
     color: #999999;
     font-size: 13px;
     margin-right: 10px;
}
 .blog-post img {
     margin-bottom: 10px;
}
 .blog-post span i {
     color: #dddddd;
     margin-right: 10px;
}
 .blog-post p {
     font-weight: 14px;
}
 .blog-post a {
     color: #5cb85c;
}
 .blog-post .tittle {
     font-weight: bold;
     font-size: 16px;
     display: inline-block;
     width: 100%;
     margin-bottom: 10px;
     margin-top: 10px;
     color: #333333 !important;
}
 .blog-page .blog-post {
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 30px;
     margin-bottom: 30px;
}
 .blog-page .blog-post:nth-last-child(1) {
     border-bottom: none !important;
}
 .blog-page .blog-post img {
     margin-bottom: 0px;
}
 .blog-page .blog-post span {
     margin-top: 30px;
     display: inline-block;
}

.panel-green {
    border-color: #8ad235 !important;
}

    .panel-green > .panel-heading {
        color: #fff;
        background-color: #8ad235;
        border-color: #8ad235;
    }
/*======================================================= According ========================================================*/
.accordion {
}
 .accordion.gray-bg {
     background: #f3f3f3;
}
 .accordion .panel-default > .panel-heading .panel-title a:before {
     content: "\f209";
     font-family: "Ionicons";
     color: #FFF;
     padding: 0px;
     float: right;
     position: absolute;
     right: 15px;
     height: 20px;
     width: 20px;
     line-height: 17px;
     text-align: center;
     border: 2px solid #fff;
     font-size: 12px;
     top: 15px;
}
 .accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
     content: "\f218";
     font-family: "Ionicons";
}
 .accordion .panel-default > .panel-heading {
     padding: 0px;
     border-radius: 0px;
     overflow: hidden;
}
 .accordion .panel-default > .panel-heading a {
     text-decoration: none;
     font-size: 16px;
     width: 100%;
     background: #232955;
     font-weight: 500;
     padding: 10px 20px;
     color: #fff;
     line-height: 30px;
     display: inline-block;
     padding-right: 55px;
}
 .accordion .panel-default > .panel-heading .panel-title a.collapsed {
     background-color: #629ee7;
}
 .accordion .panel {
     box-shadow: none;
     border-radius: 4px;
     margin-bottom: 20px;
     position: relative;
     border: none;
     overflow: hidden;
}
 .accordion .panel-body {
     color: #b8b8b8;
     line-height: 24px;
     font-size: 12px;
}
 .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
     border: none;
     background: #fcb532;
     color: #323131;
     font-style: italic;
     line-height: 30px;
     font-size: 16px;
     padding: 15px 20px;
     font-weight: 500;
}
 .faqs-bg {
     background: url(../images/faqs-bg.html) center center repeat;
}
 .faqs-style-sec .accordion .panel-default > .panel-heading a {
     background: #fcb532;
     color: #323131;
     padding: 5px 30px;
     font-size: 15px;
     padding-bottom: 3px;
}
 .faqs-style-sec .accordion .panel-default > .panel-heading {
     border-radius: 20px;
}
 .faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a.collapsed {
     background: #ededed;
}
 .faqs-style-sec .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
     background: none;
     font-style: normal;
     font-size: 15px;
}
 .faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a:before {
     border: none;
     color: #5b99e4;
     top: 12px;
     line-height: 15px;
     border-radius: 50%;
     height: 15px;
     font-size: 9px;
     width: 15px;
     background: #fff;
}
 .faqs-style-sec .accordion .panel-default > .panel-heading .panel-title a.collapsed:before {
     color: #fff;
     top: 13px;
     line-height: 15px;
     border-radius: 50%;
     height: 15px;
     font-size: 9px;
     width: 15px;
     background: #5b99e4;
}
 .faqs-style-sec .accordion .panel {
     margin-bottom: 30px;
     background: none;
}
 .frequently {
     background: #232955;
}
 .frequently .faqs-style-sec .accordion .panel {
     background: none;
}
 .frequently .faqs-style-sec .accordion .panel-default > .panel-heading {
     background: none;
}
 .frequently .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
     color: #fff;
}
 .frequently .faqs-style-sec .accordion .panel {
     margin-bottom: 25px;
}
/*======================================================= Contact ========================================================*/
 .contact-detail {
     margin-bottom: 100px;
}
 .contact-detail li {
     list-style: none;
}
 .contact-detail li article {
     border: 1px solid #ececec;
     border-radius: 4px;
     padding: 20px 30px;
     margin-top: 12px;
}
 .contact-detail li article h5 {
     margin: 0px;
     margin-top: 20px;
     font-size: 24px;
}
 .contact-detail li article p {
     margin: 0px;
}
 .contact-detail li article img {
     margin-right: 10px;
}
 .contact-page li {
     list-style: none;
}
 .contact-page #contact_form {
     text-align: left;
}
 .contact-page #contact_form li label {
     color: #323131;
     font-weight: 500;
     text-transform: none;
     text-align: left;
     font-size: 15px;
}
 .contact-page #contact_form li input {
     background: #eaeaea;
     height: 40px;
     border-radius: 4px;
     margin-top: 10px;
}
 .contact-page #contact_form li textarea {
     background: #eaeaea;
     height: 100px !important;
     border-radius: 4px;
     margin-top: 10px;
     color: #323131;
}
 .map-block {
}
.cf-email {
    margin: 0px 0px 20px 0px;
}
/*======================================================= Cases ========================================================*/
 .cases {
     background: #232955;
}
 .cases article {
     background: #ffffff;
     border-radius: 4px;
     position: relative;
     overflow: hidden;
}
 .cases article img {
     border: 4px solid;
     border-color: transparent;
}
 .cases article:hover img {
     border-color: #fcb532;
}
 .cases article .text-sec {
     padding: 40px 30px;
}
 .cases article a {
     color: #629ee7;
     font-weight: 500;
     font-size: 18px;
     display: inline-block;
     margin-bottom: 20px;
}
 .cases article a i {
     font-size: 16px;
     display: none;
     margin-left: 10px;
}
 .cases article:hover a i {
     display: inline-block;
}
 .case-left {
     margin-bottom: 25px;
}
 .case-left .media-body a {
     font-size: 18px;
     color: #629ee7;
     display: inline-block;
     width: 100%;
     margin-bottom: 5px;
     font-weight: 500;
     margin-top: 5px;
}
 .case-left .img-sec {
     display: inline-block;
     position: relative;
     overflow: hidden;
     margin-right: 20px;
     width: 170px;
}
 .case-left .img-sec img {
     border-radius: 4px;
     width: 100%;
     border: 1px solid #dbdbdb;
}
 .case-left .media-body span {
     font-size: 14px;
     display: inline-block;
     width: 100%;
     font-weight: normal;
     color: #323131;
     margin-bottom: 10px;
     font-style: italic;
}
 .case-left p {
     font-size: 15px;
     margin-bottom: 0px;
}
 .case-left .media-body span {
     font-size: 14px;
     display: inline-block;
     width: 100%;
     font-weight: normal;
     color: #323131;
     font-style: italic;
}
/*======================================================= testimonial ========================================================*/
 .testimonial {
}
 .testi-inside {
     position: relative;
     background: url(../images/testi-bg.html) center top no-repeat;
}
 .testi-inside .qout {
     position: absolute;
     font-size: 260px;
     left: 300px;
     z-index: 11;
     top: -20px;
     color: #629ee7;
}
 #testi-slide {
     margin-top: -70px;
}
 .testimonial .slider-sec {
     max-width: 770px;
     margin: 0 auto;
     padding: 70px;
     background: #fff;
     padding-top: 0px;
     margin-top: 70px;
     margin-bottom: 30px;
     position: relative;
     text-align: center;
     box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
 .testimonial .slider-sec p {
     font-style: italic;
}
 .testimonial .slider-sec span {
     font-size: 16px;
     color: #323131;
     display: inline-block;
     width: 100%;
     font-weight: 200;
     margin-bottom: 40px;
}
 .testimonial .slider-sec h6 {
     font-size: 18px;
     color: #323131;
     font-weight: 500;
}
 .testimonial .icon-avatar {
     color: #fff;
     height: 120px;
     width: 120px;
     display: inline-block;
     margin: 0 auto;
     background: #f3f3f3;
     margin-bottom: 50px;
     border-radius: 50%;
     margin-top: -50px;
     text-align: center;
     margin-bottom: 50px;
}
 .testimonial .avatar-sec {
     margin-top: 160px;
     text-align: right;
     float: right;
     position: relative;
     z-index: 2;
     margin-right: 0px;
}
 .testimonial .owl-controls .owl-nav {
}
 .testimonial .owl-controls .owl-nav div {
     display: inline-block;
     margin: 0 10px;
     font-size: 28px;
     color: #7b7a7d;
}
 .testimonial .avatar-sec img {
     margin-bottom: 50px;
}
 .testimonial .owl-controls .owl-nav .owl-prev {
     display: inline-block !important;
     left: -100px;
     position: absolute;
     top: 45%;
}
 .testimonial .owl-controls .owl-dots {
     bottom: -30px;
     position: absolute;
     left: 0px;
     right: 0px;
     width: 100%;
     text-align: center;
}
 .testimonial .owl-controls .owl-dots div {
     display: inline-block;
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: rgba(255,255,255,0.3);
     margin: 0 0px;
     border: 2px solid #afafaf;
     margin-right: 5px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .testimonial .owl-controls .owl-dots div.active {
     border: 2px solid #629ee7;
}
 .testimonial .owl-controls .owl-dots div:hover {
     border: 2px solid #629ee7;
}
 .testimonial .owl-controls .owl-dots span {
     margin-bottom: 0px;
}
 .testimonial .owl-controls .owl-nav div {
     display: inline-block !important;
     color: #323131;
     background: none;
     font-size: 40px;
     margin: 0 5px;
     text-align: center;
     line-height: 65px;
     display: inline-block;
     border-radius: 50%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .testimonial .owl-controls .owl-nav div:hover {
     color: #fcb532;
}
 .testimonial .owl-controls .owl-nav .owl-prev {
     display: inline-block !important;
     left: -40px;
     position: absolute;
     top: 45%;
}
 .testimonial .owl-controls .owl-nav .owl-next {
     display: inline-block !important;
     right: -40px;
     position: absolute;
     top: 45%;
}
 .testimonial .owl-controls .owl-nav div:hover {
     background: #fff;
     color: #4488db;
}
 .client-img {
     margin-top: 80px;
}
 .client-img li {
     float: left;
     width: 20%;
     text-align: center;
}
 .testimonial.white-bg {
}
 .testimonial.white-bg .slider-sec p {
     color: #000000;
}
 .testimonial.white-bg .slider-sec h6 {
     color: #000000;
}
 .testimonial.white-bg .icon {
     color: #000000;
}
 .testimonial.white-bg .slider-sec span {
     color: #999999;
}
 .testimonial.white-bg .owl-controls .owl-dots div {
     background: rgba(0,0,0,0.3);
}
 .testimonial.white-bg .owl-controls .owl-dots div.active {
     background: #000;
}
 .testimonials-sec {
     background: rgb(98,158,231);
    /* Old browsers */
     background: -moz-linear-gradient(left, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(left, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to right, rgba(98,158,231,1) 0%, rgba(55,127,214,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#629ee7', endColorstr='#377fd6', GradientType=1 );
    /* IE6-9 */
}
 .testimonials-sec .item-slider {
     background: #fff;
     border-radius: 4px;
     background: #fff;
     padding: 28px;
     padding-top: 0px;
}
 .testimonials-sec .item-slider .avatar {
     margin-top: -55px;
     display: inline-block;
     margin-bottom: 30px;
     position: relative;
     z-index: 99;
}
 .testimonials-sec .item-slider h6 {
     text-transform: uppercase;
     color: #4488db;
     margin-bottom: 20px;
     font-weight: 500;
}
 .testimonials-sec .item-slider p {
     font-size: 15px;
}
 .testimonials-sec .item-slider {
     margin-top: 55px;
     position: relative;
     margin-bottom: 10px;
}
 .testimonials-sec .item-slider:before {
     border-radius: 0 0 10px 10px;
     position: absolute;
     background: rgba(255,255,255,0.5);
     content: "";
     height: 7px;
     width: 95%;
     left: 0px;
     right: 0px;
     margin: 0 auto;
     bottom: -7px;
}
 .testimonials-sec .owl-controls .owl-nav {
}
 .testimonials-sec .owl-controls .owl-nav div {
     display: inline-block !important;
     color: #fff;
     background: none;
     font-size: 20px;
     height: 60px;
     border: 1px solid #fff;
     width: 60px;
     margin: 0 5px;
     text-align: center;
     line-height: 65px;
     display: inline-block;
     border-radius: 50%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .testimonials-sec .owl-controls .owl-nav .owl-prev {
     display: inline-block !important;
     left: -100px;
     position: absolute;
     top: 45%;
}
 .testimonials-sec .owl-controls .owl-nav .owl-next {
     display: inline-block !important;
     right: -100px;
     position: absolute;
     top: 45%;
}
 .testimonials-sec .owl-controls .owl-nav div:hover {
     background: #fff;
     color: #4488db;
}
 .testimonials-sec .avatar-sec img {
     margin-bottom: 50px;
}
 .testimonials-sec .owl-controls .owl-dots {
     bottom: -60px;
     position: absolute;
     left: 0px;
     right: 0px;
     width: 100%;
     text-align: center;
}
 .testimonials-sec .owl-controls .owl-dots div {
     display: inline-block;
     height: 5px;
     width: 50px;
     border-radius: 10px;
     background: rgba(255,255,255,0.4);
     margin: 0 0px;
     margin-right: 5px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .testimonials-sec .owl-controls .owl-dots div.active {
     background: #fcb532;
}
 .testimonials-sec .owl-controls .owl-dots div:hover {
     background: #fcb532;
}
 .testimonials-sec .owl-controls .owl-dots span {
     margin-bottom: 0px;
}
 .testimonials-sec .owl-nav div:hover {
     opacity: 1;
}
 .testimonials-sec .owl-nav .owl-prev {
     left: 10%;
     position: absolute;
     top: 40%;
}
 .testimonials-sec .owl-nav .owl-next {
     right: 10%;
     position: absolute;
     top: 40%;
}
 .test-simple-in {
     background: #363d73;
     padding: 60px;
     border-radius: 4px;
     text-align: center;
     padding-top: 50px;
     position: relative;
     overflow: hidden;
     z-index: 1;
     min-height: 590px;
}
 .test-simple-in:before {
     background: #609ce6 url(../images/testi-simple-head.html) center center no-repeat;
     height: 110px;
     width: 100%;
     left: 0px;
     top: 0px;
     content: "";
     z-index: -1;
     position: absolute;
}
 .test-simple-in .avatar {
     height: 130px;
     width: 130px;
     display: inline-block;
     border-radius: 50%;
     position: relative;
     margin-bottom: 90px;
}
 .test-simple-in .test-inn p {
     color: #fefefe;
}
 .test-simple-in .test-inn h6 {
     font-size: 15px;
     color: #fff;
     font-weight: 500;
     margin-top: 30px;
     font-style: italic;
}
 .test-simple-in #testi-slide {
     margin-top: 0px;
}
 .test-simple-in .test-inn h6 span {
     color: #fcb532;
}
 .test-simple-in .test-inn i {
     display: inline-block;
     width: 100%;
     color: #232955;
     font-size: 120px;
     font-weight: 500;
     font-style: normal;
     margin: 20px 0;
     position: absolute;
     left: 0px;
     top: 120px;
}
 .test-simple-in .owl-controls .owl-nav {
     margin-top: 20px;
}
 .test-simple-in .owl-controls .owl-nav div {
     display: inline-block !important;
     color: #66a0e5;
     background: #232955;
     font-size: 26px;
     height: 60px;
     width: 60px;
     margin: 0 5px;
     text-align: center;
     line-height: 65px;
     display: inline-block;
     border-radius: 50%;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .test-simple-in .owl-controls .owl-nav div:hover {
     background: #fff;
     color: #232955;
}
 .our-team .heading-block-2.white hr {
     background: url(../images/hr-bar-team.html) no-repeat;
}
 .our-team .mem-name {
     position: absolute;
     top: 30px;
     right: 30px;
     color: #4488db;
     font-size: 16px;
     border-bottom: 2px solid #fcb532;
     font-style: italic;
}
 .our-team .item-slider p {
     line-height: 24px;
     font-style: italic;
}
 .our-team .icons-social {
     text-align: center;
     margin-top: 10px;
     display: inline-block;
     width: 100%;
}
 .our-team .icons-social a {
     color: #4488db;
     margin: 0 5px;
     font-size: 16px;
}
 .our-team .icons-social a:hover {
     color: #fcb532;
}
 .social-links {
     margin-top: 30px;
}
 .social-links a {
     margin-right: 20px;
     font-size: 18px;
     color: #333333;
}
/*======================================================= TOP Week Items ========================================================*/
 .top-week-item {
     background: url(../images/main-bg-slider-wide.jpg) center center no-repeat;
     background-size: cover;
}
 .top-week-item .nav {
     float: right;
}
 .top-week-item .nav li {
     float: left;
}
 .top-week-item .nav li a {
     padding: 0px 15px;
     font-size: 15px;
     color: #000 !important;
}
 .top-week-item .nav li.active {
     font-weight: 600;
}
 .top-week-item .small-list {
     margin-bottom: 30px;
}
 .top-week-item .small-list .item-img {
     display: inline-block;
     width: 160px;
     margin: 0px;
}
 .top-week-item .product .small-list .price {
     width: 100%;
     margin-bottom: 5px;
}
 .top-week-item .product .small-list .tittle {
     line-height: 18px;
}
 .top-week-item .product .small-list .tag {
     margin-top: 0px;
}
 .top-week-item .product .small-list .cart-btn {
     float: left;
     margin: 0px;
     height: 40px;
     width: 40px;
     line-height: 40px;
}
 .top-week-item .product .small-list p.rev {
     margin-bottom: 5px;
     margin-top: 0px;
}
/*======================================================= Clients ========================================================*/
 .clients-img {
     padding: 30px 0;
}
 .clients-img ul {
     margin: 0px;
     display: inline-block;
     width: 100%;
}
 .clients-img li img {
     opacity: 0.7;
}
 .clients-img li img:hover {
     opacity: 1;
}
 .clients-img li {
     float: left;
     width: 20%;
     margin-top: 0px;
     text-align: center;
     list-style: none;
}
 .clients-img.col-4 .item {
     text-align: center;
}
 .clients-img.col-4 li {
     width: 25%;
}
 .clients-img.col-4 .item a {
     border: 1px solid rgba(0,0,0,0.3);
     border-radius: 4px;
     padding: 25px 0;
}
 .clients-img.col-4 .item a:hover {
     border: 1px solid #000;
}
 .clients-img .item a {
     display: inline-block;
     width: 100%;
     opacity: 0.2;
}
 .clients-img .item a:hover {
     display: inline-block;
     width: 100%;
     opacity: 1;
}
 #client-slide-1 {
     margin-bottom: 30px;
}
 .clients-img .owl-controls .owl-dots {
     bottom: -60px;
     position: absolute;
     left: 0px;
     right: 0px;
     width: 100%;
     text-align: center;
}
 .clients-img .owl-controls .owl-dots div {
     display: inline-block;
     height: 18px;
     width: 18px;
     border-radius: 50%;
     background: rgba(255,255,255,0.3);
     margin: 0 0px;
     border: 2px solid #afafaf;
     margin-right: 5px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .clients-img .owl-controls .owl-dots div.active {
     border: 2px solid #629ee7;
}
 .clients-img .owl-controls .owl-dots div:hover {
     border: 2px solid #629ee7;
}
 .clients-img .owl-nav {
     display: none;
}
 .clients-img .owl-controls .owl-dots span {
     margin-bottom: 0px;
}
/*======================================================= Newslatter ========================================================*/
 .newslatter {
     background: #5cb85c;
     padding: 40px 0;
     position: relative;
     overflow: hidden;
}
 .newslatter:before {
     background: url(../images/env-icon.png) no-repeat;
     height: 144px;
     width: 201px;
     position: absolute;
     left: 25%;
     content: "";
     top: 10px;
}
.main-layout .newslatter h3 {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 12px 15px;
}

 .newslatter h3 span strong {
     color: #fff;
}
 .newslatter form {
     position: relative;
}
 .newslatter input {
     border-radius: 50px;
     height: 40px;
     width: 60%;
     color: #000;
     border: none;
     background: #fff;
     padding: 0 20px;
     font-size: 14px;
}
 .newslatter button {
         border: none;
    background: #006699;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    position: absolute;
    top: 0px;
    right: 170px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 50px 50px 0px;
}


.newsletter .follow-us {
    padding: 30px 5px;
    color: #fff;
}

.follow-us-btn i {
    font-size: 16px !important;
    color: #fff !important;
}

.follow-us-btn:hover i {
    color: black !important;
}

.newsletter .follow-us a:hover {
       color: #000;
}
.newsletter .follow-us h5 {
    text-transform: uppercase;
    font-family: 'semibold';
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

.follow-us-btn {
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
    margin-top: 5px;
	
	background: none;

	
	
}

.follow-us-btn .feather {
     width: 16px; 
    height: 16px;
}

.follow-us-btn {
    font-size: 12px;
    border-radius: 15px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 8px 15px;
    border: 1px solid;
}

.follow-us-btn:hover {
    color: #000;
	border:1px solid #000;
    background: #fff;
}

 .blog .pagination {
     margin-top: 80px;
     margin-bottom: 0px;
}
 .pagination>li>a, .pagination>li>span {
     font-weight: 500;
     color: #323131;
     padding: 8px 15px;
     padding-top: 10px;
     background: #f5f5f5;
}
 .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
     background: #5494e1;
     color: #fff;
}
 .pagination li a.active {
     background: #5494e1;
     color: #fff;
}
 .nxt-nd-prev {
     margin-top: 30px;
}
 .nxt-nd-prev h6 {
     font-size: 15px;
     max-width: 180px;
     line-height: 24px;
     display: inline-block;
}
 .nxt-nd-prev .p-img {
     display: inline-block;
     margin-right: 20px;
}
 .nxt-nd-prev .media-right .p-img {
     margin-right: 0px;
     margin-left: 20px;
}
 .nxt-nd-prev .p-img img {
     border-radius: 50%;
}
 .nxt-nd-prev a {
     font-weight: 500;
}
 .blog-post .up-part .admin-post .avatar {
}
 .blog-post .main-tittle:hover {
     text-decoration: underline !important;
}
 .blog-single h4 {
     color: #5494e1;
     font-weight: 500;
}
 .blog-single h5 {
     margin-bottom: 20px;
     font-weight: 500;
     font-size: 24px;
}
 .blog-single h6 {
     margin-bottom: 20px;
     font-weight: 500;
}
 .blog-single .blog-post {
     margin-top: 0px;
}
 .share {
     margin-top: 30px;
}
 .share span {
     font-weight: 500;
     font-size: 15px;
}
 .share {
     border-top: 1px solid #dddddd;
     padding-top: 15px;
}
 .share a {
     font-weight: 500;
     font-size: 15px;
     margin-left: 20px;
     color: #323131;
}
 .share a i {
     color: #5494e1;
     margin-right: 10px;
}
 .share a:hover {
     color: #5494e1;
}
 .post-admin {
     background: #eaeaea;
     padding: 30px;
     border-radius: 4px;
     margin-top: 30px;
}
 .post-admin .avatar {
     display: inline-block;
     margin-right: 10px;
}
 .post-admin .avatar img {
     border-radius: 50%;
}
 .post-admin p {
     margin-bottom: 0px;
}
 .post-admin h6 {
     font-weight: 500;
}
 .blog-single .check-list-tick {
     padding-left: 100px;
     margin-bottom: 40px;
     margin-top: 30px;
}
 .check-list-tick li p {
     margin-bottom: 0px;
     line-height: 36px;
}
 .check-list-tick li {
     background: url(../images/tick-list.html) left center no-repeat;
     padding-left: 30px;
     list-style: none;
}
 .tittle-side {
     font-weight: 500;
     color: #5494e1;
     border-bottom: 1px solid #dddddd;
     padding-bottom: 10px;
     position: relative;
}
 .tittle-side:before {
     content: "";
     background: #fcb532;
     height: 1px;
     width: 100px;
     position: absolute;
     bottom: -1px;
     left: 0px;
}
 .comments {
     margin-top: 50px;
}
 .comm-up {
     display: inline-block;
     width: 100%;
     margin-bottom: 20px;
}
 .comm-up label {
     font-weight: 500;
     font-size: 15px;
     width: 100%;
}
 .comm-up .col-md-5 label {
     float: left;
     width: 40%;
     margin-top: 8px;
}
 .comm-up .bootstrap-select {
     width: 60%;
     float: right !important;
     margin: 0px !important;
}
 .comm-up .bootstrap-select .btn {
     border: none;
     width: 100%;
     margin: 0px !important;
     background: #eaeaea;
     display: inline-block;
     border-radius: 4px;
     margin-top: 10px;
     color: #323131;
     font-size: 14px;
     font-weight: 500;
     height: 40px;
     padding-top: 10px;
     padding-left: 20px;
}
 .comm-up .bootstrap-select .dropdown-menu>li>a {
     font-weight: 500;
     line-height: 30px;
}
 .comm-up .bootstrap-select li {
     margin-bottom: 0px;
}
 .comm-up .bootstrap-select.btn-group .dropdown-menu {
     margin-top: 0px;
     border-radius: 0px;
}
 .comments .media {
     margin-bottom: 20px;
     display: inline-block;
     width: 100%;
     margin-top: 20px;
}
 .comments .media h6 {
     font-size: 16px;
     font-weight: 600;
}
 .comments .media h6 span {
     font-size: 14px;
     font-weight: 500;
     margin-left: 30px;
     display: inline-block;
}
 .comments h6 {
     font-size: 16px;
     font-weight: 600;
}
 .comments {
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 30px;
     margin-bottom: 30px;
}
 .add-comments h6 {
     font-size: 16px;
     font-weight: 600;
}
 .comments .media .avatar {
     width: 95px;
     display: inline-block;
}
 .comments .media .avatar img {
}
 .comments p {
     margin-bottom: 0px;
}
 .add-comments li {
     list-style: none;
}
 .add-comments li {
     list-style: none;
}
 .add-comments li label {
     font-weight: 500;
     color: #555555;
     width: 100%;
}
 .add-comments li input {
     background: #fff;
     box-shadow: none;
     height: 40px;
     font-size: 14px;
     border: 1px solid #e2e2e2;
     
     margin-bottom: 10px;
     padding: 0 20px;
     margin-top: 5px;
}
 .add-comments li textarea {
     background: #fff;
     box-shadow: none;
     height: 280px;
     width: 100%;
     border: 1px solid #e2e2e2;
     ;
     padding: 15px 20px;
     margin-top: 5px;
}
 .add-comments .btn-round {
     border: none;
     margin-top: 30px;
}
 .breadcrumb>li a {
     color: #888888;
}
 .breadcrumb>.active {
     color: #555555;
}
/*======================================================= Log In ========================================================*/

.msg_warning ul li {
    background: #ffd3d3;
    margin: 3px 0px;
    border: 1px solid #ffa3a3;
    padding: 5px 8px;
    color: #f00;
}

.msg_warning ul li {
    background: #ffd3d3;
    margin: 3px 0px;
    border: 1px solid #ffa3a3;
    padding: 5px 8px;
    color: #f00;
}

.msg_warning ul {
    list-style: none;
}
.login-form.new-customer-box {
    min-height: 265px;
}
.new-customer-buttons {
    margin: 25px 0px 0px 0px;
}
	.forget-form {
		
		width: 32% !important
		
	}

	.login-form {
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 100%;
		margin: 40px auto !important;
		background: #f7f7f7;
	}
	
	.checkout-login-form {
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 385px;
		margin: 40px auto !important;
		background: #f7f7f7;
	}
.lblcc {
    width: 100%;
}

.updatecc {
    float: right;
}

    .updatecc a {
        float: right;
        color: #3d9a46 !important;
        font-size: 15px;
    }
  
    .login-form h2 {
        margin: 0 0 15px;
		font-size: 28px;
    }
    .form-control, .login-btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .input-group-addon .fa {
        font-size: 18px;
    }
    .login-btn {
        font-size: 15px;
        font-weight: bold;
    }
	
    .or-seperator {
        margin-top: 20px;
        text-align: center;
        border-top: 1px solid #ccc;
    }
    .or-seperator i {
        padding: 0 10px;
        background: #f7f7f7;
        position: relative;
        top: -11px;
        z-index: 1;
    }   
	
	span.payment-radio-btn input {
    margin-right: 10px;
}

.liketopay {
    width: 100%;
    display: inline-block;
    margin: 20px 0px;
}





.forget-password-form{
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 33%;
		margin: 40px auto !important;
		background: #f7f7f7;
	}





/*======================================================= My Account ========================================================*/
.account-section .page-heading {
    text-align: center;
}

.account-status-div {
    text-align: center;
}
.account-tab-div {
    width: 72%;
    text-align: center;
    margin: 0 auto;
}

.acc-tab {
    border: 1px solid #7dbb29;
    font-size: 13px;
}
.acc-tab:hover {
    border: 1px;
}


	.my-account-form {
		overflow: auto;
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 70%;
		margin: 20px auto !important;
		background: #f7f7f7;
	}
	
	
	.my-account-form .form-group {
		padding: 0px 5px;
	}
   
    .my-account-form h2 {
        margin: 0 0 15px;
		font-size: 32px;
		
    }
    .my-account-form-control.form-control, .my-account-btn {
        min-height: 38px;
        border-radius: 2px;
    }
	
    .my-account-btn {
        font-size: 15px;
        font-weight: bold;
    }
	
.phone-text-box {
    border-color: #ccc !important;
    background: #fff !important;
    color: #555 !important;
    font-family: 'Lato', sans-serif !important;
    padding: 6px 12px !important;
    font-size: 14px !important;
}

/*======================================================= Alternate Shipping Address ========================================================*/
.shipping-section .page-heading {
    text-align: center;
}
.shipping-address-record {
    overflow: auto;
    padding: 18px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 20px auto !important;
    background: #f7f7f7;
}
.shipping-status-div {
    padding: 0;
    text-align: center;
}

	.shipping-address-form {
		overflow: auto;
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 70%;
		margin: 20px auto !important;
		background: #f7f7f7;
	}
	
	
	.shipping-address-form .form-group {
		padding: 0px 5px;
	}
   
    .shipping-address-form h2 {
        margin: 0 0 15px;
		font-size: 32px;
    }
    .shipping-address-control.form-control, .shipping-btn {
        min-height: 38px;
        border-radius: 2px;
    }
	
    .shipping-btn {
        font-size: 15px;
        font-weight: bold;
    }	
	
	.ship-link {
  padding: 4px 8px;
    font-size: 14px;
    margin-bottom: 5px;
}
.back {
    padding: 4px 8px;
    font-size: 14px;
}
	.shipping-status-col {
    padding: 0px;
}
/******************Shipping record Table****************/

.shipping-record-table th {
    color: #fff;
    background-color: #3a9947;
    border-color: #5bb167;
	border-top:1px solid #5bb167 !important;
}


/*======================================================= Billing Address ========================================================*/
.billing-section .page-heading {
    text-align: center;
}

.billing-status-div {
    padding: 0;
    text-align: center;
}

.billing-status-col {
    padding: 0px;
}

	.billing-address-form {
		overflow: auto;
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 70%;
		margin: 20px auto !important;
		background: #f7f7f7;
	}
	
	
	.billing-address-form .form-group {
		padding: 0px 5px;
	}
   
    .billing-address-form h2 {
        margin: 0 0 15px;
		font-size: 32px;
    }
    .billing-address-form-control.form-control, .billing-btn {
        min-height: 38px;
        border-radius: 2px;
    }
	
    .billing-btn {
        font-size: 15px;
        font-weight: bold;
    }	
	
	
/******************billing record Table****************/

.billing-address-record th {
    font-weight: 600;
    padding: 5px 5px;
    color: #fff;
    background-color: #3a9947;
    border-color: #5bb167;
    border-top: 1px solid #5bb167 !important;
    font-size: 13px;
}

.billing-address-record td {

    padding: 5px 5px;
  
   
    font-size: 13px;
}
	
	
	
	
	
	
/********************* Change Password **********/
	
	.change-password-form {
		overflow: auto;
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 35%;
		margin: 20px auto !important;
		background: #f7f7f7;
	}
	
	
	.change-password-form .form-group {
		padding: 0px 5px;
	}
   
    .change-password-form h2 {
        margin: 0 0 15px;
		font-size: 32px;
    }
    .change-password-form-control.form-control, .change-password-btn {
        min-height: 38px;
        border-radius: 2px;
    }
	
    .change-password-btn {
        font-size: 15px;
        font-weight: bold;
    }
 



/*======================================================= SignUp ========================================================*/

	.signup-form {
		padding: 18px;
		box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
		width: 600px;
		margin: 40px auto !important;
		background: #f7f7f7;
	}
	
	
	.signup-form .form-group {
		padding: 0px 5px;
	}
	.signup-form .form-group span {
    position: absolute;
    right: 12px;
    top: 5px;
}

 span.long-text-warning {
       position: inherit !important;
    font-size: 10px;
    top: 0 !important;
    right: 0 !important;
}
   
    .signup-form h2 {
        margin: 0 0 15px;
		font-size: 32px;
    }
    .signup-form-control.form-control, .signup-btn {
        min-height: 38px;
        border-radius: 2px;
    }
    .signup-input-group-addon.input-group-addon .fa {
        font-size: 18px;
    }
    .signup-btn {
        font-size: 15px;
        font-weight: bold;
    }
	
   
    .signup-or-seperator.or-seperator {
        margin-top: 20px;
        text-align: center;
        border-top: 1px solid #ccc;
    }
     




/*======================================================= Big Bnr Add ========================================================*/
 .big-bnr-add {
     background: url(../images/b-bnr-bg.jpg) no-repeat;
     background-size: cover;
     min-height: 250px;
     padding: 30px;
}
 .big-bnr-add .price {
     font-weight: 800;
     color: #8dc73f;
     float: left;
     font-size: 30px;
}
 .big-bnr-add span.line-through {
     color: #aaaaaa;
     text-decoration: line-through;
     font-weight: normal;
     margin-left: 10px;
     font-size: 24px;
}
 .big-bnr-add .btn-round {
     color: #8dc73f;
     margin-top: 20px;
}
 .big-bnr-add .btn-round {
     color: #fff;
}
 .big-bnr-add h3 {
     margin-top: 0px;
     font-size: 30px;
     font-weight: 600;
}
 .big-bnr-add .text-sec {
     padding: 30px;
     padding-bottom: 0px;
}
/*======================================================= Side Bar ========================================================*/
 .shop-side-bar .search {
     display: inline-block;
     width: 100%;
     position: relative;
     margin-bottom: 40px;
}
 .shop-side-bar .search label {
     color: #fff;
     width: 100%;
     position: relative;
}
 .shop-side-bar .search button {
     position: absolute;
     right: 0px;
     color: #fff;
     background: #5cb85c;
     border: none;
     width: 40px;
     top: 0px;
     height: 40px;
     line-height: 40px;
     border-radius: 0 4px 4px 0px;
}
 .shop-side-bar .search input {
     border: 1px solid #dddddd;
     padding-left: 20px;
     outline: none !important;
     font-weight: normal;
     background: none;
     color: #dddddd;
     width: 100%;
     border-radius: 4px;
     height: 40px;
}
 .sidebar li {
     list-style: none;
     position: relative;
}
 .sidebar .latest-post-small {
}
 .sidebar .latest-post-small .media-body a {
     color: #323131;
}
 .sidebar .latest-post-small .media-body a:hover {
     text-decoration: underline !important;
     color: #5494e1;
}
 .sidebar .latest-post-small .media-body span {
     color: #323131;
}
 .categ li a {
     font-weight: 500;
     font-size: 15px;
     padding-left: 30px;
     line-height: 35px;
}
 .categ li a:hover {
     color: #69a1e4;
}
 .categ li a:before {
     font-family: 'Linearicons-Free';
     content: "\e87a";
     position: absolute;
     left: 0px;
     color: #69a1e4;
}
 .tags li {
     display: inline-block;
}
 .tags li a {
     display: inline-block;
     border-radius: 20px;
     background: #eaeaea;
     font-weight: 500;
     padding: 8px 18px;
     margin-bottom: 10px;
}
 .tags li a:hover {
     background: #fcb532;
}
 .news-leter input {
     background: #eaeaea;
     box-shadow: none;
     height: 40px;
     font-size: 14px;
     border: none;
     margin-bottom: 20px;
     padding: 0 20px;
     width: 100%;
}
/*======================================================= Pages Linking ========================================================*/
 .linking .breadcrumb {
     background: #fff;
     border-bottom: 1px solid #e5e5e5;
     padding-left: 0px;
}
 .linking .breadcrumb>li+li:before {
     content: "\f105";
     font-family: 'FontAwesome';
}
/*======================================================= Shop Side Bar ========================================================*/
 .shop-side-bar h6 {
	 border-radius: 4px;
     font-size: 16px;
     color: #222222;
	 background: #f5f5f5;
     font-weight: 600;
     margin-top: 0px;
	 margin-bottom:5px;
	 padding:8px 0px 8px 10px;
}
 .shop-side-bar ul {
     margin-bottom: 25px;
}
 .shop-side-bar .sizes {
     margin-bottom: 50px;
}
 .shop-side-bar .sizes a {
     display: inline-block;
     height: 42px;
     width: 42px;
     line-height: 40px;
     border: 1px solid #e0e0e0;
     border-radius: 50%;
     text-align: center;
     font-weight: bold;
     margin-right: 10px;
     margin-top: 10px;
}
 .shop-side-bar .sizes a.choosed {
     background: #5cb85c;
     border-color: #5cb85c;
     color: #fff;
}
 .shop-side-bar .rating a {
     color: #fecb00;
     font-size: 14px;
}
 .shop-side-bar .rating a i {
     margin-right: 2px;
}
 .shop-side-bar .rating .fa-star-o {
     color: #aaaaaa;
}
 .shop-side-bar .rating a span {
     color: #aaaaaa;
     font-size: 12px;
     margin-left: 5px;
}
 .shop-side-bar .sizes a:hover {
     background: #5cb85c;
     border-color: #5cb85c;
     color: #fff;
}
 .shop-side-bar li {
     list-style: none;
     line-height: 25px;
}

a.filter-subcat {
    font-weight: 600;
}

.shipping-rates label {
    font-weight: 100 !important;
    padding-left: 3px !important;
    padding-right: 16px !important;
}
.LiftGate {
    /*padding-top: 10px;
    float: left;*/
}

.LiftGate input {
    height: 16px;
    width: 16px;
}

.LiftGate label {
    padding-left: 4px;
    color: #000000;
    font-weight: 100 !important;
}



.shop-side-bar label span {
    font-size: 12px;
    color: #aaaaaa;
    margin-left: 5px;
}



 .shop-side-bar .checkbox label::before {
     height: 15px;
     width: 15px;
     margin-top: 2px;
}
 .shop-side-bar .checkbox label::after {
     font-size: 8px;
     padding-top: 2px;
     padding-left: 4px;
}
 .shop-side-bar label span {
     font-size: 12px;
     color: #aaaaaa;
     margin-left: 5px;
}
 .checkbox-primary input[type="checkbox"]:checked + label::before, .checkbox-primary input[type="radio"]:checked + label::before {
     background: #5cb85c;
     border-color: #5cb85c;
}
 .recent-post .media-left a {
     display: inline-block;
     width: 80px;
}
 .recent-post {
     margin-bottom: 30px;
}
 .recent-post .media {
     margin-top: 10px;
     margin-bottom: 20px;
}
 .recent-post .media-body span {
     font-size: 12px;
     margin-right: 5px;
     padding-right: 5px;
     border-right: 1px solid #ececec;
     color: #999999;
}

 .quote-day i {
     height: 34px;
     width: 34px;
     border-radius: 50%;
     color: #fff;
     text-align: center;
     line-height: 34px;
     display: inline-block;
     margin-bottom: 15px;
     background: #5cb85c 
}
 .recent-post .media-body span:nth-child(1) {
     border: none !important;
}
 .recent-post .media-body a {
     font-weight: 600;
     font-size: 14px;
     line-height: 18px;
     width: 100%;
     display: inline-block;
}
/*======================================================= SIngle Blog ========================================================*/
 .blog-single blockquote {
     font-style: italic;
     font-size: 18px;
     font-weight: 500;
     color: #222222;
     border: none;
     padding: 0px;
     padding: 20px 50px;
     padding-left: 70px;
}
 .blog-single article {
     border-bottom: 1px solid #e5e5e5;
     padding-bottom: 50px;
     margin-bottom: 50px;
}
/*======================================================= PRICING RANGE ========================================================*/
 .cost-price-content {
}
 .cost-price-content h5 {
     margin-bottom: 30px;
}
 .noUi-background {
     margin-bottom: 20px;
}
 .cost-price-content .btn {
     padding: 6px 20px;
     font-size: 12px;
     font-weight: normal;
     color: #fff;
}
 .cost-price-content {
     display: inline-block;
     position: relative;
     margin-top: 5px;
     width: 100%;
     margin-bottom: 30px;
}
 .cost-price-content span {
     letter-spacing: 0px;
}
 .cost-price-content .btn-round {
     margin-top: 30px;
     padding: 7px 20px;
     text-transform: none;
}
 .price-min {
     top: 0px;
     left: 0%;
     position: absolute;
     border: 1px solid #dddddd;
     border-radius: 2px;
     height: 30px;
     line-height: 28px;
     color: #555555;
     width: 70px;
     text-align: center;
     background: #fff;
}
 .price-max {
     top: 0px;
     left: 100px;
     position: absolute;
     border: 1px solid #dddddd;
     border-radius: 2px;
     height: 30px;
     line-height: 28px;
     color: #555555;
     background: #fff;
     width: 70px;
     text-align: center;
}
 .noUi-horizontal .noUi-handle {
     background: #5cb85c;
     border: none;
     height: 12px;
     width: 12px;
}
/*======================================================= CONTACT FORM ========================================================*/
 .contact .error {
     border: none;
     border: 1px solid red !important;
}
 .contact .error:before {
     content: "\f071";
     font-family: 'FontAwesome';
     position: absolute;
     color: red;
}
 .success-msg {
     border: 2px solid rgba(0,0,0,0.2);
     margin-bottom: 30px;
     width: 100%;
     display: inline-block;
     text-align: center;
     padding: 20px 16px;
     border-radius: 4px;
     display: none;
}
 .success-msg i {
     padding: 10px;
     border-radius: 50%;
     border: 1px solid #ABD0A8;
     margin-right: 10px;
}
 #contact_form li {
     margin-bottom: 20px;
     list-style: none;
}
 #contact_form li label {
     color: #555555;
}
 #contact_form li input {
     display: inline-block;
     width: 100%;
     line-height: 40px;
     height: 40px;
     padding: 0px 20px;
     background: #fff;
     box-shadow: none;
     color: #000;
     text-transform: none;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #contact_form li .form-control {
     border: 1px solid #e4e4e4 !important;
     border-radius: 4px;
     color: #000;
     background: none;
     box-shadow: none;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 #contact_form li textarea {
     height: 250px !important;
     text-transform: none;
     background: #f5f5f5;
     padding: 15px 20px !important;
     color: #fff;
     font-size: 12px;
}
 .contact-form button {
     border: none;
     float: left;
}
 .contact-form label {
     color: #fff;
     font-size: 14px;
     width: 100%;
     margin: 0px;
     line-height: 26px;
     position: relative;
     background: none;
     font-weight: normal;
     text-align: left;
}
 .contact-form label span {
     color: #fff;
}
 .contact-form textarea {
     display: inline-block;
     width: 100%;
     position: relative;
     padding: 10px 20px;
}
 .contact-form #contact_form li .form-control:focus {
}
 .contact-form button {
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .contact-info {
     padding: 40px 30px;
     border: 2px solid #eeeeee;
}
 .contact-info h5 {
     font-weight: 600;
     margin: 0px;
     margin-bottom: 5px;
     font-size: 18px;
}
 .contact-info p {
     margin: 0px;
}
 .contact-info h6 {
     font-weight: 600;
     margin: 0px;
     margin-bottom: 5px;
     font-size: 16px;
     margin-top: 30px;
}
/*======================================================= SKILLS ========================================================*/
 .skill-bg {
     background: url(../images/free-skill-bg.html) center center no-repeat;
     background-size: cover;
}
 .skills h6 {
     text-transform: uppercase;
     line-height: 40px;
}
 .progress-bars p {
     margin: 0px;
     font-size: 15px;
     color: #000;
     font-weight: bold;
     text-align: left;
}
 .progress-bars {
     display: inline-block;
     width: 100%;
     position: relative;
}
 .progress {
     border-radius: 0px;
     position: relative;
     background: #bdbdbd;
     box-shadow: none;
     display: inline-block;
     width: 100%;
     overflow: inherit;
     position: relative;
     height: 9px;
     margin-bottom: 0px;
     margin-top: 5px;
     border-radius: 0px;
     border: none;
}
 .bar {
     margin-bottom: 40px;
}
 .progress-bar {
     border-radius: 0px;
     background: #5cb85c;
     height: 9px;
     box-shadow: none;
}
 .progress-bar-tooltip {
     float: right;
     color: #222222;
     font-size: 16px;
     height: 15px;
     padding: 0 5px;
     line-height: 15px;
     font-weight: 600;
     margin-top: -25px;
     position: relative;
}
/*======================================================= Team ========================================================*/
 .team h3 {
     font-size: 16px;
     font-weight: 600;
     margin-bottom: 5px;
}
 .team span {
     font-size: 14px;
     color: #888888;
     display: inline-block;
     margin-bottom: 30px;
}
/*======================================================= FOOTER ========================================================*/
 footer {
	/*margin-top: 15px; */
    padding: 0px;
    padding-bottom: 50px;
    padding-top: 15px;
    background: #f8f8f8;
    position: relative;
    border-top: 2px solid #eee;
}
 footer h4 {
     font-size: 20px;
     margin: 0px;
     margin-bottom: 20px;
     font-weight: 600;
}
footer h4:after {
    width: 50%;
    display: block;
    content: "";
    height: 3px;
    background: #69ab1c;
}

footer h4.footer-cate-head:after {
    width: 76%;
    display: block;
    content: "";
    height: 3px;
    background: #69ab1c;
}



 footer p {
     color: #555555;
}
 .foot-link {
     border-bottom: 1px solid #e5e5e5;
     margin-bottom: 60px;
}
 .foot-link ul {
     margin: 0px;
}
.categories-footer-list li {
    float: left;
    width: 50%;
}

 .foot-link li {
     display: inline-block;
     margin-right: 20px;
}
 .foot-link li a {
     font-size: 14px;
     display: inline-block;
     padding: 15px 0;
     color: #555555;
}
 footer .logo-foot {
     margin-bottom: 50px;
}
 footer .contact-info {
     padding-left: 50px;
}
 footer .contact-info li {
     list-style: none;
}
 footer .contact-info p {
     font-weight: normal;
}
 footer .contact-info i {
     color: #629ee7;
     margin-top: 10px;
     font-size: 18px;
     margin-right: 20px;
     width: 30px;
     text-align: right;
     display: inline-block;
}
 footer .social {
     margin-top: 30px;
}
 footer .social p {
     color: #d1d7ff;
     font-weight: normal;
}
 footer .social p a {
     color: #fff;
     font-weight: 600;
}
 .footer-contact h5 {
     font-size: 24px;
     color: #fff;
     margin-top: 0px;
     padding-bottom: 15px;
     font-weight: 500;
     margin-bottom: 15px;
     border-bottom: 1px solid rgba(255,255,255,0.1);
}
 .footer-contact .contact-form {
     margin-top: 20px;
}
 .footer-contact li {
     list-style: none;
     margin-bottom: 20px;
}
 .footer-contact #contact_form li input {
     background: #191e44;
     border-radius: 4px;
     color: #fff;
}
 .footer-contact #contact_form li .form-control {
     color: #fff;
}
 .footer-contact #contact_form li input {
     height: 45px;
     font-size: 15px;
     line-height: 45px;
}
 .footer-contact #contact_form li textarea {
     background: #191e44;
     border-radius: 4px;
     height: 90px !important;
     font-size: 15px;
}
 .footer-contact #contact_form li button {
     color: #fff;
     float: right;
     color: #fff;
     background: none;
     border: none;
     margin-right: 15px;
     font-size: 30px;
     margin-top: -70px;
     outline: none !important;
}
 .footer-contact .contact-form {
}
 .rights {
     background: #464646;
     padding: 10px 0;
     padding-bottom: 15px;
}
 .rights p {
	 text-align:center;
     margin-bottom: 0px;
     font-size: 14px;
     margin-top: 8px;
	 color:#fff;
}

 .rights p a{
	
	 color:#fff;
}

 .rights ul {
     text-align: right;
     margin-bottom: 0px;
}
 .rights ul li {
     display: inline-block;
     margin-left: 50px;
     list-style: circle;
}
 .rights ul li a {
     font-weight: 500;
     line-height: 30px;
}
 .rights ul li a:hover {
     text-decoration: underline !important;
}
 .rights.dark {
     background: #2e2e2e;
}
 .rights.dark p {
     color: #888888;
}
 .newsleter-footer button {
     border: none;
     width: 100%;
     text-align: center;
     margin-top: 10px;
}
 .newsleter-footer input {
     width: 100%;
     border-radius: 50px;
     border: none;
     padding: 0 20px;
     height: 45px;
     border: 1px solid #dddddd;
     text-align: center;
}
 .footer-dark {
     background: #333333;
     padding-bottom: 0px;
}
 .footer-dark .shipping-info {
     background: none;
     margin-top: 40px;
}
 .footer-dark .shipping-info ul {
     border: none;
     border-top: 1px solid #454545;
}
 .footer-dark .shipping-info ul li {
     border: none;
}
 .footer-dark .shipping-info li i {
     color: #888888;
}
 .footer-dark .shipping-info li h5 {
     color: #fff;
}
 .footer-dark .shipping-info li {
     padding: 30px 0;
}
 .footer-dark .links-footer li a {
     color: #888888;
}
 .footer-dark p {
     color: #888888;
}
 .footer-dark .links-footer li p {
     color: #888888;
}
 .footer-dark h4 {
     color: #ffffff;
}
 .footer-dark .newslatter button {
     background: #cd2036;
}
 .footer-dark .social-links a {
     color: #888888;
}
 .footer-dark .social-links a:hover {
     color: #fff;
}
 .footer-dark .newslatter i {
     float: left;
     font-size: 36px;
     color: #aaaaaa;
     margin-right: 15px;
     height: 50px;
}
 .footer-dark .newslatter {
     background: none;
     border-bottom: 1px solid #454545;
     margin-bottom: 40px;
}
 .footer-dark .newslatter:before {
     display: none;
}
 .footer-dark .newslatter {
     padding-bottom: 30px;
}
 .footer-dark .newslatter h3 {
     font-size: 20px;
     line-height: 20px;
}
 .footer-dark .newslatter small {
     display: inline-block;
}
 .footer-dark .foot-link li a {
     color: #aaaaaa;
}
 .footer-dark .foot-link {
     border-bottom: 1px solid #454545 
}
/*======================================================= Short Listing ========================================================*/
 .short-lst .bootstrap-select.btn-group .dropdown-toggle .filter-option {
     color: #555555;
}
 .short-lst h2 {
     font-size: 20px;
     margin-top: 0px;
     margin-bottom: 20px;
}
 .short-lst {
     margin-bottom: 20px;
}
 .short-lst ul p {
     margin-bottom: 0px;
}
 .short-lst ul {
     display: inline-block;
     width:100%: 
}
 .short-lst ul li {
     padding-right: 15px;
     margin-right: 15px;
     border-right: 1px solid #e5e5e5;
     float: left;
}
 .short-lst ul li:nth-last-child(1) {
     border-right: none;
}
 .short-lst ul {
     list-style: none;
}
 .short-lst .bootstrap-select {
     width: 100%;
}
 .short-lst .dropdown-menu>li>a {
     padding: 5px 10px;
     min-width: 130px;
}
 .short-lst .bootstrap-select .btn {
     margin: 0px;
     color: #555555;
     width: 100%;
     outline: none !important;
     box-shadow: none;
     border: none;
     text-align: left;
     padding: 0px 0px;
     font-size: 14px;
     background: none !important;
     border-radius: 0px;
     padding-right: 20px;
}
 .short-lst .bootstrap-select.btn-group .dropdown-menu li {
     padding: 0px;
     border: none;
     margin: 0px;
}
 .short-lst .grid-layer a {
     color: #888888;
     font-size: 16px;
}
 .short-lst .grid-layer a.active {
     color: #5cb85c;
}
 .short-lst .bootstrap-select.btn-group .dropdown-toggle .caret {
     right: 0px;
}
 .short-lst .bootstrap-select.btn-group .dropdown-menu {
     border: none;
     border-radius: 0px;
}
/*======================================================= Order Success ========================================================*/
 .order-success {
     max-width: 550px;
     margin: 120px auto;
     text-align: center;
}
 .order-success .btn-round {
     margin-top: 50px;
}
 .order-success h6 {
     font-weight: 600;
     margin-top: 40px;
     margin-bottom: 20px;
}
 .order-success i {
     border: 2px solid #5cb85c;
     color: #5cb85c;
     height: 97px;
     width: 97px;
     border-radius: 50%;
     font-size: 30px;
     line-height: 93px;
}
 .order-success.error-page a {
     color: #5cb85c;
}
 .order-success.error-page h3 span {
     color: #5cb85c;
}
 .order-success.error-page h3 {
     font-size: 36px;
     font-weight: 600;
}
/*======================================================= Pagination ========================================================*/
 .pagination {
     border: none;
     margin: 0px;
}
 .pagination li a:hover {
     background: #83bb2b;
     color: #fff;
}
 .pagination li a {
     border: 1px solid #eaeaea;
     background: #fff;
     height: 32px;
     width: 32px;
     padding: 0px;
     border-radius: 4px;
     text-align: center;
     line-height: 30px;
     margin-right: 3px;
}
 .pagination li a:hover {
     background: #333;
     color: #fff;
     border: 1px solid #333;
}
 .pagination li a.active {
     background: #5cb85c;
     color: #fff;
     border: 1px solid #5cb85c;
}
/*======================================================= Filter Links ========================================================*/
 .filter-links {
     background: #fff;
     border: 1px solid #eeeeee;
     padding: 20px;
}
 .filter-links ul {
     margin-bottom: 20px;
}
 .filter-links li {
     list-style: none;
     line-height: 40px;
     color: #555555;
}
 .filter-links li a {
     line-height: 40px;
     color: #555555;
     display: inline-block;
     width: 100%;
}
 .filter-links li a span {
     float: right;
     color: #aaaaaa;
     font-size: 12px;
}
 .filter-links li a:hover {
     padding-left: 5px;
}
 .filter-links h5 {
     margin: 0px;
     margin-top: 10px;
     margin-bottom: 10px;
     padding-bottom: 15px;
     font-weight: 600;
     color: #83bb2b;
     font-size: 17px;
     border-bottom: 1px solid #e5e5e5;
}
/*======================================================= list Bullet Round ========================================================*/
 .bullet-round-list {
     position: relative;
}
 .bullet-round-list li {
     position: relative;
     padding-left: 20px;
}
 .bullet-round-list li:before {
     height: 6px;
     width: 6px;
     content: "";
     border-radius: 50%;
     position: absolute;
     left: 0px;
     top: 12px;
     background: #cccccc;
}
/*======================================================= Laypouut 5 ========================================================*/
 .lay-5-links h5 {
     margin: 0px;
     margin-bottom: 15px;
     font-size: 18px;
     font-weight: 600;
}
 .lay-5-links li {
     list-style: none;
}
 .lay-5-links li:nth-last-child(1):before {
     display: none;
}
 .lay-5-links {
     padding: 30px;
     border: 2px solid #ededed;
     background: url(../images/bnt-btn-img.jpg) bottom no-repeat;
     min-height: 680px;
     background-size: contain;
}
 .lay-5-links li a {
     line-height: 30px;
     color: #555555;
     font-size: 14px;
}
 .layout-5 .under-items .product article .tittle {
     color: #555555;
     line-height: 16px;
     display: inline-block;
     min-height: inherit;
}
 .layout-5 .product article.slider-item .tittle {
     line-height: 20px;
     min-height: 60px;
}
 .layout-5 .under-items .flex-control-thumbs li {
     width: 33.3333%;
     padding: 5px;
}
 .layout-5 .under-items .product article .cart-btn {
     margin-top: -10px;
}
 .under-items .slider-item {
     padding-bottom: 20px;
}
 .layout-5 .under-items .item-col-2 .product {
     margin-bottom: 20px;
}
 .layout-5 .under-items .product article .tag {
     margin: 5px 0;
}
 .layout-5 .under-items .product .slider-item .tag {
     margin: 10px 0;
}
 .layout-5 .under-items .slider-item {
     padding-bottom: 20px;
     min-height: 687px;
}
 .layout-5 .product .on-nav .flex-control-thumbs {
     margin-top: 15px;
}
/*======================================================= FOOTER STYLE ========================================================*/




 .links-footer ul {
}
 .links-footer li {
     list-style: none;
}
 .links-footer li a {
	     font-size: 13px;
     line-height: 25px;
     display: inline-block;
     width: 100%;
     color: #555555;
     font-weight: 500;
}
 .links-footer li a:hover {
     padding-left: 5px;
}
 .links-social {
}
 .links-social li {
     list-style: none;
}
 .links-social li a {
     line-height: 46px;
     display: inline-block;
     width: 100%;
     color: #b3b7da;
     font-weight: 500;
}
 .links-social li a i {
     margin-right: 10px;
}
 .links-social li a:hover {
     color: #fcb532;
}
 .links-footer.ser {
     padding-left: 15px;
     list-style: circle;
}
 .links-footer.ser li {
     list-style: disc;
     color: #b3b7da;
}
 .links-footer.ser li a {
     color: #b3b7da;
}
 .links-footer.ser li a:hover {
     color: #fcb532;
}
 .con-info p {
     color: #b3b7da;
}
 .con-info span {
     color: #fff;
     display: inline-block;
     width: 100%;
}

 .rights.style-2 {
     text-align: center;
     background: #181d45;
}
 .rights.style-2 p {
     color: #7f84b2;
     font-size: 14px;
}
/*======================================================= Wide Add ========================================================*/
 .dream-adds {
     background: url(../images/dream-add-bnr.png) center center no-repeat;
     height: 174px;
     text-align: center;
     padding-top: 30px;
}
 .dream-adds h3 {
     margin: 0px;
     font-size: 30px;
     color: #101f29;
     font-weight: 700;
}
 .dream-adds h5 {
     margin: 0px;
     font-size: 18px;
     color: #888888;
     font-weight: normal;
}
 .dream-adds span {
     margin: 0px;
     font-size: 30px;
     color: #dd571c;
     font-weight: 800;
}
 .dream-adds span small {
     margin: 0px;
     font-size: 18px;
     color: #888888;
     font-weight: normal;
}
/*======================================================= Newsletter ========================================================*/
 .newsletter {
     position: relative;
}
 .newsletter form {
     margin-top: 60px;
     position: relative;
}
 .newsletter label {
     font-weight: normal;
     color: #fff;
     font-size: 12px;
     text-transform: uppercase;
     display: inline-block;
     width: 100%;
     margin: 0px;
     line-height: 26px;
     position: relative;
     background: #000;
}
 .newsletter button {
     position: absolute;
     top: 0px;
     right: 0px;
     height: 50px;
     font-weight: 800;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .newsletter .icon-btn {
     margin-right: 20px;
     display: inline-block;
}
 .newsletter input {
     display: inline-block;
     width: 100%;
     height: 50px;
     padding: 0px;
     border: 1px solid;
     border-color: transparent;
     background: none;
     border: none;
     box-shadow: none;
     border-radius: 0px;
     background: #fff;
     color: #000;
     font-size: 12px;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     margin: 0 auto;
}
 .newsletter .form-control {
     border: none;
     border-radius: 0px;
     color: #000;
     margin-bottom: 10px;
     padding: 0px 20px;
     font-size: 12px;
     background: #fff;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .newsletter span {
     font-size: 12px;
     color: #999999;
}
 .map-wrapper {
     height: 350px;
     margin-bottom: 0px;
}
/*======================================================= GO TO TOP ========================================================*/
 .cd-top {
     display: inline-block;
     height: 40px;
     width: 40px;
     z-index: 9;
     position: fixed;
     bottom: 10px;
     right: 10px;
     color: #000;
     border-radius: 50%;
     font-size: 26px;
     text-align: center;
     line-height: 32px;
     border: 2px solid #000;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     overflow: hidden;
     white-space: nowrap;
     background: none;
     visibility: hidden;
     opacity: 0;
     -webkit-transition: opacity .3s 0s, visibility 0s .3s;
     -moz-transition: opacity .3s 0s, visibility 0s .3s;
     transition: opacity .3s 0s, visibility 0s .3s;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     -ms-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}
 .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
     -webkit-transition: opacity .3s 0s, visibility 0s 0s;
     -moz-transition: opacity .3s 0s, visibility 0s 0s;
     transition: opacity .3s 0s, visibility 0s 0s;
}
 .cd-top.cd-is-visible {
     visibility: visible;
     opacity: 0.8;
}
 .cd-top.cd-fade-out {
     opacity: .5;
}
 .no-touch .cd-top:hover {
     background-color: #000;
     opacity: 1;
     color: #fff;
}
/*======================================================= Wide Bnr ========================================================*/
 .wide-bnr {
     background: url(../images/sale-bnr-large.jpg) no-repeat;
     background-size: cover !important;
     margin: 80px 0;
     margin-top: 0px;
     padding: 45px;
     display: inline-block;
     width: 100%;
}
 .wide-bnr h5 {
     display: inline-block;
     color: #fff;
     margin-bottom: 0px;
}
 .wide-bnr h5 span {
     font-weight: bold;
}
 .wide-bnr .btn {
     border: none;
     float: right;
     background: #7a9b08;
}
 .some-cate {
     padding: 30px;
     margin-bottom: 40px;
     border: 2px solid #f0f0f0;
     position: relative;
     background: #fff;
}
 .some-cate h5 {
     margin: 0px;
     margin-bottom: 15px;
     font-size: 18px;
     font-weight: 600;
}
 .some-cate li {
     list-style: none;
}
 .some-cate li a {
     color: #888888;
     line-height: 26px;
}
 .some-cate li:nth-last-child(1) a {
     color: #f74b16;
}
 .some-cate li a:hover {
     color: #f74b16;
     padding-left: 5px;
}
 .some-cate img {
     position: absolute;
     right: 0px;
}
/*======================================================= Shop Listing ========================================================*/
 .shop-listing .avatar {
     display: inline-block;
     width: 80px;
     height: 80px;
     padding: 5px;
     border: 1px solid #e6e6e6;
}
 .shop-listing .media-body a {
     font-size: 14px;
     margin-top: 5px;
     color: #555555;
     display: inline-block;
}
 .shop-listing .price {
     font-weight: bold;
     color: #333333;
     font-size: 16px;
     display: inline-block;
     width: 100%;
}
 .shop-listing.on-list .price {
     font-weight: bold;
     color: #333333;
     float: left;
     font-size: 16px;
     margin-top: 5px;
}
 .shop-listing.on-list .media {
     margin-bottom: 30px;
}
 .shop-listing.on-list .view-all {
     color: #888888;
     border-bottom: 1px solid #b2b2b2;
}
 .shop-listing.on-list .media-body a {
     margin-top: 0px;
     line-height: 18px;
}
 .shop-listing.on-list .avatar {
     height: 90px;
     width: 90px;
}
 .shop-listing.on-list .price span {
     color: #aaaaaa;
     text-decoration: line-through;
     font-weight: normal;
     margin-left: 10px;
     font-size: 16px;
}
 .shop-listing.on-list b {
     font-weight: 600;
     color: #f73232;
}
 .shop-listing.on-list i {
     font-size: 13px;
     color: #fecb00;
     margin: 5px 0;
}
 .shop-listing .price small {
     color: #aaaaaa;
     font-size: 13px;
     margin-left: 10px;
     text-decoration: line-through;
}
/*======================================================= Hot Deal ========================================================*/
 .hotdeal-bnr {
     background: url(../images/hot-deal-bnr.jpg) no-repeat;
     min-height: 435px;
     padding-top: 80px;
     padding-left: 30px;
}
 .hotdeal-bnr.like-bnr h5 {
     color: #888888;
     margin: 0px;
     font-weight: normal;
     font-size: 18px;
}
 .hotdeal-bnr.like-bnr h4 {
     color: #8dc73f;
     font-weight: 800;
     margin: 0px;
}
 .hotdeal-bnr.like-bnr .price {
     font-size: 26px;
     font-weight: 800;
     color: #222222;
}
/*======================================================= Weekly Deal ========================================================*/
 .weekly-deal {
     border: 3px solid #e8e8e8;
     padding: 20px;
     background: #fff;
     display: inline-block;
     width: 100%;
}
 .weekly-deal .item-img {
     display: inline-block;
     width: 350px;
}
 .weekly-deal p.rev {
     font-size: 12px;
     color: #aaaaaa;
     margin-top: 5px;
}
 .weekly-deal .rev span {
     width: auto;
}
 .weekly-deal .rev i {
     color: #fecb00;
     font-size: 13px;
}
 .weekly-deal .price {
     font-size: 22px;
     color: #d8263c;
     font-weight: 700;
}
 .weekly-deal span.tags {
     display: inline-block;
     width: 100%;
     font-size: 13px;
     color: #aaaaaa;
     margin-top: 20px;
}
 .weekly-deal .tittle {
     font-size: 18px;
     color: #555555;
}
 .in-stock {
     color: #71a403;
}
 .weekly-deal ul {
     margin: 10px 0;
     margin-bottom: 20px;
}
 .weekly-deal .offer-time {
     width: 80px;
     float: right;
}
 .weekly-deal .media-left {
     float: left;
     min-width: 440px;
     margin-right: 20px;
     padding-right: 0px;
}
 .weekly-deal .offer-time article {
     height: 80px;
     text-align: center;
     width: 80px;
     padding-top: 15px;
     border: 2px solid #e8e8e8;
     margin-bottom: 10px;
}
 .weekly-deal .offer-time article:nth-last-child(1) {
     margin-bottom: 0px;
}
 .weekly-deal .offer-time article span {
     font-size: 20px;
     font-weight: bold;
     color: #222222;
}
 .weekly-deal .offer-time article p {
     font-size: 15px;
     color: #aaaaaa;
     text-transform: capitalize;
}
 .weekly-deal li:before {
     content: "";
     height: 6px;
     width: 6px;
     background: #cccccc;
     border-radius: 50%;
     position: absolute;
     left: 0px;
     top: 10px;
     line-height: 24px;
}
 .weekly-deal li {
     line-height: 24px;
     list-style: none;
     position: relative;
     padding-left: 15px;
}
 .weekly-deal li {
}
 .weekly-deal .price small {
     color: #aaaaaa;
     font-size: 16px;
     margin-left: 10px;
     text-decoration: line-through;
}
 .weekly-deal.deal-small .media-left {
     min-width: 270px;
}
 .weekly-deal.deal-small .item-img {
     width: 270px;
}
 .weekly-deal.deal-small .offer-time {
     float: none;
     width: auto;
     margin: 0 -5px;
     margin-top: 5px;
}
 .weekly-deal.deal-small .tittle {
     font-size: 15px;
     font-weight: 600;
}
 .weekly-deal.deal-small {
     padding: 12px;
}
 .weekly-deal.deal-small .offer-time article p {
     font-size: 12px;
}
 .weekly-deal.deal-small li {
     font-size: 13px;
     color: #000;
}
 .weekly-deal.deal-small .offer-time article {
     width: 60px;
     height: 60px;
     margin: 0 5px;
     padding-top: 5px;
}
 .weekly-deal.deal-small .offer-time article {
     float: left;
}
 .weekly-deal.deal-small .cart-btn {
     height: 42px;
     width: 42px;
     border-radius: 50%;
     background: #eeeeee;
     color: #888888 !important;
     text-align: center;
     line-height: 44px;
     float: left;
}
 .weekly-deal.deal-small ul {
     margin-bottom: 10px;
}
 .with-bg-slide-all {
     background: url(../images/main-bg-slider.jpg) center center no-repeat !important;
     background-size: cover;
}
 .weekly-deal.deal-small .sale-tag {
     background: #dd571c;
     border-radius: 2px;
     font-size: 13px;
     color: #fff;
     font-weight: bold;
     position: absolute;
     top: 15px;
     padding: 5px 10px;
     left: 15px;
     z-index: 22;
}
/*======================================================= Newslatter IE ========================================================*/
 
.product-detail {
    margin: 10px 0px;
}
 .color-div {
    margin: 15px 0px;
}
 .product-detail .product article {
     padding: 0px;
     border: none;
}
 .product-detail .flex-control-thumbs li {
     width: 33.33333%;
}
 .product-detail .product h5 {
	margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .product h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.product-heading-col h1 {
    padding: 0px;
    margin: 0px;
    color: #fff;
}
 .product-detail .product .bullet-round-list {
     margin-top: 20px;
     margin-bottom: 10px;
}
.short-description-list-item b {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
 .product-detail .product .cmp-list i {
     margin-right: 5px;
}
 .product-detail .product .cmp-list a {
     color: #aaaaaa;
}
 .product-detail .product .cmp-list {
     margin: 20px 0;
}
 .product-detail .product .cmp-list li {
     display: inline-block;
     border-right: 1px solid #e5e5e5;
     padding-right: 10px;
     margin-right: 10px;
}
 .product-detail .product .cmp-list li:nth-last-child(1) {
     border-right: none;
}
 .product-detail .clr span {
     height: 33px;
     width: 33px;
     border-radius: 50%;
     background: #f3f3f3;
     display: inline-block;
     cursor: pointer;
}
 .product-detail .product .sizes a {
     display: inline-block;
     height: 33px;
     width: 33px;
     line-height: 30px;
     border: 1px solid #e0e0e0;
     border-radius: 50%;
     text-align: center;
     font-weight: bold;
     margin-right: 5px;
     font-size: 11px;
}
 .product-detail .product .quinty {

}

.quinty div {
    padding: 0px 0px 0px 0px;
}
input:focus {
    outline: none !important;
}
.product-detail .product .quinty .quinty-input-box {
	    outline: none;
    border-radius: 6px;
    height: 44px;
    width: 70%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.pro-qty-div span {

    float: left;
    display: contents;

}


.quinty-input-box-number {
    width: 60% !important;
}
 .product-detail .product .sizes a.active {
     border: 1px solid #5cb85c;
     color: #fff;
     background: #5cb85c;
}
 .product-detail .product .bullet-round-list li {
     line-height: 24px;
}
 .product-detail .bullet-round-list li:before {
     top: 10px;
}
 .product-detail .product .col-xs-7 {
     width: 54%;
}
 .product-detail .product .col-xs-5 {
     width: 46%;
}
 .product-detail p.rev {
     font-size: 12px;
     color: #aaaaaa;
     margin-top: 5px;
}
 .product-detail .rev span {
     width: auto;
}
 .product-detail .rev i {
     color: #fecb00;
     font-size: 13px;
}
 .product-detail .price {
     font-size: 22px;
     color: #d8263c;
     font-weight: 700;
}
 .product-detail span.tags {
     display: inline-block;
     width: 100%;
     font-size: 13px;
     color: #aaaaaa;
}
 .product-detail .tittle {
     font-size: 18px;
     color: #555555;
}
 .product-detail li {
     list-style: none;
}
 .product-detail .price small {
     color: #aaaaaa;
     font-size: 16px;
     margin-left: 10px;
     text-decoration: line-through;
}
 .item-tabs-sec {
     margin-top: 40px;
}
 .item-tabs-sec .nav {
     border-bottom: 1px solid #e5e5e5;
}
 .item-tabs-sec .nav li a {
     padding: 0px;
     margin-right: 20px;
     font-size: 16px;
     position: relative;
     color: #555555;
     padding-bottom: 15px;
}
 .item-tabs-sec .nav li.active a {
     color: #222222;
     font-weight: bold;
}
 .item-tabs-sec .nav li.active a:before {
     height: 2px;
     width: 100%;
     background: #5cb85c;
     content: "";
     position: absolute;
     bottom: 0px;
}
 .item-tabs-sec .tab-content {
     padding: 0px 0;
}
 .item-tabs-sec .tab-content {
     line-height: 24px;
}
 .item-tabs-sec .nav li {
     display: inline-block;
}
 .item-tabs-sec .table>thead>tr>th {
     border: none;
     border: 1px solid #e8e8e8 !important;
     background: #fafafa;
}
 .item-tabs-sec .fa-check {
     color: #71a403;
}
 .item-tabs-sec .table {
     margin-top: 30px;
}
 .item-tabs-sec .table>tbody>tr>td {
     border: 1px solid #e8e8e8;
     padding: 15px 10px;
}
/***********Custom product detail*******/
.product-image-outer {
    padding: 6px 6px 1px 6px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}


img.product-watermark{
    position: absolute;
    width: 50px;
    left: 25px;
    top: 8px;
}

.short-description-list-item b {
    display: inline-block;
    width: 100%;
    margin: 0px 0px 5px 0px;
}
.short-description-list {
    margin-bottom: 24px;
}

.product-description {
    border-bottom: 1px solid #e6e6e6;
}
.color-list{
	margin-left:0px;
}
.color-list li {
    cursor: pointer;
    font-size: 10px;
    position: relative;
    padding: 0 0;
    margin: 2px 0;
    line-height: 14px;
}
.color-list li a {
    border: solid 1px #FFF !important;
}
.color-list li a:hover {
    outline: solid 1px #000 !important;
}
.color-list li a img {
    border-radius: 4px;
}
.color-tab-text {
    position: absolute;
    top: 6px;
    left: 4px;
}


.size-dropdown-form, .color-dropdown-form {
    min-height: 24px !important;
}

.price-table-list table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    background: #f8f8f8;
}


 .price-table-list table th {
    text-align: center;
	    padding-left: 0px !important;
    padding-right: 0px !important;
    
}

.product-detail-div {
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    padding-top: 6px;
    border-radius: 5px;
    /* margin: 34px 0px 0px 0px; */
	    
}

.style-description-list-item {
    margin-bottom: 8px;
}


.product-detail-price-div {
    margin-bottom: 20px;
}
thead.price-table-head tr th {
    background: #464646;
    color: #fff;
    border: 0px;
}


span.buy-more-text {
    font-weight: 600;
}

.unit-div label {
  display: inline-block;
    width: 20%;
}
.unit-div span {
    text-transform: capitalize;
   
}



.product-heading-col {
	width:100%;
    text-align: center;
    background: #8dc73f;
    padding: 8px 0px;
	margin-bottom: 10px;
	border-radius:4px;
}

.product-heading-col h5 {
    padding: 0px;
    margin: 0px;
    color: #fff;
}



/*********************** Product Detail & Description *********************/

.product-description-heading {
    padding: 6px 10px;
	border-radius: 4px;
    background: #3a9947;
}

.product-description-heading h5 {
    font-size: 24px;
    color: #fff;
    font-weight: 900;
	margin:0px;
	    
}

.product-description-text p {
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0px 20px 0px;
}

.product-description-text p span {
  
        min-width: 180px;
    font-weight: 900;
    font-size: 18px;
    color: #3a9947;
    display: inline-block;
}

.specfication-ul li {
  padding: 3px 0px;
}

.specfication-ul {
    list-style: none;
}








/*======================================================= Shopping Cart ========================================================*/
 .shopping-cart {
}
 .shopping-cart .table>thead>tr>th {
     border: none;
     border: 1px solid #e8e8e8 !important;
     background: #fafafa;
     padding: 15px 30px;
     font-size: 16px;
}
 .shopping-cart a.remove {
     color: #cccccc;
}
 .shopping-cart a.remove:hover {
     color: #000;
}
 .shopping-cart .quinty {
     display: inline-block;
     width: 100px;
}
 .shopping-cart .media-left a {
     display: inline-block;
     width: 84px;
     height: 84px;
     padding: 4px;
     margin-right: 10px;
     border: 1px solid #eeeeee;
}
 .shopping-cart p {
     margin-top: 15px;
     max-width: 200px;
     color: #555555;
}
 .shopping-cart .media {
     max-width: 400px;
     display: inline-block;
}
 .shopping-cart .quinty input {
     border-radius: 4px;
     height: 40px;
     width: 100%;
     font-size: 15px;
     text-align: center;
     border: 1px solid #e0e0e0;
}
 .shopping-cart .coupen input {
     border: 1px solid #e2e2e2;
     border-radius: 4px;
     padding: 5px 20px;
     margin-left: 10px;
     font-weight: normal;
     font-size: 13px;
     height: 39px;
}
 .shopping-cart .promo {
     border: 1px solid #e8e8e8;
     border-top: none;
     padding: 30px;
     position: relative;
}
 .shopping-cart .promo button {
     background: none;
     border: none;
     position: absolute;
     top: 0px;
     line-height: 39px;
     color: #cccccc;
     right: 10px;
}
 .pro-btn {
     text-align: center;
     margin-top: 30px;
}
 .pro-btn .btn-light {
     background: #bbbbbb;
}
 .pro-btn .btn-light:hover {
     background: #222;
}
 .pro-btn a {
     margin: 0 10px;
}
 .shopping-cart .g-totel {
     float: right;
}
 .shopping-cart .g-totel h5 {
     font-size: 14px;
     font-weight: 600;
}
 .shopping-cart .g-totel h5 span {
     font-size: 16px;
     margin-left: 20px;
}
 .shopping-cart .coupen {
     display: inline-block;
     width: 330px;
     position: relative;
}
 .shopping-cart .coupen label {
     position: relative;
}
 .shopping-cart .table {
     margin: 0px;
}
 .shopping-cart .table>tbody>tr>td {
     border: 1px solid #e8e8e8;
     padding: 30px;
}
 .pay-method {
     border: 1px solid #e8e8e8;
     padding: 40px;
}
 .pay-method .heading h2 {
     font-size: 18px;
}
 .pay-method input {
     margin-top: 5px;
     margin-bottom: 30px;
}
 .pay-method .dropdown-menu {
     border: none;
     margin-top: 0px;
}
 .pay-method .btn {
     border: 1px solid #e2e2e2;
     border-radius: 4px;
     color: #888888;
     background: none !important;
     font-size: 12px;
     box-shadow: none;
     padding-left: 20px;
}
 .pay-method input {
     border: 1px solid #e2e2e2;
}
 .pay-method .bootstrap-select {
     width: 100%;
}
 .pay-method label {
     font-weight: normal;
     width: 100%;
     color: #555555;
     font-size: 14px;
}
 .transportation .charges h6 {
     margin: 0px;
     margin-bottom: 5px;
     font-weight: 600;
     display: inline-block;
     font-size: 16px;
     color: #555555;
}
 .ship-process .fa-check {
     font-size: 18px;
}
 .transportation .charges {
     border: 2px solid #e2e2e2;
     padding: 15px 20px;
     cursor: pointer;
     margin-bottom: 30px;
}
 .transportation .charges span {
     color: #888888;
}
 .transportation span.deli-charges {
     color: #222222;
     font-size: 18px;
     font-weight: 600;
     float: right;
     width: auto;
     margin-top: -15px;
     border-left: 1px solid #e5e5e5;
     padding-left: 10px;
}
 .transportation .charges:hover {
     border: 2px solid #5cb85c;
}
 .transportation .charges.select {
     border: 2px solid #5cb85c;
}
 .check-out .check-item {
     margin: 0px;
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid #e8e8e8;
}
 .infoma {
     margin: 0px;
}
 .infoma li {
     margin-bottom: 20px;
}
 .infoma span {
     color: #333333;
}
 .infoma h5 {
     margin: 0px;
     font-size: 18px;
     font-weight: 600;
}
 .infoma.exp {
     padding-bottom: 0px !important;
}
 .totel-price h4 {
     font-size: 24px;
     font-weight: 600;
}
 .totel-price h4 small {
     font-size: 14px;
     color: #888888;
     margin-right: 10px;
}
 .infoma h6 {
     margin: 0px;
     font-size: 14px;
     color: #888888;
     margin-bottom: 10px;
}
 .check-out li {
     padding: 0px;
     list-style: none;
}



/****************Custom Cart Page ****************/

.shopping-cart-div .table {
    margin-bottom: 10px;
}
.cart-pro-name{   
	width: 30%;
    min-width: 30%;
}
.cart-color-name{   
	width: 10%;
    min-width: 10%;
}
.cart-size {
    min-width: 10%;
    width: 10%;
}
.cart-qty{   
	width: 24%;
    min-width: 24%;
}

.review-cart-qty{   
	width: 20%;
    min-width: 20%;
}
tr.cart-cols {
    border-bottom: 1px solid #f1f1f1;
}


.cart-price{   
	width: 10%;
    min-width: 10%;
}
.cart-total{   

}
.cart-pro-image {
    min-width: 15%;
    width: 15%;
}
span.cart-product-head {
    display: inline-block;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.cart-qty-input {
    text-align: center;
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.cart-update-icon {
    vertical-align: middle;
	width:24px;
}

.cart-delete-icon {
    vertical-align: middle;
	width:24px;
}

.cart-bttom-btn.row {
    text-align: right;
}

.cart-bttom-btn input,.cart-bttom-btn a {
    margin: 0px 0px 0px 18px;
}


.shop-price {
    text-align: right;
}
span.shipping-discount-text {
    color: #3d9a46;
    margin-right: 30px;
}


.row.coupon-row {
    margin: 20px -15px 30px -15px;
}


.total-shop {
    margin: 18px 0px 0px 0px;
}

/****************** Checkout Page*******************/
.shipping-list-check-div {
    width: 100%;
    display: inline-block;
    margin: 5px 0px 15px 0px;
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0px 15px 0px;
}

a.shipping-link-btn.btn {
    font-size: 12px;
    margin: 25px 10px 5px 0px;
}

span.freight-text, span.grand-text,span.grand-price-text {
    display: inline-block;
    padding: 3px 10px 3px 0px;
}
.liketopay {
    margin: 15px 0px 5px 0px;
}

.cart-pro-img {
    width: 60px;
    margin-left: 15px;
}

span.billing-checkbox-text input {
    margin-right: 11px;
vertical-align: top;}


.slash-text {
	text-align:center;
    padding: 0px 8px;
}

.created-card-col {
    padding: 0;
}

/**********************Customer Order  History****************************/

.billing-form-group, .shipping-form-group ,.information-form-group{border-bottom: 1px solid #f3f3f3;
    margin-bottom: 12px;} 


.billing-form-group label,.shipping-form-group label{
       width: 50%;
}

.information-form-group label{
    width: 20%;
}

.order-price-total{
    padding: 0px;
}

.order-price-full-div {
    padding: 0px;
}
.grand-price span {
    float: right;
}
.customer-order-section .page-heading {
    text-align: center;
}
.order-history {
    overflow: auto;
    padding: 18px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 20px auto !important;
    background: #f7f7f7;
}


/*======================================================= Ship Process ========================================================*/
 .ship-process li {
     list-style: none;
}
 .ship-process li span {
     margin-top: 5px;
     color: #888888;
     display: inline-block;
}
 .ship-process li h6 {
     font-weight: 600;
     font-size: 16px;
     margin: 0px;
}
 .ship-process li i {
     color: #aaaaaa;
     border: 2px solid #dddddd;
     display: inline-block;
     height: 54px;
     width: 54px;
     margin-right: 10px;
     border-radius: 50%;
     line-height: 50px;
     text-align: center;
     font-size: 28px;
}
 .ship-process li.current i {
     color: #5cb85c;
     border: 2px solid #5cb85c;
}
/*======================================================= Newslatter IE ========================================================*/
 .newslatter-ie i {
     float: left;
     font-size: 36px;
     color: #ffffff;
     margin-right: 15px;
}
 .newslatter-ie {
     background: #5f5f5f;
}
 .newslatter-ie h3 {
     font-size: 20px;
     line-height: 20px;
     font-weight: 600;
}
 .newslatter-ie small {
     display: inline-block;
     color: #bababa;
}
 .newslatter-ie button {
     background: #229d93;
}


/*======================================================= Main Layout ========================================================*/




 .header-fluid{padding:0px;}
 
 .main-layout .slid-sec .like-bnr.ultra {
     background: url(../images/bnr-feature-2.jpg) right top no-repeat;
}
 .main-layout .slid-sec .like-bnr.ultra-1 {
     background: url(../images/bnr-feature-4.jpg) right top no-repeat;
}
 .main-layout .slid-sec .like-bnr.ultra-1 .price {
     color: #222222;
}
 .main-layout .slid-sec .like-bnr h4 {
     color: #3a9847 !important;
}
 .main-layout .cart-pop .itm-cont {
     background: #3a9847 !important;
}
 .main-layout .call-mun i {
     color: #888888;
}

.number-mobile-logo span {
    color: #3a9847;
}

.number-mobile-logo span a{
    color: #3a9847;
}

.number-mobile-logo {
    display: block;
    font-size: 22px;
    font-weight: 800;
}

 .main-layout a.dropdown-toggle:after {
     color: #b2b2b2;
}
 .main-layout .header-custom-style .search-cate .bootstrap-select {
     float: left;
}
 .main-layout header .search-cate .btn {
     padding: 14px 20px;
     padding-left: 10px;
}
 .main-layout .header-custom-style .search-cate .bootstrap-select {
     min-width: 125px;
}
 .main-layout .color-primary {
     color: #3a9847;
}
 .main-layout .slid-sec .like-bnr .price {
     font-size: 30px;
}
 .main-layout .wide-bnr h5 {
     display: inline-block;
     color: #fff;
     margin-bottom: 0px;
}
 .main-layout .wide-bnr .btn {
     border: none;
     float: right;
     background: #3a9847;
}
 .main-layout .week-sale-bnr {
     background: url(../images/week-sale-bg-2.jpg) no-repeat;
     background-size: cover;
     margin-top: 30px;
     height: 220px;
     padding-top: 25px;
}
 .main-layout .week-sale-bnr p {
     color: rgba(255,255,255,0.5);
}
 .main-layout .tp-banner-container {
     position: relative;
}
 .main-layout .slid-sec .col-md-9 {
     
	
    padding-right: 4px;
     width: 66%;
}
 .main-layout .slid-sec .col-md-3 {
	     padding-left: 4px;
    
     width: 34%;
}
 .main-layout .slid-sec .like-bnr {
     background: url(../images/week-sale-bg-1-3.jpg) no-repeat;
     background-size: cover;
}

i.percentage-icon-text {
    font-style: normal;
}

 .main-layout .bg-colr ul {
     background: none !important;
     border: none;
     display: block;
}
 .main-layout .bg-colr.shipping-info li {
     padding: 10px 0;
     padding-left: 30px;
     border-right: 1px solid rgba(255,255,255,0.1);
}
 .main-layout .bg-colr.shipping-info li:nth-last-child(1) {
     border-right: none;
}
 .main-layout .bg-colr.shipping-info li h5 {
     color: #fff;
}
 .main-layout .bg-colr.shipping-info li span {
     color: #fff;
}
 .main-layout .bg-colr.shipping-info li i {
     color: #fff;
}
 .main-layout .newslatter {
     background: #3C9A45;
     padding: 30px 20px;
	     margin-bottom: 0;
}
 .main-layout .newslatter input {
   /*  border: 1px solid #f0f0f0 */
}
 .main-layout .newslatter input.subscribe-btn {
      border: none;
    width: auto;
    background: #343a40;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    position: absolute;
    right: 213px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0 50px 50px 0px;

}



 .sorry-wrong-mesg span {
    margin: 8px 0px 0px 0px;
    display: inline-block;
}
.sorry-wrong-mesg {
    padding: 4px 6px;
    color: #fff;
    border-radius: 30px;
    background: #da3939;
    width: 50%;
    display: inline-block;
}

.email-succes-mesg span {
    margin: 8px 0px 0px 0px;
    display: inline-block;
}
.email-succes-mesg {
    padding: 4px 6px;
    color: #fff;
    border-radius: 30px;
    background: #8dc73f;
    width: 50%;
    display: inline-block;
}

 .main-layout .newslatter i {
     font-size: 36px;
     color: #fff;
     float: left;
     margin-right: 10px;
}
 .main-layout .newslatter button {
     background: #343a40;
     padding: 0 10px;
}
 .main-layout .newslatter h3 {
     color: #222222;
     font-size: 18px;
     font-weight: 600;
}
 .main-layout .cart-pop .itm-cont {
}

/********************************************************** Popup **********************************************/


.modal-body.modal-body-custom {
    clear: both;
   padding: 0px 22px 22px 22px;
}

.modal-btn-close {
    font-size: 16px;
    text-shadow: 0px 0px 0px;
    background: black !important;
    margin: 2px 2px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    color: #fff;
    opacity: 1;
}
/*======================================================= Layout 13 ========================================================*/
 .layout-13 .bootstrap-select.btn-group .dropdown-toggle .caret {
     color: #58636a;
}
 .layout-13 .product article .sale-tag {
     background: #dd571c;
}
 .layout-13 .newsleter-footer button {
     background: #dd571c;
}
 .layout-13 .newsleter-footer {
     margin-top: 20px;
}
 .layout-13 .cart-pop .itm-cont {
     background: #b7400c;
     left: 30px;
     top: -5px;
}
 .layout-13 .cart-pop li .media-body .tittle {
     color: #141414 !important;
}
 .layout-13 .header-style-4 .search-cate {
     margin-left: 15px;
}
 .layout-13 .header-style-4 .search-cate input {
     height: 42px;
     line-height: 42px;
}
 .layout-13 header.header-style-4 .search-cate .bootstrap-select {
     float: left;
     min-width: 125px;
}
 .layout-13 .header-style-4 .search-cate .btn {
     padding: 11px 20px;
     padding-left: 0px;
}
 .layout-13 .top-head {
     position: absolute;
     left: 0px;
     right: 0px;
     z-index: 99;
}
 .layout-13 .top-head .top-bar {
     background: #101f29;
     border-bottom: none;
     padding: 0 20px;
}
 .layout-13 .top-head .top-bar .btn {
     color: #fff !important;
}
 .layout-13 .top-head .top-bar .social-top a {
     color: #fff !important;
}
 .layout-13 .top-bar .right-sec li {
     line-height: 18px;
     border-right: 1px solid rgba(255,255,255,0.2);
}
 .layout-13 .top-head .top-bar .right-sec li:nth-last-child(1) {
     border-right: none !important;
     padding-right: 0px !important;
}
 .layout-13 .big-nsv {
     background: #fff;
}
 .layout-13 .top-head .top-bar .right-sec li a {
     color: #ffffff;
}
 .layout-13 .header-style-4 {
     padding-left: 15px;
     padding-right: 15px;
     display: inline-block;
     width: 100%;
     background: #dd571c;
     margin-bottom: -5px;
     margin-top: -1px;
}
 .layout-13 .with-bg-wide {
     padding-top: 290px;
}
 .layout-13 .slid-sec .like-bnr.ultra {
     background: url(../images/bnr-feature-2.jpg) right top no-repeat;
}
 .layout-13 .slid-sec .like-bnr.ultra-1 {
     background: url(../images/bnr-feature-4.jpg) right top no-repeat;
}
 .layout-13 .slid-sec .like-bnr h4 {
     color: #000 !important;
}
 .layout-13 .slid-sec .like-bnr .price {
     color: #dd571c;
}
 .layout-13 .product article .tittle {
     color: #555555;
}
 .layout-13 .footer-dark {
     padding-bottom: 40px;
}
 .tp-bannertimer {
     display: none;
}
/*======================================================= Layout 14 ========================================================*/
 .layout-14 {
}
 .layout-14 .cate-style {
     background: #79b700;
}
 .layout-14 header.header-style-5 nav {
     background: #727272;
}
 .layout-14 header.header-style-5 .navbar li a {
     color: #fff;
}
 .layout-14 header.header-style-5 .navbar li.active a {
     color: #fff !important;
}
 .layout-14 .dream-adds span {
     color: #79b700;
}
 .layout-14 .product article .tittle {
     color: #555555;
}
 .layout-14 .shipping-info li i {
     color: #79b700;
}
 .layout-14 .shipping-info ul {
     border: none;
}
 .layout-14 .shipping-info li {
     padding: 20px 0;
     padding-left: 30px;
}
 .layout-14 .featur-tabs .nav-tabs {
     margin-bottom: -1px;
}
 .layout-14 .featur-tabs .nav-tabs li {
     float: none;
     display: inline-block;
}
 .layout-14 .featur-tabs .nav-tabs>li a {
     background: none !important;
     font-size: 20px;
     padding: 10px 0px !important;
     margin: 0 20px !important;
     border-bottom: 2px solid rgba(255,255,255,0.0) !important;
}
 .layout-14 .product article .new-tag {
     background: #79b700;
}
 .layout-14 .with-nav .owl-nav div:hover {
     background: #79b700;
     color: #fff;
     border: 1px solid #79b700;
}
 .layout-14 .product article .cart-btn:hover {
     background: #79b700;
}
 .layout-14 .main-tabs-sec .nav li.active a {
     background: #79b700;
     border: 1px solid #79b700;
}
 .layout-14 .main-tabs-sec .nav li.active a:before {
     color: #79b700;
}
 .layout-14 .featur-tabs .nav-tabs>li a:hover {
     color: #222222;
     border-bottom: 2px solid #79b700 !important;
}
 .layout-14 .featur-tabs .nav-tabs>li.active a {
     color: #222222;
     font-weight: bold;
     border-bottom: 2px solid #79b700 !important;
}
 .layout-14 .newslatter {
     background: #5b5b5b;
}
 .layout-14 .newslatter button {
     background: #79b700;
}
 .layout-14 .heading hr:before {
     background: #79b700;
}
 .layout-14 .blog-post a {
     color: #79b700;
}
 .layout-14 .cart-pop .itm-cont {
     background: #79b700;
}
 .layout-14 .cart-pop li.btn-cart .btn-round {
     background: #79b700;
}
 .layout-14 header.header-style-5 .navbar li.active li a {
     color: #555555 !important 
}
/*======================================================= Layout 15 ========================================================*/
 .layout-15 .blog-post a {
     color: #ef3b3b;
}
 .layout-15 .slid-sec .row {
     margin: 0 -20px;
}
 .layout-15 .slid-sec .col-md-3 {
     width: 25%;
     padding: 0 5px;
}
 .layout-15 .slid-sec .col-md-9 {
}
 .layout-15 .slid-sec .col-md-7 {
     width: 53%;
}
 .layout-15 .slid-sec .col-md-2 {
     width: 21.6%;
     padding-right: 0;
}
 .layout-15 .slid-sec .like-bnr {
     background: url(../images/wit-slide-add-1.jpg) center center no-repeat;
     min-height: 500px;
     padding: 25px;
}
 .layout-15 .with-nav .owl-nav div:hover {
     background: #ef3b3b;
     color: #fff;
     border: 1px solid #ef3b3b;
}
 .layout-15 .product article .tittle {
     color: #555555;
}
 .layout-15 .slid-sec .like-bnr h5 {
     font-size: 20px;
}
 .layout-15 .slid-sec .like-bnr h4 {
     color: #ef3b3b;
}
 .layout-15 .btn-round {
     background: #ef3b3b;
}
 .layout-15 .slid-sec .like-bnr h4 {
     font-size: 20px;
}
 .layout-15 header.header-style-3 .nav-uder-bar {
     background: #ef3b3b;
}
 .layout-15 header.header-style-3 .cate-style {
     background: #d73333;
}
 .layout-15 .heading hr:before {
     background: #ef3b3b;
}
 .layout-15 .product article .cart-btn:hover {
     background: #ef3b3b;
}
 .layout-15 .shipping-info li i {
     color: #ef3b3b;
}
 .layout-15 .dream-adds span {
     color: #ef3b3b;
}
 .layout-15 .newslatter {
     background: #ef3b3b;
}
 .layout-15 .newslatter button {
     background: #d73333;
}
 .like-bnr.for-lay {
     background: url(../images/wit-slide-add-2.jpg) center bottom no-repeat;
     background-size: cover;
     padding: 30px;
     padding-right: 20px;
     min-height: 405px;
     padding-top: 50px;
}
 .for-lay.fst {
     background: url(../images/wit-slide-add-3.jpg) center bottom no-repeat;
     background-size: cover;
}
 .for-lay.snd {
     background: url(../images/wit-slide-add-4.jpg) center bottom no-repeat;
     background-size: cover;
}
 .like-bnr.for-lay h5 {
     font-size: 18px;
     color: #888888;
     margin: 0px;
     font-weight: normal;
}
 .like-bnr.for-lay h4 {
     color: #ef3b3b;
     margin: 0px;
     font-weight: 700;
}
 .like-bnr.for-lay .price {
     font-size: 30px;
     color: #000;
     font-weight: 800;
}
/*======================================================= Layout 16 ========================================================*/
 .layout-16 .blog-post a {
     color: #ef3b3b;
}
 .layout-16 header nav {
     background: #555555;
}
 .layout-16 header .logo {
     float: none;
     display: inline-block;
}
 .layout-16 header .search-cate {
     margin-left: 0px;
     display: inline-block;
     min-width: 100%;
}
 .layout-16 header .search-cate .bootstrap-select {
     min-width: 160px;
}
 .layout-16 header .search-cate input {
     width: 48%;
}
 .layout-16 .ownmenu .cate-style {
     margin-right: 0px;
}
 .layout-16 .slid-sec {
     margin-bottom: 0px;
}
 .layout-16 .clients-img ul {
     padding-bottom: 20px;
     border-bottom: 1px solid #eeeeee;
}
 .layout-16 .big-bnr-add {
     padding-left: 20px;
}
 .layout-16 .product article .tittle {
     color: #555555;
}
 .layout-16 .like-bnr h4 {
     color: #22c961;
     font-size: 26px;
}
 .layout-16 .like-bnr h5 {
     font-size: 20px;
}
 .layout-16 .like-bnr.watch {
     background: url(../images/watch-bg-2-1.jpg) right no-repeat;
     background-size: cover;
     min-height: 250px;
}
 .layout-16 .shipping-info {
     background: #f8f8f8;
     border: none;
}
 .layout-16 .shipping-info ul {
     border: none;
     display: block 
}
 .layout-16 .shipping-info li {
     border: none;
}
 .layout-16 .week-sale-bnr {
     background: url(../images/week-sale-bg-3.jpg) center center no-repeat;
}
 .layout-16 .like-bnr h5 {
     color: #888888;
     margin: 0px;
     font-weight: normal;
}
 .layout-16 .like-bnr h4 {
     color: #101f29;
     font-weight: 800;
     margin: 0px;
}
 .layout-16 .like-bnr .price {
     font-size: 26px;
     font-weight: 800;
     color: #ea4242;
}
 .layout-16 .cart-pop .itm-cont {
     background: #424378;
}
 .layout-16 .deal-small.righti .sale-tag {
     background: #ea4242;
}
 .layout-16 .deal-small.righti .item-img:before {
     position: absolute;
     right: 0px;
     top: 0px;
     content: "";
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 0 68px 68px 0;
     border-color: transparent #ea4242 transparent transparent;
}
 .layout-16 .deal-small.righti .offer-time article span {
     font-size: 18px;
}
 .deal-small.righti .item-img {
     width: 100%;
     position: relative;
}
 .deal-small.righti {
     padding: 9px;
     position: relative;
     margin-bottom: 30px;
}
 .deal-small.righti .sale-tag {
     font-weight: 600;
     right: -5px;
     margin-top: 3px;
     background: none !important;
     top: 5px;
     left: auto;
     -ms-transform: rotate(45deg);
    /* IE 9 */
     -webkit-transform: rotate(45deg);
    /* Safari */
     transform: rotate(45deg);
}
 .deal-small.righti .offer-time article {
     width: 55px;
     height: 55px;
     margin: 0 4px;
}
 .layout-16 .weekly-deal.deal-small .offer-time article {
     padding-top: 9px;
}
 .deal-small.righti .offer-time article span {
     line-height: 16px;
}
 .deal-small.righti .cart-btn {
     float: right;
     margin-top: -10px;
}
 .deal-small.righti .price {
     font-size: 16px;
}
 .deal-small.righti {
     border: 1px solid #e8e8e8;
}
/*======================================================= Layout 17 ========================================================*/
 .layout-17 .slid-sec {
     margin-bottom: 0px;
}
 .layout-17 .cart-pop .itm-cont {
     background: #424378;
     left: 30px;
     top: -3px;
}
 .layout-17 .cart-pop li .media-body .tittle {
     color: #555555;
}
 .layout-17 .product article .tittle {
     color: #555555;
}
 .layout-17 .wide-bnr {
     background: url(../images/sav-bg.jpg) center center no-repeat;
     background-size: cover;
     margin: 0px;
}
 .layout-17 .top-bar {
     background: #333333;
     border-bottom: none;
     padding: 0 20px;
}
 .layout-17 .top-bar .right-sec li a {
     color: #fff;
}
 .layout-17 .top-bar .bootstrap-select.btn-group .dropdown-toggle .caret {
     color: #717171 
}
 .layout-17 .top-bar .btn {
     color: #fff !important;
}
 .layout-17 .top-bar p {
     color: #fff;
}
 .layout-17 .top-bar a {
     color: #fff;
}
 .layout-17 .top-bar .social-top a {
     color: #fff !important;
}
 .layout-17 .top-bar .right-sec li {
     line-height: 18px;
     border-right: 1px solid rgba(255,255,255,0.2);
}
 .layout-17 .top-bar .right-sec li:nth-last-child(1) {
     border-right: none !important;
     padding-right: 0px !important;
}
/*======================================================= Odd-blue ========================================================*/
 .odd-blue .header-style-4 {
     background: #425678;
}
 .odd-blue .wide-bnr .btn {
     background: #2c4062;
}
 .odd-blue .product article .sale-tag {
     background: #e19f10;
}
 .odd-blue .product article .cart-btn:hover {
     background: #425678;
}
 .odd-blue .with-nav .owl-nav div:hover {
     background: #425678;
     color: #fff;
     border: 1px solid #425678;
}
 .odd-blue .shipping-info li i {
     color: #425678;
}
 .odd-blue .btn-round {
     background: #425678;
}
 .odd-blue .main-tabs-sec .nav li.active a {
     background: #425678;
     color: #fff;
     border: 1px solid #425678;
}
 .odd-blue .main-tabs-sec .nav li.active a:before {
     color: #425678;
}
 .odd-blue .product article .new-tag {
     background: #425678;
}
/*======================================================= Navy ========================================================*/
 .navy header nav {
     background: #424378;
}
 .navy .newslatter {
     background: #424378;
}
 .navy .newslatter button {
     background: #333469;
}
 .navy .shipping-info li i {
     color: #424378;
}
 .navy .product article .cart-btn:hover {
     background: #424378;
}
 .navy .ownmenu .cate-style {
     background: #333469;
}
 .navy header .navbar li.active a:before {
     background: #555686;
}
 .navy header .navbar li a:before {
     background: #555686;
}
 .navy .with-nav .owl-nav div:hover {
     background: #424378;
     color: #fff;
     border: 1px solid #424378;
}
 .navy .product article .new-tag {
     background: #424378;
}
 .navy .heading hr:before {
     background: #424378;
}
 .navy .btn-round {
     background: #424378;
}
/*======================================================= Light Green ========================================================*/
 .light-green .shipping-info li i {
     color: #1fc0a0;
}
 .light-green .heading hr:before {
     background: #1fc0a0 
}
 .light-green .product article .new-tag {
     background: #1fc0a0 
}
 .light-green .product article .cart-btn:hover {
     background: #1fc0a0 
}
 .light-green .newslatter {
     background: #1fc0a0 
}
 .light-green .newslatter button {
     background: #12987d;
}
 .light-green .btn-round {
     background: #12987d;
}
 .light-green .btn-round:hover {
     background: #333;
}
 .light-green .with-nav .owl-nav div:hover {
     background: #1fc0a0;
     color: #fff;
     border: 1px solid #1fc0a0;
}
/*======================================================= Green Layout ========================================================*/
 .green .with-nav .owl-nav div:hover {
     background: #7a9b08;
     border: 1px solid #7a9b08;
}
 .green .color-primary {
     color: #7a9b08;
}
 .green .heading hr:before {
     background: #7a9b08;
}
 .green .product article .sale-tag {
     background: #f74b16;
}
 .green .product article .new-tag {
     background: #7a9b08;
}
 .green header nav {
     background: #555555;
}
 .green header .navbar li.active a:before {
     background: #666666;
}
 .green header .navbar li a:before {
     background: #666666;
}
 .green .ownmenu .cate-style a {
     background: #8ead21;
}
 .green .ownmenu .cate-style a:before {
     background: #8ead21;
}
 .green .shipping-info li i {
     color: #7a9b08;
}
 .green .product article .cart-btn:hover {
     background: #7a9b08;
}
 .green .btn-round {
     background: #729107;
}
 .green .btn-round:hover {
     background: #333;
}
 .green .week-sale-bnr p {
     margin-bottom: 20px;
     color: #fff;
}
 .green .slid-sec .like-bnr h4 {
     color: #7a9b08;
}
 .green .ownmenu .cate-style {
     background: #7a9b08;
}
 .green .week-sale-bnr {
     background: url(../images/week-sale-bg-green.jpg) center center no-repeat;
     min-height: 250px;
     padding-top: 50px;
}
 .green .blog-post a {
     color: #7a9b08;
}
 .green .some-cate li:nth-last-child(1) a {
     color: #7a9b08;
}
 .green .some-cate li a:hover {
     color: #7a9b08;
}
 .green .newslatter {
     background: #7a9b08;
}
 .green .newslatter button {
     background: #698800;
}
 .green .product article .tittle {
     color: #555555;
}
/*======================================================= Yellow Layout ========================================================*/
 .yellow .heading hr:before {
     background: #fed700;
}
 .yellow .blog-post a {
     color: #fed700;
}
 .yellow .with-nav .owl-nav div:hover {
     background: #fed700;
     border-color: #fed700;
     color: #333;
}
 .yellow .product article .new-tag {
     background: #fed700;
}
 .yellow .product article .cart-btn:hover {
     background: #fed700;
}
 .yellow .btn-round {
     background: #fed700;
}
 .yellow .btn-round:hover {
     background: #333;
}
 .yellow .newslatter {
     background: #fed700;
}
 .yellow .newslatter button {
     background: #333333;
}
 .yellow .newslatter h3 {
     color: #333333;
}
 .yellow .newslatter h3 {
     color: #333333;
}
 .yellow .newslatter h3 span {
     color: rgba(0,0,0,0.5);
     border-left: 1px solid rgba(0,0,0,0.5);
}
 .yellow .social-links a:hover {
     color: #fed700;
}
 .yellow .newslatter h3 span strong {
     color: #333333;
}
/*======================================================= Orange Layout ========================================================*/
 .orange .shipping-info li i {
     color: #f74b16;
}
 .orange .wide-bnr .btn {
     background: #f74b16;
}
 .orange .color-primary {
     color: #7a9b08;
}
 .orange .heading hr:before {
     background: #f74b16;
}
 .orange .with-nav .owl-nav div:hover {
     background: #f74b16;
     border: 1px solid #f74b16;
}
 .orange .product article .cart-btn:hover {
     background: #f74b16;
}
 .orange .product article .sale-tag {
     background: #f74b16;
}
 .orange .product article .new-tag {
     background: #34568a;
}
 .orange .blog-post a {
     color: #f74b16;
}
 .orange .slid-sec .like-bnr h4 {
     color: #f74b16;
}
 .orange .newslatter {
     background: #372e41;
}
 .orange .newslatter h3 span {
     color: #19bcb9;
     border-left: 1px solid #7b7582;
}
 .orange .newslatter button {
     background: #f74b16;
}
/*======================================================= Custom Layout ========================================================*/
 .custom-layout-color .featur-tabs .nav-bars li.active a {
     border-bottom: 2px solid #8dc73f !important;
}
 .custom-layout-color .featur-tabs .nav-bars li a:hover {
     border-bottom: 2px solid #8dc73f !important;
}
 .custom-layout-color .btn-round {
     background: #8dc73f;
}
 .custom-layout-color .with-nav .owl-nav div:hover {
     background: #8dc73f;
     color: #fff;
     border: 1px solid #8dc73f;
}
 .custom-layout-color .heading hr:before {
     background: #8dc73f;
}
 .custom-layout-color .blog-post a {
     color: #8dc73f;
}
 .custom-layout-color .product article .new-tag {
     background: #7a9b08;
}
 .custom-layout-color .product article .cart-btn:hover {
     background: #8dc73f;
}
 .custom-layout-color .product article .tittle {
     color: #555555;
}
 .custom-layout-color .main-tabs-sec .nav li.active a {
     background: #3a9847;
     border: 1px solid #3a9847;
}
 .custom-layout-color .main-tabs-sec .nav li.active a:before {
     color: #3a9847;
}

.pagination-col-div-top {
	border-radius: 4px;
    background:#f5f5f5;
    display: inline-block;
    width: 100%;
    padding: 3px 0px 2px 0px;
	margin-bottom: 5px;
}
.pagination-col-div-bottom {
	border-radius: 4px;
    background:#f5f5f5;
    display: inline-block;
    width: 100%;
    padding: 3px 0px 2px 0px;
}
.RadDataPager .rdpPagePrev {
    margin-right: 1px;
    background: no-repeat url(../images/left-arrow-prev.png);
    background-position: 0px 0px;
    background-size: 24px;
	width:24px !important;
	height:24px !important;
}

.RadDataPager .rdpPageFirst {
    margin-right:  4px !important;
    background: no-repeat url(../images/left-d-arrow-prev.png);
    background-position: 0px 0px;
    background-size: 24px;
	width:24px !important;
	height:24px !important;
}

.RadDataPager .rdpPageNext {
    margin-left: 1px;
	background: no-repeat url(../images/right-arrow-next.png);
    background-position: 0px 0px;
    background-size: 24px;
	width:24px !important;
	height:24px !important;
}


.RadDataPager .rdpPageLast {
    margin-left: 4px !important;
	background: no-repeat url(../images/right-d-arrow-next.png);
    background-position: 0px 0px;
    background-size: 24px;
	width:24px !important;
	height:24px !important;
}

.RadDataPager .rdpNumPart span {
   float:none !important;
   padding: 0px 0px 0px 0px !important;
}

.RadDataPager .rdpNumPart a {
    float: none !important;
    margin: 0 !important;
    font-weight: 600;
    display: inline-block;
    padding: 0px 6px 0px 6px !important;
    line-height: 20px !important;
    border-radius: 4px;
    border: 2px solid #76b324;
    color: #fff;
    background: #8dc73e;
}

.rdpWrap.rdpNumPart {
    padding: 0px 2px !important;
}
.RadDataPager .rdpWrap{
	padding: 0px 2px !important;
}


/****************************** track order ***************/
.trackorder-section .product-head-div {
    text-align: center;
}
.trackorder-div {
    overflow: auto;
    padding: 18px;
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    width: 70%;
    margin: 20px auto !important;
    background: #f7f7f7;
    text-align: center;
}
.track-order-table {
    background: #fff;
}

/****************************/

.product-serach-section .product-head-div {
    text-align: center;
}

.col-md-4.pro-search-box {
    margin-bottom: 20px;
}

.arrivals-product-item{
	text-align:center;
	padding:5px;
	}
	
.arrivals-product-item article {
    border: 1px solid #e6e6e6;
	border-radius:10px;
    padding: 9px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
	min-height: 312px !important;
	transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 15px 0px #cecece;
}

.arrivals-product-item article:hover {
	 -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.03);
	}
	
	
.arrivals-product-item p.tittle {
    overflow: hidden;
    display: block;
    font-size: 13px;
    padding: 5px 5px 0px 5px;
    height: 60px;
}

.arrivals-product-item .price {
    font-size: 15px;
    padding: 0px 15px 0px 15px;
	float:none !important;
	margin-top:10px;
	color:#3c9a45 !important;
}


/***************************/

.featured-product-item{
	text-align:center;
	padding:5px;
	
	}
.featured-product-item article {
    border: 1px solid #e6e6e6;
	border-radius:10px;
    padding: 9px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
	min-height: 312px !important;
	transition: 0.3s all ease-in-out;
    box-shadow: 0px 2px 15px 0px #cecece;
}

.featured-product-item article:hover {
	  -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.03);
	}

.featured-product-item p.tittle {
   overflow: hidden;
    display: block;
    font-size: 13px;
    padding: 5px 5px 0px 5px;
    height: 60px;
}

.featured-product-item .price {
    font-size: 15px;
    padding: 0px 15px 0px 15px;
	float:none !important;
	margin-top:10px;
	color:#3c9a45 !important;
}


/*******************/

.products-list-item{
	text-align:center;
	padding:5px;
	}
	
.products-list-item article {
    border: 1px solid #e6e6e6;
	border-radius:10px;
    padding: 9px;
    background: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
	min-height: 312px !important;
	    box-shadow: 0px 0px 9px #cac3c3;
}
ul.product-color-icon {
    min-height: 45px;
}

ul.product-color-icon li {
    list-style: none;
    display: inline-block;
    width: 16px;
}

ul.product-color-icon li img {
    padding: 0px;
    border-radius: 3px;
}

.products-list-item p.tittle {
    display: block;
    font-size: 13px;
    padding: 5px 5px 0px 5px;
	height: 40px;
    overflow: hidden;
}

.products-list-item .price {
    font-size: 15px;
    padding: 0px 15px 0px 15px;
	float:none !important;
	margin-top:10px;
	color:#3c9a45 !important;
}

.new-pro-img-list {
    position: absolute;
    left: 7px;
    top: 7px;
}

    .new-pro-img-list img {
        width: 65px !important;
        position: absolute;
    }
.product-head-div h2 {
    font-size: 28px;
    margin: 15px 0px 10px 0px;
}

.product-head-div h1 {
    font-size: 28px;
    margin: 15px 0px 10px 0px;
	font-weight:bold;
}

p.cat-desc {
    font-size: 13px;
    line-height: 23px;
}



/*======================================================= Dark Orange ========================================================*/
 .d-orange .heading hr:before {
     background: #dd571c;
}
 .d-orange .with-nav .owl-nav div:hover {
     background: #dd571c;
     color: #fff;
     border: 1px solid #dd571c;
}
 .d-orange .featur-tabs .nav-bars li.active a {
     border-bottom: 2px solid #dd571c !important;
}
 .d-orange .product article .new-tag {
     background: #a8aa0c;
}
 .d-orange .shipping-info li i {
     color: #dd571c;
}
 .layout-13 .tp-caption .btn-round {
     background: #dd571c !important;
}
 .layout-13 .tp-caption .btn-round:hover {
     background: #333 !important;
}
/*======================================================= Header-Custom-Style ========================================================*/

li.tp-call-div img {
    width: 88%;
}
 .header-custom-style .call-mun {
     color: #000000;
}
.header-custom-style nav {
    margin: 0 auto;
    
    background: none;
}
.container.nav-row {
    /* width: 100%; */
    padding: 0px;
    border: 1px solid #eee;
}

 .header-custom-style .navbar li a {
     color: #555555;
     border-right: 1px solid #eee;
     font-weight: 600;
}
 .header-custom-style .navbar li a:hover {
	background: #3d9a46;
    color: #ffffff;
}
 .header-custom-style .navbar li.active a {
     color: #000000 !important;
}
 .header-custom-style .navbar li a:before {
     display: none;
}
 .header-custom-style header .logo {
     float: none;
     display: inline-block;
}
 .header-custom-style .search-cate {
     margin:20px 0px 0px 0px;
     display: inline-block;
     min-width: 80%;
}

.search-p {
    padding-top: 14px;
    float: left;
    color: #3d9a46;
    font-weight: bold;
    font-size: 12px;
}


.header-custom-style .search-cate .bootstrap-select {
    min-width: 160px;
}
.header-custom-style .search-cate input {
    width: 80%;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
 .header-custom-style .ownmenu .cate-style {
     background: #27bdb1;
     margin-right: 0px;
}
 .header-custom-style .navbar li.active a:before {
     background: #666666;
}
 .header-custom-style .navbar li a:before {
     background: #666666;
}


/*.nav-color-div {
    columns: 6;
	-moz-column-count: 6;
    width: 100%;
}
.nav-color-ul {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 1000px;
    width: max-content;
	width:-moz-max-content;
}*/

.nav-color-ul {
    height: 180px;
    column-count: 7;
    -moz-column-count: 7;
}

.nav-color-cate-heading {
   float: left;
    display: inline-block !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

.nav-color-cate-heading a{
  border-right:none !important;
}


.nav-color-li img {
    border-radius: 3px;
    width: 18px !important;
    height: 18px !important;
}


.menu-cate-div ul li a {
    
    text-align: center;
}

.menu-cate-div ul li a:hover img {
    
     box-shadow: 0px 2px 10px #e2e2e2;
}

.menu-cate-div ul li a img{
    border:1px solid #f7f7f7;
    
}


.boxes img {
    border-radius: 5px;
    box-shadow: 0px 0px 10px #b3b3b3;
    margin-bottom: 12px;
    margin-top: 6px;
}







 .boxed-layout {
     background: url(../images/full-bg.jpg) center center fixed no-repeat;
     background-size: cover;
}
 .boxed-layout #wrap {
     margin: 0 auto;
     max-width: 1250px;
     box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
 .tp-caption .btn-round {
     background: #bbbbbb;
     font-size: 16px !important;
     padding: 13px 30px !important;
}
 .no-nav .owl-nav {
     display: none !important;
}
 .with-bullet .owl-dots {
     text-align: center;
     margin-top: 30px;
}
 .with-bullet .owl-dots div {
     background: #fff;
     height: 14px;
     width: 14px;
     margin: 0 2.5px;
     border-radius: 50%;
     display: inline-block;
     border: 1px solid #d5d5d5;
}
 .with-bullet .owl-dots div.active {
     background: #5cb85c;
     border: 1px solid #5cb85c;
}
 .shop-side-bar .search input {
     color: #8a8a8a;
}
 .shop-side-bar .search ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #aaaaaa;
}
 .shop-side-bar .search ::-moz-placeholder {
    /* Firefox 19+ */
     color: #4a4a4a;
}
 .shop-side-bar .search :-ms-input-placeholder {
    /* IE 10+ */
     color: #4a4a4a;
}
 .shop-side-bar .search :-moz-placeholder {
    /* Firefox 18- */
     color: #4a4a4a;
}
 .ri-li {
     font-weight: bold;
     color: #8dc73f !important;
}
 #carousel li{
    padding: 10px;
     margin: 0;
}
 #carousel .flex-viewport {
     background: #fff;
}
 #carousel .flex-direction-nav{
     position: absolute;
     width: 100%;
     top: 50px;
}
 #slider .flex-direction-nav{
    display: none;
}
 #carousel .flex-direction-nav li a{
    background-color: #fff;
}


/*hover on products*/
.fproduct:hover{
     -webkit-transition: 0.6s ease;
 transition: 0.6s ease;
    -webkit-transform: scale(1.1);
 transform: scale(1.1);
}

.bproduct:hover{
     -webkit-transition: 0.6s ease;
 transition: 0.6s ease;
    -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
.hvr:hover{

    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
     -webkit-transition: 0.6s ease;
 transition: 0.6s ease;
    -webkit-transform: scale(1.1);
 transform: scale(1.1);
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

.btn-green:hover{
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
     -webkit-transition: 0.6s ease;
 transition: 0.6s ease;
    -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
/*end hover effect*/



.buttons-div {
    margin: 15px 0px 0px 0px;
}







/*************Privacy Policy ******************/


.privacy-panel{
	margin-top:20px;
}

.privacy-panel .panel-heading {
    padding-left: 30px;
    font-size: 25px;
    font-weight: 600;
}

.privacy-sec p {
    margin: 0px 0px 20px 0px;
}



/************* Terms & Condition ******************/




.condition-panel{
	margin-top:20px;
}

.condition-panel .panel-heading {
    padding-left: 30px;
    font-size: 25px;
    font-weight: 600;
}

.condition-sec p {
    margin: 0px 0px 20px 0px;
}


/******************** Return Policy*************************/





.return-panel{
	margin-top:20px;
}

.return-panel .panel-heading {
    padding-left: 30px;
    font-size: 25px;
    font-weight: 600;
}

.return-sec p {
    margin: 0px 0px 20px 0px;
}
span.color-custom-text {
    color: #3a9947;
    font-weight: 600;
}


/**********************Thank You Page*******************/
section.thankyou-section {
    margin: 30px 0px 20px 0px;
}

.order-conf-div {
    border-radius: 8px;
    text-align: center;
    border: 1px solid #eee;
    width: 750px;
    background: url(../images/order-confirm-img.png) no-repeat top center;
    margin: 0px auto;
    padding: 60px 0px;
}

.page-heading{
    padding:2px;
}

.page-heading h2 {
    font-size: 28px;
}

.order-price-total {
    padding: 0px 0px 0px 15px;
}

.centsperpiece{
       font-size: 10px;
  
    color: green;
    display: inline-block;
}


.custom-printing-p a:hover{
text-decoration:underline !important;
}

/* img.clearance-pro-tag-img { */
/* margin: -55px 0px 0px 0px; */
/* } */
.heading-mesg {
    font-size: 16px !important;
    font-weight: 700;
}

.new-website-mesg {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 6px;
}

.new-website-mesg p {
   
    font-size: 12px;
    line-height: 18px;
}

p.reset-link-send {
    padding: 5px;
    background: #3d9a46;
    font-weight: 600;
    color: #ffffff;
    border-radius: 4px;
}

p.thanks-mesg a {
    font-weight: 600;
    color: #3d9a46;
}

.thumbnail-img-list {
    width: 56px;
}

.extra-thumbnail {
       height: 400px;
    position: absolute;
    top: -4px;
    right: 20px;
    display: block;
}

.thumbnail-img-list li a {
    border: 0px !important;
}

.thumbnail-img-list li a img:hover {
    opacity: 1;
}

.thumbnail-img-list li a img {
    border-radius: 0px;
    width: 50px;
    opacity: 0.5;
}


.msg_error {
	display: inline-block;
    background-image: url(/controlpanel/images/icon_red.gif);
    background-repeat: no-repeat;
    background-position: 8 center;
    BORDER-RIGHT: #FFC1C1 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #FFC1C1 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 5px;
    MARGIN: 5px;
    BORDER-LEFT: #FFC1C1 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: 1px solid #FFC1C1;
    BACKGROUND-COLOR: #FFEEEE;
    TEXT-ALIGN: left;
    COLOR: #DC143C;
    TEXT-INDENT: 15px;
}



.msg_done {
	display: inline-block;
    background-image: url(/controlpanel/images/icon_green.gif);
    background-repeat: no-repeat;
    background-position: 8px center;
    BORDER-RIGHT: #5DD15E 1px solid;
    PADDING-RIGHT: 20px;
    BORDER-TOP: #5DD15E 1px solid;
    PADDING-LEFT: 15px;
    PADDING-BOTTOM: 5px;
    MARGIN: 5px;
    BORDER-LEFT: #5DD15E 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: 1px solid #5DD15E;
    BACKGROUND-COLOR: #DAF3DA;
    TEXT-ALIGN: left;
    TEXT-INDENT: 15px;
}


#ctl00_ContentPlaceHolder1_ucNotify_pnlmsg{
	width:100% !important;
}



label[for=ctl00_ContentPlaceHolder1_rbtnPaypal] {
    text-indent: -9999px;
    background: url(/assets/images/paypal.png);
    width: 70px;
    background-size: 69px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.d-flex {
    display: flex !important;
}
.pd-0 {
    padding: 0 !important;
}
.pd-r-10 {
    padding-right: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}


.header {
    position: relative;
    height: 95px;
    border-bottom: solid 2px #009900;
}

.logo {
    margin: 0px 50px;
    display: block;
    padding-top: 2px;
    height: 92px;
}

.controlpanel_title {
    display: block;
    margin: -33px 0px 0px 0px;
    color: #009900;
    font-size: 26px;
    font-weight: 700;
    /* text-align: center; */
    left: 0px;
    padding-top: 0px;
    line-height: 0px;
    font-family: arial;
    letter-spacing: -1px;
    padding-left: 148px;
}

.head_log_panel {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
    padding-right: 50px;
}

.admin_name, .logout {
    display: block;
}

.admin_name {
    font-size: 12px;
    font-weight: bold;
}

.logout {
    display: block;
    background: #009900;
    padding: 6px 15px;
    float: right;
    box-shadow: 0px 2px 1px #009900;
    border-radius: 4px;
    color: white !important;
    text-decoration: none;
    margin-top: 5px;
}

    .logout:hover {
        background: #222;
        color: #fff;
    }

.view_site {
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
}
/* End Header */

.RadTabStripTop_Windows7 .rtsLevel1 .rtsLink, .RadTabStripTop_Windows7 .rtsLevel1 .rtsOut, .RadTabStripBottom_Windows7 .rtsLevel1 .rtsLink, .RadTabStripBottom_Windows7 .rtsLevel1 .rtsOut, .RadTabStripTop_Windows7 .rtsLevel1, .RadTabStripBottom_Windows7 .rtsLevel1 {
    background: none !important;
}

.RadTabStrip_Windows7 .rtsLevel1 .rtsLI, .RadTabStrip_Windows7 .rtsLevel1 .rtsLink {
    color: #fff !important;
}

.RadTabStrip_Windows7 .rtsLevel1, .RadTabStrip_Windows7 .rtsLevel {
    background: linear-gradient(141deg, #026102 0%, #026102 51%, #026102 75%) !important
}

.RadTabStripTop_Windows7 .rtsLevel1 .rtsSelected, .RadTabStripTop_Windows7 .rtsLevel1 .rtsSelected:hover {
    background: #009900 !important;
}

.RadTabStripTop_Windows7 .rtsLevel1 .rtsLink:hover {
    background: #009900 !important;
}

.RadTabStripTop_Windows7 .rtsLevel2 {
    background: linear-gradient(141deg, #f3f3f3 0%, #f7f7f7 51%, rgba(77, 143, 253, 0.26) 75%) !important;
    color: black;
}

.RadTabStrip_Windows7 .rtsLI, .RadTabStrip_Windows7 .rtsLink {
    color: #222 !important;
}

.RadTabStrip_Windows7 .rtsLevel .rtsLink:hover, .RadTabStrip_Windows7 .rtsLevel .rtsSelected, .RadTabStrip_Windows7 .rtsLevel .rtsSelected:hover {
    color: #fff !important;
}





.rtsLevel2 .rtsUL .rtsSelected .rtsTxt, .rtsLevel2 .rtsTxt {
    color: #009900;
    font-weight: 700;
    text-decoration: none !important;
}

    .rtsLevel2 .rtsUL .rtsSelected .rtsTxt, .rtsLevel2 .rtsTxt:hover {
        border-bottom: 2px solid #007d00;
        color: #007d00 !important;
        text-decoration: none !important;
    }

.RadGrid_Default .rgSelectedRow {
    background: #900 !important;
}

    .RadGrid_Default .rgSelectedRow td, .RadGrid_Default .rgSelectedRow td.rgSorted {
        border-bottom: none !important;
    }

.RadTabStrip .rtsUL, .RadTabStripVertical .rtsUL {
    float: none !important;
    margin: 0px auto !important;
}

.gridHeader {
    color: #007d00 !important;
}

.btn_1, .btn_2, .control input[type="submit"] {
    padding: 3px 10px !important;
    border-radius: 4px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.btn_1, .control input[type="submit"] {
    background: url(../images/btn-1.gif) repeat-x top !important;
    color: #222 !important;
    border: solid 1px #b8b8b8 !important;
}

.btn_2 {
    background: url(../images/btn-2.gif) repeat-x top !important;
    color: #fff !important;
    border: solid 1px #610000 !important;
}

    .btn_1:hover, .btn_2:hover, .control input[type="submit"]:hover {
        background-position: bottom !important;
        text-decoration: none !important;
    }

.btn_3 {
    padding: 2px 9px 3px 31px;
    border-radius: 4px;
    font-size: 12px;
}

    .btn_3:after {
        content: '+';
        padding: 2px 0px 3px 4px;
        border-radius: 4px;
        font-size: 12px;
    }
/* End Menu */
.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #009900;
    background: linear-gradient(141deg, #d8d8d8 0%, #f7f7f7 51%, #dddddd 75%) !important;
    font-weight: 600;
    padding: 12px 0px;
    text-align: center;
    font-size: 13px;
}

    .footer a {
        color: #CCC;
        display: inline-block;
        padding-left: 8px;
        border-left: solid 1px #888;
        margin-left: 8px;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.download_catalog {
    background: url(../images/download.gif) no-repeat;
    display: inline-block;
    width: 153px;
    height: 34px;
    float: left;
    margin-top: -5px;
}
/* End Catalog*/


#alt_ship {
}

    #alt_ship td {
        border-bottom: dotted 1px #DDD;
        padding: 4px 0px;
    }

#alt_ship {
}

    #alt_ship .ship_add_info {
    }

.status {
}

    .status span {
        font-weight: bold;
        color: #099A35;
    }

#cust_order {
}

    #cust_order .order_detail {
    }

        #cust_order .order_detail th, .shopping_cart th, .chkprd_info th {
            background: #CCEBCE;
            padding: 4px 5px;
            border: solid 1px #A0D2A4;
        }

        #cust_order .order_detail td {
            padding: 4px 5px;
            border: solid 1px #DDD;
        }

.custom_panel_2 {
}

    .custom_panel_2 td {
        border: none !important
    }

    .custom_panel_2 h2 {
    }

.bill_add, .shp_add {
    width: 360px;
}

    .bill_add td, .shp_add td, .order_info td, .order_place_by td, .ship_address td, .shopping_cart td, .chkprd_info td, .cust_reg_form td {
        border: none;
        border-bottom: dotted 1px #DDD !important;
        padding: 4px 5px;
        text-align: left;
    }

.bill_add {
    float: left
}

.shp_add {
    float: right;
}

.order_info {
}

.order_info_order {
}

    .order_info_order th {
    }

    .order_info_order td {
    }

.back {
    float: right;
    padding: 2px 6px !important;
    text-decoration: none;
}
/**/

img#ctl00_ContentPlaceHolder1_imgImageLarge {
    width: 300px !important;
}
