body {
    font-family: Poppins, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    background: #f6f6f6;
}

a:focus {
    outline: none
}

a, a:focus {
    text-decoration: none;
}

a {
    color: #ffffff;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.header-btm .navbar .navbar-collapse > ul > li > a h2{
    color: #d7d7d7;
    display: inline-block;
    transition: all .3s ease-in-out
}

a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

ol, ul {
    padding: 0;
    margin: 0
}

li, ul {
    list-style: none;
}

img {
    max-width: 100%
}

section {
    padding: 15px 0;
}

.pt_large {
    padding-top: 70px
}

.pb_large {
    padding-bottom: 70px
}

.pt_medium {
    padding-top: 50px
}

.pb_medium {
    padding-bottom: 50px
}

.pt_small {
    padding-top: 35px
}

.pb_small {
    padding-bottom: 35px
}

button:focus {
    outline: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.h1, h1 {
    font-size: 42px
}



.h3, h3 {
    font-size: 28px
}

.h4, h4 {
    font-size: 24px
}

.h5, h5 {
    font-size: 20px
}

p {
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #333
}

input:focus {
    outline: none
}

::-webkit-input-placeholder {
    color: #7a7a7a;
    opacity: 1
}

:-moz-placeholder, ::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7a7a7a;
    opacity: 1
}

.form-control::-webkit-input-placeholder {
    color: #7a7a7a;
    opacity: 1
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: #7a7a7a;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #7a7a7a;
    opacity: 1
}

label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600
}

.btn {
    font-weight: 500
}

.btn + .btn {
    margin-left: 10px
}

.btn.focus, .btn:focus {
    box-shadow: none
}



.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle, .show > .btn-primary.dropdown-toggle:focus {
    background-color: transparent;
    border-color: #3273a8;
    box-shadow: none;
}

.btn-primary {
    background-color: #000;
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    transition: all .3s ease-in-out;
    border: #3273a8;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
}

.btn-primary:hover {
    background-color: #3273a8;
    border-color: #3273a8;
    color: #fff;
}

.btn-secondary {
    background-color: #28a745;
    border-radius: 50px;
    padding: 12px 20px;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #28a745;
    position: relative;
    z-index: 99;
    text-transform: capitalize;
    overflow: hidden;
}

.btn-secondary:hover {
    background-color: #464f5d;
    border-color: #464f5d;
    color: #fff
}

.btn-white {
    background-color: #fff;
    padding: 10px 30px;
    color: #333;
    transition: all .3s ease-in-out
}

.btn-white:hover {
    background-color: #464f5d;
    border-color: #464f5d;
    color: #fff
}

.title h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'BPG-Nino';
}

.title:before {
    content: "";
    position: absolute;
    background-color: #3273a8;
    width: 80px;
    height: 2px;
    bottom: 0;
}

.title {
    position: relative
}

.title.text-center:before {
    right: 0;
    left: 0;
    margin: 0 auto
}

.title.text-right:before {
    left: auto
}

.text_default {
    color: #ffcb03 !important
}

.bg_light_yellow {
    background-color: #fff0ad
}

.bg_light_blue {
    background-color: #d8ede6
}

.bg_light_pink {
    background-color: #ffd2cd
}

.large_txt {
    font-size: 60px
}

.pagination {
    padding-top: 30px
}

.btn img {
    margin-right: 5px
}

.bg_red, .scrollup {
    background-color: #000000;
}

.scrollup {
    border-radius: 100%;
    bottom: 73px;
    color: #ffffff;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 99;
}

.scrollup:hover {
    background-color: #9d9d9d;
    color: #fff;
}

.form-control:focus {
    box-shadow: none
}

iframe {
    border: 0
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 999999
}

.loading_wrap {
    text-align: center;
    margin: 0 auto;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.loading_wrap img {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 2s linear infinite
}

.header-top {
    background-color: #363f4d;
    padding: 12px 0
}

.header_list > li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.header_list li a:hover {
    color: #ffcb03
}

.header_list li {
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block
}

.mm_icon {
    float: right;
    margin-left: 10px
}

.header_list li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background-color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.header_list li {
    position: relative
}

.header_list li:last-child:before {
    content: none
}

.header_list li:last-child {
    padding: 0;
    margin: 0
}

.header_list > li a i {
    padding-right: 8px;
    font-size: 18px
}

.nav-fixed .header-btm {
    position: fixed;
    right: 0;
    left: 0;
    top: 0px;
}

.nav-fixed.no-sticky .header-btm {
    position: relative
}

.cart-box {
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    transition: all .3s ease-in-out;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0 4px rgba(0, 0, 0, .12);
    padding: 20px;
    width: 325px
}

.cart-icon, .header-cart {
    position: relative;
    display: inline-block;
    margin-top: 6px;
}

.cart-icon {
    padding-right: 10px
}

.cart-icon span {
    position: absolute;
    top: -4px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color: #47b0e3;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 100%;
    right: 4px;
}

.header-cart > a {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
}

.header-cart a i {
    padding-left: 5px
}

.header-form {
    max-width: 504px;
    position: relative;
    width: 100%;
    margin-top: 8px;
}

.header-form .search-box {
    background-color: #ffffff;
    max-width: 100%;
    height: 48px;
    width: 100%;
    border: 1px solid #e7e7e7;
    color: #ffffff;
    font-weight: 500;
    padding: 20px 135px 17px 20px;
}

.header-form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: #e7e7e7; */
    border: 0;
    color: #000;
    font-weight: 500;
    padding: 14px 15px;
    cursor: pointer;
    font-family: 'BPG-Nino';
    border-radius: 0px 24px 24px 0px;
}
.header-form button:hover{background: #47b0e3; color: #ffffff;}
.header-mdl {
    /* border-bottom: 1px solid #7d7878; */
    padding: 0px 0;
    background-color: #000000;
    color: #ffffff;
    height: 65px;
}

.cart-product a {
    display: block;
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    font-weight: 500
}

.cart-product a:hover {
    color: #ffcb03
}

.cart-product p {
    color: #000;
    font-weight: 500
}

.cart-product {




    padding: 0 10px;
    width: 100%
}

.cart-prodect {


    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px
}

.cart-prodect:last-child {
    margin-bottom: 0
}

.cart-img {
    max-width: 86px;
    width: 100%;
    background-color: #f8f8f8;
    text-align: center
}

.price-prodect {
    text-transform: uppercase;
    padding: 15px 0 10px
}

.total {
    font-size: 14px
}

.total-price {
    color: #000
}

.cart-box .btn-primary {
    margin: 0 auto;
    display: inline-block
}

.cart-btn, .close-icon {
    text-align: center
}

.close-icon {
    color: #000
}

.header-cart:hover .cart-box {
    opacity: 1;
    visibility: visible
}

.header-btm {
    /* border-top: 1px solid #b9b9b9; */
    /* border-bottom: 1px solid #b9b9b9; */
    background-color: #ffffff;
    position: relative;
    color: #060606;
    /* margin-top: 10px; */
    height: 65px;
}

.header-btm .navbar {
    padding: 0
}

.header-btm .navbar .navbar-collapse > ul > li > a > h2 {
    padding: 25px 0px;
    color: #606060;
    margin-right: 0px;
    font-weight: bold;
    font-family: BPG-Nino;
    font-size: 14px;
}
.header-btm .navbar .navbar-collapse > ul > li > a {
    margin-right: 35px;
}

.header-btm .navbar .navbar-collapse > ul > li > a:last-child{
    padding: 0px 0px;
}


.header-btm .navbar .navbar-collapse ul li.active > a, .header-btm .navbar .navbar-collapse ul li a:hover {
    color: #007bff;
    text-decoration: none;
}

.header-btm .navbar .navbar-collapse ul li a   i {
    padding-left: 5px
}

.sub-menu > ul {
    display: inline-block;
    width: 100%
}

.header-btm .navbar .navbar-nav li .sub-menu a i {
    float: right;
    top: 6px;
    position: absolute;
    right: 11px;
}

.header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-down {
    display: none;
}


.header-btm .navbar .navbar-nav li .sub-menu a i.fa.fa-angle-right {
    display: block;
}

.sub-menu {
    border-radius: 0;
    position: absolute;
    left: 0;
    background-color: #fff;
    padding: 10px 0;
    z-index: 2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    margin-top: -2px;
    border-top: 3px solid #47b0e3;
}

.navbar .navbar-nav .sub-menu li {
    position: relative;
}

.header-btm .navbar .navbar-collapse ul li a i.fa.fa-angle-right {
    display: none
}

.navbar-expand-lg .navbar-nav .mega-menu > ul > li {
    float: left
}

.mega-menu .dropdown {
    border-right: 1px solid #ddd
}

.mega-menu .dropdown:last-child {
    border-right: 0
}

.sub-menu.mega-menu.dropdown-menu {
    width: 100%
}

.column5 .submenu-links {
    width: 20%;
    padding: 0 15px
}

.submenu-img {
    width: 34%
}

.submenu-img a {
    display: block
}

.submenu-img img {
    width: 100%
}

.all-menu > li > a {
    padding: 6px 15px;
    font-weight: 400;
    font-family: BPG-Nino;
}

.all-menu > li > a, .menu-title {
    color: #363f4d;
    display: block;
}

.all-menu > li > a > h2{
    font-size: 16px;
}


.menu-title {
    font-size: 16px;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 15px
}

header {
    position: relative;
    z-index: 999;
}

.navbar .header-logo {
    display: none
}

.navbar-toggler {
    border: none;
    color: #3273a8;
    padding: 0;
}

.navbar-toggler i {
    border: 1px solid #3273a8;
    padding: 5px 8px;
}

.submit-btn-2 {
    border: none;
    width: 36px;
    height: 32px;
    cursor: pointer;
    background-color: #3273a8;
    color: #fff;
    padding: 0;
}

.form-captions {
    display: inline-block;
    vertical-align: top
}

.header-form.search-open {
    display: block;
    position: absolute;
    right: 15px;
    top: 100%;
    margin-top: 20px
}

.menu_style1 .navbar .navbar-collapse > ul > li > a {
    position: relative
}

.menu_style1 .navbar .navbar-collapse > ul > li > a:before {
    content: "";
    position: absolute;
    right: 100%;
    left: 0;
    bottom: 20px;
    border-bottom: 2px solid #ffcb03;
    margin: 0 15px;
    transition: all .5s ease-in-out
}

.menu_style1 .navbar .navbar-collapse > ul > li.active > a:before, .menu_style1 .navbar .navbar-collapse > ul > li > a:hover:before {
    right: 0
}

.slider-area {
    padding: 70px 0;
    height: 573px
}

.slider-caption h1 {
    font-weight: 700;
    font-family: BPG-Nino
}

.slider-caption p {
    color: #000;
    text-shadow: 2px 0 4px rgba(0, 0, 0, .4);
    padding: 10px 0 15px;
    line-height: 26px
}

.banner_slide_content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner_slide_content.right-align .row {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner_slide_content.center-align {
    left: 150px
}

.main-slider.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 16px;
    right: 0;
    left: 0;
    line-height: 0
}

.main-slider.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border: 1px solid #cacaca;
    background-color: #fff
}

.main-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffcb03;
    border: none
}

.carousel-indicators .active {
    background-color: #ffcb03;
    border-color: #ffcb03
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #fff;
    border: 1px solid #cacaca
}

.carousel-control-next, .carousel-control-prev {
    background-color: rgba(0, 0, 0, .5);
    font-size: 18px;
    height: 60px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 0
}

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 1
}

.carousel-control-next {
    right: 20px
}

.carousel-control-prev {
    left: 20px
}

.slider_caption {
    padding: 30px;
    background-color: #fff;
    position: relative;
    margin: 15px
}

.slider_caption h1 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 10px
}

.slide_content p, .slider_caption p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px
}

.slider_caption:before {
    content: "";
    top: 0;
    border: 2px solid #fff;
    margin: -15px
}

.banner_img, .slider_caption:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.banner_img {
    text-align: center
}

.banner_img img {
    max-width: 700px
}

.slider_heading1 {
    font-size: 200px
}

.slider_heading1, .slider_heading2 {
    text-transform: uppercase;
    font-weight: 700
}

.slider_heading2 {
    font-size: 100px;
    text-align: right;
    position: relative;
    z-index: 9
}

.slider_content {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    transform: none;
    height: 100%
}

.slider_strip {
    background-color: #fff;
    padding: 5px 15px;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px
}

.slider_heading3 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.same-hover img {
    width: 100%
}

.same-hover {
    display: block;
    position: relative;
    overflow: hidden
}

.same-hover:after {
    left: -100%
}

.same-hover:after, .same-hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .4);
    transition: all .6s ease-in-out
}

.same-hover:before, .same-hover:hover:after {
    left: 100%
}

.same-hover:hover:before {
    left: -100%
}















.owl-theme .owl-nav {
    margin-top: 0
}


.common-cart-info .cart-name {
    color: #000;
    margin: 15px 0 10px;
    font-weight: 500;
    transition: all .3s ease-in-out
}

.common-cart-box:hover .common-cart-info .cart-name {
    color: #3273a8;
}

.cart-price {
    color: #000;
    font-weight: 700
}

.cart-price del {
    color: #7a7a7a;
    margin-right: 10px
}

.nav-none .owl-nav {
    display: none
}

.same-nav.owl-theme .owl-nav button {
    position: absolute;
    top: -65px;
    right: 0;
    margin: 0
}

