/********************************************************
			Coderplace Custom Styles
********************************************************/
.cp-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.customNavigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	top: 50%;
	direction: ltr !important;
	right: 0;
	left: auto;
  opacity: 0;
  -khtml-opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
}
.products .customNavigation {
	top: 35%;
}
.testimonial-block-part .customNavigation {
	top: 58%;
}
.customNavigation a.prev::before {
	content: "\E314";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	right: 5px;
	top: -1px;
	color: #808080;
}
.customNavigation a.next::before {
	content: "\E315";
	font-family: "Material Icons";
	position: absolute;
	font-size: 20px;
	position: absolute;
	right: 3px;
	top: -1px;
	color: #808080;
}
.special-products .customNavigation {
	top: 52%;
}
.special-products:hover .customNavigation, 
.products:hover .customNavigation,
.testimonial-block-part:hover .customNavigation,
.product-accessories:hover .customNavigation,
.productscategory-products:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.customNavigation i {
	color: #222 !important;
	cursor: pointer;
	font-size: 0;
	font-weight: 500;
	height: 38px;
	line-height: 32px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 38px;
	background: transparent;
	border-radius: 0;
	font-style: unset;
	box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.11);
}

.customNavigation i.prev {
	background: transparent;
	right: auto;
	background: #fff;
	border-radius: 50%;
	left: -5px;
}
.customNavigation i.next {
	background: transparent;
	right: 0px;
	background: #fff;
	border-radius: 50%;
	right: -5px;
}
.testimonial-block-part .customNavigation i.prev, 
.special-products .customNavigation i.prev{
	left: -20px;
}
.testimonial-block-part .customNavigation i.next, 
.special-products .customNavigation i.next  {
  right: -20px;
}
.customNavigation i.prev::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-left.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-left.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next::before {
	content: '';
	-webkit-mask-image: url(../img/megnor/pro-right.svg);
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-image: url(../img/megnor/pro-right.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	background-color: #000;
	mask-size: 14px;
	font-size: 14px;
	width: 38px;
	height: 38px;
	display: block;
  -webkit-mask-size: 14px;
}
.customNavigation i.next:hover::before,.customNavigation i.prev:hover::before  {
  color: #fff;
}
#cpleftbanner1 img,
#cpleftbanner2 img {
  max-width: 100%;
}
#cpleftbanner1 li,
#cpleftbanner2 li {
  overflow: hidden;
  position: relative;
  float: left;
  border-radius: 0px;
}
#cpleftbanner1 li a,
#cpleftbanner2 li a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.footer-container .links.lastest_block .customNavigation i.prev:hover {
  color: #9bbab1 !important;
}
.footer-container .links.lastest_block .customNavigation i.next:hover {
  color: #9bbab1 !important;
}

@media (max-width: 1449px) {
  .testimonial-block-part .customNavigation i.prev, 
  .special-products .customNavigation i.prev{
    left: -15px;
  }
  .testimonial-block-part .customNavigation i.next,
   .special-products .customNavigation i.next {
    right: -15px;
  }
  .customNavigation i.next {
    right: 0;
  }
  .customNavigation i.prev {
    left: 0;
  }
}
@media (max-width: 1199px) {

}

@media (max-width: 991px) {
  #cpleftbanner1 li img,
  #cpleftbanner2 li a {
    width: auto;
  }
}
@media (max-width: 767px) {
  .customNavigation {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
  }
  
  .testimonial-block-part .customNavigation i.prev, 
  .special-products .customNavigation i.prev,
  .btn.prev.accessories_prev {
    left: 0;
  }
  .testimonial-block-part .customNavigation i.next,
   .special-products .customNavigation i.next,
   .btn.next.accessories_next {
    right: 0;
  }
  #main .images-container .js-qv-mask .customNavigation {
    top: 13px;
  }
  .quickview .mask.additional_slider .customNavigation i.prev {
    left: -10px !important;
  }
  .quickview .mask.additional_slider .customNavigation i.next {
    right: -10px !important;
  }
  .btn.next.brand_next {
    left: auto;
    right: 0;
    position: absolute;
  }
  .btn.prev.brand_prev {
    left: 0;
    right: auto;
  }
  .customNavigation i.next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 480px) {
}

