/******************************

INDEX:

    00 - Base - Typography
    01 - Base - Variables
    02 - Base - Mixins

    03 - Utilities - Helper
    04 - Utilities - Color

    10 - Components - Navigation
    11 - Components - Slider
    12 - Components - Button
    13 - Components - Banner
    14 - Components - Product
    15 - Components - Product Tab
    16 - Components - Brand
    17 - Components - Form
    18 - Components - Social Link
    19 - Components - Animation
    20 - Components - Breadcrumb
    21 - Components - Modal
    22 - Components - Instagram
    23 - Components - Service

    25 - Section - Header
    26 - Section - Footer

    29 - Pages - Blog
    30 - Pages - Shop
    31 - Pages - Single Product
    32 - Pages - About Us
    33 - Pages - Cart
    34 - Pages - Checkout
    35 - Pages - Compare
    36 - Pages - FAQ
    37 - Pages - Wishlist
    38 - Pages - My Account
    39 - Pages - Login | Register
    40 - Pages - Contact
    41 - Pages - 404

******************************/
/*

    Primary Color:     #a8741a;
    Text Color:        #151515;
    Border Color:      #e5e5e5;


    Font Family List:-
    
    font-family: 'Quicksand', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Titillium Web', sans-serif;
    font-family: 'Muli', sans-serif;
    additional-font_family: 'Freestyle Script';

*/
@import url("https://fonts.googleapis.com/css?family=Muli:400,400i,500,500i,600,600i,700,700i|Poppins:400,400i,500,500i,600,600i,700,700i|Quicksand:400,500,600,700|Titillium+Web:400,400i,600,600i,700,700i&amp;display=swap");
/*----------------------------------------*/
/*  00 - Base - Typography
/*----------------------------------------*/
/* ---Quicky's Font Family--- */
.font-family-01 {
  font-family: "Poppins", sans-serif;
}

.font-family-01 h1,
.font-family-01 h2,
.font-family-01 h3,
.font-family-01 h4,
.font-family-01 h5,
.font-family-01 h6 {
  font-family: "Quicksand", sans-serif;
}

.font-family-01 a {
  font-family: "Poppins", sans-serif;
}

.font-family-02 {
  font-family: "Muli", sans-serif;
}

.font-family-02 h1,
.font-family-02 h2,
.font-family-02 h3,
.font-family-02 h4,
.font-family-02 h5,
.font-family-02 h6 {
  font-family: "Titillium Web", sans-serif;
}

.font-family-02 a {
  font-family: "Muli", sans-serif;
}

body {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #151515;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
  font-weight: 600;
  line-height: 24px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
}

a {
  font-size: 18px;
  text-transform: capitalize;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  text-decoration: none;
  outline: 0;
}

button,
.btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: transparent;
}

.overflow-hidden {
  overflow: hidden;
}

/* ---Font Family In HTML Markup--- */
.quicksand-font * {
  font-family: "Quicksand", sans-serif;
}

.poppins-font * {
  font-family: "Poppins", sans-serif;
}

.titillium-font * {
  font-family: "Titillium Web", sans-serif;
}

.muli-font * {
  font-family: "Muli", sans-serif;
}

/*----------------------------------------*/
/*  03 - Utilities - Helper
/*----------------------------------------*/
/* ---Quicky's Container--- */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* ---Quicky's Wrapper Boxed Layout--- */
.wrapper-boxed_layout {
  width: calc(100% - 140px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wrapper-boxed_layout {
    width: calc(100% - 30px);
  }
}

.wrapper-boxed_layout .container-fluid {
  padding: 0;
}

/* ---Quicky's Custom Column--- */
@media (max-width: 479px) {
  .custom-xxs-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ---Additional Font Family--- */
.freestyle-script {
  font-family: "Freestyle Script" !important;
  font-size: 72px !important;
}

@media (max-width: 767px) {
  .freestyle-script {
    font-size: 45px !important;
  }
}

/* ---Quicky's Section Space--- */
.pt-170 {
  padding-top: 170px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-25 {
  padding-top: 25px;
}

@media (max-width: 991px) {
  .pt-md-160 {
    padding-top: 160px !important;
  }
  .pt-md-155 {
    padding-top: 155px !important;
  }
  .pt-md-100 {
    padding-top: 100px;
  }
  .pt-md-90 {
    padding-top: 90px;
  }
  .pt-md-30 {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .pt-sm-30 {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pt-xs-25 {
    padding-top: 25px;
  }
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 991px) {
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px;
  }
  .pb-md-30 {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .pb-xs-30 {
    padding-bottom: 30px;
  }
}

.plr-10 {
  padding: 0 10px;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-95 {
  padding: 95px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

@media (max-width: 479px) {
  .mt-xxs-30 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .mb-xs-30 {
    margin-bottom: 25px;
  }
}

.mr-0 {
  margin-right: 0;
}

@media (max-width: 991px) {
  .mr-md_0 {
    margin-right: 0 !important;
  }
}

/* ----Home Boxed Layout--- */
.boxed-layout {
  display: block;
  margin: 60px auto;
  width: 1290px;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .boxed-layout {
    width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .boxed-layout {
    width: 970px;
    margin: 40px auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .boxed-layout {
    width: 730px;
    margin: 40px auto;
  }
}

@media (max-width: 767px) {
  .boxed-layout {
    width: 480px;
    margin: 30px auto;
  }
}

@media (max-width: 479px) {
  .boxed-layout {
    width: 100%;
    margin: 20px auto;
  }
}

/* ---Quicky's Preloader---*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  z-index: 9999999999999;
}

.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.loading .middle .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
}

.loading .middle .loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  -webkit-animation: loader-inner 2s infinite ease-in;
          animation: loader-inner 2s infinite ease-in;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}

/* ---Base Transition--- */
a,
button,
i, .tab-content .tab-pane.active, .scroll-to-top i, .quantity .cart-plus-minus > .qtybutton, .price-filter .ui-slider-handle, .price-filter .price-slider-amount .label-input .filter-btn, .global-overlay, .slick-dots li, .template-color-1 .modal-body button span, .template-color-1 .footer-widgets > ul > li > a, .template-color-2 .modal-body button span, .template-color-2 .footer-widgets > ul > li > a, .template-color-3 .modal-body button span, .template-color-3 .footer-widgets > ul > li > a, .template-color-4 .modal-body button span, .template-color-4 .footer-widgets > ul > li > a, .template-color-5 .modal-body button span, .template-color-5 .footer-widgets > ul > li > a, .template-color-6 .modal-body button span, .template-color-6 .footer-widgets > ul > li > a, .template-color-7 .modal-body button span, .template-color-7 .footer-widgets > ul > li > a, .template-color-8 .modal-body button span, .template-color-8 .footer-widgets > ul > li > a, .template-color-9 .modal-body button span, .template-color-9 .footer-widgets > ul > li > a, .template-color-10 .modal-body button span, .template-color-10 .footer-widgets > ul > li > a, .arrow-style-2 .slick-arrow, .btn-close, .btn-close > i, .offcanvas-navigation .mobile-menu li > .menu-expand, .offcanvas-menu_wrapper .offcanvas-menu-inner, .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img, .quicky-btn-2, .product-item .single-product, .product-item .single-product .product-img .add-actions > ul > li, .list-product_area .list-product_slider .product-item .single-product .product-content .add-actions, .newsletter-form_wrap .subscribe-form .newsletter-btn, .modal-wrapper.modal, .modal-wrapper .modal-dialog .modal-content .modal-body .close, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide img, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown, .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown > li, .header-right_area > ul > li .quicky-dropdown, .header-right_area > ul > li .quicky-dropdown > li, .main-nav > ul > li .quicky-dropdown, .main-nav > ul > li .quicky-dropdown > li, .main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap, .main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li > ul > li, .quicky-sidebar-search-form .quicky-search-btn i, .blog-details_area .quicky-tag-line a, .blog-details_area .quicky-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .quicky-post-btn_area .quicky-post_btn, .quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > ul li, .quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > a > i, .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product, .quicky-content_wrapper .shop-product-wrap > [class*="col-"], .error404-area .search-error-wrapper .error-btn, .contact-main-page .contact-form-content .contact-form .form-group .contact-form_btn, .myaccount-tab-content, .login-form .check-box input[type="checkbox"] + label:before, .login-form .check-box input[type="checkbox"] + label:after, .login_btn,
.register_btn, .coupon-all .coupon input.button,
.coupon-all .coupon2 input.button, .cart-page-total a, .table-content table td.quicky-cart_btn a, .coupon-accordion span, .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"], .order-button-payment input, .sp-area .sp-nav .sp-img_slider-nav .slick-slide img, .sp-area .sp-nav .sp-content .qty-btn_area > ul li > a, .sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a .secondary-img, .sp-gallery_area .sp-nav .sp-gallery .lg-image, .compare-table .table tbody tr {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* ---Section Title--- */
.section-title {
  text-align: center;
}

.section-title > h3.heading {
  margin-bottom: 15px;
  font-size: 36.05px;
}

@media (max-width: 479px) {
  .section-title > h3.heading {
    font-size: 30px;
  }
}

.section-title > p.short-desc {
  font-size: 15.2px;
  max-width: 37%;
  margin: 0 auto 40px;
}

@media (max-width: 1199px) {
  .section-title > p.short-desc {
    max-width: 45%;
  }
}

@media (max-width: 991px) {
  .section-title > p.short-desc {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .section-title > p.short-desc {
    max-width: 80%;
  }
}

@media (max-width: 575px) {
  .section-title > p.short-desc {
    max-width: 90%;
  }
}

@media (max-width: 479px) {
  .section-title > p.short-desc {
    max-width: 100%;
  }
}

.section-title .section-icon {
  background-image: url("../images/section-title/icon/1.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 30px;
  margin-bottom: 30px;
}

/* ---Product Sticker---*/
.sticker,
.sticker-2 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  cursor: text;
}

.sticker.sticker-2,
.sticker-2.sticker-2 {
  left: auto;
  right: 20px;
}

.sticker.red-color,
.sticker-2.red-color {
  color: #ff0000;
}

/* ---Tooltip--- */
.tooltip {
  z-index: 10;
}

.tooltip-inner {
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: .25rem;
  font-size: 10px;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-width: 5px 5px 0;
}

.tooltip-inner {
  background-color: #151515;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #151515;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #151515;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #151515;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  border-left-color: #151515;
}

/* ---Spacing Between Slide Item---*/
.slick-gutter-30 .slick-list {
  margin: 0 -15px;
}

.slick-gutter-30 .slick-list .slick-slide {
  padding: 0 15px;
}

/* ---Slick Disabled Cursor Point--- */
.slick-disabled {
  cursor: not-allowed !important;
}

/* ---Tab Content & Pane Fix--- */
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #151515;
  color: #ffffff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 999;
  font-size: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: quickySlideInDown 1s normal;
          animation: quickySlideInDown 1s normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: quickySlideInUp 1s normal;
          animation: quickySlideInUp 1s normal;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
}

.scroll-to-top:hover > i {
  -webkit-animation: quickySlideInUp 1s infinite;
          animation: quickySlideInUp 1s infinite;
}

.rating-box > ul > li {
  display: inline-block;
}

.rating-box > ul > li > i {
  font-size: 16px;
}

.rating-box.gamboge-color > ul > li > i {
  color: #DC9B0E;
}

/* ---Quicky's Pagination--- */
.quicky-paginatoin-area {
  padding-top: 30px;
}

.quicky-paginatoin-area .quicky-pagination-box li {
  display: inline-block;
}

.quicky-paginatoin-area .quicky-pagination-box li > a {
  border: 1px solid #e5e5e5;
  padding: 9px 15px;
  display: block;
}

.quicky-paginatoin-area .product-select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.quicky-paginatoin-area .product-select-box .product-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.quicky-paginatoin-area .product-select-box .product-short > p {
  all: inherit;
  padding-right: 15px;
}

.quicky-paginatoin-area .product-select-box .product-short > span {
  padding-left: 15px;
}

/* ---Tag--- */
.quicky-tags_list li {
  display: inline-block;
  margin-bottom: 5px;
}

.quicky-tags_list li a {
  font-size: 14px;
  border: 1px solid #e5e5e5;
  padding: 5px 15px;
  display: block;
  line-height: 20px;
}

/* ---Quantity--- */
.quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
  border: 1px solid #e5e5e5;
  height: 46px;
  text-align: center;
  width: 48px;
  background: #ffffff;
}

.quantity .cart-plus-minus > .qtybutton {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  height: 23px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 28px;
  line-height: 21px;
}

.quantity .cart-plus-minus > .qtybutton:hover {
  background: #f5f5f5;
}

.quantity .cart-plus-minus > .qtybutton.dec {
  bottom: 0;
  right: 0;
}

.quantity .cart-plus-minus > .qtybutton.inc {
  border-bottom: none;
  top: 0;
  right: 0;
}

/* ---Color List Area--- */
.color-list_area {
  border: 1px solid #e5e5e5;
  padding: 25px;
}

@media (max-width: 767px) {
  .color-list_area {
    padding: 15px;
  }
}

.color-list_area .color-list_heading {
  padding-bottom: 15px;
}

.color-list_area .color-list_heading > h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .color-list_area .color-list_heading > h4 {
    font-size: 14px;
  }
}

.color-list_area .sub-title {
  display: block;
  padding-bottom: 20px;
}

.color-list_area .color-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}

@media (max-width: 479px) {
  .color-list_area .color-list {
    padding-bottom: 25px;
    overflow: hidden;
  }
}

.color-list_area .color-list .single-color {
  border: 1px solid #e5e5e5;
  display: inline-block;
  margin-right: 5px;
  padding: 2px;
  width: 25px;
  height: 25px;
}

.color-list_area .color-list .single-color span {
  width: 100%;
  height: 100%;
}

.color-list_area .color-list .single-color span.bg-red_color {
  background-color: #ff0000;
  display: block;
}

.color-list_area .color-list .single-color span.burnt-orange_color {
  background-color: #ff832b;
  display: block;
}

.color-list_area .color-list .single-color span.brown_color {
  background-color: #a6311f;
  display: block;
}

.color-list_area .color-list .single-color span.raw-umber_color {
  background-color: #824900;
  display: block;
}

.color-list_area .color-list .single-color span.black_color {
  background-color: #000000;
  display: block;
}

.color-list_area .color-list .single-color span.golden_color {
  background-color: #a8741a;
  display: block;
}

.color-list_area .color-list .single-color.active {
  border-color: #a8741a;
}

.color-list_area .color-list .single-color.active .color-text {
  color: #151515;
  display: block;
}

.color-list_area .color-list .color-text {
  position: absolute;
  right: -150px;
  width: auto !important;
  top: 0;
  display: none;
}

@media (max-width: 575px) {
  .color-list_area .color-list .color-text {
    right: -110px;
  }
}

@media (max-width: 479px) {
  .color-list_area .color-list .color-text {
    right: auto;
    left: 0;
    top: 30px;
  }
}

/* ---Range Slider--- */
.price-filter {
  margin-top: 35px;
}

.price-filter .ui-widget-content {
  background-color: #e5e5e5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 10px;
  margin: 0 0 25px;
  width: 100%;
  border-top-left-radius: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  -moz-border-radius-topright: 25px;
  border-bottom-left-radius: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  -moz-border-radius-bottomright: 25px;
}

.price-filter .ui-slider-range {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.price-filter .ui-slider-handle {
  background: #ffffff;
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  margin: 0;
  text-align: center;
  top: 50%;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  cursor: e-resize;
}

.price-filter .ui-slider-handle:last-child {
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
      transform: translate(-100%, -50%);
}

.price-filter .price-slider-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-filter .price-slider-amount .label-input label {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

.price-filter .price-slider-amount .label-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: inherit;
  padding-left: 5px;
  width: 99px;
}

.price-filter .price-slider-amount .label-input .filter-btn {
  border: 1px solid #e5e5e5;
  width: 85px;
  height: 40px;
  line-height: 39px;
  border-radius: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .price-filter .price-slider-amount .label-input .filter-btn {
    margin-top: 25px;
  }
}

/* ---Countdown--- */
.countdown-wrap .countdown.item-4 .countdown__item {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin-left: 15px;
}

.countdown-wrap .countdown.item-4 .countdown__item:first-child {
  margin-left: 0;
}

.countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
  color: #151515;
  font-size: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 14px;
  }
}

.countdown-wrap .countdown.item-4 .countdown__item span.daysLeft {
  font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.daysLeft {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.daysLeft {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.daysLeft {
    font-size: 14px;
  }
}

.countdown-wrap .countdown.item-4 .countdown__item span.daysText {
  font-size: 30px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.daysText {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .countdown-wrap .countdown.item-4 .countdown__item span.daysText {
    font-size: 14px;
  }
}

/* ---Countdown Style Two--- */
.countdown-wrap-2 .countdown.item-4 .countdown__item {
  display: inline-block;
  position: relative;
  padding: 25px 0;
  text-align: center;
  margin-left: 35px;
}

.countdown-wrap-2 .countdown.item-4 .countdown__item:first-child {
  margin-left: 0;
}

@media (max-width: 575px) {
  .countdown-wrap-2 .countdown.item-4 .countdown__item {
    padding: 0 !important;
    margin-left: 15px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-2 .countdown.item-4 .countdown__item span {
    font-size: 11px;
  }
}

.countdown-wrap-2 .countdown.item-4 .countdown__item span.countdown__time {
  color: #151515;
  font-size: 24px;
  display: block;
  border-bottom: 1px solid #151515;
  padding-bottom: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .countdown-wrap-2 .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .countdown-wrap-2 .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .countdown-wrap-2 .countdown.item-4 .countdown__item span.countdown__time {
    font-size: 11px;
  }
}

.countdown-wrap-2 .countdown.item-4 [class*="countdown__item"]:not(:first-child):before {
  content: ":";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
}

@media (max-width: 575px) {
  .countdown-wrap-2 .countdown.item-4 [class*="countdown__item"]:not(:first-child):before {
    left: -10px;
    font-size: 20px;
  }
}

/* ---Image hover effect--- */
.img-hover_effect {
  position: relative;
}

.img-hover_effect:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.img-hover_effect:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.img-hover_effect:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
  left: 50%;
  right: 50%;
}

.img-hover_effect:hover:after {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  top: 50%;
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(21, 21, 21, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: url(../images/menu/icon/light-close.png) 16 16, pointer;
}

/* ---Nice Select Customization--- */
.myniceselect.nice-select {
  padding: 0;
  margin: 0;
  height: auto;
  line-height: auto;
}

.myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 60px;
}

.myniceselect.nice-select .list {
  width: 100%;
}

/* ---Quicky's Slick Dots--- */
.slick-dots {
  position: absolute;
  bottom: 30px;
  left: auto;
  right: 120px;
  text-align: center;
  padding: 0 30px;
  z-index: 8;
}

@media (max-width: 1500px) {
  .slick-dots {
    right: 100px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .slick-dots {
    right: 80px;
  }
}

.slick-dots li {
  border: 1px solid #000000;
  display: inline-block;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.slick-dots li:first-child {
  margin-right: 15px;
}

.slick-dots li button {
  border: none;
}

.slick-dots li.slick-active {
  background-color: #000000;
}

.custom-dots .slick-dots {
  position: absolute;
  right: 131px;
  bottom: 110px;
  padding: 0;
}

@media (max-width: 1199px) {
  .custom-dots .slick-dots {
    bottom: 30px;
  }
}

@media (max-width: 479px) {
  .custom-dots .slick-dots {
    bottom: 20px;
    right: 65px;
  }
}

.custom-dots .slick-dots > li {
  border: 0;
  font-size: 14px;
}

.custom-dots .slick-dots > li.slick-active {
  border: 0;
  background-color: transparent;
}

.custom-dots .slick-dots > li.slick-active button {
  font-weight: 700;
}

.custom-dots .slick-dots > li:hover {
  background-color: unset !important;
}

.custom-dots .slick-dots > li:hover button {
  font-weight: 700;
}

.custom-dots.custom-dots-2 > ul.slick-dots {
  left: 105px;
  right: auto;
  bottom: 85px;
}

@media (max-width: 575px) {
  .custom-dots.custom-dots-2 > ul.slick-dots {
    left: 50%;
    right: auto;
    bottom: 135px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 479px) {
  .custom-dots.custom-dots-2 > ul.slick-dots {
    bottom: 120px;
  }
}

.custom-dots.custom-dots-2 > ul.slick-dots > li:not(:last-child) {
  margin-right: 20px;
}

/*----------------------------------------*/
/*  04 - Utilities - Color
/*----------------------------------------*/
/* ---Background Color--- */
.bg-smoke_color {
  background-color: #f5f5f5;
}

.bg-white_color {
  background-color: #ffffff;
}

.bg-buttery-white {
  /*background-color: #ddeee9;*/
  background-color: #dce4e7; 
}

.bg-wisp-pink {
  background-color: #f3ebe9;
}

.bg-snow {
  background-color: #fff7f5;
}

.bg-clear_day {
  background-color: #ddeee9;
}

.bg-black {
  background-color: #000;
}

.template-color-1 a {
  color: #151515;
}

.template-color-1 a:hover {
  color: #a8741a;
}

.template-color-1 [class*="active"] > a {
  color: #a8741a;
}

.template-color-1 .loading .middle .loader {
  border: 4px solid #a8741a;
}

.template-color-1 .loading .middle .loader-inner {
  background-color: #a8741a;
}

.template-color-1 .quicky-btn-2:hover {
  background-color: #a8741a;
}

.template-color-1 .quicky-post_btn:hover {
  background-color: #a8741a !important;
  color: #ffffff;
}

.template-color-1 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #a8741a !important;
  color: #ffffff !important;
}

.template-color-1 .quicky-group_btn > ul > li > a:hover {
  border-color: #a8741a !important;
}

.template-color-1 .login_btn:hover,
.template-color-1 .register_btn:hover {
  background: #a8741a;
}

.template-color-1 .quicky-cart_btn a:hover {
  background: #a8741a;
  color: #ffffff !important;
}

.template-color-1 .slick-dots li:hover {
  background-color: #a8741a;
  border-color: #a8741a;
}

.template-color-1 .slider-navigation button:hover {
  background-color: unset;
  color: #a8741a !important;
}

.template-color-1 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-1 .arrow-style-2 .slick-arrow:hover {
  background-color: #a8741a;
}

.template-color-1 .social-link-4 > ul > li:hover > a {
  background-color: #a8741a;
  border: 1px solid #a8741a;
  color: #ffffff;
}

.template-color-1 .related-post_content > span > strong {
  color: #a8741a;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #a8741a;
  color: #ffffff;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #a8741a;
  color: #ffffff;
}

.template-color-1 .quicky-tag-line a:hover {
  color: #a8741a;
}

.template-color-1 .search-btn:hover {
  color: #a8741a;
}

.template-color-1 .reply-btn a {
  color: #a8741a;
  border: 1px solid #a8741a;
}

.template-color-1 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #a8741a;
}

.template-color-1 .qty-btn_area > ul li > a:hover {
  background-color: #a8741a;
  border-color: #a8741a;
  color: #ffffff;
}

.template-color-1 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-1 .qty-cart_btn:hover {
  background-color: #a8741a;
  border-color: #a8741a;
}

.template-color-1 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-1 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #a8741a;
  border-color: #a8741a;
}

.template-color-1 .banner-area-5 .banner-item .banner-content > span {
  color: #a8741a;
}

.template-color-1 .form-group .required {
  color: #a8741a;
}

.template-color-1 .contact-form_btn:hover {
  background-color: #a8741a !important;
  color: #ffffff;
  border-color: #a8741a !important;
}

.template-color-1 .about-us_btn {
  background: #a8741a;
}

.template-color-1 .quicky-product-stock-status span.in-stock, .template-color-1 .quicky-product-stock-status span.out-stock {
  color: #a8741a;
}

.template-color-1 .coupon input.button:hover,
.template-color-1 .coupon2 input.button:hover {
  background: #a8741a;
}

.template-color-1 .cart-page-total a:hover {
  background: #a8741a;
  border-color: #a8741a;
  color: #ffffff !important;
}

.template-color-1 .coupon-accordion h3 {
  border-top: 3px solid #a8741a;
}

.template-color-1 .coupon-accordion h3:before {
  color: #a8741a;
}

.template-color-1 .coupon-accordion span:hover {
  color: #a8741a;
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #a8741a;
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #a8741a;
}

.template-color-1 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #a8741a;
}

.template-color-1 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #a8741a;
}

.template-color-1 .country-select label span.required, .template-color-1.checkout-form-list label span.required {
  color: #a8741a;
}

.template-color-1 .panel-title a:hover {
  color: #a8741a !important;
}

.template-color-1 .order-button-payment input:hover {
  background: #a8741a;
}

.template-color-1 .compare-product-name a:hover {
  color: #a8741a;
}

.template-color-1 .modal-body button span:hover {
  color: #a8741a;
}

.template-color-1 .btn-close:hover {
  color: #a8741a !important;
}

.template-color-1 .offcanvas-search button.search_btn:hover > i {
  color: #a8741a;
}

.template-color-1 .main-nav > ul > li:hover > a {
  color: #a8741a;
}

.template-color-1 .search-button:hover {
  color: #a8741a;
}

.template-color-1 .tty-slick-text-btn:hover {
  background-color: #a8741a;
  color: #ffffff !important;
}

.template-color-1 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #a8741a;
  color: #ffffff;
}

.template-color-1 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #a8741a !important;
}

.template-color-1 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #a8741a;
}

.template-color-1 .product-view-mode > a.active {
  color: #a8741a;
}

.template-color-1 .ui-slider-range {
  background: #a8741a;
}

.template-color-1 .ui-slider-handle {
  border: 4px solid #a8741a;
}

.template-color-1 .ui-slider-handle:hover {
  background-color: #a8741a;
}

.template-color-1 .filter-btn:hover {
  background-color: #a8741a;
  border-color: #a8741a;
  color: #ffffff;
}

.template-color-1 .sidebar-categories_menu ul li:hover > a {
  color: #a8741a;
}

.template-color-1 .sidebar-categories_menu ul li:hover > a > i {
  color: #a8741a;
}

.template-color-1 .product-tab > ul.product-menu > li > a.active {
  color: #a8741a;
}

.template-color-1 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #a8741a;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #a8741a;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #a8741a;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #a8741a;
}

.template-color-1 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #a8741a !important;
}

.template-color-1 .add-actions > ul > li > a:hover {
  color: #a8741a !important;
}

.template-color-1 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-1 .footer-widgets > ul > li:hover > a {
  color: #a8741a;
  padding-left: 10px;
}

.template-color-1 .quicky-social_link > ul > li > a:hover {
  background-color: #a8741a;
  color: #ffffff !important;
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a.active {
  background: #a8741a;
  color: #ffffff;
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-1 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #a8741a;
}

.template-color-1 .error404-area .search-error-wrapper h1 {
  color: #a8741a;
}

.template-color-1 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #a8741a;
}

.template-color-1 .error404-area .search-error-wrapper .error-btn:hover {
  background: #a8741a;
  color: #ffffff;
}

.template-color-1 .frequently-accordion .actives {
  border: 1px solid #a8741a;
}

.template-color-1 .frequently-accordion .card-header a:hover {
  color: #a8741a !important;
}

.template-color-1 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #a8741a;
  border-color: #a8741a;
}

