@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
html {height:100%;}
body, input, textarea, button, select {
    letter-spacing: 0em;
    font-size: 15px;
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
a, img, input, select {outline:none;max-width: 100%;}
a:hover {text-decoration:none;color: #ed1b34;}
.wrapper-container {}
header .head {background: #f7f7f7;width: 100%;padding: 2px 15px;}
header a {color:#000;font-size: 13px;}
header .listUnstyled li i {margin-right: 5px;font-size: 13px;}
.listUnstyled {margin:0;padding:0;}
.listUnstyled li {list-style:none;float:left;margin-right:20px;}
.listUnstyled li:last-child {margin-right:0;}

.header .menubar_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .order-header {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.header .slidersearch {
	webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
}
.header .header_top {
    
}
.header .menu_bar_right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-left: auto !important;
}
.menu_bar_right {
    list-style: none;
    padding: 0;
	margin:0;
}
.header .menubar-section {
	display:block;
	background: #000;
}

.header .menubar-section .staticMenu {}
.header .menubar-section .staticMenu>ul {width:100%;margin:0;padding:0;text-align:center;}
.header .menubar-section .staticMenu li {list-style:none;}
.header .menubar-section .staticMenu>ul>li {display:inline-block;float:none;border-right: 1px solid #545454;}
.header .menubar-section .staticMenu>ul>li:last-child {border-right: none;}
.header .menubar-section .staticMenu>ul>li>ul {position:absolute;z-index: 999999;}
.site-header__logo {
    float: none;
    position: relative;
    /*height: 150px;*/
    /*height: 80px;
	margin:20px 0;*/
	height: 70px;
    margin: 30px 0;
}
.site-header__logo img {
    max-height: 100%;
    /*margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 62%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.header .wishlist,
.header .whatsapp,
.header .cart {float: none;display: inline-block;position:relative;}
.header .wishlist a,
.header .whatsapp a,
.header .iCart i,
.header-mobile i,
.search-mobile i {display: inline-block;margin-right: 20px;font-size: 26px;}
.header .whatsapp a {color: #29a71a;}
.header .whatsapp a:hover {color: #ed1b34;}
.header .iCartAmount {
    float: none;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	color: #ffffff;
    background: #ed1b34;
}

#mainContainer {position: relative;}
.mainContainerInside.categoryPage {margin-top: 50px;}
#mainContainer .tp-revslider-mainul {padding:0;}
.contentCarouselHolder {
    width: 100%;
    position: relative;
}
li.tp-revslider-slidesli {
    list-style: none;
    position: absolute;
    visibility: hidden;
}

footer {
    width: 100%;
    background-color: #404041;
	color:#fff;
	padding: 50px 0;
	position: relative;
	overflow: hidden;}
footer a {color:#fff;}
footer ul {padding:0;margin:0;}
footer ul li {list-style:none;}
footer .footerLinksTitle {font-family: 'Poppins';margin-bottom:15px;color:#ed1b34;font-size: 22px;}

.footerBottom {padding: 20px 0;}

.categoryNav {padding:0;margin:0;    margin-bottom: 50px;}
.categoryNav li {list-style:none;position:relative;}
.categoryNav li a {color:#000;border-bottom: 1px dashed #e4e4e4;display:block;padding: 8px 0 8px 15px;}
.categoryNav li a:hover {color:#ed1b34;}
.categoryNav li:before {
	content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    background: #808080;
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
}
.breadcrumb {padding:5px 0;text-align:center;}
.breadcrumb h1 {font-size:22px;font-family: 'Lora', serif;margin:0 0 5px 0;width: 100%;display:none;}

.header-search span {background: none;cursor: pointer;font-size: 26px;}
.customer_account {
    float: none;
    display: inline-block;
}
.header-account_links {
    margin-right: 0px;
}
.customer_account ul, .customer_account ul li {
    list-style: none;
    padding: 0;
    float: none;
    display: inline-block;
    margin: 0;
}
.customer_account ul li a {display: inline-block;margin-right: 20px;font-size: 26px;}
.search-categories-section {
    display: inline-block;
	width: 100%;
}
.breadcrumbList {width:100%;text-align:center;}
.breadcrumbList a {color:#000;font-size:13px;margin-right:16px;position:relative;}
.breadcrumbList a:last-child {margin-right:0;}
.breadcrumbList a:after {content:'/';position: absolute;right: -12px;top: 0;}
.breadcrumbList a:last-child:after {content:none;}
.description-block .descTitle[aria-expanded="false"] {border-radius: 5px;}
.description-block .descTitle[aria-expanded="true"] {border-radius: 5px 5px 0 0;}
.description-block .descTitle[aria-expanded="true"]:after {content: "\f106";font: normal normal normal 26px/1 FontAwesome;float:right;}
.description-block .descTitle {cursor:pointer;display: block;padding: 5px 10px;background: #ed1b34;border-radius: 5px;position:relative;}
.description-block .descTitle:after {content: "\f107";font: normal normal normal 26px/1 FontAwesome;float:right;}
.description-block>div h1,
.description-block>div h2,
.description-block>div h3,
.description-block>div h4 {font-size:16px;}
.description-block>div {padding: 10px;border: 1px solid rgb(95, 217, 202);border-radius: 0 0 5px 5px;font-size:13px;}
.description-block+.category-description {margin-top:20px;}
.subCategories a {font-size:14px;font-weight:normal;color:#000;}
.subCategories .subCategoriesItem {    text-align: center;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
    background: #fff;-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.subCategories .subCategoriesItem:hover {    box-shadow: 5px -5px 0 0px #fff, -5px 5px 0 0px #fff, 5px 5px 0 0px #fff, -5px -5px 0 0px #fff, 0 0 0 7px #ed1b34;}
.subCategories .picture2 {overflow: hidden;position: relative;}
.subCategories .picture2 img {    max-height: 253px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);}
.subCategories .showcaseBrand a {padding: 6px 0;display: block;}

.homeProduct {}
.homeProduct .showcase {text-align: center;margin-bottom: 30px;position: relative;background: #fff;border-radius: 4px;border: 1px solid #edf1f2;box-shadow: 0 0 4px rgb(0 0 0 / 3%);margin: 30px 2px 5px;}
.homeProduct .showcase:hover {-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.4)!important;
    -moz-box-shadow: 1px 1px 4px rgba(0,0,0,.4)!important;
    box-shadow: 1px 1px 4px rgba(0,0,0,.4)!important;}
.homeProduct .showcase .newBadge {position: absolute;
    z-index: 9;
    background: #ff6000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 0 50%;
    color: #fff;
    left: 3px;
    top: 3px;
    pointer-events: none;}
.showcaseView {display: block;width: 100%;height: 100%;position: absolute;}
.rebateBadge {position: absolute;
    z-index: 9;
    background: #ff599a;
    width: 65px;
    height: 65px;
    line-height: 10px;
    border-radius: 50%;
    color: #fff;
    left: -10px;
    top: -10px;
    box-shadow: 0 0 0 2px #fff, 0px 0px 0 4px #ff599a;
    font-size: 25px;
	pointer-events: none;}
.rebateBadge span {    margin-top: 15px;
    display: block;
    font-size: 15px;
	line-height:15px;}
.homeProduct .showcaseBrand,
.homeProduct .showcaseBrand a {font-size: 16px;font-weight: 600;color: #ed1b34;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
.homeProduct .showcaseItem {padding:5px;border-top: 1px solid #edf1f2;}
.homeProduct .shippingTime {font-size:13px;color: #51b549;}
.homeProduct .showcasePriceTwo.showcaseSpecial {font-size:22px;font-weight:600;}
.homeProduct .showcasePriceTwo.showcaseSpecial span {font-size:13px;font-weight:400;position:relative;top:-3px;}
.homeProduct .showcaseCode {font-size:13px;}
.homeProduct .showcasePicture {overflow: hidden;position: relative;height:300px;}
.homeProduct .showcasePicture img {max-height: 300px;left: 50%;top:50%;position: absolute;transform: translate(-50%,-50%);}
.subProduct.homeProduct .showcase {border:none;margin-bottom:0;}
.subProduct.homeProduct .showcase .subCategoriesItem {border: 1px solid #d7d7d7;margin-bottom: 30px;position:relative;}
.subProduct.homeProduct .showcasePriceTwo2.showcaseSpecial .productPrice {font-size:22px;font-weight:600;}
.subProduct.homeProduct .showcasePriceTwo2.showcaseSpecial .productPrice span {font-size:13px;font-weight:400;margin-right:10px;position:relative;top:-3px;}

.img-responsive img {width:100%;}

.mainContainerInside.productBlock {margin-top:50px;margin-bottom:30px;}
.productBlock .productImages img {width:100%;}
.productBlock .productname {font-family:'Poppins', serif;font-size: 2rem;}
.productBlock .productname .product-rating-box {float:right;margin-top:22px;}

.selectOption{background:url(images/expand38.png) no-repeat;background-color: #fff;background-size:15px;background-position:right 20px center;display:block;width:100%;;border:1px solid #ebebeb;padding:8px;margin-top:4px;cursor:pointer;font-size:15px;color:#9F9F9F;}
.selectOption+.SelectValue{text-align: left;
    width: 100%;
    display: block;
    margin-top: -1px;
    overflow: hidden;
    max-height: 0px;
    border-width: 0px;
    transition: 400ms all;
    box-shadow: inset 0px -1px 0px 1px #ebebeb, inset 0px 0px 0px 1px #ebebeb;
    background: #fff;}
.selectOption+.SelectValue.activeSelect{max-height:500px;}
.coleteral span[style="font-weight:bold;"], .coleteral span[style="font-weight: bold;"], .attributes span[style="font-weight:bold;"], .attributes span[style="font-weight: bold;"] {
    font-size: 15px;
    font-weight: 400;
    color: #404041;
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 10px;
    width: 100%;
	font-weight:600 !important;
}
.SelectValue input[type="radio"] {
    display: none;
}
.SelectValue label {
    padding: 5px;
    margin-top: 1px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	margin-bottom:0;
}
.SelectValue tr, .SelectValue td, .SelectValue tbody {
    display: block;
    width: 100%;
}
.SelectValue tr, .SelectValue label {
    cursor: pointer;
}
.SelectValue td:hover {
    background: #ebebeb;
}
#ctl00_ctl00_cph1_cph1_ctl00_drpSaatId, #drpIlce, #drpSemt, #drpSaatId {
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 0;
    padding: 8px 10px;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    background: url(images/expand38.png) no-repeat;
    background-size: 15px;
    background-position: right 20px center;
    font-family: 'Roboto', sans-serif;
    color: #9f9f9f;
    font-size: 15px;
	background-color: #fff;
}
.m-b-10 {
    margin-bottom: 10px;
}
.datepicker {font-size:14px;}
#sandbox-container .form-control {/*border: 1px solid #ebebeb;
    padding: 5px 10px;
    width: 100%;
    border-radius: 0;
    color: #9f9f9f;
    font-size: 14px;
	height:auto;*/}
#sandbox-container .form-control:focus {box-shadow:none;}
#sandbox-container {
    position: relative;
    display: inline-block;
	width:100%;
}
.sandbox-container {position:relative;min-width: 120px;}
#sandbox-container:after, .sandbox-container:after {
    content: '\f274';
    position: absolute;
    font: normal normal normal 14px/1 FontAwesome;
    right: 8px;
    top: 8px;
    font-size: 18px;
    color: #ed1b34;
    pointer-events: none;
}
.sandbox-container:after, .sandbox-container#sandbox-container:after {top: 11px;font-size: 14px;right: 5px;}
.sandbox-container input.form-control, .sandbox-container#sandbox-container input.form-control {font-size:1em;}
#back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
	z-index: 999;
}
#back-top a {
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span {
    background: #ed1b34;
    padding: 8px 9px;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.lblCustomerEnterPrice,
.one-variant-price .productPrice {font-size:26px;color:#28a745;font-weight:600;display:block;margin-bottom: 5px;}
.one-variant-price .productPrice {}
.lblCustomerEnterPrice span,
#ctl00_ctl00_cph1_cph1_ctl00_ctrlProductPrice_lblPrice {font-weight:100;color:#000;font-size:20px;}
.discountprice .discountedprice {font-size:26px;color:#000;font-weight:600;display:block;}
.discountprice .discountedprice span {font-weight:100;font-size:20px;}
.uhs {}
.socialText {margin:20px 0 0 0;border-top:1px solid #d7d7d7;padding-top:10px;padding-bottom:5px;}
.product-collateral .add-info {margin-top:20px;text-align: right;}
.addthis_inline_share_toolbox {display:inline-block;}
.productQualityBlock {display:inline-block;width:100%;border-top:1px solid #d7d7d7;padding-top:15px;margin-top:10px;}
.productQualityBlock ul {padding:0;margin:0;}
.productQualityBlock ul li {list-style:none;float:left;width:25%;text-align:center;}
.productQualityBlock ul li span {border: 1px solid #2d877c;
    display: block;
    margin: 5px;
    border-radius: 10px;
    line-height: 20px;
    padding: 10px 0;
    background: #3fa79a;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    box-shadow: 0 8px 10px -9px #000;}
/*.productQualityBlock ul li span:before {content: '\f005';
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: -4px;
    top: -7px;
    font-size: 16px;
color: #faae1d;}*/
.productQualityBlock ul li span i {display: block;margin-bottom: 10px;}
.productQualityBlock ul li span i:before {
    background: #3fa79a;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    box-shadow: 0 0 0 4px #fff;}
.at-share-btn-elements:before {content: 'Paylaş:';
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    float: left;
    margin-right: 5px;
	font-weight: 500;}
html[lang='en-US'] .at-share-btn-elements:before {content: 'Share:';
    display: inline-block;
    font-size: 14px;
    position: relative;
    line-height: 30px;
    float: left;
    margin-right: 5px;
	font-weight: 500;}
.cakeTitle label, .cakeTitle2 label {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 300;
    margin-top: 8px;
    display: inline-block;
    background: url(images/expand38W.png) no-repeat #404041;
    background-size: 14px;
    background-position: 95% center;
    width: 100%;
    padding: 7px 38px;
    padding-left: 0px;
    text-indent: 11px;
    border: 1px solid #000;
	margin-bottom: 0;
	cursor:pointer;
}
.cakeDesc, .cakeDesc2 {
    display: block;
    overflow: hidden;
    height: 0px;
    transition: 400ms all;
}
.cakeDesc textarea, .cakeDesc2 textarea {width:100%;height:100%;resize:none;outline:none;border-top:none;}
.activeMessage {
    height: 127px !important;
}
.add-info .adet {margin-bottom:20px;}
.add-info .adet span.adetText {float:left;line-height:36px;margin-right:10px;}
.add-info .adet .form-control {text-align:center;}

.contact-form {margin-top:40px;margin-bottom:30px;}
.contact-form .btn-info {color:#fff;background: #ed1b34;border-color: #d8142b;}
.contact-form .btn-info:hover, .contact-form .btn-info:focus {color:#fff;background: #d8142b;}
.contact-form p i {color:#ed1b34;}
.contact-form .htmlcontent-title {display:none;}
.contact-form .htmlcontent-body p+h3 {border-top:1px solid #d7d7d7;padding-top:15px;}
.contact-form a {color:#000;font-weight: 600;font-size:14px;}
.contact-form a:hover {color:#ed1b34;}
.contact-form .send-email .form-control {background:#fafafa;border:1px solid #eee;border-radius:15px;padding:15px;height:inherit;}
.contact-form .send-email textarea.form-control {height: 90px;}

.socialMedia {display:inline-block;width:100%;}
.socialMedia ul {padding:0;margin: 29px auto;display: inline-block;}
.socialMedia ul li {list-style:none;float:left;margin-right:15px;}
.socialMedia ul li i {font-size:22px;padding:14px 0;width:50px;text-align:center;border-radius:10px;}
.socialMedia ul li i.fa-facebook {background:#3b5999;}
.socialMedia ul li i.fa-instagram {background:#e4405f;}
.socialMedia ul li i.fa-whatsapp {background:#29a71a;}
.socialMedia ul li i.fa-youtube {background:#cd201f;}
.socialMedia ul li i:hover {background:#5b5b5b;}
.socialMedia ul li a {color:#fff;}
.socialMedia ul li a:hover {color:#fff;}

.login-page .wrapper,
.registration-page .body,
.wishlist-page .body,
.account-page .body,
.shoppingcart-page .body {margin-top:50px;margin-bottom:50px;}
.login-page .wrapper h5 {font-size:17px;}
.new-wrapper {margin-top:90px;}
.new-wrapper,
.returning-wrapper {}
.login-block>table {width:100%;}
.login-table-container {}
.login-table-container .form-group {position:relative;}
.login-table-container .form-group span {position:absolute;right: 5px;top: 5px;font-size: 20px;}

.registration-page table {width:100%;}
.registration-page .section-title {display:none;}
.registration-page .form-group {position:relative;}
.registration-page .form-group span {position:absolute;right: 25px;top: 5px;font-size: 20px;}
.registration-page .con-form-label {padding-left:0;}

.order-progress {display:inline-block;width:100%;text-align:center;margin-top:20px;}
.order-progress ul {padding:0;margin:0 auto;display:inline-block;}
.order-progress ul li {list-style:none;float:left;width:115px;}
.order-progress ul li:last-child {margin-right:0;}
.order-progress ul li a {display:block;color: #ed1b34;}
.order-progress ul li a:before {content:'';width:16px;height:16px;background:#ccc;border-radius:50%;display:block;margin:0 auto 5px;}
.order-progress ul li a.active-step:before {content:'';width:16px;height:16px;background:#ed1b34;border-radius:50%;display:block;}
.order-progress ul li a.active-step {color:#ed1b34;}
.order-progress ul li a:not([href]) {color:#ccc;}
.order-progress ul li a[href]:before {background:#ed1b34;}

.cart .cart-item-row .product {font-size:13px;line-height:15px;}
.cart .cart-item-row .product a {font-size:15px;display:block;}
.cart .cart-item-row input {text-align:center;}

.cart-footer .totals,
.borderBlock {border:1px solid #dee2e6;padding:15px;border-radius:4px;}
.borderBlock {margin:30px 0;}
.checkout-page.mainContainerInside,
.order-details.mainContainerInside {margin-top:30px;margin-bottom:30px;}
.borderBlock input {position:relative;margin-right:5px;top:2px;}
.cart-footer .totals .total-info {border-bottom:1px solid #dee2e6;padding-bottom:10px;margin-bottom:10px;}
.cart-footer .totals .terms-of-service {font-size:13px;}
.cart-footer .totals .terms-of-service #rdKampanyaHaberdar input {position:relative;margin-right:5px;top:2px;}
.cart-footer .totals .terms-of-service #rdKampanyaHaberdar label {margin-right:15px;}

#ctl00_ctl00_cph1_cph1_OrderSummaryControl_ModalPopupExtender1_backgroundElement {background: rgba(0, 0, 0, 0.2);}
#ctl00_ctl00_cph1_cph1_OrderSummaryControl_pnlConfirmation {border-color: #ed1b34 !important;}

.enter-address-body table {width:100%;margin-bottom:10px;}

.checkout-data .address-grid .address-item {border:1px solid #dee2e6;padding:15px;border-radius:4px;}

.addressDetail {width: 100%;}
.addressList div {float:left;margin-right:5px;}
.address-grid.row .col-md-4 {margin-bottom:15px;}
.the-same-address {margin-bottom:10px;}

.estdown tr:first-child {
    display: none;
}
.estdown{padding:15px;background:#F7F7F7;border:1px solid #ebebeb;width:50%;margin:0 auto;}
.estdown tr td:first-child,
.oyapie+table tr td:first-child{font-size:15px;padding-left:20px;line-height:40px}
.estdown select,
.oyapie+table select ,
.oyapie+table input{border:1px solid #ebebeb;padding:8px 13px;margin-top:5px;margin-right:5px;margin-bottom:5px;}
.estdown tr[id] span{font-size:15px;color:#06AB4C;}
.staticMenu .active a{color:#f78f1e!important;}
.cardDetail {width:50%;margin:20px auto;margin-top:20px;border:1px solid #ebebeb;background:#F7F7F7;padding: 25px;}
.oyapie+table input{margin-left:-32px;}
.oyapie+table .dropDownLists{margin-left:-32px;}
.checkout-data.cdatie{width:100%;display:inline-block;height:inherit !important;}
.oyapie+table select[name="Ecom_Payment_Card_ExpDate_Year"]{margin-left:8px;}
.oyapie{}

.ajax__tab_active .ajax__tab_tab {
	background-color: #000000 !important;
    color: #fff !important;
    font-weight: 600;
    border: 0px !important;
}
.ajax__tab_default .ajax__tab_tab {
  overflow: auto !important
}

.ajax__tab_tab {
  border: 1px solid #ebebeb;
  border-bottom: 0px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 4px 4px 0px 0px;
  cursor: pointer;
  margin-bottom: -7px;
}
#ctl00_ctl00_cph1_cph1_CustomerTabs_body {
	border: 1px solid #000;
	padding: 20px;
	padding: 15px;
}

.staticMenu>ul>li:hover>ul.submenu {
    overflow: visible;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.staticMenu>ul>li:hover>div.submenuFull {
    overflow: visible;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.staticMenu>ul>li>ul.submenu {
	background: #fff;
    text-align: left;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    width: 250px;
    z-index: 9999;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
	margin-top: -1px;
}
.staticMenu>ul>li>div.submenuFull {
	background: #fff;
    text-align: left;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    width: 250px;
    z-index: 9999;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
	margin-top: -1px;
}
.staticMenu>ul>li>ul.submenu {
    padding: 15px 0px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    border-radius: 0 0 15px 15px;
}
.staticMenu>ul>li>div.submenuFull {
    padding: 20px 0px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
    border-radius: 15px;
}
ul.submenu li {
    float: none;
    display: block;
}
ul.submenu>li>a {
    padding: 5px 20px;
	display:block;
	position:relative;
}
ul.submenu>li>.submenu {
    padding: 0 0 0 20px;
}
ul.submenu>li>.submenu li a:before {
    content:'\f111';font: normal normal normal 8px/1 FontAwesome;color: #ed1b34;position: absolute;left: 5px;top: 11px;
}

.customer-info-box .form-group span,
.customer-pass-recovery .form-group span {position:absolute;right: 20px;top: 8px;}
.customer-addresses .address-list .address-item,
.customer-orders .order-list .order-item {border:1px solid #d7d7d7;padding:15px;border-radius:4px;margin-bottom:15px;}
.customer-addresses .address-list .address-item:nth-child(odd), 
.customer-orders .order-list .order-item:nth-child(odd) {background: #f4f4f4;}
.mb-30 {margin-bottom:30px;}

.searchBlock.dropdown-menu {overflow: hidden;visibility: hidden;opacity: 0;display:inherit;
	padding: 10px;
	min-width: 22rem;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -khtml-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
	}
.searchBlock.dropdown-menu.show {overflow: hidden;visibility: visible;opacity: 1;display:inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}
.header-search .dropdown-toggle::after,
.search-mobile .dropdown-toggle::after {content:none;}
.header-search .searchInputClass {float:left;padding: 7px 8px;width:100%;}
.header-search .searchButton {background: transparent;border: none;position: absolute;right: 0;padding: 8px 20px;}

#AutoCompleteEx_completionListElem{max-height:450px;width:894px;overflow:auto;background:#fff;padding:15px;padding-right:19px;border:1px solid #d7d7d7;border-top:none;height: auto !important;z-index: 99999 !important;}
#AutoCompleteEx_completionListElem li{padding:8px 0px 8px 5px;cursor:pointer;border-bottom:1px solid #ebebeb;list-style:none;}
.autocomplete_highlightedListItem{background:#ebebeb;}

.contact-form .contact-item {
	border: 1px solid #d7d7d7;
    padding: 10px;
    margin-bottom: 30px;
	-webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;}
.contact-form .contact-item:hover {background: #f7f7f7;}
.header-mobile,
.search-mobile {
    margin-top: 0px;
    display: none;
}
.shopify-section {
    padding: 0;
	overflow: hidden;
}
.wide-banner-type-2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 10% 0;
}
.grid-uniform {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wide-banner-type-2 .wide-banner-type-2-content {
    position: relative;
    width: 50%;
    margin: auto;
    text-align: center;
}
.wide-banner-type-2 .wide-banner-type-2-content h5{font-family: 'Lora', serif;color:#000;}
.wide-banner-type-2 .wide-banner-type-2-content .btn {padding: 10px 25px;    line-height: 1.7;
    border-radius: 30px;
    border: 2px solid #ffe450;
    color: #000;
    background-color: #ffffff;}
.wide-banner-type-2 .wide-banner-type-2-content .btn:hover {
	background-color: #ff599a;
    color: #ffffff;
    border-color: #ff599a;
}
.wide-banner-type-2 .wide-banner-type-2-content h2{
    font-size: 60px;
    margin-bottom: 30px;
    font-family: 'Lora', serif;
}
.wide-banner-type-2 .wide-banner-type-2-content p {
    padding: 0 120px;
}
.dt-sc-hr-invisible-very-small {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0px;
    padding: 0px;
    display: block;
}
.categoryMenum {margin-bottom:25px;}
.product-sorting {}

.submenuFull {width: 98% !important;left: 0;margin: 0 1%;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.submenuFull ul {display:flex;flex-wrap:wrap;}
.submenuFull li {flex: 0 0 33.3333%;}
.submenuFull a img {width:100%;border-radius:15px;}
.mainContainerInside .categoryNav .active a {font-weight:600;}
.categoryNav li.active:before {background:#ed1b34}
.cart-footer .shippingAmount {display:grid;}
.cart-footer .shippingAmount span {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.cart .product a {white-space:nowrap;}
.mactive-hover>a {color: #ed1b34;}
.mactive-hover .mactive {color: #ed1b34;background: #fff;}
.shipping-option-item .option-description {color: #f00;}
.control-est {font-size:16px;}
.control-est br+b {color: #d90707;font-size: 24px;}
.mainContainerInside .topicpage {margin-bottom:30px;}
.wishlist-page .cart.table th {white-space:nowrap;}
.wishlist-page .wishlist-content {margin-bottom:30px;}
.send-email .form-group {position:relative;}
.send-email .form-group span {position:absolute;right: 10px;top: 16px;}
.contact-form .result {text-align:center;}
#ProductBox_Body .error {position: relative;}
.terms-of-service .read {font-weight:600;cursor:pointer;}
.add-info .cakephototext {background: #ed1b34;color:#fff;padding: 5px;margin-top: 10px;}
.add-info .cakephoto {padding: 5px;border: 2px solid #ed1b34;margin-bottom: 10px;}
.conditioninfopopup {padding:15px;}
.enter-address-body td {position:relative;white-space: nowrap;}
.enter-address-body td:first-child span {position:relative;right: inherit;top: inherit;font-size: 18px !important;font-family: inherit !important;color: red;}
.enter-address-body td:last-child span {position:absolute;right: 7px;top: 0px;font-size: 18px !important;font-family: inherit !important;}
.enter-address-body td:last-child span+span {position:absolute;right: 7px;top: -2px;font-size: 12px !important;font-family: inherit !important;pointer-events:none;}
/* WhatsApp icon */
.pulse-button {width: 38px;
    height: 38px;
    border: none;
    box-shadow: 0 0 0 0 rgb(41 167 26 / 70%);
    background-color: #29a71a;
    background-image: url(img/whatsapp-icon.png);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 7px;
    right: 0;
    z-index: 9999999999999;}
.pulse-button:hover {}
/* End WhatsApp icon */

/* RATING BOX */
.rating-star
{
	font-size: 0pt;
	width: 13px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filled-rating-star
{
	background-image: url(images/FilledStar.png);
}
.empty-rating-star
{
	background-image: url(images/EmptyStar.png);
}
.saved-rating-star
{
	background-image: url(images/SavedStar.png);
}
/* RATING BOX */
#ctl00_ctl00_cph1_cph1_ctl00_ctrlProductRating_lblProductRatingResult {display:none;}
@font-face {
  font-family: 'simple-line-icons';
  src: url('fonts/Simple-Line-Icons.eot?v=2.4.0');
  src: url('fonts/Simple-Line-Icons.eot?v=2.4.0#iefix') format('embedded-opentype'), url('fonts/Simple-Line-Icons.woff2?v=2.4.0') format('woff2'), url('fonts/Simple-Line-Icons.ttf?v=2.4.0') format('truetype'), url('fonts/Simple-Line-Icons.woff?v=2.4.0') format('woff'), url('fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
 Use the following CSS code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector, but it's slower:
*/

.icon-action-redo,.icon-action-undo,.icon-anchor,.icon-arrow-down,.icon-arrow-down-circle,.icon-arrow-left,.icon-arrow-left-circle,.icon-arrow-right,.icon-arrow-right-circle,.icon-arrow-up,.icon-arrow-up-circle,.icon-badge,.icon-bag,.icon-ban,.icon-basket,.icon-basket-loaded,.icon-bell,.icon-book-open,.icon-briefcase,.icon-bubble,.icon-bubbles,.icon-bulb,.icon-calculator,.icon-calendar,.icon-call-end,.icon-call-in,.icon-call-out,.icon-camera,.icon-camrecorder,.icon-chart,.icon-check,.icon-chemistry,.icon-clock,.icon-close,.icon-cloud-download,.icon-cloud-upload,.icon-compass,.icon-control-end,.icon-control-forward,.icon-control-pause,.icon-control-play,.icon-control-rewind,.icon-control-start,.icon-credit-card,.icon-crop,.icon-cup,.icon-cursor,.icon-cursor-move,.icon-diamond,.icon-direction,.icon-directions,.icon-disc,.icon-dislike,.icon-doc,.icon-docs,.icon-drawer,.icon-drop,.icon-earphones,.icon-earphones-alt,.icon-emotsmile,.icon-energy,.icon-envelope,.icon-envelope-letter,.icon-envelope-open,.icon-equalizer,.icon-event,.icon-exclamation,.icon-eye,.icon-eyeglass,.icon-feed,.icon-film,.icon-fire,.icon-flag,.icon-folder,.icon-folder-alt,.icon-frame,.icon-game-controller,.icon-ghost,.icon-globe,.icon-globe-alt,.icon-graduation,.icon-graph,.icon-grid,.icon-handbag,.icon-heart,.icon-home,.icon-hourglass,.icon-info,.icon-key,.icon-layers,.icon-like,.icon-link,.icon-list,.icon-location-pin,.icon-lock,.icon-lock-open,.icon-login,.icon-logout,.icon-loop,.icon-magic-wand,.icon-magnet,.icon-magnifier,.icon-magnifier-add,.icon-magnifier-remove,.icon-map,.icon-menu,.icon-microphone,.icon-minus,.icon-mouse,.icon-music-tone,.icon-music-tone-alt,.icon-mustache,.icon-note,.icon-notebook,.icon-options,.icon-options-vertical,.icon-organization,.icon-paper-clip,.icon-paper-plane,.icon-paypal,.icon-pencil,.icon-people,.icon-phone,.icon-picture,.icon-pie-chart,.icon-pin,.icon-plane,.icon-playlist,.icon-plus,.icon-power,.icon-present,.icon-printer,.icon-puzzle,.icon-question,.icon-refresh,.icon-reload,.icon-rocket,.icon-screen-desktop,.icon-screen-smartphone,.icon-screen-tablet,.icon-settings,.icon-share,.icon-share-alt,.icon-shield,.icon-shuffle,.icon-size-actual,.icon-size-fullscreen,.icon-social-behance,.icon-social-dribbble,.icon-social-dropbox,.icon-social-facebook,.icon-social-foursqare,.icon-social-github,.icon-social-google,.icon-social-instagram,.icon-social-linkedin,.icon-social-pinterest,.icon-social-reddit,.icon-social-skype,.icon-social-soundcloud,.icon-social-spotify,.icon-social-steam,.icon-social-stumbleupon,.icon-social-tumblr,.icon-social-twitter,.icon-social-vkontakte,.icon-social-youtube,.icon-speech,.icon-speedometer,.icon-star,.icon-support,.icon-symbol-female,.icon-symbol-male,.icon-tag,.icon-target,.icon-trash,.icon-trophy,.icon-umbrella,.icon-user,.icon-user-female,.icon-user-follow,.icon-user-following,.icon-user-unfollow,.icon-vector,.icon-volume-1,.icon-volume-2,.icon-volume-off,.icon-wallet,.icon-wrench{font-family:simple-line-icons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-user:before{content:"\e005"}.icon-people:before{content:"\e001"}.icon-user-female:before{content:"\e000"}.icon-user-follow:before{content:"\e002"}.icon-user-following:before{content:"\e003"}.icon-user-unfollow:before{content:"\e004"}.icon-login:before{content:"\e066"}.icon-logout:before{content:"\e065"}.icon-emotsmile:before{content:"\e021"}.icon-phone:before{content:"\e600"}.icon-call-end:before{content:"\e048"}.icon-call-in:before{content:"\e047"}.icon-call-out:before{content:"\e046"}.icon-map:before{content:"\e033"}.icon-location-pin:before{content:"\e096"}.icon-direction:before{content:"\e042"}.icon-directions:before{content:"\e041"}.icon-compass:before{content:"\e045"}.icon-layers:before{content:"\e034"}.icon-menu:before{content:"\e601"}.icon-list:before{content:"\e067"}.icon-options-vertical:before{content:"\e602"}.icon-options:before{content:"\e603"}.icon-arrow-down:before{content:"\e604"}.icon-arrow-left:before{content:"\e605"}.icon-arrow-right:before{content:"\e606"}.icon-arrow-up:before{content:"\e607"}.icon-arrow-up-circle:before{content:"\e078"}.icon-arrow-left-circle:before{content:"\e07a"}.icon-arrow-right-circle:before{content:"\e079"}.icon-arrow-down-circle:before{content:"\e07b"}.icon-check:before{content:"\e080"}.icon-clock:before{content:"\e081"}.icon-plus:before{content:"\e095"}.icon-minus:before{content:"\e615"}.icon-close:before{content:"\e082"}.icon-event:before{content:"\e619"}.icon-exclamation:before{content:"\e617"}.icon-organization:before{content:"\e616"}.icon-trophy:before{content:"\e006"}.icon-screen-smartphone:before{content:"\e010"}.icon-screen-desktop:before{content:"\e011"}.icon-plane:before{content:"\e012"}.icon-notebook:before{content:"\e013"}.icon-mustache:before{content:"\e014"}.icon-mouse:before{content:"\e015"}.icon-magnet:before{content:"\e016"}.icon-energy:before{content:"\e020"}.icon-disc:before{content:"\e022"}.icon-cursor:before{content:"\e06e"}.icon-cursor-move:before{content:"\e023"}.icon-crop:before{content:"\e024"}.icon-chemistry:before{content:"\e026"}.icon-speedometer:before{content:"\e007"}.icon-shield:before{content:"\e00e"}.icon-screen-tablet:before{content:"\e00f"}.icon-magic-wand:before{content:"\e017"}.icon-hourglass:before{content:"\e018"}.icon-graduation:before{content:"\e019"}.icon-ghost:before{content:"\e01a"}.icon-game-controller:before{content:"\e01b"}.icon-fire:before{content:"\e01c"}.icon-eyeglass:before{content:"\e01d"}.icon-envelope-open:before{content:"\e01e"}.icon-envelope-letter:before{content:"\e01f"}.icon-bell:before{content:"\e027"}.icon-badge:before{content:"\e028"}.icon-anchor:before{content:"\e029"}.icon-wallet:before{content:"\e02a"}.icon-vector:before{content:"\e02b"}.icon-speech:before{content:"\e02c"}.icon-puzzle:before{content:"\e02d"}.icon-printer:before{content:"\e02e"}.icon-present:before{content:"\e02f"}.icon-playlist:before{content:"\e030"}.icon-pin:before{content:"\e031"}.icon-picture:before{content:"\e032"}.icon-handbag:before{content:"\e035"}.icon-globe-alt:before{content:"\e036"}.icon-globe:before{content:"\e037"}.icon-folder-alt:before{content:"\e039"}.icon-folder:before{content:"\e089"}.icon-film:before{content:"\e03a"}.icon-feed:before{content:"\e03b"}.icon-drop:before{content:"\e03e"}.icon-drawer:before{content:"\e03f"}.icon-docs:before{content:"\e040"}.icon-doc:before{content:"\e085"}.icon-diamond:before{content:"\e043"}.icon-cup:before{content:"\e044"}.icon-calculator:before{content:"\e049"}.icon-bubbles:before{content:"\e04a"}.icon-briefcase:before{content:"\e04b"}.icon-book-open:before{content:"\e04c"}.icon-basket-loaded:before{content:"\e04d"}.icon-basket:before{content:"\e04e"}.icon-bag:before{content:"\e04f"}.icon-action-undo:before{content:"\e050"}.icon-action-redo:before{content:"\e051"}.icon-wrench:before{content:"\e052"}.icon-umbrella:before{content:"\e053"}.icon-trash:before{content:"\e054"}.icon-tag:before{content:"\e055"}.icon-support:before{content:"\e056"}.icon-frame:before{content:"\e038"}.icon-size-fullscreen:before{content:"\e057"}.icon-size-actual:before{content:"\e058"}.icon-shuffle:before{content:"\e059"}.icon-share-alt:before{content:"\e05a"}.icon-share:before{content:"\e05b"}.icon-rocket:before{content:"\e05c"}.icon-question:before{content:"\e05d"}.icon-pie-chart:before{content:"\e05e"}.icon-pencil:before{content:"\e05f"}.icon-note:before{content:"\e060"}.icon-loop:before{content:"\e064"}.icon-home:before{content:"\e069"}.icon-grid:before{content:"\e06a"}.icon-graph:before{content:"\e06b"}.icon-microphone:before{content:"\e063"}.icon-music-tone-alt:before{content:"\e061"}.icon-music-tone:before{content:"\e062"}.icon-earphones-alt:before{content:"\e03c"}.icon-earphones:before{content:"\e03d"}.icon-equalizer:before{content:"\e06c"}.icon-like:before{content:"\e068"}.icon-dislike:before{content:"\e06d"}.icon-control-start:before{content:"\e06f"}.icon-control-rewind:before{content:"\e070"}.icon-control-play:before{content:"\e071"}.icon-control-pause:before{content:"\e072"}.icon-control-forward:before{content:"\e073"}.icon-control-end:before{content:"\e074"}.icon-volume-1:before{content:"\e09f"}.icon-volume-2:before{content:"\e0a0"}.icon-volume-off:before{content:"\e0a1"}.icon-calendar:before{content:"\e075"}.icon-bulb:before{content:"\e076"}.icon-chart:before{content:"\e077"}.icon-ban:before{content:"\e07c"}.icon-bubble:before{content:"\e07d"}.icon-camrecorder:before{content:"\e07e"}.icon-camera:before{content:"\e07f"}.icon-cloud-download:before{content:"\e083"}.icon-cloud-upload:before{content:"\e084"}.icon-envelope:before{content:"\e086"}.icon-eye:before{content:"\e087"}.icon-flag:before{content:"\e088"}.icon-heart:before{content:"\e08a"}.icon-info:before{content:"\e08b"}.icon-key:before{content:"\e08c"}.icon-link:before{content:"\e08d"}.icon-lock:before{content:"\e08e"}.icon-lock-open:before{content:"\e08f"}.icon-magnifier:before{content:"\e090"}.icon-magnifier-add:before{content:"\e091"}.icon-magnifier-remove:before{content:"\e092"}.icon-paper-clip:before{content:"\e093"}.icon-paper-plane:before{content:"\e094"}.icon-power:before{content:"\e097"}.icon-refresh:before{content:"\e098"}.icon-reload:before{content:"\e099"}.icon-settings:before{content:"\e09a"}.icon-star:before{content:"\e09b"}.icon-symbol-female:before{content:"\e09c"}.icon-symbol-male:before{content:"\e09d"}.icon-target:before{content:"\e09e"}.icon-credit-card:before{content:"\e025"}.icon-paypal:before{content:"\e608"}.icon-social-tumblr:before{content:"\e00a"}.icon-social-twitter:before{content:"\e009"}.icon-social-facebook:before{content:"\e00b"}.icon-social-instagram:before{content:"\e609"}.icon-social-linkedin:before{content:"\e60a"}.icon-social-pinterest:before{content:"\e60b"}.icon-social-github:before{content:"\e60c"}.icon-social-google:before{content:"\e60d"}.icon-social-reddit:before{content:"\e60e"}.icon-social-skype:before{content:"\e60f"}.icon-social-dribbble:before{content:"\e00d"}.icon-social-behance:before{content:"\e610"}.icon-social-foursqare:before{content:"\e611"}.icon-social-soundcloud:before{content:"\e612"}.icon-social-spotify:before{content:"\e613"}.icon-social-stumbleupon:before{content:"\e614"}.icon-social-youtube:before{content:"\e008"}.icon-social-dropbox:before{content:"\e00c"}.icon-social-vkontakte:before{content:"\e618"}.icon-social-steam:before{content:"\e620"}
.cakephotoBlock {position:relative;}
.cakephotoBlock .photoGallery img {margin-bottom:5px;}
.cakephotoBlock input.deleteButton {opacity: 0;position: absolute;right: 9px;background: #f00;border: none;color: #fff;width: 27px;}
.cakephotoBlock:hover input.deleteButton {opacity: 1;}
.product-pager .picturePager {}
.product-pager a, .product-pager input[type="submit"] {
    padding: 0 10px;
    line-height: 28px;
    display: inline-block;
    background: #fbfbfb;
    border: 1px solid #e5e4e4;
    border-radius: 4px;
	color:#000;
}
.product-pager input[disabled="disabled"] {opacity:.5;}
.product-pager a.active {padding: 0 10px;
    background: #000;
    color: #fff;
    border-radius: 4px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #000;}
.shortdescription {font-size: 12px;
    background: #f7f7f7;
    text-align: center;
    padding: 5px;
    border: 2px solid #ed1b34;
	border-radius: 10px;}
.product-sorting .pull-right {margin-left:15px;}
.product-collateral .fulldescription {}
.termsOfService.form-group span {position:relative;right: inherit;top: inherit;font-size: inherit;font-weight: 600;padding-left:7px;cursor:pointer;}
.termsOfService.form-group input {position: relative;margin-right: 5px;}
.kmpny.form-group span {position:relative;right: inherit;top: inherit;font-size: inherit;font-weight: 600;}
.enter-address-body td:last-child span.rdfaturatipid {position:relative;right: inherit;top: inherit;font-size: inherit !important;font-weight: 600;}
.kmpny.form-group label {padding-left: 5px;cursor: pointer;margin-right: 20px;}
.rdfaturatipid label {padding-left: 5px;cursor: pointer;margin-right: 20px;margin-top: .5rem;}
.kmpny.form-group input,
.rdfaturatipid input {position:relative;top:1px;cursor:pointer;}
.login-table-container input[type="checkbox"] {position:relative;top:1px;margin-right:3px;}
.sameAsShipping input {position:relative;top:1px;margin-right:3px;}
.sameAsShipping label {cursor:pointer;} 
.payment-info .payment-step {display:inline-block;width: 100%;text-align: center;margin-bottom: 10px;}
.payment-info .payment-step>div {display:inline-block;}
.payment-step input.tab-active {background-color: #ed1b34 !important;}
.payment-step input {background-color: #C0C0C0 !important;border-color: transparent;}

.policy-popup {
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    width: 75%;
    height: auto;
    padding: 10px 15px;
    background: rgba(0,0,0,.7);
    color: #fff;
}
.policy-popup a:not([href]):not([tabindex]) {
    color: #007bff; 
}
@media (min-width: 768px) {
.policy-popup {
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    bottom: 16px;
    left: 16px;
    width: 286px;
}
}
.searchBlock {display: inline-block;position: relative;max-width: 500px;width: 100%;}
.header-search .searchInputClass {border: 2px solid #404041;border-radius: 5px;vertical-align: middle;}

.searchBlock:after {
    content: '\f002';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    font-style: normal;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-56%);
    color: #ed1b34;
    z-index: 9;
    pointer-events: none;
}
.coleteral {background: #f7f7f7;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 10px;}
hr {border-top: 1px solid #d7d7d7;margin-top: 20px;margin-bottom: 20px;}
footer:before {
    content: '';
    background: url(/images/logo-ikon.png) no-repeat;
    background-size: 92%;
    background-position: center;
    width: 390px;
    height: 302px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}
.contact-form .contact-item {}
.contact-form .contact-item p {margin-bottom:0;font-size:14px;}

.btn-success2 {background: #ed1b34;border-color: #d8142b;}
.btn-success2:hover,
.btn-success2:not(:disabled):not(.disabled).active, .btn-success2:not(:disabled):not(.disabled):active, .show>.btn-success2.dropdown-toggle {background: #d8142b;border-color: #d8142b;}
.btn-success2.focus, .btn-success2:focus,.btn-success2:not(:disabled):not(.disabled).active:focus, .btn-success2:not(:disabled):not(.disabled):active:focus, .show>.btn-success2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(237 27 52 / 50%);
}
.customer-rewardpoints .section-title {font-size: 16px;font-weight: 600;}
.reward-points-history tr th {text-align:center;}
.languagelist {padding:0;}
.languagelist li {float:left;list-style:none;margin-right:5px;}
.languagelist li:last-child {margin-right:0;}
.form-group .form-control[type="file"] {padding:3px 0 3px 3px;}
.urun-secenekleri {}
.urun-secenekleri span {display:none !important;}
.urun-secenekleri .selectOption+.SelectValue {max-height: initial;background: transparent;box-shadow: none}
.urun-secenekleri .selectOption+.SelectValue td {background:#fff;margin-bottom: 10px;border: 1px solid #ebebeb;}
.urun-secenekleri .SelectValue input[type="radio"] {position: absolute;z-index: -1;opacity: 0;}
.urun-secenekleri .SelectValue label {display:block;padding-left: 30px;position:relative;}
.urun-secenekleri .SelectValue label:after {position: absolute;
    top: 9px;
    left: 7px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;}
.urun-secenekleri .SelectValue input[type="radio"]:checked+label:before {background-color: #ed1b34!important;}
.urun-secenekleri .SelectValue input[type="radio"]:checked+label:after {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");}
.urun-secenekleri .SelectValue label:before {    position: absolute;
    top: 9px;
    left: 7px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #9a9a9a;}

.specialLogin {display: inline-block;width: 100%;}
.specialRegister input,
.specialLogin input,
.loginbutton {
	width:100%;
	margin:10px 0;
	border-radius: 2px;
    padding: 0;
    min-height: 46px;
    line-height: 46px;
    text-align: center!important;
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
	border:none;}
.specialRegister .facebookRB,
.specialLogin .facebookRB {background-color: #4567b2;pointer-events:none;}
.specialRegister .googleRB,
.specialLogin .googleRB {background-color:#c94131;}
.specialLogin input {width: 48%;float: left;margin: 0 1%;}
.seperator {text-align:center;position:relative;margin:0 0 1em;display: inline-block;width: 100%;}
.seperator:after {
	content:'';
	width: 100%;
    height: 1px;
    background: #e6e6e6;
    display: block;
    position: absolute;
    top: 12px;
    z-index: 9;
}
.seperator span {
	background:#fff;
	position: relative;
    z-index: 99;
    padding: 0 20px;
	font-weight: 600;
    font-size: 15px;}
.search-results .pager {text-align:center;margin-bottom:30px;}
.search-results input {    padding: 0 10px;
    background: #ed1b34;
    color: #fff;
    border-radius: 4px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #ed1b34;}
.search-results input[disabled="disabled"] {opacity:.5;}
.cvpg .form-group {position: relative;}
.cvpg .form-group span {position: absolute;right: 8px;bottom: 4px;}
.one-variant-price .unt {font-weight:500;}
.one-variant-price .unt span {font-size: 20px;
    color: #ed1b34;}
.fullLink {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 9999;
}
.adetliUrun {display: inline-block;position: relative;top: 2px;}
.adetliUrun .form-control {text-align: center;}
.adetliUrun span {left: 0;white-space: nowrap;}
.resimYukle {text-align:left;}
.loadpicture {text-align:left;}
.resimYukle input {margin-right:3px;cursor:pointer;}
.resimYukle label {cursor:pointer;}
.searchBlock.dropdown-menu {position: absolute;}
.searchBlock.dropdown-menu input[type="text"] {width:100%;float:left;}
.searchBlock.dropdown-menu .searchButton {background: transparent;border: none;position: absolute;right: 0;padding: 8px 20px;}
.searchBlock.dropdown-menu:after {font-size:20px;right:7px;}
.totals .deals {border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 10px;}
.customer-info-box .form-group label input[type="checkbox"] {position: relative;
    right: inherit;
    top: 1px;
    margin-right: 5px;}
.loginPage {
    background: url(img/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
	height:100%;
}
.loginPage .site-header {display:none;}
.logo-lg {
    font-size: 28px !important;
    color: #3bafda !important;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 70px;
    background: url(/images/altinoluk-logo.svg) no-repeat;
    background-size: 220px;
    width: 220px;
    height: 76px;
    display: block;
    margin: 0 auto;
}
.card-box {
    border: 1px solid rgba(54, 64, 74, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
}
.wrapper-page.card-box {
    width: 450px;
    display: block;
    padding: 20px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 0px 5px rgb(204 204 204 / 30%);
	margin: 0 auto;
}
.fullBlock {
    display: inline-block;
    width: 100%;
    position: relative;
}
.productList th, .productList td {vertical-align: middle;}
.newslistHomePage {position: absolute;
    top: 10%;
    z-index: 99999;
    right: 10%;
    height: 80%;
    width: 350px;
    border-radius: 2rem;
    box-shadow: 0 0 15px 0 #000, 0 0 0 10px #ed1b34;}
.newslistHomePage .newsitems {overflow-y: auto;}
.newslistHomePage .newsitems .item {padding: 5px 0;}
.newslistHomePage .newsitems .item + .item {border-top:1px dotted #ccc;}
.newslistHomePage .newsdate {font-size:12px;display:block;color:#ed1b34;}
.newslistHomePage .item a {font-weight:500;color:#000;}
.newslistHomePage .btn {
    color: #fff;
    background: #ed1b34;
    border-color: #d8142b;
}
.blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.blog-pg-section .blog-content .post {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .blog-content .post {
    margin-bottom: 60px;
  }
}

.blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 1200px) {
  .blog-pg-section .entry-meta {
    padding-left: 60px;
    position: relative;
  }
  .blog-pg-section .entry-meta:before {
    content: "";
    background-color: #a7a9c0;
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 8px;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.blog-pg-section .entry-meta li {
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.blog-pg-section .entry-meta li i {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .blog-pg-section .entry-meta li i {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.blog-pg-section .entry-meta > li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

@media (max-width: 600px) {
  .blog-pg-section .entry-meta > li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

.blog-pg-section .entry-meta li a {
  color: #636893;
}

.blog-pg-section .entry-meta li a:hover {
  color: #0b5be0;
}

.blog-pg-section .entry-meta li:last-child i {
}

.blog-pg-section .post h3 {
  font-size: 28px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
}

@media (max-width: 991px) {
  .blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.blog-pg-section .post h3 a {
  color: #151221;
}

.blog-pg-section .post h3 a:hover {
  color: #0b5be0;
}

.blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-pg-section .format-standard,
.blog-pg-section .format-quote {
  background-color: #f2f2f2;
  padding: 25px 35px;
}

@media (max-width: 767px) {
  .blog-pg-section .format-standard,
  .blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.blog-pg-section .format-gallery {
  position: relative;
}

.blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-]:hover {
  background: #0b5be0;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav [class*=owl-] {
  background: rgba(133, 133, 133, 0.5);
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev,
.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.blog-pg-section .format-gallery .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f105";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-quote h3,
.blog-pg-section .format-quote p {
  position: relative;
}

.blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #0b5be0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-pg-section .format-video .video-holder .fi:before {
  font-size: 80px;
  font-size: 5.33333rem;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-pg-section .format-video .video-holder .fi:before {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .blog-content {
    padding: 0;
  }
}
.four-info {background: #f2f2f2;padding: 50px 0;}
.four-info .col-sm-6 {background:#f2f2f2;text-align:center;}
.four-info .p-0 {padding:0;}
.four-info h3 {margin:0 20px;}
.four-info p {font-weight: 100;line-height: 1.5em;}
.four-info .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
/*.four-info [class^=col-] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}*/
.four-info a {color:#000;}
.four-info a:hover {color:#ed1b34;}
.four-info a img {max-width:100%;}
@media (min-width: 768px) {
	.four-info .container > .row > .col-sm-6:nth-child(3),.four-info .container > .row > .col-sm-6:nth-child(4) {direction:rtl;}
}
@media (max-width: 767px) {
	.margin-b-xs-15 {margin-bottom:15px;}
	.four-info .xs-direction-rtl {direction:rtl;}
	.four-info .container > .row > .col-sm-6:nth-child(even) {direction:rtl;}
}
.cart-total {width:100%;}
.cart-total .cart_total_right {text-align:right;}
.customer-addresses h5 {color:#ed1b34;}
.owl-theme .owl-nav [class*=owl-] {position:absolute;top: 50%;width: 26px;height: 26px;margin: 0 !important;}
.owl-nav button:focus {outline: 0;}
.owl-nav button.owl-prev {left:-30px;}
.owl-nav button.owl-next {right:-30px;}
.owl-theme .owl-nav span {font-size: 40px;line-height: 18px;}
.contentMediaSlider .bx-wrapper {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}
#accordion a {color:#000;}
.select-address-title,.enter-address-title {text-align:center;}
.customer-info-box .section-title {display:none;}
.contentMediaSlider .bx-wrapper .bx-controls-direction a {width: 48px;height: 48px;line-height: 56px;text-indent:0;background: none;text-align: center;background-color: #ed1b34;color:#fff;border-radius: 50%;}
.contentMediaSlider .bx-wrapper .bx-controls-direction a:hover {opacity:.8;}
.contentMediaSlider .bx-wrapper .bx-controls-direction a i {font-size:30px;}
#slider1>div {position:relative;}
#slider1>div:before {content:'';position:absolute;display:block;width:100%;height:100%;left:0;top:0;background:rgb(0 0 0 / 20%);}
.bannerDetail {position: absolute;left: 10%;top: 50%;max-width: 620px;margin-top: -16px;}
.bannerDetail .title {
    font-size: 2.5em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px #000;
	text-transform: uppercase;
	display:block;}
.bannerDetail .text {
    color: #fff;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.25em;
    text-shadow: 0 0 10px #000;
    display:block;
	margin-bottom:1rem}
.bannerDetail .btn {}
.bannerDetail .btn-info {
    color: #fff;
    background: #ed1b34;
    border-color: #d8142b;
}
.categoryItem {position:relative;margin:15px 0;box-shadow: 0 0 0 5px #fff, 0 0 0 6px #edf1f2, 0 0 10px 3px #000;}
.categoryItem:hover {box-shadow: 0 0 0 5px #fff, 0 0 0 6px #edf1f2, 0 0 30px -2px #000;}
.categoryItem span {margin: 0;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    color: #fff;
    font-size: 1.1rem;
    padding: 5px 10px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    box-shadow: 0px 0px 10px -4px #000 inset;
    border-radius: 5px;
    transform: translate(-50%, 0);
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;}
.completedIcon i {
    font-size: 100px;
    color: #28a745;
    border: 5px solid #28a745;
    border-radius: 50%;
    padding: 20px;
}
.btn-register {padding:0.375rem 2.75rem;}
.homeProduct h4 {text-align:center;font-weight: 700;text-transform: uppercase;margin-bottom: 0;}
.address-edit-page h3 {text-align:center;}
.address-edit-page {margin-bottom:50px;}
.address-edit-page table {width:100%;}
.address-edit-page td:first-child span {
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 18px !important;
    font-family: inherit !important;
    color: red;
}
.product-sorting .form-group {margin-left:15px;}
.product-sorting .form-group .form-control {margin-left:5px;}
.product-sorting .form-group label {font-size: 14px;color: #585858;}
.product-sorting h2 {display:inline-block;}
.alert .tl {position:relative;}
.alert .tl .form-control {padding-right:20px;font-size: inherit;}
.alert .tl:after {content:'TL';position: absolute;top: 2px;right: 4px;padding: 0.375rem 0;}

.productRight .sku,
.productRight .uhs,
.productRight .one-variant-price {margin-left:10px;}

.bayiOdeme input[type="radio"] {margin-right:5px;}
.completedIcon i {
    font-size: 100px;
    color: #28a745;
    border: 5px solid #28a745;
    border-radius: 50%;
    padding: 20px;
}
.borderBlock {
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 4px;
	margin: 30px 0;
}
.productImage {min-width:70px;}
.productDetail {min-width: 180px;}
.productList select {min-width: 100px;}
.card .badge {position:relative;top:-2px;}