.same-nav.owl-theme .owl-nav button i {
    margin: 0;
    width: 34px;
    height: 34px;
    font-size: 30px;
    background-color: #363f4d;
    line-height: 30px;
    color: #fff;
    border-radius: 0
}

.same-nav.owl-theme .owl-nav button.owl-prev {
    right: 40px
}

.same-nav.owl-theme .owl-nav button:hover i {
    background-color: #3273a8
}

.common-cart-img img {
    width: 170px;
    display: block;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.common-cart-img {
    position: relative;
    /* width: 200px; */
    min-height: 219px;
    /* border: 1px solid #000; */
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.hover-option {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    background-color: hsl(0deg 0% 100% / 50%);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    margin: 0 auto;
}

.product-box:hover .hover-option {
    opacity: 1;
    visibility: visible
}

.hover-icon {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0
}

.hover-icon li {
    display: inline-block
}

.add-cart-btn {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.full-prod {
    
}

.hover-icon li a {
    background-color: #363f4d;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    border-radius: 100%;
    color: #fff;
    margin: 0 3px;
    padding: 1px
}

.saller-box:hover .hover-option {
    opacity: 1;
    visibility: visible
}

.hover-icon li a:hover {
    background-color: #3273a8;
}

.banner-box a img {
    width: 100%
}

.banner-section {
    line-height: 0
}

.review-slider {
    padding: 40px 100px
}

.client-img img {
    border-radius: 100%
}

.client-img {
    float: left;
    max-width: 164px;
    width: 100%
}

.quote-icon img {
    max-width: 27px
}

.quote-icon {
    display: inline-block
}

.client-text p {
    color: #fff;
    line-height: 26px;
    padding: 10px 0 20px;
    font-weight: 400
}

.client-text a {
    color: #000;
    font-weight: 500;
    font-style: italic;
    font-size: 18px
}

.client-text a:hover {
    color: #303030
}

.client-text {
    padding-left: 30px;
    font-weight: 400;
    overflow: hidden
}

.review-slider.owl-theme .owl-dots .owl-dot span, .testimonial-slider .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: none;
    border: 2px solid #fff;
    margin: 0 5px
}

.review-slider.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff
}

.review-slider.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px
}

.news-box img, .news-img img {
    width: 100%
}

.news-info h5 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px
}

.comments {
    font-weight: 500;
    color: #7a7a7a;
    padding: 10px 0
}

.comments a {
    color: #3273a8
}

.news-text {
    color: #7a7a7a;
    line-height: 24px;
    margin-bottom: 12px;
    height: 48px;
    overflow: hidden
}

.read-more {
    color: #3273a8;
    text-transform: uppercase
}

.news-box {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

.news-box:hover .news-info h5 a {
    color: #3273a8
}

.news-info {
    padding: 20px 10px
}

.comments a:hover, .read-more:hover {
    color: #000
}

.date-box {
    position: absolute;
    bottom: -80px;
    width: 125px;
    margin: 0 auto;
    right: 0;
    left: 0;
    z-index: 9;
    transition: all .3s ease-in-out
}

.news-img {
    position: relative;
    overflow: hidden
}

.news-box:hover .date-box {
    bottom: 0
}

.date-box h5 {
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 28px 0 8px
}

.date-box h5:before {
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #3273a8;
    border-style: solid;
    border-width: 0 62px 80px
}

.blog-detail-img .owl-theme .owl-nav [class*=owl-], .news-box .owl-theme .owl-nav [class*=owl-] {
    background-color: #3273a8;
    color: #fff;
    font-size: 26px;
    margin: 0;
    line-height: 42px;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkittransform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    height: 40px;
    width: 40px;
    text-align: center
}

.blog-detail-img .owl-theme .owl-nav .owl-prev, .news-box .owl-theme .owl-nav .owl-prev {
    left: 10px
}

.blog-detail-img .owl-theme .owl-nav .owl-next, .news-box .owl-theme .owl-nav .owl-next {
    right: 10px
}

.blog-detail-img .owl-theme .owl-nav [class*=owl-]:hover, .news-box .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #db2e22
}

.blog-detail-img .owl-dots, .news-box .owl-dots {
    position: absolute;
    top: 0;
    right: 2px
}

.news-box .owl-carousel {
    display: block
}

.news-box .owl-carousel .item:nth-child(1n+2) {
    display: none
}

.grid_container > li {
    list-style: none
}

.gutter_small {
    margin: 0 -7.5px
}

.gutter_small > li {
    padding: 0 7.5px 15px
}

.gutter_medium {
    margin: 0 -15px
}

.gutter_medium > li {
    padding: 0 15px 30px
}

.grid_col2 > li {
    width: 50%;
    float: left
}

.grid_col3 > li {
    width: 33.33%;
    float: left
}

.grid_col4 > li {
    width: 25%;
    float: left
}

.subscribe-section {
    background-color: #363f4d
}

.title.white-title * {
    color: #fff
}

.title.white-title:before {
    background-color: #fff
}

.subscribe-inner > p {
    color: #fff;
    padding-bottom: 30px
}

.subscribe-form {
    text-align: center
}

.subscribe-input {
    max-width: 390px;
    width: 100%;
    display: inline-block
}

.subscribe-input input {
    width: 100%;
    height: 48px;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    color: #7a7a7a;
    padding: 10px 20px 10px 18px
}

.send-btn {
    margin-left: 10px;
    display: inline-block
}

.send-btn .btn {
    padding: 10px 40px
}

.facility-box {
    position: relative
}

.fb-icon {
    font-size: 40px;
    color: #363f4d;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle
}

.facility-inner {
    display: table;
    margin: 0 auto
}

.fb-text {
    display: inline-block;
    vertical-align: middle
}

.fb-text h4 {
    text-transform: uppercase
}

.fb-text * {
    font-weight: 500
}

.fb-text span {
    color: #666;
    font-size: 12px;
    text-transform: uppercase
}

.facility-box:before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: #ccc;
    right: 0
}

.facility-box:last-child:before {
    content: none
}

.facility_box {
    padding: 30px;
    position: relative;
    z-index: 0
}

.facility_box:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border: 2px dashed rgba(0, 0, 0, .5);
    margin: 10px;
    z-index: -1
}



.facility_box .fb-text span {
    color: #444;
    font-style: italic;
    text-transform: capitalize
}

.footer-top {
    background: #ffffff;
    padding: 50px 0 40px;
    border-bottom: none !important;
    font-family: 'BPG-Nino';
}

.fb-iner p {
    font-size: 15px;
    color: #4a4a4a;
}

.footer-box .footer-links li, .footer_widget li {
    margin-bottom: 5px
}

.footer-links li i {
    color: #000000;
    font-size: 17px;
    /* text-shadow: 1px 1px #00254d; */
}

.footer-box li {
    clear: both;
    margin-bottom: 8px
}

.footer-box > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px
}

.footer-box li:last-child {
    margin-bottom: 0
}

.footer-box.box-4 ul li a, .footer-box.box-4 ul li p, .footer-links li a {
    font-size: 15px;
    color: #000000;
}
.footer-links li a:hover {
    color: #000000 !important;
    text-decoration: underline;
}


.fb-title {
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase
    color: #ffffff !important;
    color: #000000;
}

.footer-box.box-4 ul li a:hover, .footer-links li a:hover {
    color: #030303
}

.footer-btm {
    background-color: #363f4d;
    padding: 22px 0
}

.copyright p {
    font-size: 14px;
    color: #000000;
    padding-top: 8px;
}

.footer-social ul li {
    display: inline-block;
    margin: 0
}

.footer-social ul li a {
    font-size: 18px;
    color: #fff;
    margin-left: 15px
}

.footer-social ul li:first-child a {
    margin-left: 0
}

.footer-social.social_dark ul li a {
    color: #00254d;
}

.footer-social.social_dark ul li a:hover, .footer-social ul li a:hover {
    color: #212529;
}

.footer-box.box-4 ul li i {
    color: #17a2b8;
    font-size: 26px;
    padding-right: 15px;
    float: left;
    line-height: 30px;
    vertical-align: middle
}

.modal-lg {
    max-width: 700px
}

.popup-form .close {
    width: 31px;
    height: 31px;
    background-color: #353f4d;
    font-size: 16px;
    opacity: 1;
    border: none;
    text-shadow: none;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 12px
}

.popup-form .close:hover, .popup-form .close:not(:disabled):not(.disabled):focus, .popup-form .close:not(:disabled):not(.disabled):hover, .white-popup .mfp-close:hover {
    background-color: #3273a8;
    color: #fff;
    opacity: 1
}

.modal-content {
    border-radius: 0
}

.popup-logo {
    padding-top: 50px
}

.popup-text p {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    padding: 20px 0 15px
}

.popup-text h6 {
    font-size: 14px
}

.subscribe-popup-form input {
    width: 100%;
    border: 1px solid #cacaca;
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 14px;
    color: #7a7a7a;
    margin: 25px 0 10px
}

.subscribe-popup-form button {
    cursor: pointer;
    width: 100%
}

.popup-img img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.popup-img {
    width: 45%
}

.popup-form {
    width: 55%;
    padding: 0 25px
}

.defult-check {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    visibility: hidden
}

.checkmark, .checkout-form .checkmark {
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    position: absolute;
    left: 0;
    top: 1px
}

.form-check label {
    position: relative;
    margin: 0;
    font-size: 14px;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 25px;
    cursor: pointer;
    text-align: left;
    text-transform: capitalize
}

.lr-popup h2 {
    padding-bottom: 42px
}

.form-check {
    padding: 25px 0 35px
}

.checkout-form .form-check input:checked + .checkmark:before, .form-check input:checked + .checkmark:before {
    content: "\F00C";
    position: absolute;
    font-family: FontAwesome;
    top: -1px;
    line-height: 18px;
    left: 1px;
    color: #cacaca
}

.white-popup {
    position: relative;
    background: #fff;
    width: auto;
    margin: 20px auto;
    transition: all 1s
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .4s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .5
}

.white-popup .mfp-close {
    width: 31px;
    height: 31px;
    background-color: #353f4d;
    opacity: 1;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 31px
}

.white-popup .mfp-close, .white-popup .mfp-close i {
    font-size: 16px;
    text-shadow: none;
    color: #fff
}

.lr-popup {
    max-width: 360px;
    padding: 20px
}

.forgot-password {
    font-size: 14px
}

.mfp-content .subscribe-popup-form input {
    margin: 0 0 12px
}

.mfp-content .subscribe-popup-form .form-check {
    padding: 5px 0 15px
}

.lr-popup h4 {
    font-weight: 700;
    padding-bottom: 30px;
    text-align: left;
    text-transform: uppercase
}

.mfp-content h6 {
    font-weight: 400;
    color: #7a7a7a;
    padding: 15px 0 5px
}

.sign-up {
    color: #3273a8;
    font-weight: 400;
    font-size: 14px
}

.login_form {
    border: 2px solid #eee;
    padding: 20px 20px 5px
}

.login_footer > a {
    float: right
}

.quickview-popup {
    max-width: 946px;
    width: 100%;
    padding: 20px;
    display: table
}

.product-image, .zoomWindow {
    background-color: #f7f7f7 !important
}

.zoomContainer {
    z-index: 9999
}

.main-popup {
    z-index: 99999
}

.product_gallery_item .item a {
    background-color: #f7f7f7;
    display: block
}

.box-social-like .hover-icon {
    position: relative;
    bottom: 0
}

.owl-thumbs-slider {
    margin-top: 20px
}

.quickview-product-detail .box-title {
    text-transform: inherit;
    font-weight: 500;
    font-size: 28px
}

.quickview-product-detail .box-price {
    color: #000;
    padding: 6px 0 15px;
    font-size: 24px
}

.quickview-product-detail .box-price del {
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    padding-right: 15px
}

.quickview-product-detail .box-text {
    color: #7a7a7a;
    height: 74px;
    overflow: hidden;
    margin-bottom: 16px;
    font-size: 15px
}

.quickview-product-detail .stock {
    color: #7a7a7a;
    border-top: 1px solid #cdcdcd;
    padding: 25px 0 20px;
    margin-top: 25px;
    font-family: 'BPG-Nino';
}

.quickview-product-detail .stock span {
    color: #3273a8
}

.quantity-box {
    border-top: 1px solid #cdcdcd;
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 30px;
}

.quantity-box .input-group {
    float: left;
    width: auto;
    margin-top: 8px
}

.quickview-cart-btn {
    float: left
}

.quantity-number {
    height: 35px;
    width: 52px;
    color: #7a7a7a;
    border: 1px solid #cdcdcd;
    padding: 0;
    text-align: center;
    float: left
}

.quickview-cart-btn {
    float: right;
    font-family: 'BPG-Nino';
}

.quickview-cart-btn .btn {
    padding: 8px 20px
}

.minus, .plus {
    border: 0;
    cursor: pointer;
    width: 50px;
    height: 35px;
    border-radius: 0;
    background-color: #363f4d;
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    padding: 0;
    float: left
}

.box-social-like .hover-icon li {
    float: left
}

.box-social-like .hover-icon.box-social li a {
    border-radius: 0;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px
}

.quantity-box p {
    float: left;
    padding: 17px 2px 18px 0px;

    color: #7a7a7a;
    /* font-weight: bold; */
    font-family: 'BPG-Nino';
}

