/* NUEVO */
:root {
 	--colorBlack: #333;
	--main-color: #004269;
}
@media (max-width: 767px) {
	body{
		padding-bottom: 42px;
	}
}
#btn-to-tienda{
	height: 42px;
}

@font-face {
  font-family: 'Kensington';
  src: url('../../../fonts/sos/Kensington_Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FunnelSans';
  src: url('../../../fonts/sos/FunnelSans_Medium.ttf') format('truetype');
}

@media (min-width: 767px) {
	.bg-banner-newsletter{
		background-image: url('../../images/backgrounds/newsletter2.jpg?1');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		background-color: #ecf0f1;
	}
}

h3.ciyastore_info_box_2-title{
  font-family: Kensington;
  font-size: 32px !important;
}
.ciyastore-info-box-description p{
  font-family: FunnelSans;
  font-size: 16px !important;
}

@media (min-width: 1921px) {
	.bg-banner-newsletter{
		background-image: none;
	}
}

.hide{
	display: none;
}

.newsletter-wrapper{
	padding: 11rem 0;
}

#minimogratis{
	font-size: 0.8rem;
}

footer.site-footer .pgs-social-profiles{
	margin-top: 10px;
}

footer.site-footer.footer-style-2 .footer-widgets-wrapper{
	padding: 0;
}

.products .product-info .product-name a{
	font-size: inherit;
}

.form-search input[type=search]{
	font-size: 1.5rem;
}

.cursor-pointer{
	cursor: pointer;
}

.product-card.selected {
    background-color: #004269;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.product-card.selected *{
	color: #FFF;
}
.product-card.nostock.selected{
	background-color: darkgray;
}
.radio-hidden{
	display: none;
}
.modal .dropdown-menu {
	transform: translateY(-100%);
}

/* PARA ELEGIR TARJETAS */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
	overflow: hidden;
}

img#icono-tarjeta{
	width: 34px !important;
}

.carousel-container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 450px;
	max-width: 90%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.tarjeta {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	height: 130px;
	margin: 10px;
	align-items: center;
}

.tarjeta-logo {
	max-width: 50px;
}


/* Estilo para radio buttons */

.form-check .form-check-input {
    width: 28px;
    height: 28px;
    margin-top: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(41, 41, 41, 0.1);
    border: none;
}
[type=checkbox].form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.form-check .form-check-label {
    color: var(--heading-color);
    font-size: 16px;
}
.peyment-method ul li:last-child {
    border-bottom: 0;
}
.peyment-method ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(41, 41, 41, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.order-area .title {
    background: #F6F1E7;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    padding: 10px 30px;
}
.peyment-method {
    padding: 30px;
}
.peyment-method ul {
    padding: 0;
    margin: 0;
    border: 1px solid rgba(41, 41, 41, 0.1);
    border-radius: 6px;
}
.peyment-method ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(41, 41, 41, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.peyment-method{
	background: rgba(246, 241, 231, .5);
}





/* SACADO DE MEXITOWN */
button.custom-close {
    padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .custom-close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.center-modal.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.center-modal .modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) !important;
    transform: translate(-50%, 50%) !important;
}

.icon-eye::after {
	content: "\f06e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.icon-eye-slash::after {
	content: "\f070";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #333;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.default-form-wrap label.norequired:after{
	content: '';
}

.choose-type-address .form-check {
    margin-right: 20px;
    background: #EEF6EB;
    border: 1px solid var(--main-color);
    padding: 10px 30px 10px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.choose-type-address .form-check label{
	margin-bottom: 0;
	padding-left: 5px;
}

.choose-type-address .form-check input[type=text]{
	margin-left: 5px;
	border: 0;
	border-bottom: 1px solid var(--main-color);
	background: #EEF6EB;
}

.table-pedidos th{
	font-size: inherit !important ;
}

.table-pedidos td{
	font-size: inherit !important ;
}

[data-notify=container] button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

[data-notify=container] .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.smaller{
	font-size: 0.6em;
}
/* MODAL RECOJO O ENTREGA */
.full-width-tabs {
	display: flex; /* Establece la visualización como flexbox */
	justify-content: space-between; /* Distribuye el espacio entre las pestañas */
}

.full-width-tabs .nav-item {
	flex: 1; /* Hace que cada pestaña ocupe un tercio del ancho disponible */
}
.custom-tabs .nav-link {
  border: none;
  color: #333;
  font-size: 18px;
  background-color: transparent;
  border-bottom: 3px solid transparent;
}

.custom-tabs .nav-link:hover,
.custom-tabs .nav-link:focus {
  border: none;
  color: var(--main-color);
  background-color: transparent;
  border-bottom: 3px solid var(--main-color);
}

.custom-tabs .nav-link.active {
  border: none;
  color: var(--main-color);
  background-color: transparent;
  border-bottom: 3px solid var(--main-color);
}
/* Opcional: Para que los íconos se muestren en los tabs */
.custom-tabs .nav-link i {
  margin-right: 5px;
}

.pac-container{
	z-index: 9999;
}

#btn-change-recojo{
    position: fixed;
    right: 0;
    top: 50%;
	transform: translateY(-50%);
    background-color: var(--main-color);
    color: #FFF;
    padding: 10px 20px;
    z-index: 500;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	cursor: pointer;
}


#cookie-consent-container {
	position: sticky;
	bottom: 0;
	z-index: 50;
}

