@charset "utf-8";

/* CSS Document */


/*regular 400
medium  500
semi-bold 600
bold 700
extra-bold 800
*/

@font-face {
    font-family: 'Conv_High Tide - Demo';
    src: url('../fonts/high-tide/High Tide - Demo.eot');
    src: local('☺'), url('../fonts/high-tide/High Tide - Demo.woff') format('woff'), url('../fonts/high-tide/High Tide - Demo.ttf') format('truetype'), url('../fonts/high-tide/High Tide - Demo.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Raleway', sans-serif;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /* margin:0px; 
	  padding:0px;*/
}

a {
    text-decoration: none !important;
}


/*:::::::::::::TOPBAR SECTION START:::::::::::::*/

.topbar {
    padding: 10px 0;
}

.topbar .t-links {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #FFFFFF;
}

.topbar .t-links a {
    color: #000000;
    text-decoration: none;
}

.topbar .t-links a i {
    margin-right: 6px;
    font-size: 14px;
    color: #36a7ff;
}

.borderbtm {
    border-bottom: dotted 1px #bebebe;
}

#wrap {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
}

#wrap input[type="text"] {
    font-size: 18px;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid #BBB;
}

#wrap input[type="text"]:focus {
    width: 420px;
    z-index: 1;
    border-bottom: 1px solid #BBB;
    cursor: text;
}

#wrap button[type="submit"] {
    height: 42px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/search-icon.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity .4s ease;
}

#wrap button[type="submit"]:hover {
    opacity: 0.8;
}

.logo {
    padding: 14px 0;
    display: inline-block;
}

.navbarcontainer {
    position: initial;
}

#navbar {
    position: initial;
    background: none;
    border: 0px solid #dee1e3;
    float: right;
    margin: 19px 0 0px 0;
    padding: 0px 0 0px 0;
    box-shadow: 0 0px 0px 0px;
    border-radius: 0 !important;
    z-index: 999;
    text-align: center;
    width: 100% !important;
}

#navbar .navbar-nav li a {
    overflow: hidden;
    position: relative;
    z-index: 5;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.6s ease;
    padding: 4px 0;
    margin: 6px 28px;
    background: none !important;
}

#navbar .navbar-nav li a i {
    font-size: 24px;
    display: block;
    text-align: center;
}

#navbar .navbar-nav li a:hover {
    color: #36a7ff;
}

.navbar-toggle {
    border-radius: 0;
    background: #031834 !important;
    margin: 9px 10px 0 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: 0.5s all ease;
}

.navbar-toggle.active .type1 {
    top: 6px;
    transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
    background-color: transparent !important;
}

.navbar-toggle.active .type3 {
    top: -6px;
    transform: rotate(-50deg);
}


/*:::::::::::::TOPBAR SECTION END:::::::::::::*/


/*:::::::::::::PRODUCT SECTION START:::::::::::::*/

.prd-range {
    padding: 63px 0;
}

.prd-range h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.prd-range h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 45px;
}

.prd-box {
    background: #fff;
    border-bottom: dotted 1px #bebebe;
    position: relative;
    overflow: hidden;
    max-width: 270px;
    padding: 5px 10px;
    margin: 15px 0;
    display: inline-block;
}

.prd-box .proimg img {
    transition: all 1s ease;
    margin-bottom: 14px;
}

.prd-box .proimg img:hover {
    transform: scale(1.1);
}

.prd-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 0;
    margin-bottom: 6px;
}

.prd-box .proaddtocart {
    background: #40abff;
    transition: 0.5s all ease-in;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: inline-block;
    float: left;
    position: absolute;
    left: 80px;
    bottom: -50px;
}

.prd-box:hover .proaddtocart {
    bottom: 38%;
}

.prd-box .proaddtocart > button{
	
border: none;
background-color: transparent;
width: 48px;
transition: .3s;

}
.prd-box:hover .proaddtocart  > button:hover{
  background: #2c2c2c;
}

.proaddtocart i {
    font-size: 18px;
}

.prd-box .viewbtn {
    background: #2c2c2c;
    transition: 0.5s all ease-in;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 150px;
    bottom: -50px;
}

.prd-box:hover .viewbtn {
    bottom: 38%;
}

.prd-box .viewbtn > button{
	
border: none;
background-color: transparent;
width: 48px;
transition: .3s;
}

.prd-box:hover .viewbtn > button:hover{
     background:#40abff;
}

.viewbtn i {
    font-size: 18px;
}