.breadcrumbs-section {
    padding: 140px 0;
    position: relative
}

.breadcrumbs-section:before {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    position: absolute;

    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.page_title h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li, .breadcrumb li a {
    color: #fff;
    text-transform: capitalize
}

.breadcrumb li a:hover {
    color: #3273a8
}

.breadcrumb li:first-child:before {
    content: normal
}

.breadcrumb li:before {
    color: #fff;
    content: "/";
    margin: 5px
}

.side-box-title h6 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 10px
}

.quantity-box-detail ul li a {
    font-weight: 400;
    color: #7a7a7a;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin: 10px 0
}

.quantity-box-detail ul li a span {
    float: right
}

.quantity-box-detail ul li {
    border-bottom: 1px dashed #cdcdcd
}

.quantity-box-detail ul li a:hover {
    color: #3273a8
}

.filter-box-detail .ui-slider-range {
    height: 5px;
    background-color: #000;
    border-radius: 0
}

.filter-box-detail #slider-range {
    position: relative;
    border: 0;
    background-color: #dbdbdb;
    height: 5px;
    margin: 30px 5px 0 10px
}

.filter-box-detail #slider-range .ui-state-default {
    background: #fff;
    width: 16px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    border: 2px solid #000;
    border-radius: 100%;
    cursor: pointer
}

.slider-values input {
    border: none;
    font-size: 16px;
    font-weight: 500
}

.slider-values p {
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 500
}

.price_slider_amount {
    padding-top: 15px
}

.side-recent-product .cart-product {
    padding-right: 0
}

.side-recent-product .cart-prodect {
    border-bottom: 1px dashed #cdcdcd
}

.side-quantity-box .side-box-title {
    padding-bottom: 15px
}

.shop-inner-section .product-box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    /* border: 1px solid #aedafe; */
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 350px;
}

.showing-items {
    margin-left: auto
}

.showing-items p {
    color: #7a7a7a;
    padding-right: 20px
}

.list_grid-btns a {
    border: none;
    background-color: #363f4d;
    width: 40px;
    height: 40px;
    font-size: 34px;
    color: #fff;
    text-align: center;
    line-height: 45px
}

.list_grid-btns a.on, .list_grid-btns a:hover {
    background-color: #3273a8;
}

.shop-options {
    padding-bottom: 50px
}