.template-color-1 .overview-content > h2:after {
  background: #a8741a;
}

.template-color-1 .overview-content > h2 span {
  color: #a8741a;
}

.template-color-1 .count-title h2 {
  color: #a8741a;
}

.template-color-1 .scroll-to-top:hover {
  background-color: #a8741a;
}

.template-color-2 a {
  color: #151515;
}

.template-color-2 a:hover {
  color: #cf869a;
}

.template-color-2 [class*="active"] > a {
  color: #cf869a;
}

.template-color-2 .loading .middle .loader {
  border: 4px solid #cf869a;
}

.template-color-2 .loading .middle .loader-inner {
  background-color: #cf869a;
}

.template-color-2 .quicky-btn-2:hover {
  background-color: #cf869a;
}

.template-color-2 .quicky-post_btn:hover {
  background-color: #cf869a !important;
  color: #ffffff;
}

.template-color-2 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #cf869a !important;
  color: #ffffff !important;
}

.template-color-2 .quicky-group_btn > ul > li > a:hover {
  border-color: #cf869a !important;
}

.template-color-2 .login_btn:hover,
.template-color-2 .register_btn:hover {
  background: #cf869a;
}

.template-color-2 .quicky-cart_btn a:hover {
  background: #cf869a;
  color: #ffffff !important;
}

.template-color-2 .slick-dots li:hover {
  background-color: #cf869a;
  border-color: #cf869a;
}

.template-color-2 .slider-navigation button:hover {
  background-color: unset;
  color: #cf869a !important;
}

.template-color-2 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-2 .arrow-style-2 .slick-arrow:hover {
  background-color: #cf869a;
}

.template-color-2 .social-link-4 > ul > li:hover > a {
  background-color: #cf869a;
  border: 1px solid #cf869a;
  color: #ffffff;
}

.template-color-2 .related-post_content > span > strong {
  color: #cf869a;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #cf869a;
  color: #ffffff;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #cf869a;
  color: #ffffff;
}

.template-color-2 .quicky-tag-line a:hover {
  color: #cf869a;
}

.template-color-2 .search-btn:hover {
  color: #cf869a;
}

.template-color-2 .reply-btn a {
  color: #cf869a;
  border: 1px solid #cf869a;
}

.template-color-2 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #cf869a;
}

.template-color-2 .qty-btn_area > ul li > a:hover {
  background-color: #cf869a;
  border-color: #cf869a;
  color: #ffffff;
}

.template-color-2 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-2 .qty-cart_btn:hover {
  background-color: #cf869a;
  border-color: #cf869a;
}

.template-color-2 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-2 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #cf869a;
  border-color: #cf869a;
}

.template-color-2 .banner-area-5 .banner-item .banner-content > span {
  color: #cf869a;
}

.template-color-2 .form-group .required {
  color: #cf869a;
}

.template-color-2 .contact-form_btn:hover {
  background-color: #cf869a !important;
  color: #ffffff;
  border-color: #cf869a !important;
}

.template-color-2 .about-us_btn {
  background: #cf869a;
}

.template-color-2 .quicky-product-stock-status span.in-stock, .template-color-2 .quicky-product-stock-status span.out-stock {
  color: #cf869a;
}

.template-color-2 .coupon input.button:hover,
.template-color-2 .coupon2 input.button:hover {
  background: #cf869a;
}

.template-color-2 .cart-page-total a:hover {
  background: #cf869a;
  border-color: #cf869a;
  color: #ffffff !important;
}

.template-color-2 .coupon-accordion h3 {
  border-top: 3px solid #cf869a;
}

.template-color-2 .coupon-accordion h3:before {
  color: #cf869a;
}

.template-color-2 .coupon-accordion span:hover {
  color: #cf869a;
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #cf869a;
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #cf869a;
}

.template-color-2 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #cf869a;
}

.template-color-2 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #cf869a;
}

.template-color-2 .country-select label span.required, .template-color-2.checkout-form-list label span.required {
  color: #cf869a;
}

.template-color-2 .panel-title a:hover {
  color: #cf869a !important;
}

.template-color-2 .order-button-payment input:hover {
  background: #cf869a;
}

.template-color-2 .compare-product-name a:hover {
  color: #cf869a;
}

.template-color-2 .modal-body button span:hover {
  color: #cf869a;
}

.template-color-2 .btn-close:hover {
  color: #cf869a !important;
}

.template-color-2 .offcanvas-search button.search_btn:hover > i {
  color: #cf869a;
}

.template-color-2 .main-nav > ul > li:hover > a {
  color: #cf869a;
}

.template-color-2 .search-button:hover {
  color: #cf869a;
}

.template-color-2 .tty-slick-text-btn:hover {
  background-color: #cf869a;
  color: #ffffff !important;
}

.template-color-2 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #cf869a;
  color: #ffffff;
}

.template-color-2 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #cf869a !important;
}

.template-color-2 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #cf869a;
}

.template-color-2 .product-view-mode > a.active {
  color: #cf869a;
}

.template-color-2 .ui-slider-range {
  background: #cf869a;
}

.template-color-2 .ui-slider-handle {
  border: 4px solid #cf869a;
}

.template-color-2 .ui-slider-handle:hover {
  background-color: #cf869a;
}

.template-color-2 .filter-btn:hover {
  background-color: #cf869a;
  border-color: #cf869a;
  color: #ffffff;
}

.template-color-2 .sidebar-categories_menu ul li:hover > a {
  color: #cf869a;
}

.template-color-2 .sidebar-categories_menu ul li:hover > a > i {
  color: #cf869a;
}

.template-color-2 .product-tab > ul.product-menu > li > a.active {
  color: #cf869a;
}

.template-color-2 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #cf869a;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #cf869a;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #cf869a;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #cf869a;
}

.template-color-2 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #cf869a !important;
}

.template-color-2 .add-actions > ul > li > a:hover {
  color: #cf869a !important;
}

.template-color-2 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-2 .footer-widgets > ul > li:hover > a {
  color: #cf869a;
  padding-left: 10px;
}

.template-color-2 .quicky-social_link > ul > li > a:hover {
  background-color: #cf869a;
  color: #ffffff !important;
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a.active {
  background: #cf869a;
  color: #ffffff;
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-2 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #cf869a;
}

.template-color-2 .error404-area .search-error-wrapper h1 {
  color: #cf869a;
}

.template-color-2 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #cf869a;
}

.template-color-2 .error404-area .search-error-wrapper .error-btn:hover {
  background: #cf869a;
  color: #ffffff;
}

.template-color-2 .frequently-accordion .actives {
  border: 1px solid #cf869a;
}

.template-color-2 .frequently-accordion .card-header a:hover {
  color: #cf869a !important;
}

.template-color-2 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #cf869a;
  border-color: #cf869a;
}

.template-color-2 .overview-content > h2:after {
  background: #cf869a;
}

.template-color-2 .overview-content > h2 span {
  color: #cf869a;
}

.template-color-2 .count-title h2 {
  color: #cf869a;
}

.template-color-2 .scroll-to-top:hover {
  background-color: #cf869a;
}

.template-color-3 a {
  color: #151515;
}

.template-color-3 a:hover {
  color: #7f1519;
}

.template-color-3 [class*="active"] > a {
  color: #7f1519;
}

.template-color-3 .loading .middle .loader {
  border: 4px solid #7f1519;
}

.template-color-3 .loading .middle .loader-inner {
  background-color: #7f1519;
}

.template-color-3 .quicky-btn-2:hover {
  background-color: #7f1519;
}

.template-color-3 .quicky-post_btn:hover {
  background-color: #7f1519 !important;
  color: #ffffff;
}

.template-color-3 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #7f1519 !important;
  color: #ffffff !important;
}

.template-color-3 .quicky-group_btn > ul > li > a:hover {
  border-color: #7f1519 !important;
}

.template-color-3 .login_btn:hover,
.template-color-3 .register_btn:hover {
  background: #7f1519;
}

.template-color-3 .quicky-cart_btn a:hover {
  background: #7f1519;
  color: #ffffff !important;
}

.template-color-3 .slick-dots li:hover {
  background-color: #7f1519;
  border-color: #7f1519;
}

.template-color-3 .slider-navigation button:hover {
  background-color: unset;
  color: #7f1519 !important;
}

.template-color-3 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-3 .arrow-style-2 .slick-arrow:hover {
  background-color: #7f1519;
}

.template-color-3 .social-link-4 > ul > li:hover > a {
  background-color: #7f1519;
  border: 1px solid #7f1519;
  color: #ffffff;
}

.template-color-3 .related-post_content > span > strong {
  color: #7f1519;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #7f1519;
  color: #ffffff;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #7f1519;
  color: #ffffff;
}

.template-color-3 .quicky-tag-line a:hover {
  color: #7f1519;
}

.template-color-3 .search-btn:hover {
  color: #7f1519;
}

.template-color-3 .reply-btn a {
  color: #7f1519;
  border: 1px solid #7f1519;
}

.template-color-3 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #7f1519;
}

.template-color-3 .qty-btn_area > ul li > a:hover {
  background-color: #7f1519;
  border-color: #7f1519;
  color: #ffffff;
}

.template-color-3 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-3 .qty-cart_btn:hover {
  background-color: #7f1519;
  border-color: #7f1519;
}

.template-color-3 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-3 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #7f1519;
  border-color: #7f1519;
}

.template-color-3 .banner-area-5 .banner-item .banner-content > span {
  color: #7f1519;
}

.template-color-3 .form-group .required {
  color: #7f1519;
}

.template-color-3 .contact-form_btn:hover {
  background-color: #7f1519 !important;
  color: #ffffff;
  border-color: #7f1519 !important;
}

.template-color-3 .about-us_btn {
  background: #7f1519;
}

.template-color-3 .quicky-product-stock-status span.in-stock, .template-color-3 .quicky-product-stock-status span.out-stock {
  color: #7f1519;
}

.template-color-3 .coupon input.button:hover,
.template-color-3 .coupon2 input.button:hover {
  background: #7f1519;
}

.template-color-3 .cart-page-total a:hover {
  background: #7f1519;
  border-color: #7f1519;
  color: #ffffff !important;
}

.template-color-3 .coupon-accordion h3 {
  border-top: 3px solid #7f1519;
}

.template-color-3 .coupon-accordion h3:before {
  color: #7f1519;
}

.template-color-3 .coupon-accordion span:hover {
  color: #7f1519;
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #7f1519;
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #7f1519;
}

.template-color-3 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #7f1519;
}

.template-color-3 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #7f1519;
}

.template-color-3 .country-select label span.required, .template-color-3.checkout-form-list label span.required {
  color: #7f1519;
}

.template-color-3 .panel-title a:hover {
  color: #7f1519 !important;
}

.template-color-3 .order-button-payment input:hover {
  background: #7f1519;
}

.template-color-3 .compare-product-name a:hover {
  color: #7f1519;
}

.template-color-3 .modal-body button span:hover {
  color: #7f1519;
}

.template-color-3 .btn-close:hover {
  color: #7f1519 !important;
}

.template-color-3 .offcanvas-search button.search_btn:hover > i {
  color: #7f1519;
}

.template-color-3 .main-nav > ul > li:hover > a {
  color: #7f1519;
}

.template-color-3 .search-button:hover {
  color: #7f1519;
}

.template-color-3 .tty-slick-text-btn:hover {
  background-color: #7f1519;
  color: #ffffff !important;
}

.template-color-3 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #7f1519;
  color: #ffffff;
}

.template-color-3 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #7f1519 !important;
}

.template-color-3 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #7f1519;
}

.template-color-3 .product-view-mode > a.active {
  color: #7f1519;
}

.template-color-3 .ui-slider-range {
  background: #7f1519;
}

.template-color-3 .ui-slider-handle {
  border: 4px solid #7f1519;
}

.template-color-3 .ui-slider-handle:hover {
  background-color: #7f1519;
}

.template-color-3 .filter-btn:hover {
  background-color: #7f1519;
  border-color: #7f1519;
  color: #ffffff;
}

.template-color-3 .sidebar-categories_menu ul li:hover > a {
  color: #7f1519;
}

.template-color-3 .sidebar-categories_menu ul li:hover > a > i {
  color: #7f1519;
}

.template-color-3 .product-tab > ul.product-menu > li > a.active {
  color: #7f1519;
}

.template-color-3 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #7f1519;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #7f1519;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #7f1519;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #7f1519;
}

.template-color-3 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #7f1519 !important;
}

.template-color-3 .add-actions > ul > li > a:hover {
  color: #7f1519 !important;
}

.template-color-3 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-3 .footer-widgets > ul > li:hover > a {
  color: #7f1519;
  padding-left: 10px;
}

.template-color-3 .quicky-social_link > ul > li > a:hover {
  background-color: #7f1519;
  color: #ffffff !important;
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a.active {
  background: #7f1519;
  color: #ffffff;
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-3 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #7f1519;
}

.template-color-3 .error404-area .search-error-wrapper h1 {
  color: #7f1519;
}

.template-color-3 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #7f1519;
}

.template-color-3 .error404-area .search-error-wrapper .error-btn:hover {
  background: #7f1519;
  color: #ffffff;
}

.template-color-3 .frequently-accordion .actives {
  border: 1px solid #7f1519;
}

.template-color-3 .frequently-accordion .card-header a:hover {
  color: #7f1519 !important;
}

.template-color-3 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #7f1519;
  border-color: #7f1519;
}

.template-color-3 .overview-content > h2:after {
  background: #7f1519;
}

.template-color-3 .overview-content > h2 span {
  color: #7f1519;
}

.template-color-3 .count-title h2 {
  color: #7f1519;
}

.template-color-3 .scroll-to-top:hover {
  background-color: #7f1519;
}

.template-color-4 a {
  color: #151515;
}

.template-color-4 a:hover {
  color: #ff0000;
}

.template-color-4 [class*="active"] > a {
  color: #ff0000;
}

.template-color-4 .loading .middle .loader {
  border: 4px solid #ff0000;
}

.template-color-4 .loading .middle .loader-inner {
  background-color: #ff0000;
}

.template-color-4 .quicky-btn-2:hover {
  background-color: #ff0000;
}

.template-color-4 .quicky-post_btn:hover {
  background-color: #ff0000 !important;
  color: #ffffff;
}

.template-color-4 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}

.template-color-4 .quicky-group_btn > ul > li > a:hover {
  border-color: #ff0000 !important;
}

.template-color-4 .login_btn:hover,
.template-color-4 .register_btn:hover {
  background: #ff0000;
}

.template-color-4 .quicky-cart_btn a:hover {
  background: #ff0000;
  color: #ffffff !important;
}

.template-color-4 .slick-dots li:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

.template-color-4 .slider-navigation button:hover {
  background-color: unset;
  color: #ff0000 !important;
}

.template-color-4 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-4 .arrow-style-2 .slick-arrow:hover {
  background-color: #ff0000;
}

.template-color-4 .social-link-4 > ul > li:hover > a {
  background-color: #ff0000;
  border: 1px solid #ff0000;
  color: #ffffff;
}

.template-color-4 .related-post_content > span > strong {
  color: #ff0000;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #ff0000;
  color: #ffffff;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #ff0000;
  color: #ffffff;
}

.template-color-4 .quicky-tag-line a:hover {
  color: #ff0000;
}

.template-color-4 .search-btn:hover {
  color: #ff0000;
}

.template-color-4 .reply-btn a {
  color: #ff0000;
  border: 1px solid #ff0000;
}

.template-color-4 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #ff0000;
}

.template-color-4 .qty-btn_area > ul li > a:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

.template-color-4 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-4 .qty-cart_btn:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

.template-color-4 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-4 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.template-color-4 .banner-area-5 .banner-item .banner-content > span {
  color: #ff0000;
}

.template-color-4 .form-group .required {
  color: #ff0000;
}

.template-color-4 .contact-form_btn:hover {
  background-color: #ff0000 !important;
  color: #ffffff;
  border-color: #ff0000 !important;
}

.template-color-4 .about-us_btn {
  background: #ff0000;
}

.template-color-4 .quicky-product-stock-status span.in-stock, .template-color-4 .quicky-product-stock-status span.out-stock {
  color: #ff0000;
}

.template-color-4 .coupon input.button:hover,
.template-color-4 .coupon2 input.button:hover {
  background: #ff0000;
}

.template-color-4 .cart-page-total a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #ffffff !important;
}

.template-color-4 .coupon-accordion h3 {
  border-top: 3px solid #ff0000;
}

.template-color-4 .coupon-accordion h3:before {
  color: #ff0000;
}

.template-color-4 .coupon-accordion span:hover {
  color: #ff0000;
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #ff0000;
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #ff0000;
}

.template-color-4 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #ff0000;
}

.template-color-4 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #ff0000;
}

.template-color-4 .country-select label span.required, .template-color-4.checkout-form-list label span.required {
  color: #ff0000;
}

.template-color-4 .panel-title a:hover {
  color: #ff0000 !important;
}

.template-color-4 .order-button-payment input:hover {
  background: #ff0000;
}

.template-color-4 .compare-product-name a:hover {
  color: #ff0000;
}

.template-color-4 .modal-body button span:hover {
  color: #ff0000;
}

.template-color-4 .btn-close:hover {
  color: #ff0000 !important;
}

.template-color-4 .offcanvas-search button.search_btn:hover > i {
  color: #ff0000;
}

.template-color-4 .main-nav > ul > li:hover > a {
  color: #ff0000;
}

.template-color-4 .search-button:hover {
  color: #ff0000;
}

.template-color-4 .tty-slick-text-btn:hover {
  background-color: #ff0000;
  color: #ffffff !important;
}

.template-color-4 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #ff0000;
  color: #ffffff;
}

.template-color-4 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #ff0000 !important;
}

.template-color-4 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #ff0000;
}

.template-color-4 .product-view-mode > a.active {
  color: #ff0000;
}

.template-color-4 .ui-slider-range {
  background: #ff0000;
}

.template-color-4 .ui-slider-handle {
  border: 4px solid #ff0000;
}

.template-color-4 .ui-slider-handle:hover {
  background-color: #ff0000;
}

.template-color-4 .filter-btn:hover {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

.template-color-4 .sidebar-categories_menu ul li:hover > a {
  color: #ff0000;
}

.template-color-4 .sidebar-categories_menu ul li:hover > a > i {
  color: #ff0000;
}

.template-color-4 .product-tab > ul.product-menu > li > a.active {
  color: #ff0000;
}

.template-color-4 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #ff0000;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #ff0000;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #ff0000;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #ff0000;
}

.template-color-4 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #ff0000 !important;
}

.template-color-4 .add-actions > ul > li > a:hover {
  color: #ff0000 !important;
}

.template-color-4 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-4 .footer-widgets > ul > li:hover > a {
  color: #ff0000;
  padding-left: 10px;
}

.template-color-4 .quicky-social_link > ul > li > a:hover {
  background-color: #ff0000;
  color: #ffffff !important;
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a.active {
  background: #ff0000;
  color: #ffffff;
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-4 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #ff0000;
}

.template-color-4 .error404-area .search-error-wrapper h1 {
  color: #ff0000;
}

.template-color-4 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #ff0000;
}

.template-color-4 .error404-area .search-error-wrapper .error-btn:hover {
  background: #ff0000;
  color: #ffffff;
}