/********************************************************
			AKON
********************************************************/

b, strong {
    font-weight: bolder;
}

.btn-primary {
    text-transform: none;
}

body, #header, #content-wrapper, .tabs .tab-pane, .wish-comp .compare .btn, .wish-comp .wishlist .btn {
    background-color: #fdfdfd;
}

#order-detail #content, .block-categories, .sidebar-featured, .ets_block_categories, .ets_block_search {
    background-color: #fff;
}

.header-nav {
    font-size: 13px;
}

#header .header-nav, .header-top .header-div .container {
    padding: 5px 0;
}

.header_logo a {
    display: block;
    max-width: 180px;
}

.header_logo a .logo {
    display: block;
    max-width: 100%;
    height: auto;
}

.contact-link {
    text-transform: none;
}

#header .header-nav .left-nav, 
#_desktop_currency_selector, 
#_desktop_language_selector,
#_desktop_user_info a.top-link {
    color: #616b76;
}

.language-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.language-selector-wrapper .language img {
    border: 1px solid #eee;
    border-radius: .25rem;
}

.language-selector-wrapper .language.selected img {
    border-color: #0c3b1d;
}

.language-selector-wrapper .language:hover img {
    border: 1px solid #0c3b1d;
}

#_desktop_currency_selector .dropdown,
#_desktop_user_info a.top-link, 
#_desktop_user_info .sign-in, 
#header #_desktop_user_info .account {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

#_desktop_currency_selector .dropdown:hover, 
#_desktop_currency_selector .dropdown.open,
#_desktop_user_info a.top-link:hover span {
    color: #0c3b1d;
    text-decoration: underline;
}

#_desktop_currency_selector .dropdown:hover .expand-more, 
#_desktop_currency_selector .dropdown.open .expand-more,
#_desktop_user_info a.top-link:hover .expand-more{
    color: #0c3b1d;
}

#header #_desktop_user_info .locator:hover .locator-icon,
#header #_desktop_user_info .track-order:hover .track-icon,
#header #_desktop_user_info .account:hover .account-icon {
    background-color: #0c3b1d;
}

#header #_desktop_user_info .locator .locator-icon,
#header #_desktop_user_info .track-order .track-icon,
#header #_desktop_user_info .account .account-icon {
    margin-right: 6px;
    background-color: #616b76;
}

#_desktop_user_info .top-link::after, #_desktop_language_selector::after, #_desktop_currency_selector::after {
    background-color: #eee;
}

#header .header-nav::after {
    bottom: -5px;
    border-bottom: 1px solid #eee;
}

.material-icons.menu-open {
    color: #0c3b1d;
}

#search_block_top {
    background-color: #d5e5c3;
}

#search_block_top .btn.btn-primary .submit-text {
    background-color: #0c3b1d;
}

#search_block_top #search_query_top {
    background-color: #d5e5c3;
    color: #000;
}

#search_block_top #search_query_top::placeholder {
    color: #0c3b1d;
    opacity: 1; /* Firefox */
}

#search_block_top #searchbox {
    margin-bottom: 0;
}

#_desktop_cart {
    padding-right: 18px;
}

.head-compare a, 
.head-wishlist a, 
#_desktop_cart .carthome, 
#_mobile_cart .carthome {
    background-color: #0c3b1d;
}

.ap-total-compare, .ap-total-wishlist, .cart-products-counthome {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    height: 23px;
    width: 23px;
}

.header-top-main.bg_main {
    border-top: none;
    background: #6b923f;
}

#index .header-top-main.bg_main.fixed {
    border-bottom: none;
}

#index #cp_vertical_menu_top #top-menu {
    border-radius: 0 0 4px 4px;
}

