/*==== Start Title Section ====*/

.title{
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 50px;
}
.title h2{
    font-size: 45px;
    color: #202020;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.button{
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    font-family: 'Berlin Sans FB';
    background: #e24254;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    font-weight: 600;
}
.button.blue{
    background: #1e3056;
}
.button:hover, .button:focus {
    color: #fff;
}
/*section{
  max-width: 100%;
  overflow-x: hidden;
}*/
footer, .parallax-window{
    max-width: 100%;
    overflow-x: hidden;
}

/*======= Home Category =============*/

.home-category .col-lg.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.home-category .col-lg.col-md-4 {
    position: relative;
    padding: 15px;
    background: #0f1930 url('assets/images/cat1.png') no-repeat;
    background-size: 28%;
    background-position: left bottom;
}
.home-category .col-lg.col-md-4:nth-child(2){
    background: #0f1930 url('assets/images/cat2.png') no-repeat left bottom / contain;
}
.home-category .col-lg.col-md-4:nth-child(3){
    background: #0f1930 url('assets/images/cat3.png') no-repeat left bottom / contain;
}
.category-item {
    position: relative;
    padding: 15px;
    max-width: 300px;
    margin-left: auto;
}
.category-item h5 {
    font-size: 16px;
    color: #247296;
    margin: 0;
    text-transform: uppercase;
}
.category-item h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 20px;
}
.category-item a.button {
    text-transform: uppercase;
}


/*======= Home product Slide =============*/

.home-product{
    position: relative;
    display: block;
}
.product-item{
    position: relative;
    display: block;
    margin-bottom: 45px;
}
.product-image{
    position: relative;
    display: block;
    background: #f6f6f6;
}
.products .product-image img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.product-image span {
    background: #e24254;
    font-size: 15px;
    color: #fff;
    font-family: 'Berlin Sans FB';
    padding: 6px 15px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
}
.product-image span.seller{
    background: #1ca2a3;
}
.product-content {
    position: relative;
    display: block;
    padding-top: 10px;
}
.product-content h3 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    line-height: 25px;
}
.product-content h3 a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}
.product-content p.price {
    color: #000;
    font-size: 28px;
    font-family: 'Berlin Sans FB';
}
.product-content p.price del {
    color: #38404c;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
.product-content p.price span{
    font-size: 20px;
}
.products .product-carousel .owl-nav button {
    background:  transparent;
    color: #202f30;
    border-radius: none;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 50px;
    outline: none;
}
.products .product-carousel .owl-nav button i {
    color: #202f30;
    font-size: 40px;
    line-height: 42px;
}
.products .product-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -60px;
}
.products .product-carousel .owl-nav button.owl-prev {
    left: -60px;
    right: inherit;
}

/*======= Home Category =============*/

.home-featured .col-lg.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.home-featured .col-lg-4.col-md-4 {
    position: relative;
    padding: 30px 15px;
    /*background: #ffb400;*/
}
/*.home-featured .col-lg-4.col-md-4:nth-child(2){
    background: #e24254;
}
.home-featured .col-lg-4.col-md-4:nth-child(3){
    background: #1ca1a3;
}*/
.featured-item {
    position: relative;
    padding: 15px;
}
.featured-item p {
    font-size: 25px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 32px;
}
.featured-item h5 {
    font-size: 32px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}