.template-color-4 .frequently-accordion .actives {
  border: 1px solid #ff0000;
}

.template-color-4 .frequently-accordion .card-header a:hover {
  color: #ff0000 !important;
}

.template-color-4 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #ff0000;
  border-color: #ff0000;
}

.template-color-4 .overview-content > h2:after {
  background: #ff0000;
}

.template-color-4 .overview-content > h2 span {
  color: #ff0000;
}

.template-color-4 .count-title h2 {
  color: #ff0000;
}

.template-color-4 .scroll-to-top:hover {
  background-color: #ff0000;
}

.template-color-5 a {
  color: #151515;
}

.template-color-5 a:hover {
  color: #fb7785;
}

.template-color-5 [class*="active"] > a {
  color: #151515;
}

.template-color-5 .loading .middle .loader {
  border: 4px solid #fb7785;
}

.template-color-5 .loading .middle .loader-inner {
  background-color: #fb7785;
}

.template-color-5 .quicky-btn-2:hover {
  background-color: #fb7785;
}

.template-color-5 .quicky-post_btn:hover {
  background-color: #fb7785 !important;
  color: #ffffff;
}

.template-color-5 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #fb7785 !important;
  color: #ffffff !important;
}

.template-color-5 .quicky-group_btn > ul > li > a:hover {
  border-color: #fb7785 !important;
}

.template-color-5 .login_btn:hover,
.template-color-5 .register_btn:hover {
  background: #fb7785;
}

.template-color-5 .quicky-cart_btn a:hover {
  background: #fb7785;
  color: #ffffff !important;
}

.template-color-5 .slick-dots li:hover {
  background-color: #fb7785;
  border-color: #fb7785;
}

.template-color-5 .slider-navigation button:hover {
  background-color: unset;
  color: #fb7785 !important;
}

.template-color-5 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-5 .arrow-style-2 .slick-arrow:hover {
  background-color: #fb7785;
}

.template-color-5 .social-link-4 > ul > li:hover > a {
  background-color: #fb7785;
  border: 1px solid #fb7785;
  color: #ffffff;
}

.template-color-5 .related-post_content > span > strong {
  color: #fb7785;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #fb7785;
  color: #ffffff;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #fb7785;
  color: #ffffff;
}

.template-color-5 .quicky-tag-line a:hover {
  color: #fb7785;
}

.template-color-5 .search-btn:hover {
  color: #fb7785;
}

.template-color-5 .reply-btn a {
  color: #fb7785;
  border: 1px solid #fb7785;
}

.template-color-5 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #fb7785;
}

.template-color-5 .qty-btn_area > ul li > a:hover {
  background-color: #fb7785;
  border-color: #fb7785;
  color: #ffffff;
}

.template-color-5 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-5 .qty-cart_btn:hover {
  background-color: #fb7785;
  border-color: #fb7785;
}

.template-color-5 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-5 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #fb7785;
  border-color: #fb7785;
}

.template-color-5 .banner-area-5 .banner-item .banner-content > span {
  color: #fb7785;
}

.template-color-5 .form-group .required {
  color: #fb7785;
}

.template-color-5 .contact-form_btn:hover {
  background-color: #fb7785 !important;
  color: #ffffff;
  border-color: #fb7785 !important;
}

.template-color-5 .about-us_btn {
  background: #fb7785;
}

.template-color-5 .quicky-product-stock-status span.in-stock, .template-color-5 .quicky-product-stock-status span.out-stock {
  color: #fb7785;
}

.template-color-5 .coupon input.button:hover,
.template-color-5 .coupon2 input.button:hover {
  background: #fb7785;
}

.template-color-5 .cart-page-total a:hover {
  background: #fb7785;
  border-color: #fb7785;
  color: #ffffff !important;
}

.template-color-5 .coupon-accordion h3 {
  border-top: 3px solid #fb7785;
}

.template-color-5 .coupon-accordion h3:before {
  color: #fb7785;
}

.template-color-5 .coupon-accordion span:hover {
  color: #fb7785;
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #fb7785;
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #fb7785;
}

.template-color-5 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #fb7785;
}

.template-color-5 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #fb7785;
}

.template-color-5 .country-select label span.required, .template-color-5.checkout-form-list label span.required {
  color: #fb7785;
}

.template-color-5 .panel-title a:hover {
  color: #fb7785 !important;
}

.template-color-5 .order-button-payment input:hover {
  background: #fb7785;
}

.template-color-5 .compare-product-name a:hover {
  color: #fb7785;
}

.template-color-5 .modal-body button span:hover {
  color: #fb7785;
}

.template-color-5 .btn-close:hover {
  color: #fb7785 !important;
}

.template-color-5 .offcanvas-search button.search_btn:hover > i {
  color: #fb7785;
}

.template-color-5 .main-nav > ul > li:hover > a {
  color: #fb7785;
}

.template-color-5 .search-button:hover {
  color: #fb7785;
}

.template-color-5 .tty-slick-text-btn:hover {
  background-color: #fb7785;
  color: #ffffff !important;
}

.template-color-5 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #fb7785;
  color: #ffffff;
}

.template-color-5 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #fb7785 !important;
}

.template-color-5 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #fb7785;
}

.template-color-5 .product-view-mode > a.active {
  color: #fb7785;
}

.template-color-5 .ui-slider-range {
  background: #fb7785;
}

.template-color-5 .ui-slider-handle {
  border: 4px solid #fb7785;
}

.template-color-5 .ui-slider-handle:hover {
  background-color: #fb7785;
}

.template-color-5 .filter-btn:hover {
  background-color: #fb7785;
  border-color: #fb7785;
  color: #ffffff;
}

.template-color-5 .sidebar-categories_menu ul li:hover > a {
  color: #fb7785;
}

.template-color-5 .sidebar-categories_menu ul li:hover > a > i {
  color: #fb7785;
}

.template-color-5 .product-tab > ul.product-menu > li > a.active {
  color: #fb7785;
}

.template-color-5 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #fb7785;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #fb7785;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #fb7785;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #fb7785;
}

.template-color-5 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #fb7785 !important;
}

.template-color-5 .add-actions > ul > li > a:hover {
  color: #fb7785 !important;
}

.template-color-5 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-5 .footer-widgets > ul > li:hover > a {
  color: #fb7785;
  padding-left: 10px;
}

.template-color-5 .quicky-social_link > ul > li > a:hover {
  background-color: #fb7785;
  color: #ffffff !important;
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a.active {
  background: #fb7785;
  color: #ffffff;
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-5 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #fb7785;
}

.template-color-5 .error404-area .search-error-wrapper h1 {
  color: #fb7785;
}

.template-color-5 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #fb7785;
}

.template-color-5 .error404-area .search-error-wrapper .error-btn:hover {
  background: #fb7785;
  color: #ffffff;
}

.template-color-5 .frequently-accordion .actives {
  border: 1px solid #fb7785;
}

.template-color-5 .frequently-accordion .card-header a:hover {
  color: #fb7785 !important;
}

.template-color-5 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #fb7785;
  border-color: #fb7785;
}

.template-color-5 .overview-content > h2:after {
  background: #fb7785;
}

.template-color-5 .overview-content > h2 span {
  color: #fb7785;
}

.template-color-5 .count-title h2 {
  color: #fb7785;
}

.template-color-5 .scroll-to-top:hover {
  background-color: #fb7785;
}

.template-color-6 a {
  color: #151515;
}

.template-color-6 a:hover {
  color: #B03060;
}

.template-color-6 [class*="active"] > a {
  color: #B03060;
}

.template-color-6 .loading .middle .loader {
  border: 4px solid #B03060;
}

.template-color-6 .loading .middle .loader-inner {
  background-color: #B03060;
}

.template-color-6 .quicky-btn-2:hover {
  background-color: #B03060;
}

.template-color-6 .quicky-post_btn:hover {
  background-color: #B03060 !important;
  color: #ffffff;
}

.template-color-6 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #B03060 !important;
  color: #ffffff !important;
}

.template-color-6 .quicky-group_btn > ul > li > a:hover {
  border-color: #B03060 !important;
}

.template-color-6 .login_btn:hover,
.template-color-6 .register_btn:hover {
  background: #B03060;
}

.template-color-6 .quicky-cart_btn a:hover {
  background: #B03060;
  color: #ffffff !important;
}

.template-color-6 .slick-dots li:hover {
  background-color: #B03060;
  border-color: #B03060;
}

.template-color-6 .slider-navigation button:hover {
  background-color: unset;
  color: #B03060 !important;
}

.template-color-6 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-6 .arrow-style-2 .slick-arrow:hover {
  background-color: #B03060;
}

.template-color-6 .social-link-4 > ul > li:hover > a {
  background-color: #B03060;
  border: 1px solid #B03060;
  color: #ffffff;
}

.template-color-6 .related-post_content > span > strong {
  color: #B03060;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #B03060;
  color: #ffffff;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #B03060;
  color: #ffffff;
}

.template-color-6 .quicky-tag-line a:hover {
  color: #B03060;
}

.template-color-6 .search-btn:hover {
  color: #B03060;
}

.template-color-6 .reply-btn a {
  color: #B03060;
  border: 1px solid #B03060;
}

.template-color-6 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #B03060;
}

.template-color-6 .qty-btn_area > ul li > a:hover {
  background-color: #B03060;
  border-color: #B03060;
  color: #ffffff;
}

.template-color-6 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-6 .qty-cart_btn:hover {
  background-color: #B03060;
  border-color: #B03060;
}

.template-color-6 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-6 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #B03060;
  border-color: #B03060;
}

.template-color-6 .banner-area-5 .banner-item .banner-content > span {
  color: #B03060;
}

.template-color-6 .form-group .required {
  color: #B03060;
}

.template-color-6 .contact-form_btn:hover {
  background-color: #B03060 !important;
  color: #ffffff;
  border-color: #B03060 !important;
}

.template-color-6 .about-us_btn {
  background: #B03060;
}

.template-color-6 .quicky-product-stock-status span.in-stock, .template-color-6 .quicky-product-stock-status span.out-stock {
  color: #B03060;
}

.template-color-6 .coupon input.button:hover,
.template-color-6 .coupon2 input.button:hover {
  background: #B03060;
}

.template-color-6 .cart-page-total a:hover {
  background: #B03060;
  border-color: #B03060;
  color: #ffffff !important;
}

.template-color-6 .coupon-accordion h3 {
  border-top: 3px solid #B03060;
}

.template-color-6 .coupon-accordion h3:before {
  color: #B03060;
}

.template-color-6 .coupon-accordion span:hover {
  color: #B03060;
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #B03060;
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #B03060;
}

.template-color-6 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #B03060;
}

.template-color-6 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #B03060;
}

.template-color-6 .country-select label span.required, .template-color-6.checkout-form-list label span.required {
  color: #B03060;
}

.template-color-6 .panel-title a:hover {
  color: #B03060 !important;
}

.template-color-6 .order-button-payment input:hover {
  background: #B03060;
}

.template-color-6 .compare-product-name a:hover {
  color: #B03060;
}

.template-color-6 .modal-body button span:hover {
  color: #B03060;
}

.template-color-6 .btn-close:hover {
  color: #B03060 !important;
}

.template-color-6 .offcanvas-search button.search_btn:hover > i {
  color: #B03060;
}

.template-color-6 .main-nav > ul > li:hover > a {
  color: #B03060;
}

.template-color-6 .search-button:hover {
  color: #B03060;
}

.template-color-6 .tty-slick-text-btn:hover {
  background-color: #B03060;
  color: #ffffff !important;
}

.template-color-6 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #B03060;
  color: #ffffff;
}

.template-color-6 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #B03060 !important;
}

.template-color-6 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #B03060;
}

.template-color-6 .product-view-mode > a.active {
  color: #B03060;
}

.template-color-6 .ui-slider-range {
  background: #B03060;
}

.template-color-6 .ui-slider-handle {
  border: 4px solid #B03060;
}

.template-color-6 .ui-slider-handle:hover {
  background-color: #B03060;
}

.template-color-6 .filter-btn:hover {
  background-color: #B03060;
  border-color: #B03060;
  color: #ffffff;
}

.template-color-6 .sidebar-categories_menu ul li:hover > a {
  color: #B03060;
}

.template-color-6 .sidebar-categories_menu ul li:hover > a > i {
  color: #B03060;
}

.template-color-6 .product-tab > ul.product-menu > li > a.active {
  color: #B03060;
}

.template-color-6 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #B03060;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #B03060;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #B03060;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #B03060;
}

.template-color-6 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #B03060 !important;
}

.template-color-6 .add-actions > ul > li > a:hover {
  color: #B03060 !important;
}

.template-color-6 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-6 .footer-widgets > ul > li:hover > a {
  color: #B03060;
  padding-left: 10px;
}

.template-color-6 .quicky-social_link > ul > li > a:hover {
  background-color: #B03060;
  color: #ffffff !important;
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a.active {
  background: #B03060;
  color: #ffffff;
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-6 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #B03060;
}

.template-color-6 .error404-area .search-error-wrapper h1 {
  color: #B03060;
}

.template-color-6 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #B03060;
}

.template-color-6 .error404-area .search-error-wrapper .error-btn:hover {
  background: #B03060;
  color: #ffffff;
}

.template-color-6 .frequently-accordion .actives {
  border: 1px solid #B03060;
}

.template-color-6 .frequently-accordion .card-header a:hover {
  color: #B03060 !important;
}

.template-color-6 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #B03060;
  border-color: #B03060;
}

.template-color-6 .overview-content > h2:after {
  background: #B03060;
}

.template-color-6 .overview-content > h2 span {
  color: #B03060;
}

.template-color-6 .count-title h2 {
  color: #B03060;
}

.template-color-6 .scroll-to-top:hover {
  background-color: #B03060;
}

.template-color-7 a {
  color: #151515;
}

.template-color-7 a:hover {
  color: #6a0dad;
}

.template-color-7 [class*="active"] > a {
  color: #6a0dad;
}

.template-color-7 .loading .middle .loader {
  border: 4px solid #6a0dad;
}

.template-color-7 .loading .middle .loader-inner {
  background-color: #6a0dad;
}

.template-color-7 .quicky-btn-2:hover {
  background-color: #6a0dad;
}

.template-color-7 .quicky-post_btn:hover {
  background-color: #6a0dad !important;
  color: #ffffff;
}

.template-color-7 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #6a0dad !important;
  color: #ffffff !important;
}

.template-color-7 .quicky-group_btn > ul > li > a:hover {
  border-color: #6a0dad !important;
}

.template-color-7 .login_btn:hover,
.template-color-7 .register_btn:hover {
  background: #6a0dad;
}

.template-color-7 .quicky-cart_btn a:hover {
  background: #6a0dad;
  color: #ffffff !important;
}

.template-color-7 .slick-dots li:hover {
  background-color: #6a0dad;
  border-color: #6a0dad;
}

.template-color-7 .slider-navigation button:hover {
  background-color: unset;
  color: #6a0dad !important;
}

.template-color-7 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-7 .arrow-style-2 .slick-arrow:hover {
  background-color: #6a0dad;
}

.template-color-7 .social-link-4 > ul > li:hover > a {
  background-color: #6a0dad;
  border: 1px solid #6a0dad;
  color: #ffffff;
}

.template-color-7 .related-post_content > span > strong {
  color: #6a0dad;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #6a0dad;
  color: #ffffff;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #6a0dad;
  color: #ffffff;
}

.template-color-7 .quicky-tag-line a:hover {
  color: #6a0dad;
}

.template-color-7 .search-btn:hover {
  color: #6a0dad;
}

.template-color-7 .reply-btn a {
  color: #6a0dad;
  border: 1px solid #6a0dad;
}

.template-color-7 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #6a0dad;
}

.template-color-7 .qty-btn_area > ul li > a:hover {
  background-color: #6a0dad;
  border-color: #6a0dad;
  color: #ffffff;
}

.template-color-7 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-7 .qty-cart_btn:hover {
  background-color: #6a0dad;
  border-color: #6a0dad;
}

.template-color-7 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-7 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #6a0dad;
  border-color: #6a0dad;
}

.template-color-7 .banner-area-5 .banner-item .banner-content > span {
  color: #6a0dad;
}

.template-color-7 .form-group .required {
  color: #6a0dad;
}

.template-color-7 .contact-form_btn:hover {
  background-color: #6a0dad !important;
  color: #ffffff;
  border-color: #6a0dad !important;
}

.template-color-7 .about-us_btn {
  background: #6a0dad;
}

.template-color-7 .quicky-product-stock-status span.in-stock, .template-color-7 .quicky-product-stock-status span.out-stock {
  color: #6a0dad;
}

.template-color-7 .coupon input.button:hover,
.template-color-7 .coupon2 input.button:hover {
  background: #6a0dad;
}

.template-color-7 .cart-page-total a:hover {
  background: #6a0dad;
  border-color: #6a0dad;
  color: #ffffff !important;
}

.template-color-7 .coupon-accordion h3 {
  border-top: 3px solid #6a0dad;
}

.template-color-7 .coupon-accordion h3:before {
  color: #6a0dad;
}

.template-color-7 .coupon-accordion span:hover {
  color: #6a0dad;
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #6a0dad;
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #6a0dad;
}

.template-color-7 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #6a0dad;
}

.template-color-7 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #6a0dad;
}

.template-color-7 .country-select label span.required, .template-color-7.checkout-form-list label span.required {
  color: #6a0dad;
}

.template-color-7 .panel-title a:hover {
  color: #6a0dad !important;
}

.template-color-7 .order-button-payment input:hover {
  background: #6a0dad;
}

.template-color-7 .compare-product-name a:hover {
  color: #6a0dad;
}

.template-color-7 .modal-body button span:hover {
  color: #6a0dad;
}

.template-color-7 .btn-close:hover {
  color: #6a0dad !important;
}

.template-color-7 .offcanvas-search button.search_btn:hover > i {
  color: #6a0dad;
}

.template-color-7 .main-nav > ul > li:hover > a {
  color: #6a0dad;
}

.template-color-7 .search-button:hover {
  color: #6a0dad;
}

.template-color-7 .tty-slick-text-btn:hover {
  background-color: #6a0dad;
  color: #ffffff !important;
}

.template-color-7 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #6a0dad;
  color: #ffffff;
}

.template-color-7 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #6a0dad !important;
}

.template-color-7 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #6a0dad;
}

.template-color-7 .product-view-mode > a.active {
  color: #6a0dad;
}

.template-color-7 .ui-slider-range {
  background: #6a0dad;
}

.template-color-7 .ui-slider-handle {
  border: 4px solid #6a0dad;
}

.template-color-7 .ui-slider-handle:hover {
  background-color: #6a0dad;
}

.template-color-7 .filter-btn:hover {
  background-color: #6a0dad;
  border-color: #6a0dad;
  color: #ffffff;
}

.template-color-7 .sidebar-categories_menu ul li:hover > a {
  color: #6a0dad;
}

.template-color-7 .sidebar-categories_menu ul li:hover > a > i {
  color: #6a0dad;
}

.template-color-7 .product-tab > ul.product-menu > li > a.active {
  color: #6a0dad;
}

.template-color-7 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #6a0dad;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #6a0dad;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #6a0dad;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #6a0dad;
}

.template-color-7 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #6a0dad !important;
}

.template-color-7 .add-actions > ul > li > a:hover {
  color: #6a0dad !important;
}

.template-color-7 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-7 .footer-widgets > ul > li:hover > a {
  color: #6a0dad;
  padding-left: 10px;
}

.template-color-7 .quicky-social_link > ul > li > a:hover {
  background-color: #6a0dad;
  color: #ffffff !important;
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a.active {
  background: #6a0dad;
  color: #ffffff;
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-7 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #6a0dad;
}

.template-color-7 .error404-area .search-error-wrapper h1 {
  color: #6a0dad;
}

.template-color-7 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #6a0dad;
}

.template-color-7 .error404-area .search-error-wrapper .error-btn:hover {
  background: #6a0dad;
  color: #ffffff;
}

.template-color-7 .frequently-accordion .actives {
  border: 1px solid #6a0dad;
}

.template-color-7 .frequently-accordion .card-header a:hover {
  color: #6a0dad !important;
}

.template-color-7 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #6a0dad;
  border-color: #6a0dad;
}

.template-color-7 .overview-content > h2:after {
  background: #6a0dad;
}

.template-color-7 .overview-content > h2 span {
  color: #6a0dad;
}

.template-color-7 .count-title h2 {
  color: #6a0dad;
}

.template-color-7 .scroll-to-top:hover {
  background-color: #6a0dad;
}

.template-color-8 a {
  color: #151515;
}

.template-color-8 a:hover {
  color: #ffa500;
}

.template-color-8 [class*="active"] > a {
  color: #ffa500;
}

.template-color-8 .loading .middle .loader {
  border: 4px solid #ffa500;
}

.template-color-8 .loading .middle .loader-inner {
  background-color: #ffa500;
}

.template-color-8 .quicky-btn-2:hover {
  background-color: #ffa500;
}

.template-color-8 .quicky-post_btn:hover {
  background-color: #ffa500 !important;
  color: #ffffff;
}

.template-color-8 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #ffa500 !important;
  color: #ffffff !important;
}

.template-color-8 .quicky-group_btn > ul > li > a:hover {
  border-color: #ffa500 !important;
}

.template-color-8 .login_btn:hover,
.template-color-8 .register_btn:hover {
  background: #ffa500;
}

.template-color-8 .quicky-cart_btn a:hover {
  background: #ffa500;
  color: #ffffff !important;
}

.template-color-8 .slick-dots li:hover {
  background-color: #ffa500;
  border-color: #ffa500;
}

.template-color-8 .slider-navigation button:hover {
  background-color: unset;
  color: #ffa500 !important;
}

.template-color-8 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-8 .arrow-style-2 .slick-arrow:hover {
  background-color: #ffa500;
}

.template-color-8 .social-link-4 > ul > li:hover > a {
  background-color: #ffa500;
  border: 1px solid #ffa500;
  color: #ffffff;
}

.template-color-8 .related-post_content > span > strong {
  color: #ffa500;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #ffa500;
  color: #ffffff;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #ffa500;
  color: #ffffff;
}

.template-color-8 .quicky-tag-line a:hover {
  color: #ffa500;
}

.template-color-8 .search-btn:hover {
  color: #ffa500;
}

.template-color-8 .reply-btn a {
  color: #ffa500;
  border: 1px solid #ffa500;
}

.template-color-8 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #ffa500;
}

.template-color-8 .qty-btn_area > ul li > a:hover {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #ffffff;
}

.template-color-8 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-8 .qty-cart_btn:hover {
  background-color: #ffa500;
  border-color: #ffa500;
}

.template-color-8 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-8 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #ffa500;
  border-color: #ffa500;
}

.template-color-8 .banner-area-5 .banner-item .banner-content > span {
  color: #ffa500;
}

.template-color-8 .form-group .required {
  color: #ffa500;
}

.template-color-8 .contact-form_btn:hover {
  background-color: #ffa500 !important;
  color: #ffffff;
  border-color: #ffa500 !important;
}

.template-color-8 .about-us_btn {
  background: #ffa500;
}

.template-color-8 .quicky-product-stock-status span.in-stock, .template-color-8 .quicky-product-stock-status span.out-stock {
  color: #ffa500;
}

.template-color-8 .coupon input.button:hover,
.template-color-8 .coupon2 input.button:hover {
  background: #ffa500;
}