#cookie-consent {
	border-radius: 0;
}


/* PERFIL */
.sidebar-area .widget {
    margin-bottom: 35px;
    padding: 23px 30px 30px;
    border-radius: 6px;
    background: #F6F1E7;
}
.default-form-wrap label {
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 15px;
    position: relative;
}
.default-form-wrap .single-input-wrap {
    border-radius: 6px;
    height: 54px;
    line-height: 54px;
}
.single-input-wrap {
    position: relative;
    height: 64px;
    margin-bottom: 30px;
    line-height: 42px;
    border-radius: 50px;
}
.widget_categories .widget-title {
    margin-bottom: 19px;
}
.widget_categories ul {
    margin: 0;
    padding: 0;
}
.widget_categories.style-2 ul li {
    margin-bottom: 20px;
}
.widget_categories ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 500;
}
.widget_categories ul li a {
    color: var(--heading-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sidebar-area a.active {
    color: var(--main-color);
}
.personal_info p {
    color: var(--colorBlack);
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px !important;
    margin-top: 15px !important;
}
.personal_info p span {
    display: inline-block;
    min-width: 120px;
    font-weight: 600;
    color: var(--colorBlack);
}
.choose-type-address .form-check input[type=text] {
    margin-left: 5px;
    border: 0;
    border-bottom: 1px solid var(--main-color);
    background: #EEF6EB;
}
.choose-type-address .form-check label {
    margin-bottom: 0;
    padding-left: 5px;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.cart-area .table tbody tr td:first-child {
    border-left: 0;
}
.cart-area .table tbody tr td {
    vertical-align: middle;
    background: #fff;
    text-align: center;
    border-left: 1px solid rgba(41, 41, 41, 0.1);
    font-size: 24px;
    font-weight: 500;
}
.table-pedidos td {
    font-size: inherit !important;
}
.table-pedidos th, .table-pedidos td {
	text-align: center;
}
.table-pedidos .badge{
	font-weight: normal;
	font-size: 1.1rem;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.choose-type-address .form-check {
    margin-right: 20px;
    background: #EEF6EB;
    border: 1px solid var(--main-color);
    padding: 10px 30px 10px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.form-check-input:checked[type=radio] {
    background-repeat: no-repeat;
    background-position: center center;
}
.form-check .form-check-input:checked {
    background-color: var(--main-color);
    border: none;
}
/* END PERFIL */



/* END SACADO DE MEXITOWN */



/* END NUEVO */






@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

body,
html {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 14px; }

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 44px;
  font-size: 36px; }

h2,
.deal-banner .caption h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 38px;
  font-size: 30px; }

h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 34px;
  font-size: 26px; }

h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 30px;
  font-size: 22px; }

h5,
.testimonials h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 28px;
  font-size: 20px; }

h6,
.share h5,
.share ul,
.sidebar .widget .item-detail h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 22px;
  font-size: 18px; }