.featured-item h5 span {
    font-size: 20px;
}
.featured-item a.button {
    text-transform: uppercase;
}
.featured-img {
    position: relative;
    display: block;
    padding: 15px 0;
    text-align: center;
}
.featured-img img{
    max-width: 100%;
    max-height: 250px;
    width: auto;
    height: auto;
}
.view-btn {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.view-btn a.button {
    text-transform: uppercase;
}
/*======= About page Section  =============*/

.about-area{
    position: relative;
    display: block;
}
.about-content{
    position: relative;
    display: block;
    text-align: center;
}
.about-content h2 {
    font-size: 50px;
    color: #1f252b;
    margin-bottom: 15px;
}
.about-content p {
    font-size: 16px;
    color: #1f252b;
    line-height: 25px;
}
.mission-area{
    position: relative;
}
.mission-area .col-md-6{
    background: #ffb400;
    border-right: 2px solid #fff;
}
.mission-area .col-md-6:nth-child(2){
    background: #e24254;
    border-right: 2px solid transparent;
}
.mission-area .col-md-12{
    background: #1ca1a3;
    border-top: 2px solid #fff;
}
.mission {
    position: relative;
    display: block;
    padding: 50px 20px;
}
.mission h3{
    font-size: 32px;
    color: #fff;
}
.mission p{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}
.client{
    position: relative;
    text-align: center;
}
.client img {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    margin: 20px auto;
}
.client p{
    text-align: left;
}
.client p.client-name{
    font-weight: 700;
    margin-bottom: 5px;
}
.client hr {
    margin: 25px 0;
    border-bottom: 1px solid #148587;
}

/*=======  Contact page Section  =============*/

.contact-content{
    position: relative;
    display: block;
    text-align: center;
}
.contact-content img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
    max-height: 40px;
}
.contact-content h3{
    font-size: 30px;
    text-transform: uppercase;
    color: #1f252b;
}
.contact-content p b{
    text-transform: uppercase;
}
.contact-content p{
    font-size: 16px;
    color: #1f252b;
    line-height: 26px;
    margin: 0;
}
.contact-content p a{
    color: #1f252b;
}





/*======= Product page Section  =============*/

.browse-area{
    position: relative;
    background: #fff;
    margin-top: -2px;
}
.browse-area .col-lg.col-md-4 {
    padding-left: 0;
    padding-right: 0;
}
.browse-area .col-lg.col-md-4 {
    position: relative;
    padding: 30px 15px;
    background: #0f1930;
}
.browse-area .col-lg.col-md-4:nth-child(2){
    background: #132749;
}
.browse-item {
    position: relative;
    padding: 5px;
}
.browse-item label {
    font-size: 16px;
    color: #247296;
    font-family: 'Berlin Sans FB';
    margin: 0;
    font-weight: 300;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.browse-item select, .browse-item select:focus {
    color: #fff;
    font-size: 32px;
    font-family: 'Berlin Sans FB';
    border: none;
    padding: 0;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    height: auto !important;
}
.browse-item select option{
    font-size: 20px;
    color: #333;
}
.browse-item .browse-by {
    position: relative;
    display: block;
    max-width: 210px;
}
.browse-item .browse-by::after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    line-height: 42px;
    color: #6497b1;
    top: 0;
    font-size: 30px;
    padding: 0 10px;
    background: #0f1930;
    pointer-events: none;
    height: 100%;
}
.browse-area .col-lg.col-md-4:nth-child(2) .browse-by::after {
    background: #132749;
}
.product-top {
    position: relative;
    border-bottom: 1px solid #6497b1;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.bdr-none .product-top {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.breadcrumb {
    background: transparent;
    padding: 0px;
    position: relative;
}
.breadcrumb li::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}
.breadcrumb li:first-child::before {
    display: none;
}
.breadcrumb li a{
    color: #132749;
    font-size: 13px;
    text-transform: uppercase;
}
.breadcrumb li.active a{
    pointer-events: none;
}
.sort-by select, .sort-by select:focus {
    color: #fff;
    font-size: 14px;
    font-family: 'Berlin Sans FB';
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    background: #6497b1;
    height: auto !important;
}
.sort-by select option {
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}
.sort-by {
    position: relative;
    width: 100%;
    display: block;
    max-width: 150px;
    float: right;
}
.sort-by::after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    line-height: 26px;
    color: #fff;
    top: 0;
    font-size: 16px;
    padding: 5px 10px;
    background: #6497b1;
    pointer-events: none;
    height: 100%;
}
.product-area{
    background: #fff;
}
.product-area .product-image, .related-product .product-image {
/*    background: #f6f6f6;
    padding: 10px 10px 20px;*/
}
.product-area .product-image img, .related-product .product-image img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.product-area .product-content p.price span{
    font-size: 20px;
}
.pagination-menu .pagination{
    position: relative;
    padding: 30px 0;
    display: block;
    text-align: center;
}
.pagination-menu .pagination li{
    display: inline-block;
    margin-top: 30px;
}
.pagination-menu .pagination li a{
    border: 1px solid #eaeaea;
    color: #2f2f2f;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: normal;
    box-shadow: none;
    outline: none;
}
.pagination-menu .pagination li a i{
    font-size: 20px;
    color: #e24254;
}
.pagination-menu .pagination li.active a,
.pagination-menu .pagination li a:hover,
.pagination-menu .pagination li a:focus{
    background: #e24254;
    color: #fff;
    border: 1px solid #e24254;
}
.pagination-menu .pagination li a:hover i,
.pagination-menu .pagination li a:focus i{
    color: #fff;
}

