﻿/*-----------------------------------------------------------------------------------

    Template Name: TP shop - eCOMMERCE Bootstrap Template 
    Template URI: http://themepure.net
    Description: This is html5 template
    Author: BootExperts
    Author URI: http://themepure.net
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
        
    1. Theme Default CSS (body, link color, section etc)
        2. header-top-area
        3. header-bottom-area
        4. main-menu-area 
        5. banner-area
        6. features-area 
        7. category-area 
        8. subscribe-area 
        9. service-area 
        10. latest-blog-area 
        11. brand-area
        12. footer
        13. home 2
        14. home 3
        15. contact-area
        16. shop-header-area
        17 shop-area
        18. single product
        19. product-tabs
        20. cart page
        21. checkout page
        22. wishlist-area
        23. my-account-area
        24. blog-area	

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid;text-decoration: none;}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {margin:0 0 15px;}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    color: #232323;
    font-weight: 400;
}
a {transition: all 0.3s ease 0s;text-decoration:none;color:#222}
a:hover {
    color: #6D74A2;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0 none;
}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.font-wght{
    font-weight: 500;
}
.clear{clear:both}
body {font-family: 'Lato', sans-serif;color:#222;}
*::-moz-selection {
    background: #6D74A2;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #6D74A2;
    text-shadow: none;
    color:#fff
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.pad-bottom{padding-bottom:60px}
.pad-top{}
.pad-60{padding:60px 0}
.pad-40{padding:40px 0}
.pad-30{padding:30px 0}
.pad-50{padding:50px 0}
.pad-0{padding:0px 0}
.owl-theme .owl-controls {
    margin-top: 0;
}
a#scrollUp {
    background: #222 none repeat scroll 0 0;
    bottom: 12px;
    color: #fff;
    height: 45px;
    line-height: 40px;
    right: 12px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 45px;
    font-size: 25px;
}
a#scrollUp:hover {
    background-color: #6D74A2;
}
/* -------------------------
2. header-top-area
---------------------------- */
.header-top-area{}
.bg-color {
    background: #050040 none repeat scroll 0 0;
}
.welcome {
    margin-top: 8px;
}
.welcome span {}
.welcome span.phone{margin-right: 5px;}
.welcome span.email{margin-left: 5px;}
.welcome span.phone::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
}
.welcome span.email::before {
    content: "";
    font-family: FontAwesome;
    margin-right: 5px;
}
.top-menu{}
.top-menu {
    float: right;
}
.top-menu ul {
    float: right;
}
.top-menu ul li {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 0;
}
.top-menu ul li a {}
.top-menu ul li:hover a{color:#6D74A2}
.top-menu ul#language {
    float: right;
}
.top-menu ul#language li {
    position: relative;
}
.top-menu ul#language li a{}
.top-menu ul#language li ul {
    background: #f5f5f5 none repeat scroll 0 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 135%;
    transition: all 0.3s ease 0s;
    width: 150px;
    visibility:hidden;
    z-index:999;
}
.top-menu ul#language li:hover ul{opacity: 1;top: 100%;visibility:visible;}
.top-menu ul#language li:hover ul li a:hover{color:#6D74A2}
.top-menu ul#language li ul li {
    display: block;
    margin: 0;
    padding: 0 10px;
    text-align: right;
}
.top-menu ul#language li ul li a {
    border-bottom: 1px solid #050040;
    color: #050040;
    display: block;
    padding: 6px 0;
}
/*------------------------
3. header-bottom-area
-------------------------- */
.header-bottom-area {
    padding: 5px 0;
}
.header-search {
    float: right;
    margin-top: 20px;
    position: relative;
    width: 95%;
}
.header-search input {
    background: #f2f2f2 none repeat scroll 0 0;
    border: 0 none;
    height: 40px;
    padding: 0 40px 0 20px;
    width: 100%;
}
.header-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.header-search button:hover{color:#6D74A2}
.total-cart {
    position: relative;
    margin-top: 20px;
    border: 1px solid rgb(109, 116, 162);

}
.not-active {
    pointer-events: none;
    cursor: default;
}
.cart-toggler{background: #f2f2f2 none repeat scroll 0 0;
              height: 40px;
              line-height: 40px;
              padding-left: 15px;}
.cart-toggler a span.cart-title {
    padding-right: 20px;
}
.total-cart:hover .cart-toggler > a{color:black}
.cart-toggler a span.cart-quantity{}
.cart-toggler a.checkout {
    background: #2f2f2f none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    float: right;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    margin-left: 15px;
    background-color: #050040;
    padding: 0 13px;
    text-transform: uppercase;
}
.total-cart:hover .cart-toggler a.checkout {
    background: #132b67 none repeat scroll 0 0;
    color: #fff;
}
.pad-left{padding-left:0;}
.total-cart ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #132b67;
    padding: 10px 8px 12px;
    position: absolute;
    right: 0;
    top: 100%;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    width: 282px;
    z-index: 99;
}
.total-cart:hover ul{transform:scaleY(1)}
.total-cart ul li {
    overflow: hidden;
    padding: 10px;
}
.total-cart ul li .cart-img {
    float: left;
    position: relative;
    width: 60px;
    padding-right: 10px;
}
.total-cart ul li .cart-img img {
    width: 100%;
}
.total-cart ul li .cart-img a{}
.total-cart ul li .cart-img span {
    background: #050040;
    border-radius: 100%;
    color: #fff;
    height: 18px;
    left: -7px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    top: -6px;
    width: 18px;
}
.total-cart ul li .cart-info {
    /*float: left;*/
    padding-left: 5px;
}
.total-cart ul li .cart-info h4{}
.total-cart ul li .cart-info h4 a {
    color: #000;
    font-size: 14px;
}
.total-cart ul li .cart-info h4 a:hover{color:#6D74A2}
.total-cart ul li .cart-info span {
    font-size: 14px;
    font-weight: 700;
}
.total-cart ul li .del-icon {
    float: right;
    margin-top: -16px;
    padding-right: 10px;
}
.total-cart ul li .del-icon a:hover{
    color:red;
}
.total-cart ul li .del-icon i {
    cursor: pointer;
    font-size: 17px;
    /*color: #050040;*/
}
.subtotal-text,.subtotal-price {
    float: left;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.subtotal-price{float:right}
/*---------------------
4. main-menu-area 
-----------------------*/
.main-menu-area {}
.main-menu-area-2{border-top: 1px solid #ddd;}
.main-menu ul li {
    float: left;
    margin-right: 3px;
    position: relative;
}
.main-menu ul li a {
    display: block;
    padding: 15px 25px;
    text-transform: uppercase;
}
.main-menu ul li a::before {
    background: #ddd none repeat scroll 0 0;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 1px;
}
.main-menu ul li:last-child a::before{display:none}
.main-menu ul li ul li a::before{display:none}
.main-menu ul li:hover a{color:#6D74A2}
.main-menu ul li ul {
    background: #f2f2f2 none repeat scroll 0 0;
    border-top: 2px solid #132b67;
    display: block;
    left: 0;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 130%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9999;
}
.main-menu ul li:hover ul{top:100%;opacity:1;visibility:visible}
.main-menu ul li ul li {
    float: none;
}
.main-menu ul li:hover ul li a {
    color: #222;
}
.main-menu ul li:hover ul li a{background:none;color:#222;}
.main-menu ul li ul li a {
    color: #222;
    padding: 8px 25px;
    text-transform: capitalize;
}
.main-menu ul li:hover ul li a:hover{color:#6D74A2;padding-left:30px}
.main-menu ul li .mega-menu {
    background-color: white;
    border-top: 2px solid #132b67;
    left: -190px;
    margin: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 0.3s ease 0s;
    width: 1000px;
    visibility:hidden;
    z-index: 9999;
    border: 1px solid #6D74A2;
}
.main-menu ul li:hover .mega-menu{top:100%;opacity:1;visibility:visible}
.main-menu ul li .mega-menu span {
    float: left;
    padding-right: 30px;
    width: 19.6%;
}
.main-menu ul li .mega-menu span.mega-menu-img {
    padding-right: 0;
    width: 26%;
}
.main-menu ul li .mega-menu span a {
    display: block;
    padding: 10px 0;
    text-transform: capitalize;
}
.main-menu ul li .mega-menu span a.mega-title {
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.main-menu ul li .mega-menu span.mega-menu-img {
    width: 26%;
}
.main-menu ul li .mega-menu span a::after {
    content: "";
    float: left;
    font-family: fontawesome;
    margin-right: 5px;
}
.main-menu ul li:hover .mega-menu span a{color:#222}
.main-menu ul li:hover .mega-menu span a:hover{color:#6D74A2}
.main-menu ul li .mega-menu span a:before{display:none}
.main-menu ul li .mega-menu span a.mega-title:after,.main-menu ul li .mega-menu span.mega-menu-img a:after{display:none}
/*------------------------
5. banner-area
-------------------------- */
.banner-area {
    padding-top: 60px;
}
.single-banner {
    overflow: hidden;
    position: relative;
}
.single-banner img {
    max-width: 105%;
    transform: translateX(-4%);
    transition: all 0.5s ease 0s;
}
.single-banner:hover img{transform: translateX(0%);}
.banner-details {
    bottom: 0;
    left: 5%;
    position: absolute;
    z-index: 9;
}
.banner-details h2 {
    color: #fff;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.banner-details p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: -20px;
    margin-top: 10px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: -9;
}
.single-banner:hover p {
    margin-bottom: 10px;
    opacity: 1;
    z-index: 9;
}
.single-banner::before {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 100%;
    z-index: 9;
}
.single-banner:hover::before {
    opacity: 0.7;
    visibility: visible;
    z-index: 1;
}
.margin-bottom{margin-bottom:27px}
.section-padding{padding:70px 0}
/*-----------------------------
6. features-area 
-------------------------------*/
.features-area{}
.section-title {
    line-height: normal;
    margin-bottom: 30px;
}
.section-title h2 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.section-title h2::before, .section-title h2::after {
    border-top: 4px double #666;
    content: "";
    left: -136px;
    position: absolute;
    top: 9px;
    width: 120px;
}
.section-title h2::after {
    left: inherit;
    right: -136px;
}
.single-product{}
.product-img {
    overflow: hidden;
    position: relative;
}
.product-img > a {
    display: block;
    position: relative;
}
.product-img > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index:9;
    transition: all 0.3s ease 0s;
}
.single-product:hover a::before{opacity:.6}
.product-img a img{}
img.primary-img{}
img.secondary-img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    opacity:0;
}
.single-product:hover img.secondary-img{opacity:1;}
.product-action {
    bottom: -35px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 9;
}
.single-product:hover .product-action{bottom:0;opacity:1}
.single-product:hover .pro-button-top {top: -100px;;opacity:1}
.pro-button-top {
    display: inline-block;
    opacity: 0;
    position: relative;
    top: 35px;
    transition: all 0.5s ease 0s;
}
.pro-button-top a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    padding: 0 18px;
    text-transform: uppercase;
}
.pro-button-cart{}
.pro-button-cart a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    width: 150px;
    text-align: center;
}
.pro-button-buy{}
.pro-button-buy a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    width: 90px;
    text-align: center;
}
.pro-button-bottom{}
.pro-button-bottom a {
    background: #222 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
    width: 45px;
}
.product-action a:hover{background:#6D74A2}
span.sale {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 2px 8px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    z-index: 99;
}
.product-info {
    overflow: hidden;
    padding-top: 10px;
    height: 80px
}
.product-info h3 {
    font-size: 17px;
}
.product-info h3 a{}
.pro-price {
    float: left;
    font-size: 18px;
    font-weight: 700;
}
.pro-price span.normal {
    color: #132b67;
}
.pro-price span.old {
    color: #666;
    font-size: 15px;
    font-weight: 400;
    margin-left: 6px;
    text-decoration: line-through;
}
.pro-rating {
    float: right;
    margin-top: 4px;
}
.pro-rating i{}
.product-tab{}
ul.tab-menu {
    margin-bottom: 30px;
    text-align: center;
}
ul.tab-menu li {
    display: inline-block;
    margin: 0 3px;
}
ul.tab-menu li.active a,ul.tab-menu li a:hover{border-color:#6D74A2;color:#6D74A2}
ul.tab-menu li a {
    border: 2px solid #666;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 15px;
    text-transform: uppercase;
}
.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #666;
    display: inline-block;
    font-size: 25px;
    height: 40px;
    left: -30px;
    line-height: 38px;
    margin: -20px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    width: 40px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{left:auto;right:-30px;}
.owl-carousel:hover .owl-controls .owl-buttons div{opacity:1}
a.btn-icon {
    border-radius: 0;
    border: 0;
}
a.btn-icon:hover{background:#6D74A2;color:#fff!important}
/*-----------------------------------
7. category-area 
------------------------------------- */
.category-area .section-title{position:relative}
.category-area .section-title h2 {
    background: #fff none repeat scroll 0 0;
    font-size: 17px;
    padding-right: 15px;
    line-height: 13px;
}
.category-area .section-title h2::before {
    display: none;
}
.category-area .section-title h2::after {
    display: none;
}
.category-area .section-title::before {
    border-top: 4px double #666;
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
}
.category-area .single-product {
    overflow: hidden;
}
.category-area .single-product:last-child {
    margin-top: 20px;
}
.category-area .product-img {
    width: 35%;
    float: left;
}
.category-area .product-img a{}
.category-area .product-info {
    float: right;
    padding-left: 12px;
    width: 65%;
    padding-top: 2px;
}
.category-area .product-info h3 {
    font-size: 16px;
}
.category-area .product-info h3 a{}
.category-area .pro-price {
    float: none;
    font-size: 16px;
}
.category-area .pro-rating {
    float: none;
}
.category-area .pro-rating i{}
.category-area .product-action{}
.category-area .product-action a{}
.category-area .product-action {
    opacity: 0;
    position: inherit;
    text-align: left;
    margin-top: 12px;
    transition: all 0.3s ease 0s;
}
.category-area .single-product:hover .category-area .product-action{opacity:1}
.category-area .pro-button-top {
    opacity: 1;
    position: inherit;
}
.category-area .pro-button-top a {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
.category-curosel.owl-theme .owl-controls .owl-buttons div {
    display: none;
}
/*--------------------------
8. subscribe-area 
---------------------------- */

/*.subscribe-area2 {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 12px 18px -22px rgba(31, 31, 31, 1) inset, 0 -23px 21px -33px rgba(31, 31, 31, 1) inset;
    padding: 0px 0 0px;
    padding: 95px 0 100px;
}*/
.mrg-top{
    margin-top: 50px;
}
.subscribe-area {
    background: #f2f2f2 none repeat scroll 0 0;
    box-shadow: 0 12px 18px -22px rgba(31, 31, 31, 1) inset, 0 -23px 21px -33px rgba(31, 31, 31, 1) inset;
    /*padding: 75px 0 340px;*/
    padding: 65px 0 310px;
}
.subscribe-title {
    text-align: center;
}
.subscribe-title h3 {
    color: #222;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
}
.subscribe-title h3 span {
    color: #6D74A2;
    padding-right: 15px;
}
.subscribe-title p {
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.subscribe-title input {
    border: 1px solid #d7d7d7;
    height: 43px;
    line-height: 34px;
    padding: 0 19px 0 15px;
    width: 76%;
}
.subscribe-title button {
    background: #132b67 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    height: 43px;
    line-height: 41px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    transition: all 0.3s ease 0s;
}
.subscribe-title button:hover{background:#444}
.subscribe-title form {
    display: inline-block;
    margin-top: 70px;
    position: relative;
    text-align: center;
    width: 582px;
}
.subscribe-form {
    text-align: left;
}
/*-------------------------------
9. service-area 
--------------------------------*/
.service-area{}
.service-area-2{padding-bottom:57px}
.service-area .col-lg-4{line-height: normal;}
.single-service {
    border: 1px solid #d2d2d2;
    display: inline-block;
    width: 100%;
    background: white;

}
.service-icon {
    float: left;
    text-align: center;
    width: 30%;
    margin-top: 16px;
}
.service-icon img{}
.service-text {
    float: left;
    padding-top: 20px;
    padding-right: 15px;
    /*width: 70%;*/
}
.service-text h2 {
    color: #323334;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.service-text p {
    color: #132b67;
    font-size: 13px;
    padding-bottom: 0;
    text-align: justify;
    padding-left: 15px;
}
/*-----------------------------
10. latest-blog-area 
-------------------------------*/
.latest-blog-area {
    padding-top: 57px;
}
.latest-blog-img {
    overflow: hidden;
}
.latest-blog-img a {
    display: block;
    position: relative;
}
.latest-blog-img a::before, .latest-blog-img a::after {
    background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 8;
}
.latest-blog-img a::before {
    left: -100%;
    top: -100%;
}
.latest-blog-img a::after {
    bottom: -100%;
    right: -100%;
}
.single-latest-blog:hover a::before {
    left: 0;
    top: 0;
}
.single-latest-blog:hover a::after {
    bottom: 0;
    right: 0;
}
.latest-blog-content > h3 {
    font-size: 16px;
    text-transform: uppercase;
}
.post-category > a {
    color: #6D74A2;
}
.meta-border {
    padding: 0 6px;
}
.latest-blog-content > p {
    color: #444;
    font-size: 14px;
    margin: 0;
}
.latest-blog-content {
    padding-top: 15px;
}
.meta {
    margin-bottom: 10px;
}
/*----------------------
11. brand-area
------------------------ */
.brand-area {
    padding-bottom: 59px;
}
.single-brand {
    border: 1px solid #ddd;
    margin-bottom: 1px;
}
.single-brand a{}
/*---------------------------
12. footer
----------------------------- */
.footer-top-area {
    background: #2d2d2d none repeat scroll 0 0;
    padding: 50px 0;
}
.footer-widget{}
.footer-widget h3 {
    border-bottom: 1px solid #5b5b5b;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 11px;
}
ul.footer-menu{}
ul.footer-menu li {}
ul.footer-menu li a {
    color: #d5d5d5;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    border-bottom: 1px solid #5b5b5b;
}
ul.footer-menu li:last-child a{padding-bottom:0;}
ul.footer-menu li a:hover{color:#6D74A2}
ul.footer-menu li a::before {
    content: "\f101";
    display: inline-block;
    font-family: fontawesome;
    margin-right: 8px;
    position: relative;
    top: 0;
}
.footer-widget img{}
.footer-widget p {
    color: #d5d5d5;
    font-size: 13px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 22px;
}
.widget-icon{}
.widget-icon a {
    border: 1px solid #d5d5d5;
    color: #d5d5d5;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    position: relative;
    text-align: center;
    width: 32px;
    margin-right: 8px;
}
.widget-icon a:hover{background:#6D74A2;color:#fff;border-color:#6D74A2}
.widget-icon a i{}
ul.footer-contact{}
ul.footer-contact li {
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    color: #d5d5d5;
}
ul.footer-contact li i {
    border: 1px solid #d5d5d5;
    border-radius: 0;
    color: #d5d5d5;
    float: left;
    font-size: 16px;
    height: 34px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
    width: 32px;
}
.footer-bottom-area {
    background: #212121;
    padding: 20px 0;
}
.copyright{}
.copyright p {
    color: #d5d5d5;
    margin: 0;
}
.copyright p a{color:#6D74A2}
.copyright p a:hover{text-decoration:underline}
.payment-img {
    float: right;
}
.payment-img img{}
/*--------------------------------
13. home 2
--------------------------------- */
.bg-color-2 {
    background: #2d2d2d none repeat scroll 0 0;
}
.header-2 .welcome {
    margin-top: 8px;
    color: #fff;
}
.header-2 .top-menu ul li a {
    color: #fff;
}
.header-2 .main-menu ul {
    text-align: center;
}
.header-2 .main-menu ul li {
    display: inline-block;
    float: none;
    margin-right: 0px;
}
.header-2 .main-menu ul li ul li {
    width: 100%;
}
.header-2 .main-menu ul li ul li a {
    text-align: left;
}
.header-2 .main-menu ul li a::before {
    top: 13px;
}
.banner-margin {
    margin-top: 28px;
    display: block;
}
.section-title-2 h2 {
    display: block;
}
.section-title-2.section-title h2::after,.section-title-2.section-title h2::before {
    display: none;
}
.section-title-2 {
    position: relative;
}
.section-title.section-title-2::before {
    border-top: 4px double #222;
    content: "";
    position: absolute;
    top: 8px;
    width: 100%;
}
.section-title-2 h2 {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    padding-right: 18px;
    font-size: 20px;
}
.features-2 ul.tab-menu {
    margin-bottom: 30px;
    text-align: left;
}
.bg-area {
    background: rgba(0, 0, 0, 0) url("img/parallax.jpg") repeat fixed center center / cover ;
    margin-bottom: 60px;
    position: relative;
}
.bg-area::before {
    background: rgba(0, 0, 0, 0) url("img/grid.png") repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.bg-content {
    padding: 85px 0 100px;
}
.bg-content h1 {
    color: #fff;
    font-size: 62px;
    line-height: 72px;
}
.bg-content p {
    color: #fbfbfb;
}
.bg-content a {
    border: 2px solid #6D74A2;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 12px 40px;
    text-transform: uppercase;
}
.bg-content a:hover{background:#6D74A2}
.latest-blog-area-2 {
    padding-top: 54px;
}
.features-2 ul.tab-menu li {
    margin-left: 0;
}
/*------------------------
14. home 3
-------------------------  */
.box-page  .header-top-area {
    padding: 0 10px;
}
.box-page .container {
    width: 1200px;
    /*background-color: white;*/
}
.box-page .cart-container{
    width: 95%;
    width: 1200px;
    background-color: white;
}
.box-page .footer-top-area {
    padding: 50px 15px;
}
.box-page .footer-bottom-area {
    padding: 20px 15px;
}
/*--------------------------------
15. contact-area
---------------------------------- */
.contact-area {
    padding: 60px 0;
}
.map-area {
    padding-top: 30px;
}
.contact-info{}
.contact-info h3, .contact-form h3 {
    border-bottom: 2px solid #e8e8e9 !important;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
}
.contact-info h3::before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
    vertical-align: text-bottom;
}
.contact-info ul{}
.contact-info ul li {
    border-bottom: 1px solid #e8e8e9;
    float: left;
    font-size: 12px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
}
.contact-info ul li a{}
.contact-form{}
.contact-form h3 {
    margin-bottom: 30px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    /*height: 50px;*/
    /*padding-left: 20px;*/
    width: 100%;
    margin-bottom: 5px;
}
.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0;
    /*height: 180px;*/
    padding: 20px;
    width: 100%;
}
.contact-form input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin-top: 16px;
}
.contact-form input[type="submit"]:hover {
    background: #6D74A2;
}
/*----------------------------------- 
16. shop-header-area
-------------------------------------*/
.shop-header-area {
    margin: 50px 0 70px;
    text-align: center;
    text-transform: uppercase;
}
.shop-header-title{}
.shop-header-title h1 {
    font-size: 70px;
}
.shop-header-title ul {
    border-bottom: 2px solid #252525;
    display: inline-block;
}
.shop-header-title ul li:first-child{padding:0}
.shop-header-title ul li {
    display: inline-block;
    padding-left: 40px;
}
.shop-header-title ul li a {
    display: block;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 6px;
}
.shop-header-title ul li a:hover{}
/*----------------------------------- 
17 shop-area
-------------------------------------*/
.shop-area {
    padding: 60px 0;
}
span.count{float:right}
.price_filter {
    padding-top: 13px;
}
.banner img {
    transition: all 0.3s ease 0s;
}
.banner:hover img {
    transform: scale(1.2);
}
.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 9px;
    margin-bottom: 30px;
    margin-left: auto;
}
.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #132b67;
    border-radius: 50%;
    height: 21px;
    margin-top: -2px;
    width: 21px;
}
.price_filter .ui-slider-range {
    background: #132b67 none repeat scroll 0 0;
}
.price_slider_amount > input[type="text"] {
    border-color: #cccccc #ddd #cccccc #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: right;
    font-weight: bold;
    height: 40px;
    letter-spacing: 3px;
    margin-left: 28px;
    text-align: center;
    width: 130px;
}
.price_slider_amount > input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border-color: #cccccc #cccccc #cccccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 0;
    color: #fff;
    float: left;
    font-weight: bold;
    height: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 400ms ease-out 0s;
    width: 85px;
}
.price_slider_amount > input[type="submit"]:hover {
    background: #132b67 none repeat scroll 0 0;
}
.shop-filter h2.shop-sidebar-title {
    margin: 0 0 20px;
}
.widget-search{}
.widget {
    float: left;
    margin: 0 0 25px;
    padding: 0 0 10px;
    width: 100%;
}
.widget:last-child{margin:0;padding:0}
h3.sidebar-title {
    border-bottom: 1px solid #e8e8e9;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
    line-height: 12px;
}
.widget-categories{}
ul.sidebar-menu{}
ul.sidebar-menu li {
    border-bottom: 1px solid #e8e8e9;
    float: left;
    font-size: 12px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0px 10px 0px 10px;
    width: 100%;
}
ul.sidebar-menu li a {
    text-transform: uppercase;
}
ul.sidebar-menu li a::before {
    color: #909295;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
}
ul.edit-sidebar-menu{}
ul.edit-sidebar-menu li {
    /*border-bottom: 1px solid #e8e8e9;*/
    float: left;
    font-size: 12px;
    line-height: 40px;
    list-style: outside none none;
    margin: 0;
    /*padding: 0px 10px 0px 10px;*/
    width: 100%;
}
ul.edit-sidebar-menu li a {
    text-transform: uppercase;
}
ul.edit-sidebar-menu li a::before {
    color: #909295;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
}
ul.edit-sidebar-menu li a:hover{}
h3.aac-edit-sidebar-title {
    /*border-bottom: 1px solid #e8e8e9;*/
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 8px 0 5px;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 12px;
    color: #050040;
}
.widget-recent{}
.widget-recent ul{}
.widget-recent ul li{
    border-color: #e8e8e9;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
    line-height: 1.35;
    margin: 15px 0 0;
    padding: 15px 0 0;}
.widget-recent ul li:first-child{border: medium none;
                                 margin: 0;
                                 padding: 0;}
.widget-recent ul li .post-wrapper {
    overflow: hidden;
}
.widget-recent ul li .post-sidebar-img {
    float: left;
    margin-right: 5px;
    width: 60px;
}
.widget-recent ul li .post-sidebar-img a {
    border: 2px solid transparent;
    display: block;
}
.widget-recent ul li .post-sidebar-img a:hover{border: 2px solid #ec4445;
                                               padding-left: 0;}
.widget-recent ul li .post-sidebar-img a img{}
.widget-recent ul li .post-sidebar-info{}
.widget-recent ul li .post-sidebar-info h3 {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
}
.widget-recent ul li .post-sidebar-info h3 a{text-transform:uppercase}
.widget-recent ul li .r-post-date{}
.widget-tags{}
.widget-tags ul{}
.widget-tags ul li{display: inline-block;}
.widget-tags ul li a {
    border: 1px solid #ddd;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.banner {
    position: relative;
}
.widget-tags ul li a:hover{border-color:#6D74A2;background:#6D74A2;color:#fff}
.upcoming-pro {
    background: #132b67 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    line-height: normal;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}
.upcoming-pro .cdown{float:left;width:25%;text-align:center;border-left:1px solid}
.upcoming-pro .cdown:first-child{border:0}
.upcoming-pro .cdown p{margin:0;}
.shop-content{}
ul.shop-tab{}
ul.shop-tab li {
    float: left;
    margin-right: 15px;
}
ul.shop-tab li.active a{color:#6D74A2}
ul.shop-tab li a {
    font-size: 20px;
}
.show-result {
    float: left;
    margin-left: 15px;
}
.show-result > p {
    margin: 0;
    margin-top: 3px;
}
.toolbar-form{float:right}
.toolbar-form select {
    border: 1px solid #e8e8e9;
    color: #252525;
    height: 28px;
    line-height: 28px;
    margin: 0 0 0 25px;
    padding: 0 10px;
    text-transform: uppercase;
}
.shop-content .tab-content {
    clear: both;
    padding-top: 30px;
}
.shop-content .col-lg-4:nth-child(-n+6){margin-bottom: 35px;}
.shop-list .product-img {
    float: left;
    padding-right: 20px;
    width: 33.3333%;
}
.shop-list .product-info {
    /*width: 66.6667%;*/
}
.shop-list .product-action {
    margin-top: 20px;
    opacity: 1;
    position: inherit;
    text-align: left;
    overflow: hidden;
}
.shop-list .pro-button-top {
    opacity: 1;
    position: inherit;
    float:left
} 
.shop-list .pro-price {
    float: none;
}
.shop-list .pro-rating {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.shop-list .pro-button-bottom {
    text-align: center;
    float: left;
    margin-left: 10px;
}
.shop-list .pro-button-bottom a {
    margin: 0;
}
.shop-list .product-info h3 {
    font-size: 23px;
    font-weight: 700;
}
.shop-list .col-md-12{margin-bottom:35px}
.shop-list .col-md-12:last-child{margin-bottom:0px}
.heading-banner {
    background: url(img/bg/camb.jpg);
}
.heading-banner-title {
    padding: 75px 0;
    text-align: center;
}
.heading-banner-title h2 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
/*-------------------------
18. single product
--------------------------- */
.single-product-area {
    padding: 60px 0;
}
.single-product-area .widget-icon {
    margin-top: 30px;
}
.single-product-area .widget-icon a{border:none}
.single-product-area .widget-icon a:nth-child(1){color:#fff;background:#3D57A3;}
.single-product-area .widget-icon a:nth-child(2){color:#fff;background:#00ACEE}
.single-product-area .widget-icon a:nth-child(3){color:#fff;background:#0077B5}
.single-product-area .widget-icon a:nth-child(4){color:#fff;background:#DD4C3F}
ul.single-product-tab {
    margin: 4px -2px 0;
}
ul.single-product-tab li {
    float: left;
    padding: 0 2px;
    width: 25%;
}
ul.single-product-tab li.active{}
ul.single-product-tab li a {
    display: block;
    position: relative;
}
ul.single-product-tab li.active a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.single-product-area .product-info {
    width: 100%;
}
.single-product-area .product-action form {
    float: left;
}
.single-product-area .product-action input {
    height: 35px;
    width: 66px;
    text-align: center;
    border: 1px solid #ddd;
}
.cart-plus-minus {
    position: relative;
    margin-right: 10px;
}
.cart-plus-minus div {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    right: 2px;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 13px;
}
.cart-plus-minus div.dec {
    top: 0;
}
.widget .single-product{overflow:hidden;margin-bottom:15px;}
.widget .single-product:last-child{margin-bottom:0px;}
.widget .product-img {
    width: 30%;
    float: left;
}
.widget .product-info {
    float: right;
    width: 70%;
    padding-left: 12px;
}
.widget .product-info h3 {
    font-size: 15px;
}
.widget .pro-price {
    font-size: 17px;
}
/*--------------------------
19. product-tabs
---------------------------- */
.product-tabs {
    overflow: hidden;
    margin: 60px 0;
}
.product-tab-desc > p {
    font-size: 14px;
}
.desc {
    font-size: 13px;
}
ul.pro-details-tab{}
ul.pro-details-tab li {
    float: left;
    margin-right: 15px;
}
ul.pro-details-tab li.active a {
    color: #6D74A2;
}
ul.pro-details-tab li a {
    font-size: 18px;
    font-weight: 700;
}
.product-tab-desc {
    border: 1px solid #e8e8e9;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin: 20px 0 0;
    padding: 25px 20px;
    width: 100%;
}
.product-page-comments h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.product-comments{margin-bottom: 30px;}
.product-comments img {
    border: 1px solid #ddd;
    float: left;
}
.product-comments .product-comments-content {
    border: 1px solid #ddd;
    margin-left: 97px;
    padding: 10px;
    position: relative;
}
.product-comments .product-comments-content::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.product-comments .product-comments-content p{font-size: 16px;}
.product-comments .product-comments-content p strong {
    text-transform: uppercase;
}
.product-comments .product-comments-content span.pro-comments-rating{float: right;}
.review-form-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.review-form-wrapper input[type="text"], .review-form-wrapper input[type="email"] {
    border: 1px solid #e5e5e5;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    width: 100%;
}
.review-form-wrapper input[type=email]{}
.review-form-wrapper input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 38px;
    line-height: 40px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: auto;
}
.review-form-wrapper textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
.review-form-wrapper input[type="submit"]:hover {
    background: #6D74A2;
}
.your-rating{}
.your-rating span{margin-right: 25px;}
.your-rating span a{}
.your-rating span a i {
    color: #666;
}
.your-rating span:hover a i{color: #6D74A2;}
.your-rating h5 {
    margin-bottom: 10px;
}
.shop-pagination {
    border-top: 1px solid #e8e8e9;
    margin-top: 50px;
}
.pagination {
    margin: 20px 0 0;

}
.pagination ul li {
    display: inline-block;
}
.pagination ul li.active {
    background: #6D74A2 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    width: 25px;
}
.pagination ul li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e9;
    color: #777;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 25px;
    margin-right: 6px;
    padding: 0;
    text-align: center;
    width: 120px;
}
.pagination ul li a:hover {
    border: 1px solid #6D74A2;
    color: #ec4445;
}
/*=========================== 
20. cart page
============================= */
.cart-main-area {
    padding: 19px 0;
    padding-bottom: 0px
}
.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 60px;
    text-align: center;
    width: 100%;
}
.table-content table th {
    border-top: medium none;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.table-content table th, .table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 20px 10px;
    vertical-align: middle;
    text-align: left;
}
.table-content table td input {
    border: 1px solid;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    text-align: center;
    width: 60px;
    /*border: 1px solid #e5e5e5;*/

}
.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: bold;
    width: 125px;
}
.table-content table td.product-name a {
    font-size: 14px;
    font-weight: 700;
}
.table-content table td.product-name{width: 430px;}
.table-content table td.product-name{width: 430px;}
.table-content table td.product-thumbnail{width: 130px;}
.table-content table td.product-remove i {
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
}
.table-content table td.product-remove i{color:red}
.table-content table td.product-quantity{width: 125px; text-align: center;}
.table-content table td.product-remove{width: 100px; text-align: center;}
.table-content table td.product-price{width: 130px;}
/*.table-content table td.product-name a:hover,.buttons-cart a:hover{color:#EC4445}*/
.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 30px;
}
.cart_list{
    width: 97%;
    margin-left: 20px;
}
.proceed-to-checkout{
    margin-bottom: 30px;
    overflow: hidden;
    /*padding-left: 25px;*/
}
.pd-btn-10{
    padding-bottom: 10px;
}
.pd-lft-10{
    padding-left: 85px;
}
.save-btn{
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 30px; 
    border: 1px solid #050040;
    width: 50%;
}
.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.buttons-cart input:hover, .coupon input[type="submit"]:hover, .buttons-cart a:hover {
    background: #132b67 none repeat scroll 0 0;
    color: #fff;
}
.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 40px;
}
.buttons-cart a:hover{
    background: #6D74A2;
}
.coupon {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}
.coupon h3 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.coupon input[type="text"] {
    border: 1px solid #e5e5e5;
    float: left;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 170px;
}
.coupon input[type=submit]{}
.cart_totals {
    float: left;
    text-align: right;
    width: 90%;
}
.cart_totals h2 {
    border-bottom: 2px solid #333;
    display: inline-block;
    font-size: 30px;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.cart_totals table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}
.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}
.cart_totals table td{border: medium none;
                      padding: 0 0 12px;
                      vertical-align: top;}
.cart_totals table{}
.cart_totals table td .amount {
    color: #132b67;
    float: right;
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}
.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}
.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}
a.shipping-calculator-button {
    color: #6f6f6f;
    font-weight: bold;
}
a.shipping-calculator-button:hover {
    color: #132b67;
}
.cart_totals table tr.order-total th, .cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.wc-proceed-to-checkout a {
    background: #252525 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: uppercase;
}
.wc-proceed-to-checkout a:hover {
    background: #132b67 none repeat scroll 0 0;
}
/*---------------------------
21. checkout page
----------------------------- */
.coupon-area {
    padding: 60px 0 35px;
}
.coupon-accordion{}
.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #132b67;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}
.coupon-accordion h3::before {
    color: #1e85be;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.coupon-accordion span {
    color: #666;
    cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
    color: #132b67;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info p.coupon-text{margin-bottom:15px}
.coupon-info p{margin-bottom:0}
.coupon-info p.form-row-first label,.coupon-info p.form-row-last label{display: block;}
.coupon-info p.form-row-first label span.required,.coupon-info p.form-row-last label span.required{
    color: red;
    font-weight: 700;}
.coupon-info p.form-row-first input,.coupon-info p.form-row-last input{border: 1px solid #e5e5e5;
                                                                       height: 36px;
                                                                       margin: 0 0 14px;
                                                                       max-width: 100%;
                                                                       padding: 0 0 0 10px;
                                                                       width: 370px;}
.coupon-info p.form-row-last{}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: #132b67 none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password{
    margin-top: 15px;}
p.lost-password a{color: #6f6f6f;}
p.checkout-coupon{}
p.checkout-coupon input[type=text]{height: 36px;
                                   padding-left: 10px;
                                   width: 170px;}
p.checkout-coupon input[type=submit]{background: #333 none repeat scroll 0 0;
                                     border: medium none;
                                     border-radius: 0;
                                     color: #fff;
                                     height: 36px;
                                     margin-left: 6px;
                                     padding: 5px 10px;transition: all 0.3s ease 0s;}
.coupon-checkout-content {
    display:none;
}
.checkout-area {
    padding-bottom: 30px;
}
.checkbox-form{}
.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    padding-top: 26px;
    text-transform: uppercase;
    width: 100%;
}
.country-select{margin-bottom: 30px;
                position: relative;}
.country-select label, .checkout-form-list label {
    color: #333;
    display: block;
    margin: 0 0 5px;
}
.country-select label span.required,.checkout-form-list label span.required{color:red}
.country-select select{-moz-appearance: none;
                       border: 1px solid #ddd;
                       height: 32px;
                       padding-left: 10px;
                       width: 100%;}
.country-select::before {
    content: "";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 12px;
    top: 27px;
}
.checkout-form-list{margin-bottom: 30px;}
.checkout-form-list label{color: #333;}
.checkout-form-list label span.required{}
.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
}
.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.create-acc label {
    color: #333;
    display: inline-block;
}
.checkout-form-list input[type=password]{}
.create-account{display:none}
.ship-different-title{}
.ship-different-title h3 label{display: inline-block;
                               margin-right: 20px;}
.ship-different-title input{}
.order-notes{}
.order-notes textarea{height: 90px;
                      padding: 15px;width:100%}
#ship-box-info{display:none}

.your-order{background: #f2f2f2 none repeat scroll 0 0;
            padding: 30px 40px 45px;}
.your-order h3{border-bottom: 1px solid #d8d8d8;
               font-size: 30px;
               margin: 0 0 20px;
               padding-bottom: 10px;
               text-transform: uppercase;
               text-align: center;
               width: 100%;}
.your-order-table table{background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
                        border: medium none;
                        width: 100%;}
.your-order-table table th, .your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table th{border-top: medium none;
                           font-family: Montserrat,Arial,Helvetica,sans-serif;
                           font-weight: normal;
                           text-align: center;
                           text-transform: uppercase;
                           vertical-align: middle;
                           white-space: nowrap;
                           width: 70px;}
.your-order-table table .shipping ul li input{position: relative;
                                              top: 2px;}
.your-order-table table .shipping  th{vertical-align: top;}
.your-order-table table .order-total th{border-bottom: medium none;
                                        font-size: 18px;}
.your-order-table table .order-total td{border-bottom: medium none;}
.your-order-table table tr.cart_item:hover{background:#F9F9F9}
.your-order-table table tr.order-total td span {
    color: #132b67;
    font-size: 20px;
}
.your-order-table table{}
.payment-method {
    margin-top: 40px;
    margin-left: 65%;
    margin-right: 120px;
}
.payment-edit {
    margin-top: -54px;
    margin-left: 90%;
    width: 110px;
}
.panel-title > a {
    display: block;
}
.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 34px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.order-button-payment input:hover{background:#6D74A2}
.order-button-edit input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    height: 34px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.order-button-edit input:hover{background:#6D74A2}
/*----------------------------------- 
22. wishlist-area
-------------------------------------*/
.wishlist-area {
    padding: 60px 0;
}
.wishlist-table table {
    background: #fff none repeat scroll 0 0;
    border-color: #e8e8e9;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0;
    width: 100%;
}
.wishlist-table table th {
    font-weight: 600;
}
.wishlist-table table th, .wishlist-table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
}
.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}
.wishlist-table table .product-remove > a {
    font-size: 25px;
}
.wishlist-table table .product-thumbnail {
    width: 150px;
}
.wishlist-table table .order-product-thumbnail{
    width: 90px;
}
.wishlist-table table td.product-price .amount {
    font-weight: 700;
}
.wishlist-table table .wishlist-in-stock {
    color: #132b67;
}
.wishlist-table table .product-add-to-cart > a {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 180px;
}
.wishlist-table table .product-add-to-cart > a:hover {
    background: #132b67 none repeat scroll 0 0;
}
.wishlist-table table .product-add-to-cart {
    width: 240px;
}
.wishlist-share {
    margin-bottom: 35px;
    margin-top: 20px;
}
.wishlist-share ul li {
    display: inline-block;
    height: 21px;
    margin-left: 0;
    margin-right: 0;
}
.wishlist-share ul li a{background-position: left top;
                        border: medium none;
                        display: inline-block;
                        height: 21px;
                        width: 21px;}
.wishlist-share ul li a.facebook{background: url("img/icon/facebook.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.twitter{background: url("img/icon/twitter.png") no-repeat scroll 0 0;}
.wishlist-share ul li a.pinterest{background: url("img/icon/pinterest.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.googleplus{background: url("img/icon/googleplus.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a.email{background: url("img/icon/email.jpg") no-repeat scroll 0 0;}
.wishlist-share ul li a:hover{background-position: left bottom;}
/*----------------------------------- 
23. my-account-area
-------------------------------------*/
.my-account-area {
    padding: -1px 0;
}
.form-fields {
    border-color: #e8e8e9;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    float: left;
    padding: 20px 25px;
    width: 100%;
}
.order-form-fields {
    border-color: #e8e8e9;
    /*border: 1px solid;*/
    /*border-style: solid solid none;*/
    border-width: 1px 1px medium;
    float: left;
    padding: 20px 25px;
    width: 80%;
    border-left: 2px solid #e8e8e9;
    border-top: 2px solid #e8e8e9;
    border-right: 2px solid #e8e8e9;
    margin-left: 10%;
}
.border-bottom{
    border-bottom: 1px solid #e8e8e9;

}
.order-form-fields h2 {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    padding-bottom: 16px;
    text-transform: uppercase;
    color: #050040;
}
.txt-left{
    padding-left: 49%
}
.alert-styl{
    text-align: center; 
    padding-top: 40px;
}

.buttons-cancel {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 30px;
}
.proceed-to-cancel{
    margin-bottom: 30px;
    overflow: hidden;
    /*padding-left: 25px;*/
}
.form-fields-border{
    border-color: #e8e8e9;
    /*border-style: solid solid none;*/
    border-width: 1px 1px medium;
    float: left;
    /*padding: 20px 25px;*/
    width: 100%;
}
.form-fields-border h2 {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.form-fields h2 {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 15px;
    padding: 0 0 5px;
    text-transform: uppercase;
    color: #050040;
}
.form-fields p{}
.form-fields p label {
    display: block;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-weight: 400;
    margin: 0 0 5px;
}
.form-fields p label span.required{}
.form-fields p input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    height: 32px;
    padding: 0 0 0 10px;
    width: 100%;
}
.form-action {
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: #e8e8e9;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    float: left;
    /*padding: 15px 10px;*/
    padding: 17px 10px;
    width: 100%;
}
.form-action p.lost_password {
    float: left;
    line-height: 36px;
    margin: 0;
}
.form-action input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: right;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.form-action input[type="submit"]:hover {
    background: #132b67 none repeat scroll 0 0;
}
.form-action label {
    float: right;
    font-weight: normal;
    line-height: 36px;
    margin: 0 20px 0 0;
}
.form-action label input {
    margin-right: 3px;
    margin-top: 0;
    position: relative;
    top: 2px;
}
/*------------------------------
24. blog-area
 -------------------------------*/
.blog-area {
    padding: 60px 0;
}
.readmore {
    background: #222;
    color: #fff;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
}
.readmore:hover{background:#6D74A2;color:#fff}
.blog-area .single-latest-blog {
    margin-bottom: 40px;
}
.blog-area .single-latest-blog:last-child{margin:0!important}
.blog-gallery.owl-theme .owl-controls .owl-buttons div {
    left: 0;
    background: #F2F2F2;
}
.blog-gallery.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: 0;
}
.blog-gallery{}
.blog-gallery a:before{display:none}
.blog-gallery a:after{display:none}
blockquote {
    background: #ededed none repeat scroll 0 0;
    border-left: 5px solid #6D74A2;
    font-size: 14px;
    font-style: italic;
    margin: 20px 40px;
    padding: 20px;
}
.blog-details-area {
    padding-bottom: 0;
}
.blog-details-area .latest-blog-content > p {
    margin-bottom: 10px;
}
.social-sharing {
    border: 1px solid #e8e8e9;
    float: left;
    margin: 30px 0;
    padding: 10px;
    width: 100%;
}
.social-sharing h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #909295;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 20px 0 0;
    text-transform: none;
    width: auto;
}
.sharing-icon {
    float: right;
}
.social-sharing .sharing-icon a {
    display: inline-block;
}
.social-sharing .sharing-icon a i {
    border: 1px solid #e8e8e9;
    color: #909295;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}
.social-sharing .sharing-icon a i.fa-facebook:hover {
    background: #3b579d none repeat scroll 0 0;
    border: 1px solid #3b579d;
}
.social-sharing .sharing-icon a i.fa-twitter:hover {
    background: #3acaff;
    border: 1px solid #3acaff;
}
.social-sharing .sharing-icon a i.fa-pinterest:hover {
    background: #CB2027;
    border: 1px solid #CB2027;
}
.social-sharing .sharing-icon a i.fa-google-plus:hover {
    background: #D11717;
    border: 1px solid #D11717;
}
.social-sharing .sharing-icon a i.fa-linkedin:hover {
    background: #0097BD;
    border: 1px solid #0097BD;
}
.social-sharing .sharing-icon a i:hover {
    color:#fff;
}
.author-avatar {
    float: left;
    margin-right: 10px;
}
.author-description {
    margin-top: 5px;
    margin-left: 95px;
}
.author-description h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 0 5px;
}
.author-info {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 15px;
    width: 100%;
    margin-bottom: 22px;
}
.single-post-comments {
    margin-bottom: 60px;
    max-width: 100%;
}
.comments-heading h3,h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.comments-list ul li{margin-bottom: 25px;}
.comments-list-img{float: left;
                   margin-right: 15px;}
.comments-list-img img {
    width: 50px;
    border: 1px solid #ddd;
}
.comments-content-wrap{border: 1px solid #ddd;
                       color: #42414f;
                       font-size: 12px;
                       line-height: 1;
                       margin: 0 0 15px 63px;
                       padding: 10px;
                       position: relative;}
.comments-content-wrap:before{background: #fff none repeat scroll 0 0;
                              border-bottom: 1px solid #ececec;
                              border-left: 1px solid #ececec;
                              content: "";
                              display: block;
                              height: 10px;
                              left: -5px;
                              position: absolute;
                              top: 10px;
                              transform: rotate(45deg);
                              width: 10px;}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}
li.threaded-comments{margin-left:50px}
.comment-respond {
    margin-top: 60px;
}
span.email-notes{color: #42414f;
                 display: block;
                 font-size: 12px;
                 margin-bottom: 10px;}
.comment-respond p{margin-bottom: 5px;}
.comment-respond input[type=text],.comment-respond input[type=email]{background: #fff none repeat scroll 0 0;
                                                                     border: 1px solid #e5e5e5;
                                                                     border-radius: 0;
                                                                     height: 32px;
                                                                     margin-bottom: 15px;
                                                                     padding: 0 0 0 10px;
                                                                     width: 100%;}
.comment-respond textarea#message{background: #fff none repeat scroll 0 0;
                                  border: 1px solid #e5e5e5;
                                  border-radius: 0;
                                  max-width: 100%;
                                  padding: 10px;height: 130px;
                                  width: 100%;}
.comment-respond input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: Montserrat,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.comment-respond input[type="submit"]:hover {
    background: #6D74A2;
}
.about-us-area {
    padding: 60px 0;
}
.about-img{}
.about-img img{}
.about-text{}
.about-text h2 {
    margin: 10px 0;
    text-transform: uppercase;
}
.about-text h2 span{color:#6D74A2}
.about-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.about-counter-area {
    background: rgba(0, 0, 0, 0) url("img/about/about-bg.jpg") no-repeat fixed center center / cover ;
    padding: 120px 0;
}
.single-counter {
    text-align: center;
}
.single-counter i {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.56);
    color: #fff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    transition: background 0.3s ease 0s, color 0.3s ease 0s, box-shadow 0.3s ease 0s;
    width: 80px;
}
.single-counter i:hover{box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);}
.single-counter h3 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 12px 0;
}
.single-counter p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.about-service-area {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 60px 0;
}
.about-team-area {
    padding: 60px 0;
}
.single-about-team {
    background: #eeeeee none repeat scroll 0 0;
    transition: all 0.3s ease 0s;
}
.single-about-team:hover {background:#6D74A2;color:#fff}
.single-about-team:hover .about-team-info h3{color:#fff}
.about-team-img {
    text-align: center;
}
.about-team-img img {
    width: 100%;
}
.about-team-info {
    padding: 10px;
}
.about-team-info h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.about-team-info p {
    margin: 0;
}
h1.thank-you {
    border-bottom: 1px solid;
    color: green;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.container
{
    background-color: white;
    padding-left: 0px;
    padding-right: 0px;
}
.inner_div
{
    padding-left: 15px;padding-right: 15px;
}
.header_position
{
    position: fixed;
    z-index: 100;
    width: 100%;
    overflow: hidden;
}
.white
{
    text-decoration: none;
    color: white;
}
.main-menu ul li a
{
    /*color: white;*/
    font-weight: bold;
}
.black{background-color: black}
.active
{
    color: #6D74A2;
    font-weight: bold;
}
.in-active
{
    color: white;
}
.about-banner
{
    background-image:url('aboutus_banner.jpg');
    width: 100%;
}
.error-banner
{
    background-image:url('error_banner.jpg');
}
.contact-banner
{
    background-image:url('contact_banner.jpg');
}
.product-banner
{
    background-image:url('product_banner.jpg');
}
.arrivals-banner
{
    background-image:url('arrivals_banner.jpg');
}
.terms-banner
{
    background-image:url('terms_banner.jpg');
}
.privacy-banner
{
    background-image:url('privacy-banner.jpg');
}
.cart-banner
{
    background-image:url('cart-banner.jpg');
}
.account-banner
{
    background-image:url('account-banner.jpg');
}
.order-banner
{
    background-image:url('purchaseorder-banner.jpg');
}
.login-banner
{
    background-image:url('login-banner.jpg');
}
.signup-banner
{
    background-image:url('signup-banner.jpg');
}
.min-size
{
    min-height: 400px;
}
#googleMap
{
    height: 400px;
    width: 100%;
}
.cat-active
{
    background-color: #6D74A2;
    color: white;
    text-decoration: none;
}
.cat-active:hover
{
    color: white;
}
.cat-list:hover
{
    cursor: pointer;
    background-color: #6D74A2;
    color: white;
}

.cat-list a:hover
{
    cursor: pointer;
    background-color: #6D74A2;
    color: white;
}
.cat1-list a:hover
{
    /*   
         background-color: #6D74A2;
         color: white;*/
}
ul.terms {
    list-style-type: circle;
    margin-left: 15px;
}
.small-head
{
    margin-top: 10px;
}
.noted_text
{
    text-decoration: underline;
}
.color-red
{
    color: red;
}
.header_font
{
    background-color: rgb(11, 10, 10);
    padding: 10px 20px;
    color: white;
    text-transform:uppercase ;
    font-size: 18px;
    font-family: initial;
    line-height: 2;
    opacity: .9;
}
.different-address{
    padding-top: 40px;
}
.text-center{
    text-align: center;
}
.pad-top{
    padding-top: 15px;
}
.single-height{
    height: auto;
}
.single-height-150{
    height: 150px;
}
.color-blue{
    color: #6d74a1;
}