@charset "UTF-8";
/* Open Sans */
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Quicksand */
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "Quicksand", sans-serif;
  perspective: 700px;
  background: #145465;
  overflow-x: hidden;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 2px;
  background-color: black;
}

::-webkit-scrollbar-thumb {
  background: grey;
}

body * {
  box-sizing: border-box;
  transform-style: preserve-3d;
}

#child_photo_file {
    display: none !important;
}

.custom-form-add-pic, .custom-form-add-dedicatie {
  display: flex;
  flex-flow: column;
  margin: auto;
  justify-self: center;
  width: 100%;
}

.custom-form-add-dedicatie {
  margin-bottom: 20px;
}

.custom-label-copil {
  width: auto;
}

/*h1, h2, h3, h4, h5, h6 {
	color: azure;
}*/
/* default font size */
.fa {
	font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
.intro-text>h2 {
  font-size: 22px;
  font-weight: bold;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #145465;
    height: 80px;
    max-width: 2000px;
    z-index: 10;
    margin: auto;
}
#top .container {
	padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #51e2f5;
	background-color: transparent;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ffa8b6;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    -height: 14px;
}
#top-links {
	padding-top: 10px;
	position: absolute;
    right: 20px;
}

#top-links > ul {
    display: inline-flex;
}

#top-links > ul > li > a {
    display: inline-flex;
}

#tab-description img {
    max-width: 400px;
}

.grp-wish-cantitate-btn {
    display: flex;
    align-items: end;
}

.grp-input-cantitate {
    display: block;
}

#top-links a + a {
	margin-left: 15px;
}

.drop-down-menu-custom {
    background-color: #145465;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #145465;
}

/* logo */
#logo {
	width: 70px;
    position: absolute;
    display: flex;
    margin-left: 20px;
    z-index: 3;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	padding: 0;
    border: none;
    background: none;
}

#cart > .btn:hover {
	color: #ffa8b6;
}

#cart > .btn:focus {
	color: #ffa8b6;
}

#cart.open > .btn {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

#cart .dropdown-menu {
	background: #145465;
	z-index: 1001;
}
#cart .dropdown-menu {
	/*min-width: 100%;*/
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: max-content;
        margin-top: 10px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	
	#top-links {
	    right: 5px;
	}
	
	#logo {
         margin-left: 5px;
    }
    
    #top-links > ul > li {
    padding-right: 5px;
    }
    
    .mobile-content-only {
        display: block;
        margin-bottom: 30px;
    }
    
    .desktop-content-only {
        display: none;
    }
}
/* content */
#content {
	min-height: 600px;
}

.intro-text {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1200px;
}

.intro-text2 {
  text-align: center;
  margin-bottom: 0;
}

.title-caracteristici {
  margin-top: 50px;
}

.services-icons {
    display: flex;
    /*justify-content: space-evenly;*/
    margin-bottom: 40px;
    flex-wrap: wrap;
}

figure {
    text-align: center;
    width: 25%;
}

figure > img {
    width: 130px;
}

.truck-fig, .verified-fig, .secure-fig, .policy-fig {
    font-size: 18px;
    color: #efefef;
    text-align: center;
    margin: 10px;
}

.demo-btn {
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border: 2px solid #51e2f5;
    color: #51e2f5;
    font-size: 22px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    margin-top: 25px;
}

.demo-btn:hover {
  border-color: #ffa8b6;
  color: #ffa8b6;
}

#account-register, #account-account, #account-edit, #account-password, #account-address, #account-wishlist, #account-order, #account-download, #account-recurring, #account-reward, #account-return, #account-transaction, #account-newsletter, #common-success, #account-forgotten, #information-contact, #information-information, #information-sitemap, #product-manufacturer, #account-voucher, #checkout-cart, #checkout-checkout {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 5px;
}

#account-register aside {
    margin-top: 30px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

.copyright-text-custom {
    text-align: center;
}

.info-footer-custom {
    display: flex;
    justify-content: space-between;
}