/*:::::::::::::PRODUCT SECTION END:::::::::::::*/


/*:::::::::::::WELCOME SECTION START:::::::::::::*/

.welcome-bg {
    background: url(../images/welcome-bgimg.jpg) center center repeat-y;
    background-size: cover;
    padding: 70px 0 46px 0;
}

.welcome-note {
    padding-top: 0px;
}

.welcome-note h2 {
    font-family: 'Conv_High Tide - Demo';
    font-size: 29px;
    color: #36a7ff;
    font-weight: normal;
    margin: 0;
}

.welcome-note h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 44px;
    color: #2c2c2c;
    font-weight: 800;
    margin-top: 8px;
    margin-bottom: 5px;
}

.welcome-note p {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #7f7f7f;
    font-weight: 500;
    line-height: 30px;
    padding: 5px 0;
    margin: 0;
}

.welcome-note a {
    display: inline-block;
    background: #36a7ff;
    color: #ffffff;
    text-decoration: none;
    width: 130px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    transition: all 0.5s ease-in;
    margin: 10px 0;
}

.welcome-note a:hover {
    background: #2c2c2c;
    color: #ffffff;
    text-decoration: none;
}

.box {
    text-align: center;
    overflow: hidden;
    /* box-shadow: 0 0 3px rgba(0,0,0,0.3);*/
    position: relative;
}

.box:before,
.box:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(11, 33, 47, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.box:after {
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transform: skewX(41deg);
    transition: all 1s ease 0s;
}

.box:hover:after {
    left: -170%;
}

.box img {
    width: 100%;
    height: auto;
}


/*:::::::::::::WELCOME SECTION END:::::::::::::*/


/*:::::::::::::CATEGORIES SECTION START:::::::::::::*/

.cat-g {
    padding: 60px 0;
}

.cat-g h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin: 0;
}

.cat-g h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    color: #181818;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
}


/****** projects *****/


/** slider**/

.owl {
    display: block;
    position: relative !important;
    padding-top: 120px;
}

.img {
    display: block;
    position: relative;
}

.overlay {
    display: block;
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/project-bg.png) no-repeat center center #000;
    -webkit-transition: ease 1s;
    /* Safari */
    transition: ease 1s;
}

.item:hover .overlay {
    display: block;
    opacity: 0.8;
}

.project-f {
    display: block;
    position: relative;
    text-transform: capitalize;
    bottom: 50px;
    width: 275px;
    height: 150px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 14px 11%;
}

.item:hover .project-f {
    background-color: #36a7ff;
}

.project-f1 {
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    color: #353535;
    font-weight: 800;
    font-style: normal;
    line-height: 29px;
}

.project-f2 {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #353535;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.project-f3 {
    font-family: 'Conv_High Tide - Demo';
    font-size: 24px;
    color: #36a7ff;
    font-weight: normal;
    margin: 0;
}

.item:hover .project-f1,
.item:hover .project-f2,
.item:hover .project-f3 {
    color: #fff;
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
    padding: 0px 5px;
    background: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

.owl-nav {
    display: block !important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 0;
    left: 0;
    height: 40px;
    z-index: 1;
    width: 130px;
    margin: 0 auto;
}

.left-nav {
    display: block;
    background: url(../images/project-ar-l_normal.png) no-repeat center transparent !important;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #dddddd;
    z-index: 2;
}

.left-nav:hover {
    background: url(../images/project-ar-l-h.png) no-repeat center #36a7ff !important;
    border: 2px solid transparent;
}

.right-nav {
    display: block;
    background: url(../images/project-ar-r_normal.png) no-repeat center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    z-index: 2;
    border: 2px solid #dddddd;
}

.owl-next:hover .right-nav {
    background: url(../images/project-ar-r.png) no-repeat center #36a7ff !important;
    border: 2px solid transparent;
}


/****** projects end*****/


/*:::::::::::::CATEGORIES SECTION END:::::::::::::*/


/*:::::::::::::NEWSLETTER SECTION START:::::::::::::*/

.newsletter {
    padding: 35px 0;
    background: #f2f2f2;
}

.newsletter h2 {
    font-family: 'Conv_High Tide - Demo';
    font-size: 30px;
    color: #36a7ff;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 0;
}

.newsletter h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    color: #26282d;
    text-transform: capitalize;
    font-weight: 700;
    margin-top: 0;
}

.news input {
    background: #fff;
    border: none;
    height: 50px;
    text-indent: 16px;
    width: 76%;
    float: left;
    box-shadow: none;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}