/*======= Product detail page Section  =============*/

.product-thumb {
    width: 100%;
    height: auto;
}
.product-thumb .content {
    position: relative;
    width: 420px;
    height: 420px;
    object-fit: cover;
    float: right;
    background: #fff;
}
.product-thumb .content img {
    width: 100%;
    padding: 0 15%;
}
.product-thumb .thumbnail {
    float: left;
    width: 20%;
    overflow-y: hidden;
    height: 420px;
}
#thumb-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#thumb-scroll::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
#thumb-scroll::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #1f252b;
}
.product-thumb .thumbnail img {
    border: 1px solid #eeeeee;
    width: 100%;
    padding: 2px;
    background: #fff;
    margin-bottom: 5px;
    cursor: pointer;
}
.picZoomer{
    position: relative;
}
.picZoomer-pic-wp{
    position: relative;
    overflow: hidden;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
    display: block;
}
.picZoomer-zoom-pic{
    position: absolute;
    top: 0;
    left: 0;
}
.picZoomer-pic{
    width: 100%;
    height: 100%;
}
.picZoomer-zoom-wp{
    display: none;
    position: absolute;
    z-index: 999;
    overflow: hidden;
}
.picZoomer-cursor{
    display: none;
    cursor: crosshair;
    width: 100px;
    height: 100px;    
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #eee;
    background-color: rgba(0,0,0,.1);
}
.piclist{
    float: left;
    width: 20%;
}
.piclist li{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.piclist li img{
    width: 100%;
    height: auto;
}
/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
    border: 1px solid #fff;
}
.product-thumb .picZoomer-pic-wp {
    width: auto !important;
    height: auto !important;
}
.product-thumb .content {
    position: relative;
    width: 78%;
    height: 100%;
    float: right;
    background: #fff;
    border: 0px solid #eae9e7;
}
.product-thumb .picZoomer img {
    width: 100%;
}