.template-color-8 .cart-page-total a:hover {
  background: #ffa500;
  border-color: #ffa500;
  color: #ffffff !important;
}

.template-color-8 .coupon-accordion h3 {
  border-top: 3px solid #ffa500;
}

.template-color-8 .coupon-accordion h3:before {
  color: #ffa500;
}

.template-color-8 .coupon-accordion span:hover {
  color: #ffa500;
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #ffa500;
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #ffa500;
}

.template-color-8 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #ffa500;
}

.template-color-8 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #ffa500;
}

.template-color-8 .country-select label span.required, .template-color-8.checkout-form-list label span.required {
  color: #ffa500;
}

.template-color-8 .panel-title a:hover {
  color: #ffa500 !important;
}

.template-color-8 .order-button-payment input:hover {
  background: #ffa500;
}

.template-color-8 .compare-product-name a:hover {
  color: #ffa500;
}

.template-color-8 .modal-body button span:hover {
  color: #ffa500;
}

.template-color-8 .btn-close:hover {
  color: #ffa500 !important;
}

.template-color-8 .offcanvas-search button.search_btn:hover > i {
  color: #ffa500;
}

.template-color-8 .main-nav > ul > li:hover > a {
  color: #ffa500;
}

.template-color-8 .search-button:hover {
  color: #ffa500;
}

.template-color-8 .tty-slick-text-btn:hover {
  background-color: #ffa500;
  color: #ffffff !important;
}

.template-color-8 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #ffa500;
  color: #ffffff;
}

.template-color-8 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #ffa500 !important;
}

.template-color-8 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #ffa500;
}

.template-color-8 .product-view-mode > a.active {
  color: #ffa500;
}

.template-color-8 .ui-slider-range {
  background: #ffa500;
}

.template-color-8 .ui-slider-handle {
  border: 4px solid #ffa500;
}

.template-color-8 .ui-slider-handle:hover {
  background-color: #ffa500;
}

.template-color-8 .filter-btn:hover {
  background-color: #ffa500;
  border-color: #ffa500;
  color: #ffffff;
}

.template-color-8 .sidebar-categories_menu ul li:hover > a {
  color: #ffa500;
}

.template-color-8 .sidebar-categories_menu ul li:hover > a > i {
  color: #ffa500;
}

.template-color-8 .product-tab > ul.product-menu > li > a.active {
  color: #ffa500;
}

.template-color-8 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #ffa500;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #ffa500;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #ffa500;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #ffa500;
}

.template-color-8 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #ffa500 !important;
}

.template-color-8 .add-actions > ul > li > a:hover {
  color: #ffa500 !important;
}

.template-color-8 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-8 .footer-widgets > ul > li:hover > a {
  color: #ffa500;
  padding-left: 10px;
}

.template-color-8 .quicky-social_link > ul > li > a:hover {
  background-color: #ffa500;
  color: #ffffff !important;
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a.active {
  background: #ffa500;
  color: #ffffff;
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-8 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #ffa500;
}

.template-color-8 .error404-area .search-error-wrapper h1 {
  color: #ffa500;
}

.template-color-8 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #ffa500;
}

.template-color-8 .error404-area .search-error-wrapper .error-btn:hover {
  background: #ffa500;
  color: #ffffff;
}

.template-color-8 .frequently-accordion .actives {
  border: 1px solid #ffa500;
}

.template-color-8 .frequently-accordion .card-header a:hover {
  color: #ffa500 !important;
}

.template-color-8 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #ffa500;
  border-color: #ffa500;
}

.template-color-8 .overview-content > h2:after {
  background: #ffa500;
}

.template-color-8 .overview-content > h2 span {
  color: #ffa500;
}

.template-color-8 .count-title h2 {
  color: #ffa500;
}

.template-color-8 .scroll-to-top:hover {
  background-color: #ffa500;
}

.template-color-9 a {
  color: #151515;
}

.template-color-9 a:hover {
  color: #8e4585;
}

.template-color-9 [class*="active"] > a {
  color: #8e4585;
}

.template-color-9 .loading .middle .loader {
  border: 4px solid #8e4585;
}

.template-color-9 .loading .middle .loader-inner {
  background-color: #8e4585;
}

.template-color-9 .quicky-btn-2:hover {
  background-color: #8e4585;
}

.template-color-9 .quicky-post_btn:hover {
  background-color: #8e4585 !important;
  color: #ffffff;
}

.template-color-9 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #8e4585 !important;
  color: #ffffff !important;
}

.template-color-9 .quicky-group_btn > ul > li > a:hover {
  border-color: #8e4585 !important;
}

.template-color-9 .login_btn:hover,
.template-color-9 .register_btn:hover {
  background: #8e4585;
}

.template-color-9 .quicky-cart_btn a:hover {
  background: #8e4585;
  color: #ffffff !important;
}

.template-color-9 .slick-dots li:hover {
  background-color: #8e4585;
  border-color: #8e4585;
}

.template-color-9 .slider-navigation button:hover {
  background-color: unset;
  color: #8e4585 !important;
}

.template-color-9 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-9 .arrow-style-2 .slick-arrow:hover {
  background-color: #8e4585;
}

.template-color-9 .social-link-4 > ul > li:hover > a {
  background-color: #8e4585;
  border: 1px solid #8e4585;
  color: #ffffff;
}

.template-color-9 .related-post_content > span > strong {
  color: #8e4585;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #8e4585;
  color: #ffffff;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #8e4585;
  color: #ffffff;
}

.template-color-9 .quicky-tag-line a:hover {
  color: #8e4585;
}

.template-color-9 .search-btn:hover {
  color: #8e4585;
}

.template-color-9 .reply-btn a {
  color: #8e4585;
  border: 1px solid #8e4585;
}

.template-color-9 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #8e4585;
}

.template-color-9 .qty-btn_area > ul li > a:hover {
  background-color: #8e4585;
  border-color: #8e4585;
  color: #ffffff;
}

.template-color-9 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-9 .qty-cart_btn:hover {
  background-color: #8e4585;
  border-color: #8e4585;
}

.template-color-9 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-9 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #8e4585;
  border-color: #8e4585;
}

.template-color-9 .banner-area-5 .banner-item .banner-content > span {
  color: #8e4585;
}

.template-color-9 .form-group .required {
  color: #8e4585;
}

.template-color-9 .contact-form_btn:hover {
  background-color: #8e4585 !important;
  color: #ffffff;
  border-color: #8e4585 !important;
}

.template-color-9 .about-us_btn {
  background: #8e4585;
}

.template-color-9 .quicky-product-stock-status span.in-stock, .template-color-9 .quicky-product-stock-status span.out-stock {
  color: #8e4585;
}

.template-color-9 .coupon input.button:hover,
.template-color-9 .coupon2 input.button:hover {
  background: #8e4585;
}

.template-color-9 .cart-page-total a:hover {
  background: #8e4585;
  border-color: #8e4585;
  color: #ffffff !important;
}

.template-color-9 .coupon-accordion h3 {
  border-top: 3px solid #8e4585;
}

.template-color-9 .coupon-accordion h3:before {
  color: #8e4585;
}

.template-color-9 .coupon-accordion span:hover {
  color: #8e4585;
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #8e4585;
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #8e4585;
}

.template-color-9 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #8e4585;
}

.template-color-9 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #8e4585;
}

.template-color-9 .country-select label span.required, .template-color-9.checkout-form-list label span.required {
  color: #8e4585;
}

.template-color-9 .panel-title a:hover {
  color: #8e4585 !important;
}

.template-color-9 .order-button-payment input:hover {
  background: #8e4585;
}

.template-color-9 .compare-product-name a:hover {
  color: #8e4585;
}

.template-color-9 .modal-body button span:hover {
  color: #8e4585;
}

.template-color-9 .btn-close:hover {
  color: #8e4585 !important;
}

.template-color-9 .offcanvas-search button.search_btn:hover > i {
  color: #8e4585;
}

.template-color-9 .main-nav > ul > li:hover > a {
  color: #8e4585;
}

.template-color-9 .search-button:hover {
  color: #8e4585;
}

.template-color-9 .tty-slick-text-btn:hover {
  background-color: #8e4585;
  color: #ffffff !important;
}

.template-color-9 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #8e4585;
  color: #ffffff;
}

.template-color-9 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #8e4585 !important;
}

.template-color-9 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #8e4585;
}

.template-color-9 .product-view-mode > a.active {
  color: #8e4585;
}

.template-color-9 .ui-slider-range {
  background: #8e4585;
}

.template-color-9 .ui-slider-handle {
  border: 4px solid #8e4585;
}

.template-color-9 .ui-slider-handle:hover {
  background-color: #8e4585;
}

.template-color-9 .filter-btn:hover {
  background-color: #8e4585;
  border-color: #8e4585;
  color: #ffffff;
}

.template-color-9 .sidebar-categories_menu ul li:hover > a {
  color: #8e4585;
}

.template-color-9 .sidebar-categories_menu ul li:hover > a > i {
  color: #8e4585;
}

.template-color-9 .product-tab > ul.product-menu > li > a.active {
  color: #8e4585;
}

.template-color-9 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #8e4585;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #8e4585;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #8e4585;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #8e4585;
}

.template-color-9 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #8e4585 !important;
}

.template-color-9 .add-actions > ul > li > a:hover {
  color: #8e4585 !important;
}

.template-color-9 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-9 .footer-widgets > ul > li:hover > a {
  color: #8e4585;
  padding-left: 10px;
}

.template-color-9 .quicky-social_link > ul > li > a:hover {
  background-color: #8e4585;
  color: #ffffff !important;
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a.active {
  background: #8e4585;
  color: #ffffff;
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-9 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #8e4585;
}

.template-color-9 .error404-area .search-error-wrapper h1 {
  color: #8e4585;
}

.template-color-9 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #8e4585;
}

.template-color-9 .error404-area .search-error-wrapper .error-btn:hover {
  background: #8e4585;
  color: #ffffff;
}

.template-color-9 .frequently-accordion .actives {
  border: 1px solid #8e4585;
}

.template-color-9 .frequently-accordion .card-header a:hover {
  color: #8e4585 !important;
}

.template-color-9 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #8e4585;
  border-color: #8e4585;
}

.template-color-9 .overview-content > h2:after {
  background: #8e4585;
}

.template-color-9 .overview-content > h2 span {
  color: #8e4585;
}

.template-color-9 .count-title h2 {
  color: #8e4585;
}

.template-color-9 .scroll-to-top:hover {
  background-color: #8e4585;
}

.template-color-10 a {
  color: #151515;
}

.template-color-10 a:hover {
  color: #65000b;
}

.template-color-10 [class*="active"] > a {
  color: #65000b;
}

.template-color-10 .loading .middle .loader {
  border: 4px solid #65000b;
}

.template-color-10 .loading .middle .loader-inner {
  background-color: #65000b;
}

.template-color-10 .quicky-btn-2:hover {
  background-color: #65000b;
}

.template-color-10 .quicky-post_btn:hover {
  background-color: #65000b !important;
  color: #ffffff;
}

.template-color-10 .quicky-group_btn > ul > li > a.add-to_cart:hover {
  background-color: #65000b !important;
  color: #ffffff !important;
}

.template-color-10 .quicky-group_btn > ul > li > a:hover {
  border-color: #65000b !important;
}

.template-color-10 .login_btn:hover,
.template-color-10 .register_btn:hover {
  background: #65000b;
}

.template-color-10 .quicky-cart_btn a:hover {
  background: #65000b;
  color: #ffffff !important;
}

.template-color-10 .slick-dots li:hover {
  background-color: #65000b;
  border-color: #65000b;
}

.template-color-10 .slider-navigation button:hover {
  background-color: unset;
  color: #65000b !important;
}

.template-color-10 .arrow-style-2 .slick-arrow {
  background-color: #ddeee9;
}

.template-color-10 .arrow-style-2 .slick-arrow:hover {
  background-color: #65000b;
}

.template-color-10 .social-link-4 > ul > li:hover > a {
  background-color: #65000b;
  border: 1px solid #65000b;
  color: #ffffff;
}

.template-color-10 .related-post_content > span > strong {
  color: #65000b;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box li.active > a {
  background-color: #65000b;
  color: #ffffff;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box li:hover > a {
  background-color: #65000b;
  color: #ffffff;
}

.template-color-10 .quicky-tag-line a:hover {
  color: #65000b;
}

.template-color-10 .search-btn:hover {
  color: #65000b;
}

.template-color-10 .reply-btn a {
  color: #65000b;
  border: 1px solid #65000b;
}

.template-color-10 .reply-btn a:hover {
  color: #ffffff !important;
  background-color: #65000b;
}

.template-color-10 .qty-btn_area > ul li > a:hover {
  background-color: #65000b;
  border-color: #65000b;
  color: #ffffff;
}

.template-color-10 .qty-cart_btn {
  background-color: #151515;
  border-color: #151515;
  color: #ffffff;
}

.template-color-10 .qty-cart_btn:hover {
  background-color: #65000b;
  border-color: #65000b;
}

.template-color-10 .quicky-blog-tags li a {
  border: 1px solid #e5e5e5;
}

.template-color-10 .quicky-blog-tags li a:hover {
  color: #ffffff;
  background-color: #65000b;
  border-color: #65000b;
}

.template-color-10 .banner-area-5 .banner-item .banner-content > span {
  color: #65000b;
}

.template-color-10 .form-group .required {
  color: #65000b;
}

.template-color-10 .contact-form_btn:hover {
  background-color: #65000b !important;
  color: #ffffff;
  border-color: #65000b !important;
}

.template-color-10 .about-us_btn {
  background: #65000b;
}

.template-color-10 .quicky-product-stock-status span.in-stock, .template-color-10 .quicky-product-stock-status span.out-stock {
  color: #65000b;
}

.template-color-10 .coupon input.button:hover,
.template-color-10 .coupon2 input.button:hover {
  background: #65000b;
}

.template-color-10 .cart-page-total a:hover {
  background: #65000b;
  border-color: #65000b;
  color: #ffffff !important;
}

.template-color-10 .coupon-accordion h3 {
  border-top: 3px solid #65000b;
}

.template-color-10 .coupon-accordion h3:before {
  color: #65000b;
}

.template-color-10 .coupon-accordion span:hover {
  color: #65000b;
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"]:hover {
  background: #65000b;
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.checkout-coupon input[type="submit"] {
  background: #65000b;
}

.template-color-10 .coupon-accordion .coupon-content .coupon-info p.lost-password a:hover {
  color: #65000b;
}

.template-color-10 .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"]:hover {
  background: #65000b;
}

.template-color-10 .country-select label span.required, .template-color-10.checkout-form-list label span.required {
  color: #65000b;
}

.template-color-10 .panel-title a:hover {
  color: #65000b !important;
}

.template-color-10 .order-button-payment input:hover {
  background: #65000b;
}

.template-color-10 .compare-product-name a:hover {
  color: #65000b;
}

.template-color-10 .modal-body button span:hover {
  color: #65000b;
}

.template-color-10 .btn-close:hover {
  color: #65000b !important;
}

.template-color-10 .offcanvas-search button.search_btn:hover > i {
  color: #65000b;
}

.template-color-10 .main-nav > ul > li:hover > a {
  color: #65000b;
}

.template-color-10 .search-button:hover {
  color: #65000b;
}

.template-color-10 .tty-slick-text-btn:hover {
  background-color: #65000b;
  color: #ffffff !important;
}

.template-color-10 .minicart-wrap > a.minicart-btn .minicart-count_area > span.item-count {
  background-color: #65000b;
  color: #ffffff;
}

.template-color-10 .offcanvas-minicart_wrapper .minicart-list > li.minicart-product .product-item_img:hover {
  border-color: #65000b !important;
}

.template-color-10 .megamenu-holder > ul > li > span.megamenu-title:before {
  content: "";
  background-color: #65000b;
}

.template-color-10 .product-view-mode > a.active {
  color: #65000b;
}

.template-color-10 .ui-slider-range {
  background: #65000b;
}

.template-color-10 .ui-slider-handle {
  border: 4px solid #65000b;
}

.template-color-10 .ui-slider-handle:hover {
  background-color: #65000b;
}

.template-color-10 .filter-btn:hover {
  background-color: #65000b;
  border-color: #65000b;
  color: #ffffff;
}

.template-color-10 .sidebar-categories_menu ul li:hover > a {
  color: #65000b;
}

.template-color-10 .sidebar-categories_menu ul li:hover > a > i {
  color: #65000b;
}

.template-color-10 .product-tab > ul.product-menu > li > a.active {
  color: #65000b;
}

.template-color-10 .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #65000b;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box.primary-color {
  border: 2px solid #65000b;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li:last-child > a {
  border-right: 0;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li.active > a {
  color: #65000b;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a {
  border-right: 1px solid #65000b;
}

.template-color-10 .quicky-paginatoin-area .quicky-pagination-box.primary-color > li > a:hover {
  color: #65000b !important;
}

.template-color-10 .add-actions > ul > li > a:hover {
  color: #65000b !important;
}

.template-color-10 .footer-widgets > ul > li > a {
  padding-left: 0;
}

.template-color-10 .footer-widgets > ul > li:hover > a {
  color: #65000b;
  padding-left: 10px;
}

.template-color-10 .quicky-social_link > ul > li > a:hover {
  background-color: #65000b;
  color: #ffffff !important;
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a.active {
  background: #65000b;
  color: #ffffff;
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a.active:hover {
  color: #ffffff !important;
}

.template-color-10 .account-page-area .myaccount-tab-trigger li a:hover {
  color: #65000b;
}

.template-color-10 .error404-area .search-error-wrapper h1 {
  color: #65000b;
}

.template-color-10 .error404-area .search-error-wrapper .error-search_btn:hover {
  color: #65000b;
}

.template-color-10 .error404-area .search-error-wrapper .error-btn:hover {
  background: #65000b;
  color: #ffffff;
}

.template-color-10 .frequently-accordion .actives {
  border: 1px solid #65000b;
}

.template-color-10 .frequently-accordion .card-header a:hover {
  color: #65000b !important;
}

.template-color-10 .quicky-tags_list li a:hover {
  color: #ffffff !important;
  background-color: #65000b;
  border-color: #65000b;
}

.template-color-10 .overview-content > h2:after {
  background: #65000b;
}

.template-color-10 .overview-content > h2 span {
  color: #65000b;
}

.template-color-10 .count-title h2 {
  color: #65000b;
}

.template-color-10 .scroll-to-top:hover {
  background-color: #65000b;
}

/*----------------------------------------*/
/*  10 - Components - Navigation
/*----------------------------------------*/
/* ---Home Slider Arrow--- */
.quicky-element-carousel.arrow-style .tty-slick-text-btn {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  line-height: 55px;
  display: block;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.quicky-element-carousel.arrow-style .tty-slick-text-btn.tty-slick-text-prev {
  right: auto;
  left: 15px;
}

.quicky-element-carousel.arrow-style .tty-slick-text-btn.tty-slick-text-next {
  left: auto;
  right: 15px;
}

.quicky-element-carousel.arrow-style .tty-slick-text-btn:hover {
  background-color: #151515;
}

.quicky-element-carousel.arrow-style:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.quicky-element-carousel.arrow-sm_size .tty-slick-text-btn {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 10px;
}

.quicky-element-carousel.arrow-day_color .tty-slick-text-btn {
  background-color: #ddeee9;
  color: #151515;
}

.quicky-element-carousel:hover.arrow-style .tty-slick-text-btn {
  opacity: 1;
  visibility: visible;
}

.arrow-style-2 .slick-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 5px 0;
}

.arrow-style-2 .slick-arrow.tty-slick-text-prev {
  margin-bottom: 5px;
}

.arrow-style-2 .slick-arrow.tty-slick-text-next {
  margin-top: 5px;
}

.arrow-style-2 .slick-arrow > i {
  -webkit-transform: rotate(87deg);
      -ms-transform: rotate(87deg);
          transform: rotate(87deg);
  display: block;
}

/* ---Mobile Menu Wrapper--- */
.mobile-menu_wrapper .offcanvas-menu-inner,
.offcanvas-minicart_wrapper .offcanvas-menu-inner,
.offcanvas-search_wrapper .offcanvas-menu-inner {
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 479px) {
  .mobile-menu_wrapper .offcanvas-menu-inner,
  .offcanvas-minicart_wrapper .offcanvas-menu-inner,
  .offcanvas-search_wrapper .offcanvas-menu-inner {
    width: 260px;
  }
}

.mobile-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-minicart_wrapper .offcanvas-menu-inner .offcanvas-inner_logo,
.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-inner_logo {
  padding: 30px 0;
  text-align: center;
}

.mobile-menu_wrapper.open .offcanvas-menu-inner,
.offcanvas-minicart_wrapper.open .offcanvas-menu-inner,
.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* ---Offcanvas Close Button--- */
.btn-close {
  position: absolute;
  top: 0;
  left: -60px;
  background: #151515;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 10;
  font-size: 24px;
}

@media (max-width: 479px) {
  .btn-close {
    left: -50px;
    width: 50px;
  }
}

.btn-close:hover > i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.btn-close > i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  display: inline-block;
}

.btn-close.white-close_btn {
  color: #ffffff !important;
}

/* ---Offcanvas Navigation Area--- */
.offcanvas-navigation .mobile-menu > li {
  height: 100%;
  border-bottom: 1px solid #e5e5e5;
}

.offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
}

.offcanvas-navigation .mobile-menu li {
  position: relative;
}

.offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  font-size: 20px;
}

.offcanvas-navigation .mobile-menu li a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
}

.offcanvas-navigation .mobile-menu li .sub-menu {
  padding-left: 10px;
  /*max-height: 100px;*/
  overflow-y: auto;
}

.offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: capitalize;
  font-size: 13px;
}

.offcanvas-navigation .mobile-menu li.menu-open > .menu-expand i:before {
  content: '\f273';
}

/* ---Header User Setting Area--- */
.user-setting_area {
  padding-top: 25px;
}

.user-setting_area > ul > li > a > span {
  text-transform: capitalize;
}