.block-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #6b923f;
}

#header .dropdown-menu {
    border-radius: 4px;
}

.flexslider .caption-description .slide-text {
    text-transform: none;
}

@media (min-width: 2280px) {
    .flexslider .caption-description .slide-text {
        left: 32%;
    }
}

.service_title1 {
    text-transform: none;
}

.product-miniature .thumbnail-container img {
    aspect-ratio: 1.3297;
    object-fit: cover;
}

#products .product-title, .products .product-title, .product-accessories .product-title {
    min-height: 46px;
}

body#checkout [for="field-psgdpr"] + div .custom-checkbox label {
    padding-inline-start: 0;
}

body#checkout .form-control-label + div .custom-checkbox label span {
    top: 3px;
}

body#checkout [for="field-psgdpr"] + div .custom-checkbox label a {
    text-decoration: underline;
}

body#checkout [for="field-psgdpr"] + div .custom-checkbox label span {
    opacity: 0;
}

#checkout #order-items.col-md-8 {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 0;
}

#checkout #order-items .card-title.h3 {
    font-size: 15px;
}

#checkout #order-summary-content .card.noshadow {
    border-bottom: 1px solid #e5e5e5;
}

#checkout #payment-confirmation .ps-shown-by-js {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#checkout #payment-confirmation button[type="submit"] {
    margin-left: auto;
    width: 100%;
    max-width: 320px;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    font-weight: bolder;
}

#checkout #payment-confirmation button[type="submit"] ~ .js-alert-payment-conditions {
    margin-top: 0 !important;
}

#checkout section .step-edit {
    margin-top: 4px;
}

body#checkout section.checkout-step .content {
    margin-top: 10px;
}

body#checkout section.checkout-step .delivery-option {
    cursor: pointer;
}

body#checkout section.checkout-step .delivery-options {
    margin-left: 10px;
    margin-right: 10px;
}

body#checkout section.checkout-step .delivery-options > .row {
    cursor: pointer;
    border: 0;
    text-align: left;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    min-height: 80px;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    background: #f6f6f6;
}

body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    margin-bottom: 0;
    text-align: left;
    word-break: break-word;
}

body#checkout section.checkout-step .carrier-name {
    font-size: 1rem;
    font-weight: 700;
}

body#checkout section.checkout-step .carrier-price {
    color: var(--price-color);
}

body#checkout section.checkout-step .delivery-options .delivery-option, body#checkout section.checkout-step .delivery-options .delivery-option label>.row, body#checkout section.checkout-step .delivery-options .delivery-option .carrier {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    float: none;
    width: auto;
}

body#checkout section.checkout-step .delivery-options .delivery-option .carrier .col-md-8 {
    margin-bottom: 0;
}

.custom-radio input[type="radio"] + span {
    display: block;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: background-color 0.25s ease-in-out;
    position: absolute;
    left: 3px;
    top: 3px;
}

body#checkout section.checkout-step .delivery-options .delivery-option:hover .custom-radio input[type="radio"]:not(:checked) + span, 
body#checkout section.checkout-step .payment-options .delivery-option:hover .custom-radio input[type="radio"]:not(:checked) + span {
    background-color: #d2e5c2;
}

body#checkout #content section.checkout-step .delivery-options .delivery-option .carrier .col-md-8,
body#checkout #content section.checkout-step .delivery-options .delivery-option .carrier .col-md-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

body#checkout section.checkout-step .delivery-options > .row.carrier-extra-content-custom {
    background: #f6f6f6;
    padding-top: 15px;
    margin-top: -20px;
    margin-bottom: 15px;
    border-top: 1px solid #fff;
}

body#checkout section.checkout-step .complete-content {
    cursor: pointer;
}

body#checkout section.checkout-step.-current.-reachable.-complete .complete-content {
    display: none;
}

body#checkout section.checkout-step #packetery-widget,
body#checkout section.checkout-step .complete-content #selected-branch {
    margin-bottom: 0;
}