.product-detail{
    position: relative;
    display: block;
}
.product-detail h2 {
    color: #6497b1;
    font-size: 30px;
    text-transform: uppercase;
}
.product-meta {
    position: relative;
    display: block;
    text-align: left;
    padding: 15px 0;
}
.product-meta p.price {
    display: inline-block;
    font-size: 40px;
    color: #1f252b;
    font-family: 'Berlin Sans FB';
}
.product-meta p.price span{
    font-size: 25px;
}
.product-meta .rating {
    display: inline-block;
    float: right;
}
.product-meta .rating i{
    color: #fdcb1e;
}
.product-detail hr{
    margin: 5px 0 30px;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    border-top: 0;
}
.product-detail{
    position: relative;
    display: block;
}
.product-detail ul {
    position: relative;
    padding: 0 0 15px 20px;
}
.product-detail li {
    color: #000;
    font-size: 16px;
    list-style-type: disc;
    padding: 4px 0;
}
.ml-select {
    position: relative;
    display: block;
    padding: 10px 0;
}
.ml-select select, .ml-select select:focus {
    color: #fff;
    font-size: 14px;
    font-family: 'Berlin Sans FB';
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
    background: #6497b1;
    height: auto !important;
}
.ml-select select option{
    font-size: 15px;
    color: #333;
}
.ml-by {
    position: relative;
    display: block;
    max-width: 160px;
}
.ml-by::after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    line-height: 30px;
    color: #fff;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    background: #6497b1;
    pointer-events: none;
    height: 100%;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.product-btn {
    position: relative;
    display: block;
    margin: 20px 0 10px;
}
.product-btn a{ 
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #3db497;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}
.product-btn a.wishlist{ 
    background: #3db497;
}
.product-btn a.buy{ 
    background: #e24254;
}
.share-btn{
    position: relative;
    display: block;
    padding: 15px 0;
}
.share-btn ul{
    position: relative;
    display: block;
    padding: 0;
    text-align: right;
}
.share-btn li{
    display: inline-block;
    list-style: none;
    padding-left: 5px;
}
.share-btn li a{
    background: #ebebeb;
    color: #333;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}
.share-btn li.facebook a{
    background: #3a5897;
    color: #fff;
}
.share-btn li.twitter a{
    background: #22a1f2;
    color: #fff;
}
.share-btn li.plus a{
    background: #fa6551;
    color: #fff;
}
.share-btn li.count a {
    color: #333;
    width: 20px;
    position: relative;
    margin-left: 5px;
}
.share-btn li.count a::after {
    content: '\f0d9';
    position: absolute;
    left: -5px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    color: #ebebeb;
    z-index: 333;
    font-weight: 900;
}
.products-tab {
    position: relative;
    padding: 0;
}
.details-tabs .nav-tabs {
    position: relative;
    border: none;
    justify-content: left;
    margin-bottom: 30px;
}
.details-tabs .nav-tabs li {
    position: relative;
    display: block;
    width: auto;
}
.details-tabs .nav-tabs li a {
    font-size: 16px;
    font-family: 'Berlin Sans FB';
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 25px;
    display: block;
    box-shadow: none;
    background-color: #d5d9dc;
    border: 1px solid #ffffff;
    border-right: none;
}
.details-tabs .nav-tabs li:last-child a {
    border-right: 1px solid #ffffff;
}
.details-tabs .nav-tabs li a.active, .details-tabs .nav-tabs li a:hover {
    color: #fff;
    background: #ffb400;
}
.details-contents{
    position: relative;
    display: block;
}
.details-contents .table thead th,
.details-contents .table td,
.details-contents .table th {
    border: none;
}
.details-contents .table th {
    font-size: 14px;
    color: #1f252b;
    text-transform: uppercase;
    font-weight: 700;
}
.details-contents .table td{
    font-size: 14px;
    color: #1f252b;
}
.details-contents tbody tr:nth-of-type(2n+1) {
    background-color: #e7ebec;
}
.inquiry-area{
    position: relative;
    display: block;
}
.inquiry-area p{
    font-size: 15px;
    color: #1f252b;
    margin-bottom: 30px;
}
.inquiry-area form {
    max-width: 500px;
}
.inquiry-area label {
    text-align: right;
    font-size: 14px;
    color: #1f252b;
}
.inquiry-area label span{
    color: #e24254;
}
.inquiry-area input, .inquiry-area textarea {
    border-color: #e9e8e6;
    border-radius: 0;
    font-size: 14px;
    color: #646464;
    padding: 6px 15px;
}
.inquiry-area textarea{
    height: 100px;
}
.inquiry-area input:focus, .inquiry-area textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #e9e8e6;
}
.inquiry-area input[type="submit"],
.inquiry-area input[type="submit"]:hover,
.inquiry-area input[type="submit"]:focus {
    background: #e24254;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
}
.details-contents .review-item {
    position: relative;
    padding: 15px 0 0;
}
.details-contents .review-item h5 {
    font-size: 16px;
    color: #adadad;
    margin: 0;
    padding-top: 10px;
}
.details-contents .review-item > p{
    font-size: 16px;
    color: #1f252b;
}
.details-contents .review-item .rating i {
    color: #fdcb1e;;
}
.details-contents .review-area p {
    font-size: 15px;
    color: #1f252b;
}
.details-contents .review-area > a {
    background: #e24254;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin: 5px 0 15px;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

/*============ Cart Page ===================*/

.cart_table {
    margin-bottom: 15px;
    border-collapse: collapse;
    border: 0;
    width: 100%;
}
.cart-page .product-top{
    border: none;
}
.cart_table thead {
    background: #6497b1;
}
.cart_table tr {
    border: 1px dashed #d6d6d6;
    border-right: 0;
    border-left: 0;
}
.cart_table tr:first-child{
    border: none;
}
.cart_table thead tr {
    border: none;
}
.cart_table th {
    font-weight: 700;
    color: #fff;
    padding: 9px 12px;
    font-size: 14px;
}
.cart_table .cart_item td{
    padding: 10px 20px;
}
.product-remove a {
    color: #fff;
    background: #3db497;
    padding: 10px 10px;
    border-radius: 3px;
}
.cart_table .cart_item .product-name {
    padding: 30px;
    min-width: 80px;
}
.product-price p {
    font-size: 14px;
    font-weight: normal;
    color: #1f252b;
    margin: 0;
}
.cart_table .cart_item .product-thumbnail img {
    display: block;
    width: auto;
    max-height: 70px;
}
.cart_table .cart_item td.product-thumbnail a {
    padding: 20px;
    border: 1px solid #eae9e7;
    display: inline-block;
}
.cart_table .cart_item .product-remove img {
    display: block;
    width: auto;
    max-height: 18px;
}
.cart_table .cart_item .product-title a {
    font-size: 15px;
    text-align: center;
    color: #6497b1;
    font-weight: 700;
}
.product-title p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.cart_table .cart_item .product-title span {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-align: left;
    color: #e24254;
    display: block;
}
.product-quantity p {
    font-size: 14px;
    font-weight: bold;
    color: #1f252b;
    margin: 0;
}
.cart_table .input-group-btn button {
    background: #3db497;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
}
.cart_table .input-group input {
    float: left;
    width: 40px;
    border: none;
    color: #000;
    border-radius: 3px;
    text-align: center;
    border: 1px solid #e9e8e6;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
}
.cart_table .input-group {
    position: relative;
}
.cart_table .cart_item .subtotal p {
    font-size: 14px;
    font-weight: bold;
    color: #1f252b;
    margin: 0;
}
.products-total .carttotal {
    float: right;
    padding-bottom: 10px;
}
.products-total .carttotal p {
    font-size: 16px;
    text-align: left;
    color: #414042;
    margin: 0px 0 5px;
}
.products-total .carttotal p span {
    padding-left: 100px;
    float: right;
}
.continue {
    position: relative;
    padding-top: 20px;
}
.continue ul{
    position: relative;
    display: block;
    padding: 0;
    text-align: right;
}
.continue ul li{
    display: inline-block;
    padding-left: 10px;
}
.continue ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 20px;
    background-color: #3db497;
    border-radius: 5px;
    text-transform: uppercase;
}
.continue ul li.request-btn a {
    background: #ffa800;
}
.continue ul li.buy-btn a {
    background: #e24254;
}
.continue ul li.back-btn a {
    background: #3e7693;
}

/*==== Start Videos Page  ====*/

.video-area{
    position: relative;
    display: block;
}
/*.video-area .title h2{
  font-size: 36px;
}*/
.video-area .col-md-4.col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
}
.video-item{
    display: block;
    position: relative;
    background: #ec4e3e;
    padding: 15px;
    border-radius: 3px;
    text-align: right;
    min-height: 160px;
    margin-bottom: 10px;
}
.video-item p{
    font-size: 14px;
    color: #228b83;
    margin-bottom: 5px;
    text-align: left;
}
.video-item p{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    text-align: left;
}
.video-item h3{
    font-size: 25px;
    margin: 0 0 15px;
    line-height: 26px;
    text-align: left;
}
.video-item h3 a{
    color: #ffffff;
}
.video-item > a {
    color: #ffffff;
    background: #c33a2c;
    padding: 8px 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.video-area .col-md-4.col-lg-4:nth-child(2) .video-item{
    background: #02929e;
}
.video-area .col-md-4.col-lg-4:nth-child(3) .video-item{
    background: #b2cf38;
}
.video-area .col-md-4.col-lg-4:nth-child(4) .video-item{
    background: #f8af1c;
}
.video-area .col-md-4.col-lg-4:nth-child(5) .video-item{
    background: #bb3069;
}
.video-area .col-md-4.col-lg-4:nth-child(6) .video-item{
    background: #373e61;
}
.video-area .col-md-4.col-lg-4:nth-child(2) .video-item > a{
    background: #147981;
}
.video-area .col-md-4.col-lg-4:nth-child(3) .video-item > a{
    background: #8aa226;
}
.video-area .col-md-4.col-lg-4:nth-child(4) .video-item > a{
    background: #d38311;
}
.video-area .col-md-4.col-lg-4:nth-child(5) .video-item > a{
    background: #a4295b;
}
.video-area .col-md-4.col-lg-4:nth-child(6) .video-item > a{
    background: #1e2239;
}

/*==== Start Download Page  ====*/

.download-area hr {
    margin: 60px 0 0;
    padding: 0;
    border-bottom: 1px solid #ededed;
    border-top: 0;
}
.downlaod-image{
    position: relative;
    display: block;
}
.downlaod-image img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.downlaod-content{
    position: relative;
    display: block;
}
.downlaod-content h3 {
    font-size: 30px;
    color: #1f252b;
    text-transform: uppercase;
}
.downlaod-content p{
    font-size: 16px;
    color: #1f252b;
    line-height: 25px;
}
.downlaod-content a{
    text-transform: uppercase;
}

/*==== Start Review Page  ====*/

.review-area{
    position: relative;
    display: block;
}
.heading {
    position: relative;
    display: block;
    background: #6497b1;
    margin-bottom: 30px;
    margin-top: 20px;
}
.heading h4 {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 0;
}
.heading a {
    float: right;
    display: inline-block;
    font-size: 14px;
    background: #3e7693;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
}
.heading a > i {
    border: 2px solid #fff;
    width: 28px;
    height: 28px;
    margin-left: 10px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
}
.review-area label {
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
    text-align: right;
}
.review-area label span {
    padding-left: 20px;
}
.review-area label b {
    color: #e24254;
    padding-left: 5px;
    padding-right: 15px;
}
.review-area .form-group {
    margin: 0;
}
.quotation-area.review-area .form-group {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.review-area .form-group p {
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
    margin: 0;
}
.quotation-area.review-area .form-group p {
    margin-top: 10px;
}
.quotation-area .form-group p code {
    color: #6497b1;
    font-size: 16px;
    font-weight: 600;
}
.review-area .form-group{
    border-bottom: 1px dashed #e0e0e0;
}
.review-area .form-group.bdr-none{
    border-bottom: none;
}
.review-area input, .review-area textarea {
    border: 1px solid #e9e8e6;
    border-radius: 5px;
    color: #333;
    background: transparent;
    padding: 6px 15px;
}
.review-area input:focus, .review-area textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #e9e8e6;
}
.payment {
    position: relative;
    padding-top: 15px;
}
.payment-by {
    position: relative;
    display: block;
    max-width: 350px;
}
.payment label {
    font-size: 16px;
    color: #1f252b;
    font-weight: 500;
    text-align: right;
}
.payment-by::after {
    content: '\25BC';
    position: absolute;
    right: 15px;
    line-height: 30px;
    color: #818181;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    background: #fff;
    pointer-events: none;
    height: 100%;
    border: 1px solid #e9e8e6;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.payment-by select, .payment-by select:focus {
    color: #202020;
    font-size: 14px;
    font-family: 'Berlin Sans FB';
    border: 1px solid #e9e8e6;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
    background: transparent;
    height: auto !important;
}
.payment-by select option {
    font-size: 15px;
    color: #333;
}
.quotation-by {
    position: relative;
    display: block;
    /* max-width: 350px; */
}
.quotation-by select, .quotation-by select:focus {
    color: #202020;
    font-size: 14px;
    font-family: 'Berlin Sans FB';
    border: 1px solid #e9e8e6;
    padding: 10px 15px 8px;
    border-radius: 5px;
    text-transform: uppercase;
    box-shadow: none;
    background: transparent;
    height: auto !important;
    width: 100%;
}
.quotation-by::after {
    content: '\25BC';
    position: absolute;
    right: 0;
    line-height: 30px;
    color: #818181;
    top: 0;
    font-size: 20px;
    padding: 5px 10px;
    background: #fff;
    pointer-events: none;
    height: 100%;
    border: 1px solid #e9e8e6;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}






.quotation-check{
    position: relative;
    display: block;
    padding-top: 15px;
}
.quotation-check label{
    text-align: left;
    padding: 0;
    display: block;
}
.quotation-check label span.label-text {
    text-align: left;
    padding: 6px 20px 6px 15px;
    background: #d7de28;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 16px;
    color: #1f252b;
    min-width: 280px;
}
.quotation-check.quot-checkbox label span.label-text {
    background: transparent;
    padding: 0;
}
.quotation-check input[type="checkbox"],
.quotation-check input[type="radio"],
.quotation-check input[type="checkbox"] {
    /*position: absolute;*/
    opacity: -1;
}
.quotation-check.quot-checkbox {
    padding: 0;
}
.quotation-check input[type="checkbox"] + .label-text::before {
    content: "\f04d";
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 10px;
}
.quotation-check input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #000;
    animation: effect 250ms ease-in;
}
.quotation-check input[type="checkbox"]:disabled + .label-text{
    color: rgb( 66, 66, 66 );
}
.quotation-check input[type="checkbox"]:disabled + .label-text:before{
    content: "\f0c8";
    color: #ccc;
}
.quotation-check input[type="radio"] + .label-text::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Pro';
    speak: none;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.quotation-check input[type="radio"]:checked + .label-text:before{
    content: "\f111";
    color: #000;
    animation: effect 250ms ease-in;
}
.quotation-check input[type="radio"]:disabled + .label-text{
    color: rgb( 66, 66, 66 );
}
.quotation-check input[type="radio"]:disabled + .label-text:before{
    content: "\f111";
    color: #ccc;
}
.quotation-area .submit-button {
    text-align: right;
    border: none;
    margin-top: 30px;
}
.quotation-area .submit-button input[type="submit"] {
    background: #ffa800;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
}
.quotation-area .submit-button input[type="submit"].review-order {
    background: #e24254;
}

.login-area{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.login-area .login {
    position: relative;
    display: block;
    background: #6497b1;
    border-radius: 3px;
    padding: 25px 20px;
}
.login-area .login h4{
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}
.login label {
    font-size: 16px;
    color: #000000;
    padding: 8px 0;
    text-align: right;
}
.login input, .login textarea {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #333;
    outline: none;
    background: #fff;
    padding: 6px 15px;
}
.login input:focus, .login textarea:focus {
    outline: none;
    box-shadow: none;
    border-color: #fff;
}
.login .form-group {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: right;
}
.login .submit-button input[type="submit"] {
    background: #e24254;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 8px 20px;
}

/*==== Start Review Page  ====*/

.category-menu{
    position: relative;
    display: block;
}
.category-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: none;
}
.category-menu ul li {
    float: none;
    position: relative;
    display: inline-block;
}
.category-menu > ul > li > a {
    font-family: 'Berlin Sans FB';
}
.category-menu ul li a {
    color: #fff;
    display: block;
    font-size: 28px;
    text-transform: uppercase;
    padding: 0px 0 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.category-menu ul li a:hover{
    color: #fff;
}
.category-menu .smooth-menu:hover.smooth-menu > a::before {
    opacity: 1;
}
.category-menu ul > li:last-child a {
    padding-right: 0;
}

/*===========    SUB MENU AREA ====================*/

.category-menu ul li ul.sub-menu {
    position: absolute;
    background: #3190c1;;
    width: 210px;
    z-index: 1;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}
.category-menu ul li ul.sub-menu li {
    float: none;
    display: block;
    border-bottom: 1px solid #ddd;
    -webkit-transition: .4s;
    transition: .4s;
}
.category-menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}
.category-menu ul li ul.sub-menu li:hover {
    background: #132749;
}
.category-menu ul li ul.sub-menu li:hover > a {
    color: #ffffff;
    padding-left: 25px;
}
.category-menu ul ul li a{
    padding: 10px 20px;
    font-size: 13px;
	font-weight:400;
    text-transform: capitalize;
}
.category-menu li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.category-menu li > a:after {
    margin-left: 30px;
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
}
.category-menu .sub-menu a:after {
    position: absolute;
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    right: 15px;
}
.category-menu li > a:only-child:after {
    margin-left: 0;
    content: '';
}
.category-menu ul li .sub-menu .sub-menu {
    display: block;
    position: absolute;
    left: 210px;
    top: 0;
    width: 100%;
    opacity: 0;
}
.category-menu ul li ul.sub-menu li:hover .sub-menu {
    opacity: 1;
}

/*===========    Dashboard AREA ====================*/

.dashboard-area{
    position: relative;
    background: #fff;
}
.dashboard-menu {
    position: relative;
    display: block;
    padding-right: 30px;
}
.dashboard-area .col-md-4 .title {
    opacity: 0;
    visibility: hidden !important;
}
.dashboard-menu .nav.nav-tabs {
    position: relative;
    border: none;
    display: block;
    background: #0f1930;
    margin: 0px 0 40px;
    padding: 10px 0;
}
.dashboard-menu .nav.nav-tabs li {
    display: block;
    border-bottom: 1px solid #1f2c4b;
    padding: 10px 15px;
}
.dashboard-menu .nav.nav-tabs li:last-child {
    border-bottom: none;
}
.dashboard-menu .nav.nav-tabs li a{
    font-size: 16px;
    color: #fff;
}
.dashboard-menu .nav.nav-tabs li a:hover,
.dashboard-menu .nav.nav-tabs li a:focus,
.dashboard-menu .nav.nav-tabs li a.active{
    color: #6497b1;
}
.dashboard-area .title {
    text-align: left;
    padding-bottom: 30px;
}
.dashboard-contents .col-md-12.col-lg-6:nth-child(2) .bill-item {
    background: #02929e;
}
.dashboard-contents .col-md-12.col-lg-6:nth-child(2) .bill-item > a {
    background: #126d75;
}
.bill-item {
    display: block;
    position: relative;
    background: #ec4e3e;
    padding: 15px;
    border-radius: 3px;
    text-align: right;
    min-height: 160px;
    margin-bottom: 30px;
}
.dashboard-contents .bill-item h3 {
    font-size: 25px;
    margin: 0 0 15px;
    color: #fff;
    line-height: 26px;
    text-align: left;
}
.bill-item p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    text-align: left;
}
.bill-item a {
    color: #ffffff;
    background: #c33a2c;
    padding: 8px 20px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.dashboard-contents td p{
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
}
.dashboard-contents .product-title p {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.dashboard-contents .cart-form p.quote {
    color: #6497b1;
}
.dashboard-contents .cart-form {
    position: relative;
}
.dashboard-contents h3{
    font-size: 32px;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.dashboard-contents .cart_table th.product-remove {
    min-width: 145px;
}

/*===========    MY CART ====================*/

.cart-btn {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 20px;
}

.cart-btn a{ 
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #3db497;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

.cart-btn a.quoteme{ 
    background: #ffa800;
}

.cart-btn buynow{ 
    background: #e14254;
}

.cart-btn a.shop{ 
    background: #3db498;
}

.cart-btn a.update{ 
    background: #6497b2;
}

.cart-btn [type=submit] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #6497b2;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

.buyNow {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #e14254;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

.cart-photo {
    max-width: 80px;
    max-height: 80px;
    object-fit: cover;
}

/*======== my product details ========*/
.details-btn {
    position: relative;
    display: block;
    margin-top: 20px;
}

.details-btn [type=submit] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #6497b2;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

.details-btn a{ 
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
    margin-right: 15px;
    background: #ffa800;
    text-transform: uppercase;
    font-family: 'Berlin Sans FB';
}

.details-btn buynow{ 
    background: #e14254;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.product-list-img {
    width: 100%; 
    height: 360px; 
    object-fit: cover;
}

.category-list {
    text-align: center;
    color: #fff;
    font-weight: 800;
    width: 100%;
}

.category-list-txt {
    height: 70px;
    color: #fff;
}

.whiteText {
    color: #fff;
}

.heading-profile {
    position: relative;
    display: block;
    background: #6497b1;
    margin-bottom: 30px;
}
.heading-profile h4 {
    font-size: 25px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 15px;
    margin: 0;
}

.blue-btn {
    background: #ffa800;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.slider-area .show-desktop{
position: relative;
display: block;
}
.slider-area .show-mobile{
position: relative;
display: none;
}
.slider-area .carousel-item img {
position: relative;
width: 100%;
height: auto;
}

.video-col {
    width: 400px;
    margin-bottom: 25px;
}

.video-list {
    width: 100%;
}

.pay-logo {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: auto;
    float: left;
    text-align: left;
}

.front-mod-title {
    height: 60px;
}

.front-mod-price{
    height: 30px;
}

.front-mod-button{
    text-align: center;
}

.limited-units {
    color: #ff0000;
}

.brand-item{
    display: block;
    position: relative;
    padding: 15px;
    border-radius: 3px;
    text-align: right;
    min-height: 160px;
    margin-bottom: 10px;
}

.photo-cat-title {
    text-align: center;
}

.photo-cat-img {
}

.photo-item {
    width: 100%;
    text-align: center;
}

.space100 {
    height: 100px
}

.packaging-image{
    position: relative;
    text-align: right;
}
.packaging-image img {
    position: relative;
    width: auto;
    height: auto;
    max-width: 100%;
}

.inews{
}

.inews .ntitle hr {
    margin: 15px 0;
    border-bottom: 3px solid #e24254;
    max-width: 150px;
}

.inews1a a {
    background: #e24254;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.inews1b a {
    background: #e24254;
    padding: 8px 20px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

.news-paginator {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

.news-paginator-number {
    margin: 10px 15px;;
}

.read-more {
    color: #e24254;
}