/* ---Offcanvas Menu Wrapper--- */
.offcanvas-menu_wrapper {
  text-align: center;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner {
  padding: 25px 30px 30px;
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  width: 375px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  visibility: hidden;
  min-height: 600px;
  overflow-y: auto;
  /* ---Offcanvas Component--- */
  /* ---Offcanvas Inner Social Link--- */
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close {
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  line-height: 1;
  background: transparent;
  color: #151515;
  z-index: 10;
  font-size: 24px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .btn-close:hover {
  background: transparent;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component {
  text-align: left;
  padding-top: 30px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component.first-child {
  padding-top: 35px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_title {
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child {
  padding-right: 0;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #e5e5e5;
  display: block;
  top: 50%;
  right: 10px;
  position: absolute;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-component .offcanvas-component_menu > li:last-child:after {
  background: transparent;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner-social_link {
  position: absolute;
  bottom: 30px;
}

.offcanvas-menu_wrapper.open .offcanvas-menu-inner {
  top: 0;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.offcanvas-menu_wrapper .offcanvas-inner_logo {
  padding: 25px 0;
}

.offcanvas-menu_wrapper .short-desc {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 25px;
}

.offcanvas-menu_wrapper .short-desc > p {
  margin-bottom: 0;
}

/* ---Offcanvas Minicart Area--- */
.offcanvas-minicart_wrapper .offcanvas-menu-inner {
  padding: 60px !important;
  width: 450px;
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
}

@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-menu-inner {
    width: 100%;
    padding: 60px 15px !important;
  }
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #151515;
  top: 0;
  right: 0;
  left: auto;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-heading > h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list {
  max-height: 310px;
  position: relative;
  overflow: auto;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li {
  padding-bottom: 30px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li:last-child {
  padding-bottom: 0;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product > a.product-item_remove {
  position: absolute;
  right: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_img {
  border: 1px solid #e5e5e5;
  -ms-flex-preferred-size: 70px;
  -webkit-flex-basis: 70px;
  flex-basis: 70px;
  max-width: 70px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}

@media (max-width: 479px) {
  .offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content a.product-item_title {
    font-size: 14px;
  }
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list > li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-item_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 25px 0;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area {
  padding-bottom: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-btn_area .hiraola-btn {
  height: 60px;
  line-height: 60px;
  color: #ffffff !important;
}

/* ---Offcanvas Search Area--- */
.offcanvas-search_wrapper .offcanvas-menu-inner {
  background-color: #151515;
  opacity: 0.97;
  width: 100%;
  right: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  visibility: visible;
  opacity: 0;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .btn-close {
  background: transparent;
  color: #151515;
  top: 15px;
  right: 15px;
  left: auto;
  font-size: 45px;
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search {
  background-color: #151515;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  width: calc(100% - 25%);
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox {
  position: relative;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  background-color: #333333;
  border: 0;
  height: 100px;
  line-height: 100px;
  width: 100%;
  padding: 0 100px 0 25px;
  color: #ffffff;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 1.3s ease-in-out;
  -o-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out;
  -webkit-transform-origin: top bottom;
      -ms-transform-origin: top bottom;
          transform-origin: top bottom;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-webkit-input-placeholder {
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-moz-placeholder {
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input:-ms-input-placeholder {
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::-ms-input-placeholder {
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input::placeholder {
  color: #ffffff;
}

.offcanvas-search_wrapper .offcanvas-menu-inner .offcanvas-search .hm-searchbox > .search_btn {
  position: absolute;
  font-size: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  border: 0;
  background: transparent;
  color: #ffffff;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner {
  left: auto;
  right: 0;
  padding: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.offcanvas-search_wrapper.open .offcanvas-menu-inner .offcanvas-search .hm-searchbox > input {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/*----------------------------------------*/
/*  11 - Components - Slider
/*----------------------------------------*/
.home-slider .slide-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-slider .slide-item .inner-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-slider .slide-item .inner-slide .slide-content > h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 40px;
}

@media (max-width: 575px) {
  .home-slider .slide-item .inner-slide .slide-content > h2 {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide .slide-content > h2 {
    font-size: 25px;
  }
}

.home-slider .slide-item .inner-slide .slide-content > p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 26px;
}

.home-slider .slide-item .inner-slide .slide-content > p.short-desc {
  max-width: 60%;
}

@media (max-width: 991px) {
  .home-slider .slide-item .inner-slide .slide-content > p.short-desc {
    max-width: 85%;
  }
}

@media (max-width: 575px) {
  .home-slider .slide-item .inner-slide .slide-content > p.short-desc {
    max-width: 100%;
    font-size: 14px;
  }
}

.home-slider .slide-item .inner-slide .slide-content.slide-content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}

.home-slider .slide-item .inner-slide .slide-content.slide-content_right > p.short-desc {
  max-width: 60%;
  text-align: right;
}

@media (max-width: 991px) {
  .home-slider .slide-item .inner-slide .slide-content.slide-content_right > p.short-desc {
    max-width: 85%;
  }
}

.home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.left-side_img {
  margin-top: -10%;
  margin-left: -8%;
}

@media (max-width: 1500px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.left-side_img {
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.left-side_img {
    width: 80%;
  }
}

.home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.right-side_img {
  margin-bottom: -10%;
  margin-right: -8%;
}

@media (max-width: 1500px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.right-side_img {
    margin-bottom: 0;
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slider-img.right-side_img {
    width: 80%;
  }
}

.home-slider .slide-item .inner-slide.inner-slide-2 .slide-content {
  text-align: center;
}

.home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > h2 {
  font-weight: 700;
  font-size: 80.04px;
  line-height: 80.04px;
}

@media (max-width: 991px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > h2 {
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
  }
}

.home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > p.short-desc-2 {
  font-size: 24.01px;
  line-height: 36.02px;
  max-width: 85%;
  margin: 0 auto 25px;
}

@media (max-width: 991px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > p.short-desc-2 {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > p.short-desc-2 {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content > p.short-desc-2 {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  .home-slider .slide-item .inner-slide.inner-slide-2 .slide-content a.quicky-btn {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .home-slider .tty-slick-text-btn {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .home-slider.home-slider-2 .inner-slide .slide-content > p.short-desc {
    max-width: 55%;
  }
}

@media (max-width: 479px) {
  .home-slider.home-slider-2 .inner-slide .slide-content > p.short-desc {
    max-width: 90%;
  }
}

@media (max-width: 1500px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 479px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content > h2.freestyle-script {
    font-size: 27px !important;
  }
}

@media (max-width: 1199px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content > p.short-desc {
    max-width: 75%;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content > p.short-desc {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content > p.short-desc {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content > p.short-desc {
    font-size: 11px;
  }
}

@media (max-width: 1199px) {
  .home-slider.home-slider-3 .slide-item .inner-slide .slide-content .slide-btn .quicky-btn:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .home-slider.home-slider-3 .slide-item .social-link-2 {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    right: auto;
    left: 30px;
    top: 30px;
  }
}

/* ---Slider Area Four--- */
.slider-area-4 .home-slider-4 .slide-item {
  background-position: right;
}

.slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute {
  position: absolute;
  left: auto;
  right: -5%;
}

@media (max-width: 1199px) {
  .slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute {
    right: -30%;
  }
}

@media (max-width: 991px) {
  .slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute {
    right: -50%;
  }
}

@media (max-width: 767px) {
  .slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute {
    right: auto;
    left: 5%;
  }
}

.slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute > p.short-desc {
  max-width: 50%;
}

@media (max-width: 767px) {
  .slider-area-4 .home-slider-4 .slide-item .inner-slide .slide-content.slide-content_absolute > p.short-desc {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .slider-area-4 .home-slider-4.custom-dots .slick-dots {
    bottom: 30px;
  }
}

/* ---Home One--- */
.bg-1 {
  background-image: url("../images/slider/bg/1-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 755px;
}

@media (max-width: 1199px) {
  .bg-1 {
    min-height: 450px;
  }
}

@media (max-width: 479px) {
  .bg-1 {
    min-height: 380px;
  }
}

/* ---Home Two--- */
.bg-2,
.bg-3 {
  background-image: url("../images/slider/bg/2-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 750px;
}

@media (max-width: 1919px) {
  .bg-2,
  .bg-3 {
    min-height: 580px;
  }
}

@media (max-width: 1500px) {
  .bg-2,
  .bg-3 {
    min-height: 390px;
  }
}

@media (max-width: 991px) {
  .bg-2,
  .bg-3 {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .bg-2,
  .bg-3 {
    background-position: left;
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .bg-2,
  .bg-3 {
    min-height: 380px;
  }
}

.bg-3 {
  background-image: url("../images/slider/bg/2-2.jpg");
}

/* ---Home Three--- */
.bg-4 {
  background-image: url("../images/slider/bg/3-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 750px;
}

@media (max-width: 1199px) {
  .bg-4 {
    min-height: 450px;
  }
}

@media (max-width: 479px) {
  .bg-4 {
    min-height: 380px;
  }
}

/* ---Home Four--- */
.bg-5 {
  background-image: url("../images/slider/bg/4-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 755px;
}

@media (max-width: 1199px) {
  .bg-5 {
    min-height: 450px;
  }
}

@media (max-width: 479px) {
  .bg-5 {
    min-height: 380px;
  }
}

/* ---Home Five--- */
.bg-6  {
  background-image: url("../images/slider/bg/5-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 755px;
} 
.bg-7 {
  background-image: url("../images/slider/bg/5-2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 755px;
}

@media (max-width: 1199px) {
  .bg-6,
  .bg-7 {
    min-height: 450px;
  }
}

@media (max-width: 479px) {
  .bg-6,
  .bg-7 {
    min-height: 380px;
  }
}

.bg-7 {
  background-image: url("../images/slider/bg/5-2.jpg");
}

/* ---Home Six--- */
.bg-8 {
  background-image: url("../images/slider/bg/6-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 755px;
}

@media (max-width: 1199px) {
  .bg-8 {
    min-height: 450px;
  }
}

@media (max-width: 479px) {
  .bg-8 {
    min-height: 380px;
  }
}

/*----------------------------------------*/
/*  12 - Components - Button
/*----------------------------------------*/
/* ---Quicky's Button Position--- */
.quicky-btn-ps_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quicky-btn-ps_center.quicky-btn-ps_left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.quicky-btn-ps_center.quicky-btn-ps_right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.quicky-btn {
  position: relative;
  line-height: 26px;
}

@media (max-width: 575px) {
  .quicky-btn.horizontal-line_ltr {
    font-size: 14px;
  }
}

.quicky-btn.horizontal-line_ltr:before {
  background-color: #2f2f2f;
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 185px;
  top: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

@media (max-width: 575px) {
  .quicky-btn.horizontal-line_ltr:before {
    left: 135px;
    width: 50px;
  }
}

.quicky-btn.horizontal-line_ltr.horizontal-line_rtl:before {
  left: auto;
  right: 85px;
}

.quicky-btn.vertical-line:before {
  background-color: #2f2f2f;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
}

/* ---Quicky's Button Style Two--- */
.quicky-btn-2 {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
  background-color: #151515;
  color: #ffffff !important;
  width: 175px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 25px;
  font-size: 16px;
}

.quicky-btn-2.transparent-btn {
  background-color: transparent;
}

.quicky-btn-2.quicky-btn_fullwidth {
  width: 100%;
}

.quicky-btn-2.quicky-btn_sm {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}

.quicky-btn-2.black-color {
  border: 1px solid #000000;
  font-size: 14px;
}

.quicky-btn-2.square-btn {
  border-radius: 0;
}

/*----------------------------------------*/
/*  23 - Components - Service
/*----------------------------------------*/
.service-area .service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .service-area .service-item {
    display: block;
    text-align: center;
  }
}

.service-area .service-item .service-content {
  padding-left: 15px;
}

.service-area .service-item .service-content > h3.heading {
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 0;
}

.service-area .service-item .service-content > p.short-desc {
  font-size: 15px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-area [class*="col-"]:not(:last-child) {
    padding-bottom: 30px;
  }
}

.service-area-2 .service-item {
  text-align: center;
}

.service-area-2 .service-item.img-height {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service-area-2 .service-item.bg-01 {
  background-image: url("../images/service/bg/1.jpg");
}

.service-area-2 .service-item.bg-02 {
  background-image: url("../images/service/bg/2.jpg");
}

.service-area-2 .service-item.bg-03 {
  background-image: url("../images/service/bg/3.jpg");
}

.service-area-2 .service-item .service-img {
  padding-bottom: 25px;
}

.service-area-2 .service-item .service-content > h3.heading {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 5px;
  font-family: "Muli", sans-serif;
}

.service-area-2 .service-item .service-content > p.short-desc {
  font-size: 16px;
  line-height: 26px;
  max-width: 65%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .service-area-2 [class*="col-"]:not(:last-child) .service-item {
    margin-bottom: 30px;
  }
}

/*----------------------------------------*/
/*  13 - Components - Banner
/*----------------------------------------*/
.banner-item .banner-img a img {
  width: 100%;
}

.banner-area [class*="banner-wrap"]:last-child {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .banner-area [class*="banner-wrap"] [class*="col-"]:not(:last-child) .banner-item {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-area .specific-banner_item {
    padding-top: 30px;
  }
}

@media (max-width: 479px) {
  .banner-area [class*="custom-xxs-col"]:first-child {
    padding-bottom: 30px;
  }
}

/* ---Banner Area Two--- */
@media (max-width: 767px) {
  .banner-area-2 [class*="col-"]:not(:last-child) .banner-item {
    padding-bottom: 30px;
  }
}

/* ---Banner Area Four--- */
@media (max-width: 479px) {
  .banner-area-4 [class*="banner-wrap"]:first-child [class*="custom-xxs-col"]:first-child {
    padding-bottom: 30px;
  }
}

.banner-area-4 [class*="banner-wrap"]:last-child {
  padding-top: 30px;
}

@media (max-width: 479px) {
  .banner-area-4 [class*="banner-wrap"]:last-child {
    padding: 30px 0;
  }
}

/* ---Banner Area Five--- */
@media (max-width: 479px) {
  .banner-area-5 [class*="custom-xxs-col"]:first-child .banner-item {
    padding-bottom: 30px;
  }
}

.banner-area-5 .banner-wrap [class*="col-"]:not(:last-child) {
  padding-bottom: 30px;
}

/* ---Banner Area Six--- */
@media (max-width: 479px) {
  .banner-area-6 [class*="custom-xxs-col"]:first-child .banner-item {
    padding-bottom: 30px;
  }
}

/* ---Banner Area Seven--- */
@media (max-width: 767px) {
  .banner-area-7 [class*="col-"]:not(:last-child) .banner-item {
    padding-bottom: 30px;
  }
}

/* ---Banner Area Nine--- */
.banner-area-9 [class*="banner-wrap"]:not(:last-child) {
  padding-bottom: 30px;
}

/* ---Banner Area Ten | Countdown Banner--- */
.countdown-banner .banner-img {
  position: relative;
}

.countdown-banner .banner-content {
  position: absolute;
  top: 50px;
  right: 50px;
  text-align: center;
}

@media (max-width: 479px) {
  .countdown-banner .banner-content {
    top: 30px;
    right: 30px;
  }
}

.countdown-banner .banner-content span {
  display: block;
  padding-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 479px) {
  .countdown-banner .banner-content span {
    font-size: 11px;
    line-height: 1;
    padding-bottom: 0;
  }
}

.countdown-banner .banner-content h3 {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .countdown-banner .banner-content h3 {
    font-size: 16px;
  }
}

.countdown-banner .banner-content .countdown-wrap-2 .countdown.item-4 .countdown__item {
  padding: 15px 0;
}

@media (max-width: 575px) {
  .countdown-banner .banner-content a.quicky-btn {
    font-size: 12px;
  }
}

/* ---Banner Area Eleven--- */
.banner-area-11 .banner-custom_col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38.75%;
      -ms-flex: 0 0 38.75%;
          flex: 0 0 38.75%;
  max-width: 38.75%;
}

@media (max-width: 575px) {
  .banner-area-11 .banner-custom_col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.banner-area-11 .banner-custom_col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.5%;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
  max-width: 22.5%;
}

@media (max-width: 575px) {
  .banner-area-11 .banner-custom_col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/*----------------------------------------*/
/*  14 - Components - Product
/*----------------------------------------*/
.product-item {
  margin: 15px 0;
}

.product-item .single-product {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.product-item .single-product .product-img {
  position: relative;
  text-align: center;
  overflow: hidden; 
  height: 600px;
  width: 100%;
}

.product-item .single-product .product-img > a {
  display: block;
}

.product-item .single-product .product-img > a img {
  width: 100%;
}

.product-item .single-product .product-img .add-actions {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.product-item .single-product .product-img .add-actions > ul > li {
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.product-item .single-product .product-img .add-actions > ul > li:first-child {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.product-item .single-product .product-img .add-actions > ul > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

.product-item .single-product .product-img .add-actions > ul > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.product-item .single-product .product-img .add-actions > ul > li:last-child {
  -webkit-transition-delay: 400ms;
       -o-transition-delay: 400ms;
          transition-delay: 400ms;
}

.product-item .single-product .product-img .add-actions > ul > li:last-child > a {
  padding-right: 0;
}

.product-item .single-product .product-img .add-actions > ul > li > a {
  display: block;
  text-align: center;
  padding: 10px;
}

.product-item .single-product .product-img .add-actions > ul > li > a > i {
  font-size: 20px;
}

.product-item .single-product .product-img .add-actions.hover-right_side {
  top: 50%;
  bottom: auto;
  left: auto;
  right: -35px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-item .single-product .product-img .add-actions.hover-right_side > ul > li {
  display: block;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.product-item .single-product .product-img .add-actions.hover-right_side > ul > li:last-child > a {
  padding: 10px;
}

.product-item .single-product .product-content {
  padding: 25px 25px 20px 30px;
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .product-item .single-product .product-content {
    padding: 25px 15px 20px 20px;
  }
}

.product-item .single-product .product-content .product-desc_info .manufacture-product_top {
  padding-bottom: 5px;
}

.product-item .single-product .product-content .product-desc_info .manufacture-product_top > span {
  position: relative;
  padding-left: 40px;
}

.product-item .single-product .product-content .product-desc_info .manufacture-product_top > span:before {
  background-color: #151515;
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.product-item .single-product .product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
  margin-left: 10px;
}

.product-item .single-product .product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
}

.product-item .single-product .product-content .product-desc_info .product-category {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}

.product-item .single-product .product-content .product-desc_info .product-category a {
  font-size: 14px;
  display: block;
}

.product-item .single-product .product-content .product-desc_info .product-category a:before {
  content: "";
  background-color: #bbbbbb;
  height: 2px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-item .single-product .product-content .product-desc_info h3.product-name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.product-item .single-product .product-content .product-desc_info .review-area {
  padding-top: 10px;
}

.product-item .single-product:hover .product-img .add-actions > ul > li {
  -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
          transform: translateY(-45px);
}

.product-item .single-product:hover .product-img .add-actions.hover-right_side > ul > li {
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
}

/* ---List Product--- */
.list-product_area {
  padding-top: 80px;
}

.list-product_area .section-title {
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .list-product_area .section-title > h3 {
    font-size: 16px;
    padding-left: 0;
    padding-right: 10px;
  }
}

.list-product_area .list-product_slider .product-item {
  border: 1px solid #e5e5e5;
  margin: 15px 0;
}

.list-product_area .list-product_slider .product-item .single-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 20px;
}

@media (max-width: 479px) {
  .list-product_area .list-product_slider .product-item .single-product {
    display: block;
  }
}

.list-product_area .list-product_slider .product-item .single-product .product-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.list-product_area .list-product_slider .product-item .single-product .product-content {
  padding-left: 15px;
  padding-top: 0;
}

@media (max-width: 479px) {
  .list-product_area .list-product_slider .product-item .single-product .product-content {
    padding-bottom: 30px;
  }
}

.list-product_area .list-product_slider .product-item .single-product .product-content span.manufacture-product {
  padding-bottom: 5px;
  display: block;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions {
  opacity: 0;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li {
  display: inline-block;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li > a {
  background-color: #f5f5f5;
  padding: 10px;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li i {
  font-size: 18px;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:not(:last-child) {
  margin-right: 5px;
}

.list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:nth-child(2) > a {
  padding: 10px 20px;
}

@media (max-width: 991px) {
  .list-product_area .list-product_slider .product-item .single-product .product-content .add-actions > ul > li:nth-child(2) > a {
    padding: 10px 8px;
  }
}

.list-product_area .list-product_slider .product-item .single-product:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.list-product_area .list-product_slider .product-item .single-product:hover .add-actions {
  opacity: 1;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.list-product_area .list-product_slider .slick-list {
  margin: -15px;
}

/*----------------------------------------*/
/*  15 - Components - Product Tab
/*----------------------------------------*/
.product-tab_area .short-desc {
  margin: 0 auto;
  text-align: center;
}

.product-tab_area .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-tab_area .product-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .product-tab_area .product-tab {
    display: block;
  }
}

@media (max-width: 767px) {
  .product-tab_area .product-tab .quicky-tab_title {
    padding-bottom: 20px;
  }
}

.product-tab_area .product-tab .quicky-tab_title > h4 {
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .product-tab_area .product-tab .quicky-tab_title > h4 {
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .product-tab_area .product-tab > ul.product-menu {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.product-tab_area .product-tab > ul.product-menu > li > a {
  text-transform: uppercase;
  padding: 0 30px;
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .product-tab_area .product-tab > ul.product-menu > li > a {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .product-tab_area .product-tab > ul.product-menu > li > a {
    padding: 0 0 10px 0;
  }
}

.product-tab_area .product-tab > ul.product-menu > li > a:after {
  background-color: #bbbbbb;
  content: "";
  position: absolute;
  top: 50%;
  right: -9px;
  height: 2px;
  width: 18px;
}

@media (max-width: 991px) {
  .product-tab_area .product-tab > ul.product-menu > li > a:after {
    width: 10px;
    right: -5px;
  }
}

@media (max-width: 575px) {
  .product-tab_area .product-tab > ul.product-menu > li > a:after {
    display: none;
  }
}

.product-tab_area .product-tab > ul.product-menu > li:last-child > a {
  padding-right: 0;
}

@media (max-width: 479px) {
  .product-tab_area .product-tab > ul.product-menu > li:last-child > a {
    padding: 0;
  }
}

.product-tab_area .product-tab > ul.product-menu > li:last-child > a:after {
  display: none;
}

/*----------------------------------------*/
/*  16 - Components - Brand
/*----------------------------------------*/
/*----------------------------------------*/
/*  17 - Components - Form
/*----------------------------------------*/
/* ---Newsletter Form--- */
.newsletter-form_wrap .subscribe-form {
  position: relative;
}

.newsletter-form_wrap .subscribe-form .newsletter-input {
  border: 1px solid #e5e5e5;
  background-color: #DAE5E7;
  height: 50px;
  width: 100%;
  padding: 0 125px 0 20px;
}

.newsletter-form_wrap .subscribe-form .newsletter-btn {
  background-color: #151515;
  color: #ffffff;
  position: absolute;
  font-size: 21px;
  top: 0;
  right: 0;
  width: 105px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.newsletter-form_wrap .subscribe-form .newsletter-btn:hover {
  background-color: #a8741a;
}

/*----------------------------------------*/
/*  18 - Components - Social Link
/*----------------------------------------*/
.social-link {
  padding-top: 25px;
}

.social-link > ul > li {
  display: inline-block;
  padding-right: 25px;
}

.social-link > ul > li:last-child {
  padding-right: 0;
}

.social-link > ul > li > a {
  font-size: 22px;
  display: block;
}

.social-link-2 {
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: -135px;
  padding-top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-link-2 {
    right: -150px;
  }
}

@media (max-width: 991px) {
  .social-link-2 {
    right: -105px;
  }
}

@media (max-width: 991px) {
  .social-link-2 > ul > li {
    padding-right: 15px;
  }
  .social-link-2 > ul > li > a {
    font-size: 16px;
  }
}

.social-with_navigation {
  position: absolute;
  bottom: 110px;
  right: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .social-with_navigation {
    bottom: 30px;
  }
}

.social-with_navigation .social-link-3 {
  position: absolute;
  right: 0;
  bottom: 35px;
  border-bottom: 1px solid #151515;
  padding-bottom: 10px;
  padding-right: 45px;
}

@media (max-width: 479px) {
  .social-with_navigation .social-link-3 {
    padding-right: 15px;
    bottom: 25px;
  }
}

.social-with_navigation .social-link-3 > ul > li {
  display: inline-block;
  margin-right: 15px;
}

.social-with_navigation .social-link-3 > ul > li:last-child {
  margin-right: 0;
}

@media (max-width: 479px) {
  .social-with_navigation .social-link-3 > ul > li {
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .social-with_navigation .social-link-3 > ul > li > a {
    font-size: 12px;
  }
}

.social-link-4 {
  padding-top: 25px;
  text-align: center;
}

.social-link-4 > ul > li {
  display: inline-block;
  padding-right: 10px;
}

.social-link-4 > ul > li > a {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: 18px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

.social-link-4.square-style > ul > li > a {
  border-radius: 0;
}

.social-link-4.align-left {
  text-align: left;
}

.social-link-4.border-style > ul > li > a {
  background-color: transparent;
  border: 1px solid #e5e5e5;
}

/*----------------------------------------*/
/*  19 - Components - Animation
/*----------------------------------------*/
/* Animation Style One */
.slick-active .animation-style-01 .slide-content > h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-01 .slide-content > p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-01 .slide-content > .slide-btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-01 .slider-img img {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > h2 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > p {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-02 .slide-content > .slide-btn {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-02 .slider-img img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > h2 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > p {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-03 .slide-content > .slide-btn {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-03 .slider-img img {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-04 .left-side_img img {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > h2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-04 .slide-content > .slide-btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slick-active .animation-style-04 .right-side_img img {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* ---Slider Progress Bar--- */
.slider-progress {
  background: rgba(0, 0, 0, 0.3);
  -webkit-animation: initial;
  animation: initial;
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  z-index: 4;
}

.slick-current .slider-progress {
  -webkit-animation: timebar 8s ease-in-out 0s 1 backwards;
  animation: timebar 8s ease-in-out 0s 1 backwards;
}

@-webkit-keyframes timebar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes timebar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/*Top Up Keyframes*/
@-webkit-keyframes quickySlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes quickySlideInUp {
  0% {
    -webkit-transform: translateY(250px);
    transform: translateY(250px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*Top Down Keyframes*/
@-webkit-keyframes quickySlideInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

@keyframes quickySlideInDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

.quickySlideInDown {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-right {
  -webkit-animation: slide-in-right 4s linear infinite alternate both;
  animation: slide-in-right 4s linear infinite alternate both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-1-7 17:0:13
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*----------------------------------------*/
/*  20 - Components - Breadcrumb
/*----------------------------------------*/
.breadcrumb-area {
  background-image: url("../images/breadcrumb/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 250px;
  position: relative;
}

@media (max-width: 991px) {
  .breadcrumb-area {
    min-height: 250px;
  }
}

.breadcrumb-area .breadcrumb-content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-content {
    width: 100%;
  }
}

.breadcrumb-area .breadcrumb-content > h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 36px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .breadcrumb-area .breadcrumb-content > h2 {
    font-size: 20px;
  }
}

.breadcrumb-area .breadcrumb-content ul > li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.breadcrumb-area .breadcrumb-content ul > li:first-child {
  padding-left: 0;
}

.breadcrumb-area .breadcrumb-content ul > li:before {
  content: "\f2ee";
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  font-size: 10px;
  font-weight: 600;
  right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-area .breadcrumb-content ul > li:last-child:before {
  display: none;
}

.breadcrumb-area.breadcrumb-area-2 {
  background-image: url("../images/breadcrumb/2.jpg");
  background-position: left;
}

@media (max-width: 991px) {
  .breadcrumb-area.breadcrumb-area-2 {
    background-position: center;
  }
}

/*----------------------------------------*/
/*  21 - Components - Modal
/*----------------------------------------*/
/* ---Modal--- */
.modal-wrapper {
  display: block !important;
}

.modal-wrapper.modal {
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -9;
}

.modal-wrapper.show {
  background-color: rgba(0, 0, 0, 0.9);
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1050;
}

.modal-wrapper .modal-dialog {
  max-width: 55%;
}

@media (max-width: 1500px) {
  .modal-wrapper .modal-dialog {
    max-width: 80%;
  }
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog {
    max-width: 100%;
    left: 0;
  }
}

.modal-wrapper .modal-dialog .modal-content {
  padding: 30px 30px 25px;
  overflow-y: auto;
}

.modal-wrapper .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .close {
  font-size: 30px;
  font-weight: 400;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 99;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider .slick-slide img {
  width: 100%;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav {
  padding: 0 60px;
  margin-top: 30px;
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav {
    padding: 0;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide img {
  border: 1px solid #e5e5e5;
  width: 100%;
  opacity: 0.7;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide.slick-current img {
  opacity: 1;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .slick-slide:hover img {
  opacity: 1;
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-img_slider-nav .tty-slick-text-btn {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content {
    padding-top: 25px;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
  margin-bottom: 0;
  padding-bottom: 20px;
  line-height: 24px;
}

@media (max-width: 1199px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .sp-heading > h5 {
    font-size: 18px;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .rating-box {
  padding-bottom: 15px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .rating-box > ul > li {
  display: inline-block;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box {
  padding-bottom: 10px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
  font-size: 24px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .new-price {
  font-size: 18px;
  margin-left: 10px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .essential_stuff {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .color-list_area {
  margin-top: 15px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quantity {
  padding-top: 15px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn {
  padding-top: 22px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li {
  display: inline-block;
  margin-left: 5px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li:first-child {
  margin-left: 0;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li > a {
  border: 2px solid #e5e5e5;
  width: 50px;
  height: 50px;
  line-height: 47px;
  display: block;
  text-align: center;
}

@media (max-width: 479px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li > a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li > a.add-to_cart {
  background-color: #151515;
  border: 2px solid #151515;
  color: #ffffff;
  width: 140px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-group_btn > ul > li > a > i {
  font-size: 18px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-tag-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-tag-line h6 {
  margin-bottom: 0;
  padding-right: 5px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-tag-line > span {
  padding-right: 5px;
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-tag-line > a {
    font-size: 14px;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn {
  padding-top: 17px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li {
  display: inline-block;
  opacity: 0.8;
  position: relative;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li > a {
  background: #3b579d;
  color: #ffffff;
  padding: 2px 5px;
  border-radius: 2px;
  font-size: 14px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li > a:hover {
  color: #ffffff !important;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li > a > i {
  padding-right: 5px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li:nth-child(2) > a {
  background-color: #3acaff;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li:nth-child(3) > a {
  background-color: #fe6d4c;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li:hover {
  opacity: 1;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
  width: 165px;
  padding: 4px;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  bottom: 25px;
  left: 0;
  z-index: 99;
}

@media (max-width: 575px) {
  .modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown {
    left: auto;
    right: 0;
  }
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown > li:hover {
  background-color: #3b579d;
  color: #ffffff;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li .dropdown > li > i {
  text-align: center;
  -webkit-flex-basis: 30px;
      -ms-flex-preferred-size: 30px;
          flex-basis: 30px;
  width: 30px;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .modal-inner-area .sp-content .quicky-social_btn > ul > li:hover > .dropdown {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  22 - Components - Instagram
/*----------------------------------------*/
.quicky-instagram_area {
  padding: 95px 0;
}

.quicky-instagram_area .quicky-section_area {
  text-align: center;
  padding-bottom: 40px;
}

.quicky-instagram_area .quicky-section_area > p {
  max-width: 40%;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .quicky-instagram_area .quicky-section_area > p {
    max-width: 35%;
  }
}

@media (max-width: 1199px) {
  .quicky-instagram_area .quicky-section_area > p {
    max-width: 45%;
  }
}

@media (max-width: 767px) {
  .quicky-instagram_area .quicky-section_area > p {
    max-width: 70%;
  }
}

@media (max-width: 575px) {
  .quicky-instagram_area .quicky-section_area > p {
    max-width: 100%;
  }
}

.quicky-instagram_area .instagram-slider .single-item .instagram-img > a img {
  width: 100%;
}

/*----------------------------------------*/
/*  24 - Components - Best Deals
/*----------------------------------------*/
@media (max-width: 1199px) {
  .best-deal_wrap {
    padding-bottom: 25px;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item {
  position: relative;
}

.best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-01, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
  background-image: url("../images/best-deal/bg/1-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 470px;
}

@media (max-width: 1500px) {
  .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-01, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
    min-height: 350px;
  }
}

@media (max-width: 1199px) {
  .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-01, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-01, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
    min-height: 320px;
  }
}

@media (max-width: 479px) {
  .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-01, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04, .best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
    background-position: left;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-02 {
  background-image: url("../images/best-deal/bg/1-2.jpg");
}

.best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-03 {
  background-image: url("../images/best-deal/bg/1-3.jpg");
}

.best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-04 {
  background-image: url("../images/best-deal/bg/1-4.jpg");
}

.best-deal_wrap .best-deal_slider .best-deal_item.best-deal-bg-05 {
  background-image: url("../images/best-deal/bg/1-5.jpg");
}

.best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1500px) {
  .best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content {
    left: 5%;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content span.product-discount {
  font-size: 18px;
}

@media (max-width: 767px) {
  .best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content span.product-discount {
    font-size: 16px;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content span.product-offer {
  display: block;
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content span.product-offer {
    font-size: 16px;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content > h3 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content > h3 {
    font-size: 25px;
  }
}

.best-deal_wrap .best-deal_slider .best-deal_item .best-deal_content .quicky-btn-ps_left {
  padding-top: 15px;
}

.best-deal_wrap .best-deal_slider.best-deal_arrow .tty-slick-text-btn {
  background-color: #ffffff;
  color: #151515;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .best-deal_wrap .best-deal_slider.best-deal_arrow .tty-slick-text-btn {
    display: none !important;
  }
}

.best-deal_wrap .best-deal_slider.best-deal_arrow .tty-slick-text-btn:hover {
  background-color: #151515;
  color: #ffffff;
}

/* ---Testimonial Wrap--- */
.testimonial-wrap .testimonial-slider .testimonial-item {
  position: relative;
}

.testimonial-wrap .testimonial-slider .testimonial-item.testimonial-bg-01 {
  background-image: url("../images/best-deal/bg/2-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 470px;
}

@media (max-width: 1500px) {
  .testimonial-wrap .testimonial-slider .testimonial-item.testimonial-bg-01 {
    min-height: 350px;
  }
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content {
  border: 2px solid #555555;
  width: 460px;
  margin: 0 auto;
  position: absolute;
  top: 29%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content {
    width: 350px;
    top: 18%;
  }
}

@media (max-width: 479px) {
  .testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content {
    width: 280px;
  }
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content:before {
  content: '\f1b2';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: -20px;
  font-size: 45px;
  background: #f6efe0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  left: -6px;
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content:after {
  content: "";
  border-top: 2px solid transparent;
  border-bottom: 2px solid #555555;
  border-left: 2px solid transparent;
  border-right: 2px solid #555555;
  width: 37px;
  height: 37px;
  line-height: 30px;
  position: absolute;
  bottom: -20px;
  left: 160px;
  -webkit-transform: skew(0deg, 45deg);
      -ms-transform: skew(0deg, 45deg);
          transform: skew(0deg, 45deg);
}

@media (max-width: 767px) {
  .testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content:after {
    display: none;
  }
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content p.short-desc {
  padding: 30px;
  margin-bottom: -15px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content p.short-desc {
    padding: 20px;
    font-size: 14px;
  }
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content .user-info {
  position: absolute;
  bottom: -75px;
  right: 115px;
}

@media (max-width: 767px) {
  .testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content .user-info {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content .user-info > h3.user-name {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}

.testimonial-wrap .testimonial-slider .testimonial-item .testimonial-content .user-info > span.user-occupation {
  font-size: 15px;
}

/*-------------------------------------------------------*/
/*  25 - Components - Newsletter With Testimonial
/*----------------------------------------------*/
/* ---Newsletter Area--- */
.newsletter-area {
  min-height: 410px;
  text-align: center;
}

.newsletter-area .newsletter-wrap {
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}

.newsletter-area .newsletter-wrap span {
  font-size: 18px;
  line-height: 36px;
}

.newsletter-area .newsletter-wrap > h2.heading {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 25px;
}

@media (max-width: 479px) {
  .newsletter-area .newsletter-wrap > h2.heading {
    font-size: 30px;
  }
}

.newsletter-area .newsletter-wrap > p.short-desc {
  font-size: 15px;
  padding-top: 15px;
  max-width: 75%;
  margin: 0 auto;
}

/* ---Testimonial Area--- */
.testimonial-area {
  position: relative;
}

@media (max-width: 991px) {
  .testimonial-area {
    padding-top: 30px;
  }
}

.testimonial-area .client-review_area {
  position: absolute;
  bottom: 20px;
  right: 130px;
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area .client-review_area {
    right: 30px;
  }
}

@media (max-width: 767px) {
  .testimonial-area .client-review_area {
    right: 75px;
  }
}

@media (max-width: 575px) {
  .testimonial-area .client-review_area {
    bottom: 20px;
    right: 15px;
  }
}

.testimonial-area .client-review_area > span {
  font-size: 18px;
  line-height: 36px;
}

@media (max-width: 479px) {
  .testimonial-area .client-review_area > span {
    font-size: 16px;
    line-height: 16px;
  }
}

.testimonial-area .client-review_area > h2 {
  font-size: 36px;
  line-height: 45px;
  text-transform: capitalize;
  font-family: "Muli", sans-serif;
}

@media (max-width: 575px) {
  .testimonial-area .client-review_area > h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .testimonial-area .client-review_area > h2 {
    font-size: 20px;
    line-height: 20px;
  }
}

.testimonial-area .testimonial-slider {
  background-image: url("../images/testimonial/bg/1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.testimonial-area .testimonial-slider .testimonial-item {
  min-height: 410px;
  position: relative;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-img {
  position: absolute;
  top: 50%;
  left: 7%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-img img {
    max-width: 30%;
  }
}

@media (max-width: 479px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-img img {
    max-width: 45%;
  }
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-content {
  position: absolute;
  left: 320px;
  top: 50px;
}

@media (max-width: 1199px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content {
    left: 240px;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content {
    left: auto;
    position: relative;
    top: 10px;
  }
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
  margin-bottom: 15px;
  font-size: 15px;
  max-width: 85%;
  letter-spacing: 0.5px;
}

@media (max-width: 1199px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
    max-width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 479px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
    max-width: 95%;
  }
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-content > h3.client-name {
  font-size: 15px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: text;
}

@media (max-width: 991px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > h3.client-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 575px) {
  .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > h3.client-name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 10px;
  }
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-content > h3.client-name > span {
  position: relative;
  padding-left: 40px;
}

.testimonial-area .testimonial-slider .testimonial-item .testimonial-content > h3.client-name > span:before {
  content: "";
  background-color: #151515;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*----------------------------------------*/
/*  25 - Section - Header
/*----------------------------------------*/
/* ---Header Right Area--- */
.header-right_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right_area > ul > li {
  display: inline-block;
  margin-right: 35px;
}

.header-right_area > ul > li:last-child {
  margin-right: 0;
}

.header-right_area > ul > li .quicky-dropdown {
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  background: #ddeee9;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  padding: 20px 0 24px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  width: 230px;
  z-index: 9;
}

.header-right_area > ul > li .quicky-dropdown > li {
  padding-left: 0;
}

.header-right_area > ul > li .quicky-dropdown > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
}

.header-right_area > ul > li .quicky-dropdown > li:hover {
  padding-left: 10px;
}

.header-right_area > ul > li:hover .quicky-dropdown {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.header-right_area > ul > li.user-setting_wrap {
  position: relative;
}

@media (max-width: 991px) {
  .header-right_area > ul > li.user-setting_wrap {
    display: none;
  }
}

.header-right_area > ul > li.user-setting_wrap .quicky-dropdown {
  top: 60px;
  left: auto;
  right: 0;
}

.header-right_area > ul > li.user-setting_wrap .quicky-dropdown > li .quicky-submenu {
  left: auto;
  right: 100%;
  top: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.header-right_area > ul > li.user-setting_wrap .quicky-dropdown > li:hover .quicky-submenu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.header-right_area > ul > li.user-setting_wrap .quicky-dropdown > li > ul > li:hover {
  padding-left: 0;
}

.header-right_area > ul > li.minicart-wrap > a {
  border: 0;
  padding: 0;
}

.header-right_area > ul > li.minicart-wrap > a > .minicart-count_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-right_area > ul > li.minicart-wrap > a > .minicart-count_area > i {
  padding-right: 10px;
  font-size: 25px;
}

.header-right_area > ul > li.minicart-wrap > a > .minicart-count_area p.total-price {
  margin-bottom: 0;
}

.header-right_area > ul > li.mobile-menu_wrap {
  vertical-align: top;
}

.header-right_area > ul > li.mobile-menu_wrap > a > i {
  vertical-align: text-bottom;
  font-size: 23px;
}

.header-right_area > ul > li > a > i {
  font-size: 25px;
}

/* ---Header Bottom Area--- */
.main-nav > ul > li {
  display: inline-block;
  margin-right: 45px;
}

.main-nav > ul > li .quicky-dropdown {
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  background: #ddeee9;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  padding: 20px 0 24px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  position: absolute;
  width: 230px;
  z-index: 9;
}

.main-nav > ul > li .quicky-dropdown > li {
  padding-left: 0;
}

.main-nav > ul > li .quicky-dropdown > li > a {
  padding: 10px 20px;
  display: block;
  font-size: 14px;
}

.main-nav > ul > li .quicky-dropdown > li:hover {
  padding-left: 10px;
}

.main-nav > ul > li:hover .quicky-dropdown {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.main-nav > ul > li > ul.quicky-dropdown > li .quicky-submenu {
  left: auto;
  right: 100%;
  top: 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}

.main-nav > ul > li > ul.quicky-dropdown > li:hover .quicky-submenu {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.main-nav > ul > li > a {
  padding: 22px 0;
  display: block;
  line-height: 45px;
}

.main-nav > ul > li > a > i {
  margin-left: 5px;
}

.main-nav > ul > li.mh-sticker_wrap {
  position: relative;
}

.main-nav > ul > li.mh-sticker_wrap > span {
  position: relative;
}

.main-nav > ul > li.mh-sticker_wrap > span.mh-sticker {
  background-color: #ff0000;
  color: #ffffff;
  position: absolute;
  width: 35px;
  height: 19px;
  line-height: 20px;
  display: block;
  top: 10px;
  left: 0;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: text;
}

.main-nav > ul > li.mh-sticker_wrap > span.mh-sticker:before {
  content: "";
  border-top: 2px solid transparent;
  border-bottom: 8px solid #ff0000;
  border-left: 2px solid transparent;
  border-right: 2px solid #ff0000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  -webkit-transform: skew(0deg, 45deg);
      -ms-transform: skew(0deg, 45deg);
          transform: skew(0deg, 45deg);
  z-index: -1;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap {
  -webkit-box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  background: #ddeee9;
  display: block;
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: auto;
  top: 100%;
  z-index: 999;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 0;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li {
  width: 33.33%;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li > span.megamenu-title {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  line-height: 40px;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li > ul > li {
  padding-left: 0;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li > ul > li > a {
  display: block;
  line-height: 35px;
  font-size: 16px;
}

.main-nav > ul > li.megamenu-holder .quicky-megamenu_wrap .quicky-megamenu > li > ul > li:hover {
  padding-left: 10px;
}

.main-nav > ul > li.megamenu-holder .main-menu_bg {
  padding-top: 20px;
}

.main-nav > ul > li.megamenu-holder .main-menu_bg img {
  width: 100%;
}

.main-nav > ul > li.megamenu-holder:hover .quicky-megamenu_wrap {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

/* ---Header Contact--- */
.header-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact > i {
  font-size: 30px;
}

.header-contact .contact-content {
  padding-left: 15px;
}

.header-contact .contact-content p {
  margin-bottom: 0;
}

/* ---Main Header--- */
.main-header .main-header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .main-header .main-header_nav {
    padding: 22px 0;
  }
}

@media (max-width: 479px) {
  .main-header .main-header_nav {
    display: block;
  }
}

.main-header .main-header_nav .header-logo_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .main-header .main-header_nav .header-logo_area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
}

/* ---Main Header Two--- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header_area-2 .main-header_nav .main-menu_area > nav.main-nav > ul > li {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header_area-2 .main-header_nav .main-menu_area > nav.main-nav > ul > li:last-child {
    margin-right: 0;
  }
}

.main-header_area-2 .header-sticky .container-fluid {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .main-header_area-2 .header-sticky .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .main-header_area-2 .header-sticky .container-fluid {
    padding: 0 15px;
  }
}

/* ---Main Header Three--- */
.main-header_area-3 .container-fluid {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .main-header_area-3 .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .main-header_area-3 .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .main-header_area-3 .main-nav > ul > li {
    margin-right: 25px;
  }
}

/* ---Sticky Header--- */
.header-sticky {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  z-index: 99;
  display: none;
}

.header-sticky.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  display: block;
}

@media (max-width: 575px) {
  .header-sticky.sticky {
    position: static;
  }
}

.header-sticky .sticky-header_nav {
  padding: 0;
}

@media (max-width: 991px) {
  .header-sticky .sticky-header_nav {
    padding: 20px 0;
  }
}

.header-sticky .sticky-header_nav .header-logo_area > a > img {
  max-width: 120px;
}

@media (max-width: 1199px) {
  .header-sticky .sticky-header_nav .main-menu_area > nav.main-nav > ul > li {
    margin-right: 20px;
  }
}

/*----------------------------------------*/
/*  26 - Section - Footer
/*----------------------------------------*/
.footer-top_area {
  padding: 70px 0;
}

.footer-top_area .footer-widgets_area .logo-area {
  padding-bottom: 25px;
}

.footer-top_area .footer-widgets_area p {
  line-height: 22px;
  font-size: 15px;
  max-width: 72%;
}

@media (max-width: 1199px) {
  .footer-top_area .footer-widgets_area p {
    max-width: 90%;
  }
}

.footer-top_area .footer-widgets_area p.short-desc {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.footer-top_area .footer-widgets_area p.address-info {
  margin-bottom: 10px;
}

.footer-top_area .footer-widgets_area > h3.heading {
  font-size: 18px;
  line-height: 45px;
  margin-bottom: 30px;
}

.footer-top_area .footer-widgets_area .footer-widgets > ul > li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-top_area .footer-widgets_area .footer-widgets > ul > li > a {
  font-size: 15px;
  line-height: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top_area .footer-widgets_area .footer-widgets > ul > li > a {
    font-size: 14px;
  }
}

.footer-top_area .footer-widgets_area .widgets-mail > a {
  display: block;
  font-size: 15px;
  line-height: 23px;
  padding-bottom: 5px;
  text-transform: none;
}

.footer-top_area .footer-widgets_area a.widgets-contects {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 23px;
  display: block;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .footer-top_area [class*="col-"]:not(:last-child) .footer-widgets_area {
    padding-bottom: 50px;
  }
}

/* ---Footer Area Two--- */
.footer-area-2 .footer-top_area {
  padding: 85px 0 95px;
}

.footer-area-2 .footer-top_area .footer-widgets_area > h3 {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 5px;
}

.footer-area-2 .footer-top_area .footer-widgets_area > h3.horizontal-line_ltr > span {
  position: relative;
}

.footer-area-2 .footer-top_area .footer-widgets_area > h3.horizontal-line_ltr > span:before {
  background-color: #151515;
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-area-2 .footer-top_area .footer-widgets_area .footer-widgets p {
  font-size: 16px;
  line-height: 24px;
}

.footer-area-2 .footer-top_area .footer-widgets_area .footer-widgets p.address-info {
  max-width: 85%;
  margin-bottom: 15px;
}

.footer-area-2 .footer-top_area .footer-widgets_area .footer-widgets .widgets-contects a {
  font-weight: 700;
}

.footer-area-2 .footer-top_area .footer-widgets_area .footer-widgets .widgets-mail {
  padding-top: 10px;
}

.footer-area-2 .footer-top_area .footer-widgets_area .footer-widgets .widgets-mail a {
  letter-spacing: 4.5px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-2 .footer-top_area .footer-widgets_area.address-widgets_area {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area-2 .footer-top_area [class*="col-"]:not(:first-child) .footer-widgets_area {
    padding-bottom: 0;
  }
}

/* ---Footer Area Three--- */
.footer-area-3 .container-fluid {
  padding: 0 70px;
}

@media (max-width: 767px) {
  .footer-area-3 .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .footer-area-3 .container-fluid {
    padding: 0 15px;
  }
}

.footer-bottom_area {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .footer-bottom_area .copyright {
    text-align: center;
  }
}

.footer-bottom_area .copyright > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer-bottom_area .copyright > span {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .footer-bottom_area .copyright > span {
    display: block;
  }
}

.footer-bottom_area .copyright > span > a {
  font-size: 15px;
  padding-left: 5px;
  text-transform: none;
}

.footer-bottom_area .payment {
  text-align: right;
}

@media (max-width: 767px) {
  .footer-bottom_area .payment {
    padding-top: 25px;
    text-align: center;
  }
}

/*----------------------------------------*/
/*  29 - Pages - Blog
/*----------------------------------------*/
.blog-item .blog-img > a img {
  width: 100%;
}

.blog-item .blog-content > h3.heading {
  padding-top: 20px;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .blog-item .blog-content > h3.heading > a {
    font-size: 14px;
  }
}

.blog-item .blog-content .blog-meta {
  padding-top: 15px;
}

.blog-item .blog-content .blog-meta span {
  position: relative;
  display: block;
}

.blog-item .blog-content .blog-meta span:before {
  content: "";
  background-color: #e5e5e5;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 145px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ---Latest Blog--- */
.latest-blog_area .section-title {
  margin-bottom: 50px;
}

.latest-blog_area .blog-item .blog-content > h3.heading {
  font-size: 18px;
}

/* ---Latest Blog Two--- */
.latest-blog_area-2 .blog-item .blog-content {
  padding: 25px;
}

.latest-blog_area-2 .blog-item .blog-content > h3.heading {
  padding-top: 0;
  font-size: 20px;
  line-height: 40px;
}

.latest-blog_area-2 .blog-item .blog-content > p.short-desc {
  font-size: 15px;
}

.latest-blog_area-2 .blog-item .blog-content .readmore-ps_left {
  position: relative;
}

.latest-blog_area-2 .blog-item .blog-content .readmore-ps_left:before {
  background-color: #151515;
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.latest-blog_area-2 .blog-item .blog-content .readmore-ps_left > a {
  padding-left: 40px;
  text-transform: none;
  font-size: 16px;
}

/* ---Blog Page Style--- */
@media (max-width: 575px) {
  .blog-grid_area .quicky-pagination-box,
  .blog-list_area .quicky-pagination-box {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .blog-grid_area .product-select-box,
  .blog-list_area .product-select-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.blog-grid_area .myniceselect.nice-select span,
.blog-list_area .myniceselect.nice-select span {
  padding: 0 40px;
}

/* --Search Form--- */
.quicky-sidebar-search-form .quicky-search-field {
  width: calc(100% - 50px);
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  font-size: 14px;
  height: 50px;
  float: left;
  text-transform: capitalize;
}

.quicky-sidebar-search-form .quicky-search-btn {
  width: 50px;
  height: 50px;
  margin-left: -4px;
  text-align: center;
  cursor: pointer;
  background-color: #151515;
  border: 1px solid #151515;
}

.quicky-sidebar-search-form .quicky-search-btn:hover {
  background: #a8741a;
  border-color: #a8741a;
}

.quicky-sidebar-search-form .quicky-search-btn i {
  font-size: 20px;
  line-height: 50px;
  color: #ffffff;
}

/* --Blog Sidebar Other Related Stuff--- */
.quicky-blog-sidebar-wrapper .quicky-blog-sidebar {
  padding-top: 30px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar:first-child {
  padding-top: 0;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar:last-child {
  padding-top: 0;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-sidebar-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-sidebar-title:before {
  width: 55px;
  height: 2px;
  bottom: -26px;
  left: 0;
  background-color: #a8741a;
  content: "";
  position: absolute;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-archive li {
  margin-bottom: 10px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-archive li a {
  font-size: 14px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-archive li:last-child {
  margin-bottom: 0;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-recent-post .quicky-recent-post-thumb {
  width: 65px;
  border: 1px solid #e5e5e5;
  height: 100%;
  margin-bottom: 30px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-recent-post .quicky-recent-post-des {
  padding-left: 10px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-recent-post .quicky-recent-post-des span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-recent-post .quicky-recent-post-des .quicky-post-date {
  font-size: 13px;
  font-weight: 400;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-tags li {
  display: inline-block;
  margin-bottom: 5px;
}

.quicky-blog-sidebar-wrapper .quicky-blog-sidebar .quicky-blog-tags li a {
  font-size: 14px;
  padding: 5px 15px;
  display: block;
  line-height: 20px;
}

/* ---Blog List Area--- */
.blog-list_area .blog-item .blog-img {
  height: 100%;
}

.blog-list_area .blog-item .blog-content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---Blog Details--- */
.blog-details_area .blog-item .blog-content {
  padding: 0 0 25px;
}

.blog-details_area .blog-item .blog-content > h3.heading > a {
  font-size: 22px;
}

.blog-details_area .quicky-blog-blockquote {
  padding: 0 0 0 40px;
}

@media (max-width: 991px) {
  .blog-details_area .quicky-blog-blockquote {
    padding: 0;
  }
}

.blog-details_area .quicky-blog-blockquote blockquote {
  border: 1px solid #e5e5e5;
  padding: 40px;
  position: relative;
  margin: 0 0 20px;
  font-style: italic;
  background: #f5f5f5;
}

.blog-details_area .quicky-blog-blockquote blockquote p:before {
  content: "";
  background: #a8741a;
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-details_area .quicky-tag-line {
  padding: 25px 0 25px;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.blog-details_area .quicky-tag-line h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 5px;
}

.blog-details_area .quicky-tag-line a {
  font-style: italic;
  text-transform: capitalize;
  font-size: 16px;
}

.blog-details_area .related-post_area > h3.heading {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 21px;
  padding-bottom: 25px;
}

.blog-details_area .related-post_area .related-post_info .related-post_img img {
  width: 100%;
}

.blog-details_area .related-post_area .related-post_info .related-post_content > h3.title {
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 21px;
}

.blog-details_area .related-post_area .related-post_info .related-post_content > span {
  padding-top: 5px;
  display: block;
}

.blog-details_area .related-post_area .related-post_info .related-post_content > span > strong {
  font-weight: 400;
}

.blog-details_area .related-post_area [class*="col-"]:not(:last-child) .related-post_info .related-post_content span {
  padding-bottom: 25px;
}

.blog-details_area .quicky-comment-section {
  padding-top: 28px;
}

.blog-details_area .quicky-comment-section h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.blog-details_area .quicky-comment-section ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 23px;
  margin-bottom: 30px;
  border: 1px solid #e5e5e5;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li {
    display: block;
  }
}

.blog-details_area .quicky-comment-section ul li .author-avatar {
  -ms-flex-preferred-size: 70px;
  -webkit-flex-basis: 70px;
          flex-basis: 70px;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .author-avatar {
    text-align: center;
    padding-bottom: 20px;
  }
}

.blog-details_area .quicky-comment-section ul li .author-avatar img {
  border-radius: 100%;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .author-avatar img {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

.blog-details_area .quicky-comment-section ul li .comment-body {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  padding-left: 30px;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .comment-body {
    padding-left: 0;
  }
}

.blog-details_area .quicky-comment-section ul li .comment-body h5 {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .comment-body h5 {
    padding-bottom: 18px;
    overflow: hidden;
    line-height: 26px;
  }
}

.blog-details_area .quicky-comment-section ul li .comment-body p {
  font-size: 14px;
  max-width: 80%;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .comment-body p {
    max-width: 100%;
  }
}

.blog-details_area .quicky-comment-section ul li .comment-body .comment-post-date {
  padding-bottom: 10px;
}

@media (max-width: 479px) {
  .blog-details_area .quicky-comment-section ul li .comment-body .comment-post-date {
    padding-bottom: 15px;
  }
}

.blog-details_area .quicky-comment-section ul li .comment-body .reply-btn {
  float: right;
}

.blog-details_area .quicky-comment-section ul li .comment-body .reply-btn a {
  font-size: 12px;
  display: inline-block;
  width: 60px;
  height: 25px;
  line-height: 21px;
  text-align: center;
  border-radius: 20px;
  text-transform: capitalize;
}

.blog-details_area .quicky-comment-section ul .comment-children {
  margin-left: 40px;
}

.blog-details_area .quicky-blog-comment-wrapper h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 26px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0;
}

.blog-details_area .quicky-blog-comment-wrapper p {
  padding: 20px 0 0;
  font-size: 14px;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box label {
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  text-transform: capitalize;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box .coment-field {
  background: #f5f5f5;
  border: none;
  padding: 8px 10px;
  width: 100%;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box textarea {
  height: 130px;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box .comment-btn_wrap {
  padding-top: 30px;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .quicky-post-btn_area {
  display: inline-block;
}

.blog-details_area .quicky-blog-comment-wrapper form .comment-post-box .comment-btn_wrap .quicky-post-btn_area .quicky-post_btn {
  background-color: #ddeee9;
  padding: 0 30px;
  height: 40px;
  line-height: 37px;
  display: block;
  cursor: pointer;
  text-transform: capitalize;
  font-weight: 600;
}

/*----------------------------------------*/
/*  30 - Pages - Shop
/*----------------------------------------*/
@media (max-width: 991px) {
  .quicky-content_wrapper .quicky-sidebar-catagories_area {
    padding-top: 100px;
  }
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories {
  background-color: #ffffff;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .quicky-categories_title {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-top: 55px;
  margin-bottom: 30px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .quicky-categories_title.first-child {
  padding-top: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .quicky-categories_title h5 {
  margin-bottom: 0;
  padding-bottom: 45px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .quicky-categories_title h5:after {
  height: 2px;
  bottom: -2px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .quicky-categories_title.quicky-tags_title {
  padding-top: 45px;
  margin-bottom: 30px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-checkbox_list > li {
  padding-bottom: 15px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-checkbox_list > li:first-child {
  padding-top: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-checkbox_list > li:last-child {
  padding-bottom: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-checkbox_list > li > a {
  vertical-align: middle;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li {
  cursor: pointer;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li:first-child {
  padding-top: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li:last-child > a {
  padding-bottom: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li.has-sub ul > li:first-child {
  padding-top: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > ul {
  display: none;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > ul li a {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > ul li:last-child > a {
  padding-bottom: 25px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > a {
  display: block;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li > a > i {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories .sidebar-categories_menu ul li.open > a > i {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area {
  padding-top: 0;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area .quicky-categories_title {
  margin-bottom: 15px;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area .list-product_slider .product-item .single-product {
  padding: 15px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area .list-product_slider .product-item .single-product {
    display: block;
  }
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area .list-product_slider .product-item .single-product .product-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.quicky-content_wrapper .quicky-sidebar-catagories_area .quicky-sidebar_categories.list-product_area .list-product_slider .product-item .single-product .product-content .product-desc_info > h3.product-name {
  line-height: 24px;
  font-size: 14px;
}

.quicky-content_wrapper .shop-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 25px 0;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar {
    display: block;
  }
}

.quicky-content_wrapper .shop-toolbar .product-view-mode {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-view-mode {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quicky-content_wrapper .shop-toolbar .product-view-mode > a {
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
}

.quicky-content_wrapper .shop-toolbar .product-view-mode > a > i {
  padding-right: 10px;
}

.quicky-content_wrapper .shop-toolbar .product-view-mode > a:last-child > i {
  padding-right: 0;
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area {
    padding-top: 30px;
    display: block;
    text-align: center;
  }
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-short {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
  margin-bottom: 0;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-short > label {
    padding-right: 10px;
  }
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-short .nice-select .list {
  width: 100%;
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0 0;
  }
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
  margin-bottom: 0;
  padding-right: 25px;
}

@media (max-width: 991px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing > label {
    padding-right: 10px;
  }
}

.quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select span {
    padding: 0 35px 0 20px;
  }
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-item-selection_area .product-showing .myniceselect.nice-select .list {
    width: auto;
    right: 0;
    left: auto;
  }
}

.quicky-content_wrapper .shop-toolbar .product-page_count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-toolbar .product-page_count {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0 0 0;
  }
}

.quicky-content_wrapper .shop-toolbar .product-page_count > p {
  margin-bottom: 0;
}

.quicky-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:nth-child(-n + 3)) .product-item {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .quicky-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:nth-child(-n + 2)) .product-item {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .quicky-content_wrapper .shop-product-wrap.grid [class*="col-"]:not(:last-child) .product-item {
    padding-top: 30px;
  }
}

.quicky-content_wrapper .shop-product-wrap.grid .list-product_item {
  display: none;
}

.quicky-content_wrapper .shop-product-wrap.grid .product-item {
  display: block;
  margin: 0;
}

.quicky-content_wrapper .shop-product-wrap.grid .product-item .single-product {
  overflow: hidden;
}

.quicky-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img img {
  width: 100%;
      min-height: 600px;
}

@media (max-width: 991px) {
  .quicky-content_wrapper .shop-product-wrap.grid .product-item .single-product .product-img .add-actions > ul > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.quicky-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 575px) {
  .quicky-content_wrapper .shop-product-wrap.grid.gridview-2 > [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.quicky-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -moz-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.333333%;
}

@media (max-width: 1199px) {
  .quicky-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 479px) {
  .quicky-content_wrapper .shop-product-wrap.grid.gridview-3 > [class*="col-"] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.quicky-content_wrapper .shop-product-wrap.grid.gridview-4 > [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.quicky-content_wrapper .shop-product-wrap.grid.gridview-5 > [class*="col-"] {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item {
  display: block;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 25px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product {
    display: block;
  }
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product:hover {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img {
  position: relative;
  width: 270px;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img {
    width: auto;
  }
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img > a {
  display: block;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .product-img > a img {
  width: 100%;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content {
  width: calc(100% - 270px);
  padding-left: 15px;
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content {
    width: auto;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info {
    padding-top: 25px;
  }
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info > h6 {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .rating-box {
  padding-bottom: 5px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .rating-box > ul > li {
  display: inline-block;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .price-box {
  padding-bottom: 5px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .price-box .old-price {
  display: inline-block;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .price-box .new-price {
  font-size: 18px;
  margin-left: 10px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .product-desc_info .product-short_desc > p {
  margin-bottom: 0;
  padding-bottom: 23px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .add-actions > ul > li {
  display: inline-block;
  padding-left: 5px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .add-actions > ul > li > a {
  background-color: #f5f5f5;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .add-actions > ul > li > a:hover {
  background-color: #ff0000;
  color: #ffffff !important;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .list-product_item .single-product .quicky-product-content .add-actions > ul > li > a > i {
  font-size: 14px;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"] .product-item {
  display: none;
}

.quicky-content_wrapper .shop-product-wrap.listview > [class*="col-"]:not(:last-child) .list-product_item .single-product {
  margin-bottom: 30px;
}

.quicky-content_wrapper .quicky-paginatoin-area {
  padding-top: 30px;
}

@media (max-width: 575px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 479px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box {
    display: block;
  }
}

@media (max-width: 575px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box > li {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box > li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box > li {
    margin-right: 0;
  }
}

@media (max-width: 479px) {
  .quicky-content_wrapper .quicky-paginatoin-area .quicky-pagination-box > li > a {
    padding: 10px;
  }
}

/*----------------------------------------*/
/*  41 - Pages - 404
/*----------------------------------------*/
.error404-area {
  padding: 75px 0 100px;
}

.error404-area .search-error-wrapper h1 {
  font-size: 120px;
  margin-bottom: 0;
  padding-bottom: 22px;
  line-height: 1;
}

.error404-area .search-error-wrapper h2 {
  font-size: 28px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.error404-area .search-error-wrapper > p {
  margin: 0 auto 0;
  max-width: 520px;
  font-size: 16px;
}

.error404-area .search-error-wrapper .error-form .inner-error_form {
  position: relative;
  width: 275px;
  margin: 22px auto 30px;
}

.error404-area .search-error-wrapper .error-form .inner-error_form input {
  border: 1px solid #e5e5e5;
  font-size: 13px;
  position: relative;
  width: 270px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 15px;
}

.error404-area .search-error-wrapper .error-search_btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 8px 20px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.error404-area .search-error-wrapper .error-btn {
  background-color: #ddeee9;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  40 - Pages - Contact
/*----------------------------------------*/
/* ---Google Map Related Stuff--- */
#google-map {
  height: 400px;
}

/* ---Contact Main Page--- */
.contact-main-page {
  /* ---Contact Form Area--- */
}

.contact-main-page .contact-page-side-content {
  background-color: #f5f5f5;
  padding: 30px 30px 19px;
  margin-top: 100px;
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-side-content {
    padding: 25px 30px 19px;
  }
}

.contact-main-page .contact-page-side-content .contact-page-message {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.contact-main-page .contact-page-side-content .single-contact-block {
  padding-bottom: 3px;
  margin-bottom: 27px;
  border-bottom: 1px solid #e5e5e5;
}

.contact-main-page .contact-page-side-content .single-contact-block:last-child {
  border-bottom: none;
}

.contact-main-page .contact-page-side-content .single-contact-block h4 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.contact-main-page .contact-page-side-content .single-contact-block p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.contact-main-page .contact-page-side-content .single-contact-block.last-child > h4 {
  padding-bottom: 20px;
}

.contact-main-page .contact-page-title {
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 479px) {
  .contact-main-page .contact-page-title {
    font-size: 25px;
  }
}

.contact-main-page .contact-form-content {
  margin-top: 95px;
}

.contact-main-page .contact-form-content .contact-form .form-group {
  margin-bottom: 20px;
}

.contact-main-page .contact-form-content .contact-form .form-group.form-group-2 {
  margin-bottom: 25px;
}

.contact-main-page .contact-form-content .contact-form .form-group label {
  display: block;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  margin-bottom: 20px;
  cursor: text;
}

.contact-main-page .contact-form-content .contact-form .form-group input {
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
}

.contact-main-page .contact-form-content .contact-form .form-group textarea {
  background-color: #ffffff;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  padding-left: 20px;
  line-height: 50px;
  height: 200px;
}

.contact-main-page .contact-form-content .contact-form .form-group .contact-form_btn {
  line-height: 12px;
  display: inline-block;
  padding: 16px 30px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  background-color: #151515;
  border: 1px solid #151515;
  color: #ffffff;
  text-transform: uppercase;
}

/*----------------------------------------*/
/*  36 - Pages - FAQ
/*----------------------------------------*/
.frequently-area {
  padding: 95px 0 85px;
}

.frequently-area .frequently-content .frequently-desc {
  margin-bottom: 25px;
}

.frequently-area .frequently-content .frequently-desc h3 {
  text-transform: capitalize;
  padding-bottom: 15px;
  line-height: 32px;
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .frequently-area .frequently-content .frequently-desc h3 {
    font-size: 20px;
  }
}

.frequently-area .frequently-content .frequently-desc p {
  margin: 0;
  font-size: 14px;
}

.frequently-area .frequently-accordion .card {
  border-radius: 0;
  margin-bottom: 15px;
}

.frequently-area .frequently-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border: 0;
}

.frequently-area .frequently-accordion .card-header a {
  padding: 15px 10px 15px 25px;
  text-transform: capitalize;
  line-height: 24px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .frequently-area .frequently-accordion .card-header a {
    font-size: 14px;
  }
}

.frequently-area .frequently-accordion .card-header a.collapsed:before {
  content: "\f278";
  font-family: "Material-Design-Iconic-Font";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 479px) {
  .frequently-area .frequently-accordion .card-header a.collapsed:before {
    display: none;
  }
}

.frequently-area .frequently-accordion .card-header a:after {
  content: "\f273";
  font-family: "Material-Design-Iconic-Font";
  font-weight: 600;
  position: absolute;
  right: 15px;
  top: 15px;
}

@media (max-width: 479px) {
  .frequently-area .frequently-accordion .card-header a:after {
    display: none;
  }
}

/*----------------------------------------*/
/*  38 - Pages - My Account
/*----------------------------------------*/
.account-page-area {
  padding: 100px 0;
}

.account-page-area .myaccount-tab-trigger {
  display: block;
}

@media (max-width: 991px) {
  .account-page-area .myaccount-tab-trigger {
    padding-bottom: 30px;
  }
}

.account-page-area .myaccount-tab-trigger li {
  display: block;
}

.account-page-area .myaccount-tab-trigger li:first-child {
  margin-top: -1px;
}

.account-page-area .myaccount-tab-trigger li a {
  display: block;
  background: #151515;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
}

.myaccount-tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px;
}

@media (max-width: 479px) {
  .myaccount-tab-content {
    padding: 0;
    border: 0;
  }
}

.myaccount-dashboard p {
  margin-bottom: 20px;
}

.myaccount-dashboard p:last-child {
  margin-bottom: 0;
}

.myaccount-orders .table {
  margin-bottom: 0;
}

.myaccount-orders .table .account-order-id:hover {
  color: #a8741a;
}

.myaccount-orders .table.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.myaccount-orders .table td,
.myaccount-orders .table th {
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767px) {
  .myaccount-orders .table td,
  .myaccount-orders .table th {
    min-width: 180px;
  }
}

.myaccount-orders .small-title {
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .myaccount-address .row {
    display: block;
  }
}

@media (max-width: 575px) {
  .myaccount-address .row [class*="col-"]:last-child address {
    margin-bottom: 0;
  }
}

.myaccount-address h4.small-title {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .myaccount-address h4.small-title {
    text-transform: capitalize;
  }
}

/* ---My Account Form Style--- */
.quicky-form,
.quicky-form-boxed {
  padding: 30px;
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.quicky-form .quicky-form-inner,
.quicky-form-boxed .quicky-form-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: -20px;
}

@media (max-width: 479px) {
  .quicky-form .quicky-form-inner,
  .quicky-form-boxed .quicky-form-inner {
    display: block;
  }
}

.quicky-form .quicky-form-inner .single-input,
.quicky-form-boxed .quicky-form-inner .single-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}

@media (max-width: 479px) {
  .quicky-form .quicky-form-inner .single-input,
  .quicky-form-boxed .quicky-form-inner .single-input {
    max-width: 100% !important;
  }
}

.quicky-form .quicky-form-inner .single-input.single-input-half,
.quicky-form-boxed .quicky-form-inner .single-input.single-input-half {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 15px);
  -webkit-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
}

.quicky-form .quicky-form-inner .single-input label,
.quicky-form-boxed .quicky-form-inner .single-input label {
  margin-bottom: 8px;
  display: block;
}

.quicky-form .quicky-form-inner .single-input input,
.quicky-form .quicky-form-inner .single-input select,
.quicky-form .quicky-form-inner .single-input textarea,
.quicky-form-boxed .quicky-form-inner .single-input input,
.quicky-form-boxed .quicky-form-inner .single-input select,
.quicky-form-boxed .quicky-form-inner .single-input textarea {
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  height: 40px;
  width: 100%;
}

.quicky-form .quicky-form-inner .single-input input:first-child,
.quicky-form-boxed .quicky-form-inner .single-input input:first-child {
  margin-top: 20px;
}

.quicky-form .quicky-form-inner .single-input .checkbox-input,
.quicky-form-boxed .quicky-form-inner .single-input .checkbox-input {
  display: inline-block;
}

.quicky-form .quicky-form-inner .single-input .checkbox-input label,
.quicky-form-boxed .quicky-form-inner .single-input .checkbox-input label {
  display: inline-block;
}

.quicky-form .quicky-form-inner a,
.quicky-form-boxed .quicky-form-inner a {
  font-size: 13px;
}

.quicky-form .quicky-form-inner a:hover,
.quicky-form-boxed .quicky-form-inner a:hover {
  color: #a8741a;
}

/*----------------------------------------*/
/*  39 - Pages - Login | Register
/*----------------------------------------*/
.login-register_area {
  padding: 100px 0;
}

@media (max-width: 991px) {
  [class*="col-"]:first-child form .login-form {
    margin-bottom: 30px;
  }
}

.login-form {
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.login-form .login-title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-form input[type="checkbox"] {
  width: auto;
}

.login-form .check-box {
  float: left;
  margin-right: 70px;
}

.login-form .check-box:last-child {
  margin-right: 0;
}

.login-form .check-box input[type="checkbox"] {
  display: none;
}

.login-form .check-box input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.login-form .check-box input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #e5e5e5;
  content: "";
}

.login-form .check-box input[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f26b";
  font-family: 'Material-Design-Iconic-Font';
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
}

.login-form .check-box input[type="checkbox"]:checked + label:before {
  border: 2px solid #e5e5e5;
}

.login-form .check-box input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .forgotton-password_info {
    padding-top: 15px;
  }
}

.forgotton-password_info a {
  font-size: 14px;
}

/*-- Place Order --*/
.login_btn,
.register_btn {
  background-color: #151515;
  color: #ffffff;
  display: block;
  margin-top: 30px;
  width: 140px;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .login_btn,
  .register_btn {
    margin-top: 25px;
  }
}

.register_btn {
  margin-top: 15px;
}

/*----------------------------------------*/
/*  33 - Pages - Cart
/*----------------------------------------*/
.quicky-cart-area {
  padding: 100px 0;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
}

.table-content table td.quantity .cart-plus-minus {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .quicky-cart-area .table-content table td:nth-child(3) {
    padding: 45.1px 10px;
  }
}

.coupon-all {
  margin-top: 30px;
}

.coupon-all .coupon {
  float: left;
}

.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 120px;
  padding: 0 10px;
}

.coupon-all .coupon input.button,
.coupon-all .coupon2 input.button {
  background-color: #151515;
  border: 0 none;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  height: 42px;
  letter-spacing: 1px;
  line-height: 42px;
  padding: 0 25px;
  text-transform: uppercase;
  width: inherit;
}

@media only screen and (min-width: 480px) and (max-width: 575px) {
  .coupon-all .coupon input.button,
  .coupon-all .coupon2 input.button {
    padding: 0 19.5px;
  }
}

.coupon-all .coupon.coupon2,
.coupon-all .coupon2.coupon2 {
  float: right;
}

@media (max-width: 479px) {
  .coupon-all .coupon.coupon2,
  .coupon-all .coupon2.coupon2 {
    float: left;
    padding-top: 30px;
  }
}

.cart-page-total {
  padding-top: 30px;
}

.cart-page-total > h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #e5e5e5;
}

.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  padding: 10px 30px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
}

.cart-page-total > ul li:last-child {
  border-bottom: 0;
}

.cart-page-total > ul li span {
  float: right;
}

.cart-page-total a {
  background-color: #151515;
  border: 1px solid #e5e5e5;
  color: #ffffff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
}

/*----------------------------------------*/
/*  37 - Pages - Wishlist
/*----------------------------------------*/
.quicky-wishlist_area {
  padding: 100px 0;
}

.table-content table {
  background: #ffffff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.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-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.table-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}

@media (max-width: 767px) {
  .table-content table td {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
    display: block;
    width: 180px;
  }
}

.table-content table td.quicky-product_remove {
  font-size: 20px;
}

.table-content table td.quicky-product_remove > a > i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.table-content table td.quicky-product-name {
  font-size: 16px;
  text-transform: capitalize;
}

.table-content table td.quicky-product-price {
  font-size: 16px;
}

.table-content table td.quicky-product-stock-status span.in-stock, .table-content table td.quicky-product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize;
}

.table-content table td.quicky-product-stock-status span.out-stock {
  color: #ff0000;
}

.table-content table td.quicky-cart_btn a {
  font-size: 14px;
  text-transform: uppercase;
  background: #151515;
  color: #ffffff;
  height: 40px;
  line-height: 43px;
  width: 130px;
  display: inline-block;
}

/*----------------------------------------*/
/*  34 - Pages - Checkout
/*----------------------------------------*/
.checkout-area {
  padding: 100px 0 95px;
}

.coupon-accordion h3 {
  background-color: #f5f5f5;
  font-size: 14px;
  font-weight: 400;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}

@media (max-width: 479px) {
  .coupon-accordion h3 {
    line-height: 24px;
  }
}

.coupon-accordion h3:before {
  content: "\f32e";
  display: inline-block;
  font-family: 'Material-Design-Iconic-Font';
  left: 24px;
  position: absolute;
  top: 16px;
}

.coupon-accordion span {
  cursor: pointer;
  text-transform: none;
}

.coupon-accordion .coupon-content {
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}

.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #ff0000;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #e5e5e5;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"] {
  background: #151515 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row label {
  margin-top: 7px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  font-size: 14px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}

.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
  background: #151515;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

@media (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn {
    margin: 28px 0 0 !important;
  }
}

.checkbox-form h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 479px) {
  .checkbox-form h3 {
    font-size: 18px;
  }
}

.checkbox-form .country-select {
  margin-bottom: 25px;
}

.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
}

.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"] {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding: 0 0 0 10px;
}

.checkbox-form .checkout-form-list input[type="checkbox"] {
  display: inline-block;
  height: inherit;
  margin-right: 10px;
  position: relative;
  top: 2px;
  width: inherit;
}

.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px !important;
}

.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}

.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 5px;
  display: block;
}

.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .different-address h3 label {
    font-size: 15px;
  }
}

.different-address h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .order-notes .checkout-form-list-2 {
    margin-bottom: 30px;
  }
}

.order-notes textarea {
  background-color: transparent;
  border: 1px solid #e5e5e5;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account,
#ship-box-info {
  display: none;
}

.your-order {
  background: #f5f5f5;
  padding: 30px 40px 30px;
}

.your-order h3 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

@media (max-width: 479px) {
  .your-order h3 {
    font-size: 18px;
  }
}

.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  width: 100%;
}

.your-order .your-order-table table thead {
  background-color: #f5f5f5;
}

.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px;
}

.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #e5e5e5;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order .your-order-table table .cart_item:hover {
  background: #f5f5f5;
}

.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order .your-order-table table .order-total td span {
  font-size: 20px;
}

.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.payment-method {
  margin-top: 20px;
}

.payment-method .payment-accordion .card {
  border: 0;
  border-radius: 0;
  background: #f5f5f5;
}

.payment-method .payment-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 0;
}

.payment-method .payment-accordion .card-body {
  padding: 0;
}

.payment-method .payment-accordion .panel.panel-default {
  margin-bottom: 20px;
}

.payment-method .payment-accordion .panel-title {
  font-size: 18px;
  cursor: pointer;
}

.order-button-payment input {
  background: #151515;
  border: medium none;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

/*----------------------------------------*/
/*  31 - Pages - Single Product
/*----------------------------------------*/
/* ---Single Product Page--- */
.sp-area .sp-nav {
  background-color: #ffffff;
}

.sp-area .sp-nav .sp-img_slider {
  cursor: move;
}

.sp-area .sp-nav .sp-img_slider .slick-list .slick-slide img {
  width: 100%;
}

.sp-area .sp-nav .sp-img_slider-nav {
  padding: 0 60px;
  margin-top: 30px;
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide img {
  border: 1px solid #e5e5e5;
  width: 100%;
  opacity: 0.7;
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide.slick-current img {
  border-color: #a8741a;
  opacity: 1;
}

.sp-area .sp-nav .sp-img_slider-nav .slick-slide:hover img {
  opacity: 1;
}

@media (max-width: 991px) {
  .sp-area .sp-nav .sp-content {
    padding-top: 30px;
  }
}

.sp-area .sp-nav .sp-content .sp-heading > h5 {
  margin-bottom: 0;
  padding-bottom: 20px;
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .sp-heading > h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

.sp-area .sp-nav .sp-content .rating-box {
  padding: 5px 0 0;
}

.sp-area .sp-nav .sp-content .rating-box > ul > li {
  display: inline-block;
}

.sp-area .sp-nav .sp-content .rating-box > ul > li > i {
  font-size: 14px;
}

.sp-area .sp-nav .sp-content .sp-essential_stuff > ul > li > a {
  padding-left: 5px;
}

.sp-area .sp-nav .sp-content .price-box {
  padding-bottom: 10px;
}

.sp-area .sp-nav .sp-content .price-box .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
}

.sp-area .sp-nav .sp-content .price-box .new-price {
  font-size: 18px;
  margin-left: 10px;
}

.sp-area .sp-nav .sp-content .short-desc > p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.sp-area .sp-nav .sp-content .countdown-wrap-2 .countdown.item-4 .countdown__item {
  margin-left: 15px;
}

.sp-area .sp-nav .sp-content .countdown-wrap-2 .countdown.item-4 .countdown__item:first-child {
  margin-left: 0;
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .countdown-wrap-2 .countdown.item-4 .countdown__item {
    padding: 25px 0 !important;
  }
}

.sp-area .sp-nav .sp-content .countdown-wrap-2 .countdown.item-4 .countdown__item span {
  font-size: 16px;
}

.sp-area .sp-nav .sp-content .product-size_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
}

.sp-area .sp-nav .sp-content .product-size_box > span {
  padding-right: 15px;
}

.sp-area .sp-nav .sp-content .product-size_box .myniceselect.nice-select > span {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.sp-area .sp-nav .sp-content .color-list_area {
  margin-top: 25px;
}

.sp-area .sp-nav .sp-content .quantity {
  padding-top: 30px;
}

.sp-area .sp-nav .sp-content .quantity .cart-plus-minus {
  display: inline-block;
  margin-left: 15px;
}

.sp-area .sp-nav .sp-content .qty-btn_area {
  padding-top: 30px;
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li {
  display: inline-block;
  padding-left: 5px;
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li:first-child {
  padding-left: 0;
}

.sp-area .sp-nav .sp-content .qty-btn_area > ul li > a {
  border: 1px solid #e5e5e5;
  display: block;
  padding: 10px 15px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .qty-btn_area > ul li > a {
    padding: 10px 14px;
  }
}

.sp-area .sp-nav .sp-content .quicky-tag-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 23px;
}

.sp-area .sp-nav .sp-content .quicky-tag-line > h6 {
  font-size: 18px;
  margin-bottom: 0;
}

.sp-area .sp-nav .sp-content .quicky-tag-line > a {
  padding-left: 10px;
  display: block;
}

@media (max-width: 575px) {
  .sp-area .sp-nav .sp-content .quicky-tag-line > a {
    font-size: 14px;
  }
}

.sp-area .sp-nav .sp-content .quicky-social_link {
  padding-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-area.sp-sale_area .sp-content .quantity {
  padding-top: 0;
}

/* ---Single Product Group Page--- */
.sp-group_area .sp-nav .sp-content .choose-group-product {
  padding-top: 30px;
}

.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table {
  margin-bottom: 0;
}

.sp-group_area .sp-nav .sp-content .choose-group-product .cart-table table tbody tr td {
  vertical-align: middle;
  text-align: center;
}

/* ---Single Produc Affiliate Page--- */
.sp-affiliate_area .sp-content .qty-btn_area {
  display: inline-block;
  padding-top: 25px !important;
}

.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn {
  background-color: #151515;
  color: #ffffff;
  padding: 15px 30px;
  display: block;
}

.sp-affiliate_area .sp-content .qty-btn_area a.qty-buy_btn:hover {
  background-color: #a8741a;
  color: #ffffff !important;
}

/* ---Single Product Slider Area--- */
.sp-slider_area {
  padding-top: 60px;
}

.sp-slider_area .sp-nav {
  padding: 30px 0 0;
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img {
  position: relative;
  overflow: hidden;
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a {
  display: block;
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img > a .secondary-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}

.sp-slider_area .sp-nav .sp-slider .product-item .single-product .product-img:hover .secondary-img {
  opacity: 1;
}

.sp-slider_area .sp-nav .sp-slider.slick-gutter-30 .slick-list {
  margin: -15px;
}

.sp-slider_area .sp-nav .sp-slider.slick-gutter-30 .slick-list .slick-slide {
  padding: 15px;
}

.sp-slider_area .sp-nav .sp-content {
  padding-top: 25px !important;
  float: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.sp-slider_area .sp-nav .sp-content .product-size_box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-slider_area .sp-nav .sp-content .quicky-tag-line {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 575px) {
  .sp-slider_area .sp-nav .sp-content .quicky-tag-line {
    margin: 0 -30px;
  }
}

.sp-slider_area .sp-nav .sp-content .quicky-social_link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 479px) {
  .sp-slider_area .sp-nav .sp-content .quicky-social_link > ul > li > a {
    width: 35px;
  }
}

/* ---Single Product Gallery--- */
.sp-gallery_area .sp-nav .sp-gallery .lg-image:hover {
  border-color: #a8741a;
}

@media (max-width: 991px) {
  .sp-gallery_area .sp-nav .sp-gallery .lg-image {
    margin-bottom: 30px;
  }
}

.sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .sp-gallery_area .sp-nav .sp-gallery > .row:first-child {
    margin-bottom: 0;
  }
}

/* ---Single Product Tab Style--- */
.sp-tab-style_left .sp-img_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-tab-style_left .sp-img_area .sp-img_slider {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  max-width: 80%;
  padding-left: 30px;
}

.sp-tab-style_left .sp-img_area .sp-img_slider-nav {
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  max-width: 20%;
  padding: 0;
  margin-top: 0;
}

.sp-tab-style_left.sp-tab-style_right .sp-img_area {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
}

.sp-tab-style_left.sp-tab-style_right .sp-img_area .sp-img_slider {
  padding: 0 30px 0 0;
}

/* ---Single Product Sticky--- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sp-sticky_area .sp-content {
    padding-top: 0 !important;
  }
}

.product-tab_area .sp-product-tab_nav .product-tab {
  background-color: #f5f5f5;
  padding: 25px 0 25px;
}

.product-tab_area .sp-product-tab_nav .product-tab .product-menu {
  padding-bottom: 0 !important;
}

.product-tab_area .sp-product-tab_nav .tab-content {
  border: 1px solid #e5e5e5;
  padding: 30px;
}

.product-tab_area .sp-product-tab_nav .tab-content .product-description {
  margin: -5px 0 -5px;
}

.product-tab_area .sp-product-tab_nav .tab-content .product-description > ul > li {
  padding-top: 15px;
}

.product-tab_area .sp-product-tab_nav .tab-content .product-description > ul > li:first-child {
  padding-top: 0;
}

.product-tab_area .sp-product-tab_nav .tab-content .product-description > ul > li span.title {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 500;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .table-striped {
  margin-bottom: 25px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td > p {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr:nth-child(2) td .rating-box > ul > li {
  display: inline-block;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .table-striped > tbody tr td {
  padding: 20px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal h2 {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group {
  margin-bottom: 0;
  padding-bottom: 15px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group.second-child {
  padding-bottom: 10px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group.last-child {
  padding-bottom: 0;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-input,
.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-textarea {
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 30px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-input.review-textarea,
.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .review-textarea.review-textarea {
  height: 120px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group label {
  margin-bottom: 0;
  padding-bottom: 18px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .help-block {
  padding-top: 18px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .quicky-btn-ps_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 479px) {
  .product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .quicky-btn-ps_right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 20px;
  }
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a {
  font-size: 16px;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-active:after {
  color: #a8741a;
}

.product-tab_area .sp-product-tab_nav .tab-content .form-horizontal .form-group .your-opinion span .br-wrapper .br-widget a.br-selected:after {
  color: #a8741a;
}

/* ---Single Product Slider Area--- */
.sp-product-slider_area {
  padding: 40px 0 60px;
}

/*----------------------------------------*/
/*  35 - Pages - Compare
/*----------------------------------------*/
.compare-area {
  padding: 100px 0;
}

.compare-table .table thead th {
  border-width: 1px;
  padding: 15px 10px;
}

.compare-table .table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.compare-table .table tbody tr td,
.compare-table .table tbody tr th {
  vertical-align: middle;
  text-align: center;
}

.compare-table .table tbody tr th {
  min-width: 200px;
}

.compare-table .table tbody tr td {
  min-width: 250px;
}

.compare-table .table tbody tr td .compare-pdoduct-image {
  max-width: 200px;
  display: inline-block;
  padding: 20px 0;
}

.compare-table .table tbody tr td .compare-pdoduct-image a {
  display: inline-block;
}

.compare-table .table tbody tr td .compare-pdoduct-image .quicky-btn {
  margin-top: 30px;
}

.compare-table .table tbody tr td .compare-pdoduct-image .quicky-btn:hover {
  color: #ffffff !important;
}

.compare-table .table tbody tr td .compare-product-name {
  font-size: 14px;
  margin-bottom: 0;
}

.compare-table .table tbody tr td .compare-product-name a {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
}

.compare-table .table tbody tr td .rating-box > ul > li {
  display: inline-block;
}

/*----------------------------------------*/
/*  32 - Pages - About Us
/*----------------------------------------*/
.main-content_area .container-fluid {
  padding: 0 250px;
}

@media (max-width: 1500px) {
  .main-content_area .container-fluid {
    padding: 0 60px;
  }
}

@media (max-width: 767px) {
  .main-content_area .container-fluid {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .main-content_area .container-fluid {
    padding: 0 15px;
  }
}

.main-content_area .banner-with_text .text-area {
  padding: 0 250px;
}

@media (max-width: 1500px) {
  .main-content_area .banner-with_text .text-area {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .main-content_area .banner-with_text .text-area {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .main-content_area .banner-with_text .text-area {
    padding: 0 15px;
  }
}

.main-content_area .banner-with_text .text-area span {
  text-transform: uppercase;
  padding-bottom: 40px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.main-content_area .banner-with_text .text-area h2 {
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}

.main-content_area .banner-with_text .text-area h2.heading {
  padding-bottom: 80px;
}

.main-content_area .banner-with_text .text-area p {
  font-size: 20px;
  line-height: 35px;
}

.main-content_area .banner-with_text .text-area p.short-desc {
  margin-bottom: 0;
  padding-bottom: 40px;
}

.main-content_area .banner-with_text.banner-with_text-2 .text-area {
  padding: 0 220px;
}

@media (max-width: 1500px) {
  .main-content_area .banner-with_text.banner-with_text-2 .text-area {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .main-content_area .banner-with_text.banner-with_text-2 .text-area {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .main-content_area .banner-with_text.banner-with_text-2 .text-area {
    padding: 0 15px;
  }
}

.main-content_area .banner-with_text.banner-with_text-2 .text-area h2.heading-2 {
  padding-bottom: 20px;
}

.main-content_area .banner-with_text.banner-with_text-2 .text-area p.short-desc-2 {
  margin-bottom: 0;
  padding-bottom: 80px;
}

.main-content_area .banner-with_text.banner-with_text-3 .banner-nav.bg-black span {
  padding-top: 155px;
  display: block;
}

.main-content_area .banner-with_text.banner-with_text-3 .additional-text_area {
  padding: 0 210px;
}

@media (max-width: 1500px) {
  .main-content_area .banner-with_text.banner-with_text-3 .additional-text_area {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .main-content_area .banner-with_text.banner-with_text-3 .additional-text_area {
    padding: 0 30px;
  }
}

@media (max-width: 479px) {
  .main-content_area .banner-with_text.banner-with_text-3 .additional-text_area {
    padding: 0 15px;
  }
}

.main-content_area .banner-with_text.banner-with_text-3 .additional-text_area span {
  font-size: 16px;
  text-transform: uppercase;
}

.main-content_area .banner-with_text.banner-with_text-3 .additional-text_area h2.heading {
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 35px;
  line-height: 1.2;
}

.main-content_area .banner-with_text.banner-with_text-3 .additional-text_area p {
  font-size: 16px;
}

.main-content_area .banner-with_text .pearl-text_color {
  color: #a7a7ac;
}

.main-content_area .banner-with_text .white-text_color {
  color: #ffffff;
}

.main-content_area .team-area .intro-section {
  padding: 0 250px;
}

@media (max-width: 1500px) {
  .main-content_area .team-area .intro-section {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .main-content_area .team-area .intro-section {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .main-content_area .team-area .intro-section {
    padding: 0 15px;
  }
}

.main-content_area .team-area .intro-section h2.heading {
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 70px;
}

.main-content_area .team-area .intro-section .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-content_area .team-area .intro-section .read-more span {
  font-size: 18px;
  font-weight: 600;
}

.main-content_area .team-area .intro-section .read-more i {
  background-color: #fb7785;
  border: 1px solid #e5e5e5;
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}

.main-content_area .team-area .intro-short_desc {
  padding: 0 210px;
  font-size: 18px;
  line-height: 30px;
  color: #a7a7ac;
}

@media (max-width: 1500px) {
  .main-content_area .team-area .intro-short_desc {
    padding: 0 70px;
  }
}

@media (max-width: 767px) {
  .main-content_area .team-area .intro-short_desc {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .main-content_area .team-area .intro-short_desc {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .main-content_area .team-member_area .single-item .text-area > h2.title {
    font-size: 28px;
  }
}

.main-content_area .team-member_area .single-item .text-area span {
  font-size: 18px;
  color: #a7a7ac;
  font-weight: 600;
}

@media (max-width: 991px) {
  .main-content_area .testimonial-area .testimonial-slider .testimonial-item .testimonial-content {
    left: 50%;
  }
}

@media (max-width: 575px) {
  .main-content_area .testimonial-area .testimonial-slider .testimonial-item .testimonial-content {
    left: 0;
  }
}

@media (max-width: 991px) {
  .main-content_area .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
    max-width: 75%;
  }
}

@media (max-width: 1500px) {
  .main-content_area .testimonial-area .testimonial-slider .testimonial-item .testimonial-content > p.comment {
    max-width: 90%;
    font-size: 14px;
  }
}


.alaca{
    margin-top:20px;
    text-align:center;
}