.news button {
    background: #1a1a1a;
    height: 50px;
    float: left;
    width: 24%;
    border: none;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
    transition: all 0.3s ease-in;
}

.news button:hover {
    background: #36a7ff;
}


/*:::::::::::::NEWSLETTER SECTION END:::::::::::::*/


/*:::::::::::::FOOTERBOTTOM SECTION START:::::::::::::*/

.footer-btm {
    background: #f2f2f2;
}

.f-content {
    background: #000000;
    padding-bottom: 65px;
}

.f-content img {
    margin-left: 34px;
    margin-bottom: 50px;
}

.f-content li {
    list-style: none;
    margin-bottom: 50px;
    margin-left: 35px;
    line-height: 28px;
}

.f-content li i {
    line-height: 28px;
    float: left;
    font-size: 30px;
    color: #36a7ff;
    text-align: center;
    margin-right: 20px;
}

.f-content li div {
    float: left;
    width: 75%;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.f-content li div h4 {
    margin-top: 0;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.f-content li div p {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 13px;
}

.f-content li a {
    text-decoration: none;
    color: #8d8d8d;
    font-weight: 400;
    font-size: 13px;
}


/*.padding-lr-zero{
	
	padding-left: 0;
	padding-right: 0;
}*/


/*:::::::::::::FOOTERBOTTOM SECTION END:::::::::::::*/


/*BACK TO TOP ICON CSS START*/

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: gray url(../images/top.png) no-repeat center 50%;
    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;
}

.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 {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #36a7ff;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}


/*BACK TO TOP ICON CSS END*/


/*:::::::::::::COPYRIGHT SECTION START:::::::::::::*/

.SocialMediaIcon {
    margin: 0px auto;
    padding: 0;
    display: inline-block;
}

.SocialMediaIcon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.SocialMediaIcon ul a li {
    font-size: 22px;
    color: #555555;
    text-align: center;
    margin: 0px 20px 5px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
    float: left;
    transition: all .5s ease-in-out;
}

.SocialMediaIcon ul a:hover li {
    color: #36a7ff;
}

.SocialMediaIcon ul a:active li {
    color: #36a7ff;
}

.copyright {
    font-family: 'Raleway', sans-serif;
    background-color: #1a1a1a;
    padding: 17px 0 17px 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.copyright .cr-text {
    text-align: left;
}

.copyright .powerd {
    text-align: right;
}

.copyright a {
    color: #34a0f4;
    text-decoration: none;
}

.copyright a:hover {
    color: #FFFFFF;
    text-decoration: none;
}


/*:::::::::::::COPYRIGHT SECTION END:::::::::::::*/


/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS START:::::::::::::::::::*/

@media screen and (min-width:768px) {}

@media screen and (max-width:1200px) {
    #navbar .navbar-nav li a {
        margin: 10px 19px;
    }
}

@media screen and (max-width:991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .copyright .cr-text {
        text-align: center;
    }
    .copyright .powerd {
        text-align: center;
    }
	
	
		#wrap {
     margin-top:34px;
}
	
	#wrap input[type="text"] {
 
  font-size: 15px;
  position: absolute;
  top:-40px;
  right: 0;
}


#wrap input[type="text"]:focus {
  width:283px;
  z-index: 1;
}
#wrap button[type="submit"] {
  width: 30px;
  position: absolute;
  top: -46px;
  right: 0;
}
	
	
}

@media screen and (max-width:550px) {
	
	.language{
		
		padding: 30px 10px 10px 0;
	}
	
}

.opal-topbar {
    text-transform: none;
    font-size: 13px;
    background: #fff;
    color: #696969;
}

.opal-topbar .inner {
    border-bottom: 1px dotted #ebebeb;
    padding: 10px 0;
    margin: 0 15px;
}

.opal-topbar .list-inline {
    margin: 7px 0 0;
    padding: 0;
}

.opal-topbar .list-inline li {
    padding-right: 0;
    padding-left: 10px;
}

.rtl .opal-topbar .list-inline li {
    padding-left: 0;
    padding-right: inherit;
    padding-right: 10px;
    padding-left: inherit;
}

.opal-topbar .list-inline a:after {
    content: "/";
    padding-left: 15px;
}

.rtl .opal-topbar .list-inline a:after {
    padding-right: 15px;
    padding-left: inherit;
}

.opal-topbar .list-inline a:hover {
    color: #6fa66f;
}

.opal-topbar .opal-menu-top li:last-child a:after {
    content: none;
}