.sorting-items {
    border: 1px solid #cdcdcd;
    color: #7a7a7a;
    padding: 10px 25px 10px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sorting-items, .sorting-option {
    position: relative
}

.sorting-option:before {
    content: "\F107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    z-index: 99;
    color: #7a7a7a;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shop-inner-section .list > div {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.shop-inner-section .list .common-cart-img {
    float: left
}

.shop-inner-section .list .common-cart-box .common-cart-info {
    text-align: left !important;
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    margin-top: -16px;

    transition: none
}

.shop-inner-section .list .common-cart-box {
    display: inline-block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}



.shop-inner-section .grid .product-info .hover-option, .shop-inner-section .list .product-img .hover-option {
    display: none
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option {
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%
}

.shop-inner-section .grid .product-info .product-list-text {
    display: none
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .add-cart-btn {
    position: relative;
    top: 0;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    margin-right: 30px;
    display: inline-block
}

.shop-inner-section .list .common-cart-box .common-cart-info .hover-option .hover-icon {
    position: relative;
    bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.product-list-text {
    color: #7a7a7a;
    padding: 18px 0 24px
}

.shop-inner-section .list .common-cart-box.box-7, .shop-inner-section .list .common-cart-box.box-8, .shop-inner-section .list .common-cart-box.box-9 {
    display: none
}

.pagination li > a {
    background-color: #000
}

.pagination li > a, .pagination li span {
    width: 40px;
    height: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 2px
}

.pagination li span {
    background-color: rgba(0, 0, 0, .5)
}

.pagination li a i {
    font-size: 24px;
    line-height: 40px
}

.pagination li.active a, .pagination li a:hover {
    background-color: #3273a8;
}

.products-detail-section .quickview-popup {
    max-width: 100%;
    padding: 0
}

.products-tabs .table-responsive tr td:first-child {
    width: 14%;
    border-right: 1px solid #dddada;
    padding: 15px 20px
}

.products-tabs .table-responsive table {
    background-color: #f7f7f7;
    margin: 0
}

.products-tabs .table-responsive tr td {
    border-color: #d0d0d0;
}

.products-tabs .table-responsive tr td:nth-child(2) {
    width: 86%;
    padding: 15px 20px
}

.products-tabs .nav {
    border: none
}

.products-tabs .nav .nav-item a {
    color: #fff;
    background-color: #363f4d;
    border-radius: 0;
    padding: 12px 10px;
    margin-right: 1px;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'BPG-Nino';
}

.products-tabs .nav .nav-item a.active {
    background-color: #3273a8;
}

.products-tabs .tab-content {
    border: 1px solid #cdcdcd;
    margin-top: 5px;
    padding: 25px 35px 30px
}

.tab-title h6 {
    text-transform: uppercase;
    color: #000;
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem;
    font-family: 'BPG-Nino';
}

.tab-caption, .tab-caption p {
    font-family: 'BPG-Nino';
}

.add-review-form > div {
    padding: 0 15px
}

.add-review-form {
    margin: 0 -15px
}

.reviews-img {
    float: left
}

.reviews-img img {
    width: 100%;
    border-radius: 100%;
    border: 5px solid #e2dede
}

.reviews-text {
    overflow: hidden;
    padding-left: 25px
}

.costomer-reviews-box {
    display: table;
    width: 100%
}

.reviews-date {
    font-size: 12px;
    padding: 10px 0
}

.costomer-reviews-box {
    border-bottom: 1px solid #cdcdcd;
    padding: 30px 0
}

.costomer-reviews .costomer-reviews-box:first-child {
    padding-top: 0
}

.add-review {
    padding-top: 25px
}

.add-review-form .input-1, .add-review-form .input-2 {
    width: 50%;
    float: left
}

.form-control {
    border-radius: 0;
    border: 1px solid #cdcdcd;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #000;
    margin-bottom: 20px;
    height: auto;
    font-size: 14px
}

.tab-form-1 .checkout-form, .tab-form-1 .new-cous {
    width: 50%;
    float: left;
    padding: 0 15px
}

.col-padding {
    padding: 40px 37px
}

.form-check .form-check-label:before {
    content: "";
    border: 1px solid #7a7a7a;
    height: 14px;

    width: 14px;
    float: left;
    border-radius: 100%;
    vertical-align: middle;
    margin: 4px 8px 0 0
}


.form-check .form-check-label {
    position: relative;
    cursor: pointer;
    color: #7a7a7a;
    font-weight: 500;
    padding: 0
}

.form-check input[type=radio] + .form-check-label:after {
    content: "";
    background-color: #ffcb03;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 4px;
    opacity: 0
}

.form-check input[type=radio]:checked + .form-check-label:after {
    opacity: 1
}

.form-check .form-check-input {
    display: none
}

.tab-form-1 .form-check, .tab-form-4 .form-check {
    padding: 0 0 7px
}

.form-title p {
    text-transform: uppercase;
    font-weight: 600;
    color: #000
}

.form-title {
    padding-bottom: 20px
}

.checkout-form .form-group:last-child {
    margin-bottom: 0
}

.checkout-process .square-input {
    margin-bottom: 15px
}

.new-cous > p {
    padding-bottom: 20px
}

.new-cous > p, .payment-text {
    color: #7a7a7a;
    font-size: 14px
}

.payment-text {
    margin-top: 5px;
    display: none
}

.chek-form .form-check:first-child .payment-text {
    display: block
}

.checkout-process .ord_tab .card-body {
    padding: 0;
    border: 0
}

.accordion .card-header a:after {
    content: "\F209";
    font-family: Ionicons;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    right: 15px;
    top: 10px
}

.accordion .card-header a.collapsed:after {
    content: "\F218"
}

.order-table thead th {
    color: #7a7a7a;
    font-weight: 500;
    border-bottom: 0;
    border-top: 0
}

.checkout-process .card.ord_tab .card-header {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd
}

.checkout-process .accordion .card.ord_tab {
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important
}

.tab-form-4 .btn-primary {
    float: right;
    margin-top: 8px
}

.checkout-parts {
    overflow: hidden
}

.place-oreder-btn {
    text-align: center;
    margin-top: 50px;
    line-height: 0
}

.place-oreder-btn a {
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 18px 40px;
    line-height: normal
}

.checkout-form .form-control {
    margin-bottom: 0
}

.checkout-form .forgot-password {
    font-weight: 600;
    text-transform: uppercase
}

.forgot-password a {
    color: #ffcb03
}

.checkout-form button.btn-primary {
    cursor: pointer
}

.checkout-process .card-header {
    padding: 0;
    border: none;
    background: none
}

.checkout-process .card-header .btn.btn-link {
    width: 100%;
    text-align: left;
    padding: 0 40px 0 0;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    position: relative;
    border-radius: 0
}

.checkout-process .card-header .btn.btn-link span {
    background-color: #3273a8;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
}

.checkout-process .card-header .btn.btn-link i {
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px
}

.checkout-process .accordion .card {
    border: 1px dashed #28a745 !important;
    margin-bottom: 10px;
    border-radius: 0;
}

.checkout-process .card-header .btn.btn-link:focus, .checkout-process .card-header .btn.btn-link:hover {
    text-decoration: none
}

.checkout-process .card .collapse {
    overflow: hidden
}

.checkout-process .card-body {
    /* border-top: 1px solid #cdcdcd; */
    padding: 40px;
}

.checkout-process .form-check:first-child {
    margin-top: 0
}

.checkout-process .form-check {
    padding: 0;
    margin-top: 15px
}

.checkout-process .chek-form {
    margin-bottom: 20px
}

.required_sign {
    color: red
}

.tab-form-2 .checkout-form > div.form-check {
    width: 100%;
    float: none
}

.tab-form-2 .checkout-form .form-check label {
    margin: 0;
    position: relative;
    color: #7a7a7a;
    font-weight: 400;
    padding-left: 23px;
    cursor: pointer
}

.checkout-form .select2-selection {
    border: 1px solid #cdcdcd;
    height: auto;
    padding: 11px 15px;
    text-transform: capitalize;
    border-radius: 0;
    position: relative
}

.checkout-form .select2 {
    width: 100% !important
}

.checkout-form .selection {
    width: 100%
}

.checkout-form .select2-selection .select2-selection__placeholder {
    color: #7a7a7a;
    font-weight: 300
}

.checkout-form .select2-selection .select2-selection__rendered {
    padding: 0;
    line-height: 20px;
    color: #000;
    font-weight: 300
}

.checkout-form .select2-selection__arrow b {
    display: none
}

.checkout-form .select2-selection__arrow:before {
    content: "\F107";
    font-family: FontAwesome;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 15px
}

.checkout-form .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    width: auto !important
}

.tab-form-3 .checkout-form > div.input-11 {
    width: 100%;
    float: none
}

.tab-form-3 .checkout-form > button {
    margin-left: 15px
}

.card.active button i.fa.fa-plus, .checkout-form .select2-selection .select2-selection__rendered .select2-selection__clear {
    display: none
}

.checkout-inner-page .ci-btn {
    text-align: left;
    font-weight: 600
}

.checkout-inner-page .ci-btn span {
    float: right;
    color: red
}

.order-review-table table {
    margin: 0
}

.checkout-process .row-1 .row-title:first-child {
    width: 42%
}

.checkout-process .row-1 .row-title:nth-child(2) {
    width: 21%
}

.checkout-process .row-1 .row-title:nth-child(3) {
    width: 22%
}

.checkout-process .row-1 .row-title:nth-child(4) {
    width: 15%
}

.latest-posts-box .comments {
    padding-bottom: 0
}

.next_prev-btn .btn-primary {
    text-transform: uppercase
}

.next_prev-btn .btn-primary.prev i {
    padding-right: 10px
}

.next_prev-btn .btn-primary.next i {
    padding-left: 10px
}

.latest-posts {
    padding-top: 60px
}

.comments a:first-child {
    margin-right: 15px
}

.comments a:last-child {
    margin-left: 15px
}

.news-details h4 {
    font-weight: 700;
    text-transform: uppercase
}

.news-details .comments {
    padding-bottom: 25px
}

.blo-detail-text p {
    color: #7a7a7a;
    font-weight: 400;
    padding-top: 25px
}

.blog-tags ul li {
    float: left;
    margin-right: 10px
}

.blog-tags {
    display: inline-block;
    width: 100%;
    padding: 30px 0 45px
}

.next_prev-btn .btn {
    text-transform: uppercase
}

.prev_post i {
    margin-right: 10px
}

.next_post i, .prev_post i {
    font-size: 20px;
    vertical-align: middle
}

.next_post i {
    margin-left: 10px
}

.blog-tags span {
    float: left;
    color: #7a7a7a;
    text-transform: capitalize;
    margin-right: 10px
}

.blog-tags ul li p {
    background-color: #f7f7f7;
    color: #7a7a7a;
    font-size: 14px;
    border-radius: 50px;
    padding: 0 12px
}

.leave-reply-form .input-1, .leave-reply-form .input-2, .leave-reply-form .input-3 {
    width: 33.33%;
    padding: 0 15px;
    float: left
}

.social_icon {
    display: inline-block;
    width: 100%
}

.social_icon span {
    float: left;
    color: #7a7a7a
}

.social_icon li {
    float: left;
    margin-left: 15px
}

.social_icon li a {
    color: #7a7a7a;
    font-size: 18px
}

.social_icon li a:hover {
    color: #ffcb03
}

.leave-reply-form {
    margin: 0 -15px
}

.leave-reply-form .input-4, .leave-reply-form .input-btn {
    padding: 0 15px;
    display: inline-block;
    width: 100%
}

.blog-detail-img img {
    width: 100%
}

.cart-product .cp-comments {
    color: #7a7a7a
}

.cart-product .cp-comments i {
    color: #ffcb03
}

.leave-reply {
    padding-top: 30px
}

.newslatter-inner-box {
    background-color: #343434;
    padding: 15px 20px 20px
}

.side-newslatter-box .side-box-title h6 {
    color: #fff;
    border: none;
    padding-bottom: 15px
}

.side-newslatter-form input {
    border: none;
    width: 100%;
    font-size: 14px;
    margin: 0;
    color: #7a7a7a;
    padding: 10px 55px 10px 15px
}

.newslatter-bnt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: none;
    color: #ffcb03;
    border: none;
    border-left: 1px solid #000;
    padding: 0 15px;
    margin: 7px 0;
    cursor: pointer
}

.side-newslatter-form {
    position: relative
}

.side-box {
    margin-bottom: 40px
}

.side-box:last-child {
    margin-bottom: 0
}

.blog-sidebar .side-quantity-box .side-box-title {
    padding-bottom: 0
}

.side-comments, .side-recent-product {
    padding-top: 15px
}

.sc-comment a {
    display: inline;
    font-weight: 400;
    font-size: 14px
}

.sc-comment i {
    color: #7a7a7a;
    font-size: 14px
}

.sc-comment {
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.zoom-img {
    position: relative;
    overflow: hidden
}

.zoom-img img {
    width: 100%;
    transition: all .3s ease-in-out
}

.side-banner-ads a {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600
}

.zoom-img:hover img {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.side-featured-post .zoom-img a {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    margin: 14px 15px;
    font-weight: 400
}

.side-featured-post .side-box-title {
    padding-bottom: 15px
}

.side-posts ol li:before {
    content: "0" counter(step-counter);
    background-color: #ffcb03;
    border-radius: 100%;
    font-weight: 400;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    max-width: 40px;
    height: 40px;
    line-height: 40px;
    width: 100%
}

.side-posts ol li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle
}

.side-posts ol li {
    position: relative;
    counter-increment: step-counter;
    margin-bottom: 15px;
    border-bottom: 1px dashed #cdcdcd;
    padding: 0 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.side-recent-post .side-box-title {
    padding-bottom: 15px
}

.side-posts ol li:last-child {
    margin-bottom: 0
}

.side-insta-post .side-box-title {
    padding-bottom: 15px
}

.side-insta-img a {
    width: 33.33%;
    float: left;
    padding: 3px;
    overflow: hidden
}

.side-insta-img a img {
    width: 100%
}

.side-insta-img {
    display: table;
    width: 100%
}

.blog_with_sidebar_2-inner-section .news-img {
    width: 30%;
    height: 222px
}

.blog_with_sidebar_2-inner-section .news-img img {
    height: 100%;
    object-fit: cover
}

.blog_with_sidebar_2-inner-section .news-info {
    width: 70%;
    text-align: left !important;
    padding: 20px
}

.blog_with_sidebar_2-inner-section .news-box {
    display: -ms-flexbox;
    display: flex

}

.news-info .comments a {
    margin: 0
}

.contact-form .input-1, .contact-form .input-2, .contact-form .input-3, .contact-form .input-4 {
    width: 50%;
    float: left
}

.contact-form > div {
    padding: 0 15px
}

.contact-form {
    margin: 0 -15px
}

.contact-form label span {

    color: #ffcb03;
    padding-left: 3px
}

.form-with-label label {
    text-transform: uppercase;
    font-weight: 600
}

.contact-locations li span {
    width: 49px;
    height: 49px;
    background-color: #363f4d;
    border-radius: 100%;
    text-align: center;
    line-height: 49px;
    margin-right: 15px;
    color: #fff;
    font-size: 24px
}

.submit-btn .btn-primary {
    cursor: pointer
}

.contact-locations li {
    display: table;
    margin-top: 10px
}

.contact-locations li a, .contact-locations li p {
    display: table-cell;
    vertical-align: middle;
    color: #7a7a7a;
    transition: all .3s ease-in-out
}

.contact-locations li a:hover {
    color: #ffcb03
}

.contact-locations {
    padding-top: 12px
}

.map {
    height: 420px
}

.about-points li {
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600
}

.about-points li span {
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #ffcb03;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    border-radius: 100%;
    margin-right: 10px
}

.about-points {
    padding-top: 10px
}

.about-info-img img {
    width: 100%
}

.counters-section {
    padding: 65px 0 85px;
    position: relative
}

.counter-inner {
    text-align: center
}

.counter-inner .counter {
    font-size: 46px;
    color: #fff;
    position: relative;
    font-weight: 500
}

.counter-inner p {
    font-size: 20px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
    padding-top: 15px
}

.counter-inner p:before {
    background-color: #fff;
    width: 57px;
    height: 2px;
    margin: 0 auto;
    text-align: center
}

.counter-inner p:before, .counters-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.counters-section:before {
    background: rgba(0, 0, 0, .7);
    bottom: 0
}

.counter-inner {
    width: 33.33%;
    float: left
}

.event-box {
    text-align: center;
    padding: 0 10px
}

.event-icon {
    width: 57px;
    height: 57px;
    text-align: center;
    transition: all .3s ease-in-out;
    margin: 0 auto;
    background-color: #363f4d;
    line-height: 58px;
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    position: relative
}

.event-icon:before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    border-radius: 100%;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    transition: all .3s ease-in-out;
    z-index: 0
}

.event-box:hover .event-icon:before {
    border: 26px solid #fff
}

.event-box:hover .event-icon {
    color: #363f4d
}

.event-icon span {
    z-index: 99;
    position: relative
}

.event-title {
    font-weight: 600;
    color: #121111;
    padding: 18px 0 10px
}

.event-text {
    color: #7a7a7a;
    font-weight: 400
}

.compare-box {
    position: relative;
    z-index: 0
}

.compare-box .row-1 .row-img {
    padding: 0
}

.compare-box .row-1 .row-img img {
    width: 100%
}

.compare-box tr td:first-child {
    width: 22%
}

.compare-box tr td:nth-child(2), .compare-box tr td:nth-child(3), .compare-box tr td:nth-child(4) {
    width: 26%
}

.compare-box .row-title p {
    color: #7a7a7a;
    text-align: left;
    text-transform: capitalize
}

.compare-box tr td {
    padding: 20px 10px
}

.compare-box .product-name {
    text-align: center
}

.compare-box span {
    line-height: 24px
}

.compare-box .product-rate span {
    color: #ffcb03
}

.compare-box .row-text p {
    color: #7a7a7a;
    font-size: 14px
}

.compare-box .product-name p, .compare-box .row-color p, .compare-box .row-size p {
    color: #000
}

.compare-box .row-stock .in-stock {
    color: #408814
}

.compare-box .row-stock .out-stock {
    color: #ffcb03
}

.compare-box .row-options .hover-icon {
    position: inherit
}

.compare-box .table {
    margin: 0
}

.compare-box .table-bordered td, .compare-box .table-bordered th {
    border: 1px solid #cacaca
}

.cart-table .product-quantity .input-group {
    -ms-flex-pack: center;
    justify-content: center
}

.cart-table .product-quantity .input-group .quantity-number {
    width: 52px;
    padding: 0;
    border-color: #cdcdcd;
    border-style: solid;
    border-width: 1px 0
}

.cart-table tbody tr td {
    vertical-align: middle
}

.cart-table .row-title p {
    color: #7a7a7a;
    text-transform: capitalize
}

.product-name {
    font-weight: 500
}

.cart-table .product-price p, .cart-table .product-total p, .order-table .product-price, .order-table .product-subtotal {
    color: #000;
    font-weight: 500
}

.order-table tbody td {
    padding: 30px 12px
}

.order-table .product-quantity {
    color: #7a7a7a
}

.order-table tfoot td {
    text-transform: uppercase;
    font-weight: 500
}

.cart-table .row-close a {
    color: #363e4d;
    font-size: 24px
}

.cart-table .table-btn li {
    display: inline-block
}

.cart-table .table-btn li a {
    text-transform: uppercase;
    margin: 5px
}

.cart-table .table-btn li a i {
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle
}

.quantity_filter {
    margin: 0 auto;
    display: table
}

.cart-table .table-bordered td, .cart-table .table-bordered th {
    border: 1px solid #cacaca
}

.cart-table .table {
    margin: 0
}

.cart-inner-box {
    border: 1px dashed #28a745;
    font-size: 14px;
}

.ci-title h6 {
    border-bottom: 1px solid #28a745;
    text-transform: uppercase;
    color: #000;
    padding: 16px 20px;
}

.ci-caption {
    padding: 20px 15px
}

.ci-caption > p {
    color: #7a7a7a;
    padding-bottom: 15px
}

.ci-btn button, .ci-caption button {
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 10px 35px;
    cursor: pointer
}

.ci-caption form .square-input {
    margin-bottom: 10px
}

.ci-caption ul li {
    text-align: left;
    color: #000
}

.ci-caption ul li span {
    float: right
}

.ci-caption ul li {
    border-bottom: 1px dashed #28a745;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ci-caption ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.cart-inner-box.box-2 .ci-caption {
    border-bottom: 1px solid #28a745;
    padding-bottom: 25px;
}

.ci-btn {
    padding: 20px
}

.cart-inner-box.box-1 {
    margin-bottom: 30px
}

.row-close.close-1 {
    display: none
}

.error-banner {
    min-height: 100vh;
    position: relative
}

.error_info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.error-text {
    font-weight: 400;
    color: #fff;
    margin-top: 44px
}

.form-wizard .input-error {
    box-shadow: 0 0 1.5px 1px red
}

.form-wizard .card fieldset {
    display: none
}

.form-wizard .card.active fieldset {
    display: block
}

.theme-2 p, body.theme-2 {
    font-weight: 400
}

.yellow-bg {
    background-color: #f9f8f2
}

.bg-white {
    background-color: #fff
}

.bg-dark {
    background-color: #444 !important
}

.theme-2 .btn-primary {
    font-size: 14px
}

.theme-2 .btn-primary:before {
    width: 100%;
    height: 0;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.theme-2 .btn-primary:after, .theme-2 .btn-primary:before {
    content: "";
    position: absolute;
    border: 0;

    background: #fe4f43;
    z-index: -1;
    transition: all .3s ease-in-out
}

.theme-2 .btn-primary:after {
    width: 0;
    height: 100%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.theme-2 .btn-primary:hover:before {
    height: 100%
}

.theme-2 .btn-primary:hover:after {
    width: 100%
}

.small-divider {
    height: 30px
}

.medium-divider {
    height: 50px
}

.large-divider {
    height: 70px
}

.text-white, .text-white * {
    color: #fff !important
}

.theme-2 .title h4 {
    margin-bottom: 25px
}

.product-rate i {
    color: #ffc300;
    font-size: 18px
}

.fixed_bg {
    background-attachment: fixed !important
}

.overlay_bg:before {
    background-color: rgba(0, 0, 0, .7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px
}

.owl-theme .owl-nav .owl-dots {
    line-height: 0
}

.overlay-bg {
    position: relative
}

.fixed-bg {
    background-attachment: fixed !important
}

.overlay-bg:before {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.header-btm .navbar .navbar-collapse > ul > li:last-child > a {
    margin-right: 0;
}

.categories-btn i {
    font-size: 30px;
    vertical-align: middle;
    line-height: 0;
    padding-right: 10px
}

.list-unstyled li a[aria-expanded=true] i.plus-icon {
    display: none
}

.header_list.dark_list > li a, .theme-2 .header_list > li a {
    font-weight: 400;
    color: #7a7a7a
}

.header_list.dark_list li:before, .theme-2 .header_list li:before {
    background-color: #7a7a7a
}

.footer-box.box-4 ul li a:hover, .footer-links li a:hover, .header_list li a:hover {
    color: #ffcb03
}

.theme-2 .header-btm .navbar .navbar-collapse > ul > li > a {
    font-weight: 400
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #ffcb03
}

.header_text p {
    font-size: 14px
}

.categories-btn {
    cursor: pointer;
    padding: 12px 20px;
    background-color: #ffcb03;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    border: 0;
    transition: none !important;
    position: relative;
    z-index: 8;
    overflow: hidden
}

.categories-btn:hover:before, .header-form button:hover:before {
    top: 0;
    bottom: 0
}

.categories-btn:hover:after, .header-form button:hover:after {
    width: 100%
}

.categories-btn:before, .header-form button:before {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    border: 0;
    left: 0;
    background: none;
	color: #ffffff;
	z-index: -1;
    transition: none !important;
    bottom: 50%
}

.categories-btn:after, .header-form button:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    border: 0;
    background-color: #858585;
	color: #ffffff !important;
	border-radius: 30px;
   
    transform: translateX(-50%);
    z-index: -1;
    top: 0
}

.theme-2 .header-btm, .theme-2 .header-mdl {
    border: 0
}

.theme-2 header.nav-fixed .header-btm {
    border-bottom: 1px solid #cdcdcd !important
}

#sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 1001;
    background-color: #fff;
    transition: all .3s;
    overflow-y: scroll;
    color: #fff
}

#sidebar.active, #sidebar.sidebar-style-1.active {
    left: 0;
    top: 0px;
}

.menu-wrap .dropdown-menu {
    padding: 0;
    border: 0;
    position: static !important;
    transform: none !important;
    margin-top: 0;
    min-width: auto;
    float: none;
    background-color: transparent
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #3273a8;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.header-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    opacity: 0;
    top: 0;
    transition: all .5s ease-in-out
}

.header-overlay.active {
    display: block;
    opacity: 1
}

#sidebar .mCSB_container {
    padding: 70px 0;
    z-index: 999999999999;
}

.list-unstyled li a {
    display: block;
    position: relative;
    padding: 10px 20px;
    text-transform: capitalize;
    font-family: BPG-Nino
}

.list-unstyled li a i {
    position: absolute;
    top: 0;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.list-unstyled li .list-unstyled {
    margin-left: 20px
}

.theme-2 .sub-menu {
    left: auto;
    right: 0
}

.theme-2 .header-cart > a {
    padding: 0
}

.theme-2 .header-right ul li > a i {
    font-size: 22px;
    padding: 0
}

.theme-2 .cart-icon {
    padding: 0
}

.theme-2 .header-right ul li.header-cart > a > i {
    padding: 0;
    font-size: 16px
}

.theme-2 .cart-icon span {
    width: 17px;
    height: 17px;
    line-height: 18px;
    font-size: 10px;
    right: -3px
}

.theme-2 .header-right ul li.header-cart > a > div > i {
    padding-right: 5px
}

.header-form .search-box {
    font-weight: 400;
    font-family: 'BPG-Nino';
    border-radius: 24px;
    color: #000000;
}

.theme-2 .slider-area {
    padding: 70px 0;
    height: 500px
}

.theme-2 .slider-caption {
    padding: 0 50px
}

.shop-hover {
    position: relative
}

.shop-hover-text {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.shop-banner-wrap, .shop-hover-text {
    background-color: hsla(0, 0%, 100%, .8)
}

.shop-banner-wrap {
    padding: 30px 0
}

.shop-banner-wrap p {
    padding: 10px 0
}

.hover_visible .shop-hover-text {
    opacity: 1;
    visibility: visible
}

.shop-hover-wrap {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    padding: 10px;
    z-index: 1;
    width: 100%
}

.shop-hover-wrap p {
    font-size: 14px;
    line-height: normal;
    margin: 6px 0 10px
}

.shop-hover:hover .shop-hover-text {
    opacity: 1;
    visibility: visible
}

.products-style-1 .product-box:hover .hover-option .hover-icon {
    right: 20px
}

.products-style-1 .hover-icon {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    transition: all .3s ease-in-out
}

.products-style-1 .hover-icon li {
    display: inherit;
    margin: 5px 0
}

.products-style-1 .hover-icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px
}

.products-style-1 .common-cart-box {
    padding: 15px;
    border: 1px solid #cdcdcd
}

.products-style-1 .owl-theme .owl-nav {
    margin-top: 15px
}

.product-color {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .3s ease-in-out;
    position: absolute
}

.product-color li {
    line-height: 0
}

.product-color li a {
    width: 25px;
    height: 25px;
    margin: 5px 0;
    border-radius: 100%;
    border: 1px solid #cfcfcf
}

.product-box:hover .hover-option .product-color {
    left: 20px
}

.theme-2 .common-cart-info .cart-name {
    font-weight: 400;
    margin: 15px 0 0
}

.blue-dot {
    background-color: #223480
}

.pink-dot {
    background-color: #f8bfc5
}

.yellow-dot {
    background-color: #ef9b0f
}

.red-dot {
    background-color: #fe3939
}

.orange-dot {
    background-color: #f60
}

.black-dot {
    background-color: #000
}

.navy-dot {
    background-color: navy
}

.dark-blue-dot {
    background-color: #00008b
}

.medium-blue-dot {
    background-color: #0000cd
}

.blue-dot {
    background-color: #00f
}

.dark-green-dot {
    background-color: #006400
}

.green-dot {
    background-color: green
}

.teal-dot {

    background-color: teal
}

.dark-cyan-dot {
    background-color: #008b8b
}

.deep-sky-blue-dot {

    background-color: #00bfff
}

.dark-turquoise-dot {
    background-color: #00ced1

}


.medium-spring-green-dot {
    background-color: #00fa9a
}

.lime-dot {
    background-color: #0f0
}

.spring-green-dot {
    background-color: #00ff7f
}

.aqua-dot, .cyan-dot {
    background-color: #0ff
}

.midnight-blue-dot {
    background-color: #191970
}

.dodger-blue-dot {
    background-color: #1e90ff
}

.light-sea-green-dot {
    background-color: #20b2aa
}

.forest-green-dot {
    background-color: #228b22
}

.sea-green-dot {
    background-color: #2e8b57
}

.dark-slate-gray-dot {
    background-color: #2f4f4f
}

.lime-green-dot {
    background-color: #32cd32
}

.medium-sea-green-dot {
    background-color: #3cb371
}

.turquoise-dot {
    background-color: #40e0d0
}

.royal-blue-dot {
    background-color: #4169e1
}

.steel-blue-dot {
    background-color: #4682b4
}

.dark-slate-blue-dot {
    background-color: #483d8b
}

.medium-turquoise-dot {
    background-color: #48d1cc
}

.indigo-dot {
    background-color: indigo
}

.dark-olive-green-dot {
    background-color: #556b2f
}

.cadet-blue-dot {
    background-color: #5f9ea0
}

.cornflower-blue-dot {
    background-color: #6495ed
}

.rebecca-purple-dot {
    background-color: #639
}

.medium-aqua-marine-dot {
    background-color: #66cdaa
}

.dim-gray-dot {
    background-color: #696969
}

.slate-blue-dot {
    background-color: #6a5acd
}

.olive-drab-dot {
    background-color: #6b8e23
}

.slate-gray-dot {
    background-color: #708090
}

.light-slate-gray-dot {
    background-color: #789
}

.medium-slate-blue-dot {
    background-color: #7b68ee
}

.lawn-green-dot {
    background-color: #7cfc00
}

.chartreuse-dot {
    background-color: #7fff00
}

.aquamarine-dot {
    background-color: #7fffd4
}

.maroon-dot {
    background-color: maroon
}

.purple-dot {
    background-color: purple
}

.olive-dot {
    background-color: olive
}

.gray-dot {
    background-color: grey
}

.sky-blue-dot {
    background-color: #87ceeb
}

.light-sky-blue-dot {
    background-color: #87cefa
}

.blue-violet-dot {
    background-color: #8a2be2
}

.dark-red-dot {
    background-color: #8b0000
}

.dark-magenta-dot {
    background-color: #8b008b
}

.saddle-brown-dot {
    background-color: #8b4513
}

.dark-sea-green-dot {
    background-color: #8fbc8f
}

.light-green-dot {
    background-color: #90ee90
}

.medium-purple-dot {
    background-color: #9370db
}

.dark-violet-dot {
    background-color: #9400d3
}

.pale-green-dot {
    background-color: #98fb98
}

.dark-orchid-dot {
    background-color: #9932cc
}

.yellow-green-dot {
    background-color: #9acd32
}

.sienna-dot {
    background-color: sienna
}

.brown-dot {
    background-color: brown
}

.dark-gray-dot {
    background-color: #a9a9a9
}

.light-blue-dot {
    background-color: #add8e6
}

.green-yellow-dot {
    background-color: #adff2f
}

.pale-turquoise-dot {
    background-color: #afeeee
}

.light-steel-blue-dot {
    background-color: #b0c4de
}

.powder-blue-dot {
    background-color: #b0e0e6
}

.fire-brick-dot {
    background-color: #b22222
}

.dark-golden-rod-dot {
    background-color: #b8860b
}

.medium-orchid-dot {
    background-color: #ba55d3
}

.rosy-brown-dot {
    background-color: #bc8f8f
}

.dark-khaki-dot {
    background-color: #bdb76b
}

.silver-dot {
    background-color: silver
}

.medium-Violet-red-dot {
    background-color: #c71585
}

.indian-red-dot {
    background-color: #cd5c5c
}

.peru-dot {
    background-color: peru
}

.chocolate-dot {
    background-color: #d2691e
}

.light-gray-dot, .tan-dot {
    background-color: tan
}

.light-thistle-dot {
    background-color: #d8bfd8
}

.light-orchid-dot {

    background-color: orchid
}

.golden-rod-dot {
    background-color: #daa520
}

.pale-violet-red-dot {
    background-color: #db7093
}

.crimson-dot {
    background-color: #dc143c
}

.gainsboro-dot {

    background-color: #dcdcdc
}

.plum-dot {
    background-color: plum
}

.burly-wood-dot {
    background-color: #deb887
}

.light-cyan-dot {
    background-color: #e0ffff
}

.lavender-dot {
    background-color: #e6e6fa
}

.dark-salmon-dot {
    background-color: #e9967a
}

.violet-dot {
    background-color: violet
}

.pale-golden-rod-dot {
    background-color: #eee8aa
}

.light-coral-dot {
    background-color: #f08080
}

.khaki-dot {
    background-color: khaki
}

.alice-blue-dot {
    background-color: #f0f8ff
}

.honey-dew-dot {
    background-color: #f0fff0
}

.azure-dot {
    background-color: azure
}

.sandy-brown-dot {
    background-color: #f4a460
}

.wheat-dot {
    background-color: wheat
}

.beige-dot {
    background-color: beige
}

.white-smoke-dot {
    background-color: #f5f5f5
}

.mint-cream-dot {
    background-color: #f5fffa
}

.ghost-white-dot {
    background-color: #f8f8ff
}

.salmon-dot {
    background-color: salmon
}

.antique-white-dot {
    background-color: #faebd7
}

.linen-dot {
    background-color: linen
}

.light-golden-rod-yellow-dot {
    background-color: #fafad2
}

.old-lace-dot {
    background-color: #fdf5e6
}

.red-dot {
    background-color: red
}

.fuchsia-dot, .magenta-dot {
    background-color: #f0f
}

.deep-pink-dot {
    background-color: #ff1493
}

.orange-red-dot {
    background-color: #ff4500
}

.tomato-dot {
    background-color: tomato
}

.host-pink-dot {
    background-color: #ff69b4
}

.coral-dot {
    background-color: coral
}

.dark-orange-dot {
    background-color: #ff8c00
}

.light-salmon-dot {
    background-color: #ffa07a
}

.orange-dot {
    background-color: orange
}

.light-pink-dot {
    background-color: #ffb6c1
}

.pink-dot {
    background-color: pink
}

.gold-dot {
    background-color: gold
}

.peach-puff-dot {
    background-color: #ffdab9
}

.navajo-white-dot {
    background-color: #ffdead
}

.moccasin-dot {
    background-color: #ffe4b5
}

.bisque-dot {
    background-color: bisque
}

.mistyrose-dot {
    background-color: #ffe4e1
}

.blanched-almond-dot {
    background-color: #ffebcd
}

.papaya-whip-dot {
    background-color: #ffefd5
}

.lavender-blush-dot {
    background-color: #fff0f5
}

.sea-shell-dot {
    background-color: #fff5ee
}

.cornsilk-dot {
    background-color: #fff8dc
}

.lemon-chiffon-dot {
    background-color: #fffacd
}

.floral-white-dot {
    background-color: #fffaf0
}

.snow-dot {
    background-color: snow
}

.yellow-dot {
    background-color: #ff0
}

.light-yellow-dot {
    background-color: #ffffe0
}

.ivory-dot {
    background-color: ivory
}

.white-dot {
    background-color: #fff
}

.apricot-dot {
    background-color: #f8b878
}

.dark-blue-dot {
    background-color: #202040
}

.lake-blue-dot {
    background-color: #b0e7fb
}

.camel-dot {
    background-color: #a47e63
}

.sale-banner a {
    overflow: hidden
}

.sale-banner img {
    transition: all .3s ease-in-out;
    transform: scale(1)
}

.sale-banner a:hover img {
    transform: scale(1.05)
}

.testimonial {
    border-left: 3px solid #fff;
    padding: 100px 0 100px 275px;
    position: relative
}

.testimonial:after, .testimonial:before {
    content: "";
    width: 320px;
    height: 55px;
    border-right: 3px solid #fff;
    position: absolute;
    left: 0
}

.testimonial:before {
    border-top: 3px solid #fff;
    top: 0
}

.testimonial:after {
    border-bottom: 3px solid #fff;
    bottom: 0
}

.testimonial .testimonial-img {
    max-width: 100px;
    position: absolute;
    top: 100px;
    left: 100px;
    padding: 3px;
    background: #fff
}


.testimonial .testimonial-img img {
    width: 100%;

    height: auto
}

.testimonial .testimonial-title a {
    color: #fff
}

.testimonial .testimonial-title a:hover {
    color: #ffcb03
}

.testimonial .description {
    position: relative;
    color: #fff
}

.testimonial .description:before {
    content: "\F10D";
    font-family: FontAwesome;
    font-weight: 900;
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 20px
}

.testimonial-slider.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 !important;
    top: auto
}

.testimonial-slider.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next, .theme-2 .testimonial-slider.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    color: #444
}

.testimonial-slider.owl-carousel .owl-nav button.owl-next:hover, .theme-2 .testimonial-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #ffcb03;
    color: #fff
}

.testimonial .testimonial-title {
    margin-top: 10px
}

.testimonial .post {
    display: block;
    color: #ffcb03;
    margin-top: 10px
}

.carousel-indicators .active, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffcb03
}