body#checkout section.checkout-step #packetery-widget .zas-box {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}

body#checkout section.checkout-step #packetery-widget .open-packeta-widget-hd,
body#checkout section.checkout-step #packetery-widget .open-packeta-widget {
    margin-right: 15px;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    min-width: 140px;
}
@media (min-width: 1450px) {
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget-hd,
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget {
        flex: 0 0 calc(33.33333333% - 15px);
        max-width: calc(33.33333333% - 15px);
    }
}

@media (max-width: 1649px) {
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget-hd,
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget {
        padding: 10px 0px;
    }
}
@media (max-width: 1449px) {
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget-hd,
    body#checkout section.checkout-step #packetery-widget .open-packeta-widget {
        font-size: 12px;
    }
}

body#checkout section.checkout-step #packetery-widget .open-packeta-widget-hd:hover,
body#checkout section.checkout-step #packetery-widget .open-packeta-widget:hover {
    background-color: var(--primary-color);
    color: var(--secondary-color);
}

body#checkout section.checkout-step #packetery-widget .zas-box ul {
    flex: 1;
    padding: 0.25rem 1.25rem;
    font-size: 0.8125rem;
    background-color: #dff0d8;
    color: #3c763d;
    margin-bottom: 1rem;
    border: 1px solid #d0e9c6;
    display: flex;
    align-items: center;
    min-width: 200px;
}
@media (min-width: 1450px) {
    body#checkout section.checkout-step #packetery-widget .zas-box ul {
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
}

body#checkout section.checkout-step #packetery-widget .zas-box ul {
    line-height: 20px;
}

body#checkout section.checkout-step #packetery-widget .zas-box .picked-delivery-place {
    font-weight: 700;
}

body#checkout section.checkout-step .complete-content .open-packeta-widget {
    display: none;
}

body#checkout section.checkout-step .complete-content .extra-content {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

body#checkout section.checkout-step .complete-content .extra-content br {
    display: none;
}


body#checkout section.checkout-step .order-options {
    margin: 20px 0;
    padding: 10px 20px;
    background: #eff5e9;
}

#checkout #delivery #delivery_message {
    float: none;
    margin-bottom: 0;
}

body#checkout section.checkout-step .payment-options .payment-option {
    min-height: 60px;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

body#checkout section.checkout-step .payment-options {
    margin-left: 10px;
    margin-right: 10px;
}



body#checkout section.checkout-step .payment-name {
    font-size: 1rem;
    font-weight: 700;
}

body#checkout #content .col-md-4 {
    float: left;
    padding: 0 10px !important;
}

@media (max-width: 767px) {
    body#checkout #content .summary-selected-carrier .logo-container {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    body#checkout #content .col-md-4 {
        width: 33.33333%;
        padding: 0 20px !important;
    }
}

body#checkout section.checkout-step .summary-selected-carrier .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body#checkout section.checkout-step .summary-selected-carrier .carrier-price {
    color: #000000;
}

body#checkout #order-summary-content h4.h4 {
    margin: 1.25rem 0;
}

body#checkout .additional-information {
    background: #f6f6f6;
    padding: 15px 15px 5px;
    margin: -20px -10px 15px;
    border-top: 1px solid #fff;
}

body#checkout #order-items .order-line {
    width: auto;
}

body#checkout #order-summary-content #order-items h3.h3 {
    padding: 0 1rem;
}

.copyright {
    color: #d5e5c3;
}

#main > h1, #main h2.h2, #main .page-header h1, 
.block-category h1, .breadcrumb ol, .footer-container .links .h3, 
.footer-container .links h3, .footer-container .links h3 a,
.footer-container .footer-right li a {
    text-transform: none;
}

#left-column .block .block_title, .text-uppercase.h6 {
    text-transform: none !important;
}

#left-column .block .block_title:first-letter, .text-uppercase.h6:first-letter {
    text-transform: uppercase !important;
}

#product .product-information p {
    display: block;
}