.title-info-custom {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	display: none;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	background-color: transparent;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 3px solid azure;
    border-radius: 5px;
    display: flex;
    justify-content: center;
	overflow: auto;
	flex-direction: column;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 500px;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-layout {
    width: 300px;
}

.caption h4 {
    text-align: center;
}

.title-prod {
    font-size: 18px;
    text-shadow: 1px 1px #1d1d1e;
    color: #51e2f5;
    margin-bottom: 10px;
}

.subtitle-prod {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 0;
    color: #ffa8b6;
    text-shadow: 1px 1px #1d1d1e;
}

.caption-custom>.subtitle-swip>a {
   pointer-events:none;
}

.product-layout .fa {
    font-size: 28px;
    color: #145465;
}

.title-categ-only {
    text-align: center;
    color: azure;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

.custom-thumbnail-product {
    border: 2px solid azure;
    border-radius: 5px;
    background-color: transparent;
}

.product-title-info-dk>a {
    background: transparent !important;
    color: azure !important;
    font-size: 22px !important;
    border: none !important;
}

.prod-txt-resize {
    font-size: 28px;
}

.product-layout-custom {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin: auto;
}

.title-swip-custom {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limit to 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.caption-custom>.subtitle-swip {
   display: -webkit-box;
  -webkit-line-clamp: 1; /* Limit to 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden; 
}

/*.demo-img-cop {
  width: 100%;
  max-width: 350px;
  border: 4px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}*/

.title-demo-cnt {
  font-size: 22px;
  margin-top: 0;
  font-weight: bold;
}

.demo-cnt {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  padding: 100px 0 170px 0;
  margin: 100px 0 100px 0;
}

.demo-cnt-home {
  background-image: url('/image/catalog/images/kids/cover-demo-section-IM-fata.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  text-align: center;
  padding: 100px 0 170px 0;
  margin: 100px 0 100px 0;
}

.card-cnt-container {
  width: 90%;
  display: flex;
  justify-self: center;
  margin-top: 40px;
  max-width: 1200px;
}

.card-cnt-container-text {
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 350px;
  aspect-ratio: 1 / 1;
  border: 4px solid #fff;
  border-radius: 4px;
  margin-left: 70px;
  box-sizing: border-box;
}

.card-cnt-container > :first-child {
  margin-left: 0;
  margin-right: 10px;
}

.card-cnt-container > :nth-child(3) {
  margin-left: 10px;
}

.card-cnt-container > :first-child > img {
  width: 100%;
}

.card-cnt-container > :nth-child(3) > img {
  width: 100%;
}

.card-cnt-container > :nth-child(4) > img {
  width: 100%;
}

.card-cnt-container-text>.card-cnt-container-text-second>h5 {
  font-size: 18px;
  color: #efefef;
  margin: 10px;
}

.arrow-demo {
  width: 50px;
  margin: 0 10px 0 10px;
}

.card-cnt-container-text-second {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.font-extrabold {
  font-weight: bold;
}

.title-info-utile {
  font-size: 22px;
  color: #efefef;
  font-weight: bold;
}

/* Simple chevron animation */
.accordion-button::after {
  content: "▾"; /* triangle symbol */
  font-size: 1.2em;
  transition: transform 0.3s;
  margin-left: auto;
}
.accordion-button.collapsed::after {
  transform: rotate(-90deg);
}

.container-info-acordeon {
  width: 100%;
  margin-top: 150px;
}

.container-info-acordeon > .panel-group > .panel-default > .panel-heading {
  color: #51e2f5;
  background-color: #145465;
  border-color: #51e2f5;
}

.container-info-acordeon > .panel-group > .panel-default {
  border-color: #51e2f5 !important; 
}

.container-info-acordeon > .panel-group > .panel-default > .panel-collapse > .panel-body {
  background-color: #145465;
  color: #51e2f5;
  border-color: #51e2f5;
  font-size: 16px;
}

.container-info-acordeon > .panel-group > .panel-default > .panel-collapse > .panel-body {
  border-top-color: #51e2f5;
}

.top60 {
  margin-top: 75px;
}

.termeni-conditii, .politica-confidentialitate, .despre-noi-info {
  font-size: 15px;
}

.termeni-conditii > h4, .politica-confidentialitate > h4, .despre-noi-info > h4 {
  font-size: 18px;
}

.termeni-conditii > p, .politica-confidentialitate > p, .despre-noi-info > p {
  font-size: 16px;
}

.despre-noi-info {
  background: transparent;
  color: #efefef;
}

#information-information {
  background-color: transparent;
  color: #efefef;
}

/*despre noi*/
   :root{
    --bg:#145465;           /* teal închis */
    --card:#145465;         /* teal mediu pentru carduri */
    --ink:#efefef;          /* text pe fundal închis */
    --muted:#bfe7ed;        /* text secundar */
    --accent:#ffb1bd;       /* roz pastel pentru accente */
    --accent-2:#87e6f2;     /* cyan pastel pentru accente secundare */
    --ring:rgba(255,255,255,.12);
    --shadow:0 10px 30px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.04);
    --radius:22px;
    --radius-lg:26px;
  }

 /* reset mic & tipografie */
  .about-wrap, .about-wrap * { box-sizing: border-box; }
  .about-wrap{
    background: radial-gradient(1200px 600px at 50% -200px, rgba(255,255,255,.06), transparent 60%),
                var(--bg);
    color:var(--ink);
    line-height:1.65;
    padding:28px 16px 60px;
    overflow:hidden;
    border-radius: var(--radius);
  }

  /* header simplu (în spiritul capturilor) */
  .about-hero{
    max-width:980px;
    margin:0 auto 22px;
    padding:18px 16px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0)) , var(--card);
    box-shadow: var(--shadow);
    position:relative;
  }
  .about-hero h3{
    margin:0 0 6px;
    font-size: 22px;
    line-height:1.2;
    letter-spacing:.2px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    -webkit-background-clip:text;
    background-clip:text;
    color:transparent;
    text-transform: none;
  }
  .about-hero p{
    margin:0;
    color:var(--muted);
    font-size: 18px;
  }

  /* card principal cu conținutul cerut (textul rămâne neschimbat) */
  .despre-noi-card{
    max-width:980px;
    margin:20px auto 0;
    padding:24px 18px;
    border-radius: var(--radius-lg);
    background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.01)) , #145465;
    box-shadow: var(--shadow);
    border:1px solid var(--ring);
  }

  .despre-noi-card h3{
    font-size: 22px;
    margin:28px 0 10px;
    letter-spacing:.2px;
    color: #efefef;
  }
  .despre-noi-card h4{
    font-size: 22px;
    margin:26px 0 6px;
    color: #efefef;
  }
  .despre-noi-card p{
    margin:0 0 8px;
    color:var(--ink);
  }

  /* liste cu iconițe pastel (în stil „hex badge”) */
  .despre-noi-card ul,
  .despre-noi-card ol{
    margin:14px 0 8px 0;
    padding:0;
    list-style:none;
  }
  .despre-noi-card li{
    position:relative;
    padding-left:60px;
    margin:16px 0;
    min-height:48px;
  }
  .badge{
    position:absolute; left:0; top:0;
    width:44px; height:44px; border-radius:14px;
    background: radial-gradient(20px 20px at 30% 30%, rgba(255,255,255,.45), transparent 60%),
                linear-gradient(180deg, var(--accent), #ff8aa0);
    box-shadow: 0 10px 18px rgba(255,137,160,.35), inset 0 1px 0 rgba(255,255,255,.35);
    display:grid; place-items:center;
    overflow:hidden;
  }
  .badge > .svg { 
    width:22px; 
    height:22px; 
    opacity:.9; 
    filter: drop-shadow(0 1px 0 rgba(0,0,0,.15));
    position: initial;
  }

  /* iconițe diferite prin nth-child (lista „Ce facem”) */
  .despre-noi-card ul li:nth-child(1) .badge{ background:linear-gradient(180deg, var(--accent), #ff8aa0); }
  .despre-noi-card ul li:nth-child(2) .badge{ background:linear-gradient(180deg, #ffccda, var(--accent)); }
  .despre-noi-card ul li:nth-child(3) .badge{ background:linear-gradient(180deg, #aee7ff, var(--accent-2)); }
  .despre-noi-card ul li:nth-child(4) .badge{ background:linear-gradient(180deg, #b8ffd9, #7fe4b6); }

  /* pașii – stil timeline pe mobil */
  .steps li{
    padding-left:68px;
  }
  .steps li::before{
    content:"";
    position:absolute; left:21px; top:44px;
    width:2px; height:calc(100% - 44px);
    background:linear-gradient(180deg, rgba(255,255,255,.25), rgba(255,255,255,0));
  }
  .steps li:last-child::before{ display:none; }
  .steps .badge{
    width:48px; height:48px; border-radius:16px;
    background: linear-gradient(180deg, #bfe7ed, #87e6f2);
    box-shadow: 0 10px 18px rgba(135,230,242,.35), inset 0 1px 0 rgba(255,255,255,.35);
  }
  .step-num{
    position:absolute; left:0; top:-10px;
    font-weight:800; font-size:12px; color:var(--muted);
    text-transform:uppercase;
  }

  /* linkuri și bold pe închis */
  .despre-noi-card a{ color:#b6f6ff; text-decoration:underline; }
  .despre-noi-card strong{ color:#fff; }

  /* decor */
  .soft-divider{
    height:1px; width:100%;
    background:linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
    margin:24px 0;
  }

  .video-style {
    width:100%;
    height:315px;
    border:none;
    border-radius:16px;
    box-shadow:0 4px 20px rgba(0,0,0,.3);
    margin-top:16px;
  }

  .video-style-mobile {
    height: 500px;
  }

  .despre-noi-info > ul {
    display: flex;
    flex-flow: column;
  }

  .despre-noi-info > ul > li {
    align-content: center;
  }

  /* responsive mic */
  @media (min-width:720px){
    .despre-noi-card{ padding:30px 28px; }
    .despre-noi-card p{ font-size:18px; }
    .video-style {
      height:500px;
    }
     .video-style-mobile {
      height:600px;
    }
  }
/*despre noi starsit*/

@media (max-width: 767px) {
 .cart-feature-custom, .heart-feature-custom {
     font-size: 22px !important;
     line-height: 25px;
 }
 .button-group-feature-custom {
     padding-top: 0 !important;
 }
 .caption-custom>.subtitle-prod {
     font-size: 16px;
 }
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
/*.product-list .product-thumb .caption {
	margin-left: 230px;
}*/
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}

.product-layout {
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
}

}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
/*.product-thumb .price {
	color: #444;
}*/
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
    display: flex;
    justify-content: space-between;
    background: azure;
    padding-top: 10px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: 10px;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 33%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #51e2f5;
	background: azure;
}
/*.product-thumb .button-group button + button {
	width: 20%;
}*/
.product-thumb .button-group button:hover .fa {
	color: #ffa8b6;;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	
	.product-thumb .button-group {
	    justify-content: space-around;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	display: block;
	border: 2px solid azure;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    
    .mobile-content-only {
        display: none;
    }
    
    .desktop-content-only {
        display: block;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px;
    margin-right: -20px;
    margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

.note-video-clip {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 400px;
    margin: auto;
    background-image: url('/image/video/video-cover2.jpg');
    background-size: cover;
    overflow: hidden;
}

/*custom style*/

.media-icons {
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
}

.media-icons>a {
    color: #ccc;
    font-size: 22px;
    padding: 0 20px 0 20px;
}

.media-icons > a > img {
  width: 30px;
}

.footer-signs {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.netopia, .anpc {
    display: flex;
    padding: 0 15px 0 15px;
}

.anpc {
    flex-wrap: wrap;
    justify-content: center;
}

.netopia>img {
    max-height: 40px;
}

.anpc>img {
    max-height: 40px;
}

@media (min-width: 1300px) {
    .container {
        max-width: 2000px;
    }
}

.header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #145465;
  height: 83px;
  max-width: 2000px;
  z-index: 10;
  margin: auto;
}

.logo {
  height: 51px;
  position: absolute;
  display: flex;
  margin-left: 20px;
  z-index: 3;
}

.cart {
  height: 51px;
  position: absolute;
  display: flex;
  right: 20px;
  z-index: 3;
}

.swiper-pager {
    display: none;
}

.swiper-pagination-bullet {
    background: rgb(129 217 229) !important;
}

.swiper-pagination-bullet-active {
    background: rgb(255 168 182) !important;
}

.categ-swip {
    border: 3px solid azure;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.subtitle-swip {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 0;
    color: #ffa8b6;
    text-shadow: 1px 1px #1d1d1e;
}

.title-swip {
    font-size: 18px;
    text-shadow: 1px 1px #1d1d1e;
    color: #51e2f5;
    margin-bottom: 10px;
}

.viewport-swip {
    background: #145465 !important;
    border: 4px solid #145465 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.swip-card-btn {
    background: azure;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 5px;
}

.swip-card-btn > span {
    color: #145465;
}

.categ-flag-text {
    display: flex;
    justify-content: center;
    width: 250px;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    align-items: center;
    border: 3px solid azure;
    border-bottom: hidden;
}

.categ-flag-text > span {
    color: azure;
    font-size: 22px;
}

.cantitate-field {
    font-size: 14px;
}

.cantitate-field-size {
    width: 50px;
}

.custom-btn-add-cart {
    background: #51e2f5;
    color: #145465;
    font-size: 18px;
}

.custom-btn-add-cart:hover {
    background: #ffa8b6;
    color: #145465;
}

.custom-btn-add-wishl {
    font-size: 28px;
    background: #51e2f5;
    color: #145465;
}

.custom-btn-add-wishl:hover {
    background: #ffa8b6;
}

.caption-custom {
    min-height: 100px !important;
    padding: 0 10px !important;
}

.title-featured-custom {
    color: azure;
}

.product-layout-custom {
    width: 100%;
    margin-bottom: 0;
}

.product-layout-custom > .product-thumb {
    border: none;
    border-radius: 0;
}

@media (min-width: 650px) {
  body nav {
    position: absolute;
    background: #145465;
    margin: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    min-width: 700px;
    top: 0;
    z-index: 10;
    height: 30px; /*fix menu display DK*/
  }
  body nav ol {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0px;
    margin: 0px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav ol li {
    display: inline-block;
    padding: 30px;
    flex-grow: 1;
    text-align: center;
    position: relative;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav ol li:nth-of-type(4) ol:after {
    content: "";
    font-family: FontAwesome;
  }
  body nav ol li:hover ol:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    bottom: -30px;
    left: -15px;
    transform: rotate(45deg) scale(0.5);
    border: 3px solid orange;
    border-color: orange transparent transparent orange;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, orange 45%, orange 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    animation: clipin 0.4s ease-in 1 forwards;
    animation-delay: 0.2s;
    -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
  }
  body nav ol li:hover li {
    position: relative;
  }
  body nav ol li:hover li:first-of-type:before {
    display: none;
  }
  body nav ol li:hover li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    right: -30px;
    top: -15px;
    left: auto;
    transform: rotate(-45deg) scale(0.5);
    border: 3px solid red;
    border-color: red transparent transparent red;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, red 45%, red 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    animation: clipin 0.4s ease-in 1 forwards;
    -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
  }
  @keyframes clipin {
    0% {
      -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
      clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    }
    50% {
      -webkit-clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
      clip-path: polygon(35% 35%, 35% 0, 35% 0, 35% 35%, 0 35%, 0 35%);
    }
    75% {
      -webkit-clip-path: polygon(35% 35%, 35% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
      clip-path: polygon(35% 35%, 35% 0, 100% 0, 100% 100%, 0 100%, 0 35%);
    }
    100% {
      -webkit-clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
      clip-path: polygon(100% 100%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }
  }
  body nav ol li ol:after {
    content: url(/image/catalog/images/assets/bag-svgrepo-com.svg);
    width: 100px;
    font-family: FontAwesome;
    vertical-align: center;
    font-size: 150px;
    color: #ff8000;
    position: absolute;
    /*padding-top: 40px;*/
    /*height: calc(100% - 40px);*/
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    background: orange;
    transform: rotate(-90deg);
    transform-origin: 0% 0%;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  body nav ol li:nth-of-type(1):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(1):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(1):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(1):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff2b00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(2):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(2):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(2):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff5500;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(3):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(3):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(3):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(3):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ff8000;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(4):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(4):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(4):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(4):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffaa00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(5):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(5):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(5):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(5):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffd500;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(6):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(6):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(6):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(6):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: yellow;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(7):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(7):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(7):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(7):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d5ff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(8):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(8):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(8):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(8):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #aaff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(9):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(9):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(9):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(9):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #80ff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:nth-of-type(10):hover a {
    color: #222;
  }
  body nav ol li:nth-of-type(10):hover ol li a {
    color: #fff;
  }
  body nav ol li:nth-of-type(10):hover:before {
    transform: translateY(0) rotate(0deg);
  }
  body nav ol li:nth-of-type(10):before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #55ff00;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-125%) rotate(-5deg);
  }
  body nav ol li:hover ol {
    transform: translateY(0) translateZ(-1px);
    top: 29px;
    left: -30px;
  }
  body nav ol li:hover ol:after {
    transform: rotate(0deg);
  }
  body nav ol li:hover ol li:nth-of-type(1n) {
    transform: none;
    margin: 0px;
  }
  body nav ol li:hover ol li:nth-of-type(1n):hover:after {
    opacity: 1;
    top: 0vh;
  }
  body nav ol li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
  }
  body nav ol li ol {
    display: block;
    position: absolute;
    top: 100%;
    transform: translateY(-110%) translateZ(-5px);
    transform-origin: top right;
    z-index: -1;
    width: 300%;
    left: 0;
  }
  body nav ol li ol:hover li:nth-of-type(1n):hover {
    padding: 40px 30px;
  }
  body nav ol li ol li {
    display: block;
    margin: 20px 0;
  }
  body nav ol li ol li a {
    font-size: 14px;
  }
  body nav ol li ol li:before {
    display: none;
  }
  body nav ol li ol li:nth-of-type(1) {
    transition-delay: 0.1s;
    background: #ff2b00;
  }
  body nav ol li ol li:nth-of-type(1):before {
    animation-delay: 0.05s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #ff2b00 45%, #ff2b00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #ff2b00 transparent transparent #ff2b00;
  }
  body nav ol li ol li:nth-of-type(2) {
    transition-delay: 0.2s;
    background: #ff5500;
  }
  body nav ol li ol li:nth-of-type(2):before {
    animation-delay: 0.1s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #ff5500 45%, #ff5500 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #ff5500 transparent transparent #ff5500;
  }
  body nav ol li ol li:nth-of-type(3) {
    transition-delay: 0.3s;
    background: #ff8000;
  }
  body nav ol li ol li:nth-of-type(3):before {
    animation-delay: 0.15s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #ff8000 45%, #ff8000 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #ff8000 transparent transparent #ff8000;
  }
  body nav ol li ol li:nth-of-type(4) {
    transition-delay: 0.4s;
    background: #ffaa00;
  }
  body nav ol li ol li:nth-of-type(4):before {
    animation-delay: 0.2s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #ffaa00 45%, #ffaa00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #ffaa00 transparent transparent #ffaa00;
  }
  body nav ol li ol li:nth-of-type(5) {
    transition-delay: 0.5s;
    background: #ffd500;
  }
  body nav ol li ol li:nth-of-type(5):before {
    animation-delay: 0.25s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #ffd500 45%, #ffd500 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #ffd500 transparent transparent #ffd500;
  }
  body nav ol li ol li:nth-of-type(6) {
    transition-delay: 0.6s;
    background: yellow;
  }
  body nav ol li ol li:nth-of-type(6):before {
    animation-delay: 0.3s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, yellow 45%, yellow 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: yellow transparent transparent yellow;
  }
  body nav ol li ol li:nth-of-type(7) {
    transition-delay: 0.7s;
    background: #d5ff00;
  }
  body nav ol li ol li:nth-of-type(7):before {
    animation-delay: 0.35s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #d5ff00 45%, #d5ff00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #d5ff00 transparent transparent #d5ff00;
  }
  body nav ol li ol li:nth-of-type(8) {
    transition-delay: 0.8s;
    background: #aaff00;
  }
  body nav ol li ol li:nth-of-type(8):before {
    animation-delay: 0.4s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #aaff00 45%, #aaff00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #aaff00 transparent transparent #aaff00;
  }
  body nav ol li ol li:nth-of-type(9) {
    transition-delay: 0.9s;
    background: #80ff00;
  }
  body nav ol li ol li:nth-of-type(9):before {
    animation-delay: 0.45s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #80ff00 45%, #80ff00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #80ff00 transparent transparent #80ff00;
  }
  body nav ol li ol li:nth-of-type(10) {
    transition-delay: 1s;
    background: #55ff00;
  }
  body nav ol li ol li:nth-of-type(10):before {
    animation-delay: 0.5s;
    background: linear-gradient(45deg, transparent -50%, transparent 45%, #55ff00 45%, #55ff00 55%, transparent 55%, transparent 125%);
    background-repeat: no-repeat;
    border-color: #55ff00 transparent transparent #55ff00;
  }
  body nav ol li ol li:first-of-type {
    margin-top: 0;
  }
  body nav ol li ol li:nth-of-type(even) {
    transform-origin: top left;
    transform: rotate(5deg);
  }
  body nav ol li ol li:nth-of-type(odd) {
    transform-origin: top right;
    transform: rotate(-5deg);
  }
}
@media (max-width: 650px) {
  #top nav {
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 85px;
    background-color: #145465;
  }
  
  #top nav:hover ol li:nth-of-type(1n) {
    transform: rotate(0deg);
    margin: 0px;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
 
  #top nav:hover:before {
    transform: rotate(45deg);
    box-shadow: 0 0 0 0;
    margin-left: 5px;
  }
  #top nav:hover:after {
    transform: rotate(-45deg);
    margin-left: 5px;
  }
  #top nav:before, #top nav:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #fff;
    top: 10px;
    left: calc(50% - 15px);
    border-radius: 5px;
    box-shadow: 0 10px 0 0 #fff;
    transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 100ms ease-in-out;
    transition-delay: 0.1s, 0s;
    transform-origin: 0% 50%;
  }
  #top nav:after {
    box-shadow: none;
    top: 32px;
    transform-origin: 0% 50%;
  }
  #top nav:hover ol {
    transform: translateY(0) translateZ(-1px);
  }
  #top nav:hover ol ol {
    transform: none;
    transform: translateX(calc(50% - 42px));
  }
  #top nav ol {
    position: absolute;
    width: 100vw;
    top: 0px;
    display: table;
    left: 0;
    margin: 0px;
    transform: translateY(calc(-100% - 50px)) translateZ(-1px);
    text-align: center;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #344955;
    padding: 60px 0 20px;
    height: auto;
    text-transform: uppercase;
    left: calc(-50vw + 42px);
  }
  #top nav ol li {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    height: 50px;
    padding: 10px 0;
    margin: 10px 0;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #344955;
  }
  #top nav ol li:nth-of-type(even) {
    transform: rotate(-5deg);
  }
  #top nav ol li:nth-of-type(odd) {
    transform: rotate(5deg);
  }
  #top nav ol li:hover ol {
    height: auto;
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
  }
  #top nav ol li a {
    color: #fff;
    text-decoration: none;
  }
  
  #top nav ol ol {
    position: relative;
    transform: none;
    background: transparent;
    display: inline-block;
    width: 100%;
    height: auto;
    top: auto;
    padding: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
  #top nav ol ol li {
    font-size: 12px;
    height: auto;
  }
  #top nav ol ol li:first-of-type {
    padding-top: 20px;
  }
  
  #top {
      height: 50px;
  }
  
  #logo {
      width: 50px;
  }
  
  .header {
    height: 45px;
  }
  .logo, .cart {
    height: 30px;
  }
  
  .subtitle-swip {
      font-size: 16px;
  }
  
  .title-swip {
      font-size: 15px;
  }

  figure {
    width: 50%;
  }
  
  figure > img {
    width: 70px;
  }
  
  .truck-fig, .verified-fig, .secure-fig, .policy-fig {
    font-size: 16px;
  }

  /* updates */

  .intro-text {
    margin-top: 70px;
  }

  .title-demo-cnt {
    margin: 0;
  }

  .card-cnt-container {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
  }
  
  .card-cnt-container > :first-child {
    flex: 1 1 42%;
  } 

  .card-cnt-container > :nth-child(2) {
    width: 30px;
    margin: 0;
  } 

  .card-cnt-container > :nth-child(3) {
    flex: 1 1 42%;
  } 

  .card-cnt-container > :nth-child(4) {
    margin: 0;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    flex: 1 1 100%;
    margin-top: 80px;
  }

  .card-cnt-container-text > .intro-text {
    margin-top: 15px;
  }

  .card-cnt-container-text-second > :nth-child(3) {
    margin-bottom: 10px;
  }

}