.testimonial-slider .owl-dots .owl-dot.active span, .testimonial-slider .owl-dots .owl-dot:hover span {
    border-color: #ffcb03
}

.tab-section .nav-tabs {
    height: 100%;
    align-items: center;
    border: 0
}

.tab-section .nav-tabs .nav-item .nav-link {
    width: 100%;
    background: #fff;
    border-radius: 0;
    border: 1px solid #cdcdcd;
    position: relative;
    padding: 30px 20px
}
.nav-link:hover{
color: #CCCCCC !important;
}

.tab-section .nav-tabs .nav-item {
    width: 100%;
    display: block;
    padding: 10px 0
}

.tab-section .nav-tabs .nav-item .nav-link.active, .tab-section .nav-tabs .nav-item .nav-link:hover {
    background-color: #ffcb03;
    color: #fff;
    border-color: transparent
}

.tab-section .nav-tabs .nav-item .nav-link:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #ffcb03;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    top: 50%;
    transform: translateY(-50%)
}

.tab-section .nav-tabs .nav-item .nav-link.active:before, .tab-section .nav-tabs .nav-item .nav-link:hover:before {
    opacity: 1;
    visibility: visible
}

.tab-section .tab-content > .tab-pane.active {
    height: auto;
    display: block
}

.tab-section .tab-content > .tab-pane {
    display: block;
    height: 0
}