header.site-header {
  background: #070707; }
  header.site-header .hidden-content-sticky { display: none; }
  header.site-header.is-sticky .hidden-content-sticky {
    display: block;
}
  header.site-header.is-sticky .visible-content-sticky { display: none; }
  header.site-header.is-sticky.header-above-content {
      background: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07); }
.header-style-menu-center.header-above-content,
.header-style-menu-right.header-above-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1021;
  background: 0 0;
  width: 100%;
  box-shadow: none; }
  header.site-header.is-sticky.header-above-content {
      background: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07); }

.header-style-menu-center .primary-nav-wrapper{    left: 50%;
    transform: translateX(-50%);}

  header.site-header .topbar .topbar-link ul li a:hover {
    color: #004269; }
  header.site-header .topbar .topbar-right .topbar-link > ul > li a:hover {
    color: #004269; }
    header.site-header .topbar .topbar-right .topbar-link > ul > li a:hover i {
      color: #004269; }
  header.site-header .ciya-tools-actions > li a:hover i {
    color: #004269; }
  header.site-header .ciya-tools-actions > li a:hover .glyph-icon {
    color: #004269; }
  header.site-header .ciya-tools-actions > li i {
    color: #969696; }
  header.site-header .ciya-tools-actions > li:hover i {
    color: #004269; }
  header.site-header .ciya-tools-actions > li:focus i {
    color: #004269; }
  header.site-header .ciya-tools-cart a .count {
    background: #004269; }
  header.site-header .ciya-tools-cart .cart-link .count {
    background: #004269; }
  header.site-header .ciya-tools-wishlist a .ciyastore-wishlist-count {
    background: #004269; }
  header.site-header .logo-wrapper img {
    max-height: 50px;
    max-width: initial; }
header.site-header .ciya-tools-actions li .widget-shopping-cart .quantity .amount{color:#0098cd; }
header.site-header .ciya-tools-actions li .widget-shopping-cart .ciyastore-mini-cart__total .amount{color:#0098cd; }
header.site-header .ciya-tools-actions li .widget-shopping-cart .ciyastore-mini-cart__buttons a.button{background:#0098cd; }
header.site-header .ciya-tools-actions li .widget-shopping-cart .ciyastore-mini-cart__buttons a.button:last-child:hover{background:#0098cd; }
header.site-header .ciya-tools-actions li .widget-shopping-cart .product-list-widget-container .ciyastore-mini-cart .ciya-mini-cart-item a.product-title:hover{color:#0098cd; }
.mobile-button-menu a span {
  background-color: #ffffff; }
  .mobile-button-menu a span:after {
    background-color: #ffffff; }
  .mobile-button-menu a span:before {
    background-color: #ffffff; }

.header-style-menu-center .mega-menu .menu-links > li > a {
  color: #969696;
  font-weight: 500;
  font-size: 15px; }

.header-style-menu-center .mega-menu .menu-links > li:hover > a {
  color: #fff; }

.header-style-menu-center .mega-menu .menu-links > li:focus > a {
  color: #fff; }

.header-style-menu-center .header-search-wrap .search-button-wrap .search-button {
  color: #fff; }
  .header-style-menu-center .header-search-wrap .search-button-wrap .search-button:hover {
    color: #004269; }

.mega-menu * {
  font-family: "Poppins", sans-serif;
  font-size: 15px; }

header.site-header.is-sticky .mega-menu .menu-links > li > a {
  color: #969696; }
  header.site-header.is-sticky .mega-menu .menu-links > li > a:hover {
    color: #004269; }

header.site-header.is-sticky .ciya-tools-actions > li i {
  color: #969696; }

footer.site-footer {
  background: #161515;
  color: #fff; }
  footer.site-footer .site-info {
    background: #161515; }
    footer.site-footer .site-info .footer-widget p {
      color: #fff; }
      footer.site-footer .site-info .footer-widget p a {
        color: #fff; }
        footer.site-footer .site-info .footer-widget p a:hover {
          color: #004269; }
    footer.site-footer .site-info a {
      color: #fff; }
      footer.site-footer .site-info a:hover {
        color: #004269; }
  footer.site-footer .footer-title {
    color: #fff; }
  footer.site-footer .footer-nav-menu ul li:hover a {
    color: #004269; }
  footer.site-footer .widget ul li a {
    color: #fff; }
  footer.site-footer .pgs-social-profiles .social-profiles ul li a i {
    color: #fff;
    border: 1px solid rgba(173, 173, 173, 0.5); }
  footer.site-footer .pgs-social-profiles .social-profiles ul li a:hover i {
    background-color: #004269;
    border-color: #004269;
    color: #fff; }
  footer.site-footer .pgs-contact-widget ul li i {
    color: #fff; }
  footer.site-footer h2 {
    color: #fff;
    font-weight: 500;
    line-height: 38px;
    font-size: 30px; }
  footer.site-footer .pgs-recent-entries .recent-post .recent-post-info a {
    color: #fff; }
    footer.site-footer .pgs-recent-entries .recent-post .recent-post-info a:hover {
      color: #004269; }
  footer.site-footer .pgs-recent-entries .recent-post .recent-post-info .post-date i {
    color: #004269; }
  footer.site-footer .product-tag-cloud .tagcloud a {
    border: 1px solid rgba(150, 150, 150, 0.25);
    color: #fff; }
    footer.site-footer .product-tag-cloud .tagcloud a:hover {
      border-color: #0098cd;
      background-color: #004269; }
    footer.site-footer .product-tag-cloud .tagcloud a:focus {
      border-color: #0098cd;
      background-color: #004269; }
  footer.site-footer .pgs-newsletter-widget .newsletter_form .button-area .input-group-btn > .btn {
    border-color: #0098cd;
    background-color: #004269; }

    footer.site-footer .pgs-newsletter-widget .newsletter_form .newsletter-email:focus{border-color: #ffffff;}

/*--------------------  Revolution Layer Style Start  -------------------*/
#rev_slider_1_1 .uranus .tp-bullet {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  background: transparent;
  width: 15px;
  height: 15px; }

#rev_slider_1_1 .uranus .tp-bullet.selected,
#rev_slider_1_1 .uranus .tp-bullet:hover {
  box-shadow: 0 0 0 2px white;
  border: none;
  border-radius: 50%;
  background: transparent; }

#rev_slider_1_1 .uranus .tp-bullet-inner {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute; }

#rev_slider_1_1 .uranus .tp-bullet.selected .tp-bullet-inner,
#rev_slider_1_1 .uranus .tp-bullet:hover .tp-bullet-inner {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
  background-color: white; }

/*-------------------- Back to top Start  -------------------*/
#back-to-top .top {
  background: #004269; }

/*-------------------- Section title Start  -------------------*/
.section-title h2.title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 28px;
  font-size: 30px;
  color: #323232;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase; }

.section-title p {
  font-weight: 400;
  line-height: 24px;
  font-size: 14px;
  color: #969696;
  margin-top: 0;
  margin-bottom: 35px; }

/*-------------------- Slider Arrow  -------------------*/
.owl-carousel:hover .owl-nav .owl-next:hover i {
  background-color: #0098cd; }

.owl-carousel:hover .owl-nav .owl-prev:hover i {
  background-color: #0098cd; }

/*--------------------  top Banner Style Start  -------------------*/
.top-banner {
  margin-top: -230px; }
.ciyastore_banner_wrapper{width: 100%;}
.ciyastore_banner-content {
  padding-right: 50px;
  padding-left: 50px; }

.ciyastore_banner .ciyastore_banner-content-inner-wrapper {
  font-size: 70px;
  font-family: "Poppins", sans-serif; }

.ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-1 .ciyastore_banner-text {
  font-size: 0.22em;
  color: #323232;
  line-height: 1em;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: normal; }

.ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text {
  font-size: 0.26em;
  color: #323232;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1em;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  vertical-align: top; }

.ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-3 .ciyastore_banner-text {
  font-size: 0.22em;
  color: #323232;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  font-family: "Poppins", sans-serif; }
  .ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-3 .ciyastore_banner-text span {
    color: #0098cd; }

.ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-btn-wrap .ciyastore_banner-btn {
  color: #0098cd;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-width: 1px;
  border-color: #0098cd;
  padding: 5px 20px;
  border-style: solid;
  border-radius: 3px;
  font-size: 13px; }
  .ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-btn-wrap .ciyastore_banner-btn:hover {
    color: #323232;
    border-color: #323232; }

.ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper {
  padding-top: 70px; }
  .ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-1 .ciyastore_banner-text {
    font-size: 0.24em;
    color: #323232;
    line-height: 1em;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text {
    font-size: 0.68em;
    color: #323232;
    text-transform: uppercase;
    letter-spacing: 6px;
    line-height: 1.4em;
    font-weight: 900;
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-3 .ciyastore_banner-text {
    font-size: 0.78em;
    color: #0098cd;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    font-family: "Poppins", sans-serif; }
  .ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-4 .ciyastore_banner-text {
    font-size: 0.46em;
    color: #323232;
    line-height: 1.4em;
    font-weight: 500;
    margin: 0;
    display: inline-block;
    vertical-align: top; }

/*--------------------  Tab Start  -------------------*/
.tab-content {
  width: 100%;
  display: block;
  overflow: hidden; }

.nav-tabs {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  background: #fbfbfb;
  border: 1px solid #f1f1f1;
  text-align: center; }
  .nav-tabs li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    margin: 2px 0px 0px;
    line-height: 28px; }
    .nav-tabs li a {
      color: #323232;
      font-size: 15px;
      font-weight: 600;
      padding: 11px 23px;
      position: relative;
      display: inline-block; }
      .nav-tabs li a::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 3px;
        background: 0 0; }
    .nav-tabs li:hover a {
      color: #0098cd; }
      .nav-tabs li:hover a::before {
        background-color: #0098cd; }
  .nav-tabs li.active a {
    color: #0098cd; }
    .nav-tabs li.active a::before {
      background-color: #0098cd; }

/*--------------------  Product action Start  -------------------*/
.products .product-hover-style-image-center .product-actions {
  padding-left: 0;
  padding-right: 0;
  bottom: 0px;
  color: #323233;
  border: 0px none; }
  .products .product-hover-style-image-center .product-actions a {
    color: #323233; }
    .products .product-hover-style-image-center .product-actions a:hover {
      color: #fff;
      background-color: #0098cd; }
  .products .product-hover-style-image-center .product-actions .product-action-add-to-cart a:hover {
    color: #fff;
    background-color: #0098cd; }

.products .open-quick-view {
  color: #fff;
  background-color: #0098cd; }
  .products .open-quick-view:hover {
    background-color: #323233;
    color: #fff; }

.products .product-info .product-name a:hover {
  color: #0098cd; }

.products .product-info .product-name a:focus {
  color: #0098cd; }

/*--------------------  Hot spot Start  -------------------*/
.ciyastore-image-hotspot-wrapper {
  display: inline-block;
  position: relative; }
  .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot {
    position: relative; }
    .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .dot-style2 {
      height: 28px;
      width: 28px;
      border: 2px solid #0098cd;
      display: inline-block;
      text-align: center;
      border-radius: 30px;
      line-height: 20px;
      cursor: pointer;
      margin: 20px;
      vertical-align: top;
      position: relative;
      font-size: 15px; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .dot-style2 span {
        background: #0098cd;
        height: 8px;
        width: 8px;
        display: inline-block;
        border-radius: 10px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -4px;
        margin-top: -4px;
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .dot-style2 .trigger-hover:hover .hotspot-content.hotspot-dropdown-right {
        left: 65px; }
    .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .image-hotspot {
        position: absolute;
        display: inline-block; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-title {
        margin-bottom: 8px;
        font-weight: 700;
        font-weight: 600;
        color: #323232; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-content-text {
        font-size: 14px;
        line-height: 22px;
        color: #323232; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-tooltip-1 {
        top: calc(12.35% - 28px);
        left: calc(38.72% - 28px); }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-tooltip-2 {
        top: calc(25.82% - 28px);
        left: calc(60% - 28px); }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-tooltip-3 {
        top: calc(40.06% - 28px);
        left: calc(61.17% - 28px); }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-tooltip-4 {
        top: calc(71.73% - 28px);
        left: calc(40.09% - 28px); }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-tooltip-5 {
        top: calc(79.82% - 28px);
        left: calc(60.38% - 28px); }
    .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .trigger-hover:hover .hotspot-content {
      opacity: 1;
      visibility: visible; }
    .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .trigger-hover:hover .hotspot-dot:before {
      transform: rotate(45deg); }
    .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content {
      position: absolute;
      width: 240px;
      background: #fff;
      padding: 20px;
      z-index: 10;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-right {
        left: 60px;
        top: -20px; }
        .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-right:before {
          right: 100%;
          border-right-color: #fff; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-up {
        left: -86px;
        bottom: 60px; }
        .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-up:before {
          bottom: auto;
          top: 100%;
          margin-left: -10px;
          border-top-color: #fff; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-left {
        right: 60px;
        top: -20px; }
        .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-left:before {
          left: 100%;
          border-left-color: #fff; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-down {
        left: -86px;
        top: 60px; }
        .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content.hotspot-dropdown-down:before {
          left: auto;
          border-bottom-color: #fff;
          margin-left: -10px;
          top: -20px; }
      .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content:before, .ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content:after {
        top: 45px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-width: 10px; }

/*--------------------  Reason to Start  -------------------*/
.reason-to-shop {
  background-color: #1d232e; }

.ciyastore-info-box .ciyastore-info-box-icon.ciyastore-info-box-icon-primary-color {
  background-color: #0098cd;
  color: #0098cd;
  border-color: #0098cd;
  font-size: 32px; }

.ciyastore-info-box .ciyastore-info-box-description p {
  font-size: 14px;
  color: #fff; }

h3.ciyastore_info_box_2-title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 20px; }

h3.ciyastore_info_box_2-title  a{ color: #fff; }
.ciyastore-info-box-content {
  position: relative; }

.ciyastore_info_box-step-wrapper {
  position: absolute;
  right: 0;
  top: 5px; }

span.ciyastore_info_box-step {
  font-size: 80px;
  line-height: 60px;
  font-weight: 500;
  color: #777;
  opacity: .1; }

.reason-ciyastore-info-box {
  padding: 10px 10%; }
  .reason-ciyastore-info-box .ciyastore-info-box {
    margin-top: 30px;
    margin-bottom: 60px; }

.electric-banner-reason .ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text {
  font-size: 0.6em;
  color: #ffffff;
  text-transform: none;
  line-height: 1.2em;
  font-weight: 600; }

.electric-banner-reason .ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-btn-wrap.ciyastore_banner-btn-style-flat .ciyastore_banner-btn {
  color: #0098cd;
  text-transform: uppercase;
  line-height: 50px;
  background-color: #ffffff;
  font-size: 14px;
  padding: 0 25px;
  font-weight: 500;
  border: 0px solid; }
  .electric-banner-reason .ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-btn-wrap.ciyastore_banner-btn-style-flat .ciyastore_banner-btn:hover {
    color: #fff;
    background-color: #0098cd; }

/*--------------------  Latest Post Start  -------------------*/
.latest-post-wrapper .latest-post-item .latest-post-meta ul li i {
  color: #0098cd; }
.latest-post-wrapper .latest-post-item .blog-title a:hover, .latest-post-wrapper .latest-post-item .blog-title a:focus{color: #0098cd;}
.latest-post-wrapper .latest-post-item .latest-post-meta ul li a:hover, .latest-post-wrapper .latest-post-item .latest-post-meta ul li a:focus{color: #0098cd;}
/*--------------------  Instagram Start  -------------------*/
.bg-insta {
  background-color: #1d232e;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px; }

.insta_v2_header--title .insta_v2_title {
  color: #fff; }

.insta_v2_header--button a {
  background-color: #0098cd; }

/*--------------------  Newsletter Style Start  -------------------*/
.electric-newslatter {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .electric-newslatter .newslatter-form .button-area button.submit {
    background: #0098cd;
    border: none;
    color: #fff;
    line-height: 38px;
    padding: 0 18px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    font-family: inherit; }
    .electric-newslatter .newslatter-form .button-area button.submit:hover {
      background: #fff;
      color: #323232; }

.newslatter-text {
  text-align: right;
  padding-left: 60px; }
  .newslatter-text h4 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
    color: #fff; }
  .newslatter-text p {
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff; }

.newslatter-wrapper {
  padding-left: 10%;
  text-align: right; }

.newslatter-form {
  text-align: right;
  float: right;
  width: 100%; }
  .newslatter-form .input-area .newsletter-email {
    width: 100%;
    margin-top: 20px;
    max-width: 330px;
    background: rgba(255,255,255,.06);
    border-color: rgba(255,255,255,.1);
    color: #e2e2e2;
    margin-bottom: 20px; }

.newslatter-form .input-area .newsletter-email::placeholder { color: #fff !important; }


.ciyastore_clients h3.title {
  color: #ffffff;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
  font-size: 30px;
  margin-bottom: 56px; }

.client-logo {
  background-color: #0098cd;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px; }

.our-clients img {
  width: auto; }

/*--------------------  Contact Start  -------------------*/
.contact-section {
  border-bottom-width: 1px;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #161515;
  border-bottom-color: rgba(255, 255, 255, 0.1);
  border-bottom-style: solid; }
  .contact-section p {
    color: #fff; }
  .contact-section i {
    color: #fff; }
  .contact-section .ciyastore-info-box {
    width: 100%;
    margin-top: 20px;
    display: block; }
    .contact-section .ciyastore-info-box .ciyastore-info-box-icon {
      font-size: 33px;
      line-height: 33px;
      margin-bottom: 15px;
      border: medium none; }
  .contact-section .single-image-wrapper img {
    margin-bottom: 20px; }

/*** Modal ***/
#compare,#search-popup{ -webkit-overflow-scrolling: touch;}
.table.compare-list{ border:none;font-size: 15px;     font-family: "Poppins", sans-serif;}
.table.compare-list th{background: #fff; color: #323232;border-left-color: #e7e7e7;}
.compare-modal .compare-content table tbody tr th{font-weight: 600;}
.compare-modal .compare-content .compare-title h1{color: #004269;border:none;}
.compare-modal .compare-wrapper{    background: #fff;    color: #323232;}
table.compare-list td, table.compare-list th{    padding: 10px 15px;border-bottom: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1;    border-right-color:#e7e7e7;border-bottom-color:#e7e7e7;}
.compare-modal .compare-content table tbody tr td:nth-of-type(odd){     background: #F7F7F7;color: #323232;  }
.compare-modal .compare-content table tbody tr.title td { color: #323232; }
.compare-modal .compare-content table tbody tr.price .ciya-Price-amount.amount,.compare-modal .compare-content table tbody tr.stock span,.compare-modal .compare-content table tbody tr.price .ciya-Price-amount.amount{color: #004269;}
.compare-modal .compare-content table tbody tr.add-to-cart a { background: #004269; }
.compare-modal .compare-content table tbody tr.add-to-cart a:hover{ background: #323232; }
.compare-modal .compare-content .compare-title button.close{opacity: 1;right: 5px;}
.compare-modal .compare-content .compare-title button.close span{ color:#323232; }
.search-modal { background: transparent; }
.search-modal .search-wrapper .search-modal-content { background: #fff; }
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner{    background: rgba(255,255,255,.01);border: 1px solid rgba(255,255,255,.1);}
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-search-button:before{ color: #004269;}
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner input.form-control{color: #969696;}
.modal-header .close { color: #323232;opacity: 1;}
.modal-header .close:focus{ outline: none; }
.select2-container--default .select2-results__option[aria-selected="true"] {     background-color: #004269; }
.select2-container--default .select2-results__option:hover { background-color: #004269; color: #fff;  }


/*--------------------  Responsive Start  -------------------*/

@media only screen and (max-width: 1500px) {
.ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text{font-size: 0.58em;}

}


@media only screen and (max-width: 1366px) {
.ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text{    font-size: 0.48em;}

}

@media only screen and (max-width: 1200px) {
.ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text{    font-size: 0.68em;}

}

/*@media only screen and (max-width: 1024px) {
  .electro-banner-5,
  .electric-banner-reason {
    display: none; } }*/

@media only screen and (max-width: 991px) {

.site-header.is-sticky .mobile-button-menu a span {
  background-color: #323232; }
  .site-header.is-sticky .mobile-button-menu a.slicknav_open span {
  background-color: transparent; }
.site-header.is-sticky .mobile-button-menu a span:after {
    background-color: #323232; }
.site-header.is-sticky .mobile-button-menu a span:before {
    background-color: #323232; }
.ciyastore-info-box-main{margin-bottom: 20px;}
}


@media only screen and (max-width: 992px) {
  
    .ciyastore_banner {background-size: cover;    background-position: center center;}
    
  .ciyastore_banner .ciyastore_banner-content-inner-wrapper {
    font-size: 50px; }
  .ciyastore_banner_wrapper {
    width: 100%; }
  .ciyastore_banner .ciyastore_banner-content {
    background-position: center; }
  .ciyastore_banner {
    margin-bottom: 0px; }
  .nav-tabs {
    padding: 8px; }
  .nav-tabs li {
    margin: 4px;
    display: block; }
  .nav-tabs li a {
    padding: 5px 15px;
    display: block;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    background: #fff;
    font-weight: 400; }
  .nav-tabs li.active a::before {
    background-color: transparent; }
  .reason-ciyastore-info-box {
    padding: 15px; } 

.header-style-menu-center.header-above-content,
.header-style-menu-right.header-above-content { overflow: visible; }


  }






@media only screen and (max-width: 768px) {
  .newslatter-wrapper {
    padding-left: 12%; }
  .reason-ciyastore-info-box {
    padding: 0; } }

@media only screen and (max-width: 767px) {
.ciyastore_banner .ciyastore_banner-content-vtop .ciyastore_banner-content-inner-wrapper { font-size: 40px; }
footer.site-footer .site-info .footer-widget p{ margin-bottom: 10px; }
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-input-wrap { margin-bottom: 0; }
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-category-wrap{ margin-bottom: 0; }
}

@media only screen and (max-width: 576px) {
header.site-header .logo-wrapper img { max-height: 30px; }
header.site-header.is-sticky .logo-wrapper img {  max-height: 30px; }
.ciyastore_banner.electro-banner-2 .ciyastore_banner-content-vtop .ciyastore_banner-content-inner-wrapper { font-size: 50px; }
.ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .hotspot-content { padding: 10px; }
.ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-title{font-size: 15px;}
.ciyastore-image-hotspot-wrapper .ciyastore-image-hotspot .ciyastore-hotspot-contents-wrapper .hotspot-content-text{font-size: 12px;}
.search-modal .search-wrapper .search-modal-content {vertical-align: middle;   padding-top: 0;}
.search-modal .search-wrapper .search-modal-content .search_form-wrap .search_form-inner .search_form-category-wrap{ margin-bottom: 20px; }
.compare-modal .compare-content .compare-title button.close{opacity: 1;right: 5px;top: 15px;}
}

@media only screen and (max-width: 479px) {
.section-title h2.title{font-size: 20px;
    line-height: 24px;}
h3.ciyastore_info_box_2-title{
    font-size: 17px;
    line-height: 22px;
}
h3.ciyastore_info_box_2-title a{ color: #fff; }
.ciyastore_banner.electro-banner-1 .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-text-wrap-2 .ciyastore_banner-text{    letter-spacing: 3px;}




}


@media only screen and (max-width: 320px) {
header.site-header .logo-wrapper img { max-height: 24px; }
header.site-header.is-sticky .logo-wrapper img {  max-height: 24px; }
.ciyastore_banner .ciyastore_banner-content-vtop .ciyastore_banner-content-inner-wrapper { font-size: 22px; }
.ciyastore_banner .ciyastore_banner-content .ciyastore_banner-content-inner-wrapper .ciyastore_banner-btn-wrap .ciyastore_banner-btn {     font-size: 10px;    padding: 5px 11px; }




}