.opal-topbar .social {
    padding-left: 8px;
    margin-left: 8px;
    position: relative;
}

.rtl .opal-topbar .social {
    padding-right: 8px;
    padding-left: inherit;
    margin-right: 8px;
    margin-left: inherit;
}

.opal-topbar .social:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 1px;
    height: 11px;
    background: #e1e1e1;
}

.rtl .opal-topbar .social:before {
    right: 0;
    left: auto;
}

.opal-topbar .social a:hover i {
    color: #ffa02c;
}

.opal-topbar .social i {
    font-size: 14px;
}

.opal-topbar .topbar-left>* {
    float: left;
}

.rtl .opal-topbar .topbar-left>* {
    float: right;
}

.opal-topbar .topbar-left .textwidget {
    color: #000;
    margin-right: 10px;
}

.rtl .opal-topbar .topbar-left .textwidget {
    margin-left: 10px;
    margin-right: inherit;
}

.opal-topbar .topbar-left .textwidget i {
    color: #000;
    margin-right: 5px;
}

.rtl .opal-topbar .topbar-left .textwidget i {
    margin-left: 5px;
    margin-right: inherit;
}

.opal-topbar .topbar-left .textwidget span {
    font-weight: 700;
}

.opal-topbar.topbar-v2 .quick-setting {
    position: relative;
}

.opal-topbar.topbar-v2 .quick-setting .dropdown-menu {
    padding: 15px 20px;
}

.opal-topbar.topbar-v2 .quick-setting .btn-link {
    padding-left: 8px;
    padding-right: 8px;
}

.cart_list>div {
    margin: 10px 0;
    padding: 10px 0;
}

.cart_list .name {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: none;
    margin-top: 0;
    font-family: Open Sans, sans-serif;
}

.cart_list .image {
    width: 82px;
    height: 82px;
}

.cart_list .cart-item {
    line-height: 1.1;
    margin: 0;
    font-size: 13px;
}

.cart_list .cart-item .amount {
    font-size: 13px;
    color: #696969;
}

.cart_list .cart-main-content {
    text-align: left;
    position: relative;
}

.rtl .cart_list .cart-main-content {
    text-align: right;
}

.cart_list .cart-main-content .remove {
    position: absolute;
    right: 0;
    top: auto;
    /* 3 */
    /* 3 */
    /* 4 */
    /* 6 */
    /* 6 */
    /* 7 */
    font-size: 25px;
    /* 9 */
    font-size: 2.5rem;
    /* 9 */
    bottom: 10px;
    height: 20px;
    font-weight: 400;
    color: #555 !important;
}

.rtl .cart_list .cart-main-content .remove {
    left: 0;
    right: auto;
}

.cart_list .cart-main-content .remove:hover {
    background: transparent;
    color: #ffa02c !important;
}


/*::::::::::::::::::::MEDIAQUERY SECTIONS CSS END:::::::::::::::::::*/

.breadcrumbs {
    background: #f7f7f7;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0;
}

.breadcrumbs .items .item {
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
    position: relative;
}

.breadcrumbs .items .item a {
    text-decoration: none;
    color: #000;
}

.breadcrumbs .items .item a:hover {
    color: #36a7ff;
}

.breadcrumbs .items .item strong {
    font-weight: 600;
}

.breadcrumbs .items .item:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}


/*Sidemenu Style Star*/

.LefMenu li.MainLeftCats {
    background: #000;
    cursor: pointer;
    /*background-color:#525866;*/
    color: #fff;
    padding: 6px;
    text-align: left;
    font-family: sans-serif;
    font-size: 16px;
    list-style: none;
    font-weight: bold;
    margin-bottom: 2px;
}

.LefMenu li.MainLeftCats a {
    display: block;
    position: relative;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

.LefMenu li.SecMenu {
    list-style: none;
    margin-bottom: 3px;
}

.LefMenu li.SecMenu a {
    background-color: #fff;
    color: #393939;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    display: block;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #eaeaea;
}

.LefMenu li.SecMenu a:hover,
.LefMenu li.SecMenu a.active {
    padding-left: 10px;
    color: #000000;
    font-weight: bold;
}

.LefMenu li.SecMenu:active {
    padding-left: 10px;
    color: #cc0001;
}

.menutitle li a {
    background: #fff url(images/down-arrow.png) right center no-repeat;
}

.submenun {
    background: #eaeaea;
}

.submenun ul {
    margin: 0px;
    padding: 0px;
}

.submenun ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
}