.accordion-style1 .card, .accordion-style1 .card-header {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.accordion-style1 .card {
    margin-bottom: 10px
}

.accordion-style1 .card:last-child {
    margin-bottom: 0
}

.accordion-style1 .card-header a[aria-expanded=true] {
    margin-bottom: 10px
}

.accordion-style1 .card-header a {
    padding: 10px;
    display: block;
    background-color: #ffcb03;
    color: #fff
}

.coupencode-wrap h2 {
    margin-bottom: 15px
}

.news-wrap-img {
    position: relative
}

.news-wrap-info {
    padding: 15px
}

.news-date-box {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 60px;
    height: 60px;
    transition: all .3s ease-in-out;
    border-radius: 100%
}

.news-date-box h6 {
    padding: 11px 0
}

.news-wrap-info h5 {
    margin-bottom: 5px;
    text-transform: capitalize
}

.comments-time li {
    display: inline-block
}

.comments-time {

    margin-top: 5px
}

.news-wrap-info .read-more {
    margin-top: 10px
}

.comments-time a {
    color: #ffcb03;
    margin-right: 15px
}

.news-box:hover .news-date-box {

    background-color: #ffcb03;
    color: #fff
}

.comments-time i {
    padding-right: 10px
}

.servicebox {
    padding: 15px 0 15px 65px;
    position: relative
}

.servicebox .service-icon {
    width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #ffcb03;
    text-align: center;
    border: 2px solid #ffcb03;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all .3s ease 0s;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.servicebox .service-icon:after, .servicebox .service-icon:before {
    content: "";
    height: 2px;
    background: #ffcb03;
    position: absolute;
    top: -15px;
    left: 10px;
    right: 10px;
    transition: all .3s ease 0s
}

.servicebox .service-icon:after {
    top: auto;
    bottom: -15px;
    left: 10px;
    right: 10px
}

.servicebox:hover .service-icon:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.servicebox:hover .service-icon:after {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.insta-slider {
    line-height: 0
}

.insta-img a {
    top: 0;
    text-align: center;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    transform: scale(0);
    line-height: 224px
}

.insta-img a, .insta-img a i {
    position: absolute;
    right: 0;
    left: 0
}

.insta-img a i {
    top: 50%;
    transform: translateY(-50%)
}

.insta-img:hover a {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.privacy-terms li a {
    font-size: 14px
}

.privacy-terms li {
    display: inline-block;
    margin-left: 20px
}

.footer-mdl {
    padding: 50px 0 40px
}

.outline-input input {
    width: 100%;
    padding: 8px 125px 8px 15px;
    border: 1px solid #cdcdcd;
    border-radius: 50px
}

.newsletter-form {
    position: relative
}

.newsletter-form .btn.btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 0;
    padding: 0 30px
}

.footer-box.box-6 ul li {
    width: auto;
    line-height: 1.5
}

.footer-box.box-6 .header_list {
    display: inline-block;
    width: 100%
}

.footer-box.box-6 .fb-iner {
    line-height: 0
}

.footer-box.box-6 ul li a {
    font-size: 15px
}

.ft_link_inline li {
    display: inline-block;
    margin-left: 10px
}

.footer_link_white ul li a {
    color: #fff
}

.footer_link_white ul li a:hover {
    color: #ffcb03
}

.navy-dark-bg {
    background-color: #e7e7e7;
    font-family: 'BPG-Nino';
}

body.theme-3 {
    background-color: #f1f3f6
}

.theme-3 footer, .theme-3 section {
    padding: 30px 15px;
    margin: 30px 15px
}

.mt-30 {
    margin-top: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.my-15 {
    margin: 0 15px !important
}

.mx-15 {
    margin: 15px 0 !important
}

.section-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}

.theme-3 p {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px
}

.header-form.form-sm .search-box {
    height: 40px;
    font-size: 14px;
    padding: 10px 135px 10px 15px
}

.header-form.form-sm button {
    padding: 8px 32px
}

.header-options {
    text-align: right
}

.header-options li {
    display: inline-block
}

.header-options > li > a {
    font-weight: 400;
    margin-left: 15px;
    font-size: 16px
}

.header-options > li:first-child > a {
    margin-left: 0
}

.header-options .cart-icon {
    font-size: 20px
}

.header-options .cart-icon span {
    width: 17px;
    height: 17px;
    line-height: 18px
}

.header-options .cart-icon i {
    padding: 0
}

.header-options .cart-box {
    text-align: left
}

.header-3 .header-btm .navbar .navbar-collapse > ul > li > a {
    color: #fff
}

.header-3 .header-btm .navbar .navbar-collapse ul li.active > a, .header-3 .header-btm .navbar .navbar-collapse ul li a:hover, .menu-wrap ul li.active > a {
    color: #3273a8;
}

.header-3 .all-menu li:first-child a {
    margin: 0
}

.header-3 .navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
    max-width: 100%
}

#mega-dropdown-menu .list-unstyled li .list-unstyled {
    margin-left: 20px
}

#mega-dropdown-menu {
    position: absolute;
    background-color: #fff;
    right: 0;
    transition: all .3s ease-in-out;
    overflow: hidden;
    height: 365px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    width: 100%
}

#mega-dropdown-menu .list-unstyled li a {
    font-size: 14px;
    padding: 10px
}

#mega-dropdown-menu.down {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.header-banner {
    margin-top: 15px;
    border: 1px solid #ccc;
    display: block;
    margin-bottom: 5px
}

.header-banner img {
    width: 100%
}

.menu_style1 .navbar .navbar-collapse > ul > li > a {
    margin: 0;
    padding: 30px 15px
}

.header_logo img {
    max-width: 180px
}

.header_logo a {
    padding: 10px 0
}

.slider-type-2 .slider-area {
    height: 350px
}

.slider-type-2 .banner_slide_content {
    right: 10%;
    left: 10%
}

.slider-width {
    transition: all .5s ease-in-out
}

.slider-width.width-half {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.full-screen .carousel-item, .full_screen {
    height: 100vh;
    min-height: 45rem
}

.products-style-2 .common-cart-info .cart-name {
    font-size: 14px;
    margin: 10px 0 0
}

.products-style-2 .cart-price {
    font-size: 14px
}

.products-style-2 .product-color li a {
    width: 20px;
    height: 20px;
    margin: 3px 0
}

.products-style-2 .common-cart-info {
    text-align: center
}

.products-style-2 .hover-icon li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px
}

.products-style-2 .hover-icon li {
    display: inherit;
    margin: 5px 0
}

.products-style-2 .hover-icon li:last-child a {
    border-right-width: 1px
}

.products-style-2 .hover-icon {
    bottom: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    transition: all .3s ease-in-out
}

.products-style-2 .common-cart-img {
    overflow: hidden
}

.nav-style-2.owl-theme .owl-nav {
    line-height: 0;
    margin: 0
}

.products-style-2 .common-cart-box:hover .hover-icon {
    right: 20px
}

.nav-style-2.owl-theme .owl-nav button {
    margin: 0;
    padding: 20px 15px !important;
    position: absolute;
    top: 50%;
    background-color: #ffcb03;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 25px;
    color: #fff
}

.nav-style-2.owl-theme .owl-nav button.owl-prev {
    left: 0;
    border-radius: 0 10px 10px 0
}

.nav-style-2.owl-theme .owl-nav button.owl-next {
    right: 0;
    border-radius: 10px 0 0 10px
}

.nav-style-2.owl-theme .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden
}

.nav-style-2.owl-theme .owl-nav button:hover {
    background-color: #363f4d
}

.shop-hover-style-2 .shop-hover-text {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: none;
    opacity: 1;
    visibility: visible
}

.shop-hover-style-2 .shop-hover-text .shop-hover-wrap {
    top: 20px;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    right: 20px;
    width: auto;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid
}

.shop-hover-style-2 .shop-hover:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.shop-hover-style-2 .shop-hover img {
    transition: all .3s ease-in-out;
    width: 100%
}

.shop-hover-style-2 .shop-hover {
    overflow: hidden;
    display: block
}


.fancy-img {
    width: 130px;
    float: left;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 30px
}

.fancy-img img {
    border-radius: 10px
}


.fancy-box {

    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 10px 10px 10px 10px;
    padding: 30px 20px 30px 50px;
    margin: 4px 4px 4px 100px
}

.fancy-wrap {
    overflow: hidden
}

.fancy-wrap:after {
    content: "\F10D";
    font-family: FontAwesome;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 120px;
    line-height: 105px;
    color: #f1f3f6;
    z-index: -1
}

.fancy-wrap .post {
    display: block;
    margin: 5px 0 15px
}

.follow-box {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    background-color: hsla(0, 0%, 99.6%, .8);
    max-width: 500px;
    text-align: center;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
    width: 100%
}

.instagram-section {
    position: relative
}

.follow-box * {
    display: block
}

.follow-box a {
    display: inline-block
}

.follow-box i {
    font-size: 50px
}

.follow-box h3 {
    text-transform: uppercase;
    margin: 10px 0
}

.follow-box span {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 10px
}

.footer-style-2 .header_list li:before {
    background-color: #fff
}

.footer-style-2 .footer-box > ul > li a, .footer-style-2 .footer-box > ul > li p, .footer-style-2 .footer-links > li > a {
    font-size: 14px
}

.footer-logo img {
    width: 160px
}

.footer-style-2 .footer-btm {
    padding: 30px 0
}

.contact-box {
    text-align: center
}

.contact-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 1px solid #ffcb03;
    line-height: 50px;
    font-size: 30px;
    color: #ffcb03
}

.contact-wrap a, .contact-wrap p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-top: 15px
}

.footer-last {
    padding: 15px 0
}

.theme-4 p {
    font-weight: 400;
    line-height: 22px;
    font-size: 14px
}

.header-4 .navbar-expand-lg .navbar-nav .mega-menu.dropdown-menu {
    max-width: 100%
}

.slider-type-3 .slider-area {
    height: 500px
}

.slider-type-3 .banner_slide_content {
    right: 10%;
    left: 10%
}

.facility-style-2 .facility-box:before {
    content: none
}

.facility-style-2 .facility-inner {
    height: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transition: all .3s ease-in-out;
    padding: 15px;
    margin: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.facility-style-2 {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.facility-style-2 .facility-box:last-child .facility-inner {
    border-bottom: 1px solid #ddd
}

.facility-style-2 .facility-box {
    width: 100%;
    margin: 0
}

.facility-style-2 .facility-inner:hover * {
    color: #fff
}

.facility-style-2 .facility-inner:hover {
    background-color: #363f4d;
    border-color: #363f4d
}

.carousel-style-2.carousel-indicators li:before {
    width: 10px;
    height: 10px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 100%
}

.carousel-style-2.carousel-indicators li {
    background-color: #ffcb03;
    border-color: #ffcb03
}

.carousel-style-2.carousel-indicators li.active {
    background-color: #fff;
    border-color: #fff
}

.carousel-style-2.carousel-indicators li.active:before {
    opacity: 1;
    visibility: visible;
    background-color: #ffcb03
}


.right-side-section .side-box {
    margin-bottom: 30px
}

.right-side-section .side-box:last-child {
    margin-bottom: 0
}

.left-side-section .products-section:last-child {
    padding-bottom: 0
}

.megamenu-style-2 #mega-dropdown-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    top: 100%;
    position: relative
}

.megamenu-style-2 .categories-btn {
    display: block;
    width: 100%
}

.news-style-2 .news-wrap-info {
    position: relative
}

.news-style-2 .news-wrap-tetx {
    opacity: 1;
    visibility: visible;
    height: auto
}

.news-style-2 .news-wrap:hover .news-wrap-tetx {
    margin: auto;
    height: auto
}

.news-style-2 .news-wrap-info h5 {
    font-size: 18px
}

.news-style-2 .comments-time a {
    font-size: 14px
}

.news-style-2 .news-wrap-info .read-more {
    color: #fff
}

.news-style-2 .news-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease-in-out
}

