:root{
    --primary-color:#f39c12;
    --secondary-color: #192a56;
    --tertiary-color:#f9f9f9;
}

/* google-font */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Arial:400,700');

html,
body {
    height: 100%;
}
a:focus,
button:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-weight: 700;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

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

a:active,
a:hover {
    outline: 0 none;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: medium none;
    outline-offset: -2px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.border-1 {
    border: 1px solid #ddd;
}
.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-16 {
    margin-top: 16px;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-95 {
    margin: 95px 0;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 80px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-170 {
    padding-top: 170px;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-295 {
    padding-left: 295px;
}

.pl-40 {
    padding-left: 40px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-154 {
    padding-top: 154px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-154 {
    padding-bottom: 154px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-215 {
    padding-top: 215px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-225 {
    padding-bottom: 225px;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

/*----------------------------------------*/
/*  2.1 Header top section
/*----------------------------------------*/
#mobile-menu-active {
    display: none;
}

.header-top-section {
    background: var(--tertiary-color);
}

.language-section ul>li {
    display: inline-block;
    margin-right: 22px;
    padding: 2.5px 0;
    position: relative;
}

.account-section ul>li {
    display: inline-block;
    margin-right: 22px;
    padding: 2.5px 0;
    position: relative;
}

.language-section ul>li:last-child,
.account-section ul>li:last-child {
    margin-right: 0px;
}

.language-section ul li img {
    margin-right: 8px;
}

.language-section ul li a,
.account-section ul li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    transition: .3s;
}

.language-section ul li .header-sub {
    background: #fff;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    left: 0;
    opacity: 0;
    padding: 15px 6px 18px 12px;
    position: absolute;
    text-align: left;
    top: 120%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100px;
    z-index: 234;
}

.language-section ul li .header-sub.dolor {
    width: 80px;
}

.language-section ul li:hover .header-sub {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.language-section ul li .header-sub ul li {
    display: block;
    margin: 0;
    padding: 0 0 10px;
}

.language-section ul li .header-sub ul li:last-child {
    padding: 0 0 0px;
}

.language-section ul li .header-sub ul li:last-child {
    border-bottom: 0;
}

.language-section ul li .header-sub ul li a {
    display: block;
}

.language-section ul li .header-sub ul li a img {
    margin: 0;
    padding-right: 8px;
}

.language-section ul li a i,
.account-section ul li a i {
    padding-left: 10px;
}

.account-section ul li {
    position: relative;
}

.account-section ul>li::before {
    background: #666;
    content: "";
    height: 12px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
}

.account-section ul li:last-child:before {
    display: none;
}

.account-section ul li a:hover,
.language-section ul li a:hover {
    color: var(--primary-color);
}

.account-section ul li .header-sub ul li::before {
    display: none;
}

/*----------------------------------------*/
/*  2.2 Header mid section
/*----------------------------------------*/

.header-search {
    margin-top: 7px;
}

.header-search form {
    position: relative;
}

.header-search form input {
    background: #ededed;
    border: 0 none;
    color: #333;
    font-size: 14px;
    height: 42px;
    line-height: 40px;
    margin: 0;
    padding-left: 10px;
    width: 100%;
    border-radius: 5px;
    padding-right: 47px;
}

.header-search form a {
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 42px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
    border-radius: 0 5px 5px 0px;
}

.header-search form a:hover {
    background: #232323;
}

.header-mid-section .mini-cart {
    float: left;
    display: inline-block;
}

.header-mid-section .mini-cart ul li a {
    color: var(--secondary-color);
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
}

.header-mid-section .mini-cart ul li a i {
    padding-right: 8px;
}

.header-mid-section .mini-cart ul li a:hover {
    color: var(--primary-color);
}

.header-mid-section .my-cart {
    display: inline-block;
    /*float: right;*/
    margin-top: -8px;
}

.header-mid-section .my-cart ul li {
    position: relative;
}

.header-mid-section .my-cart ul>li>a {
    color: var(--secondary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s;
}

.header-mid-section .my-cart ul>li:hover a {
    color: var(--primary-color);
}

.header-mid-section .my-cart ul li>a>i {
    font-size: 40px;
    /*padding-right: 30px;*/
}

.header-mid-section .my-cart ul li .add-cart-item {
    background: var(--primary-color);
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    left: 24px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.mini-cart-sub {
    position: absolute;
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    display: block;
    left: auto;
    top: 150%;
    opacity: 0;
    padding: 20px;
    right: 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 320px;
    z-index: 99999;
}

.header-mid-section .my-cart ul>li:hover .mini-cart-sub {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.cart-product .single-cart {
    display: flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.cart-product .single-cart .cart-img {
    flex: 0 0 65px;
    margin-right: 15px;
}

.cart-product .single-cart .cart-img a img {
    width: 100%;
}

.cart-product .single-cart .cart-info {
    overflow: hidden;
    padding-right: 10px;
    position: relative;
    background: transparent;
}

.cart-icon {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end;
}

.cart-icon a i {
    color: #232323;
    transition: .3s;
}

.cart-icon a:hover i {
    color: var(--primary-color);
}

.cart-product .single-cart .cart-info h5 {
    margin-bottom: 0px;
}

.header-mid-section .my-cart ul>li .cart-product .single-cart .cart-info h5 a {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.header-mid-section .my-cart ul>li .cart-product .single-cart .cart-info h5 a:hover,
.header-mid-section .my-cart ul>li .cart-bottom a:hover {
    color: var(--primary-color);
}

.cart-product .single-cart .cart-info p {
    margin-bottom: 0;
    font-size: 15px;
}

.cart-totals {
    margin-bottom: 15px;
}

.cart-totals h5 {
    color: var(--secondary-color);
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.cart-totals h5 span {
    display: block;
    float: right;
}
.header-mid-section .my-cart ul>li .cart-bottom a.view-cart {
    margin-bottom: 10px;
}

.header-mid-section .my-cart ul>li .cart-bottom a {
    background-color: var(--secondary-color);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 24px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: .3s;
}
.__bottom{
        background-color: var(--secondary-color);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 36px;
    line-height: 24px;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    transition: .3s;
}
.cart-bottom{
    display: flex;
    justify-content: space-between;
}
.cart-bottom a{
    max-width: 120px;
}
/*----------------------------------------*/
/*  2.3 Main menu section
/*----------------------------------------*/

.main-menu-section {
    background: var(--secondary-color);
}

.main-menu-section.sticky {
    background: rgba(0, 0, 0, 0.48);
}

.main-menu-section.sticky-header-1.sticky:hover {
    background: rgba(0, 0, 0, 1);
}

.menu-section {
    float: left;
    display: inline-block;
}

.menu-section ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.menu-section ul li>a,
.safe-section a {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding: 13px 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 4;
}

.menu-section ul li a i {
    padding-left: 10px;
}
.safe-section {
    display: inline-block;
    float: left;
    position: relative;
}

.safe-section a {
    position: relative;
    z-index: 4
}

.menu-section ul li .mega-menu {
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    position: absolute;
    z-index: 6;
    width: 910px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    visibility: hidden;
}

.menu-section ul li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-section ul li .mega-menu span {
    float: left;
    width: 25%;
    padding-right: 20px;
}

.menu-section ul li .mega-menu span a.title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
    text-transform: uppercase;
    background: var(--primary-color);
    padding: 5px 10px;
    color: #fff;
}

.menu-section ul li .mega-menu span a {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    transition: .3s;
    text-decoration: none;
    border-bottom: 1px dashed var(--primary-color);
}

.menu-section ul li .mega-menu span a:hover,
.menu-section ul li .sub-menu ul li a:hover {
    color: var(--primary-color);
}

.menu-section ul li .mega-menu span a:before {
    display: none;
}

.menu-section ul li .mega-menu span a:after {
    display: none;
}

.menu-section ul li .mega-menu-2 {
    width: 690px;
}

.menu-section ul li .mega-menu-2 span {
    width: 33.33%;
}

.menu-section ul li .mega-menu-3 {
    width: 460px;
}

.menu-section ul li .mega-menu-3 span {
    width: 50%;
}

.menu-section ul li .sub-menu {
    background: #fff;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 45;
    padding: 10px 20px 15px;
    position: absolute;
    z-index: 6;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: .5s;
    width: 200px;
    opacity: 0;
    visibility: hidden;
}

.menu-section ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.menu-section ul li .sub-menu ul li {
    display: block;
}

.menu-section ul li .sub-menu ul li:before {
    display: none;
}

.menu-section ul li .sub-menu ul li a {
    color: #777;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0 3px;
    text-decoration: none;
    transition: .3s;
    text-transform: capitalize;
}

.menu-section ul li .sub-menu ul li a:before {
    display: none;
}

.menu-section ul li .sub-menu ul li a:after {
    display: none;
}

.main-menu-section.sticky {
    left: 0;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 99999999;
}

/*----------------------------------------*/
/*  3. Banner section
/*----------------------------------------*/

.single-banner {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    padding: 15px;
    border: 1px dashed var(--primary-color);
}

.single-banner .banner-img {
    margin-right: 12px;
    margin-top: 4px;
}

.single-banner .banner-img {
    flex: 0 0 32px;
    margin-top: 4px;
}

.single-banner .banner-text {}

.single-banner .banner-text h4 {
    color: var(--primary-color);
    font-family: "Arial", serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.single-banner .banner-text p {
    color: #333;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.banner-img-2 a {
    border-radius: 3px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-img-2 a img {
    width: 100%;
    transform: scale(1);
    transition: .5s;
}

.banner-img-2:hover a img {
    transform: scale(1.1);
}

.banner-shadow-hover {
    position: relative;
}

.banner-shadow-hover::before {
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-in 0s;
}

.banner-shadow-hover:hover::before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7) inset;
    transition: all 300ms ease-in 0s;
}
/*----------------------------------------*/
/*  4. Slider section
/*----------------------------------------*/

.single-slider {
    position: relative;
}

.slider-img img a img {
    width: 100%;
}
.slider-active-item.owl-carousel .owl-nav .owl-prev {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
    line-height: 1;
}

.slider-active-item.owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    color: #fff;
    display: block;
    font-size: 60px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    left: auto;
    right: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out 0s;
    z-index: 9;
    line-height: 1;
}

.slider-active-item.owl-carousel .owl-nav .owl-prev:hover,
.slider-active-item.owl-carousel .owl-nav .owl-next:hover {
    color: var(--primary-color);
}

.slider-active-item.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 50px;
    display: block;
    height: 10px;
    margin: 5px;
    opacity: 1;
    transition: all 0.3s ease 0s;
    width: 10px;
}

.slider-active-item.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--primary-color);
    width: 32px;
}

.slider-active-item.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.slider-active-item.owl-carousel .owl-dots {
    bottom: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.slider-section:hover .slider-active-item.owl-carousel .owl-dots {
    opacity: 1;
    visibility: visible;
}

.slider-section:hover .slider-active-item.owl-carousel .owl-nav .owl-prev,
.slider-section:hover .slider-active-item.owl-carousel .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.owl-item .slider-animated-1 * {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.owl-item.active .slider-animated-1 h2 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.owl-item.active .slider-animated-1 h3 {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

.owl-item.active .slider-animated-1 a {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

/*----------------------------------------*/
/*  5. Product section
/*----------------------------------------*/
.content-area-title h2 {
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px dashed var(--primary-color);
}

.content-area-title p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Arial', serif;
    color: #333;
}

.tab-menu ul li {
    display: inline-block;
    margin-right: 35px;
}

.tab-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 5px;
}

/*.tab-menu ul li a:before {*/
/*    background: var(--primary-color);*/
/*    bottom: -10px;*/
/*    content: "";*/
/*    height: 2px;*/
/*    left: 0;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    transition: all 0.5s ease-in-out 0s;*/
/*    width: 100%;*/
/*}*/

.tab-menu ul li a:hover,
.tab-menu ul li a.active{
  background: var(--secondary-color);
}

.product-wrapper {
    position: relative;
    overflow: hidden;
    /*-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);*/
    /*box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);*/
    background: #fff;
}

.product-img,
.most-product-img {
    position: relative;
    overflow: hidden;
}

.product-img::after,
.most-product-img::after,
.banner-img-3::after {
    background: rgba(255, 255, 255, 0.61);
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    pointer-events: none;
}

.product-wrapper:hover .product-img::after,
.single-most-product:hover .most-product-img::after,
.single-deal:hover .banner-img-3::after {
    height: 100%;
    opacity: 1;
}
.owl-carousel .owl-stage-outer{
    padding: 0;
}

.shop-main-section .product-wrapper,
.product-section .product-wrapper{
    background: var(--tertiary-color);
}
.product-img a img {
    width: 100%;
}

.quick-view {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all .5s ease 0s;
    opacity: 0;
}

.product-wrapper:hover .quick-view {
    opacity: 1;
}

.quick-view a {
    background-color: var(--primary-color);
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 61px;
    line-height: 61px;
    width: 61px;
    transform: scale(0);
    transition: all .5s ease 0s;
}

.product-wrapper:hover .quick-view a {
    transform: scale(1);
}
.product-rating{
    margin-top: 10px;
}
.product-rating ul li {
    display: inline-block;
}

.product-rating ul li a {
    color: var(--primary-color);
    font-size: 12px;
}
.product-details{
    border: 1px dashed var(--primary-color);
    background: var(--tertiary-color);
}
.product-details h4 {
    margin-bottom: 10px;
    margin-top: 0;
}

.product-details h4 a {
    color: #333333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden;
    padding: 0;
    text-transform: capitalize;
    transition: .3s;
    font-family: 'Arial', serif;
}

/*.product-details h4 a:hover,*/
/*.product-link .product-button a:hover,*/
/*.product-link .add-to-link ul li a:hover {*/
/*    color: var(--primary-color);*/
/*}*/
.product-price{
    background: var(--secondary-color);
}
.product-price ul li {
    display: inline-block;
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    font-family: 'Arial', serif;
}

.product-price ul li span {
    color: #fff;
    padding-right: 5px;
    font-family: 'Arial', serif;
    font-weight: 400;
    font-size: 16px;
}

.product-price ul li.old-price {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through;
}

.product-wrapper:hover .product-price {
    opacity: 0;
    visibility: hidden;
}

.product-price {
    transition: all 0.5s ease 0s;
}

.product-link {
    bottom: 0px;
    left: 0;
    overflow: hidden;
    padding: 2.5px 8px;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    margin-bottom: 1px;
    background: var(--primary-color);
    text-align: center !important;
}

.product-link:after {
    background: #cccccc;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    transition: .5s;
    width: 0;
    right: 50%;
}

.product-wrapper:hover .product-link:after {
    width: 100%;
    left: 0;
    right: 0;
}

.product-wrapper:hover .product-link {
    opacity: 1;
    visibility: visible;
    color: #fff;
}
.product-button{
    display: block;
    text-align: center;
    float: none !important;
}
.product-link .product-button {
    display: inline-block;
    float: left;
    position: relative;
    transition: .5s;
    transform: scale(0.6);
    z-index: 2;
}

.product-link .product-button a {
    border-radius: 0;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    font-weight: 400;
    transition: .3s;
}

.product-link .product-button a i {
    padding-right: 8px;
}

.product-link .add-to-link {
    display: inline-block;
    float: right;
    position: relative;
    transition: .5s;
    transform: scale(0.6);
    z-index: 3;
}

.product-link .add-to-link ul li {
    display: inline-block;
}

.product-link .add-to-link ul li a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
    transition: .3s;
    text-align: center;
}

.product-wrapper:hover .product-link .product-button {
    transform: scale(1);
}

.product-wrapper:hover .product-link .add-to-link {
    transform: scale(1);
}

.flag-item {
    left: 0;
    position: absolute;
    top: 25px;
}

.flag-item li {
    line-height: 25px;
}

.flag-item ul li>span {
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 15px;
    text-align: center;
    /*text-transform: uppercase;*/
    z-index: 100;
    position: relative;
}

.flag-item ul li>span.discount-percentage {
    background: #eeb900;
    line-height: 1;
}

.flag-item ul li>span:before {
    border-color: var(--primary-color) transparent transparent var(--primary-color);
    border-style: solid;
    border-width: 4.5px 3px;
    content: "";
    position: absolute;
    right: -6px;
    top: 0;
}

.flag-item ul li>span:after {
    border-color: transparent transparent var(--primary-color) var(--primary-color);
    border-style: solid;
    border-width: 4.5px 3px;
    bottom: 0;
    content: "";
    position: absolute;
    right: -6px;
}

.flag-item ul li>span.discount-percentage:before {
    border-color: #eeb900 transparent transparent #eeb900;
}

.flag-item ul li>span.discount-percentage:after {
    border-color: transparent transparent #eeb900 #eeb900;
}

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

.tab-content>.active {
    display: block;
    overflow: visible;
    height: auto;
}

.tab-active.owl-carousel .owl-nav button{
    background: var(--secondary-color);
    border-radius: 4px;
    color: #fff;
    font-size: 50px;
    height: 69px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 69px;
    z-index: 1;
    left: 10px;
    visibility: hidden;
}

.tab-active.owl-carousel .owl-nav button i{
    position: relative;
    top: -5px;
}

.tab-active.owl-carousel .owl-nav button:hover{
    background: var(--primary-color);
    color: #fff;
}

.tab-active.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 10px;
}

.tab-active:hover.owl-carousel .owl-nav button.owl-prev{
    left: 0;
}

.tab-active:hover.owl-carousel .owl-nav button.owl-next{
    right: 0;
}

.tab-active {
    overflow: hidden;
}

.tab-active:hover.owl-carousel .owl-nav button{
    opacity: 1;
    visibility: visible;
}
.bt {
    border-top: 1px solid #e5e5e5;
}
/*----------------------------------------*/
/*  7. Banner static section
/*----------------------------------------*/

.banner-static-section {
    background: var(--tertiary-color);
}

/*----------------------------------------*/
/*  8. Most product section
/*----------------------------------------*/
.product-main-section.inner{
    background: var(--tertiary-color);
    padding: 25px;
}
.content-area-title-2 h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
}

.product-active-item-2.owl-carousel .owl-nav button{
    background: var(--secondary-color);
    border-radius: 4px;
    color: #fff;
    font-size: 30px;
    height: 40px;
    left: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
    z-index: 1;
}

.product-active-item-2.owl-carousel .owl-nav button i{
    position: relative;
    top: -3px;
}

.product-active-item-2.owl-carousel .owl-nav button:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-active-item-2.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 40px;
}

.product-active-item-2.owl-carousel:hover .owl-nav button.owl-next{
    right: 0px;
}

.product-active-item-2.owl-carousel:hover .owl-nav button.owl-prev{
    left: 0px;
}

.product-active-item-2.owl-carousel:hover .owl-nav button{
    opacity: 1;
    visibility: visible;
}

.single-most-product {
    overflow: hidden;
    background: var(--tertiary-color);
    padding: 15px;
    display: flex;
    align-items: center;
}

.most-product-img {
    float: left;
    width: 25%;
}

.most-product-img a img {
    width: 100%;
}

.most-product-content {
    float: left;
    width: 75%;
    padding-left: 15px;
}

.most-product-content h4 {
    margin-bottom: 0px;
}

.most-product-content h4 a {
    color: #333333;
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.bd {
    border-bottom: 1px dashed var(--primary-color);
}

.block-newsletter {
    background: var(--primary-color);
    padding: 45px 25px 25px;
    position: relative;
    text-align: center;
}
.block-newsletter h2 {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.block-newsletter p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.block-newsletter form input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    line-height: 30px;
    padding: 10px;
    width: 100%;
}

.block-newsletter form input[type="text"]::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter form input[type="text"]::-webkit-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter form input[type="text"]::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

.block-newsletter a {
    background: #fff;
    border-radius: 4px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    margin-top: 28px;
    text-decoration: none;
}
/*----------------------------------------*/
/*  11. Social group section
/*----------------------------------------*/

.social-group-section {
    background: var(--tertiary-color);
}

.content-area-title-3 h3 {
    color: #2d2d2d;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.twitter-content .twitter-icon {
    float: left;
    width: 20%;
}

.twitter-content .twitter-icon a {
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    height: 50px;
    left: 0;
    line-height: 50px;
    text-align: center;
    width: 50px;
    display: inline-block;
}

.twitter-content .twitter-text {
    float: left;
    width: 80%;
}

.twitter-text p {
    color: #333;
    font-family: "Arial", serif;
    font-size: 16px;
    line-height: 21px;
    margin: 0;
    padding-top: 3px;
}

.twitter-text a {
    color: var(--primary-color);
    font-family: "Arial", serif;
    font-size: 16px;
    font-style: italic;
    padding-top: 3px;
}

.twitter-text a:hover {
    color: #232323;
}

.twitter-content .twitter-text p.link a:hover,
.twitter-content .twitter-text p>a:hover,
.footer-top-menu ul li a:hover {
    color: var(--primary-color);
}

.link-follow ul li {
    display: inline-block;
    margin-right: 8px;
    margin-top: 5px;
}

.link-follow ul li a {
    background: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    text-decoration: none;
    transition: .3s;
}

.link-follow ul li a:hover {
    background: #333333;
    color: #fff;
}

/*----------------------------------------*/
/*  12. Footer
/*----------------------------------------*/

footer {
    background: var(--secondary-color);
}

/*----------------------------------------*/
/*  12.1  Footer top
/*----------------------------------------*/

.footer-top-menu {
    padding: 15px 0;
    overflow: hidden;
}

.footer-top-menu ul li {
    display: inline-block;
    margin-right: 25px;
    padding-right: 25px;
    position: relative;
}

.footer-top-menu ul li:before {
    background: #808080;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.footer-top-menu ul li:last-child:before {
    display: none;
}

.footer-top-menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    text-decoration: none;
    transition: .3s;
    font-weight: 400;
}

.bb-2 {
    border-bottom: 2px dashed var(--primary-color);
}

/*----------------------------------------*/
/*  12.2  Footer mid
/*----------------------------------------*/

.single-footer .footer-title h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 2px dashed var(--primary-color);
    padding-bottom: 15px;
}

.footer-mid-menu ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    line-height: 30px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.footer-mid-menu ul li a:hover {
    color: var(--primary-color);
}

.br-2 {
    border-right: 2px dashed var(--primary-color);
}

.footer-contact p {
    color: #fff;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.footer-contact p:last-child {
    margin-bottom: 0;
}

.footer-contact p span {
    color: #fff;
}

.footer-contact p.adress span {
    display: block;
    margin-bottom: 6px;
}

/*----------------------------------------*/
/*  12.3  Footer bottom
/*----------------------------------------*/

.bt-2 {
    border-top: 2px dashed var(--primary-color);
    padding: 30px 0;
}

.copy-right-section p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.copy-right-section p a {
    color: #fff;
}

.copy-right-section p a:hover {
    text-decoration: underline;
}

a#scrollUp {
    background: #333;
    border: 2px solid #fff;
    border-radius: 100%;
    bottom: 35px;
    color: #fff;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 32px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    transition: .3s;
}

a#scrollUp:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.bt-3 {
    border-top: 1px solid #e5e5e5;
}

.header-bottom-section {
    background: #fe9700;
    padding: 7px 0;
}

.header-bottom-section form,
.header-bottom-search {
    position: relative;
}

.pos-search {
    background: transparent;
    display: inline-block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 214px;
    color: #a9a9a9;
    font-family: "Arial", serif;
}

.pos-search .bootstrap-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: var(--primary-color) url("img/icon-img/select-2.png") no-repeat scroll 90% 50%;
    border-color: -moz-use-text-color #e5e5e5 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-radius: 4px;
    border-style: none solid none none;
    border-width: 0 1px 0 0;
    color: #fff;
    height: 47px;
    line-height: 48px;
    margin: 0;
    padding: 0 35px 0 15px;
    width: 214px;
}

.header-bottom-search form input {
    /*background: #fff;*/
    border-radius: 4px;
    /*color: #333;*/
    font-size: 14px;
    /*height: 47px;*/
    line-height: 40px;
    margin: 0;
    padding-left: 20px;
    /*padding-right: 55px;*/
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
    border: 1px solid var(--primary-color);
}

.header-bottom-search form a {
    background: #333;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 47px;
    line-height: 44px;
    text-align: center;
    width: 47px;
    position: absolute;
    right: 0;
    top: 0;
}

.category-section {
    position: relative;
}

.category-section h3 {
    margin-bottom: 0;
    padding: 0 30px;
    background: #333;
    border-radius: 5px 5px 0 0;
}

.category-section h3 a {
    border-radius: 4px 4px 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 47px;
    line-height: 47px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    z-index: 3;
    text-decoration: none;
    border-bottom: 1px solid #484848;
}

.category-section h3 a i {
    float: right;
    margin-top: 16px;
}

.total-slider {
    position: relative;
    overflow: hidden;
}

.single-deal {
    overflow: hidden;
}
.slider-content-3 h1 {
    color: #fff;
    display: inline-block;
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0;
    font-family: "Arial", serif;
}

.slider-content-3 p {
    margin: 38px 0 30px;
}

.slider-content-3 p span.sale1 {
    background: #eeb900;
    border-radius: 5px;
    color: #fff;
    font-size: 34px;
    margin-right: 10px;
    padding: 5px;
    vertical-align: top;
    font-family: "Arial", serif;
}

.slider-content-3 p span.sale2 {
    color: var(--primary-color);
    display: inline-block;
    font-size: 34px;
    font-weight: 400;
    margin-top: 5px;
    padding-top: 4px;
    position: relative;
    vertical-align: top;
}

.slider-content-3 p span.sale2 strong {
    color: #fff;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    text-decoration: line-through;
    top: -15px;
    font-weight: 400;
}

.slider-content-3 a {
    border-bottom: 1px solid #fff;
    color: white;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    text-transform: inherit;
    transition: all 300ms ease-in 0s;
}

.slider-content-3 a:hover {
    border-bottom: 1px solid #ffb400;
    color: #ffb400;
}

.banner-static {
    bottom: -5px;
    position: absolute;
    width: 24%;
    margin-right: 10px;
}

.deal-off-day {
    float: left;
    padding: 0 15px 0 0;
    text-align: right;
    width: 50%;
}

.deal-off-day h2 {
    margin-top: 85px;
    margin-bottom: 0;
}

.deal-off-day h2 a {
    color: #333;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Arial', serif;
    transition: .3s;
}

.deal-off-day h2 a:hover {
    color: var(--primary-color);
}

.deal-off-day .sale-section {
    overflow: hidden;
}

.deal-off-day .sale-section .hot-sale {
    background: #fe9700;
    border-radius: 4px;
    float: right;
    font-size: 34px;
    line-height: 46px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0 5px;
    position: static;
}

.deal-off-day .sale-section .price-box {
    font-style: italic;
    margin-top: 22px;
}

.deal-off-day .sale-section .price-box span.new-sale {
    color: var(--primary-color);
    display: block;
    font-family: Arial;
    font-size: 28px;
    font-weight: 400;
}

.deal-off-day .sale-section .price-box span.old-sale {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-decoration: line-through;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.deal-off-day p {
    clear: both;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 0;
    color: #333;
}

.timer .cdown {
    color: #666;
    display: inline-block;
    margin: 0 0 0 10px;
    text-transform: capitalize;
    text-align: center;
}

.timer .cdown span {
    border: 1px solid #CECECE;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 30px;
    height: 58px;
    line-height: 55px;
    text-align: center;
    width: 70px;
}

.timer .cdown:last-child::before {
    display: none;
}

.banner-img-3 {
    float: right;
    padding-left: 15px;
    width: 50%;
}

.deal-off-day-title h1 {
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    float: left;
}

.owl-carousel .owl-refresh .owl-item {
    display: block;
}

.banner-section-4 .banner-img-2 a img {
    border-radius: 4px;
}

.banner-total {
    overflow: hidden;
}

.banner-total-2 {
    margin-top: 23px;
    overflow: hidden;
}

.banner-total .single-banner-7 {
    float: left;
    padding-right: 15px;
    width: 56%;
}
nav.menu .cr-dropdown ul {
    display: none;
}

.title-big h3 {
    font-size: 24px;
    padding-bottom: 5px;
}

.timer-2 .cdown {
    color: #333;
    display: inline-block;
    margin: 0 5px;
    text-transform: capitalize;
    position: relative;
}

.timer-2 .cdown span {
    background: #f1f1f1;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 55px;
}

.menu-center-wrap {
    display: flex;
    justify-content: center;
}
.slider-width {
    margin-left: 190px;
    width: 25%;
}

.slider-width-2.f-right {
    float: right;
}
/*----------------------------------------*/
/*  18. Shop page
/*----------------------------------------*/

.breadcrumbs-section {
    border-bottom: 1px dashed var(--primary-color);
    padding: 12px 0;
    background: var(--tertiary-color);
}

.breadcrumbs-menu ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.breadcrumbs-menu ul li a {
    font-size: 14px;
    color: var(--secondary-color);
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: bold;
    text-transform: uppercase;
}

.breadcrumbs-menu ul li a.active {
    color: var(--primary-color);
}

.breadcrumbs-menu ul li::before {
    background: #818181;
    content: "";
    height: 13px;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}

.breadcrumbs-menu ul li:last-child:before {
    display: none;
}

.left-sidebar-section{
    background: var(--tertiary-color);
    padding: 15px;
    border: 1px dashed var(--primary-color);
}

.content-area-title-5 h2 {
    color: #3f3f3f;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 0 13px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}

.content-area-title-5 h2:before {
    background: var(--primary-color);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.left-title h4 {
    color: #3f3f3f;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0;
}

.left-menu ul li {
    border-bottom: 1px dashed var(--primary-color);
}

.left-menu ul li:last-child {
    border-bottom: 0;
}

.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding: 10px 0;
    position: relative;
    text-transform: capitalize;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.left-menu ul li a:hover {
    color: var(--primary-color);
}

.left-menu ul li a:before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-right: 20px;
}

.left-menu ul li a span {
    color: var(--secondary-color);
    display: inline-block;
    font-size: 14px;
    float: right;
    font-weight: bold;
}

.color-menu ul.color li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.color-menu ul.color li a {
    background-color: #1857f7;
    border: 2px solid rgb(218, 218, 218);
    height: 20px;
    line-height: 30px;
    padding-left: 20px;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.color-menu ul li a::before {
    background: #fff;
    border: 1px solid #999;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 10px;
}

.color-menu ul.color li a::before {
    display: none;
}

.color-menu ul.color li a.bg-2 {
    background-color: #d99a09;
}

.color-menu ul.color li a.bg-3 {
    background-color: #eb1a1a;
}

.color-menu ul.color li a.bg-4 {
    background-color: #fff;
}

.random-section {
    overflow: hidden;
}

.left-title-2 h2 {
    border-bottom: 2px dashed var(--primary-color);
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.left-title-2 p {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0;
}

.toolbar {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    padding: 20px;
    background: var(--secondary-color);
}

.shop-tab {
    float: left;
    display: inline-block;
}

.tab-3 {
    float: left;
    display: inline-block;
}

.tab-3 ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.tab-3 ul li::before {
    background: #ccc;
    content: "";
    height: 80px;
    position: absolute;
    right: -7px;
    width: 1px;
    top: 0;
}

.tab-3 ul li:last-child::before {
    display: none;
}

.tab-3 ul li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    height: 0;
    line-height: 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.tab-3 ul li a i {
    font-size: 30px;
    padding-right: 8px;
    position: relative;
    top: 6px;
}

.tab-3 ul li a.active,
.tab-3 ul li a:hover {
    color: var(--primary-color);
}

.list-page {
    float: left;
    margin-left: 10px;
    margin-top: 6px;
}

.list-page p {
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
}

.list-page-2 {
    float: left;
    margin-left: 10px;
}

.list-page-2 p {
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    color: #333;
}

.field-limiter {
    display: inline-block;
    float: right;
}

.toolbar-sorter span {
    color: #2b2b2b;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.toolbar-sorter .sorter-options {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #908f8f;
    font-size: 14px;
    height: 35px;
    min-width: 95px;
    padding: 0 5px;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.toolbar-sorter a {
    color: #808080;
    font-size: 20px;
    line-height: 32px;
    padding-left: 5px;
}

.toolbar-sorter {
    display: inline-block;
    float: right;
    margin-right: 30px;
}

.control select {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 35px;
    margin-right: 0;
    min-width: 95px;
    padding: 0 5px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.control span {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.shop-main-section #th .row {
    margin-left: -10px;
    margin-right: -10px;
}

.shop-main-section #th .row div[class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.pagination-section {
    border-top: 1px solid #ccc;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--tertiary-color);
    margin-top: 45px;
}

.pagination-section .list-page p {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 32px;
}

.pagination-section .page-number {

}

.pagination-section .page-number ul li {
    display: inline-block;
}

.pagination-section .page-number ul li a {
    color: #333;
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 32px;
    padding: 0 4px;
    font-weight: 400;
}

.pagination-section .page-number ul li a.active {
    color: var(--primary-color);
    font-size: 14px;
}

.product-wrapper-content .product-link {
    opacity: 1;
    position: relative;
    visibility: visible;
    border-top: 1px solid #ccc;
    padding:5px 10px;
}

.product-wrapper-content .product-link .product-button {
    transform: translateX(0%);
}

.product-wrapper-content .product-link .add-to-link {
    transform: translateX(0%);
}

.product-wrapper-content .product-details h4 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.product-wrapper-content .product-details h4 a {
    font-size: 24px;
}

.product-wrapper-content .product-price ul li {
    font-size: 25px;
}

.product-wrapper-content .product-price ul li.old-price {
    font-size: 18px;
}

.product-wrapper-content .product-details p {
    color: #707070;
    margin: 30px 0 20px;
    font-size: 15px;
}

/*----------------------------------------*/
/*  19. Product details
/*----------------------------------------*/

.product-details .content-area-title.text-center h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.flex-direction-nav a {
    color: rgba(0, 0, 0, 0);
    font-size: 0;
}

.flex-direction-nav a::before {
    content: "\f104 ";
    font-family: fontawesome !important;
    font-size: 66px !important;
}

.flex-direction-nav a.flex-next::before {
    content: "";
}

.flex-direction-nav a {
    height: 70px;
    margin: -90px 0 0;
    transform: translateY(-50%);
}

.flexslider {
    margin: 0;
}

.flex-control-thumbs img {
    border: 1px solid transparent;
    transition: .3s;
}

.flex-control-thumbs .flex-active {
    border: 2px solid #ff5a09;
}

.product-info-section .nav>li>a {
    background: #fcfcfc;
    border: 1px solid #d1d1d1;
    border-bottom: 0;
    border-radius: 0;
    display: block;
    padding: 5px 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.product-info-section .nav>li>a.active {
    background-color: var(--primary-color);
    color: #fff;
}

.product-info-section .tab-content {
    border: 1px solid #d1d1d1;
    padding: 20px;
    background: var(--tertiary-color);
}
.product-main-section .product-wrapper{
    background: var(--tertiary-color);
}
.product-info-section .valu>p {
    font-size: 13px;
    margin-bottom: 15px;
    color: #333;
}

.product-info-section .valu>ul {
    padding-left: 26px;
}

.product-info-section .valu li .review-title h3 {
    font-size: 16px;
    margin-bottom: 25px;
}

.product-info-section .valu li {
    color: #333;
}

.product-info-section .valu li i {
    font-size: 6px;
    padding-right: 8px;
    position: relative;
    top: -2px;
}

.product-info-section .valu .content-area-title h2 {
    border-bottom: 1px solid #e5e5e5;
    color: #4c4c4c;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.review-title>h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 30px;
}

.review-rating span {
    display: inline-block;
    float: left;
    font-weight: bold;
    padding-right: 10px;
}

.rating-result {
    display: inline-block;
    float: left;
}

.rating-result>a {
    color: var(--primary-color);
    line-height: 30px;
    position: relative;
    top: -8px;
}

.rating-result>a i {
    font-size: 15px !important;
    padding: 0 !important;
}

.review-right {
    float: left;
    padding-left: 110px;
}

.review-content>h4 {
    font-size: 15px;
    margin: 0;
    font-weight: 300;
}

.valu {
    overflow: hidden;
}

.review-left {
    display: inline-block;
    float: left;
}

.review-details p {
    font-size: 13px;
    margin: 0;
}

.review-details p a {
    color: #333;
    font-weight: 700;
    padding-left: 12px;
}

.review-details {
    margin-top: 20px;
}

.valu-2 ul li {
    border-bottom: 1px solid #c9c9c9;
    margin: 0;
    overflow: hidden;
    padding: 30px 0;
}

.review-add {
    margin: 30px 0;
}

.review-add h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 0;
}

.review-add h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.review-add h4:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    background-color: #d1d1d1;
    width: 30%;
    height: 1px;
}

.review-field-ratings {
    overflow: hidden;
    margin-bottom: 25px;
}

.review-field-ratings>span {
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: 700;
    padding-right: 30px;
}

.review-field-ratings>span>sup {
    color: #e02b27;
}

.review-field-ratings .control {
    display: inline-block;
    float: left;
}

.review-field-ratings .single-control {
    padding-bottom: 10px;
    overflow: hidden;
}

.review-field-ratings .single-control span {
    float: left;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
}

.review-field-ratings .single-control .review-control-vote {
    display: inline-block;
    float: left;
    padding-left: 15px;
}

.review-field-ratings .single-control .review-control-vote a {
    color: #666;
    font-size: 16px;
    position: relative;
}

.review-field-ratings .single-control .review-control-vote a:hover {
    color: var(--primary-color);
}

.review-form {
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 35px;
}

.review-form .single-form {
    margin-bottom: 25px;
    overflow: hidden;
}

.review-form .single-form label {
    font-weight: 700;
    font-size: 13px;
    float: left;
    display: inline-block;
    text-align: right;
}

.review-form .single-form label sup {
    color: #e02b27;
    padding-left: 5px;
}

.review-form .single-form form {
    display: inline-block;
    float: left;
    padding-left: 20px;
}

.review-form .single-form form input {
    border: 1px solid var(--secondary-color);
    height: 35px;
    padding: 5px 9px;
    width: 350px;
}

.review-form .single-form form textsection {
    border: 1px solid #c2c2c2;
    padding: 5px 9px;
    width: 350px;
    margin-left: 20px;
}

.review-form .single-form-2 form {
    padding-left: 23px;
}

.review-form-button {
    margin-bottom: 30px;
}

.review-form-button a {
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #555;
    padding: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.product-info-main .page-title h1 {
    color: #333333;
    font-size: 36px;
    font-weight: 400;
    margin: 15px 0 9px;
    padding: 0;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.product-info-stock-sku>span {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    font-weight: 400;
    float: left;
    display: inline-block;
}

.product-attribute span {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    padding-right: 10px;
    text-transform: uppercase;
}

.product-attribute span.value {
    font-family: 'Arial', serif;
    font-weight: 400;
}

.product-reviews-summary {
    border-bottom: 1px dashed var(--primary-color);
    border-top: 1px dashed var(--primary-color);
    display: block;
    margin: 20px 0 0;
    padding: 14px 0 12px;
    overflow: hidden;
}

.rating-summary {
    display: inline-block;
    float: left;
}

.rating-summary>a {
    color: var(--primary-color);
}

.reviews-actions a.view {
    border-left: dashed var(--primary-color);
    color: #333;
    padding-left: 6px;
}

.reviews-actions a {
    color: #333;
}

.reviews-actions {
    float: left;
    margin-left: 10px;
}

.product-info-price {
    margin: 26px 0;
    overflow: hidden;
}

.product-info-price .price-final {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 400;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.product-info-price .price-final span.old-price {
    color: #909090;
    font-weight: 400;
    text-decoration: line-through;
}

.product-add-form form .quality-button input {
    background: #333;
    /*border: 0 none;*/
    color: #fff;
    font-size: 14px;
    height: 50px;
    margin: 0;
    text-align: center;
    width: 70px;
    padding: 0 10px;
    border: 1px solid var(--secondary-color);
}

.product-add-form form a,button {
    background: #333;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    text-transform: uppercase;
    width: auto;
    transition: .3s;
}
.submit-btn {
    background: #333;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 5 28px;
    text-transform: uppercase;
    width: auto;
    transition: .3s;
}

.product-add-form form .quality-button {
    float: left;
    margin-right: 10px;
}

.product-add-form form a {
    float: left;
}

.product-add-form {
    clear: both;
    margin: 30px 0 20px;
    overflow: hidden;
}

.product-addto-links a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 50px;
    transition: .3s;
}

.product-addto-links a:hover,
.product-add-form form a:hover,button:hover,my-btn:hover {
    background: var(--primary-color);
}

.product-addto-links-text p {
    clear: both;
    color: #333;
    font-weight: 400;
    line-height: 28px;
    margin: 10px 0 0;
    padding: 30px 0;
}

/*----------------------------------------*/
/*  20. Blog page
/*----------------------------------------*/

.blog-comment-readmore {
    border-top: 2px dotted #e5e5e5;
    margin-bottom: 50px;
    overflow: hidden;
    padding-top: 20px;
}

.blog-comment-readmore .blog-readmore {
    float: left;
}

.blog-comment-readmore .blog-readmore a {
    color: #333;
    text-decoration: underline;
    text-decoration: none;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.blog-comment-readmore .blog-readmore a:hover {
    color: var(--primary-color);
}

.blog-comment-readmore .blog-readmore a i {
    padding-left: 10px;
}

.blog-comment-readmore .blog-com {
    float: right;
}

.blog-comment-readmore .blog-com a {
    color: #333;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.youtube-video iframe {
    height: 430px;
    width: 100%;
}

.blog-audio audio {
    width: 100%;
}

.blog-pagination ul li {
    display: inline-block;
    margin: 0 2px;
}

.blog-pagination ul li a {
    background: #fff;
    border: 1px solid var(--secondary-color);
    color: #444444;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
}

.blog-pagination ul li a:hover,
.blog-pagination ul li.active a {
    background: #444444;
    border: 1px solid #444444;
    color: #f1f1f1;
}

/*----------------------------------------*/
/*  21. Blog details
/*----------------------------------------*/

.blog-main-section {
    overflow: hidden;
}

.blog-left-title {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.blog-left-title h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.side-form form {
    position: relative;
}

.side-form form a {
    color: #333;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.side-form form input {
    background: #fff;
    border: 1px solid var(--secondary-color);
    color: #333;
    height: 40px;
    padding-left: 10px;
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
    padding-right: 40px;
}

.blog-side-menu ul li,
.catagory-menu ul li {
    border-bottom: 1px solid var(--secondary-color);
    padding-bottom: 5px;
    margin-top: 15px;
    display: block;
}

.blog-side-menu ul li a,
.catagory-menu ul li a {
    color: #333;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.blog-side-menu ul li a:hover,
.catagory-menu ul li a:hover {
    color: var(--primary-color);
}

.blog-side-menu ul li:first-child {
    margin-top: 0;
}

.blog-side-menu ul li a i {
    padding-right: 14px;
}

.catagory-menu ul li {
    position: relative;
}

.catagory-menu ul li ul.category-sub li {
    padding-left: 10px;
}

.catagory-menu ul li ul.category-sub li:last-child {
    border-bottom: 0 none;
}

.catagory-menu ul li ul.category-sub li a {
    font-size: 15px;
}

.catagory-menu ul li a {
    cursor: pointer;
    display: block;
}

.catagory-menu ul li.has-sub::before {
    content: "\f067 ";
    cursor: pointer;
    font-family: fontawesome;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    cursor: pointer;
}

.product-section .single-catagory .catagory-menu ul li.has-sub.open::before {
    content: "\f068";
}

.category-sub {
    display: none;
}

.blog-tag ul li {
    display: inline-block;
}

.blog-tag ul li a {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #333;
    display: block;
    font-size: 13px;
    padding: 7px 10px;
    transition: all 0.3s ease 0s;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-tag ul li a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

.author-destils {
    overflow: hidden;
}

.author-destils .author-left {
    display: inline-block;
    float: left;
    width: 65%;
}

.author-destils .author-left .author-img {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 10%;
}

.author-destils .author-left .author-description {
    float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 80%;
}

.author-destils .author-left .author-description p {
    margin: 0;
    font-family: 'Arial', serif;
    color: #333;
    font-weight: 400;
}

.author-destils .author-left .author-description p a {
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.author-destils .author-left .author-description p a span {
    color: #333;
    font-weight: 700;
    margin: 0 2px;
}

.author-destils .author-left .author-description span {
    margin-top: 3px;
    color: #333;
}

.author-destils .author-right {
    display: inline-block;
    float: right;
    margin-top: 23px;
    width: 30%;
}

.author-destils .author-right span {
    color: #333;
    font-family: Yanone Kaffeesatz;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 8px;
    float: left;
}

.author-destils .author-right ul {
    float: right;
    margin-top: -8px;
}

.author-destils .author-right ul li {
    display: inline-block;
    margin-left: 15px;
}

.author-destils .author-right ul li a {
    font-size: 16px;
    color: #333;
    transition: .3s;
}

.author-destils .author-right ul li a:hover {
    color: var(--primary-color);
}

.single-blog-content .single-blog-title h3 a,
.single-blog-content .single-blog-title h3 {
    color: #252525;
    font-size: 30px;
    font-weight: 500;
    transition: .3s;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.single-blog-content .single-blog-title h3 a:hover {
    color: var(--primary-color);
}

.single-blog-content .blog-single-content p {
    font-size: 16px;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.single-blog-content .blog-single-content blockquote {
    background: rgba(102, 102, 102, 0.05);
    border-color: var(--primary-color);
    font-family: Yanone Kaffeesatz;
    font-size: 20px;
    font-style: italic;
    margin: 20px 0;
    padding: 20px;
    color: #333;
}

.comment-tag {
    border-bottom: 1px solid var(--secondary-color);
    border-top: 1px solid var(--secondary-color);
    margin-top: 20px;
    padding-top: 10px;
}

.comment-tag p {
    color: #333;
    font-size: 14px;
}

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

.blog-img a img {
    transform: scale(1);
    transition: .4s;
}

.blog-img a img:hover {
    transform: scale(1.1);
}

.sharing-post {
    overflow: hidden;
}

.sharing-post .share-text {
    float: left;
}

.sharing-post .share-text span {
    font-size: 20px;
    font-style: normal;
    line-height: 18px;
    margin-right: 30px;
    color: #333;
}

.sharing-post .share-icon {
    float: right;
}

.sharing-post .share-icon ul li {
    display: inline-block;
    padding-left: 15px;
}

.sharing-post .share-icon ul li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: .3s;
}

.sharing-post .share-icon ul li a:hover {
    color: var(--primary-color);
}

.comment-title-wrap {
    border-bottom: 2px solid var(--secondary-color);
    text-transform: uppercase;
    position: relative;
}

.comment-title-wrap:before {
    background: var(--primary-color);
    bottom: -2px;
    content: "";
    height: 2px;
    position: absolute;
    width: 120px;
}

.comment-title-wrap h3 {
    font-weight: 700;
    color: #333;
}

.comment-reply-wrap ul li {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-reply-wrap ul li:last-child {
    margin-bottom: 0;
}

.comment-reply-wrap ul li .public-comment-2 {
    margin-left: 35px;
}

.comment-reply-wrap ul li .public-comment .comment-img {
    float: left;
    margin-right: 26px;
    overflow: hidden;
    width: 8%;
}

.comment-reply-wrap ul li .public-comment .public-text {
    border: 1px solid var(--secondary-color);
    border-radius: 3px;
    float: left;
    padding: 15px;
    position: relative;
    width: 88%;
}

.comment-reply-wrap ul li .public-comment .public-text::before {
    background: #fff;
    border-bottom: 1px solid var(--secondary-color);
    border-left: 1px solid var(--secondary-color);
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top>a {
    color: #333;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p {
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p a {
    color: #333;
    font-size: 15px;
    padding-left: 40px;
    text-decoration: none;
    transition: .3s;
}

.comment-reply-wrap ul li .public-comment .public-text .single-comm-top p a:hover {
    color: var(--primary-color);
}

.comment-reply-wrap ul li .public-comment .public-text p {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
}

.comment-input p {
    color: #333;
}

.comment-input .comment-input-textsection form label {
    color: #333;
    display: block;
}

.comment-input .comment-input-textsection form textsection,
.comment-input .single-comment-input form input {
    background: #f5f5f5;
    border: 1px solid var(--secondary-color);
    height: 150px;
    padding: 15px;
    width: 100%;
    color: #333;
}

.comment-input .single-comment-input form label {
    color: #333;
    display: block;
}

.comment-input .single-comment-input form input {
    background: #f5f5f5;
    border: 1px solid var(--secondary-color);
    height: 45px;
    padding-left: 15px;
    width: 100%;
}

.single-post-button a {
    background: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 13px;
    padding: 9px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    display: inline-block;
}

.single-post-button a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/*----------------------------------------*/
/*  22. Login
/*----------------------------------------*/

.user-login-section {
    overflow: hidden;
    background: #fff;
}

.login-title h2 {
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    border-bottom: 2px dashed var(--primary-color);
}

.login-title-top h3 {
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-family: 'Arial', serif;
    border-top: 2px dashed var(--primary-color);
}

.login-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.6em;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
    display: none;
}
.billing-fields,
.login-form {
    border: 1px solid rgba(0, 0, 0, 0.12);
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    padding: 25px 30px;
    width: 100%;
    background: var(--tertiary-color);
}

.login-form .single-login {
    margin-bottom: 15px;
}

.login-form .single-login label {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-top: 7px;
    display: block;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.login-form .single-login input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    padding: 12px 10px;
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.login-form .single-login a {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    display: inline-block;
    padding: 10px 43px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    float: left;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
    background: var(--secondary-color);
}

.login-form .single-login a:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.single-login input#rememberme {
    float: left;
    width: 7%;
    margin-top: 14px;
}

.single-login-2 span {
    float: left;
    margin-top: 10px;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.single-login-2 {
    overflow: hidden;
}

.login-form>a {
    color: var(--primary-color);
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 14px;
}

/*----------------------------------------*/
/*  23. Register
/*----------------------------------------*/

.single-register {
    margin-bottom: 10px;
    overflow: hidden;
}

.single-register form {}

.single-register  label,
.single-register label {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.single-register  .input-form {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    box-shadow: none;
    color: #333;
    font-size: 14px;
    height: 38px;
    padding-left: 10px;
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.single-register .chosen-select {
    height: 45px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    text-align: left;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.single-register input#billing_address_2 {
    margin-top: 15px;
}

.single-register-3 #rememberme {
    float: left;
}

.single-register-3 label {
    float: left;
    margin-top: 0;
    padding-left: 15px;
    font-size: 13px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.single-register-3 label a {
    color: var(--primary-color);
    font-size: 14px;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
}
.single-register .submit-form{
    background: var(--secondary-color);
}
.single-register>a {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    padding: 12px 48px;
    text-decoration: none;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
    background: var(--secondary-color);
}

.single-register>a:hover {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}


/*----------------------------------------*/
/*  24. Contact
/*----------------------------------------*/

.contact-section,
.map-section {
    overflow: hidden;
}

#googleMap {
    height: 410px;
    width: 100%;
}
.contact-info h3,
.contact-form h3 {
    border-bottom: 2px solid #e8e8e9;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px;
    text-transform: uppercase;
    background: var(--primary-color);
}

.contact-info ul li {
    border-bottom: 1px dashed var(--primary-color);
    float: left;
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #333;
}

.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
    width: 20px;
    color: var(--primary-color);
}

.contact-info ul li span {
    font-weight: 700;
    font-family: 'Arial', serif;
    color: #333;
}

.contact-info ul li a {
    color: #333;
    text-decoration: none;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.contact-info ul li a:hover {
    color: var(--primary-color);
}

.contact-form h3 i {
    padding-right: 8px;
}

.contact-form form .single-form-3 input,
.contact-form .single-form-3 textsection {
    background: rgba(0, 0, 0, 0);
    border: 1px solid var(--secondary-color);
    font-size: 14px;
    margin-bottom: 16px;
    padding: 12px 10px;
    width: 100%;
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.contact-form form .single-form-3 input::-moz-placeholder,
.contact-form .single-form-3 textsection::-moz-placeholder {
    color: #333 !important;
    opacity: 1;
}

.contact-form form .single-form-3 input::-webkit-input-placeholder,
.contact-form .single-form-3 textsection::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}




.contact-form .single-form-3 textsection {
    height: 200px;
    display: block;
}

.contact-form form .single-form-3 button {
    background: #252525;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 140px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.contact-form form .single-form-3 button:hover {
    background: var(--primary-color);
}

/*----------------------------------------*/
/*  25. About
/*----------------------------------------*/

.about-main-section,
.our-mission-section{
    overflow: hidden;
}

.about-img {
    overflow: hidden;
}

.about-img a img {
    transform: scale(1);
    transition: .4s;
}

.about-img a img:hover {
    transform: scale(1.1);
}
.single-misson{
    padding: 15px;
    border: 1px dashed var(--primary-color);
    border-radius: 10px;
}
.about-content h3,
.single-misson h3 {
    color: #252525;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 20px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.about-content h3 span,
.single-misson h3 span {
    font-weight: 500;
    padding-left: 10px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.about-content p,
.single-misson p {
    color: #4a4d4f;
    font-size: 15px;
    line-height: 25px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.about-content ul li {
    margin-top: 5px;
}

.about-content ul li a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.about-content ul li a:hover {
    color: var(--primary-color);
}

.about-content ul li a i {
    color: #a08d7c;
    font-size: 16px;
    padding-right: 6px;
}

.progress {
    height: 5px;
    margin-bottom: 40px;
    overflow: visible;
    position: relative;
    border-radius: 2px;
}

.progress .progress-bar {
    background: rgb(123, 123, 123);
    border-radius: 2px 0 0 2px;
    height: 5px;
}

/*----------------------------------------*/
/*  26. Cart
/*----------------------------------------*/

.entry-header-section,
.cart-main-section {
    overflow: hidden;
}

.entry-header-title h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--primary-color);
    border-bottom: 1px dashed var(--primary-color);
    font-family: 'Arial', serif;
    font-size: 24px !important;
}

.entry-header-section {
    padding-bottom: 20px;
}

.entry-header-section .ntry-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.table-content table {
    background: #fff;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-content table th {
    border-top: medium none;
    font-weight: normal;
    padding: 20px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    color: #333;
    font-weight: bold;
}
.table-content table td.product-price,
.table-content table th.product-price{
    background: transparent;
}

.table-content table {
    text-align: center;
}
.table-content table thead{
    background: var(--primary-color);
}
.table-content table td {
    border-top: medium none;
    font-size: 13px;
    padding: 20px 10px;
    vertical-align: middle;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.table-content table td.product-thumbnail {
    width: 130px;
}

.table-content table td.product-name a {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td input {
    background: var(--tertiary-color);
    border: medium none;
    border-radius: 3px;
    color: var(--secondary-color);
    font-size: 18px;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.table-content table td.product-subtotal {
    font-size: 14px;
    font-weight: bold;
    width: 120px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-remove i {
    background: red;
    color: var(--secondary-color);
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    border-radius: 5px;
}

.buttons-cart ul li {
    display: inline-block;
}

.cart-info{
    background: var(--tertiary-color);
    padding: 25px;
}
.btn.btn-sqr,
.buttons-cart ul li a,
.coupon form a {
    background: #252525;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.btn.btn-sqr:hover,
.buttons-cart ul li a:hover,
.coupon form a:hover {
    background: var(--primary-color);
    color: #fff;
}

.coupon {
    margin-bottom: 40px;
    overflow: hidden;
    padding-bottom: 20px;
}

.coupon h3 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.coupon p {
    font-size: 14px;
    color: #777;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.coupon form input {
    border: 1px solid #e5e5e5;
    float: left;
    height: 40px;
    margin: 0 6px 20px 0;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 170px;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.coupon form a {
    float: left;
}

.cart-total-infos {
    float: left;
    text-align: left;
    width: 100%;
    background: var(--primary-color);
    padding: 15px;
    border-radius: 10px;
}

.cart-total-infos h2 {
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-family: "Arial", serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 35px;
    color: #fff;
    text-transform: capitalize;
}

.cart-total-infos table {
    border: medium none;
    float: right;
    margin: 0;
    text-align: right;
}

.cart-total-infos table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Arial', serif;
    font-weight: 400;
    color: #333;
}

.cart-total-infos table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.cart-total-infos table td .amount {
    color: #fff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.cart-total-infos table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart-total-infos table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
    color: #333;
    font-size: 13px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.cart-total-infos table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}

.shipping a {
    color: #333;
    font-family: "Arial", serif;
    font-size: 13px;
    font-weight: 400;
}

.cart-total-infos table tr.order-total th,
.cart-total-infos table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.cart-total-infos table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.wc-proceed-to-checkout a {
    background: var(--secondary-color);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: 'Arial', serif;
    font-weight: 400;
}

/*----------------------------------------*/
/*  27. Checkout
/*----------------------------------------*/

.coupon-section,
.checkout-section {
    background: #fff;
    overflow: hidden;
}

.different-address {
    margin-top: 30px;
}

.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid var(--primary-color);
    color: #333;
    font-family: "Arial", serif;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

.coupon-accordion h3::before {
    color: #1e85be;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    left: 1.5em;
    position: absolute;
    top: 1em;
}

.coupon-accordion span {
    color: #6f6f6f;
    cursor: pointer;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--primary-color);
}

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
    color: #333;
}

.coupon-info p {
    margin-bottom: 0;
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block;
}

.coupon-accordion span {
    color: #333;
    cursor: pointer;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: #FF1111;
    font-weight: 700;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid var(--secondary-color);
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.form-row>label {
    margin-top: 7px;
}

.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.coupon-checkout-content {
    display: none;
    margin-bottom: 30px;
}

p.checkout-coupon input[type="text"] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
}

p.checkout-coupon input[type="submit"] {
    background: #333;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: var(--primary-color);
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--primary-color);
}

.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.country-select {
    margin-bottom: 15px;
    position: relative;
}

.country-select label,
.checkout-form-list label {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: #FF1111;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.country-select select {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.checkout-form-list {
    clear: both;
    margin-bottom: 15px;
}

.checkout-form-list input {
    background: #fff;
    border: 1px solid var(--secondary-color);
    border-radius: 0;
    height: 42px;
    padding: 0 0 0 10px;
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.checkout-form-list input::-moz-placeholder,
.order-notes textsection::-moz-placeholder {
    color: #555 !important;
    opacity: 1;
}

.checkout-form-list input::-webkit-input-placeholder,
.order-notes textsection::-webkit-input-placeholder {
    color: #555 !important;
    opacity: 1;
}

.checkout-form-list input#cbox {
    float: left;
    height: 0;
    position: relative;
    width: 2%;
}

.create-acc label {
    float: left;
    width: 80%;
    padding-left: 14px;
}

.create-account p {
    font-size: 13px;
    color: #777;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.ship-different-title label {
    padding-right: 22px;
    font-size: 19px;
}

.order-notes textsection {
    height: 90px;
    padding: 15px;
    width: 100%;
    color: #333;
}

.your-order {
    background: #f2f2f2;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    color: #252525;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0);
    border: medium none;
    width: 100%;
}

.your-order-table table th {
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: left;
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}
.your-order-table table th.product-name,
.your-order-table table th.product-total{
    font-weight: bold;
    font-size: 18px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.order-total td span {
    color: #ec4445;
    font-size: 20px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.panel-default>.panel-heading {
    background: none;
    transition: .3s;
    position: relative;
    padding: 0px;
}

.panel-group .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 10px;
}

.payment-method {
    margin-top: 40px;
}

.payment-accordion .panel-group .panel {
    background: transparent;
}

.payment-accordion .panel-title a {
    color: #333;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.payment-accordion .panel-body {
    border-top: medium none !important;
    padding: 0;
}

.payment-accordion .panel-body p {
    font-size: 14px;
    margin-bottom: 0;
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.payment-accordion .panel-title a img {
    height: 35px;
    margin-left: 15px;
}

.payment-accordion .panel-heading a::before {
    content: "";
    cursor: pointer;
    display: block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 0px;
}

.payment-accordion .panel-heading a.collapsed::before {
    content: " ";
}

.payment-accordion .panel-group .panel {
    margin-bottom: 20px;
}

.order-button-payment input:hover {
    background: #e61719;
}

.order-button-payment input {
    background: #ec4445;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.your-order {
    margin-bottom: 0px;
}

/*----------------------------------------*/
/*  28. Wishlist
/*----------------------------------------*/

.wishlist-title h2 {
    color: #252525;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-table table {
    background: #fff;
    border-color: #e8e8e9;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 20px 0 50px;
    width: 100%;
}
.wishlist-table table thead{
    background: var(--primary-color);
    font-weight: bold;
}
.wishlist-table table th,
.wishlist-table table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-table table th.product-price,
.wishlist-table table td.product-price {
    background: transparent;
}
.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}

.wishlist-table table th {
    font-weight: 600;
}

.wishlist-table table .product-thumbnail {
    width: 150px;
}

.wishlist-table table .product-add-to-cart {
    width: 240px;
}

.wishlist-table table .product-remove {
    padding: 0 15px;
    width: 20px;
}

.wishlist-table table .product-remove>a {
    font-size: 25px;
    color: #333;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-table table .product-remove>a:hover {
    color: var(--primary-color);
}

.wishlist-table table .product-thumbnail {
    width: 150px;
}

.product-name a {
    color: #333;
    transition: .3s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.product-name a:hover {
    color: var(--primary-color);
}

.wishlist-table table td.product-price .amount {
    font-weight: 700;
}

.wishlist-table table .wishlist-in-stock {
    color: #ec4445;
}

.wishlist-table table .product-add-to-cart {
    width: 240px;
}

.wishlist-table table .product-add-to-cart>a {
    background: #000;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-table table .product-add-to-cart>a:hover {
    background: var(--primary-color);
}

.wishlist-share {
    margin: 0;
    padding: 30px;
    background: var(--primary-color);
}

.wishlist-share-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-share ul li {
    display: inline-block;
    margin: 0 5px;
}

.wishlist-share ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-family: 'Arial', serif;
    font-weight: 400;
}

.wishlist-share ul li a:hover {
    color: var(--primary-color);
}

/*----------------------------------------*/
/*  29. 404 page
/*----------------------------------------*/

.section-element-section {
    overflow: hidden;
}

.page .entry-header p {
    color: #000;
    font-size: 24px;
    margin-bottom: 0;
    font-family: 'Arial', serif;
    font-weight: 400;
    font-weight: 400;
}

.page .entry-content-section p {
    font-size: 15px;
    margin-bottom: 40px;
    color: #333;
}

.page .entry-content-section a {
    border: 2px solid #aaa;
    color: #333;
    font-weight: 700;
    padding: 10px 30px;
    transition: .3s;
    text-decoration: none;
    font-family: 'Arial', serif;
    font-weight: 400;
    font-weight: 400;
}

.page .entry-content-section a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

#productModal {
    padding-right: 0 !important;
}

#productModal .modal-dialog {
    margin: 8% auto;
    max-width: 960px;
}

.quickview .modal-header {
    border: medium none;
    padding: 0.625rem;
}

.modal-body {
    padding: 30px 50px;
}

.modal-pro-content h3 {
    color: #333;
    font-family: "Arial", serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px;
    text-transform: capitalize;
}

.modal-pro-content .price {
    margin: 0 0 12px;
}

.modal-pro-content .price>span {
    color: var(--primary-color);
    font-family: "Arial", serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
}

.quickview-color>ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin-right: 9px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 25px;
}

.quickview-color>ul li.blue {
    background: #0000FE;
}

.quickview-color>ul li.red {
    background: #DC143C;
}

.quickview-color>ul li.pink {
    background: #FF017E;
}

.quick-view-select {
    display: block;
    margin: 3px 0 20px;
    overflow: hidden;
    padding: 10px 0 0;
}

.select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 39px;
    padding: 0 35px 0 5px;
    width: auto;
    background: rgba(0, 0, 0, 0) url("img/icon-img/select.png") no-repeat scroll right 0.5rem center / 2.25rem 2.25rem;
}

.select-option-part>label,
.quickview-color-wrap>label {
    color: #232323;
    display: block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0.375rem;
    opacity: 1;
}

.modal-pro-content form button {
    background: #333;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    height: 49px;
    letter-spacing: 0.025em;
    line-height: 49px;
    margin-left: 45px;
    padding: 0 30px;
    text-transform: uppercase;
}
.my-btn{
    background: #333;
    border: 0 none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    text-transform: uppercase;
    width: auto;
    transition: .3s;
}


.modal-pro-content form button:hover {
    background: var(--primary-color);
}

.quickview-color-wrap {
    margin: 15px 0 0;
}

.modal-pro-content input {
    border: 1px solid var(--secondary-color);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #232323;
    font-size: 15px;
    height: 49px;
    padding: 0 10px;
    width: 65px;
}

.modal-pro-content>span {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

.modal-pro-content>span i {
    color: #4cbb6c;
    font-size: 18px;
}

.modal-pro-content>form {
    margin: 0 0 16px;
}

.modal-pro-content>p {
    margin: 0;
}

.quick-view-active-item.owl-carousel .owl-nav button {
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    color: #232323;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    left: -15px;
    line-height: 30px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 38%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 35px;
}

.quick-view-active-item.owl-carousel .owl-nav button:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.quick-view-active-item.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -15px;
}

.quick-view-active-item:hover .owl-nav button {
    opacity: 1;
}

/*-------- Start My Account Page Wrapper --------*/
.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #efefef;
    border-bottom: none;
    color: #222222;
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: var(--primary-color);
    border-color: #c29958;
    color: #fff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
    color: var(--primary-color);
}
.myaccount-tab-menu a.active i,
.myaccount-tab-menu a:hover i{
    color: #fff;
}
@media only screen and (max-width: 767.98px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
    background: var(--tertiary-color);
}

@media only screen and (max-width: 575.98px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h5 {
    border-bottom: 1px dashed #ccc;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: #222222;
}

.myaccount-content .welcome a:hover {
    color: var(--primary-color);
}

.myaccount-content .welcome strong {
    font-weight: 500;
    color: var(--primary-color);
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #222222;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #222222;
    padding: 10px;
    font-weight: 400;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid var(--primary-color);
    border-radius: 5px 5px 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #555555;
    padding: 20px;
}

.account-details-form .single-input-item input,
.single-input-item textsection {
    color: #555555;
    border: 1px solid var(--secondary-color);
    padding: 12px 10px;
    width: 100%;
    font-size: 14px;
    background: var(--tertiary-color);
}

.account-details-form .single-input-item {
    margin-top: 20px;
}

.account-details-form .single-input-item label {
    color: #222222;
    text-transform: capitalize;
    font-size: 14px;
}

/*-------- Start My Account Page Wrapper --------*/

/*------ Start Compare Page Wrapper -----*/
.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc;
    background: var(--tertiary-color);
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    margin: 0;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #c29958;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #c29958;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #e74c3c;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    line-height: 40px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: var(--primary-color);
}

/*------ end Compare Page Wrapper -----*/

.new-book-section{
    background: var(--tertiary-color);
}

@media (min-width: 1170px) and (max-width: 1299px) {
    .menu-section ul li > a,
    .safe-section a {
        padding: 13px;
    }
    .slider-width {
        margin-left: 144px;
        width: 36%;
    }
    .timer .cdown span {
        width: 58px;
    }
    .timer-2 .cdown span {
        width: 45px;
    }
    .timer-2 .cdown {
        margin: 0 3px;
    }
    .post-content h3 a {
        font-size: 20px;
    }
    .block-newsletter {
        margin-top: 43px;
    }
    .block-newsletter h2 {
        font-size: 17px;
    }
    .content-area-title-5 h2 {
        font-size: 21px;
    }
    .product-wrapper-content .product-details p {
        margin: 10px 0 20px;
    }
    .product-wrapper-content .product-details h4 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .author-destils .author-right ul li {
        margin-left: 5px;
    }
    .single-banner .banner-text h4 {
        font-size: 15px;
    }
    .single-banner .banner-img {
        margin-right: 5px;
        flex: 0 0 27px;
    }
    .menu-section ul li .mega-menu {
        width: 770px;
    }
    .menu-section ul li .mega-menu.mega-menu-2 {
        width: 600px;
    }
    .deal-off-day p {
        font-size: 14px;
        padding: 15px 0;
    }

}


/* Normal desktop :992px. */

@media (min-width: 992px) and (max-width: 1169px) {
    .menu-section ul li > a,
    .safe-section a {
        padding: 12px 8px;
    }
    .menu-section ul li {
        margin-right: 2px;
    }
    .menu-section ul li .mega-menu {
        width: 690px;
    }
    .menu-section ul li .mega-menu-2 {
        width: 540px!important;
    }
    .menu-section ul li .mega-menu-3 {
        width: 460px!important;
    }
    .single-banner .banner-text h4 {
        font-size: 15px;
    }
    .bestseller-content h1 {
        margin-bottom: 25px;
    }
    .bestseller-content h2 {
        font-size: 50px;
    }
    .author-destils .author-right ul li {
        margin-left: 8px;
    }
    .product-details .product-link .product-button a {
        font-size: 14px;
    }
    .product-details .product-link .add-to-link ul li a {
        height: 25px;
        line-height: 25px;
        width: 25px;
    }
    .content-area-title-5 h2 {
        font-size: 20px;
    }
    .timer .cdown {
        margin: 0 5px;
    }
    .timer .cdown span {
        width: 60px;
    }
    .timer .cdown::before {
        right: -11px;
    }
    .timer-2 .cdown span {
        width: 40px;
    }
    .timer-2 .cdown::before {
        right: -7px;
    }
    .timer-2 .cdown {
        margin: 0 3px;
    }
    .tab-active.owl-carousel .owl-nav button{
        font-size: 40px;
        height: 50px;
        width: 50px;
    }
    .block-newsletter {
        margin-top: 43px;
    }
    .block-newsletter h2 {
        font-size: 17px;
    }
    .post-content h3 a {
        font-size: 20px;
    }
    .deal-off-day p {
        font-size: 14px;
    }
    .deal-off-day h2 a {
        font-size: 40px;
    }
    .slider-width {
        margin-left: 90px;
        width: 50%;
    }
    .pl-295 {
        padding-left: 248px;
    }
    .flex-direction-nav a {
        margin: -75px 0 0;
    }
    .single-banner .banner-img {
        margin-right: 6px;
        flex: 0 0 27px;
    }
    .category-section h3 {
        padding: 0 15px;
    }


}


/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    .slider-content.slider-animated-1.text-center {
        text-align: left !important;
    }
    .banner-static-section .ptb-100 {
        padding: 60px 0;
    }
    .testimonial-text p {
        font-size: 16px;
        margin: 20px 0;
    }
    .about-content ul li a {
        font-size: 15px;
    }
    .skill-content h3 {
        font-size: 23px;
    }
    .author-destils .author-right span {
        font-size: 15px;
    }
    .author-destils .author-right ul li {
        margin-left: 3px;
    }
    .author-destils .author-left .author-description {
        margin-top: 0;
    }
    .comment-reply-wrap ul li .public-comment .comment-img {
        margin-right: 10px;
    }
    .ship-different-title label {
        font-size: 18px;
    }
    .left-title h4 {
        font-size: 15px;
    }
    .product-info-main .page-title h1 {
        font-size: 21px;
    }
    .left-title-2 h2 {
        font-size: 14px;
    }
    .product-details .product-link .add-to-link ul li a {
        width: 25px;
    }
    .list-page {
        margin-left: 0;
    }
    .control span {
        font-size: 13px;
    }
    .toolbar-sorter {
        margin-right: 0px;
    }
    .control select {
        min-width: 16px !important;
    }
    .toolbar-sorter span {
        font-size: 13px;
    }
    .tab-3 ul li {
        margin-right: 10px;
    }
    .content-area-title-5 h2 {
        font-size: 18px;
    }
    .timer .cdown {
        margin: 0 6px;
    }
    .timer .cdown::before {
        right: -12px;
    }
    .twitter-content .twitter-text {
        width: 75%;
    }
    .twitter-content .twitter-icon {
        width: 25%;
    }
    .banner-total-2 {
        margin-top: 7px;
    }
    .banner-section-4 {
        padding-bottom: 30px;
    }
    .timer-2 .cdown span {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
    .timer-2 .cdown::before {
        right: -10px;
        top: -6px;
    }
    .mrg-sm {
        margin-top: 40px;
    }
    .single-slider {
        background-position: 63% center;
    }
    .pl-100 {
        padding-left: 50px;
    }
    .tab-active.owl-carousel .owl-nav button{
        font-size: 30px;
        height: 40px;
        width: 40px;
    }
    .category-section h3 {
        padding: 0 20px;
    }
    .pos-search .bootstrap-select {
        width: 190px;
    }
    .header-bottom-section form input {
        padding-left: 209px;
    }
    .pl-295 {
        padding-left: 253px;
    }
    .service-mrg-btm {
        margin-bottom: 40px;
        overflow: hidden;
    }
    .slider-width {
        margin-left: 50px;
        width: 60%;
    }
    .shop-tab {
        display: block;
        float: none;
        overflow: hidden;
    }
    .field-limiter {
        display: inline-block;
        float: left;
        margin-top: 20px;
    }
    .toolbar-sorter {
        margin-left: 30px;
        margin-right: 0;
        margin-top: 20px;
    }
    .author-destils .author-left {
        width: 63%;
    }
    .author-destils .author-right {
        width: 37%;
    }
    .wishlist-table table .product-add-to-cart > a {
        display: inline-block;
        padding: 10px;
        text-align: center;
        width: 160px;
    }
    .wishlist-table table .product-add-to-cart {
        width: 200px;
    }
    #productModal .modal-dialog {
        width: 750px;
    }
    .flex-direction-nav a {
        margin: -54px 0 0;
    }
    .block-newsletter {
        margin-top: 90px;
        padding: 45px 25px;
    }
    .mobile-menu-section .mean-nav ul#nav {
        height: 252px;
        margin-top: 10px;
        overflow-y: auto;
    }
    .mean-container a.meanmenu-reveal {
        padding: 10px 13px 14px;
    }
    .mean-container .mean-bar::after {
        top: 9px;
    }
    .tab-3 ul li::before {
        top: 10px;
    }
    .review-form .single-form form input {
        width: 300px;
    }
    .review-form .single-form form textsection {
        width: 300px;
    }
    .review-form {
        padding-left: 0;
    }
    .product-add-form form a {
        padding: 0 20px;
    }
    .youtube-video iframe {
        height: 300px;
    }
    .mrg-none-sm {
        margin-bottom: 0;
    }
    .your-order {
        padding: 30px 25px 45px;
    }
    .most-product-content h4 a {
        font-size: 15px;
    }
    .banner-static-2{
        margin-top: 30px;
    }
    .blog-main-section{
        margin-bottom: 60px;
    }
    .mt-sm-50{
        margin-top: 50px;
    }
    .product-details .new-book-section.mt-60{
        margin-bottom: 30px;
    }

}

/* small mobile :320px. */

@media (max-width: 767px) {

    .category-mb {
        margin-bottom: 5px;
    }
    .category-section h3 {
        padding: 0 17px;
    }
    .account-section {
        text-align: center !important;
    }
    .single-banner {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .banner-section.ptb-30 {
        margin-top: 30px;
        margin-bottom: 0px
    }
    .slider-active-item.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
        display: none!important;
    }
    .slider-active-item.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
        display: none!important;
    }
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 7px;
    }
    .slider-content h3 {
        font-size: 20px;
    }
    .content-area-title h2 {
        font-size: 21px;
    }
    .tab-menu ul li {
        margin-right: 8px;
    }
    .bestseller-section .bestseller-content {
        float: none;
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .tab-active.owl-carousel.owl-theme .owl-controls .owl-nav div{
        display: none!important;
    }
    .product-active-item-2 {
        margin-bottom: 30px;
    }
    .testimonial-section.ptb-100 {
        padding: 60px 0;
    }
    .twitter-content .twitter-text {
        padding-left: 30px;
    }
    .twitter-content {
        margin-bottom: 30px;
        overflow: hidden;
    }
    .link-follow ul li a {
        margin-bottom: 10px;
    }
    .footer-top-menu ul li::before {
        display: none;
    }
    .footer-top-menu ul li {
        margin-bottom: 0;
        margin-left: 2px;
        margin-right: 3px;
        padding-right: 0;
    }
    .footer-top-menu.bb-2 ul {
        text-align: center;
    }
    .copy-right-section p {
        text-align: center;
    }
    .single-footer {
        text-align: center;
    }
    .footer-top-menu ul li a {
        font-size: 14px;
    }
    .br-2 {
        border-right: none;
    }
    .copy-right-section {
        margin-bottom: 30px;
    }
    .payment-img {
        text-align: center !important;
    }
    .about-img {
        margin-bottom: 30px;
    }
    .single-misson {
        margin-bottom: 30px;
    }
    .blog-main-wrapper {
        margin-bottom: 40px;
    }
    .author-destils .author-left {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .author-destils .author-right {
        float: none;
        margin-top: 0;
        width: 100%;
    }
    .author-destils .author-left .author-description {
        margin-top: 0;
    }
    .sharing-post .share-icon ul li {
        padding-left: 6px;
    }
    .sharing-post .share-text span {
        margin-right: 10px;
    }
    .comment-reply-wrap ul li .public-comment .comment-img {
        margin-right: 6px;
    }
    .comment-reply-wrap ul li .public-comment .public-text .single-comm-top p a {
        padding-left: 0;
    }
    .buttons-cart ul li a,
    .coupon form a {
        padding: 0 12px;
    }
    p.checkout-coupon input[type="text"] {
        width: 145px;
    }
    .ship-different-title label {
        font-size: 15px;
        padding-right: 0;
    }
    .your-order h3 {
        font-size: 26px;
    }
    .your-order-table table .order-total th {
        font-size: 14px;
    }
    .payment-accordion .panel-title a {
        font-size: 15px;
    }
    .contact-form {
        margin-top: 30px;
    }
    .login-form .single-login a {
        margin-right: 5px;
        padding: 10px 24px;
    }
    .wishlist-title h2 {
        font-size: 25px;
    }
    .product-info-main .page-title h1 {
        font-size: 28px;
    }
    .product-info-main {
        margin-top: 30px;
    }
    .reviews-actions {
        margin-left: 6px;
    }
    .product-info-section .valu > ul {
        padding-left: 0;
    }
    .review-right {
        margin-top: 20px;
        padding-left: 0;
    }
    .review-form .single-form form {
        padding-left: 0;
    }
    .review-form .single-form form input {
        width: 100%;
    }
    .review-form {
        padding-left: 0;
    }
    .review-form .single-form form textsection {
        margin-left: 0;
        width: 100%;
    }
    .product-details .content-area-title.text-center h3 {
        font-size: 25px;
    }
    .product-details .new-book-section.mt-60 {
        margin-bottom: 30px;
    }
    .tab-3 ul li::before {
        display: none;
    }
    .shop-tab {
        float: none;
        margin-bottom: 20px;
    }
    .toolbar-sorter span {
        font-size: 12px;
    }
    .toolbar-sorter a {
        font-size: 17px;
        padding-left: 0;
    }
    .toolbar-sorter {
        float: left;
        margin-right: 0;
    }
    .control span {
        font-size: 13px;
    }
    .control select {
        min-width: 40px;
    }
    .shop .product-wrapper {
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    .product-wrapper-2 {
        margin-bottom: 30px;
    }
    .product-wrapper-content {
        margin-bottom: 30px;
    }
    .deal-off-day {
        float: none;
        padding: 0;
        width: 100%;
    }
    .bestseller-content h2 {
        font-size: 45px;
    }
    .deal-off-day h2 a {
        font-size: 30px;
    }
    .timer .cdown {
        margin: 0 4px;
    }
    .timer .cdown span {
        width: 55px;
        font-size: 22px;
    }
    .timer .cdown::before {
        right: -10px;
    }
    .banner-total .single-banner-7 {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .logo-section {
        text-align: center;
    }
    .timer-2 .cdown span {
        width: 55px;
    }
    .logo-xs-mrg {
        margin: 20px 0 15px;
    }
    .header-mid-section .my-cart {
        display: flex;
        float: none;
        justify-content: center;
        margin-top: 0;
    }
    .mini-cart-sub {
        left: 50%;
        transform: translateX(-50%);
    }
    .header-mid-section .my-cart ul li a {
        padding: 0;
    }
    .mrg-none-xs {
        margin: 0;
    }
    .slider-content h1 {
        font-size: 45px;
    }
    .slider-content a {
        font-size: 18px;
        margin-top: 20px;
        padding: 10px 25px;
    }
    .slider-content.slider-content-2 h1 {
        font-size: 23px;
    }
    .pb-130 {
        padding-bottom: 100px;
    }
    .pt-125 {
        padding-top: 94px;
    }
    .pt-215 {
        padding-top: 114px;
    }
    .modal-body {
        padding: 30px 20px;
    }
    #productModal .modal-dialog {
        width: 100%;
    }
    .modal-pro-content {
        margin-top: 30px;
    }
    .modal-pro-content h3 {
        font-size: 35px;
    }
    .modal-pro-content form button {
        margin-left: 30px;
    }
    .tab-menu ul li {
        margin: 0 6px 10px;
    }
    .tab-menu ul li a {
        font-size: 16px;
    }
    .tab-active.owl-carousel .owl-nav button{
        font-size: 30px;
        height: 40px;
        width: 40px;
    }
    .tab-active.owl-carousel .owl-nav button i{
        top: -4px;
    }
    .xs-mb {
        margin-bottom: 30px;
    }
    .testimonial-text p {
        font-size: 17px;
    }
    .post-content h3 a {
        font-size: 19px;
    }
    .twitter-text p {
        font-size: 15px;
    }
    .tab-menu.mb-40 {
        margin-bottom: 20px;
    }
    .pt-95 {
        padding-top: 60px;
    }
    .mtb-95 {
        margin: 30px 0 60px;
    }
    .bestseller-content h1 {
        margin-bottom: 30px;
    }
    .bestseller-section .banner-img-2 {
        float: left;
        margin-bottom: 50px;
        padding-left: 0;
        width: 100%;
    }
    .pb-70 {
        padding-bottom: 40px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .content-area-title.content-area-title-res {
        margin-bottom: 10px;
    }
    .ptb-100 {
        padding: 60px 0;
    }
    .pt-90 {
        padding-top: 60px;
    }
    .testimonial-text p {
        margin: 25px 0 18px;
    }
    .recent-post-section.pb-90 {
        padding-bottom: 39px;
    }
    .content-area-title-3 h3 {
        margin-bottom: 20px;
    }
    .slider-content-3.pl-100 {
        padding-left: 15px;
    }
    .slider-content-3 h1 {
        font-size: 46px;
        line-height: 55px;
    }
    .pb-145 {
        padding-bottom: 60px;
    }
    .deal-off-day-title {
        display: block;
        overflow: hidden;
    }
    .deal-off-day h2 {
        margin-top: 15px;
    }
    .deal-off-day {
        text-align: left;
    }
    .bestseller-content h2,
    .bestseller-content p.categories,
    .bestseller-content p,
    .bestseller-content .social-author {
        text-align: left;
    }
    .logo-section.logo-xs-mrg-bottom {
        margin-bottom: 15px;
    }
    .pl-295 {
        padding-left: 15px;
    }
    .pb-225 {
        padding-bottom: 75px;
    }
    .pt-105 {
        padding-top: 80px;
    }
    .ptb-40 {
        padding: 30px 0;
    }
    .pt-85 {
        padding-top: 60px;
    }
    .slider-content-4.pl-40 {
        padding-left: 15px;
    }
    .pt-154 {
        padding-top: 85px;
    }
    .pb-154 {
        padding-bottom: 85px;
    }
    .banner-img-2 a {
        width: 100%;
    }
    .language-section {
        text-align: center;
    }
    .language-section ul > li {
        padding: 9px 0 3px;
    }
    .pt-135 {
        padding-top: 75px;
    }
    .pb-180 {
        padding-bottom: 80px;
    }
    .slider-width {
        margin-left: 0;
        padding: 0 15px;
        width: 100%;
    }
    .pb-140 {
        padding-bottom: 132px;
    }
    .mean-container .mean-bar::after {
        font-size: 20px;
        top: 8px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 8px 13px 3px;
    }
    .mb-70 {
        margin-bottom: 60px;
    }
    .pagination-section {
        margin-top: 30px;
    }
    .product-info-section.mt-80 {
        margin-top: 30px;
    }
    .product-info-section .content-area-title.mb-60.mt-60 {
        margin: 22px 0;
    }
    .review-form .single-form form {
        display: block;
        float: none;
    }
    .review-form .single-form label {
        display: block;
        float: none;
        text-align: left;
    }
    .author-destils .author-left .author-img {
        width: 15%;
    }
    .author-destils {
        margin-bottom: 20px;
    }
    .youtube-video iframe {
        height: auto;
    }
    .comment-reply-wrap ul li .public-comment .public-text {
        width: 80%;
    }
    .comment-reply-wrap ul li .public-comment .comment-img {
        width: 15%;
    }
    .comment-reply-wrap ul li .public-comment-2 {
        margin-left: 0;
    }
    .ptb-70 {
        padding: 60px 0;
    }
    .your-order {
        padding: 30px 20px 45px;
    }
    .checkbox-form h3 {
        font-size: 25px;
    }
    .coupon-accordion h3:last-child {
        margin: 0 0 0;
    }
    .coupon-section.mb-70 {
        margin-bottom: 25px;
    }
    .coupon form input {
        width: 100%;
    }
    .coupon {
        padding-bottom: 0;
    }
    .cart-total-infos {
        text-align: left;
    }
    .cart-total-infos table {
        float: left;
    }
    .login-form {
        padding: 25px 20px;
    }
    .wishlist-share {
        margin: 10px 0;
    }
    .wishlist-table table .product-add-to-cart > a {
        padding: 10px 15px;
        width: 130px;
    }
    .page .entry-header p {
        font-family: "Arial", serif;
        font-size: 19px;
    }
    .single-slider.pb-100.bg-img {
        padding-bottom: 102px;
    }
    .block-newsletter {
        margin-top: 55px;
        padding: 45px 25px;
    }
    .mobile-menu-section .mean-nav ul#nav {
        height: 252px;
        margin-top: 10px;
        overflow-y: auto;
    }
    .flex-direction-nav a {
        margin: -80px 0 0;
    }
    .pos-search .bootstrap-select {
        border-radius: 5px 5px 5px;
        width: 100%;
    }
    .pos-search {
        position: static;
        width: 100%;
        margin-top: 5px;
    }
    .header-bottom-section form input {
        padding-left: 18px;
    }
    .single-slider.slider-h1-2 {
        background-position: 65% center;
    }
    .single-slider.slider-hm4-1 {
        background-position: 80% center;
    }
    .mean-container a.meanmenu-reveal {
        padding: 10px 13px 14px;
    }
    .mean-container .mean-bar::after {
        top: 9px;
    }
    .comment-reply-wrap.mt-50 {
        margin-top: 30px;
    }
    .your-order-table table th {
        width: 110px;
    }
    .slider-content h3 {
        color: #333;
    }
    .single-banner-8{
        margin-bottom: 30px;
    }
    .blog-main-section{
        margin-bottom: 50px;
    }
    .mt-xs-40{
        margin-top: 40px;
    }
    .modal-pro-content h3 {
        font-size: 24px;
    }

}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        max-width: 460px;
    }
    .content-area-title p {
        font-size: 15px;
    }
    .link-follow ul li {
        margin-right: 4px;
    }
    .review-right {
        margin-top: 0;
        padding-left: 110px;
    }
    .review-form .single-form form input {
        width: 350px;
    }
    .review-form .single-form form textsection {
        width: 350px;
    }
    .banner-shadow-hover img {
        width: 100%;
    }

    .single-banner .banner-img {
        flex: 0 0 19px;
        margin-right: 8px;
    }
    .single-banner .banner-text h4 {
        font-size: 15px;
    }
    .banner-section.banner-res-large .col-12 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .modal-pro-content {
        margin-top: 0px;
    }
    .modal-pro-content h3 {
        font-size: 24px;
    }

}