.submenun ul li a {
    text-decoration: none;
    color: #393939;
    font-weight: normal;
    font-size: 12px;
    padding: 0 5px;
    line-height: 30px;
    display: block;
}

.submenun ul li a:hover,
.submenun ul li a.active {
    color: #000
}

.submenun ul li a:focus:active {
    color: #000;
}


/*Sidemenu Style End*/


/*Detail Style Start*/

.pagination {
    text-align: center;
    width: 100%;
}

.pagination a {
    background: #101010;
    border-radius: 3px;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
}

.pagination a:hover {
    background: #36a7ff;
    color: #fff;
}

.prod-details h1 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

.prod-details h3 {
    color: #36a7ff;
    font-weight: 600;
}

.prod-details .description {
    min-height: 150px;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

.prod-details .description span {
    text-transform: uppercase;
    color: #101010;
    font-size: 16px;
    font-weight: 600;
}

.prod-details .prd-opt {
    margin-bottom: 20px;
}

.prod-details .prd-opt label {
    width: 20%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 34px;
    margin: 0;
}

.prod-details .prd-opt .form-control {
    width: 30%;
    font-family: 'Open Sans', serif;
    font-weight: 400;
}

.prod-details .prd-opt .form-control:focus {
    border-color: #36a7ff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6)
}

.like-box {
    margin-top: 3rem;
}

.submit-btn-d {
    text-align: left;
}

.submit-btn-d button {
    background: #1a1a1a;
    border: none;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
    font-weight: 700;
}

.submit-btn-d button:hover {
    background: #36a7ff;
    color: #fff;
}


/*Detail Style End*/


/*Basket Page Style Start*/

.CartInfo {
    min-height: 400px;
    margin: 0;
    padding: 0;
}

.CartInfo table {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-spacing: 0;
}

.CartInfo thead td {
    background-color: #282828;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.CartInfo td {
    padding: 7px;
}

.CartInfo thead .image,
.CartInfo thead .action {
    text-align: center;
}

.CartInfo thead .productd,
.CartInfo thead .quantity {
    text-align: left;
}

.CartInfo tbody .image,
.CartInfo tbody .action {
    text-align: center;
}

.CartInfo tbody .action>a {
    text-decoration: none;
    color: #000;
}

.CartInfo tbody td {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.CartInfo tbody td input[type="text"] {
    background: #f2f2f2;
    width: 50%;
    text-align: center;
}

.CartInfo tbody .productd h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.CartInfo tbody .productd h5 {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.CartInfo tbody .form-control {
    border-radius: 0;
}

.CartInfo tbody .productd p {
    color: #888;
}

.CartInfo tbody .form-control:focus {
    border-color: #36a7ff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(242, 190, 28, 0.6)
}

.CartInfo tbody .btn-success {
    background: #101010;
    border: none;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    width: 50%;
    margin-top: 4px;
    border-radius: 3px;
    padding: 8px 12px;
}

.CartInfo tbody .btn-success:hover {
    background: #36a7ff;
    color: #fff;
}

h2.Total {
    text-align: right;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #101010;
}

h2.Total span {
    color: #36a7ff;
}

.basket-btn {
    text-align: right;
}

.basket-btn a {
    background: #101010;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 26px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.basket-btn a:hover {
    background: #36a7ff;
    color: #fff;
}


/*Basket Page Style End*/


/*contact*/

.form-group label {
    display: none;
}

.form-group {
    position: relative;
}

fieldset .required:after {
    color: #d73105;
    content: "*";
    font-size: 12px;
    left: -16px;
    margin: 0 0 0 5px;
    position: absolute;
    top: 8px;
    font-weight: 400;
}

.form-group .input-text {
    background: #f7f7f7;
    display: block;
    border: 1px solid #f7f7f7;
    color: #282828;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 2.3rem;
    padding: 1.44rem 1rem;
    text-transform: uppercase;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    vertical-align: baseline;
    outline: none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.form-group .input-text:hover,
.form-group .input-text:focus {
    border-color: #36a7ff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(54, 167, 255);
}

.submit-btn {
    text-align: right;
}

.submit-btn button {
    margin-bottom: 20px;
    background: #36a7ff;
    border: none;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    color: #fff;
    display: inline-block;
    margin: 0 0.25rem;
    padding: 12px 12px 9px;
    border-radius: 0px;
    font-weight: 700;
    text-transform: uppercase;
}

.submit-btn button:hover {
    background: #0f0f0f;
}


/*contact end*/