.news-style-2 .news-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.news-style-2 .news-wrap-img {
    overflow: hidden
}

.news-style-2 .news-box:hover img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.news-style-2 .news-date-box {
    top: auto;
    bottom: 15px;
    left: 15px;
    height: auto;
    width: auto;
    border-radius: 0;
    right: auto
}

.news-style-2 .news-date-box h6 br {
    display: none
}

.news-style-2 .news-date-box h6 {
    padding: 10px 25px
}

@keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%)
    }
    to {
        transform: translatey(0) translateX(-50%)
    }
}

@-webkit-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%)
    }
    to {
        transform: translatey(0) translateX(-50%)
    }
}

@-moz-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%)
    }
    to {
        transform: translatey(0) translateX(-50%)
    }
}

@-o-keyframes BackToTop {
    50% {
        transform: translatey(-5px) translateX(-50%)
    }
    to {
        transform: translatey(0) translateX(-50%)
    }
}

@keyframes LeftToRight {
    0% {
        left: 0
    }
    50% {
        left: -10px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes LeftToRight {
    0% {
        left: 0
    }
    50% {
        left: -10px
    }
    to {
        left: 0
    }
}

@-moz-keyframes LeftToRight {
    0% {
        left: 0
    }
    50% {
        left: -10px
    }
    to {
        left: 0
    }
}

@-o-keyframes LeftToRight {
    0% {
        left: 0
    }
    50% {
        left: -10px
    }
    to {
        left: 0
    }
}

@keyframes RightToLeft {
    0% {
        right: 0
    }
    50% {
        right: -10px
    }
    to {
        right: 0
    }
}

@-webkit-keyframes RightToLeft {
    0% {
        right: 0
    }
    50% {
        right: -10px
    }
    to {
        right: 0
    }
}

@-moz-keyframes RightToLeft {
    0% {
        right: 0
    }
    50% {
        right: -10px
    }
    to {
        right: 0
    }
}

@-o-keyframes RightToLeft {
    0% {
        right: 0
    }
    50% {
        right: -10px
    }
    to {
        right: 0
    }
}

.white-overlay {
    position: relative
}

.white-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
}

.theme-5 .btn {
    font-weight: 400
}

.theme-5 .btn-primary {
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 20px
}

.theme-5 .btn-primary i {
    font-size: 30px;
    vertical-align: middle;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.theme-5 .btn-primary i:before {
    line-height: 0
}

.theme-5 .btn-primary:hover {
    padding: 8px 50px 8px 20px
}

.theme-5 .btn-primary:hover i {
    opacity: 1;
    visibility: visible
}

.title-style-2 h4 {
    font-size: 60px;
    padding: 0;
    margin: 0
}

.title-style-2:before {
    bottom: auto;
    width: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: .5
}

.title-style-2 {
    display: inline-block;
    margin-bottom: 50px
}

.gray-bg {
    background-color: #fbfafa
}

header.header-5 {
    position: fixed;
    /* right: 25px; */
    /* left: 25px; */
    top: 52px;
    background: #4689c0;
    width: 100%;
    height: 55px;
}

.header-menu a {
    font-size: 35px;
    color: #fff
}

.header-option > li {
    /* display: inline-block; */
    /* margin-left: 20px; */
    /* margin-top: 70px; */
}

.header-option > li > a {
    font-size: 25px;
    color: #fff
}

.header-logo img {
    max-width: 200px;
}

.search-section {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    background-color: #a11818;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.closs-toggle {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 40px;
    line-height: 0
}

.search-wrap {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 80px;
    right: 80px
}

.search-wrap .search-box {
    border: solid #000;
    border-width: 0 0 1px;
    padding: 10px 70px 10px 15px;
    font-size: 50px;
    width: 100%
}

.search-wrap button {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    background: none;
    border: none;
    font-size: 50px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.search-wrap button:hover {
    color: #ffcb03
}

.search-section.open {
    opacity: 1;
    visibility: visible
}

.cart-btn .btn-primary:hover, .cart-btn .btn-primary:hover i {
    color: #fff
}

.esc-text {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 50px;
    text-transform: capitalize;
    color: #000
}

#sidebar.sidebar-style-1 {
    background-color: #fff;
    width: 400px;
    left: -400px
}

.slider-type-4 .item {
    height: 80vh;
}

.slider-wrap, .slider.slider-type-4 {
    position: relative;
    /* border: 1px solid #000000; */
    /* background: #3273a8; */
}

.slider-type-4 .item:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    /* border: 1px solid hsla(0, 0%, 100%, .2); */
    z-index: 2;
}

.slider-type-4 .banner_slide_content {
    z-index: 9
}

.slider-type-4 .owl-dots {
    position: absolute;
    right: 30px;
    bottom: 40px
}

.slider-type-4 .owl-dots .owl-dot {
    counter-increment: step-counter;
    position: relative;
    padding: 0 15px !important
}

.slider-type-4 .owl-dots .owl-dot span {
    width: auto;
    height: auto;
    background: none;
    margin: 0;
    text-align: center;
    transition: all .3s ease-in-out;
    opacity: .5
}

.slider-type-4 .owl-dots .owl-dot span:before {
    content: "0" counter(step-counter);
    color: #fff
}

.slider-type-4 .owl-dots .owl-dot.active span, .slider-type-4 .owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    opacity: 1
}

.slider-type-4 .owl-dots .owl-dot:before {
    content: "/";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    right: -3px
}

.slider-type-4 .owl-dots .owl-dot:last-child:before {
    content: none
}

.header-menu a:hover, .header-option li a:hover {
    color: #17a2b8;
}

.mouse-down {
    display: none;
    position: absolute;
    bottom: 50px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    z-index: 9;
    font-size: 40px;
    line-height: 0;
}

.inm-bounce, .mouse-down {
    animation: BackToTop 1s ease 0s infinite
}

.slider-type-4 .owl-theme .owl-nav {
    line-height: 0
}

.slider-type-4 .owl-theme .owl-nav button {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    margin: 0;
    transition: all .3s ease-in-out;
    cursor: pointer;
    width: 50px;
    height: 30px
}

.slider-type-4 .owl-theme .owl-nav button.owl-prev {
    left: 40px
}

.slider-type-4 .owl-theme .owl-nav button.owl-next {
    right: 40px
}

.slider-type-4 .owl-theme .owl-nav button.owl-prev i {
    left: 0
}

.slider-type-4 .owl-theme .owl-nav button i {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider-type-4 .owl-theme .owl-nav button.owl-next i {
    right: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none
}

.slider-type-4 .owl-theme .owl-nav button.owl-prev:hover i {
    animation: LeftToRight 1s ease 0s infinite
}

.slider-type-4 .owl-theme .owl-nav button.owl-next:hover i {
    animation: RightToLeft 1s ease 0s infinite
}

.categories-hover {
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, .7);
    padding: 20px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    top: -50px;
    opacity: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.categories-hover, .categories-title {
    position: absolute;
    text-align: center;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.categories-title {
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-transform: capitalize;
    padding: 20px 50px;
    background-color: #47b0e3;
    color: #fff;
    display: table;
    z-index: 0;
    font-family: BPG-Nino;
    font-size: 15px;
}

.categories-box img {
    width: 100%
}

.categories-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.ctg_box_small {
    height: 250px
}

.ctg_box_large {
    height: 530px
}

.categories-header {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    border: 1px solid;
    border-color: #ffffff;
    padding: 5px 15px;
    border-radius: 3px;
    font-family: BPG-Nino
}

.categories-hover ul li a {
    text-transform: capitalize;
    font-size: 20px;
    font-family: BPG-Nino;
    color: #ffffff;
}
.categories-hover ul li a:hover {
text-decoration: underline;
}
.categories-box:hover .categories-hover {
    opacity: 1;
    visibility: visible;
    top: 0
}

.categories-box:hover .categories-title {
    opacity: 0;
    visibility: hidden;
    font-family: BPG-Nino
}

.countdown-time {
    text-align: center;
    border: 1px solid #ddd
}

.product-info .countdown-time {
    margin-top: -30px;
    position: relative
}

.products-style-4 .common-cart-box {
    border: 1px solid #cdcdcd
}

.products-style-4 .product-info {
    padding: 0 10px 15px
}

.products-style-4 .hover-icon {
    bottom: auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 0;
    transition: all .3s ease-in-out
}

.products-style-4 .hover-icon li {
    display: inherit;
    margin: 5px 0
}

.products-style-4 .hover-icon li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px
}

.products-style-4 .product-box:hover .hover-option .hover-icon {
    right: 20px
}

.products-style-4 .product-rate {
    display: none
}

.cd-text, .countdown {
    display: block
}

.countdown-box {
    background-color: hsla(0, 0%, 100%, .8);
    text-align: center;
    width: 25%;
    padding: 8px 0
}

.cd-text {
    font-size: 12px
}

.shop-hover-style-3 .shop-hover-wrap {
    top: auto;
    position: relative;
    -moz-transform: inherit;
    -webkit-transform: inherit;
    transform: inherit
}

.shop-hover-style-4 .shop-hover-wrap {
    padding: 10px 50px
}

.bs-2 .shop-hover-style-4 .shop-hover-text {
    left: 15px;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    right: 15px
}

.sale-banner.shop-hover-style-4:hover > img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px)
}

.sale-banner.shop-hover-style-4 {
    overflow: hidden
}

.sale-banner.shop-hover-style-4 > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    width: 100%;
    height: 100%
}

.nav-tabs.tab-style-1, .nav-tabs.tab-style-2 {
    margin-bottom: 40px;
    border: 0
}

.nav-tabs.tab-style-1 .nav-link {
    background-color: #ffcb03;
    border-radius: 0;
    color: #fff;
    margin: 0 14px;
    padding: 10px 12px
}

.nav-tabs.tab-style-1 .nav-item .nav-link:hover, .nav-tabs.tab-style-1 .nav-item.show .nav-link, .nav-tabs.tab-style-1 .nav-link.active {
    background-color: transparent;
    border-color: #ffcb03;
    color: #ffcb03
}

.nav-tabs.tab-style-1 .nav-item {
    position: relative
}

.nav-tabs.tab-style-1 .nav-item:before {
    content: "-";
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -4px;
    color: #ffcb03
}

.nav-tabs.tab-style-1 .nav-item:last-child:before {
    content: none
}

.show-all-wrap {
    margin-top: 20px
}

.nav-tabs.tab-style-2 li {
    margin-right: 10px
}

.nav-tabs.tab-style-2 .nav-link {
    background-color: #f5f6fb;
    border-radius: 0;
    padding: 10px 15px;
    border: 0
}

.nav-tabs.tab-style-2 .nav-item .nav-link:hover, .nav-tabs.tab-style-2 .nav-link.active {
    background-color: #ffcb03;
    color: #fff
}

.fancy-box-style-2 .fancy-wrap {
    padding: 0;
    margin: 20px 0 0;
    border-radius: 0;
    box-shadow: none;
    overflow: inherit;
    text-align: center
}

.fancy-box-style-2 .fancy-img {
    float: none;
    display: table;
    position: static;
    width: 90px;
    margin: 0 auto
}

.fancy-box-style-2 .fancy-box {
    text-align: center;
    max-width: 820px;
    margin: 3px auto;
    padding: 15px;
    position: relative;
    width: 98%
}

.fancy-box-style-2 .fancy-img img {
    border-radius: 100%
}

.fancy-box-style-2 .fancy-wrap:after {
    color: #ffcb03;
    opacity: .2;
    left: 30px;
    right: auto
}

.blog-img-design {
    padding: 20px
}

.blog-image, .blog-img-design {
    position: relative
}

.blog-image:after, .blog-image:before, .blog-img-design:after, .blog-img-design:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: -1
}

.blog-image:after {
    border-width: 150px 150px 0 0;
    border-color: #ebebeb transparent transparent;
    top: 0;
    left: 0
}

.blog-image:before {
    border-width: 0 150px 150px 0;
    border-color: transparent #ebebeb transparent transparent;
    top: 0;
    right: 0
}

.blog-img-design:before {
    bottom: 0;

    left: 0;
    border-width: 150px 0 0 150px;
    border-color: transparent transparent transparent #ebebeb
}

.blog-img-design:after {

    bottom: 0;
    right: 0;
    border-width: 0 0 150px 150px;
    border-color: transparent transparent #ebebeb
}

.blog-img-design img {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.blog-wrap .description {
    margin-bottom: 20px
}

.blog-wrap .title a {
    font-size: 25px;
    text-transform: uppercase
}

.title .sub-title {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    display: block
}

.blog-wrap .title {
    padding-bottom: 11px;
    margin-bottom: 20px
}

.blog-wrap .comments-time {
    margin-bottom: 20px;
    margin-top: 0
}

.title.text-right:before {
    right: 0
}

.blog-detail {
    padding: 45px 0
}

.blog-wrap {
    padding-top: 15px
}

.nav-style-3.owl-theme .owl-nav {
    line-height: 0
}

.nav-style-3.owl-theme .owl-nav button {
    margin: 0 20px;
    font-size: 50px
}

.news-section .nav-style-3.owl-theme .owl-nav button {
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s ease-in-out
}

.news-section .nav-style-3.owl-theme .owl-nav button.owl-prev {
    right: 60px
}

.news-section .nav-style-3.owl-theme .owl-nav button:hover {
    color: #ffcb03
}

.accordion_style1 > .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 10px
}

.accordion_style1 > .card .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
    margin-bottom: 0
}

.accordion_style1 .card-header a {
    display: block;
    padding: 15px 40px 15px 15px;
    text-transform: capitalize;
    background-color: #f6f6f6;
    line-height: normal
}

.accordion_style1 .card-body {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee
}

.accordion_style1 .card-body p {
    font-weight: 400
}

.accordion_style1 .card-header a:after {
    top: 20px
}

.cs_content_box {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.logo_wrap {
    margin-bottom: 40px
}

.coming_soon {
    position: relative
}

.coming_soon:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.countdown_time {
    display: table;
    width: 100%
}

.countdown_time .countdown_box {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    padding: 0 5px
}

.countdown_time .cd_text {
    display: block;
    color: #636363;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -5px
}

.countdown_box .countdown {
    color: #333;
    font-size: 50px;
    line-height: 70px;
    font-weight: 300
}

.countdown_content:before {
    content: ":";
    font-size: 38px;
    font-weight: 600;
    color: #333;
    position: absolute;
    right: -6px;
    top: 5px
}

.countdown_box:last-child .countdown_content:before {
    content: normal
}

.countdown_white .countdown_box .cd_text, .countdown_white .countdown_box .countdown, .countdown_white .countdown_box:before, .countdown_white .countdown_content:before {
    color: #fff
}

.cs_content_box .countdown_time {
    margin: 30px 0;
    background-color: rgba(0, 0, 0, .7);
    padding: 20px 10px
}

.deal_section {
    background-color: #fff;
    padding: 50px;
    position: relative;
    z-index: 1
}

.deal_title {
    margin-bottom: 20px
}

.deal_section .countdown_time {
    margin: 30px 0
}

.deal_section:before {
    bottom: 90%;
    height: 130px;

    width: 70px;
    border: 8px solid #fff;
    border-radius: 100px 100px 0;
    margin: 0 auto
}

.deal_section:after, .deal_section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1
}

.deal_section:after {
    bottom: 0;
    border-radius: 100%;
    box-shadow: 0 30px 30px rgba(0, 0, 0, .3);
    height: 15px
}

span.statcounter {
    display: none

}

.demo_switcher {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 40%
}

.demo > ul > li > a {
    font-size: 22px;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    transition: all .5s ease-in-out
}

.demo > ul > li > a.menu_icon {
    line-height: 44px;
    font-size: 25px
}

.demo_list ul {
    list-style: none;
    display: inline-block
}

.demo_list {
    background-color: #fff;
    position: fixed;
    right: -360px;
    max-width: 360px;
    padding: 5px;
    overflow: auto;
    top: 0;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: 9999
}

.demo_list.switch-active {
    right: 0
}

.demo_list li {
    float: left;
    width: 50%;
    padding: 5px
}

.demo_list li a {
    display: block;
    border: 1px solid #ddd;
    padding: 4px;
    position: relative
}

.demo_list li a:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    bottom: 4px;
    right: 4px;
    opacity: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9;
    transition: all .5s ease-in-out
}

.demo_list li a:hover:before {
    opacity: 1
}

body.switch-open {
    overflow: hidden;
    padding-right: 15px
}

.switch-open:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999
}

.demo li {
    position: relative
}

.demo > ul > li > a.demo_icon.switch-active {
    position: relative;
    transition: all .5s ease-in-out;
    -moz-transform: translateX(-360px);
    -webkit-transform: translateX(-360px);
    transform: translateX(-360px)
}

.demo > ul > li > a.demo_icon.switch-active i:before {
    content: "\F129";
    font-size: 20px;
    vertical-align: middle
}

.demo > ul > li > a.menu_icon.switch-active {
    line-height: 36px
}

.demo_list h5 {
    margin: 10px 0
}

.demo li.switch-active .color_icon {
    transition: all .5s ease-in-out;
    -moz-transform: translateX(-200px);
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}

.color-switch {
    background: #212121;
    right: -200px;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    width: 200px;
    z-index: 999
}

.switch-active {
    right: 0
}

.color-switch button:after {
    color: #fff;
    content: "\F122";
    font-family: Ionicons;
    font-size: 18px;
    left: 5px;
    opacity: 0;
    position: absolute;
    top: 2px
}

.color-switch button.active:after {
    opacity: 1
}

.color-switch button {
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    height: 25px;
    line-height: 20px;
    margin: 2px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 25px
}

.default {
    background-color: #ffbc09
}

.green {
    background-color: #00c382
}

.orange {
    background-color: #fd5a38
}

.blue-light {
    background-color: #00c3cb
}

.red {
    background-color: #f0222c
}

.demo_list li a span {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 9;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: 0 0 4px rgba(0, 0, 0, .8);
    opacity: 0;
    padding: 0 10px;
    transition: all .5s ease-in-out
}

.demo_list li a:hover span {
    opacity: 1
}

@media only screen and (max-width: 480px) {
    .demo_list {
        right: -270px;
        max-width: 270px
    }

    .demo > ul > li > a.icon.switch-active {
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        transform: translateX(-270px)
    }
}

.header-fixed-box {
    margin: 0 !important;
    padding: 0 !important
}

.languagepicker {
    display: inline-block;
    padding: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin: 1px 5px 0;
    vertical-align: top;
    position: relative;
    width: 43px;
    z-index: 9999;
    height: 26px;
    float: right;
}

.languagepicker:hover {
    height: 81px
}

.languagepicker a {
    color: #000;
    text-decoration: none
}

.languagepicker li {
    display: block;
    padding: 0 9px;
    line-height: 18px
}

.languagepicker a:first-child li {
    border: none
}

.languagepicker li img {
    margin-right: 5px
}

.roundborders {
    border-radius: 5px
}

.large:hover {
    height: 89px
}

.top-header {
    height: 30px;
    background: #010101;
    color: #fff;
    z-index: 888;
    font-family: BPG-Nino;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
}

.top-header a {
    color: #ffffff;
}

.top-header .row {
    margin: 0;
    padding: 0
}

.top-header ul.header-address-bar li {
    padding: 5px 20px 0px 0px;
    font-size: 14px;
    color: #ffffff;
}

.menu-bar {
    position: fixed;
    top: 8%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
    display: none;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 2s
}

.menu-bar i {
    display: none;
    text-align: center;
    padding: 40px;
    transition: all .3s ease;
    color: #ffcb03;
    font-size: 35px;
}

.menu-bar i:hover {
    color: #c3850c
}

.lari {
    display: inline-block;
    font: normal normal normal 14px/1 FontLarisome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.lari-a:before, .lari-normal:before {
    content: "a"
}

.lari-b:before, .lari-bold:before {
    content: "b"
}

.lari-bolder:before, .lari-c:before {
    content: "c"
}

.lari-d:before, .lari-narrow-sans:before {
    content: "d"
}

.lari-e:before, .lari-narrow-serif:before {
    content: "e"
}

.lari-f:before, .lari-thin-sans:before {
    content: "f"
}

.lari-g:before, .lari-thin-serif:before {
    content: "g"
}

.lari-h:before, .lari-serif:before {
    content: "h"
}

.lari-i:before, .lari-sans:before {
    content: "i"
}

.lari-j:before, .lari-narrow-sans-bold:before {
    content: "j"
}

.lari-k:before, .lari-narrow-sans-thin:before {
    content: "k"
}

.lari-comic:before, .lari-l:before, .lari-wtf:before {
    content: "l"
}

.lari-m:before, .lari-square-round:before {
    content: "m"
}

.lari-n:before, .lari-square-plain:before {
    content: "n"
}

.lari-o:before, .lari-square-narrow-plain:before {
    content: "o"
}

.lari-p:before, .lari-square-narrow:before {
    content: "p"
}

.products-slider4 .item {
    border: 2px solid rgba(185, 179, 156, .52);
    border-radius: 5px;
    padding: 2px;
    background: #fff
}

.logo {
    height: 37px;
}

.add-cart-btn a {
    font-size: 13px
}

.languageSelection {
    margin: 0 -14px 0 0
}

.blog-title {
    margin: 20px 0
}

.front-menu-li a:first-child {
    display: inline-block;
    font-family: BPG-Nino
}

.front-menu-li a:nth-child(2) {
    display: inline-block;
    float: right;
    margin-top: 13px
}

.dropdown a {
    width: 100%;
}



.serial_number {
    color: #7a7a7a;
    margin-bottom: 10px;
    font-family: 'BPG-Nino';
}

.serial_number_value {
    color: #000
}

.cover-spin {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.cover-spin:after {
    content: "";
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border: 4px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite
}

.quantity-cart-span {
    font-size: 16px;
    font-weight: 700
}

.cart-table .table-bordered .row-img {
    width: 160px
}

.cart-table-promo {
    text-transform: none
}

.error_message {
    color: red
}

.error_message, .success_message {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600
}

.success_message {
    color: #006400
}

.hide-cart {
    display: none
}

.empty-cart {
    display: inherit
}

.help-block, .help-block-error {
    color: red;
    font-size: 13px
}

.order-success-page h2 {
    color: green;
    text-align: center
}

.product-detail-cat {
    margin-left: 9px;
    display: inline;
    font-family: 'BPG-Nino';
}

.product-detail-cat li {
    display: inline-block
}

.product-detail-cat li a {
    font-size: 15px;
    color: #151000
}

.product-detail-cat li a:hover {
    color: #363f4d
}

.cat-product-title {
    float: left;
    font-family: 'BPG-Nino';
}

.front-header-menu-line {
    z-index: 999;
}

.navbar-front {
    margin-left: -20px
}

.header-front-form .search-front-box {
    width: 355px;
    height: 42px;
    /* top: 11px; */
    /* position: relative; */
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    border: none !important;
    margin-top: 5px;
    font-family: BPG-Nino;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #00254d;
}

.header-front-form button {
    position: absolute;
    left: 298px;
    padding: 0 12.5px;
    height: 44px;
    background: transparent;
    border: none;
    top: 4px;
    color: #3273a8;
    cursor: pointer;
}

input:focus, select:focus, select:visited {
    outline: none;
    border: 1px solid #bbb
}

.f-m {
    margin-left: 6px
}

.f-m li {
    font-size: 15px;
}

.site-logo {
    top: 34px;
    position: relative
}
.under-logo-title{
    font-size: 22px;
    position: inherit;
    margin: -21px 0 0 0;
    color: #f5ec4d;
}
.under-logo-title p{
    font-size: 22px;
    position: inherit;
    margin: -21px 0 0 0;
    color: #f5ec4d;
}


.front-header-menu-line2{
position: fixed;
z-index: 999;
width: 100%;
}

 .logo-new{

}
.logo-new a.nav-link{color: #ffffff !important;margin-top: 2px;font-size: 25px;font-weight: bold;}

.btn-tbc {
    background-image: url(https://mobilecorner.ge/tbclogo.png) !important;
    width: 120px !important;
    height: 35px !important;
    background-color: #ffffff !important;
    border: none;
    /* margin-right: 39px; */
    background-size: 120px 35px;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 20px;
 }
.btn-crystal {
    background-image: url(https://mobilecorner.ge/crystallogo.png) !important;
    width: 120px !important;
    height: 35px !important;
    background-color: #ffffff !important;
    border: none;
    /* margin-right: 39px; */
    background-size: 120px 35px;
    background-repeat: no-repeat;
    cursor: pointer;
	}
	
	.full-prod {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
	
}
.ful-link {font-family: 'BPG-Nino';background: #4caf50;width: 120px;margin: 0 auto;padding: 5px;color: #fff;border-radius: 10px;font-size: 14px;font-weight: bold;padding: 13px 0px 13px;}
.ful-link:hover{background: #3273a8; transition: all .3s ease-in-out;}

.products-detail-tabs table{font-size: 13px; width: 100%; border: 1px solid #999999;}
.products-detail-tabs tr td{border: 1px solid #d0cccc; !important}
.products-detail-tabs h4{padding-top:10px;padding-bottom: 10px;font-size: 15px;color: #000000;font-weight: bold;}

.quantity-box2 {
    border-top: 1px solid #cdcdcd;
    display: inline-block;
    padding-top: 30px;
    /* margin-bottom: 30px; */
}
.quantity-box2 p {
    padding: 13px 11px 4px 0px;
    font-weight: bold;
    color: #fb0101;
    font-size: 20px;
    font-family: 'BPG-Nino';
    /* width: 400px; */
    /* padding-left: 7px; */
}
.yuradgeba{background: #ffefef;margin-bottom: 5px;-webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;font-family: 'BPG-Nino';padding-top: 15px;}
.ganvad-label{font-size:15px;margin-left: 12px;font-family: 'BPG-Nino';}
.ganvad-input{width: 259px;}
.ganvadebabg{background: #ececec;padding: 10px;margin-bottom: 15px;border-radius: 5px;}
.onlganvadeba{font-family: 'BPG-Nino';margin-bottom: 15px;}
.choosbank{font-family: 'BPG-Nino'; margin-bottom: 15px; background: #4caf50;}
.products-detail-section.pt_large {
    background: #ffffff;
}
.products-detail-tabs {
    background: #ffffff;
}
td.product-name a {
    color: #000000 !important;
}